@vuetify/nightly 3.7.14-master.2025-02-28 → 3.7.14-master.2025-03-02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -3
- package/dist/json/attributes.json +2939 -2939
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +176 -176
- package/dist/json/web-types.json +5308 -5308
- package/dist/vuetify-labs.css +3957 -3953
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +5425 -5425
- package/dist/vuetify.d.ts +61 -61
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +61 -61
- package/lib/labs/VFileUpload/VFileUpload.css +5 -1
- package/lib/labs/VFileUpload/VFileUpload.sass +4 -0
- package/lib/labs/VFileUpload/_variables.scss +1 -1
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.14-master.2025-02
|
2
|
+
* Vuetify v3.7.14-master.2025-03-02
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2123,8 +2123,8 @@ if(d.install(e),e.provide(kt,u),e.provide(hn,c),e.provide(Va,d),e.provide(Ot,v),
|
|
2123
2123
|
else{const{mount:a}=e
|
2124
2124
|
e.mount=function(){const l=a(...arguments)
|
2125
2125
|
return t.nextTick((()=>c.update())),e.mount=a,l}}St.reset(),("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&e.mixin({computed:{$vuetify(){return t.reactive({defaults:sf.call(this,kt),display:sf.call(this,hn),theme:sf.call(this,Va),icons:sf.call(this,Ot),locale:sf.call(this,ma),date:sf.call(this,mu)})}}})},defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function sf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2126
|
-
if(a&&e in a)return a[e]}rf.version="3.7.14-master.2025-02
|
2127
|
-
const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.14-master.2025-02
|
2126
|
+
if(a&&e in a)return a[e]}rf.version="3.7.14-master.2025-03-02"
|
2127
|
+
const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.14-master.2025-03-02"
|
2128
2128
|
uf.version=cf,e.blueprints=Zt,e.components=Zp,e.createVuetify=uf,e.directives=nf,e.useDate=hu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2129
2129
|
const{props:a,provideSubDefaults:l}=Ct(e,t)
|
2130
2130
|
return l(),a},e.useDisplay=xn,e.useGoTo=Pn,e.useLayout=la,e.useLocale=ha,e.useRtl=ba,e.useTheme=xa,e.version=cf}))
|
package/lib/entry-bundler.mjs
CHANGED
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
16
16
|
...options
|
17
17
|
});
|
18
18
|
};
|
19
|
-
export const version = "3.7.14-master.2025-02
|
19
|
+
export const version = "3.7.14-master.2025-03-02";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.mjs";
|
package/lib/framework.mjs
CHANGED
package/lib/index.d.mts
CHANGED
@@ -486,43 +486,40 @@ declare module 'vue' {
|
|
486
486
|
$children?: VNodeChild
|
487
487
|
}
|
488
488
|
export interface GlobalComponents {
|
489
|
-
VApp: typeof import('vuetify/components')['VApp']
|
490
489
|
VAlert: typeof import('vuetify/components')['VAlert']
|
491
490
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
491
|
+
VApp: typeof import('vuetify/components')['VApp']
|
492
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
492
493
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
493
494
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
494
495
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
496
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
495
497
|
VBadge: typeof import('vuetify/components')['VBadge']
|
498
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
499
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
500
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
501
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
502
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
496
503
|
VBanner: typeof import('vuetify/components')['VBanner']
|
497
504
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
498
505
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
499
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
500
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
501
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
502
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
503
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
504
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
505
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
506
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
507
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
508
506
|
VCard: typeof import('vuetify/components')['VCard']
|
509
507
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
510
508
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
511
509
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
512
510
|
VCardText: typeof import('vuetify/components')['VCardText']
|
513
511
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
512
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
513
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
514
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
515
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
516
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
517
|
+
VChip: typeof import('vuetify/components')['VChip']
|
518
518
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
519
519
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
520
|
-
VChip: typeof import('vuetify/components')['VChip']
|
521
520
|
VCounter: typeof import('vuetify/components')['VCounter']
|
522
|
-
VCode: typeof import('vuetify/components')['VCode']
|
523
521
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
524
|
-
|
525
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
522
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
526
523
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
527
524
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
528
525
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -530,36 +527,37 @@ declare module 'vue' {
|
|
530
527
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
531
528
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
532
529
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
530
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
531
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
532
|
+
VCode: typeof import('vuetify/components')['VCode']
|
533
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
534
|
+
VFab: typeof import('vuetify/components')['VFab']
|
535
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
533
536
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
534
537
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
535
538
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
536
539
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
537
540
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
538
541
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
539
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
540
|
-
VFab: typeof import('vuetify/components')['VFab']
|
541
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
542
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
543
542
|
VField: typeof import('vuetify/components')['VField']
|
544
543
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
544
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
545
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
546
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
547
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
548
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
545
549
|
VFooter: typeof import('vuetify/components')['VFooter']
|
546
550
|
VImg: typeof import('vuetify/components')['VImg']
|
551
|
+
VInput: typeof import('vuetify/components')['VInput']
|
547
552
|
VIcon: typeof import('vuetify/components')['VIcon']
|
548
553
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
549
554
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
550
555
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
551
556
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
552
|
-
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
553
|
-
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
554
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
555
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
556
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
557
|
-
VItem: typeof import('vuetify/components')['VItem']
|
558
|
-
VInput: typeof import('vuetify/components')['VInput']
|
559
557
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
560
558
|
VLabel: typeof import('vuetify/components')['VLabel']
|
561
559
|
VKbd: typeof import('vuetify/components')['VKbd']
|
562
|
-
|
560
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
563
561
|
VList: typeof import('vuetify/components')['VList']
|
564
562
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
565
563
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -569,48 +567,50 @@ declare module 'vue' {
|
|
569
567
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
570
568
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
571
569
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
572
|
-
|
573
|
-
|
570
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
571
|
+
VItem: typeof import('vuetify/components')['VItem']
|
572
|
+
VMain: typeof import('vuetify/components')['VMain']
|
574
573
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
575
574
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
576
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
577
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
578
575
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
576
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
577
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
578
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
579
|
+
VRating: typeof import('vuetify/components')['VRating']
|
580
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
581
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
579
582
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
583
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
580
584
|
VSelect: typeof import('vuetify/components')['VSelect']
|
581
|
-
VRating: typeof import('vuetify/components')['VRating']
|
582
585
|
VSheet: typeof import('vuetify/components')['VSheet']
|
583
586
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
584
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
585
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
586
587
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
587
588
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
588
589
|
VSlider: typeof import('vuetify/components')['VSlider']
|
590
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
591
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
589
592
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
590
|
-
|
593
|
+
VTable: typeof import('vuetify/components')['VTable']
|
594
|
+
VTab: typeof import('vuetify/components')['VTab']
|
595
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
596
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
597
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
591
598
|
VStepper: typeof import('vuetify/components')['VStepper']
|
592
599
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
593
600
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
594
601
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
595
602
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
596
603
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
597
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
598
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
599
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
600
|
-
VTab: typeof import('vuetify/components')['VTab']
|
601
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
602
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
603
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
604
604
|
VTextField: typeof import('vuetify/components')['VTextField']
|
605
|
-
VTable: typeof import('vuetify/components')['VTable']
|
606
605
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
607
606
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
608
|
-
|
607
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
608
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
609
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
609
610
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
610
611
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
611
612
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
612
|
-
|
613
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
613
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
614
614
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
615
615
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
616
616
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
@@ -620,17 +620,18 @@ declare module 'vue' {
|
|
620
620
|
VCol: typeof import('vuetify/components')['VCol']
|
621
621
|
VRow: typeof import('vuetify/components')['VRow']
|
622
622
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
623
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
624
623
|
VLayout: typeof import('vuetify/components')['VLayout']
|
625
624
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
625
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
626
626
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
627
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
628
627
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
628
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
629
629
|
VRadio: typeof import('vuetify/components')['VRadio']
|
630
630
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
631
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
632
631
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
633
632
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
633
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
634
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
634
635
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
635
636
|
VValidation: typeof import('vuetify/components')['VValidation']
|
636
637
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
@@ -649,24 +650,23 @@ declare module 'vue' {
|
|
649
650
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
650
651
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
651
652
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
652
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
653
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
654
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
655
653
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
656
654
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
657
655
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
658
656
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
659
657
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
660
658
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
661
|
-
|
662
|
-
|
663
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
664
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
665
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
666
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
659
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
660
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
667
661
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
668
662
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
669
663
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
664
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
665
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
666
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
667
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
668
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
669
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
670
670
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
671
671
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
672
672
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
@@ -1,5 +1,5 @@
|
|
1
1
|
.v-file-upload {
|
2
|
-
padding: 64px
|
2
|
+
padding: 64px 16px;
|
3
3
|
flex-direction: column;
|
4
4
|
justify-content: center;
|
5
5
|
align-items: center;
|
@@ -41,6 +41,7 @@
|
|
41
41
|
.v-file-upload-title {
|
42
42
|
font-size: 1.5rem;
|
43
43
|
font-weight: 600;
|
44
|
+
text-align: center;
|
44
45
|
}
|
45
46
|
|
46
47
|
.v-file-upload-icon {
|
@@ -64,6 +65,9 @@
|
|
64
65
|
justify-content: center;
|
65
66
|
width: 100%;
|
66
67
|
}
|
68
|
+
.v-file-upload-divider .v-divider__wrapper {
|
69
|
+
max-width: 100%;
|
70
|
+
}
|
67
71
|
|
68
72
|
.v-file-upload-items {
|
69
73
|
margin: 16px 0;
|
@@ -46,6 +46,7 @@
|
|
46
46
|
.v-file-upload-title
|
47
47
|
font-size: $file-upload-title-font-size
|
48
48
|
font-weight: 600
|
49
|
+
text-align: center
|
49
50
|
|
50
51
|
.v-file-upload-icon
|
51
52
|
opacity: var(--v-medium-emphasis-opacity)
|
@@ -67,6 +68,9 @@
|
|
67
68
|
justify-content: center
|
68
69
|
width: 100%
|
69
70
|
|
71
|
+
.v-divider__wrapper
|
72
|
+
max-width: 100%
|
73
|
+
|
70
74
|
.v-file-upload-items
|
71
75
|
margin: $file-upload-items-margin
|
72
76
|
|
@@ -2,7 +2,7 @@
|
|
2
2
|
@use '../../styles/settings';
|
3
3
|
|
4
4
|
$file-upload-title-font-size: 1.5rem !default;
|
5
|
-
$file-upload-padding: 64px
|
5
|
+
$file-upload-padding: 64px 16px !default;
|
6
6
|
$file-upload-border-radius: 4px !default;
|
7
7
|
$file-upload-border-width: 2px !default;
|
8
8
|
$file-upload-title-font-weight: 600 !default;
|
package/package.json
CHANGED