@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-labs.d.ts
CHANGED
@@ -72156,41 +72156,41 @@ declare module 'vue' {
|
|
72156
72156
|
$children?: VNodeChild
|
72157
72157
|
}
|
72158
72158
|
export interface GlobalComponents {
|
72159
|
+
VApp: VApp
|
72160
|
+
VAlert: VAlert
|
72161
|
+
VAlertTitle: VAlertTitle
|
72162
|
+
VAutocomplete: VAutocomplete
|
72159
72163
|
VAppBar: VAppBar
|
72160
72164
|
VAppBarNavIcon: VAppBarNavIcon
|
72161
72165
|
VAppBarTitle: VAppBarTitle
|
72162
|
-
|
72163
|
-
|
72164
|
-
|
72166
|
+
VBreadcrumbs: VBreadcrumbs
|
72167
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
72168
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
72165
72169
|
VBanner: VBanner
|
72166
72170
|
VBannerActions: VBannerActions
|
72167
72171
|
VBannerText: VBannerText
|
72168
|
-
|
72169
|
-
VAutocomplete: VAutocomplete
|
72172
|
+
VBottomSheet: VBottomSheet
|
72170
72173
|
VBadge: VBadge
|
72171
72174
|
VAvatar: VAvatar
|
72172
|
-
|
72175
|
+
VBottomNavigation: VBottomNavigation
|
72173
72176
|
VBtnGroup: VBtnGroup
|
72174
|
-
|
72175
|
-
|
72176
|
-
|
72177
|
-
|
72177
|
+
VBtnToggle: VBtnToggle
|
72178
|
+
VCarousel: VCarousel
|
72179
|
+
VCarouselItem: VCarouselItem
|
72180
|
+
VBtn: VBtn
|
72178
72181
|
VCard: VCard
|
72179
72182
|
VCardActions: VCardActions
|
72180
72183
|
VCardItem: VCardItem
|
72181
72184
|
VCardSubtitle: VCardSubtitle
|
72182
72185
|
VCardText: VCardText
|
72183
72186
|
VCardTitle: VCardTitle
|
72184
|
-
|
72185
|
-
VBtnToggle: VBtnToggle
|
72187
|
+
VChip: VChip
|
72186
72188
|
VCheckbox: VCheckbox
|
72187
72189
|
VCheckboxBtn: VCheckboxBtn
|
72188
|
-
|
72189
|
-
VCarouselItem: VCarouselItem
|
72190
|
-
VChip: VChip
|
72190
|
+
VCode: VCode
|
72191
72191
|
VChipGroup: VChipGroup
|
72192
|
-
VColorPicker: VColorPicker
|
72193
72192
|
VCounter: VCounter
|
72193
|
+
VColorPicker: VColorPicker
|
72194
72194
|
VCombobox: VCombobox
|
72195
72195
|
VDatePicker: VDatePicker
|
72196
72196
|
VDatePickerControls: VDatePickerControls
|
@@ -72198,11 +72198,11 @@ declare module 'vue' {
|
|
72198
72198
|
VDatePickerMonth: VDatePickerMonth
|
72199
72199
|
VDatePickerMonths: VDatePickerMonths
|
72200
72200
|
VDatePickerYears: VDatePickerYears
|
72201
|
+
VDivider: VDivider
|
72202
|
+
VDialog: VDialog
|
72203
|
+
VField: VField
|
72204
|
+
VFieldLabel: VFieldLabel
|
72201
72205
|
VEmptyState: VEmptyState
|
72202
|
-
VExpansionPanels: VExpansionPanels
|
72203
|
-
VExpansionPanel: VExpansionPanel
|
72204
|
-
VExpansionPanelText: VExpansionPanelText
|
72205
|
-
VExpansionPanelTitle: VExpansionPanelTitle
|
72206
72206
|
VDataTable: VDataTable
|
72207
72207
|
VDataTableHeaders: VDataTableHeaders
|
72208
72208
|
VDataTableFooter: VDataTableFooter
|
@@ -72210,25 +72210,27 @@ declare module 'vue' {
|
|
72210
72210
|
VDataTableRow: VDataTableRow
|
72211
72211
|
VDataTableVirtual: VDataTableVirtual
|
72212
72212
|
VDataTableServer: VDataTableServer
|
72213
|
-
|
72214
|
-
|
72213
|
+
VExpansionPanels: VExpansionPanels
|
72214
|
+
VExpansionPanel: VExpansionPanel
|
72215
|
+
VExpansionPanelText: VExpansionPanelText
|
72216
|
+
VExpansionPanelTitle: VExpansionPanelTitle
|
72215
72217
|
VFooter: VFooter
|
72216
|
-
VField: VField
|
72217
|
-
VFieldLabel: VFieldLabel
|
72218
|
-
VFileInput: VFileInput
|
72219
|
-
VImg: VImg
|
72220
72218
|
VFab: VFab
|
72219
|
+
VFileInput: VFileInput
|
72220
|
+
VInput: VInput
|
72221
72221
|
VIcon: VIcon
|
72222
72222
|
VComponentIcon: VComponentIcon
|
72223
72223
|
VSvgIcon: VSvgIcon
|
72224
72224
|
VLigatureIcon: VLigatureIcon
|
72225
72225
|
VClassIcon: VClassIcon
|
72226
|
-
VInput: VInput
|
72227
|
-
VKbd: VKbd
|
72228
|
-
VInfiniteScroll: VInfiniteScroll
|
72229
|
-
VLabel: VLabel
|
72230
72226
|
VItemGroup: VItemGroup
|
72231
72227
|
VItem: VItem
|
72228
|
+
VImg: VImg
|
72229
|
+
VInfiniteScroll: VInfiniteScroll
|
72230
|
+
VKbd: VKbd
|
72231
|
+
VMain: VMain
|
72232
|
+
VMessages: VMessages
|
72233
|
+
VLabel: VLabel
|
72232
72234
|
VList: VList
|
72233
72235
|
VListGroup: VListGroup
|
72234
72236
|
VListImg: VListImg
|
@@ -72238,39 +72240,37 @@ declare module 'vue' {
|
|
72238
72240
|
VListItemSubtitle: VListItemSubtitle
|
72239
72241
|
VListItemTitle: VListItemTitle
|
72240
72242
|
VListSubheader: VListSubheader
|
72241
|
-
VMessages: VMessages
|
72242
|
-
VMain: VMain
|
72243
|
-
VMenu: VMenu
|
72244
|
-
VNavigationDrawer: VNavigationDrawer
|
72245
72243
|
VOverlay: VOverlay
|
72246
|
-
VOtpInput: VOtpInput
|
72247
72244
|
VProgressCircular: VProgressCircular
|
72248
|
-
|
72245
|
+
VNavigationDrawer: VNavigationDrawer
|
72249
72246
|
VPagination: VPagination
|
72247
|
+
VMenu: VMenu
|
72248
|
+
VRadioGroup: VRadioGroup
|
72249
|
+
VOtpInput: VOtpInput
|
72250
72250
|
VRating: VRating
|
72251
72251
|
VProgressLinear: VProgressLinear
|
72252
72252
|
VSheet: VSheet
|
72253
|
-
VSelect: VSelect
|
72254
72253
|
VSelectionControl: VSelectionControl
|
72254
|
+
VSelect: VSelect
|
72255
72255
|
VSelectionControlGroup: VSelectionControlGroup
|
72256
|
-
VSkeletonLoader: VSkeletonLoader
|
72257
|
-
VSlider: VSlider
|
72258
72256
|
VSlideGroup: VSlideGroup
|
72259
72257
|
VSlideGroupItem: VSlideGroupItem
|
72258
|
+
VSnackbar: VSnackbar
|
72259
|
+
VSkeletonLoader: VSkeletonLoader
|
72260
|
+
VSwitch: VSwitch
|
72260
72261
|
VTab: VTab
|
72261
72262
|
VTabs: VTabs
|
72262
72263
|
VTabsWindow: VTabsWindow
|
72263
72264
|
VTabsWindowItem: VTabsWindowItem
|
72264
|
-
|
72265
|
+
VSlider: VSlider
|
72266
|
+
VTable: VTable
|
72265
72267
|
VStepper: VStepper
|
72266
72268
|
VStepperActions: VStepperActions
|
72267
72269
|
VStepperHeader: VStepperHeader
|
72268
72270
|
VStepperItem: VStepperItem
|
72269
72271
|
VStepperWindow: VStepperWindow
|
72270
72272
|
VStepperWindowItem: VStepperWindowItem
|
72271
|
-
VSwitch: VSwitch
|
72272
72273
|
VSystemBar: VSystemBar
|
72273
|
-
VTable: VTable
|
72274
72274
|
VTextarea: VTextarea
|
72275
72275
|
VTextField: VTextField
|
72276
72276
|
VToolbar: VToolbar
|
@@ -72281,28 +72281,29 @@ declare module 'vue' {
|
|
72281
72281
|
VTooltip: VTooltip
|
72282
72282
|
VWindow: VWindow
|
72283
72283
|
VWindowItem: VWindowItem
|
72284
|
-
VConfirmEdit: VConfirmEdit
|
72285
72284
|
VDataIterator: VDataIterator
|
72285
|
+
VConfirmEdit: VConfirmEdit
|
72286
72286
|
VDefaultsProvider: VDefaultsProvider
|
72287
|
-
VForm: VForm
|
72288
72287
|
VContainer: VContainer
|
72289
72288
|
VCol: VCol
|
72290
72289
|
VRow: VRow
|
72291
72290
|
VSpacer: VSpacer
|
72292
72291
|
VHover: VHover
|
72292
|
+
VForm: VForm
|
72293
|
+
VLazy: VLazy
|
72293
72294
|
VLayout: VLayout
|
72294
72295
|
VLayoutItem: VLayoutItem
|
72295
72296
|
VLocaleProvider: VLocaleProvider
|
72296
|
-
VLazy: VLazy
|
72297
72297
|
VNoSsr: VNoSsr
|
72298
72298
|
VParallax: VParallax
|
72299
|
-
VResponsive: VResponsive
|
72300
72299
|
VRadio: VRadio
|
72300
|
+
VResponsive: VResponsive
|
72301
72301
|
VRangeSlider: VRangeSlider
|
72302
72302
|
VSparkline: VSparkline
|
72303
72303
|
VSpeedDial: VSpeedDial
|
72304
|
-
VValidation: VValidation
|
72305
72304
|
VThemeProvider: VThemeProvider
|
72305
|
+
VValidation: VValidation
|
72306
|
+
VVirtualScroll: VVirtualScroll
|
72306
72307
|
VFabTransition: VFabTransition
|
72307
72308
|
VDialogBottomTransition: VDialogBottomTransition
|
72308
72309
|
VDialogTopTransition: VDialogTopTransition
|
@@ -72319,7 +72320,6 @@ declare module 'vue' {
|
|
72319
72320
|
VExpandTransition: VExpandTransition
|
72320
72321
|
VExpandXTransition: VExpandXTransition
|
72321
72322
|
VDialogTransition: VDialogTransition
|
72322
|
-
VVirtualScroll: VVirtualScroll
|
72323
72323
|
VCalendar: VCalendar
|
72324
72324
|
VCalendarDay: VCalendarDay
|
72325
72325
|
VCalendarHeader: VCalendarHeader
|
@@ -72329,19 +72329,19 @@ declare module 'vue' {
|
|
72329
72329
|
VNumberInput: VNumberInput
|
72330
72330
|
VPicker: VPicker
|
72331
72331
|
VPickerTitle: VPickerTitle
|
72332
|
-
|
72333
|
-
|
72334
|
-
VTreeviewGroup: VTreeviewGroup
|
72332
|
+
VFileUpload: VFileUpload
|
72333
|
+
VFileUploadItem: VFileUploadItem
|
72335
72334
|
VStepperVertical: VStepperVertical
|
72336
72335
|
VStepperVerticalItem: VStepperVerticalItem
|
72337
72336
|
VStepperVerticalActions: VStepperVerticalActions
|
72338
|
-
VFileUpload: VFileUpload
|
72339
|
-
VFileUploadItem: VFileUploadItem
|
72340
72337
|
VTimePicker: VTimePicker
|
72341
72338
|
VTimePickerClock: VTimePickerClock
|
72342
72339
|
VTimePickerControls: VTimePickerControls
|
72340
|
+
VTreeview: VTreeview
|
72341
|
+
VTreeviewItem: VTreeviewItem
|
72342
|
+
VTreeviewGroup: VTreeviewGroup
|
72343
72343
|
VDateInput: VDateInput
|
72344
|
-
VSnackbarQueue: VSnackbarQueue
|
72345
72344
|
VPullToRefresh: VPullToRefresh
|
72345
|
+
VSnackbarQueue: VSnackbarQueue
|
72346
72346
|
}
|
72347
72347
|
}
|
package/dist/vuetify-labs.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
|
*/
|
@@ -2434,15 +2434,15 @@ function createTheme(options) {
|
|
2434
2434
|
const colors = new Set(Object.values(computedThemes.value).flatMap(theme => Object.keys(theme.colors)));
|
2435
2435
|
for (const key of colors) {
|
2436
2436
|
if (/^on-[a-z]/.test(key)) {
|
2437
|
-
createCssClass(fgLines, `.${key}`, [`color: rgb(var(--v-theme-${key}))
|
2437
|
+
createCssClass(fgLines, `.${key}`, [`color: rgb(var(--v-theme-${key}))`]);
|
2438
2438
|
} else {
|
2439
|
-
createCssClass(bgLines, `.bg-${key}`, [`--v-theme-overlay-multiplier: var(--v-theme-${key}-overlay-multiplier)`, `background-color: rgb(var(--v-theme-${key}))
|
2440
|
-
createCssClass(fgLines, `.text-${key}`, [`color: rgb(var(--v-theme-${key}))
|
2439
|
+
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}))`]);
|
2440
|
+
createCssClass(fgLines, `.text-${key}`, [`color: rgb(var(--v-theme-${key}))`]);
|
2441
2441
|
createCssClass(fgLines, `.border-${key}`, [`--v-border-color: var(--v-theme-${key})`]);
|
2442
2442
|
}
|
2443
2443
|
}
|
2444
2444
|
lines.push(...bgLines, ...fgLines);
|
2445
|
-
return lines.map(
|
2445
|
+
return '@layer vuetify.theme {\n' + lines.map(v => ` ${v}`).join('') + '\n}';
|
2446
2446
|
});
|
2447
2447
|
function getHead() {
|
2448
2448
|
return {
|
@@ -30954,7 +30954,7 @@ function createVuetify$1() {
|
|
30954
30954
|
};
|
30955
30955
|
});
|
30956
30956
|
}
|
30957
|
-
const version$1 = "3.7.10-
|
30957
|
+
const version$1 = "3.7.10-next.2025-02-04";
|
30958
30958
|
createVuetify$1.version = version$1;
|
30959
30959
|
|
30960
30960
|
// Vue's inject() can only be used in setup
|
@@ -31207,7 +31207,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
31207
31207
|
|
31208
31208
|
/* eslint-disable local-rules/sort-imports */
|
31209
31209
|
|
31210
|
-
const version = "3.7.10-
|
31210
|
+
const version = "3.7.10-next.2025-02-04";
|
31211
31211
|
|
31212
31212
|
/* eslint-disable local-rules/sort-imports */
|
31213
31213
|
|