@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.
Files changed (169) hide show
  1. package/CHANGELOG.md +6 -5
  2. package/dist/json/attributes.json +1476 -1476
  3. package/dist/json/importMap-labs.json +38 -38
  4. package/dist/json/importMap.json +266 -266
  5. package/dist/json/web-types.json +2637 -2637
  6. package/dist/vuetify-labs.css +25804 -27530
  7. package/dist/vuetify-labs.d.ts +54 -54
  8. package/dist/vuetify-labs.esm.js +7 -7
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +7 -7
  11. package/dist/vuetify-labs.min.css +3 -4
  12. package/dist/vuetify.css +22753 -24479
  13. package/dist/vuetify.d.ts +54 -54
  14. package/dist/vuetify.esm.js +7 -7
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +7 -7
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +3 -4
  19. package/dist/vuetify.min.js +5 -5
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.css +207 -215
  22. package/lib/components/VApp/VApp.css +16 -15
  23. package/lib/components/VAppBar/VAppBar.css +14 -12
  24. package/lib/components/VAutocomplete/VAutocomplete.css +86 -85
  25. package/lib/components/VAvatar/VAvatar.css +108 -106
  26. package/lib/components/VBadge/VBadge.css +77 -77
  27. package/lib/components/VBanner/VBanner.css +161 -166
  28. package/lib/components/VBottomNavigation/VBottomNavigation.css +64 -63
  29. package/lib/components/VBottomSheet/VBottomSheet.css +34 -31
  30. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +54 -57
  31. package/lib/components/VBtn/VBtn.css +385 -408
  32. package/lib/components/VBtn/VBtn.sass +4 -4
  33. package/lib/components/VBtnGroup/VBtnGroup.css +63 -64
  34. package/lib/components/VBtnToggle/VBtnToggle.css +16 -14
  35. package/lib/components/VCard/VCard.css +294 -302
  36. package/lib/components/VCarousel/VCarousel.css +63 -65
  37. package/lib/components/VCarousel/VCarousel.sass +1 -1
  38. package/lib/components/VCheckbox/VCheckbox.css +7 -5
  39. package/lib/components/VChip/VChip.css +378 -411
  40. package/lib/components/VChipGroup/VChipGroup.css +19 -18
  41. package/lib/components/VCode/VCode.css +10 -8
  42. package/lib/components/VColorPicker/VColorPicker.css +22 -22
  43. package/lib/components/VColorPicker/VColorPickerCanvas.css +24 -22
  44. package/lib/components/VColorPicker/VColorPickerEdit.css +29 -28
  45. package/lib/components/VColorPicker/VColorPickerPreview.css +69 -67
  46. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -2
  47. package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
  48. package/lib/components/VCombobox/VCombobox.css +86 -85
  49. package/lib/components/VCounter/VCounter.css +7 -5
  50. package/lib/components/VDataTable/VDataTable.css +189 -186
  51. package/lib/components/VDataTable/VDataTable.sass +20 -10
  52. package/lib/components/VDataTable/VDataTableFooter.css +33 -31
  53. package/lib/components/VDatePicker/VDatePicker.css +8 -6
  54. package/lib/components/VDatePicker/VDatePickerControls.css +54 -56
  55. package/lib/components/VDatePicker/VDatePickerHeader.css +56 -60
  56. package/lib/components/VDatePicker/VDatePickerMonth.css +51 -55
  57. package/lib/components/VDatePicker/VDatePickerMonths.css +20 -19
  58. package/lib/components/VDatePicker/VDatePickerYears.css +16 -15
  59. package/lib/components/VDialog/VDialog.css +98 -98
  60. package/lib/components/VDivider/VDivider.css +52 -52
  61. package/lib/components/VEmptyState/VEmptyState.css +62 -67
  62. package/lib/components/VExpansionPanel/VExpansionPanel.css +203 -209
  63. package/lib/components/VExpansionPanel/VExpansionPanel.sass +27 -25
  64. package/lib/components/VFab/VFab.css +78 -73
  65. package/lib/components/VFab/VFab.sass +5 -4
  66. package/lib/components/VField/VField.css +546 -587
  67. package/lib/components/VFileInput/VFileInput.css +31 -29
  68. package/lib/components/VFooter/VFooter.css +38 -36
  69. package/lib/components/VGrid/VGrid.css +565 -592
  70. package/lib/components/VIcon/VIcon.css +51 -52
  71. package/lib/components/VImg/VImg.css +50 -51
  72. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +36 -37
  73. package/lib/components/VInput/VInput.css +131 -142
  74. package/lib/components/VItemGroup/VItemGroup.css +7 -5
  75. package/lib/components/VKbd/VKbd.css +13 -11
  76. package/lib/components/VLabel/VLabel.css +16 -15
  77. package/lib/components/VLayout/VLayout.css +10 -8
  78. package/lib/components/VLayout/VLayoutItem.css +8 -7
  79. package/lib/components/VList/VList.css +104 -108
  80. package/lib/components/VList/VList.sass +1 -1
  81. package/lib/components/VList/VListItem.css +440 -452
  82. package/lib/components/VList/VListItem.sass +2 -1
  83. package/lib/components/VLocaleProvider/VLocaleProvider.css +4 -2
  84. package/lib/components/VMain/VMain.css +32 -30
  85. package/lib/components/VMenu/VMenu.css +21 -19
  86. package/lib/components/VMessages/VMessages.css +17 -15
  87. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +106 -108
  88. package/lib/components/VOtpInput/VOtpInput.css +56 -58
  89. package/lib/components/VOverlay/VOverlay.css +60 -63
  90. package/lib/components/VOverlay/VOverlay.sass +14 -13
  91. package/lib/components/VPagination/VPagination.css +10 -8
  92. package/lib/components/VParallax/VParallax.css +8 -6
  93. package/lib/components/VProgressCircular/VProgressCircular.css +95 -101
  94. package/lib/components/VProgressLinear/VProgressLinear.css +209 -222
  95. package/lib/components/VRadioGroup/VRadioGroup.css +14 -12
  96. package/lib/components/VRating/VRating.css +52 -53
  97. package/lib/components/VResponsive/VResponsive.css +25 -26
  98. package/lib/components/VSelect/VSelect.css +54 -52
  99. package/lib/components/VSelectionControl/VSelectionControl.css +98 -100
  100. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +10 -8
  101. package/lib/components/VSheet/VSheet.css +38 -36
  102. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +225 -224
  103. package/lib/components/VSlideGroup/VSlideGroup.css +53 -55
  104. package/lib/components/VSlider/VSlider.css +53 -57
  105. package/lib/components/VSlider/VSliderThumb.css +142 -153
  106. package/lib/components/VSlider/VSliderTrack.css +155 -174
  107. package/lib/components/VSnackbar/VSnackbar.css +140 -140
  108. package/lib/components/VSpeedDial/VSpeedDial.css +43 -41
  109. package/lib/components/VStepper/VStepper.css +55 -56
  110. package/lib/components/VStepper/VStepperItem.css +112 -115
  111. package/lib/components/VSwitch/VSwitch.css +129 -139
  112. package/lib/components/VSystemBar/VSystemBar.css +45 -43
  113. package/lib/components/VTable/VTable.css +140 -141
  114. package/lib/components/VTable/VTable.sass +4 -2
  115. package/lib/components/VTabs/VTab.css +30 -29
  116. package/lib/components/VTabs/VTabs.css +59 -65
  117. package/lib/components/VTextField/VTextField.css +65 -68
  118. package/lib/components/VTextarea/VTextarea.css +48 -40
  119. package/lib/components/VTextarea/VTextarea.sass +4 -2
  120. package/lib/components/VThemeProvider/VThemeProvider.css +5 -3
  121. package/lib/components/VTimeline/VTimeline.css +379 -427
  122. package/lib/components/VTimeline/VTimeline.sass +4 -13
  123. package/lib/components/VToolbar/VToolbar.css +136 -143
  124. package/lib/components/VTooltip/VTooltip.css +25 -21
  125. package/lib/components/VTooltip/VTooltip.sass +8 -6
  126. package/lib/components/VVirtualScroll/VVirtualScroll.css +11 -9
  127. package/lib/components/VWindow/VWindow.css +73 -70
  128. package/lib/composables/theme.js +4 -4
  129. package/lib/composables/theme.js.map +1 -1
  130. package/lib/directives/ripple/VRipple.css +38 -36
  131. package/lib/entry-bundler.js +1 -1
  132. package/lib/entry-bundler.js.map +1 -1
  133. package/lib/framework.d.ts +54 -54
  134. package/lib/framework.js +1 -1
  135. package/lib/framework.js.map +1 -1
  136. package/lib/labs/VCalendar/VCalendar.css +219 -225
  137. package/lib/labs/VCalendar/VCalendarDay.css +33 -32
  138. package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
  139. package/lib/labs/VCalendar/VCalendarInterval.css +43 -42
  140. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +7 -5
  141. package/lib/labs/VCalendar/VCalendarMonthDay.css +61 -58
  142. package/lib/labs/VCalendar/VCalendarMonthDay.sass +3 -2
  143. package/lib/labs/VFileUpload/VFileUpload.css +70 -73
  144. package/lib/labs/VNumberInput/VNumberInput.css +40 -38
  145. package/lib/labs/VPicker/VPicker.css +53 -57
  146. package/lib/labs/VTimePicker/VTimePicker.css +9 -7
  147. package/lib/labs/VTimePicker/VTimePickerClock.css +126 -129
  148. package/lib/labs/VTimePicker/VTimePickerControls.css +102 -103
  149. package/lib/labs/VTreeview/VTreeviewItem.css +23 -21
  150. package/lib/labs/VTreeview/VTreeviewItem.sass +5 -4
  151. package/lib/styles/elements/_global.sass +1 -1
  152. package/lib/styles/generic/_colors.scss +3 -3
  153. package/lib/styles/generic/_layers.scss +13 -1
  154. package/lib/styles/generic/_transitions.scss +32 -32
  155. package/lib/styles/main.css +14667 -16140
  156. package/lib/styles/settings/_utilities.scss +0 -5
  157. package/lib/styles/settings/_variables.scss +1 -2
  158. package/lib/styles/tools/_border.sass +4 -4
  159. package/lib/styles/tools/_display.sass +0 -10
  160. package/lib/styles/tools/_elevation.sass +2 -2
  161. package/lib/styles/tools/_index.sass +0 -2
  162. package/lib/styles/tools/_layer.scss +4 -2
  163. package/lib/styles/tools/_position.sass +2 -2
  164. package/lib/styles/tools/_rounded.sass +2 -2
  165. package/lib/styles/tools/_utilities.sass +1 -5
  166. package/lib/styles/utilities/_elevation.scss +1 -1
  167. package/package.json +4 -4
  168. package/lib/styles/tools/_bootable.sass +0 -3
  169. package/lib/styles/tools/_radius.sass +0 -10
@@ -323,7 +323,8 @@
323
323
  --indent-padding: calc(var(--parent-padding) + var(--list-indent-size))
324
324
 
325
325
  .v-list-group__items .v-list-item
326
- padding-inline-start: calc(#{$base-padding} + var(--indent-padding)) !important
326
+ @include tools.layer('overrides')
327
+ padding-inline-start: calc(#{$base-padding} + var(--indent-padding))
327
328
 
328
329
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active
329
330
  &:not(:focus-visible)
@@ -1,3 +1,5 @@
1
- .v-locale-provider {
2
- display: contents;
1
+ @layer vuetify.components {
2
+ .v-locale-provider {
3
+ display: contents;
4
+ }
3
5
  }
@@ -1,31 +1,33 @@
1
- .v-main {
2
- flex: 1 0 auto;
3
- max-width: 100%;
4
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
5
- padding-left: var(--v-layout-left);
6
- padding-right: var(--v-layout-right);
7
- padding-top: var(--v-layout-top);
8
- padding-bottom: var(--v-layout-bottom);
9
- }
10
- .v-main__scroller {
11
- max-width: 100%;
12
- position: relative;
13
- }
14
- .v-main--scrollable {
15
- display: flex;
16
- }
17
- .v-main--scrollable {
18
- position: absolute;
19
- top: 0;
20
- left: 0;
21
- width: 100%;
22
- height: 100%;
23
- }
24
- .v-main--scrollable > .v-main__scroller {
25
- flex: 1 1 auto;
26
- overflow-y: auto;
27
- --v-layout-left: 0px;
28
- --v-layout-right: 0px;
29
- --v-layout-top: 0px;
30
- --v-layout-bottom: 0px;
1
+ @layer vuetify.components {
2
+ .v-main {
3
+ flex: 1 0 auto;
4
+ max-width: 100%;
5
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
6
+ padding-left: var(--v-layout-left);
7
+ padding-right: var(--v-layout-right);
8
+ padding-top: var(--v-layout-top);
9
+ padding-bottom: var(--v-layout-bottom);
10
+ }
11
+ .v-main__scroller {
12
+ max-width: 100%;
13
+ position: relative;
14
+ }
15
+ .v-main--scrollable {
16
+ display: flex;
17
+ }
18
+ .v-main--scrollable {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 100%;
23
+ height: 100%;
24
+ }
25
+ .v-main--scrollable > .v-main__scroller {
26
+ flex: 1 1 auto;
27
+ overflow-y: auto;
28
+ --v-layout-left: 0px;
29
+ --v-layout-right: 0px;
30
+ --v-layout-top: 0px;
31
+ --v-layout-bottom: 0px;
32
+ }
31
33
  }
@@ -1,20 +1,22 @@
1
- .v-menu > .v-overlay__content {
2
- display: flex;
3
- flex-direction: column;
4
- }
5
- .v-menu > .v-overlay__content {
6
- border-radius: 4px;
7
- }
8
- .v-menu > .v-overlay__content > .v-card,
9
- .v-menu > .v-overlay__content > .v-sheet,
10
- .v-menu > .v-overlay__content > .v-list {
11
- background: rgb(var(--v-theme-surface));
12
- border-radius: inherit;
13
- overflow: auto;
14
- height: 100%;
15
- }
16
- .v-menu > .v-overlay__content > .v-card,
17
- .v-menu > .v-overlay__content > .v-sheet,
18
- .v-menu > .v-overlay__content > .v-list {
19
- box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
1
+ @layer vuetify.components {
2
+ .v-menu > .v-overlay__content {
3
+ display: flex;
4
+ flex-direction: column;
5
+ }
6
+ .v-menu > .v-overlay__content {
7
+ border-radius: 4px;
8
+ }
9
+ .v-menu > .v-overlay__content > .v-card,
10
+ .v-menu > .v-overlay__content > .v-sheet,
11
+ .v-menu > .v-overlay__content > .v-list {
12
+ background: rgb(var(--v-theme-surface));
13
+ border-radius: inherit;
14
+ overflow: auto;
15
+ height: 100%;
16
+ }
17
+ .v-menu > .v-overlay__content > .v-card,
18
+ .v-menu > .v-overlay__content > .v-sheet,
19
+ .v-menu > .v-overlay__content > .v-list {
20
+ box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21
+ }
20
22
  }
@@ -1,16 +1,18 @@
1
- .v-messages {
2
- flex: 1 1 auto;
3
- font-size: 12px;
4
- min-height: 14px;
5
- min-width: 1px;
6
- opacity: var(--v-medium-emphasis-opacity);
7
- position: relative;
8
- }
9
- .v-messages__message {
10
- line-height: 12px;
11
- word-break: break-word;
12
- overflow-wrap: break-word;
13
- word-wrap: break-word;
14
- hyphens: auto;
15
- transition-duration: 150ms;
1
+ @layer vuetify.components {
2
+ .v-messages {
3
+ flex: 1 1 auto;
4
+ font-size: 12px;
5
+ min-height: 14px;
6
+ min-width: 1px;
7
+ opacity: var(--v-medium-emphasis-opacity);
8
+ position: relative;
9
+ }
10
+ .v-messages__message {
11
+ line-height: 12px;
12
+ word-break: break-word;
13
+ overflow-wrap: break-word;
14
+ word-wrap: break-word;
15
+ hyphens: auto;
16
+ transition-duration: 150ms;
17
+ }
16
18
  }
@@ -1,109 +1,107 @@
1
- .v-navigation-drawer {
2
- -webkit-overflow-scrolling: touch;
3
- background: rgb(var(--v-theme-surface));
4
- display: flex;
5
- flex-direction: column;
6
- height: 100%;
7
- max-width: 100%;
8
- pointer-events: auto;
9
- transition-duration: 0.2s;
10
- transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
11
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
12
- position: absolute;
13
- }
14
- .v-navigation-drawer {
15
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
16
- border-style: solid;
17
- border-width: 0;
18
- }
19
- .v-navigation-drawer--border {
20
- border-width: thin;
21
- box-shadow: none;
22
- }
23
- .v-navigation-drawer {
24
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25
- }
26
- .v-navigation-drawer {
27
- background: rgb(var(--v-theme-surface));
28
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
29
- }
30
- .v-navigation-drawer--rounded {
31
- border-radius: 4px;
32
- }
33
- .v-navigation-drawer--top, .v-navigation-drawer--bottom {
34
- max-height: -webkit-fill-available;
35
- overflow-y: auto;
36
- }
37
- .v-navigation-drawer--top {
38
- top: 0;
39
- border-bottom-width: thin;
40
- }
41
- .v-navigation-drawer--bottom {
42
- left: 0;
43
- border-top-width: thin;
44
- }
45
- .v-navigation-drawer--left {
46
- top: 0;
47
- left: 0;
48
- right: auto;
49
- border-right-width: thin;
50
- }
51
- .v-navigation-drawer--right {
52
- top: 0;
53
- left: auto;
54
- right: 0;
55
- border-left-width: thin;
56
- }
57
- .v-navigation-drawer--floating {
58
- border: none;
59
- }
60
- .v-navigation-drawer--temporary.v-navigation-drawer--active {
61
- box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
62
- }
63
- .v-navigation-drawer--sticky {
64
- height: auto;
65
- transition: box-shadow, transform, visibility, width, height, left, right;
66
- }
67
- .v-navigation-drawer .v-list {
68
- overflow: hidden;
69
- }
70
-
71
- .v-navigation-drawer__content {
72
- flex: 0 1 auto;
73
- height: 100%;
74
- max-width: 100%;
75
- overflow-x: hidden;
76
- overflow-y: auto;
77
- }
78
-
79
- .v-navigation-drawer__img {
80
- height: 100%;
81
- left: 0;
82
- position: absolute;
83
- top: 0;
84
- width: 100%;
85
- z-index: -1;
86
- }
87
- .v-navigation-drawer__img img:not(.v-img__img) {
88
- height: inherit;
89
- object-fit: cover;
90
- width: inherit;
91
- }
92
-
93
- .v-navigation-drawer__scrim {
94
- position: absolute;
95
- top: 0;
96
- left: 0;
97
- width: 100%;
98
- height: 100%;
99
- background: black;
100
- opacity: 0.2;
101
- transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
102
- z-index: 1;
103
- }
104
-
105
- .v-navigation-drawer__prepend,
106
- .v-navigation-drawer__append {
107
- flex: none;
108
- overflow: hidden;
1
+ @layer vuetify.components {
2
+ .v-navigation-drawer {
3
+ -webkit-overflow-scrolling: touch;
4
+ background: rgb(var(--v-theme-surface));
5
+ display: flex;
6
+ flex-direction: column;
7
+ height: 100%;
8
+ max-width: 100%;
9
+ pointer-events: auto;
10
+ transition-duration: 0.2s;
11
+ transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
12
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
13
+ position: absolute;
14
+ }
15
+ .v-navigation-drawer {
16
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17
+ border-style: solid;
18
+ border-width: 0;
19
+ }
20
+ .v-navigation-drawer--border {
21
+ border-width: thin;
22
+ box-shadow: none;
23
+ }
24
+ .v-navigation-drawer {
25
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
26
+ }
27
+ .v-navigation-drawer {
28
+ background: rgb(var(--v-theme-surface));
29
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
30
+ }
31
+ .v-navigation-drawer--rounded {
32
+ border-radius: 4px;
33
+ }
34
+ .v-navigation-drawer--top, .v-navigation-drawer--bottom {
35
+ max-height: -webkit-fill-available;
36
+ overflow-y: auto;
37
+ }
38
+ .v-navigation-drawer--top {
39
+ top: 0;
40
+ border-bottom-width: thin;
41
+ }
42
+ .v-navigation-drawer--bottom {
43
+ left: 0;
44
+ border-top-width: thin;
45
+ }
46
+ .v-navigation-drawer--left {
47
+ top: 0;
48
+ left: 0;
49
+ right: auto;
50
+ border-right-width: thin;
51
+ }
52
+ .v-navigation-drawer--right {
53
+ top: 0;
54
+ left: auto;
55
+ right: 0;
56
+ border-left-width: thin;
57
+ }
58
+ .v-navigation-drawer--floating {
59
+ border: none;
60
+ }
61
+ .v-navigation-drawer--temporary.v-navigation-drawer--active {
62
+ box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
63
+ }
64
+ .v-navigation-drawer--sticky {
65
+ height: auto;
66
+ transition: box-shadow, transform, visibility, width, height, left, right;
67
+ }
68
+ .v-navigation-drawer .v-list {
69
+ overflow: hidden;
70
+ }
71
+ .v-navigation-drawer__content {
72
+ flex: 0 1 auto;
73
+ height: 100%;
74
+ max-width: 100%;
75
+ overflow-x: hidden;
76
+ overflow-y: auto;
77
+ }
78
+ .v-navigation-drawer__img {
79
+ height: 100%;
80
+ left: 0;
81
+ position: absolute;
82
+ top: 0;
83
+ width: 100%;
84
+ z-index: -1;
85
+ }
86
+ .v-navigation-drawer__img img:not(.v-img__img) {
87
+ height: inherit;
88
+ object-fit: cover;
89
+ width: inherit;
90
+ }
91
+ .v-navigation-drawer__scrim {
92
+ position: absolute;
93
+ top: 0;
94
+ left: 0;
95
+ width: 100%;
96
+ height: 100%;
97
+ background: black;
98
+ opacity: 0.2;
99
+ transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
100
+ z-index: 1;
101
+ }
102
+ .v-navigation-drawer__prepend,
103
+ .v-navigation-drawer__append {
104
+ flex: none;
105
+ overflow: hidden;
106
+ }
109
107
  }
@@ -1,59 +1,57 @@
1
- .v-otp-input {
2
- align-items: center;
3
- display: flex;
4
- justify-content: center;
5
- padding: 0.5rem 0;
6
- position: relative;
7
- }
8
- .v-otp-input {
9
- border-radius: 4px;
10
- }
11
- .v-otp-input .v-field {
12
- height: 100%;
13
- }
14
-
15
- .v-otp-input__divider {
16
- margin: 0 8px;
17
- }
18
-
19
- .v-otp-input__content {
20
- align-items: center;
21
- display: flex;
22
- gap: 0.5rem;
23
- height: 64px;
24
- padding: 0.5rem;
25
- justify-content: center;
26
- max-width: 320px;
27
- position: relative;
28
- border-radius: inherit;
29
- }
30
- .v-otp-input--divided .v-otp-input__content {
31
- max-width: 360px;
32
- }
33
-
34
- .v-otp-input__field {
35
- color: inherit;
36
- font-size: 1.25rem;
37
- height: 100%;
38
- outline: none;
39
- text-align: center;
40
- width: 100%;
41
- }
42
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
43
- -webkit-appearance: none;
44
- margin: 0;
45
- }
46
- .v-otp-input__field[type=number] {
47
- -moz-appearance: textfield;
48
- }
49
-
50
- .v-otp-input__loader {
51
- align-items: center;
52
- display: flex;
53
- height: 100%;
54
- justify-content: center;
55
- width: 100%;
56
- }
57
- .v-otp-input__loader .v-progress-linear {
58
- position: absolute;
1
+ @layer vuetify.components {
2
+ .v-otp-input {
3
+ align-items: center;
4
+ display: flex;
5
+ justify-content: center;
6
+ padding: 0.5rem 0;
7
+ position: relative;
8
+ }
9
+ .v-otp-input {
10
+ border-radius: 4px;
11
+ }
12
+ .v-otp-input .v-field {
13
+ height: 100%;
14
+ }
15
+ .v-otp-input__divider {
16
+ margin: 0 8px;
17
+ }
18
+ .v-otp-input__content {
19
+ align-items: center;
20
+ display: flex;
21
+ gap: 0.5rem;
22
+ height: 64px;
23
+ padding: 0.5rem;
24
+ justify-content: center;
25
+ max-width: 320px;
26
+ position: relative;
27
+ border-radius: inherit;
28
+ }
29
+ .v-otp-input--divided .v-otp-input__content {
30
+ max-width: 360px;
31
+ }
32
+ .v-otp-input__field {
33
+ color: inherit;
34
+ font-size: 1.25rem;
35
+ height: 100%;
36
+ outline: none;
37
+ text-align: center;
38
+ width: 100%;
39
+ }
40
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
41
+ -webkit-appearance: none;
42
+ margin: 0;
43
+ }
44
+ .v-otp-input__field[type=number] {
45
+ -moz-appearance: textfield;
46
+ }
47
+ .v-otp-input__loader {
48
+ align-items: center;
49
+ display: flex;
50
+ height: 100%;
51
+ justify-content: center;
52
+ width: 100%;
53
+ }
54
+ .v-otp-input__loader .v-progress-linear {
55
+ position: absolute;
56
+ }
59
57
  }
@@ -1,64 +1,61 @@
1
- .v-overlay-container {
2
- contain: layout;
3
- left: 0;
4
- pointer-events: none;
5
- position: absolute;
6
- top: 0;
7
- display: contents;
8
- }
9
-
10
- .v-overlay-scroll-blocked {
11
- padding-inline-end: var(--v-scrollbar-offset);
12
- }
13
- .v-overlay-scroll-blocked:not(html) {
14
- overflow-y: hidden !important;
15
- }
16
- html.v-overlay-scroll-blocked {
17
- position: fixed;
18
- top: var(--v-body-scroll-y);
19
- left: var(--v-body-scroll-x);
20
- width: 100%;
21
- height: 100%;
22
- }
23
-
24
- .v-overlay {
25
- border-radius: inherit;
26
- display: flex;
27
- left: 0;
28
- pointer-events: none;
29
- position: fixed;
30
- top: 0;
31
- bottom: 0;
32
- right: 0;
33
- }
34
-
35
- .v-overlay__content {
36
- outline: none;
37
- position: absolute;
38
- pointer-events: auto;
39
- contain: layout;
40
- }
41
-
42
- .v-overlay__scrim {
43
- pointer-events: auto;
44
- background: rgb(var(--v-theme-on-surface));
45
- border-radius: inherit;
46
- bottom: 0;
47
- left: 0;
48
- opacity: var(--v-overlay-opacity, 0.32);
49
- position: fixed;
50
- right: 0;
51
- top: 0;
52
- }
53
-
54
- .v-overlay--absolute {
55
- position: absolute;
56
- }
57
-
58
- .v-overlay--contained .v-overlay__scrim {
59
- position: absolute;
60
- }
61
-
62
- .v-overlay--scroll-blocked {
63
- padding-inline-end: var(--v-scrollbar-offset);
1
+ @layer vuetify.components {
2
+ .v-overlay-container {
3
+ contain: layout;
4
+ left: 0;
5
+ pointer-events: none;
6
+ position: absolute;
7
+ top: 0;
8
+ display: contents;
9
+ }
10
+ .v-overlay {
11
+ border-radius: inherit;
12
+ display: flex;
13
+ left: 0;
14
+ pointer-events: none;
15
+ position: fixed;
16
+ top: 0;
17
+ bottom: 0;
18
+ right: 0;
19
+ }
20
+ .v-overlay__content {
21
+ outline: none;
22
+ position: absolute;
23
+ pointer-events: auto;
24
+ contain: layout;
25
+ }
26
+ .v-overlay__scrim {
27
+ pointer-events: auto;
28
+ background: rgb(var(--v-theme-on-surface));
29
+ border-radius: inherit;
30
+ bottom: 0;
31
+ left: 0;
32
+ opacity: var(--v-overlay-opacity, 0.32);
33
+ position: fixed;
34
+ right: 0;
35
+ top: 0;
36
+ }
37
+ .v-overlay--absolute {
38
+ position: absolute;
39
+ }
40
+ .v-overlay--contained .v-overlay__scrim {
41
+ position: absolute;
42
+ }
43
+ .v-overlay--scroll-blocked {
44
+ padding-inline-end: var(--v-scrollbar-offset);
45
+ }
46
+ }
47
+ @layer vuetify.trumps {
48
+ .v-overlay-scroll-blocked {
49
+ padding-inline-end: var(--v-scrollbar-offset);
50
+ }
51
+ .v-overlay-scroll-blocked:not(html) {
52
+ overflow-y: hidden;
53
+ }
54
+ html.v-overlay-scroll-blocked {
55
+ position: fixed;
56
+ top: var(--v-body-scroll-y);
57
+ left: var(--v-body-scroll-x);
58
+ width: 100%;
59
+ height: 100%;
60
+ }
64
61
  }
@@ -12,19 +12,6 @@
12
12
  top: 0
13
13
  display: contents
14
14
 
15
- .v-overlay-scroll-blocked
16
- padding-inline-end: var(--v-scrollbar-offset)
17
-
18
- &:not(html)
19
- overflow-y: hidden !important
20
-
21
- @at-root #{selector.append(html, &)}
22
- position: fixed
23
- top: var(--v-body-scroll-y)
24
- left: var(--v-body-scroll-x)
25
- width: 100%
26
- height: 100%
27
-
28
15
  .v-overlay
29
16
  border-radius: inherit
30
17
  display: flex
@@ -62,3 +49,17 @@
62
49
 
63
50
  .v-overlay--scroll-blocked
64
51
  padding-inline-end: var(--v-scrollbar-offset)
52
+
53
+ @include tools.layer('trumps')
54
+ .v-overlay-scroll-blocked
55
+ padding-inline-end: var(--v-scrollbar-offset)
56
+
57
+ &:not(html)
58
+ overflow-y: hidden
59
+
60
+ @at-root #{selector.append(html, &)}
61
+ position: fixed
62
+ top: var(--v-body-scroll-y)
63
+ left: var(--v-body-scroll-x)
64
+ width: 100%
65
+ height: 100%