@vuetify/nightly 3.7.10-dev.2025-02-10 → 3.7.10-next.2025-02-04
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 +6 -5
- package/dist/json/attributes.json +1476 -1476
- package/dist/json/importMap-labs.json +38 -38
- package/dist/json/importMap.json +266 -266
- package/dist/json/web-types.json +2637 -2637
- package/dist/vuetify-labs.css +25804 -27530
- package/dist/vuetify-labs.d.ts +54 -54
- package/dist/vuetify-labs.esm.js +7 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -7
- package/dist/vuetify-labs.min.css +3 -4
- package/dist/vuetify.css +22753 -24479
- package/dist/vuetify.d.ts +54 -54
- package/dist/vuetify.esm.js +7 -7
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +7 -7
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -4
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +207 -215
- package/lib/components/VApp/VApp.css +16 -15
- package/lib/components/VAppBar/VAppBar.css +14 -12
- package/lib/components/VAutocomplete/VAutocomplete.css +86 -85
- package/lib/components/VAvatar/VAvatar.css +108 -106
- package/lib/components/VBadge/VBadge.css +77 -77
- package/lib/components/VBanner/VBanner.css +161 -166
- package/lib/components/VBottomNavigation/VBottomNavigation.css +64 -63
- package/lib/components/VBottomSheet/VBottomSheet.css +34 -31
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +54 -57
- package/lib/components/VBtn/VBtn.css +385 -408
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtnGroup/VBtnGroup.css +63 -64
- package/lib/components/VBtnToggle/VBtnToggle.css +16 -14
- package/lib/components/VCard/VCard.css +294 -302
- package/lib/components/VCarousel/VCarousel.css +63 -65
- package/lib/components/VCarousel/VCarousel.sass +1 -1
- package/lib/components/VCheckbox/VCheckbox.css +7 -5
- package/lib/components/VChip/VChip.css +378 -411
- package/lib/components/VChipGroup/VChipGroup.css +19 -18
- package/lib/components/VCode/VCode.css +10 -8
- package/lib/components/VColorPicker/VColorPicker.css +22 -22
- package/lib/components/VColorPicker/VColorPickerCanvas.css +24 -22
- package/lib/components/VColorPicker/VColorPickerEdit.css +29 -28
- package/lib/components/VColorPicker/VColorPickerPreview.css +69 -67
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -2
- package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
- package/lib/components/VCombobox/VCombobox.css +86 -85
- package/lib/components/VCounter/VCounter.css +7 -5
- package/lib/components/VDataTable/VDataTable.css +189 -186
- package/lib/components/VDataTable/VDataTable.sass +20 -10
- package/lib/components/VDataTable/VDataTableFooter.css +33 -31
- package/lib/components/VDatePicker/VDatePicker.css +8 -6
- package/lib/components/VDatePicker/VDatePickerControls.css +54 -56
- package/lib/components/VDatePicker/VDatePickerHeader.css +56 -60
- package/lib/components/VDatePicker/VDatePickerMonth.css +51 -55
- package/lib/components/VDatePicker/VDatePickerMonths.css +20 -19
- package/lib/components/VDatePicker/VDatePickerYears.css +16 -15
- package/lib/components/VDialog/VDialog.css +98 -98
- package/lib/components/VDivider/VDivider.css +52 -52
- package/lib/components/VEmptyState/VEmptyState.css +62 -67
- package/lib/components/VExpansionPanel/VExpansionPanel.css +203 -209
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +27 -25
- package/lib/components/VFab/VFab.css +78 -73
- package/lib/components/VFab/VFab.sass +5 -4
- package/lib/components/VField/VField.css +546 -587
- package/lib/components/VFileInput/VFileInput.css +31 -29
- package/lib/components/VFooter/VFooter.css +38 -36
- package/lib/components/VGrid/VGrid.css +565 -592
- package/lib/components/VIcon/VIcon.css +51 -52
- package/lib/components/VImg/VImg.css +50 -51
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +36 -37
- package/lib/components/VInput/VInput.css +131 -142
- package/lib/components/VItemGroup/VItemGroup.css +7 -5
- package/lib/components/VKbd/VKbd.css +13 -11
- package/lib/components/VLabel/VLabel.css +16 -15
- package/lib/components/VLayout/VLayout.css +10 -8
- package/lib/components/VLayout/VLayoutItem.css +8 -7
- package/lib/components/VList/VList.css +104 -108
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListItem.css +440 -452
- package/lib/components/VList/VListItem.sass +2 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.css +4 -2
- package/lib/components/VMain/VMain.css +32 -30
- package/lib/components/VMenu/VMenu.css +21 -19
- package/lib/components/VMessages/VMessages.css +17 -15
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +106 -108
- package/lib/components/VOtpInput/VOtpInput.css +56 -58
- package/lib/components/VOverlay/VOverlay.css +60 -63
- package/lib/components/VOverlay/VOverlay.sass +14 -13
- package/lib/components/VPagination/VPagination.css +10 -8
- package/lib/components/VParallax/VParallax.css +8 -6
- package/lib/components/VProgressCircular/VProgressCircular.css +95 -101
- package/lib/components/VProgressLinear/VProgressLinear.css +209 -222
- package/lib/components/VRadioGroup/VRadioGroup.css +14 -12
- package/lib/components/VRating/VRating.css +52 -53
- package/lib/components/VResponsive/VResponsive.css +25 -26
- package/lib/components/VSelect/VSelect.css +54 -52
- package/lib/components/VSelectionControl/VSelectionControl.css +98 -100
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +10 -8
- package/lib/components/VSheet/VSheet.css +38 -36
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +225 -224
- package/lib/components/VSlideGroup/VSlideGroup.css +53 -55
- package/lib/components/VSlider/VSlider.css +53 -57
- package/lib/components/VSlider/VSliderThumb.css +142 -153
- package/lib/components/VSlider/VSliderTrack.css +155 -174
- package/lib/components/VSnackbar/VSnackbar.css +140 -140
- package/lib/components/VSpeedDial/VSpeedDial.css +43 -41
- package/lib/components/VStepper/VStepper.css +55 -56
- package/lib/components/VStepper/VStepperItem.css +112 -115
- package/lib/components/VSwitch/VSwitch.css +129 -139
- package/lib/components/VSystemBar/VSystemBar.css +45 -43
- package/lib/components/VTable/VTable.css +140 -141
- package/lib/components/VTable/VTable.sass +4 -2
- package/lib/components/VTabs/VTab.css +30 -29
- package/lib/components/VTabs/VTabs.css +59 -65
- package/lib/components/VTextField/VTextField.css +65 -68
- package/lib/components/VTextarea/VTextarea.css +48 -40
- package/lib/components/VTextarea/VTextarea.sass +4 -2
- package/lib/components/VThemeProvider/VThemeProvider.css +5 -3
- package/lib/components/VTimeline/VTimeline.css +379 -427
- package/lib/components/VTimeline/VTimeline.sass +4 -13
- package/lib/components/VToolbar/VToolbar.css +136 -143
- package/lib/components/VTooltip/VTooltip.css +25 -21
- package/lib/components/VTooltip/VTooltip.sass +8 -6
- package/lib/components/VVirtualScroll/VVirtualScroll.css +11 -9
- package/lib/components/VWindow/VWindow.css +73 -70
- package/lib/composables/theme.js +4 -4
- package/lib/composables/theme.js.map +1 -1
- package/lib/directives/ripple/VRipple.css +38 -36
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +54 -54
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.css +219 -225
- package/lib/labs/VCalendar/VCalendarDay.css +33 -32
- package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
- package/lib/labs/VCalendar/VCalendarInterval.css +43 -42
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +7 -5
- package/lib/labs/VCalendar/VCalendarMonthDay.css +61 -58
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +3 -2
- package/lib/labs/VFileUpload/VFileUpload.css +70 -73
- package/lib/labs/VNumberInput/VNumberInput.css +40 -38
- package/lib/labs/VPicker/VPicker.css +53 -57
- package/lib/labs/VTimePicker/VTimePicker.css +9 -7
- package/lib/labs/VTimePicker/VTimePickerClock.css +126 -129
- package/lib/labs/VTimePicker/VTimePickerControls.css +102 -103
- package/lib/labs/VTreeview/VTreeviewItem.css +23 -21
- package/lib/labs/VTreeview/VTreeviewItem.sass +5 -4
- package/lib/styles/elements/_global.sass +1 -1
- package/lib/styles/generic/_colors.scss +3 -3
- package/lib/styles/generic/_layers.scss +13 -1
- package/lib/styles/generic/_transitions.scss +32 -32
- package/lib/styles/main.css +14667 -16140
- package/lib/styles/settings/_utilities.scss +0 -5
- package/lib/styles/settings/_variables.scss +1 -2
- package/lib/styles/tools/_border.sass +4 -4
- package/lib/styles/tools/_display.sass +0 -10
- package/lib/styles/tools/_elevation.sass +2 -2
- package/lib/styles/tools/_index.sass +0 -2
- package/lib/styles/tools/_layer.scss +4 -2
- package/lib/styles/tools/_position.sass +2 -2
- package/lib/styles/tools/_rounded.sass +2 -2
- package/lib/styles/tools/_utilities.sass +1 -5
- package/lib/styles/utilities/_elevation.scss +1 -1
- package/package.json +4 -4
- package/lib/styles/tools/_bootable.sass +0 -3
- package/lib/styles/tools/_radius.sass +0 -10
package/dist/vuetify.d.ts
CHANGED
@@ -57894,36 +57894,49 @@ declare module 'vue' {
|
|
57894
57894
|
VAlert: VAlert
|
57895
57895
|
VAlertTitle: VAlertTitle
|
57896
57896
|
VAutocomplete: VAutocomplete
|
57897
|
-
VAvatar: VAvatar
|
57898
|
-
VBottomNavigation: VBottomNavigation
|
57899
57897
|
VAppBar: VAppBar
|
57900
57898
|
VAppBarNavIcon: VAppBarNavIcon
|
57901
57899
|
VAppBarTitle: VAppBarTitle
|
57902
|
-
VBadge: VBadge
|
57903
57900
|
VBreadcrumbs: VBreadcrumbs
|
57904
57901
|
VBreadcrumbsItem: VBreadcrumbsItem
|
57905
57902
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
57906
57903
|
VBanner: VBanner
|
57907
57904
|
VBannerActions: VBannerActions
|
57908
57905
|
VBannerText: VBannerText
|
57906
|
+
VBottomSheet: VBottomSheet
|
57907
|
+
VBadge: VBadge
|
57908
|
+
VAvatar: VAvatar
|
57909
|
+
VBottomNavigation: VBottomNavigation
|
57909
57910
|
VBtnGroup: VBtnGroup
|
57911
|
+
VBtnToggle: VBtnToggle
|
57912
|
+
VCarousel: VCarousel
|
57913
|
+
VCarouselItem: VCarouselItem
|
57914
|
+
VBtn: VBtn
|
57910
57915
|
VCard: VCard
|
57911
57916
|
VCardActions: VCardActions
|
57912
57917
|
VCardItem: VCardItem
|
57913
57918
|
VCardSubtitle: VCardSubtitle
|
57914
57919
|
VCardText: VCardText
|
57915
57920
|
VCardTitle: VCardTitle
|
57916
|
-
VBtn: VBtn
|
57917
|
-
VCarousel: VCarousel
|
57918
|
-
VCarouselItem: VCarouselItem
|
57919
|
-
VChipGroup: VChipGroup
|
57920
|
-
VBottomSheet: VBottomSheet
|
57921
|
-
VBtnToggle: VBtnToggle
|
57922
57921
|
VChip: VChip
|
57923
|
-
VColorPicker: VColorPicker
|
57924
57922
|
VCheckbox: VCheckbox
|
57925
57923
|
VCheckboxBtn: VCheckboxBtn
|
57924
|
+
VCode: VCode
|
57925
|
+
VChipGroup: VChipGroup
|
57926
|
+
VCounter: VCounter
|
57927
|
+
VColorPicker: VColorPicker
|
57926
57928
|
VCombobox: VCombobox
|
57929
|
+
VDatePicker: VDatePicker
|
57930
|
+
VDatePickerControls: VDatePickerControls
|
57931
|
+
VDatePickerHeader: VDatePickerHeader
|
57932
|
+
VDatePickerMonth: VDatePickerMonth
|
57933
|
+
VDatePickerMonths: VDatePickerMonths
|
57934
|
+
VDatePickerYears: VDatePickerYears
|
57935
|
+
VDivider: VDivider
|
57936
|
+
VDialog: VDialog
|
57937
|
+
VField: VField
|
57938
|
+
VFieldLabel: VFieldLabel
|
57939
|
+
VEmptyState: VEmptyState
|
57927
57940
|
VDataTable: VDataTable
|
57928
57941
|
VDataTableHeaders: VDataTableHeaders
|
57929
57942
|
VDataTableFooter: VDataTableFooter
|
@@ -57931,36 +57944,27 @@ declare module 'vue' {
|
|
57931
57944
|
VDataTableRow: VDataTableRow
|
57932
57945
|
VDataTableVirtual: VDataTableVirtual
|
57933
57946
|
VDataTableServer: VDataTableServer
|
57934
|
-
VCounter: VCounter
|
57935
|
-
VCode: VCode
|
57936
|
-
VEmptyState: VEmptyState
|
57937
|
-
VDatePicker: VDatePicker
|
57938
|
-
VDatePickerControls: VDatePickerControls
|
57939
|
-
VDatePickerHeader: VDatePickerHeader
|
57940
|
-
VDatePickerMonth: VDatePickerMonth
|
57941
|
-
VDatePickerMonths: VDatePickerMonths
|
57942
|
-
VDatePickerYears: VDatePickerYears
|
57943
57947
|
VExpansionPanels: VExpansionPanels
|
57944
57948
|
VExpansionPanel: VExpansionPanel
|
57945
57949
|
VExpansionPanelText: VExpansionPanelText
|
57946
57950
|
VExpansionPanelTitle: VExpansionPanelTitle
|
57947
|
-
VDialog: VDialog
|
57948
|
-
VField: VField
|
57949
|
-
VFieldLabel: VFieldLabel
|
57950
57951
|
VFooter: VFooter
|
57951
57952
|
VFab: VFab
|
57952
57953
|
VFileInput: VFileInput
|
57953
|
-
VDivider: VDivider
|
57954
57954
|
VInput: VInput
|
57955
57955
|
VIcon: VIcon
|
57956
57956
|
VComponentIcon: VComponentIcon
|
57957
57957
|
VSvgIcon: VSvgIcon
|
57958
57958
|
VLigatureIcon: VLigatureIcon
|
57959
57959
|
VClassIcon: VClassIcon
|
57960
|
-
VKbd: VKbd
|
57961
57960
|
VItemGroup: VItemGroup
|
57962
57961
|
VItem: VItem
|
57963
57962
|
VImg: VImg
|
57963
|
+
VInfiniteScroll: VInfiniteScroll
|
57964
|
+
VKbd: VKbd
|
57965
|
+
VMain: VMain
|
57966
|
+
VMessages: VMessages
|
57967
|
+
VLabel: VLabel
|
57964
57968
|
VList: VList
|
57965
57969
|
VListGroup: VListGroup
|
57966
57970
|
VListImg: VListImg
|
@@ -57970,41 +57974,38 @@ declare module 'vue' {
|
|
57970
57974
|
VListItemSubtitle: VListItemSubtitle
|
57971
57975
|
VListItemTitle: VListItemTitle
|
57972
57976
|
VListSubheader: VListSubheader
|
57973
|
-
VMain: VMain
|
57974
|
-
VInfiniteScroll: VInfiniteScroll
|
57975
|
-
VNavigationDrawer: VNavigationDrawer
|
57976
|
-
VLabel: VLabel
|
57977
|
-
VMenu: VMenu
|
57978
|
-
VMessages: VMessages
|
57979
57977
|
VOverlay: VOverlay
|
57980
|
-
VPagination: VPagination
|
57981
57978
|
VProgressCircular: VProgressCircular
|
57979
|
+
VNavigationDrawer: VNavigationDrawer
|
57980
|
+
VPagination: VPagination
|
57981
|
+
VMenu: VMenu
|
57982
|
+
VRadioGroup: VRadioGroup
|
57982
57983
|
VOtpInput: VOtpInput
|
57983
57984
|
VRating: VRating
|
57984
57985
|
VProgressLinear: VProgressLinear
|
57985
|
-
VRadioGroup: VRadioGroup
|
57986
|
-
VSelectionControlGroup: VSelectionControlGroup
|
57987
57986
|
VSheet: VSheet
|
57988
|
-
VSlideGroup: VSlideGroup
|
57989
|
-
VSlideGroupItem: VSlideGroupItem
|
57990
57987
|
VSelectionControl: VSelectionControl
|
57991
57988
|
VSelect: VSelect
|
57989
|
+
VSelectionControlGroup: VSelectionControlGroup
|
57990
|
+
VSlideGroup: VSlideGroup
|
57991
|
+
VSlideGroupItem: VSlideGroupItem
|
57992
57992
|
VSnackbar: VSnackbar
|
57993
57993
|
VSkeletonLoader: VSkeletonLoader
|
57994
|
-
|
57994
|
+
VSwitch: VSwitch
|
57995
|
+
VTab: VTab
|
57996
|
+
VTabs: VTabs
|
57997
|
+
VTabsWindow: VTabsWindow
|
57998
|
+
VTabsWindowItem: VTabsWindowItem
|
57999
|
+
VSlider: VSlider
|
58000
|
+
VTable: VTable
|
57995
58001
|
VStepper: VStepper
|
57996
58002
|
VStepperActions: VStepperActions
|
57997
58003
|
VStepperHeader: VStepperHeader
|
57998
58004
|
VStepperItem: VStepperItem
|
57999
58005
|
VStepperWindow: VStepperWindow
|
58000
58006
|
VStepperWindowItem: VStepperWindowItem
|
58001
|
-
|
58002
|
-
VSwitch: VSwitch
|
58007
|
+
VSystemBar: VSystemBar
|
58003
58008
|
VTextarea: VTextarea
|
58004
|
-
VTab: VTab
|
58005
|
-
VTabs: VTabs
|
58006
|
-
VTabsWindow: VTabsWindow
|
58007
|
-
VTabsWindowItem: VTabsWindowItem
|
58008
58009
|
VTextField: VTextField
|
58009
58010
|
VToolbar: VToolbar
|
58010
58011
|
VToolbarTitle: VToolbarTitle
|
@@ -58012,27 +58013,26 @@ declare module 'vue' {
|
|
58012
58013
|
VTimeline: VTimeline
|
58013
58014
|
VTimelineItem: VTimelineItem
|
58014
58015
|
VTooltip: VTooltip
|
58015
|
-
VTable: VTable
|
58016
58016
|
VWindow: VWindow
|
58017
58017
|
VWindowItem: VWindowItem
|
58018
|
-
VConfirmEdit: VConfirmEdit
|
58019
58018
|
VDataIterator: VDataIterator
|
58019
|
+
VConfirmEdit: VConfirmEdit
|
58020
58020
|
VDefaultsProvider: VDefaultsProvider
|
58021
|
-
VForm: VForm
|
58022
58021
|
VContainer: VContainer
|
58023
58022
|
VCol: VCol
|
58024
58023
|
VRow: VRow
|
58025
58024
|
VSpacer: VSpacer
|
58026
58025
|
VHover: VHover
|
58026
|
+
VForm: VForm
|
58027
|
+
VLazy: VLazy
|
58027
58028
|
VLayout: VLayout
|
58028
58029
|
VLayoutItem: VLayoutItem
|
58029
58030
|
VLocaleProvider: VLocaleProvider
|
58030
|
-
VLazy: VLazy
|
58031
58031
|
VNoSsr: VNoSsr
|
58032
58032
|
VParallax: VParallax
|
58033
|
-
VRangeSlider: VRangeSlider
|
58034
58033
|
VRadio: VRadio
|
58035
58034
|
VResponsive: VResponsive
|
58035
|
+
VRangeSlider: VRangeSlider
|
58036
58036
|
VSparkline: VSparkline
|
58037
58037
|
VSpeedDial: VSpeedDial
|
58038
58038
|
VThemeProvider: VThemeProvider
|
@@ -58054,28 +58054,28 @@ declare module 'vue' {
|
|
58054
58054
|
VExpandTransition: VExpandTransition
|
58055
58055
|
VExpandXTransition: VExpandXTransition
|
58056
58056
|
VDialogTransition: VDialogTransition
|
58057
|
-
VFileUpload: VFileUpload
|
58058
|
-
VFileUploadItem: VFileUploadItem
|
58059
58057
|
VCalendar: VCalendar
|
58060
58058
|
VCalendarDay: VCalendarDay
|
58061
58059
|
VCalendarHeader: VCalendarHeader
|
58062
58060
|
VCalendarInterval: VCalendarInterval
|
58063
58061
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
58064
58062
|
VCalendarMonthDay: VCalendarMonthDay
|
58063
|
+
VNumberInput: VNumberInput
|
58065
58064
|
VPicker: VPicker
|
58066
58065
|
VPickerTitle: VPickerTitle
|
58067
|
-
|
58068
|
-
|
58069
|
-
VTimePickerClock: VTimePickerClock
|
58070
|
-
VTimePickerControls: VTimePickerControls
|
58066
|
+
VFileUpload: VFileUpload
|
58067
|
+
VFileUploadItem: VFileUploadItem
|
58071
58068
|
VStepperVertical: VStepperVertical
|
58072
58069
|
VStepperVerticalItem: VStepperVerticalItem
|
58073
58070
|
VStepperVerticalActions: VStepperVerticalActions
|
58071
|
+
VTimePicker: VTimePicker
|
58072
|
+
VTimePickerClock: VTimePickerClock
|
58073
|
+
VTimePickerControls: VTimePickerControls
|
58074
58074
|
VTreeview: VTreeview
|
58075
58075
|
VTreeviewItem: VTreeviewItem
|
58076
58076
|
VTreeviewGroup: VTreeviewGroup
|
58077
58077
|
VDateInput: VDateInput
|
58078
|
-
VSnackbarQueue: VSnackbarQueue
|
58079
58078
|
VPullToRefresh: VPullToRefresh
|
58079
|
+
VSnackbarQueue: VSnackbarQueue
|
58080
58080
|
}
|
58081
58081
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.10-
|
2
|
+
* Vuetify v3.7.10-next.2025-02-04
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2875,15 +2875,15 @@ function createTheme(options) {
|
|
2875
2875
|
const colors = new Set(Object.values(computedThemes.value).flatMap(theme => Object.keys(theme.colors)));
|
2876
2876
|
for (const key of colors) {
|
2877
2877
|
if (/^on-[a-z]/.test(key)) {
|
2878
|
-
createCssClass(fgLines, `.${key}`, [`color: rgb(var(--v-theme-${key}))
|
2878
|
+
createCssClass(fgLines, `.${key}`, [`color: rgb(var(--v-theme-${key}))`]);
|
2879
2879
|
} else {
|
2880
|
-
createCssClass(bgLines, `.bg-${key}`, [`--v-theme-overlay-multiplier: var(--v-theme-${key}-overlay-multiplier)`, `background-color: rgb(var(--v-theme-${key}))
|
2881
|
-
createCssClass(fgLines, `.text-${key}`, [`color: rgb(var(--v-theme-${key}))
|
2880
|
+
createCssClass(bgLines, `.bg-${key}`, [`--v-theme-overlay-multiplier: var(--v-theme-${key}-overlay-multiplier)`, `background-color: rgb(var(--v-theme-${key}))`, `color: rgb(var(--v-theme-on-${key}))`]);
|
2881
|
+
createCssClass(fgLines, `.text-${key}`, [`color: rgb(var(--v-theme-${key}))`]);
|
2882
2882
|
createCssClass(fgLines, `.border-${key}`, [`--v-border-color: var(--v-theme-${key})`]);
|
2883
2883
|
}
|
2884
2884
|
}
|
2885
2885
|
lines.push(...bgLines, ...fgLines);
|
2886
|
-
return lines.map(
|
2886
|
+
return '@layer vuetify.theme {\n' + lines.map(v => ` ${v}`).join('') + '\n}';
|
2887
2887
|
});
|
2888
2888
|
function getHead() {
|
2889
2889
|
return {
|
@@ -28466,7 +28466,7 @@ function createVuetify$1() {
|
|
28466
28466
|
};
|
28467
28467
|
});
|
28468
28468
|
}
|
28469
|
-
const version$1 = "3.7.10-
|
28469
|
+
const version$1 = "3.7.10-next.2025-02-04";
|
28470
28470
|
createVuetify$1.version = version$1;
|
28471
28471
|
|
28472
28472
|
// Vue's inject() can only be used in setup
|
@@ -28491,7 +28491,7 @@ const createVuetify = function () {
|
|
28491
28491
|
...options
|
28492
28492
|
});
|
28493
28493
|
};
|
28494
|
-
const version = "3.7.10-
|
28494
|
+
const version = "3.7.10-next.2025-02-04";
|
28495
28495
|
createVuetify.version = version;
|
28496
28496
|
|
28497
28497
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|