@vuetify/nightly 3.7.10-dev.2025-02-06 → 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 -4
- package/dist/json/attributes.json +1172 -1172
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +140 -140
- package/dist/json/web-types.json +2088 -2088
- package/dist/vuetify-labs.css +25862 -27588
- 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 +22761 -24487
- 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 +2 -2
- package/lib/styles/tools/_bootable.sass +0 -3
- package/lib/styles/tools/_radius.sass +0 -10
package/dist/vuetify.d.ts
CHANGED
@@ -57890,41 +57890,41 @@ declare module 'vue' {
|
|
57890
57890
|
$children?: VNodeChild
|
57891
57891
|
}
|
57892
57892
|
export interface GlobalComponents {
|
57893
|
+
VApp: VApp
|
57894
|
+
VAlert: VAlert
|
57895
|
+
VAlertTitle: VAlertTitle
|
57896
|
+
VAutocomplete: VAutocomplete
|
57893
57897
|
VAppBar: VAppBar
|
57894
57898
|
VAppBarNavIcon: VAppBarNavIcon
|
57895
57899
|
VAppBarTitle: VAppBarTitle
|
57896
|
-
|
57897
|
-
|
57898
|
-
|
57900
|
+
VBreadcrumbs: VBreadcrumbs
|
57901
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
57902
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
57899
57903
|
VBanner: VBanner
|
57900
57904
|
VBannerActions: VBannerActions
|
57901
57905
|
VBannerText: VBannerText
|
57902
|
-
|
57903
|
-
VAutocomplete: VAutocomplete
|
57906
|
+
VBottomSheet: VBottomSheet
|
57904
57907
|
VBadge: VBadge
|
57905
57908
|
VAvatar: VAvatar
|
57906
|
-
|
57909
|
+
VBottomNavigation: VBottomNavigation
|
57907
57910
|
VBtnGroup: VBtnGroup
|
57908
|
-
|
57909
|
-
|
57910
|
-
|
57911
|
-
|
57911
|
+
VBtnToggle: VBtnToggle
|
57912
|
+
VCarousel: VCarousel
|
57913
|
+
VCarouselItem: VCarouselItem
|
57914
|
+
VBtn: VBtn
|
57912
57915
|
VCard: VCard
|
57913
57916
|
VCardActions: VCardActions
|
57914
57917
|
VCardItem: VCardItem
|
57915
57918
|
VCardSubtitle: VCardSubtitle
|
57916
57919
|
VCardText: VCardText
|
57917
57920
|
VCardTitle: VCardTitle
|
57918
|
-
|
57919
|
-
VBtnToggle: VBtnToggle
|
57921
|
+
VChip: VChip
|
57920
57922
|
VCheckbox: VCheckbox
|
57921
57923
|
VCheckboxBtn: VCheckboxBtn
|
57922
|
-
|
57923
|
-
VCarouselItem: VCarouselItem
|
57924
|
-
VChip: VChip
|
57924
|
+
VCode: VCode
|
57925
57925
|
VChipGroup: VChipGroup
|
57926
|
-
VColorPicker: VColorPicker
|
57927
57926
|
VCounter: VCounter
|
57927
|
+
VColorPicker: VColorPicker
|
57928
57928
|
VCombobox: VCombobox
|
57929
57929
|
VDatePicker: VDatePicker
|
57930
57930
|
VDatePickerControls: VDatePickerControls
|
@@ -57932,11 +57932,11 @@ declare module 'vue' {
|
|
57932
57932
|
VDatePickerMonth: VDatePickerMonth
|
57933
57933
|
VDatePickerMonths: VDatePickerMonths
|
57934
57934
|
VDatePickerYears: VDatePickerYears
|
57935
|
+
VDivider: VDivider
|
57936
|
+
VDialog: VDialog
|
57937
|
+
VField: VField
|
57938
|
+
VFieldLabel: VFieldLabel
|
57935
57939
|
VEmptyState: VEmptyState
|
57936
|
-
VExpansionPanels: VExpansionPanels
|
57937
|
-
VExpansionPanel: VExpansionPanel
|
57938
|
-
VExpansionPanelText: VExpansionPanelText
|
57939
|
-
VExpansionPanelTitle: VExpansionPanelTitle
|
57940
57940
|
VDataTable: VDataTable
|
57941
57941
|
VDataTableHeaders: VDataTableHeaders
|
57942
57942
|
VDataTableFooter: VDataTableFooter
|
@@ -57944,25 +57944,27 @@ declare module 'vue' {
|
|
57944
57944
|
VDataTableRow: VDataTableRow
|
57945
57945
|
VDataTableVirtual: VDataTableVirtual
|
57946
57946
|
VDataTableServer: VDataTableServer
|
57947
|
-
|
57948
|
-
|
57947
|
+
VExpansionPanels: VExpansionPanels
|
57948
|
+
VExpansionPanel: VExpansionPanel
|
57949
|
+
VExpansionPanelText: VExpansionPanelText
|
57950
|
+
VExpansionPanelTitle: VExpansionPanelTitle
|
57949
57951
|
VFooter: VFooter
|
57950
|
-
VField: VField
|
57951
|
-
VFieldLabel: VFieldLabel
|
57952
|
-
VFileInput: VFileInput
|
57953
|
-
VImg: VImg
|
57954
57952
|
VFab: VFab
|
57953
|
+
VFileInput: VFileInput
|
57954
|
+
VInput: VInput
|
57955
57955
|
VIcon: VIcon
|
57956
57956
|
VComponentIcon: VComponentIcon
|
57957
57957
|
VSvgIcon: VSvgIcon
|
57958
57958
|
VLigatureIcon: VLigatureIcon
|
57959
57959
|
VClassIcon: VClassIcon
|
57960
|
-
VInput: VInput
|
57961
|
-
VKbd: VKbd
|
57962
|
-
VInfiniteScroll: VInfiniteScroll
|
57963
|
-
VLabel: VLabel
|
57964
57960
|
VItemGroup: VItemGroup
|
57965
57961
|
VItem: VItem
|
57962
|
+
VImg: VImg
|
57963
|
+
VInfiniteScroll: VInfiniteScroll
|
57964
|
+
VKbd: VKbd
|
57965
|
+
VMain: VMain
|
57966
|
+
VMessages: VMessages
|
57967
|
+
VLabel: VLabel
|
57966
57968
|
VList: VList
|
57967
57969
|
VListGroup: VListGroup
|
57968
57970
|
VListImg: VListImg
|
@@ -57972,39 +57974,37 @@ declare module 'vue' {
|
|
57972
57974
|
VListItemSubtitle: VListItemSubtitle
|
57973
57975
|
VListItemTitle: VListItemTitle
|
57974
57976
|
VListSubheader: VListSubheader
|
57975
|
-
VMessages: VMessages
|
57976
|
-
VMain: VMain
|
57977
|
-
VMenu: VMenu
|
57978
|
-
VNavigationDrawer: VNavigationDrawer
|
57979
57977
|
VOverlay: VOverlay
|
57980
|
-
VOtpInput: VOtpInput
|
57981
57978
|
VProgressCircular: VProgressCircular
|
57982
|
-
|
57979
|
+
VNavigationDrawer: VNavigationDrawer
|
57983
57980
|
VPagination: VPagination
|
57981
|
+
VMenu: VMenu
|
57982
|
+
VRadioGroup: VRadioGroup
|
57983
|
+
VOtpInput: VOtpInput
|
57984
57984
|
VRating: VRating
|
57985
57985
|
VProgressLinear: VProgressLinear
|
57986
57986
|
VSheet: VSheet
|
57987
|
-
VSelect: VSelect
|
57988
57987
|
VSelectionControl: VSelectionControl
|
57988
|
+
VSelect: VSelect
|
57989
57989
|
VSelectionControlGroup: VSelectionControlGroup
|
57990
|
-
VSkeletonLoader: VSkeletonLoader
|
57991
|
-
VSlider: VSlider
|
57992
57990
|
VSlideGroup: VSlideGroup
|
57993
57991
|
VSlideGroupItem: VSlideGroupItem
|
57992
|
+
VSnackbar: VSnackbar
|
57993
|
+
VSkeletonLoader: VSkeletonLoader
|
57994
|
+
VSwitch: VSwitch
|
57994
57995
|
VTab: VTab
|
57995
57996
|
VTabs: VTabs
|
57996
57997
|
VTabsWindow: VTabsWindow
|
57997
57998
|
VTabsWindowItem: VTabsWindowItem
|
57998
|
-
|
57999
|
+
VSlider: VSlider
|
58000
|
+
VTable: VTable
|
57999
58001
|
VStepper: VStepper
|
58000
58002
|
VStepperActions: VStepperActions
|
58001
58003
|
VStepperHeader: VStepperHeader
|
58002
58004
|
VStepperItem: VStepperItem
|
58003
58005
|
VStepperWindow: VStepperWindow
|
58004
58006
|
VStepperWindowItem: VStepperWindowItem
|
58005
|
-
VSwitch: VSwitch
|
58006
58007
|
VSystemBar: VSystemBar
|
58007
|
-
VTable: VTable
|
58008
58008
|
VTextarea: VTextarea
|
58009
58009
|
VTextField: VTextField
|
58010
58010
|
VToolbar: VToolbar
|
@@ -58015,28 +58015,29 @@ declare module 'vue' {
|
|
58015
58015
|
VTooltip: VTooltip
|
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
|
-
VResponsive: VResponsive
|
58034
58033
|
VRadio: VRadio
|
58034
|
+
VResponsive: VResponsive
|
58035
58035
|
VRangeSlider: VRangeSlider
|
58036
58036
|
VSparkline: VSparkline
|
58037
58037
|
VSpeedDial: VSpeedDial
|
58038
|
-
VValidation: VValidation
|
58039
58038
|
VThemeProvider: VThemeProvider
|
58039
|
+
VValidation: VValidation
|
58040
|
+
VVirtualScroll: VVirtualScroll
|
58040
58041
|
VFabTransition: VFabTransition
|
58041
58042
|
VDialogBottomTransition: VDialogBottomTransition
|
58042
58043
|
VDialogTopTransition: VDialogTopTransition
|
@@ -58053,7 +58054,6 @@ declare module 'vue' {
|
|
58053
58054
|
VExpandTransition: VExpandTransition
|
58054
58055
|
VExpandXTransition: VExpandXTransition
|
58055
58056
|
VDialogTransition: VDialogTransition
|
58056
|
-
VVirtualScroll: VVirtualScroll
|
58057
58057
|
VCalendar: VCalendar
|
58058
58058
|
VCalendarDay: VCalendarDay
|
58059
58059
|
VCalendarHeader: VCalendarHeader
|
@@ -58063,19 +58063,19 @@ declare module 'vue' {
|
|
58063
58063
|
VNumberInput: VNumberInput
|
58064
58064
|
VPicker: VPicker
|
58065
58065
|
VPickerTitle: VPickerTitle
|
58066
|
-
|
58067
|
-
|
58068
|
-
VTreeviewGroup: VTreeviewGroup
|
58066
|
+
VFileUpload: VFileUpload
|
58067
|
+
VFileUploadItem: VFileUploadItem
|
58069
58068
|
VStepperVertical: VStepperVertical
|
58070
58069
|
VStepperVerticalItem: VStepperVerticalItem
|
58071
58070
|
VStepperVerticalActions: VStepperVerticalActions
|
58072
|
-
VFileUpload: VFileUpload
|
58073
|
-
VFileUploadItem: VFileUploadItem
|
58074
58071
|
VTimePicker: VTimePicker
|
58075
58072
|
VTimePickerClock: VTimePickerClock
|
58076
58073
|
VTimePickerControls: VTimePickerControls
|
58074
|
+
VTreeview: VTreeview
|
58075
|
+
VTreeviewItem: VTreeviewItem
|
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 };
|