vuetiwatch 0.1.0

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 (158) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +232 -0
  3. package/dist/index.d.ts +11 -0
  4. package/dist/index.d.ts.map +1 -0
  5. package/dist/index.js +6 -0
  6. package/dist/index.js.map +1 -0
  7. package/dist/plugin.d.ts +41 -0
  8. package/dist/plugin.d.ts.map +1 -0
  9. package/dist/plugin.js +58 -0
  10. package/dist/plugin.js.map +1 -0
  11. package/dist/registry.d.ts +17 -0
  12. package/dist/registry.d.ts.map +1 -0
  13. package/dist/registry.js +37 -0
  14. package/dist/registry.js.map +1 -0
  15. package/dist/styles/aurora.css +74 -0
  16. package/dist/styles/aurora.min.css +1 -0
  17. package/dist/styles/brutalist.css +48 -0
  18. package/dist/styles/brutalist.min.css +1 -0
  19. package/dist/styles/calm.css +21 -0
  20. package/dist/styles/calm.min.css +1 -0
  21. package/dist/styles/clay.css +44 -0
  22. package/dist/styles/clay.min.css +1 -0
  23. package/dist/styles/core.css +140 -0
  24. package/dist/styles/core.min.css +1 -0
  25. package/dist/styles/darkGlass.css +43 -0
  26. package/dist/styles/darkGlass.min.css +1 -0
  27. package/dist/styles/liquidGlass.css +100 -0
  28. package/dist/styles/liquidGlass.min.css +1 -0
  29. package/dist/styles/lux.css +21 -0
  30. package/dist/styles/lux.min.css +1 -0
  31. package/dist/styles/morph.css +37 -0
  32. package/dist/styles/morph.min.css +1 -0
  33. package/dist/styles/neon.css +41 -0
  34. package/dist/styles/neon.min.css +1 -0
  35. package/dist/styles/paper.css +17 -0
  36. package/dist/styles/paper.min.css +1 -0
  37. package/dist/styles/sketchy.css +25 -0
  38. package/dist/styles/sketchy.min.css +1 -0
  39. package/dist/styles/slate.css +16 -0
  40. package/dist/styles/slate.min.css +1 -0
  41. package/dist/styles/soft.css +46 -0
  42. package/dist/styles/soft.min.css +1 -0
  43. package/dist/styles.css +686 -0
  44. package/dist/styles.min.css +1 -0
  45. package/dist/themes/aurora.d.ts +10 -0
  46. package/dist/themes/aurora.d.ts.map +1 -0
  47. package/dist/themes/aurora.js +86 -0
  48. package/dist/themes/aurora.js.map +1 -0
  49. package/dist/themes/brutalist.d.ts +10 -0
  50. package/dist/themes/brutalist.d.ts.map +1 -0
  51. package/dist/themes/brutalist.js +103 -0
  52. package/dist/themes/brutalist.js.map +1 -0
  53. package/dist/themes/calm.d.ts +11 -0
  54. package/dist/themes/calm.d.ts.map +1 -0
  55. package/dist/themes/calm.js +88 -0
  56. package/dist/themes/calm.js.map +1 -0
  57. package/dist/themes/classic.d.ts +6 -0
  58. package/dist/themes/classic.d.ts.map +1 -0
  59. package/dist/themes/classic.js +23 -0
  60. package/dist/themes/classic.js.map +1 -0
  61. package/dist/themes/clay.d.ts +8 -0
  62. package/dist/themes/clay.d.ts.map +1 -0
  63. package/dist/themes/clay.js +80 -0
  64. package/dist/themes/clay.js.map +1 -0
  65. package/dist/themes/darkGlass.d.ts +7 -0
  66. package/dist/themes/darkGlass.d.ts.map +1 -0
  67. package/dist/themes/darkGlass.js +77 -0
  68. package/dist/themes/darkGlass.js.map +1 -0
  69. package/dist/themes/index.d.ts +15 -0
  70. package/dist/themes/index.d.ts.map +1 -0
  71. package/dist/themes/index.js +15 -0
  72. package/dist/themes/index.js.map +1 -0
  73. package/dist/themes/liquidGlass.d.ts +19 -0
  74. package/dist/themes/liquidGlass.d.ts.map +1 -0
  75. package/dist/themes/liquidGlass.js +111 -0
  76. package/dist/themes/liquidGlass.js.map +1 -0
  77. package/dist/themes/lux.d.ts +8 -0
  78. package/dist/themes/lux.d.ts.map +1 -0
  79. package/dist/themes/lux.js +91 -0
  80. package/dist/themes/lux.js.map +1 -0
  81. package/dist/themes/morph.d.ts +10 -0
  82. package/dist/themes/morph.d.ts.map +1 -0
  83. package/dist/themes/morph.js +82 -0
  84. package/dist/themes/morph.js.map +1 -0
  85. package/dist/themes/neon.d.ts +7 -0
  86. package/dist/themes/neon.d.ts.map +1 -0
  87. package/dist/themes/neon.js +96 -0
  88. package/dist/themes/neon.js.map +1 -0
  89. package/dist/themes/paper.d.ts +7 -0
  90. package/dist/themes/paper.d.ts.map +1 -0
  91. package/dist/themes/paper.js +88 -0
  92. package/dist/themes/paper.js.map +1 -0
  93. package/dist/themes/sketchy.d.ts +11 -0
  94. package/dist/themes/sketchy.d.ts.map +1 -0
  95. package/dist/themes/sketchy.js +88 -0
  96. package/dist/themes/sketchy.js.map +1 -0
  97. package/dist/themes/slate.d.ts +7 -0
  98. package/dist/themes/slate.d.ts.map +1 -0
  99. package/dist/themes/slate.js +89 -0
  100. package/dist/themes/slate.js.map +1 -0
  101. package/dist/themes/soft.d.ts +7 -0
  102. package/dist/themes/soft.d.ts.map +1 -0
  103. package/dist/themes/soft.js +84 -0
  104. package/dist/themes/soft.js.map +1 -0
  105. package/dist/types.d.ts +40 -0
  106. package/dist/types.d.ts.map +1 -0
  107. package/dist/types.js +2 -0
  108. package/dist/types.js.map +1 -0
  109. package/dist/util/defaults.d.ts +62 -0
  110. package/dist/util/defaults.d.ts.map +1 -0
  111. package/dist/util/defaults.js +100 -0
  112. package/dist/util/defaults.js.map +1 -0
  113. package/dist/util/defineTheme.d.ts +21 -0
  114. package/dist/util/defineTheme.d.ts.map +1 -0
  115. package/dist/util/defineTheme.js +25 -0
  116. package/dist/util/defineTheme.js.map +1 -0
  117. package/dist/util/merge.d.ts +8 -0
  118. package/dist/util/merge.d.ts.map +1 -0
  119. package/dist/util/merge.js +17 -0
  120. package/dist/util/merge.js.map +1 -0
  121. package/package.json +75 -0
  122. package/src/index.ts +35 -0
  123. package/src/plugin.ts +116 -0
  124. package/src/registry.ts +64 -0
  125. package/src/styles/core.css +311 -0
  126. package/src/styles/index.css +30 -0
  127. package/src/styles/themes/aurora.css +86 -0
  128. package/src/styles/themes/brutalist.css +59 -0
  129. package/src/styles/themes/calm.css +31 -0
  130. package/src/styles/themes/clay.css +60 -0
  131. package/src/styles/themes/darkGlass.css +69 -0
  132. package/src/styles/themes/liquidGlass.css +172 -0
  133. package/src/styles/themes/lux.css +31 -0
  134. package/src/styles/themes/morph.css +53 -0
  135. package/src/styles/themes/neon.css +56 -0
  136. package/src/styles/themes/paper.css +32 -0
  137. package/src/styles/themes/sketchy.css +34 -0
  138. package/src/styles/themes/slate.css +26 -0
  139. package/src/styles/themes/soft.css +63 -0
  140. package/src/themes/aurora.ts +86 -0
  141. package/src/themes/brutalist.ts +103 -0
  142. package/src/themes/calm.ts +88 -0
  143. package/src/themes/classic.ts +23 -0
  144. package/src/themes/clay.ts +80 -0
  145. package/src/themes/darkGlass.ts +77 -0
  146. package/src/themes/index.ts +14 -0
  147. package/src/themes/liquidGlass.ts +111 -0
  148. package/src/themes/lux.ts +91 -0
  149. package/src/themes/morph.ts +82 -0
  150. package/src/themes/neon.ts +96 -0
  151. package/src/themes/paper.ts +88 -0
  152. package/src/themes/sketchy.ts +88 -0
  153. package/src/themes/slate.ts +89 -0
  154. package/src/themes/soft.ts +84 -0
  155. package/src/types.ts +44 -0
  156. package/src/util/defaults.ts +164 -0
  157. package/src/util/defineTheme.ts +49 -0
  158. package/src/util/merge.ts +23 -0
@@ -0,0 +1 @@
1
+ .v-theme--clay{--vw-clay-lift:8px 8px 20px rgba(var(--v-shadow-color), .18), -6px -6px 16px #ffffffe6, inset -4px -4px 12px rgba(var(--v-shadow-color), .06), inset 4px 4px 10px #ffffffb3}.v-theme--clay :is(.v-card,.v-btn,.v-alert,.v-btn-group,.v-expansion-panels):not(.v-btn--variant-text,.v-btn--variant-plain,.v-card--variant-text,.v-card--variant-plain,.v-btn--size-small,.v-btn--size-x-small){box-shadow:var(--vw-clay-lift)}.v-theme--clay :is(.v-chip,.v-btn--size-small,.v-btn--size-x-small):not(.v-btn--variant-text,.v-btn--variant-plain){box-shadow:3px 3px 7px rgba(var(--v-shadow-color), .13), -2px -2px 5px #fff9}.v-theme--clay .v-btn:active:not(.v-btn--disabled){box-shadow:4px 4px 10px rgba(var(--v-shadow-color), .16), inset -3px -3px 10px rgba(var(--v-shadow-color), .1), inset 3px 3px 8px #fff9}.v-theme--clay .v-field.v-field--variant-solo{background:rgb(var(--v-theme-surface));box-shadow:inset 4px 4px 10px rgba(var(--v-shadow-color), .12), inset -4px -4px 10px #ffffffe6}.v-theme--clay :is(.v-switch__track,.v-slider-track){box-shadow:inset 2px 2px 6px rgba(var(--v-shadow-color), .18)}.v-theme--clay :is(.v-switch__thumb,.v-slider-thumb__surface){box-shadow:3px 3px 8px rgba(var(--v-shadow-color), .24), -2px -2px 6px #ffffffe6}.v-theme--clay :is(.v-menu,.v-dialog)>.v-overlay__content{box-shadow:12px 12px 40px rgba(var(--v-shadow-color), .24)}.v-theme--clay .v-tab__slider{border-radius:5px}
@@ -0,0 +1,140 @@
1
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-btn.v-btn:not(.v-btn--icon, .v-btn--rounded, [class*="rounded-"], .v-btn-group *, .v-toolbar-items *, .v-tabs *) {
2
+ border-radius: var(--v-vw-radius-btn, var(--v-vw-radius, 4px));
3
+ }
4
+
5
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-switch--inset-square .v-switch__track {
6
+ border-radius: var(--v-vw-radius, 6px);
7
+ }
8
+
9
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-switch--inset-square .v-switch__thumb {
10
+ border-radius: var(--v-vw-radius, 4px);
11
+ }
12
+
13
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) :is(.rounded-s-0, .rounded-e-0, .rounded-t-0, .rounded-b-0) {
14
+ --vw-attached: var(--v-vw-radius, 4px);
15
+ }
16
+
17
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-btn:is(.rounded-s-0, .rounded-e-0, .rounded-t-0, .rounded-b-0) {
18
+ --vw-attached: var(--v-vw-radius-btn, var(--v-vw-radius, 4px));
19
+ }
20
+
21
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .rounded-s-0 {
22
+ border-start-end-radius: var(--vw-attached);
23
+ border-end-end-radius: var(--vw-attached);
24
+ }
25
+
26
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .rounded-e-0 {
27
+ border-start-start-radius: var(--vw-attached);
28
+ border-end-start-radius: var(--vw-attached);
29
+ }
30
+
31
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .rounded-t-0 {
32
+ border-end-end-radius: var(--vw-attached);
33
+ border-end-start-radius: var(--vw-attached);
34
+ }
35
+
36
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .rounded-b-0 {
37
+ border-start-start-radius: var(--vw-attached);
38
+ border-start-end-radius: var(--vw-attached);
39
+ }
40
+
41
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-btn-group.v-btn-group:not([class*="rounded-"]) {
42
+ border-radius: var(--v-vw-radius, 4px);
43
+ }
44
+
45
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-pagination .v-btn.v-btn {
46
+ border-radius: var(--v-vw-radius-btn, var(--v-vw-radius, 4px));
47
+ }
48
+
49
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) :is(.v-btn-group, .v-toolbar-items) .v-btn.v-btn {
50
+ box-shadow: none;
51
+ }
52
+
53
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) :is(.v-card.v-card:not([class*="rounded-"]), .v-table.v-table), :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-expansion-panels.v-expansion-panels {
54
+ border-radius: var(--v-vw-radius-lg, var(--v-vw-radius, 4px));
55
+ }
56
+
57
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) :is(.v-alert.v-alert:not([class*="rounded-"]), .v-field.v-field:not([class*="rounded-"]), .v-list-item.v-list-item:not([class*="rounded-"]), .v-snackbar__wrapper, .v-menu > .v-overlay__content, .v-tooltip > .v-overlay__content, .v-overlay__content > :is(.v-list, .v-sheet)) {
58
+ border-radius: var(--v-vw-radius, 4px);
59
+ }
60
+
61
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-field.v-field:is(.v-field--variant-filled, .v-field--variant-underlined):not([class*="rounded-"]) {
62
+ border-radius: var(--v-vw-radius, 4px) var(--v-vw-radius, 4px) 0 0;
63
+ }
64
+
65
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-chip.v-chip:not([class*="rounded-"]) {
66
+ border-radius: var(--v-vw-radius-chip, 9999px);
67
+ }
68
+
69
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-slider-track.v-slider-track {
70
+ border-radius: var(--v-vw-radius, 4px);
71
+ }
72
+
73
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-slider-thumb__surface {
74
+ border-radius: var(--v-vw-radius-thumb, 50%);
75
+ }
76
+
77
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-slider-thumb__label {
78
+ border-radius: var(--v-vw-radius, 4px);
79
+ }
80
+
81
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-pagination .v-pagination__item--is-active .v-btn__overlay {
82
+ background: var(--v-vw-pagination-active-color, currentColor);
83
+ opacity: var(--v-vw-pagination-active-opacity, var(--v-activated-opacity));
84
+ }
85
+
86
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-overlay__content > .v-card:is(.v-card--variant-outlined, .v-card--variant-text, .v-card--variant-plain, .v-card--variant-tonal):not([class*="bg-"]) {
87
+ background-color: rgb(var(--v-theme-surface));
88
+ }
89
+
90
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) :is(.v-btn--variant-outlined, .v-card--variant-outlined, .v-alert--variant-outlined, .v-chip--variant-outlined) {
91
+ border-width: var(--v-vw-border-width, thin);
92
+ }
93
+
94
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-field__outline {
95
+ --v-field-border-width: var(--v-vw-border-width, 1px);
96
+ }
97
+
98
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-btn.v-btn {
99
+ font-weight: var(--v-vw-btn-weight, 500);
100
+ letter-spacing: var(--v-vw-btn-tracking, .0892857em);
101
+ text-transform: var(--v-vw-btn-transform, uppercase);
102
+ }
103
+
104
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) :is(.v-menu, .v-dialog, .v-tooltip) > .v-overlay__content {
105
+ border: var(--v-vw-overlay-border, none);
106
+ box-shadow: var(--v-vw-overlay-shadow, revert-layer);
107
+ }
108
+
109
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-tab__slider {
110
+ height: var(--v-vw-tab-slider-height, 2px);
111
+ }
112
+
113
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) :is(.v-table thead th, .v-data-table__th) {
114
+ font-weight: var(--v-vw-th-weight, revert-layer);
115
+ letter-spacing: var(--v-vw-th-tracking, revert-layer);
116
+ text-transform: var(--v-vw-th-transform, none);
117
+ }
118
+
119
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-list-item.v-list-item--active {
120
+ border-inline-start: var(--v-vw-list-bar, 0) solid var(--v-vw-list-bar-color, currentColor);
121
+ }
122
+
123
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) :is(h1, h2, h3, h4, h5, h6, [class*="-display-"], [class*="-headline-"], [class*="-title-large"]) {
124
+ font-family: var(--v-font-heading, var(--v-font-body, inherit));
125
+ font-weight: var(--v-vw-heading-weight, revert-layer);
126
+ letter-spacing: var(--v-vw-heading-tracking, revert-layer);
127
+ text-transform: var(--v-vw-heading-transform, none);
128
+ }
129
+
130
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon).v-application {
131
+ -webkit-font-smoothing: antialiased;
132
+ -moz-osx-font-smoothing: grayscale;
133
+ }
134
+
135
+ :is([data-vuetiwatch], .v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) a:not([class]) {
136
+ color: rgb(var(--v-theme-primary));
137
+ -webkit-text-decoration: var(--v-vw-link-decoration, underline);
138
+ text-decoration: var(--v-vw-link-decoration, underline);
139
+ text-underline-offset: .15em;
140
+ }
@@ -0,0 +1 @@
1
+ :is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-btn.v-btn:not(.v-btn--icon,.v-btn--rounded,[class*=rounded-],.v-btn-group *,.v-toolbar-items *,.v-tabs *){border-radius:var(--v-vw-radius-btn,var(--v-vw-radius,4px))}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-switch--inset-square .v-switch__track{border-radius:var(--v-vw-radius,6px)}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-switch--inset-square .v-switch__thumb{border-radius:var(--v-vw-radius,4px)}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) :is(.rounded-s-0,.rounded-e-0,.rounded-t-0,.rounded-b-0){--vw-attached:var(--v-vw-radius,4px)}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-btn:is(.rounded-s-0,.rounded-e-0,.rounded-t-0,.rounded-b-0){--vw-attached:var(--v-vw-radius-btn,var(--v-vw-radius,4px))}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .rounded-s-0{border-start-end-radius:var(--vw-attached);border-end-end-radius:var(--vw-attached)}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .rounded-e-0{border-start-start-radius:var(--vw-attached);border-end-start-radius:var(--vw-attached)}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .rounded-t-0{border-end-end-radius:var(--vw-attached);border-end-start-radius:var(--vw-attached)}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .rounded-b-0{border-start-start-radius:var(--vw-attached);border-start-end-radius:var(--vw-attached)}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-btn-group.v-btn-group:not([class*=rounded-]){border-radius:var(--v-vw-radius,4px)}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-pagination .v-btn.v-btn{border-radius:var(--v-vw-radius-btn,var(--v-vw-radius,4px))}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) :is(.v-btn-group,.v-toolbar-items) .v-btn.v-btn{box-shadow:none}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) :is(.v-card.v-card:not([class*=rounded-]),.v-table.v-table),:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-expansion-panels.v-expansion-panels{border-radius:var(--v-vw-radius-lg,var(--v-vw-radius,4px))}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) :is(.v-alert.v-alert:not([class*=rounded-]),.v-field.v-field:not([class*=rounded-]),.v-list-item.v-list-item:not([class*=rounded-]),.v-snackbar__wrapper,.v-menu>.v-overlay__content,.v-tooltip>.v-overlay__content,.v-overlay__content>:is(.v-list,.v-sheet)){border-radius:var(--v-vw-radius,4px)}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-field.v-field:is(.v-field--variant-filled,.v-field--variant-underlined):not([class*=rounded-]){border-radius:var(--v-vw-radius,4px) var(--v-vw-radius,4px) 0 0}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-chip.v-chip:not([class*=rounded-]){border-radius:var(--v-vw-radius-chip,9999px)}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-slider-track.v-slider-track{border-radius:var(--v-vw-radius,4px)}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-slider-thumb__surface{border-radius:var(--v-vw-radius-thumb,50%)}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-slider-thumb__label{border-radius:var(--v-vw-radius,4px)}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-pagination .v-pagination__item--is-active .v-btn__overlay{background:var(--v-vw-pagination-active-color,currentColor);opacity:var(--v-vw-pagination-active-opacity,var(--v-activated-opacity))}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-overlay__content>.v-card:is(.v-card--variant-outlined,.v-card--variant-text,.v-card--variant-plain,.v-card--variant-tonal):not([class*=bg-]){background-color:rgb(var(--v-theme-surface))}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) :is(.v-btn--variant-outlined,.v-card--variant-outlined,.v-alert--variant-outlined,.v-chip--variant-outlined){border-width:var(--v-vw-border-width,thin)}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-field__outline{--v-field-border-width:var(--v-vw-border-width,1px)}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-btn.v-btn{font-weight:var(--v-vw-btn-weight,500);letter-spacing:var(--v-vw-btn-tracking,.0892857em);text-transform:var(--v-vw-btn-transform,uppercase)}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) :is(.v-menu,.v-dialog,.v-tooltip)>.v-overlay__content{border:var(--v-vw-overlay-border,none);box-shadow:var(--v-vw-overlay-shadow,revert-layer)}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-tab__slider{height:var(--v-vw-tab-slider-height,2px)}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) :is(.v-table thead th,.v-data-table__th){font-weight:var(--v-vw-th-weight,revert-layer);letter-spacing:var(--v-vw-th-tracking,revert-layer);text-transform:var(--v-vw-th-transform,none)}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) .v-list-item.v-list-item--active{border-inline-start:var(--v-vw-list-bar,0) solid var(--v-vw-list-bar-color,currentColor)}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) :is(h1,h2,h3,h4,h5,h6,[class*=-display-],[class*=-headline-],[class*=-title-large]){font-family:var(--v-font-heading,var(--v-font-body,inherit));font-weight:var(--v-vw-heading-weight,revert-layer);letter-spacing:var(--v-vw-heading-tracking,revert-layer);text-transform:var(--v-vw-heading-transform,none)}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon).v-application{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:is([data-vuetiwatch],.v-theme--classic, .v-theme--paper, .v-theme--slate, .v-theme--calm, .v-theme--lux, .v-theme--soft, .v-theme--clay, .v-theme--morph, .v-theme--sketchy, .v-theme--brutalist, .v-theme--liquidGlass, .v-theme--darkGlass, .v-theme--aurora, .v-theme--neon) a:not([class]){color:rgb(var(--v-theme-primary));-webkit-text-decoration:var(--v-vw-link-decoration,underline);-webkit-text-decoration:var(--v-vw-link-decoration,underline);text-decoration:var(--v-vw-link-decoration,underline);text-underline-offset:.15em}
@@ -0,0 +1,43 @@
1
+ .v-theme--darkGlass :is(.v-card, .v-app-bar, .v-navigation-drawer, .v-toolbar):not([class*="bg-"], .v-card--variant-text, .v-card--variant-plain) {
2
+ background-color: rgba(var(--v-theme-surface), .62);
3
+ backdrop-filter: blur(18px) saturate(160%);
4
+ border: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
5
+ }
6
+
7
+ .v-theme--darkGlass .v-card.v-card--variant-elevated {
8
+ box-shadow: inset 0 1px 0 rgba(var(--v-theme-primary), .28),
9
+ 0 8px 32px rgba(var(--v-shadow-color), .45);
10
+ }
11
+
12
+ .v-theme--darkGlass :is(.v-menu, .v-dialog) > .v-overlay__content {
13
+ backdrop-filter: blur(18px) saturate(160%);
14
+ box-shadow: 0 16px 48px rgba(var(--v-shadow-color), .55);
15
+ }
16
+
17
+ .v-theme--darkGlass .v-field.v-field--variant-solo-filled .v-field__overlay {
18
+ background-color: rgba(var(--v-theme-surface-bright), .45);
19
+ }
20
+
21
+ .v-theme--darkGlass .v-btn.v-btn--variant-flat:not(.v-btn--disabled) {
22
+ box-shadow: 0 4px 20px rgba(var(--v-theme-primary), .35);
23
+ }
24
+
25
+ .v-theme--darkGlass .v-tab__slider {
26
+ box-shadow: 0 0 12px rgba(var(--v-theme-primary), .8);
27
+ }
28
+
29
+ .v-theme--darkGlass .v-slider-thumb__surface {
30
+ box-shadow: 0 0 0 6px rgba(var(--v-theme-primary), .16);
31
+ }
32
+
33
+ .v-theme--darkGlass .v-switch__track {
34
+ backdrop-filter: blur(6px);
35
+ border: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
36
+ }
37
+
38
+ @media (prefers-reduced-transparency: reduce) {
39
+ .v-theme--darkGlass :is(.v-card, .v-app-bar, .v-navigation-drawer, .v-toolbar):not([class*="bg-"], .v-card--variant-text, .v-card--variant-plain) {
40
+ background-color: rgb(var(--v-theme-surface));
41
+ backdrop-filter: none;
42
+ }
43
+ }
@@ -0,0 +1 @@
1
+ .v-theme--darkGlass :is(.v-card,.v-app-bar,.v-navigation-drawer,.v-toolbar):not([class*=bg-],.v-card--variant-text,.v-card--variant-plain){background-color:rgba(var(--v-theme-surface), .62);backdrop-filter:blur(18px)saturate(160%);border:1px solid rgba(var(--v-border-color), var(--v-border-opacity))}.v-theme--darkGlass .v-card.v-card--variant-elevated{box-shadow:inset 0 1px 0 rgba(var(--v-theme-primary), .28), 0 8px 32px rgba(var(--v-shadow-color), .45)}.v-theme--darkGlass :is(.v-menu,.v-dialog)>.v-overlay__content{backdrop-filter:blur(18px)saturate(160%);box-shadow:0 16px 48px rgba(var(--v-shadow-color), .55)}.v-theme--darkGlass .v-field.v-field--variant-solo-filled .v-field__overlay{background-color:rgba(var(--v-theme-surface-bright), .45)}.v-theme--darkGlass .v-btn.v-btn--variant-flat:not(.v-btn--disabled){box-shadow:0 4px 20px rgba(var(--v-theme-primary), .35)}.v-theme--darkGlass .v-tab__slider{box-shadow:0 0 12px rgba(var(--v-theme-primary), .8)}.v-theme--darkGlass .v-slider-thumb__surface{box-shadow:0 0 0 6px rgba(var(--v-theme-primary), .16)}.v-theme--darkGlass .v-switch__track{backdrop-filter:blur(6px);border:1px solid rgba(var(--v-border-color), var(--v-border-opacity))}@media (prefers-reduced-transparency:reduce){.v-theme--darkGlass :is(.v-card,.v-app-bar,.v-navigation-drawer,.v-toolbar):not([class*=bg-],.v-card--variant-text,.v-card--variant-plain){background-color:rgb(var(--v-theme-surface));backdrop-filter:none}}
@@ -0,0 +1,100 @@
1
+ .v-theme--liquidGlass.v-application {
2
+ background-image: radial-gradient(65rem 45rem at 8% -8%, #007aff4d, #0000 62%), radial-gradient(55rem 42rem at 92% 12%, #5856d63d, #0000 62%), linear-gradient(165deg, #007aff00 45%, #007aff1f 100%);
3
+ background-attachment: fixed;
4
+ }
5
+
6
+ .v-theme--liquidGlass :is(.v-card, .v-app-bar, .v-toolbar, .v-navigation-drawer, .v-table, .v-expansion-panels):not([class*="bg-"], .v-card--variant-text, .v-card--variant-plain) {
7
+ background-color: rgba(var(--v-theme-surface), .6);
8
+ backdrop-filter: blur(30px) saturate(190%);
9
+ box-shadow: inset 0 1px 0 #ffffffe6,
10
+ inset 0 0 0 1px #ffffff59,
11
+ inset 0 -1px 0 rgba(var(--v-shadow-color), .08),
12
+ 0 10px 34px rgba(var(--v-shadow-color), .1);
13
+ }
14
+
15
+ .v-theme--liquidGlass :is(.v-menu, .v-dialog) > .v-overlay__content {
16
+ backdrop-filter: blur(30px) saturate(190%);
17
+ box-shadow: inset 0 1px 0 #ffffffe6,
18
+ inset 0 0 0 1px #ffffff59,
19
+ 0 18px 52px rgba(var(--v-shadow-color), .18);
20
+ }
21
+
22
+ .v-theme--liquidGlass .v-field.v-field--variant-solo-filled {
23
+ backdrop-filter: blur(20px) saturate(170%);
24
+ box-shadow: none;
25
+ background-color: #7676801f;
26
+ }
27
+
28
+ .v-theme--liquidGlass .v-field--variant-solo-filled .v-field__overlay {
29
+ opacity: 0;
30
+ }
31
+
32
+ .v-theme--liquidGlass .v-field.v-field--variant-solo-filled:hover, .v-theme--liquidGlass .v-field.v-field--variant-solo-filled.v-field--focused {
33
+ background-color: #78788029;
34
+ }
35
+
36
+ .v-theme--liquidGlass .v-btn.v-btn--variant-flat:not(.v-btn--disabled) {
37
+ box-shadow: inset 0 1px 0 #fff6,
38
+ 0 4px 14px rgba(var(--v-shadow-color), .22);
39
+ }
40
+
41
+ .v-theme--liquidGlass .v-btn-group.v-btn-toggle {
42
+ background-color: #7676801f;
43
+ padding: 2px;
44
+ }
45
+
46
+ .v-theme--liquidGlass .v-btn-group.v-btn-toggle > .v-btn {
47
+ border-radius: calc(var(--v-vw-radius) - 2px);
48
+ background-color: #0000;
49
+ }
50
+
51
+ .v-theme--liquidGlass .v-btn-group.v-btn-toggle > .v-btn--active {
52
+ background-color: rgb(var(--v-theme-surface));
53
+ color: rgb(var(--v-theme-on-surface));
54
+ box-shadow: 0 2px 6px rgba(var(--v-shadow-color), .16);
55
+ }
56
+
57
+ .v-theme--liquidGlass .v-btn-group.v-btn-toggle > .v-btn--active > .v-btn__overlay {
58
+ opacity: 0;
59
+ }
60
+
61
+ .v-theme--liquidGlass .v-slider-thumb__surface {
62
+ box-shadow: inset 0 1px 0 #ffffffd9,
63
+ 0 2px 8px rgba(var(--v-shadow-color), .28);
64
+ }
65
+
66
+ .v-theme--liquidGlass [class*="-title-"] {
67
+ letter-spacing: -.01em;
68
+ }
69
+
70
+ .v-theme--liquidGlass :is(.v-divider, .v-table tbody td, .v-data-table__td) {
71
+ border-color: rgba(var(--v-border-color), .14);
72
+ }
73
+
74
+ .v-theme--liquidGlass .v-divider {
75
+ opacity: 1;
76
+ }
77
+
78
+ .v-theme--liquidGlass :is(.v-table, .v-table__wrapper, .v-table > .v-table__wrapper > table) {
79
+ background: none;
80
+ }
81
+
82
+ .v-theme--liquidGlass :is(.v-table thead th, .v-data-table__th) {
83
+ letter-spacing: 0;
84
+ color: rgba(var(--v-theme-on-surface), .5);
85
+ border-bottom: 1px solid rgba(var(--v-border-color), .14);
86
+ background: none;
87
+ font-size: .8125rem;
88
+ font-weight: 500;
89
+ }
90
+
91
+ @media (prefers-reduced-transparency: reduce) {
92
+ .v-theme--liquidGlass.v-application {
93
+ background-image: none;
94
+ }
95
+
96
+ .v-theme--liquidGlass :is(.v-card, .v-app-bar, .v-toolbar, .v-navigation-drawer, .v-table, .v-expansion-panels):not([class*="bg-"], .v-card--variant-text, .v-card--variant-plain) {
97
+ background-color: rgb(var(--v-theme-surface));
98
+ backdrop-filter: none;
99
+ }
100
+ }
@@ -0,0 +1 @@
1
+ .v-theme--liquidGlass.v-application{background-image:radial-gradient(65rem 45rem at 8% -8%,#007aff4d,#0000 62%),radial-gradient(55rem 42rem at 92% 12%,#5856d63d,#0000 62%),linear-gradient(165deg,#007aff00 45%,#007aff1f 100%);background-attachment:fixed}.v-theme--liquidGlass :is(.v-card,.v-app-bar,.v-toolbar,.v-navigation-drawer,.v-table,.v-expansion-panels):not([class*=bg-],.v-card--variant-text,.v-card--variant-plain){background-color:rgba(var(--v-theme-surface), .6);backdrop-filter:blur(30px)saturate(190%);box-shadow:inset 0 1px 0 #ffffffe6, inset 0 0 0 1px #ffffff59, inset 0 -1px 0 rgba(var(--v-shadow-color), .08), 0 10px 34px rgba(var(--v-shadow-color), .1)}.v-theme--liquidGlass :is(.v-menu,.v-dialog)>.v-overlay__content{backdrop-filter:blur(30px)saturate(190%);box-shadow:inset 0 1px 0 #ffffffe6, inset 0 0 0 1px #ffffff59, 0 18px 52px rgba(var(--v-shadow-color), .18)}.v-theme--liquidGlass .v-field.v-field--variant-solo-filled{backdrop-filter:blur(20px)saturate(170%);box-shadow:none;background-color:#7676801f}.v-theme--liquidGlass .v-field--variant-solo-filled .v-field__overlay{opacity:0}.v-theme--liquidGlass .v-field.v-field--variant-solo-filled:hover,.v-theme--liquidGlass .v-field.v-field--variant-solo-filled.v-field--focused{background-color:#78788029}.v-theme--liquidGlass .v-btn.v-btn--variant-flat:not(.v-btn--disabled){box-shadow:inset 0 1px 0 #fff6, 0 4px 14px rgba(var(--v-shadow-color), .22)}.v-theme--liquidGlass .v-btn-group.v-btn-toggle{background-color:#7676801f;padding:2px}.v-theme--liquidGlass .v-btn-group.v-btn-toggle>.v-btn{border-radius:calc(var(--v-vw-radius) - 2px);background-color:#0000}.v-theme--liquidGlass .v-btn-group.v-btn-toggle>.v-btn--active{background-color:rgb(var(--v-theme-surface));color:rgb(var(--v-theme-on-surface));box-shadow:0 2px 6px rgba(var(--v-shadow-color), .16)}.v-theme--liquidGlass .v-btn-group.v-btn-toggle>.v-btn--active>.v-btn__overlay{opacity:0}.v-theme--liquidGlass .v-slider-thumb__surface{box-shadow:inset 0 1px 0 #ffffffd9, 0 2px 8px rgba(var(--v-shadow-color), .28)}.v-theme--liquidGlass [class*=-title-]{letter-spacing:-.01em}.v-theme--liquidGlass :is(.v-divider,.v-table tbody td,.v-data-table__td){border-color:rgba(var(--v-border-color), .14)}.v-theme--liquidGlass .v-divider{opacity:1}.v-theme--liquidGlass :is(.v-table,.v-table__wrapper,.v-table>.v-table__wrapper>table){background:0 0}.v-theme--liquidGlass :is(.v-table thead th,.v-data-table__th){letter-spacing:0;color:rgba(var(--v-theme-on-surface), .5);border-bottom:1px solid rgba(var(--v-border-color), .14);background:0 0;font-size:.8125rem;font-weight:500}@media (prefers-reduced-transparency:reduce){.v-theme--liquidGlass.v-application{background-image:none}.v-theme--liquidGlass :is(.v-card,.v-app-bar,.v-toolbar,.v-navigation-drawer,.v-table,.v-expansion-panels):not([class*=bg-],.v-card--variant-text,.v-card--variant-plain){background-color:rgb(var(--v-theme-surface));backdrop-filter:none}}
@@ -0,0 +1,21 @@
1
+ .v-theme--lux :is(.v-card, .v-sheet, .v-table, .v-list, .v-expansion-panels) {
2
+ box-shadow: none;
3
+ }
4
+
5
+ .v-theme--lux :is(.v-toolbar-title, .v-card-title, .v-list-subheader) {
6
+ letter-spacing: .16em;
7
+ text-transform: uppercase;
8
+ font-weight: 400;
9
+ }
10
+
11
+ .v-theme--lux :is(.v-table thead th, .v-data-table__th) {
12
+ letter-spacing: .16em;
13
+ text-transform: uppercase;
14
+ font-size: .75rem;
15
+ font-weight: 400;
16
+ }
17
+
18
+ .v-theme--lux :is(.v-menu, .v-dialog) > .v-overlay__content {
19
+ border: var(--v-vw-border-width) solid rgba(var(--v-border-color), .14);
20
+ box-shadow: 0 24px 64px #00000014;
21
+ }
@@ -0,0 +1 @@
1
+ .v-theme--lux :is(.v-card,.v-sheet,.v-table,.v-list,.v-expansion-panels){box-shadow:none}.v-theme--lux :is(.v-toolbar-title,.v-card-title,.v-list-subheader){letter-spacing:.16em;text-transform:uppercase;font-weight:400}.v-theme--lux :is(.v-table thead th,.v-data-table__th){letter-spacing:.16em;text-transform:uppercase;font-size:.75rem;font-weight:400}.v-theme--lux :is(.v-menu,.v-dialog)>.v-overlay__content{border:var(--v-vw-border-width) solid rgba(var(--v-border-color), .14);box-shadow:0 24px 64px #00000014}
@@ -0,0 +1,37 @@
1
+ .v-theme--morph {
2
+ --vw-morph-raised: 6px 6px 12px rgba(var(--v-shadow-color), .5),
3
+ -6px -6px 12px #ffffffd9;
4
+ --vw-morph-pressed: inset 3px 3px 7px rgba(var(--v-shadow-color), .55),
5
+ inset -3px -3px 7px #ffffffe6;
6
+ }
7
+
8
+ .v-theme--morph :is(.v-card, .v-btn, .v-alert, .v-btn-group, .v-expansion-panels, .v-sheet--variant-flat):not(.v-btn--variant-text, .v-btn--variant-plain, .v-card--variant-text, .v-card--variant-plain, .v-btn--size-small, .v-btn--size-x-small) {
9
+ box-shadow: var(--vw-morph-raised);
10
+ }
11
+
12
+ .v-theme--morph :is(.v-chip, .v-btn--size-small, .v-btn--size-x-small):not(.v-btn--variant-text, .v-btn--variant-plain) {
13
+ box-shadow: 3px 3px 7px rgba(var(--v-shadow-color), .38),
14
+ -3px -3px 6px #fff9;
15
+ }
16
+
17
+ .v-theme--morph :is(.v-field--variant-solo, .v-switch__track, .v-slider-track) {
18
+ background: rgb(var(--v-theme-background));
19
+ box-shadow: var(--vw-morph-pressed);
20
+ }
21
+
22
+ .v-theme--morph .v-btn:active:not(.v-btn--disabled), .v-theme--morph .v-btn--active {
23
+ box-shadow: var(--vw-morph-pressed);
24
+ }
25
+
26
+ .v-theme--morph .v-slider-thumb__surface {
27
+ box-shadow: var(--vw-morph-raised);
28
+ }
29
+
30
+ .v-theme--morph :is(.v-divider, .v-table tbody td) {
31
+ border-color: #0000;
32
+ }
33
+
34
+ .v-theme--morph .v-tab__slider {
35
+ box-shadow: var(--vw-morph-raised);
36
+ border-radius: 4px;
37
+ }
@@ -0,0 +1 @@
1
+ .v-theme--morph{--vw-morph-raised:6px 6px 12px rgba(var(--v-shadow-color), .5), -6px -6px 12px #ffffffd9;--vw-morph-pressed:inset 3px 3px 7px rgba(var(--v-shadow-color), .55), inset -3px -3px 7px #ffffffe6}.v-theme--morph :is(.v-card,.v-btn,.v-alert,.v-btn-group,.v-expansion-panels,.v-sheet--variant-flat):not(.v-btn--variant-text,.v-btn--variant-plain,.v-card--variant-text,.v-card--variant-plain,.v-btn--size-small,.v-btn--size-x-small){box-shadow:var(--vw-morph-raised)}.v-theme--morph :is(.v-chip,.v-btn--size-small,.v-btn--size-x-small):not(.v-btn--variant-text,.v-btn--variant-plain){box-shadow:3px 3px 7px rgba(var(--v-shadow-color), .38), -3px -3px 6px #fff9}.v-theme--morph :is(.v-field--variant-solo,.v-switch__track,.v-slider-track){background:rgb(var(--v-theme-background));box-shadow:var(--vw-morph-pressed)}.v-theme--morph .v-btn:active:not(.v-btn--disabled),.v-theme--morph .v-btn--active{box-shadow:var(--vw-morph-pressed)}.v-theme--morph .v-slider-thumb__surface{box-shadow:var(--vw-morph-raised)}.v-theme--morph :is(.v-divider,.v-table tbody td){border-color:#0000}.v-theme--morph .v-tab__slider{box-shadow:var(--vw-morph-raised);border-radius:4px}
@@ -0,0 +1,41 @@
1
+ .v-theme--neon :is(.v-card, .v-sheet, .v-list, .v-table, .v-expansion-panels) {
2
+ box-shadow: none;
3
+ }
4
+
5
+ .v-theme--neon .v-card.v-card--variant-outlined {
6
+ box-shadow: 0 0 0 1px rgba(var(--v-theme-primary), .12);
7
+ }
8
+
9
+ .v-theme--neon .v-btn.v-btn--variant-outlined:not(.v-btn--disabled):hover {
10
+ box-shadow: 0 0 0 1px rgba(var(--v-theme-primary), .6),
11
+ 0 0 18px rgba(var(--v-theme-primary), .35);
12
+ }
13
+
14
+ .v-theme--neon .v-btn.v-btn--variant-flat:not(.v-btn--disabled) {
15
+ box-shadow: 0 0 22px rgba(var(--v-theme-primary), .45);
16
+ }
17
+
18
+ .v-theme--neon :is(.v-menu, .v-dialog) > .v-overlay__content {
19
+ box-shadow: 0 0 0 1px rgba(var(--v-theme-primary), .35),
20
+ 0 12px 48px #000000bf;
21
+ }
22
+
23
+ .v-theme--neon .v-app-bar {
24
+ box-shadow: inset 0 -1px 0 rgba(var(--v-theme-primary), .3);
25
+ }
26
+
27
+ .v-theme--neon .v-slider-thumb__surface {
28
+ box-shadow: 0 0 12px rgba(var(--v-theme-primary), .6);
29
+ }
30
+
31
+ .v-theme--neon .v-tab__slider {
32
+ box-shadow: 0 0 14px rgba(var(--v-theme-primary), .9);
33
+ }
34
+
35
+ .v-theme--neon .v-selection-control--dirty .v-switch__track {
36
+ box-shadow: 0 0 14px rgba(var(--v-theme-primary), .55);
37
+ }
38
+
39
+ .v-theme--neon .v-expansion-panels {
40
+ box-shadow: 0 0 0 1px rgba(var(--v-theme-primary), .12);
41
+ }
@@ -0,0 +1 @@
1
+ .v-theme--neon :is(.v-card,.v-sheet,.v-list,.v-table,.v-expansion-panels){box-shadow:none}.v-theme--neon .v-card.v-card--variant-outlined{box-shadow:0 0 0 1px rgba(var(--v-theme-primary), .12)}.v-theme--neon .v-btn.v-btn--variant-outlined:not(.v-btn--disabled):hover{box-shadow:0 0 0 1px rgba(var(--v-theme-primary), .6), 0 0 18px rgba(var(--v-theme-primary), .35)}.v-theme--neon .v-btn.v-btn--variant-flat:not(.v-btn--disabled){box-shadow:0 0 22px rgba(var(--v-theme-primary), .45)}.v-theme--neon :is(.v-menu,.v-dialog)>.v-overlay__content{box-shadow:0 0 0 1px rgba(var(--v-theme-primary), .35), 0 12px 48px #000000bf}.v-theme--neon .v-app-bar{box-shadow:inset 0 -1px 0 rgba(var(--v-theme-primary), .3)}.v-theme--neon .v-slider-thumb__surface{box-shadow:0 0 12px rgba(var(--v-theme-primary), .6)}.v-theme--neon .v-tab__slider{box-shadow:0 0 14px rgba(var(--v-theme-primary), .9)}.v-theme--neon .v-selection-control--dirty .v-switch__track{box-shadow:0 0 14px rgba(var(--v-theme-primary), .55)}.v-theme--neon .v-expansion-panels{box-shadow:0 0 0 1px rgba(var(--v-theme-primary), .12)}
@@ -0,0 +1,17 @@
1
+ .v-theme--paper :is(.v-card, .v-sheet, .v-list, .v-table, .v-expansion-panels) {
2
+ box-shadow: none;
3
+ }
4
+
5
+ .v-theme--paper .v-card.v-card--variant-elevated {
6
+ border: var(--v-vw-border-width, 1px) solid
7
+ rgba(var(--v-border-color), var(--v-border-opacity));
8
+ box-shadow: none;
9
+ }
10
+
11
+ .v-theme--paper .v-switch__track {
12
+ border: var(--v-vw-border-width, 1px) solid rgba(var(--v-border-color), .3);
13
+ }
14
+
15
+ .v-theme--paper :is(.v-table thead th, .v-data-table__th) {
16
+ border-bottom: 3px double rgba(var(--v-border-color), .45);
17
+ }
@@ -0,0 +1 @@
1
+ .v-theme--paper :is(.v-card,.v-sheet,.v-list,.v-table,.v-expansion-panels){box-shadow:none}.v-theme--paper .v-card.v-card--variant-elevated{border:var(--v-vw-border-width,1px) solid rgba(var(--v-border-color), var(--v-border-opacity));box-shadow:none}.v-theme--paper .v-switch__track{border:var(--v-vw-border-width,1px) solid rgba(var(--v-border-color), .3)}.v-theme--paper :is(.v-table thead th,.v-data-table__th){border-bottom:3px double rgba(var(--v-border-color), .45)}
@@ -0,0 +1,25 @@
1
+ .v-theme--sketchy :is(.v-card, .v-sheet, .v-table, .v-list, .v-expansion-panels) {
2
+ box-shadow: none;
3
+ }
4
+
5
+ .v-theme--sketchy :is(.v-btn--variant-outlined, .v-card--variant-outlined, .v-alert--variant-outlined) {
6
+ border-bottom-width: calc(var(--v-vw-border-width) + 1px);
7
+ }
8
+
9
+ .v-theme--sketchy .v-btn.v-btn--variant-outlined:hover {
10
+ border-radius: 5px 22px 6px 20px / 20px 6px 22px 5px;
11
+ }
12
+
13
+ .v-theme--sketchy :is(.v-table thead th, .v-data-table__th) {
14
+ border-bottom: var(--v-vw-border-width) solid rgba(var(--v-border-color), .7);
15
+ }
16
+
17
+ .v-theme--sketchy .v-tab__slider {
18
+ border-radius: 8px 3px / 3px 8px;
19
+ }
20
+
21
+ @media (prefers-reduced-motion: no-preference) {
22
+ .v-theme--sketchy .v-btn {
23
+ transition: border-radius .12s steps(2, end);
24
+ }
25
+ }
@@ -0,0 +1 @@
1
+ .v-theme--sketchy :is(.v-card,.v-sheet,.v-table,.v-list,.v-expansion-panels){box-shadow:none}.v-theme--sketchy :is(.v-btn--variant-outlined,.v-card--variant-outlined,.v-alert--variant-outlined){border-bottom-width:calc(var(--v-vw-border-width) + 1px)}.v-theme--sketchy .v-btn.v-btn--variant-outlined:hover{border-radius:5px 22px 6px 20px/20px 6px 22px 5px}.v-theme--sketchy :is(.v-table thead th,.v-data-table__th){border-bottom:var(--v-vw-border-width) solid rgba(var(--v-border-color), .7)}.v-theme--sketchy .v-tab__slider{border-radius:8px 3px/3px 8px}@media (prefers-reduced-motion:no-preference){.v-theme--sketchy .v-btn{transition:border-radius .12s steps(2,end)}}
@@ -0,0 +1,16 @@
1
+ .v-theme--slate .v-card.v-card--variant-outlined {
2
+ box-shadow: 0 1px 2px rgba(var(--v-shadow-color), .05);
3
+ }
4
+
5
+ .v-theme--slate :is(.v-table thead th, .v-data-table__th) {
6
+ background-color: rgb(var(--v-theme-surface-light));
7
+ font-weight: 600;
8
+ }
9
+
10
+ .v-theme--slate :is(.v-menu, .v-dialog) > .v-overlay__content {
11
+ box-shadow: 0 8px 24px rgba(var(--v-shadow-color), .16);
12
+ }
13
+
14
+ .v-theme--slate .v-app-bar {
15
+ box-shadow: none;
16
+ }
@@ -0,0 +1 @@
1
+ .v-theme--slate .v-card.v-card--variant-outlined{box-shadow:0 1px 2px rgba(var(--v-shadow-color), .05)}.v-theme--slate :is(.v-table thead th,.v-data-table__th){background-color:rgb(var(--v-theme-surface-light));font-weight:600}.v-theme--slate :is(.v-menu,.v-dialog)>.v-overlay__content{box-shadow:0 8px 24px rgba(var(--v-shadow-color), .16)}.v-theme--slate .v-app-bar{box-shadow:none}
@@ -0,0 +1,46 @@
1
+ .v-theme--soft .v-card.v-card--variant-elevated {
2
+ box-shadow: 0 2px 4px rgba(var(--v-theme-primary), .06),
3
+ 0 12px 28px rgba(var(--v-theme-primary), .1);
4
+ transition: box-shadow .25s, transform .25s;
5
+ }
6
+
7
+ .v-theme--soft .v-card.v-card--variant-elevated.v-card--link:hover {
8
+ box-shadow: 0 4px 8px rgba(var(--v-theme-primary), .08),
9
+ 0 20px 40px rgba(var(--v-theme-primary), .14);
10
+ transform: translateY(-2px);
11
+ }
12
+
13
+ .v-theme--soft .v-btn.v-btn--variant-flat:not(.v-btn--disabled) {
14
+ box-shadow: 0 2px 8px rgba(var(--v-theme-primary), .24);
15
+ }
16
+
17
+ .v-theme--soft :is(.v-menu, .v-dialog) > .v-overlay__content {
18
+ box-shadow: 0 16px 48px rgba(var(--v-theme-primary), .18);
19
+ }
20
+
21
+ .v-theme--soft .v-field.v-field--variant-solo-filled {
22
+ box-shadow: 0 1px 2px rgba(var(--v-theme-primary), .08),
23
+ 0 4px 12px rgba(var(--v-theme-primary), .06);
24
+ }
25
+
26
+ .v-theme--soft .v-slider-thumb__surface {
27
+ box-shadow: 0 2px 8px rgba(var(--v-theme-primary), .35);
28
+ }
29
+
30
+ .v-theme--soft .v-switch__thumb {
31
+ box-shadow: 0 2px 6px rgba(var(--v-theme-primary), .3);
32
+ }
33
+
34
+ .v-theme--soft .v-tabs--inset .v-tab__slider {
35
+ box-shadow: 0 2px 10px rgba(var(--v-theme-primary), .2);
36
+ }
37
+
38
+ @media (prefers-reduced-motion: reduce) {
39
+ .v-theme--soft .v-card.v-card--variant-elevated {
40
+ transition: none;
41
+ }
42
+
43
+ .v-theme--soft .v-card.v-card--variant-elevated.v-card--link:hover {
44
+ transform: none;
45
+ }
46
+ }
@@ -0,0 +1 @@
1
+ .v-theme--soft .v-card.v-card--variant-elevated{box-shadow:0 2px 4px rgba(var(--v-theme-primary), .06), 0 12px 28px rgba(var(--v-theme-primary), .1);transition:box-shadow .25s,transform .25s}.v-theme--soft .v-card.v-card--variant-elevated.v-card--link:hover{box-shadow:0 4px 8px rgba(var(--v-theme-primary), .08), 0 20px 40px rgba(var(--v-theme-primary), .14);transform:translateY(-2px)}.v-theme--soft .v-btn.v-btn--variant-flat:not(.v-btn--disabled){box-shadow:0 2px 8px rgba(var(--v-theme-primary), .24)}.v-theme--soft :is(.v-menu,.v-dialog)>.v-overlay__content{box-shadow:0 16px 48px rgba(var(--v-theme-primary), .18)}.v-theme--soft .v-field.v-field--variant-solo-filled{box-shadow:0 1px 2px rgba(var(--v-theme-primary), .08), 0 4px 12px rgba(var(--v-theme-primary), .06)}.v-theme--soft .v-slider-thumb__surface{box-shadow:0 2px 8px rgba(var(--v-theme-primary), .35)}.v-theme--soft .v-switch__thumb{box-shadow:0 2px 6px rgba(var(--v-theme-primary), .3)}.v-theme--soft .v-tabs--inset .v-tab__slider{box-shadow:0 2px 10px rgba(var(--v-theme-primary), .2)}@media (prefers-reduced-motion:reduce){.v-theme--soft .v-card.v-card--variant-elevated{transition:none}.v-theme--soft .v-card.v-card--variant-elevated.v-card--link:hover{transform:none}}