@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-labs.d.ts
CHANGED
@@ -72160,36 +72160,49 @@ declare module 'vue' {
|
|
72160
72160
|
VAlert: VAlert
|
72161
72161
|
VAlertTitle: VAlertTitle
|
72162
72162
|
VAutocomplete: VAutocomplete
|
72163
|
-
VAvatar: VAvatar
|
72164
|
-
VBottomNavigation: VBottomNavigation
|
72165
72163
|
VAppBar: VAppBar
|
72166
72164
|
VAppBarNavIcon: VAppBarNavIcon
|
72167
72165
|
VAppBarTitle: VAppBarTitle
|
72168
|
-
VBadge: VBadge
|
72169
72166
|
VBreadcrumbs: VBreadcrumbs
|
72170
72167
|
VBreadcrumbsItem: VBreadcrumbsItem
|
72171
72168
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
72172
72169
|
VBanner: VBanner
|
72173
72170
|
VBannerActions: VBannerActions
|
72174
72171
|
VBannerText: VBannerText
|
72172
|
+
VBottomSheet: VBottomSheet
|
72173
|
+
VBadge: VBadge
|
72174
|
+
VAvatar: VAvatar
|
72175
|
+
VBottomNavigation: VBottomNavigation
|
72175
72176
|
VBtnGroup: VBtnGroup
|
72177
|
+
VBtnToggle: VBtnToggle
|
72178
|
+
VCarousel: VCarousel
|
72179
|
+
VCarouselItem: VCarouselItem
|
72180
|
+
VBtn: VBtn
|
72176
72181
|
VCard: VCard
|
72177
72182
|
VCardActions: VCardActions
|
72178
72183
|
VCardItem: VCardItem
|
72179
72184
|
VCardSubtitle: VCardSubtitle
|
72180
72185
|
VCardText: VCardText
|
72181
72186
|
VCardTitle: VCardTitle
|
72182
|
-
VBtn: VBtn
|
72183
|
-
VCarousel: VCarousel
|
72184
|
-
VCarouselItem: VCarouselItem
|
72185
|
-
VChipGroup: VChipGroup
|
72186
|
-
VBottomSheet: VBottomSheet
|
72187
|
-
VBtnToggle: VBtnToggle
|
72188
72187
|
VChip: VChip
|
72189
|
-
VColorPicker: VColorPicker
|
72190
72188
|
VCheckbox: VCheckbox
|
72191
72189
|
VCheckboxBtn: VCheckboxBtn
|
72190
|
+
VCode: VCode
|
72191
|
+
VChipGroup: VChipGroup
|
72192
|
+
VCounter: VCounter
|
72193
|
+
VColorPicker: VColorPicker
|
72192
72194
|
VCombobox: VCombobox
|
72195
|
+
VDatePicker: VDatePicker
|
72196
|
+
VDatePickerControls: VDatePickerControls
|
72197
|
+
VDatePickerHeader: VDatePickerHeader
|
72198
|
+
VDatePickerMonth: VDatePickerMonth
|
72199
|
+
VDatePickerMonths: VDatePickerMonths
|
72200
|
+
VDatePickerYears: VDatePickerYears
|
72201
|
+
VDivider: VDivider
|
72202
|
+
VDialog: VDialog
|
72203
|
+
VField: VField
|
72204
|
+
VFieldLabel: VFieldLabel
|
72205
|
+
VEmptyState: VEmptyState
|
72193
72206
|
VDataTable: VDataTable
|
72194
72207
|
VDataTableHeaders: VDataTableHeaders
|
72195
72208
|
VDataTableFooter: VDataTableFooter
|
@@ -72197,36 +72210,27 @@ declare module 'vue' {
|
|
72197
72210
|
VDataTableRow: VDataTableRow
|
72198
72211
|
VDataTableVirtual: VDataTableVirtual
|
72199
72212
|
VDataTableServer: VDataTableServer
|
72200
|
-
VCounter: VCounter
|
72201
|
-
VCode: VCode
|
72202
|
-
VEmptyState: VEmptyState
|
72203
|
-
VDatePicker: VDatePicker
|
72204
|
-
VDatePickerControls: VDatePickerControls
|
72205
|
-
VDatePickerHeader: VDatePickerHeader
|
72206
|
-
VDatePickerMonth: VDatePickerMonth
|
72207
|
-
VDatePickerMonths: VDatePickerMonths
|
72208
|
-
VDatePickerYears: VDatePickerYears
|
72209
72213
|
VExpansionPanels: VExpansionPanels
|
72210
72214
|
VExpansionPanel: VExpansionPanel
|
72211
72215
|
VExpansionPanelText: VExpansionPanelText
|
72212
72216
|
VExpansionPanelTitle: VExpansionPanelTitle
|
72213
|
-
VDialog: VDialog
|
72214
|
-
VField: VField
|
72215
|
-
VFieldLabel: VFieldLabel
|
72216
72217
|
VFooter: VFooter
|
72217
72218
|
VFab: VFab
|
72218
72219
|
VFileInput: VFileInput
|
72219
|
-
VDivider: VDivider
|
72220
72220
|
VInput: VInput
|
72221
72221
|
VIcon: VIcon
|
72222
72222
|
VComponentIcon: VComponentIcon
|
72223
72223
|
VSvgIcon: VSvgIcon
|
72224
72224
|
VLigatureIcon: VLigatureIcon
|
72225
72225
|
VClassIcon: VClassIcon
|
72226
|
-
VKbd: VKbd
|
72227
72226
|
VItemGroup: VItemGroup
|
72228
72227
|
VItem: VItem
|
72229
72228
|
VImg: VImg
|
72229
|
+
VInfiniteScroll: VInfiniteScroll
|
72230
|
+
VKbd: VKbd
|
72231
|
+
VMain: VMain
|
72232
|
+
VMessages: VMessages
|
72233
|
+
VLabel: VLabel
|
72230
72234
|
VList: VList
|
72231
72235
|
VListGroup: VListGroup
|
72232
72236
|
VListImg: VListImg
|
@@ -72236,41 +72240,38 @@ declare module 'vue' {
|
|
72236
72240
|
VListItemSubtitle: VListItemSubtitle
|
72237
72241
|
VListItemTitle: VListItemTitle
|
72238
72242
|
VListSubheader: VListSubheader
|
72239
|
-
VMain: VMain
|
72240
|
-
VInfiniteScroll: VInfiniteScroll
|
72241
|
-
VNavigationDrawer: VNavigationDrawer
|
72242
|
-
VLabel: VLabel
|
72243
|
-
VMenu: VMenu
|
72244
|
-
VMessages: VMessages
|
72245
72243
|
VOverlay: VOverlay
|
72246
|
-
VPagination: VPagination
|
72247
72244
|
VProgressCircular: VProgressCircular
|
72245
|
+
VNavigationDrawer: VNavigationDrawer
|
72246
|
+
VPagination: VPagination
|
72247
|
+
VMenu: VMenu
|
72248
|
+
VRadioGroup: VRadioGroup
|
72248
72249
|
VOtpInput: VOtpInput
|
72249
72250
|
VRating: VRating
|
72250
72251
|
VProgressLinear: VProgressLinear
|
72251
|
-
VRadioGroup: VRadioGroup
|
72252
|
-
VSelectionControlGroup: VSelectionControlGroup
|
72253
72252
|
VSheet: VSheet
|
72254
|
-
VSlideGroup: VSlideGroup
|
72255
|
-
VSlideGroupItem: VSlideGroupItem
|
72256
72253
|
VSelectionControl: VSelectionControl
|
72257
72254
|
VSelect: VSelect
|
72255
|
+
VSelectionControlGroup: VSelectionControlGroup
|
72256
|
+
VSlideGroup: VSlideGroup
|
72257
|
+
VSlideGroupItem: VSlideGroupItem
|
72258
72258
|
VSnackbar: VSnackbar
|
72259
72259
|
VSkeletonLoader: VSkeletonLoader
|
72260
|
-
|
72260
|
+
VSwitch: VSwitch
|
72261
|
+
VTab: VTab
|
72262
|
+
VTabs: VTabs
|
72263
|
+
VTabsWindow: VTabsWindow
|
72264
|
+
VTabsWindowItem: VTabsWindowItem
|
72265
|
+
VSlider: VSlider
|
72266
|
+
VTable: VTable
|
72261
72267
|
VStepper: VStepper
|
72262
72268
|
VStepperActions: VStepperActions
|
72263
72269
|
VStepperHeader: VStepperHeader
|
72264
72270
|
VStepperItem: VStepperItem
|
72265
72271
|
VStepperWindow: VStepperWindow
|
72266
72272
|
VStepperWindowItem: VStepperWindowItem
|
72267
|
-
|
72268
|
-
VSwitch: VSwitch
|
72273
|
+
VSystemBar: VSystemBar
|
72269
72274
|
VTextarea: VTextarea
|
72270
|
-
VTab: VTab
|
72271
|
-
VTabs: VTabs
|
72272
|
-
VTabsWindow: VTabsWindow
|
72273
|
-
VTabsWindowItem: VTabsWindowItem
|
72274
72275
|
VTextField: VTextField
|
72275
72276
|
VToolbar: VToolbar
|
72276
72277
|
VToolbarTitle: VToolbarTitle
|
@@ -72278,27 +72279,26 @@ declare module 'vue' {
|
|
72278
72279
|
VTimeline: VTimeline
|
72279
72280
|
VTimelineItem: VTimelineItem
|
72280
72281
|
VTooltip: VTooltip
|
72281
|
-
VTable: VTable
|
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
|
-
VRangeSlider: VRangeSlider
|
72300
72299
|
VRadio: VRadio
|
72301
72300
|
VResponsive: VResponsive
|
72301
|
+
VRangeSlider: VRangeSlider
|
72302
72302
|
VSparkline: VSparkline
|
72303
72303
|
VSpeedDial: VSpeedDial
|
72304
72304
|
VThemeProvider: VThemeProvider
|
@@ -72320,28 +72320,28 @@ declare module 'vue' {
|
|
72320
72320
|
VExpandTransition: VExpandTransition
|
72321
72321
|
VExpandXTransition: VExpandXTransition
|
72322
72322
|
VDialogTransition: VDialogTransition
|
72323
|
-
VFileUpload: VFileUpload
|
72324
|
-
VFileUploadItem: VFileUploadItem
|
72325
72323
|
VCalendar: VCalendar
|
72326
72324
|
VCalendarDay: VCalendarDay
|
72327
72325
|
VCalendarHeader: VCalendarHeader
|
72328
72326
|
VCalendarInterval: VCalendarInterval
|
72329
72327
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
72330
72328
|
VCalendarMonthDay: VCalendarMonthDay
|
72329
|
+
VNumberInput: VNumberInput
|
72331
72330
|
VPicker: VPicker
|
72332
72331
|
VPickerTitle: VPickerTitle
|
72333
|
-
|
72334
|
-
|
72335
|
-
VTimePickerClock: VTimePickerClock
|
72336
|
-
VTimePickerControls: VTimePickerControls
|
72332
|
+
VFileUpload: VFileUpload
|
72333
|
+
VFileUploadItem: VFileUploadItem
|
72337
72334
|
VStepperVertical: VStepperVertical
|
72338
72335
|
VStepperVerticalItem: VStepperVerticalItem
|
72339
72336
|
VStepperVerticalActions: VStepperVerticalActions
|
72337
|
+
VTimePicker: VTimePicker
|
72338
|
+
VTimePickerClock: VTimePickerClock
|
72339
|
+
VTimePickerControls: VTimePickerControls
|
72340
72340
|
VTreeview: VTreeview
|
72341
72341
|
VTreeviewItem: VTreeviewItem
|
72342
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
|
|