Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ppr-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ppr-ui",
"version": "5.0.25",
"version": "5.0.26",
"private": true,
"appName": "Assets UI",
"connectLayerName": "Core UI",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@vuelidate/validators": "^2.0.4",
"@vuepic/vue-datepicker": "^7.2.2",
"axios": "^1.6.2",
"documents-common-base-layer": "0.0.5",
"documents-common-base-layer": "0.0.6",
"flush-promises": "^1.0.2",
"http-status-codes": "^2.1.4",
"keycloak-js": "^26.0.6",
Expand Down
10 changes: 5 additions & 5 deletions ppr-ui/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 22 additions & 1 deletion ppr-ui/src/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,27 @@ export default defineAppConfig({
th: 'p-4',
td: 'p-4 h-[65px]'
}
}
},
fileUpload: {
slots: {
root: 'relative flex flex-col',
base: [
'w-full flex-1 bg-default border border-default flex flex-col gap-2 items-stretch justify-center rounded-lg' +
' focus-visible:outline-2 transition-[background]'
],
wrapper: 'flex flex-col items-center justify-center text-center',
icon: 'shrink-0',
avatar: 'shrink-0',
label: 'text-base text-default mt-2 text-bcGovGray-700 font-bold',
description: 'text-bcGovGray-700 my-2 text-base',
actions: 'flex flex-wrap gap-1.5 shrink-0 mt-4',
file: 'relative bg-white gap-4 p-6! border-x-0! border-t-0! rounded-[0px]!',
fileLeadingAvatar: 'shrink-0',
fileWrapper: 'flex flex-col min-w-0',
fileName: 'text-default truncate',
fileSize: 'text-muted truncate',
fileTrailingButton: ''
}
},
}
})
Loading