vuetify 3.3.13 → 3.3.15

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 (119) hide show
  1. package/dist/json/attributes.json +70 -66
  2. package/dist/json/importMap.json +12 -12
  3. package/dist/json/tags.json +5 -4
  4. package/dist/json/web-types.json +274 -185
  5. package/dist/vuetify-labs.css +565 -486
  6. package/dist/vuetify-labs.d.ts +831 -462
  7. package/dist/vuetify-labs.esm.js +453 -310
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +452 -309
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +318 -239
  12. package/dist/vuetify.d.ts +678 -301
  13. package/dist/vuetify.esm.js +253 -173
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +252 -172
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +842 -830
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  21. package/lib/components/VAppBar/index.d.mts +6 -6
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs +12 -2
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  24. package/lib/components/VBadge/VBadge.css +1 -1
  25. package/lib/components/VBadge/_variables.scss +1 -1
  26. package/lib/components/VBtnToggle/VBtnToggle.css +13 -2
  27. package/lib/components/VBtnToggle/VBtnToggle.sass +3 -3
  28. package/lib/components/VBtnToggle/_variables.scss +2 -1
  29. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  30. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  31. package/lib/components/VCheckbox/VCheckboxBtn.mjs +14 -11
  32. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  33. package/lib/components/VCheckbox/index.d.mts +203 -87
  34. package/lib/components/VColorPicker/VColorPickerEdit.css +4 -2
  35. package/lib/components/VColorPicker/VColorPickerPreview.css +11 -6
  36. package/lib/components/VCombobox/VCombobox.mjs +11 -1
  37. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  38. package/lib/components/VField/VField.css +25 -7
  39. package/lib/components/VField/VField.sass +15 -1
  40. package/lib/components/VGrid/VGrid.css +153 -142
  41. package/lib/components/VIcon/VIcon.css +1 -0
  42. package/lib/components/VIcon/VIcon.sass +1 -0
  43. package/lib/components/VOverlay/useActivator.mjs +1 -1
  44. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  45. package/lib/components/VProgressLinear/VProgressLinear.css +3 -2
  46. package/lib/components/VRadio/index.d.mts +82 -23
  47. package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
  48. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  49. package/lib/components/VRadioGroup/index.d.mts +75 -109
  50. package/lib/components/VRangeSlider/index.d.mts +114 -33
  51. package/lib/components/VSelect/VSelect.mjs +12 -2
  52. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  53. package/lib/components/VSelectionControl/VSelectionControl.mjs +19 -3
  54. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  55. package/lib/components/VSelectionControl/index.d.mts +19 -5
  56. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  57. package/lib/components/VSlider/VSliderThumb.css +8 -4
  58. package/lib/components/VSlider/VSliderTrack.css +22 -12
  59. package/lib/components/VSlider/index.d.mts +114 -33
  60. package/lib/components/VSwitch/VSwitch.css +7 -5
  61. package/lib/components/VSwitch/VSwitch.mjs +26 -16
  62. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  63. package/lib/components/VSwitch/VSwitch.sass +6 -4
  64. package/lib/components/VSwitch/_variables.scss +5 -3
  65. package/lib/components/VSwitch/index.d.mts +82 -23
  66. package/lib/components/VTable/VTable.css +3 -0
  67. package/lib/components/VTable/VTable.sass +4 -0
  68. package/lib/components/VTable/_variables.scss +3 -0
  69. package/lib/components/VTabs/VTab.mjs +2 -2
  70. package/lib/components/VTabs/VTab.mjs.map +1 -1
  71. package/lib/components/VTextarea/VTextarea.mjs +1 -0
  72. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  73. package/lib/components/VTimeline/VTimeline.css +19 -10
  74. package/lib/components/VTimeline/VTimeline.sass +5 -0
  75. package/lib/components/VToolbar/VToolbar.css +4 -2
  76. package/lib/components/index.d.mts +676 -299
  77. package/lib/composables/color.mjs +6 -1
  78. package/lib/composables/color.mjs.map +1 -1
  79. package/lib/composables/defaults.mjs +9 -9
  80. package/lib/composables/defaults.mjs.map +1 -1
  81. package/lib/composables/theme.mjs +8 -7
  82. package/lib/composables/theme.mjs.map +1 -1
  83. package/lib/entry-bundler.mjs +1 -1
  84. package/lib/framework.mjs +1 -1
  85. package/lib/index.d.mts +3 -3
  86. package/lib/labs/VDateInput/index.d.mts +2 -2
  87. package/lib/labs/VDatePicker/VDateCard.mjs +3 -0
  88. package/lib/labs/VDatePicker/VDateCard.mjs.map +1 -1
  89. package/lib/labs/VDatePicker/VDatePicker.mjs +51 -21
  90. package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
  91. package/lib/labs/VDatePicker/VDatePickerControls.css +1 -1
  92. package/lib/labs/VDatePicker/VDatePickerControls.mjs +53 -35
  93. package/lib/labs/VDatePicker/VDatePickerControls.mjs.map +1 -1
  94. package/lib/labs/VDatePicker/VDatePickerMonth.mjs +37 -28
  95. package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  96. package/lib/labs/VDatePicker/VDatePickerYears.mjs +19 -17
  97. package/lib/labs/VDatePicker/VDatePickerYears.mjs.map +1 -1
  98. package/lib/labs/VDatePicker/index.d.mts +148 -156
  99. package/lib/labs/VDateRangePicker/VDateRangeCard.mjs +3 -0
  100. package/lib/labs/VDateRangePicker/VDateRangeCard.mjs.map +1 -1
  101. package/lib/labs/VDateRangePicker/index.d.mts +59 -52
  102. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  103. package/lib/labs/VSkeletonLoader/index.d.mts +8 -8
  104. package/lib/labs/components.d.mts +156 -164
  105. package/lib/locale/bg.mjs +23 -23
  106. package/lib/locale/bg.mjs.map +1 -1
  107. package/lib/locale/fa.mjs +16 -16
  108. package/lib/locale/fa.mjs.map +1 -1
  109. package/lib/locale/no.mjs +1 -1
  110. package/lib/locale/no.mjs.map +1 -1
  111. package/lib/styles/tools/_rtl.sass +4 -2
  112. package/lib/styles/tools/_states.sass +5 -5
  113. package/lib/util/colorUtils.mjs +6 -0
  114. package/lib/util/colorUtils.mjs.map +1 -1
  115. package/lib/util/helpers.mjs +10 -4
  116. package/lib/util/helpers.mjs.map +1 -1
  117. package/lib/util/injectSelf.mjs +2 -1
  118. package/lib/util/injectSelf.mjs.map +1 -1
  119. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.3.13
2
+ * Vuetify v3.3.15
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -16172,27 +16172,6 @@ html.overflow-y-hidden {
16172
16172
  --v-btn-height: 28px;
16173
16173
  --v-btn-size: 0.75rem;
16174
16174
  min-width: unset;
16175
- }.v-date-picker__input {
16176
- padding-top: 16px;
16177
- padding-left: 24px;
16178
- padding-right: 24px;
16179
- }
16180
-
16181
- .v-date-picker {
16182
- overflow: hidden;
16183
- }
16184
-
16185
- .v-date-picker-month {
16186
- padding: 0 12px 12px;
16187
- }
16188
-
16189
- .v-date-picker-month__day {
16190
- height: 48px;
16191
- width: 48px;
16192
- }
16193
- .v-date-picker-month__day .v-btn {
16194
- --v-btn-height: 28px;
16195
- --v-btn-size: 0.85rem;
16196
16175
  }.v-date-picker-controls {
16197
16176
  display: flex;
16198
16177
  align-items: center;
@@ -16214,8 +16193,29 @@ html.overflow-y-hidden {
16214
16193
  .v-date-picker-controls__month {
16215
16194
  display: flex;
16216
16195
  }
16217
- .v-date-picker-controls__month.v-locale--is-rtl, .v-locale--is-rtl .v-date-picker-controls__month {
16196
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
16218
16197
  flex-direction: row-reverse;
16198
+ }.v-date-picker__input {
16199
+ padding-top: 16px;
16200
+ padding-left: 24px;
16201
+ padding-right: 24px;
16202
+ }
16203
+
16204
+ .v-date-picker {
16205
+ overflow: hidden;
16206
+ }
16207
+
16208
+ .v-date-picker-month {
16209
+ padding: 0 12px 12px;
16210
+ }
16211
+
16212
+ .v-date-picker-month__day {
16213
+ height: 48px;
16214
+ width: 48px;
16215
+ }
16216
+ .v-date-picker-month__day .v-btn {
16217
+ --v-btn-height: 28px;
16218
+ --v-btn-size: 0.85rem;
16219
16219
  }.v-date-picker-header {
16220
16220
  display: grid;
16221
16221
  grid-template-areas: "prepend content append";
@@ -16493,6 +16493,113 @@ html.overflow-y-hidden {
16493
16493
  padding-bottom: 16px;
16494
16494
  font-weight: 600;
16495
16495
  letter-spacing: 0.1666666667em;
16496
+ }.v-stepper.v-sheet {
16497
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
16498
+ border-radius: 4px;
16499
+ overflow: hidden;
16500
+ }
16501
+
16502
+ .v-stepper-header {
16503
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
16504
+ align-items: center;
16505
+ display: flex;
16506
+ position: relative;
16507
+ overflow-x: auto;
16508
+ justify-content: space-between;
16509
+ z-index: 1;
16510
+ }
16511
+ .v-stepper-header .v-divider {
16512
+ margin: 0 -16px;
16513
+ }
16514
+ .v-stepper--alt-labels .v-stepper-header {
16515
+ height: auto;
16516
+ }
16517
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
16518
+ align-self: flex-start;
16519
+ margin: 35px -67px 0;
16520
+ }
16521
+
16522
+ .v-stepper-window {
16523
+ margin: 1.5rem;
16524
+ }
16525
+
16526
+ .v-stepper-actions {
16527
+ display: flex;
16528
+ align-items: center;
16529
+ justify-content: space-between;
16530
+ padding: 1rem;
16531
+ }
16532
+ .v-stepper .v-stepper-actions {
16533
+ padding: 0 1.5rem 1rem;
16534
+ }
16535
+ .v-stepper-window-item .v-stepper-actions {
16536
+ padding: 1.5rem 0 0;
16537
+ }.v-stepper-item {
16538
+ align-items: center;
16539
+ align-self: stretch;
16540
+ display: inline-flex;
16541
+ flex: none;
16542
+ opacity: var(--v-medium-emphasis-opacity);
16543
+ padding: 1.5rem;
16544
+ transition-duration: 0.2s;
16545
+ transition-property: opacity;
16546
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
16547
+ }
16548
+ .v-stepper-item--selected {
16549
+ opacity: 1;
16550
+ }
16551
+ .v-stepper-item--error {
16552
+ color: rgb(var(--v-theme-error));
16553
+ }
16554
+ .v-stepper-item--disabled {
16555
+ opacity: var(--v-medium-emphasis-opacity);
16556
+ pointer-events: none;
16557
+ }
16558
+ .v-stepper--alt-labels .v-stepper-item {
16559
+ flex-direction: column;
16560
+ justify-content: flex-start;
16561
+ align-items: center;
16562
+ flex-basis: 175px;
16563
+ }
16564
+
16565
+ .v-stepper-item__avatar.v-avatar {
16566
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
16567
+ color: rgb(var(--v-theme-on-surface-variant));
16568
+ font-size: 0.75rem;
16569
+ margin-inline-end: 8px;
16570
+ }
16571
+ .v-stepper-item__avatar.v-avatar .v-icon {
16572
+ font-size: 0.875rem;
16573
+ }
16574
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
16575
+ background: rgb(var(--v-theme-surface-variant));
16576
+ }
16577
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
16578
+ background: rgb(var(--v-theme-error));
16579
+ }
16580
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
16581
+ margin-bottom: 16px;
16582
+ margin-inline-end: 0;
16583
+ }
16584
+
16585
+ .v-stepper-item__title {
16586
+ line-height: 1;
16587
+ }
16588
+ .v-stepper--mobile .v-stepper-item__title {
16589
+ display: none;
16590
+ }
16591
+
16592
+ .v-stepper-item__subtitle {
16593
+ font-size: 0.75rem;
16594
+ text-align: left;
16595
+ line-height: 1;
16596
+ opacity: var(--v-medium-emphasis-opacity);
16597
+ }
16598
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
16599
+ text-align: center;
16600
+ }
16601
+ .v-stepper--mobile .v-stepper-item__subtitle {
16602
+ display: none;
16496
16603
  }.v-skeleton-loader {
16497
16604
  align-items: center;
16498
16605
  background: rgb(var(--v-theme-surface));
@@ -16713,113 +16820,6 @@ html.overflow-y-hidden {
16713
16820
  100% {
16714
16821
  transform: translateX(100%);
16715
16822
  }
16716
- }.v-stepper.v-sheet {
16717
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
16718
- border-radius: 4px;
16719
- overflow: hidden;
16720
- }
16721
-
16722
- .v-stepper-header {
16723
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
16724
- align-items: center;
16725
- display: flex;
16726
- position: relative;
16727
- overflow-x: auto;
16728
- justify-content: space-between;
16729
- z-index: 1;
16730
- }
16731
- .v-stepper-header .v-divider {
16732
- margin: 0 -16px;
16733
- }
16734
- .v-stepper--alt-labels .v-stepper-header {
16735
- height: auto;
16736
- }
16737
- .v-stepper--alt-labels .v-stepper-header .v-divider {
16738
- align-self: flex-start;
16739
- margin: 35px -67px 0;
16740
- }
16741
-
16742
- .v-stepper-window {
16743
- margin: 1.5rem;
16744
- }
16745
-
16746
- .v-stepper-actions {
16747
- display: flex;
16748
- align-items: center;
16749
- justify-content: space-between;
16750
- padding: 1rem;
16751
- }
16752
- .v-stepper .v-stepper-actions {
16753
- padding: 0 1.5rem 1rem;
16754
- }
16755
- .v-stepper-window-item .v-stepper-actions {
16756
- padding: 1.5rem 0 0;
16757
- }.v-stepper-item {
16758
- align-items: center;
16759
- align-self: stretch;
16760
- display: inline-flex;
16761
- flex: none;
16762
- opacity: var(--v-medium-emphasis-opacity);
16763
- padding: 1.5rem;
16764
- transition-duration: 0.2s;
16765
- transition-property: opacity;
16766
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
16767
- }
16768
- .v-stepper-item--selected {
16769
- opacity: 1;
16770
- }
16771
- .v-stepper-item--error {
16772
- color: rgb(var(--v-theme-error));
16773
- }
16774
- .v-stepper-item--disabled {
16775
- opacity: var(--v-medium-emphasis-opacity);
16776
- pointer-events: none;
16777
- }
16778
- .v-stepper--alt-labels .v-stepper-item {
16779
- flex-direction: column;
16780
- justify-content: flex-start;
16781
- align-items: center;
16782
- flex-basis: 175px;
16783
- }
16784
-
16785
- .v-stepper-item__avatar.v-avatar {
16786
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
16787
- color: rgb(var(--v-theme-on-surface-variant));
16788
- font-size: 0.75rem;
16789
- margin-inline-end: 8px;
16790
- }
16791
- .v-stepper-item__avatar.v-avatar .v-icon {
16792
- font-size: 0.875rem;
16793
- }
16794
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
16795
- background: rgb(var(--v-theme-surface-variant));
16796
- }
16797
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
16798
- background: rgb(var(--v-theme-error));
16799
- }
16800
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
16801
- margin-bottom: 16px;
16802
- margin-inline-end: 0;
16803
- }
16804
-
16805
- .v-stepper-item__title {
16806
- line-height: 1;
16807
- }
16808
- .v-stepper--mobile .v-stepper-item__title {
16809
- display: none;
16810
- }
16811
-
16812
- .v-stepper-item__subtitle {
16813
- font-size: 0.75rem;
16814
- text-align: left;
16815
- line-height: 1;
16816
- opacity: var(--v-medium-emphasis-opacity);
16817
- }
16818
- .v-stepper--alt-labels .v-stepper-item__subtitle {
16819
- text-align: center;
16820
- }
16821
- .v-stepper--mobile .v-stepper-item__subtitle {
16822
- display: none;
16823
16823
  }.v-application {
16824
16824
  display: flex;
16825
16825
  background: rgb(var(--v-theme-background));
@@ -17264,7 +17264,7 @@ html.overflow-y-hidden {
17264
17264
  position: absolute;
17265
17265
  right: 0;
17266
17266
  top: 0;
17267
- transform: scale(1.2);
17267
+ transform: scale(1.05);
17268
17268
  }
17269
17269
  .v-badge--dot .v-badge__badge {
17270
17270
  border-radius: 4.5px;
@@ -18042,8 +18042,19 @@ html.overflow-y-hidden {
18042
18042
  }
18043
18043
  .v-btn-group--tile {
18044
18044
  border-radius: 0;
18045
- }.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
18046
- opacity: var(--v-activated-opacity);
18045
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18046
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18047
+ }
18048
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18049
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18050
+ }
18051
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18052
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18053
+ }
18054
+ @supports not selector(:focus-visible) {
18055
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18056
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18057
+ }
18047
18058
  }.v-card {
18048
18059
  display: block;
18049
18060
  overflow: hidden;
@@ -18759,175 +18770,78 @@ html.overflow-y-hidden {
18759
18770
  overflow: hidden;
18760
18771
  }
18761
18772
 
18762
- .v-chip__filter,
18763
- .v-chip__prepend,
18764
- .v-chip__append,
18765
- .v-chip__close {
18766
- align-items: center;
18767
- display: inline-flex;
18768
- }
18769
-
18770
- .v-chip__close {
18771
- cursor: pointer;
18772
- flex: 0 1 auto;
18773
- font-size: 18px;
18774
- max-height: 18px;
18775
- max-width: 18px;
18776
- -webkit-user-select: none;
18777
- user-select: none;
18778
- }
18779
- .v-chip__close .v-icon {
18780
- font-size: inherit;
18781
- }
18782
-
18783
- .v-chip__filter {
18784
- transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
18785
- }
18786
-
18787
- .v-chip__overlay {
18788
- position: absolute;
18789
- top: 0;
18790
- left: 0;
18791
- width: 100%;
18792
- height: 100%;
18793
- background-color: currentColor;
18794
- border-radius: inherit;
18795
- pointer-events: none;
18796
- opacity: 0;
18797
- transition: opacity 0.2s ease-in-out;
18798
- }
18799
-
18800
- .v-chip--disabled {
18801
- opacity: 0.3;
18802
- pointer-events: none;
18803
- -webkit-user-select: none;
18804
- user-select: none;
18805
- }
18806
-
18807
- .v-chip--label {
18808
- border-radius: 4px;
18809
- }.v-chip-group {
18810
- display: flex;
18811
- max-width: 100%;
18812
- min-width: 0;
18813
- overflow-x: auto;
18814
- padding: 4px 0;
18815
- flex-wrap: wrap;
18816
- }
18817
- .v-chip-group .v-chip {
18818
- margin: 4px 8px 4px 0;
18819
- }
18820
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
18821
- opacity: var(--v-activated-opacity);
18822
- }
18823
-
18824
- .v-chip-group--column {
18825
- flex-wrap: wrap;
18826
- white-space: normal;
18827
- }.v-color-picker {
18828
- align-self: flex-start;
18829
- contain: content;
18830
- }
18831
- .v-color-picker.v-sheet {
18832
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18833
- border-radius: 4px;
18834
- }
18835
-
18836
- .v-color-picker__controls {
18837
- display: flex;
18838
- flex-direction: column;
18839
- padding: 16px;
18840
- }
18841
-
18842
- .v-color-picker--flat {
18843
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
18844
- }
18845
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
18846
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
18847
- }.v-combobox .v-field .v-text-field__prefix,
18848
- .v-combobox .v-field .v-text-field__suffix,
18849
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
18850
- cursor: text;
18851
- }
18852
- .v-combobox .v-field .v-field__input > input {
18853
- align-self: flex-start;
18854
- flex: 1 1;
18855
- }
18856
- .v-combobox .v-field input {
18857
- min-width: 64px;
18858
- }
18859
- .v-combobox .v-field:not(.v-field--focused) input {
18860
- min-width: 0;
18861
- }
18862
- .v-combobox .v-field--dirty .v-combobox__selection {
18863
- margin-inline-end: 2px;
18864
- }
18865
- .v-combobox .v-combobox__selection-text {
18866
- overflow: hidden;
18867
- text-overflow: ellipsis;
18868
- white-space: nowrap;
18869
- }
18870
-
18871
- .v-combobox__content {
18872
- overflow: hidden;
18873
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18874
- border-radius: 4px;
18875
- }
18876
- .v-combobox__mask {
18877
- background: rgb(var(--v-theme-on-surface-variant));
18878
- }
18879
- .v-combobox__selection {
18880
- display: inline-flex;
18881
- align-items: center;
18882
- letter-spacing: inherit;
18883
- line-height: inherit;
18884
- max-width: 90%;
18885
- }
18886
- .v-combobox__selection {
18887
- margin-top: var(--v-input-chips-margin-top);
18888
- margin-bottom: var(--v-input-chips-margin-bottom);
18889
- }
18890
- .v-combobox__selection:first-child {
18891
- margin-inline-start: 0;
18773
+ .v-chip__filter,
18774
+ .v-chip__prepend,
18775
+ .v-chip__append,
18776
+ .v-chip__close {
18777
+ align-items: center;
18778
+ display: inline-flex;
18892
18779
  }
18893
- .v-combobox--selecting-index .v-combobox__selection {
18894
- opacity: var(--v-medium-emphasis-opacity);
18780
+
18781
+ .v-chip__close {
18782
+ cursor: pointer;
18783
+ flex: 0 1 auto;
18784
+ font-size: 18px;
18785
+ max-height: 18px;
18786
+ max-width: 18px;
18787
+ -webkit-user-select: none;
18788
+ user-select: none;
18895
18789
  }
18896
- .v-combobox--selecting-index .v-combobox__selection--selected {
18897
- opacity: 1;
18790
+ .v-chip__close .v-icon {
18791
+ font-size: inherit;
18898
18792
  }
18899
- .v-combobox--selecting-index .v-field__input > input {
18900
- caret-color: transparent;
18793
+
18794
+ .v-chip__filter {
18795
+ transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
18901
18796
  }
18902
- .v-combobox--single.v-text-field input {
18903
- flex: 1 1;
18797
+
18798
+ .v-chip__overlay {
18904
18799
  position: absolute;
18800
+ top: 0;
18905
18801
  left: 0;
18906
- right: 0;
18907
18802
  width: 100%;
18908
- padding-inline-start: inherit;
18909
- padding-inline-end: inherit;
18803
+ height: 100%;
18804
+ background-color: currentColor;
18805
+ border-radius: inherit;
18806
+ pointer-events: none;
18807
+ opacity: 0;
18808
+ transition: opacity 0.2s ease-in-out;
18910
18809
  }
18911
- .v-combobox--single .v-field--variant-outlined input {
18912
- top: 50%;
18913
- transform: translateY(calc(-50% - (var(--v-input-chips-margin-top) + var(--v-input-chips-margin-bottom)) / 2));
18810
+
18811
+ .v-chip--disabled {
18812
+ opacity: 0.3;
18813
+ pointer-events: none;
18814
+ -webkit-user-select: none;
18815
+ user-select: none;
18914
18816
  }
18915
- .v-combobox--single .v-field--active input {
18916
- transition: none;
18817
+
18818
+ .v-chip--label {
18819
+ border-radius: 4px;
18820
+ }.v-color-picker {
18821
+ align-self: flex-start;
18822
+ contain: content;
18917
18823
  }
18918
- .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
18919
- opacity: 0;
18824
+ .v-color-picker.v-sheet {
18825
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18826
+ border-radius: 4px;
18920
18827
  }
18921
- .v-combobox--single .v-field--focused .v-combobox__selection {
18922
- opacity: 0;
18828
+
18829
+ .v-color-picker__controls {
18830
+ display: flex;
18831
+ flex-direction: column;
18832
+ padding: 16px;
18923
18833
  }
18924
- .v-combobox__menu-icon {
18925
- margin-inline-start: 4px;
18926
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18834
+
18835
+ .v-color-picker--flat {
18836
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
18927
18837
  }
18928
- .v-combobox--active-menu .v-combobox__menu-icon {
18929
- opacity: var(--v-high-emphasis-opacity);
18930
- transform: rotate(180deg);
18838
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
18839
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
18840
+ }.v-counter {
18841
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18842
+ flex: 0 1 auto;
18843
+ font-size: 12px;
18844
+ transition-duration: 150ms;
18931
18845
  }.v-container {
18932
18846
  width: 100%;
18933
18847
  padding: 16px;
@@ -19077,80 +18991,91 @@ html.overflow-y-hidden {
19077
18991
  max-width: 100%;
19078
18992
  }
19079
18993
 
19080
- .offset-1.v-locale--is-ltr, .v-locale--is-ltr .offset-1 {
18994
+ .v-locale--is-ltr.offset-1, .v-locale--is-ltr .offset-1 {
19081
18995
  margin-left: 8.3333333333%;
19082
18996
  }
19083
- .offset-1.v-locale--is-rtl, .v-locale--is-rtl .offset-1 {
18997
+
18998
+ .v-locale--is-rtl.offset-1, .v-locale--is-rtl .offset-1 {
19084
18999
  margin-right: 8.3333333333%;
19085
19000
  }
19086
19001
 
19087
- .offset-2.v-locale--is-ltr, .v-locale--is-ltr .offset-2 {
19002
+ .v-locale--is-ltr.offset-2, .v-locale--is-ltr .offset-2 {
19088
19003
  margin-left: 16.6666666667%;
19089
19004
  }
19090
- .offset-2.v-locale--is-rtl, .v-locale--is-rtl .offset-2 {
19005
+
19006
+ .v-locale--is-rtl.offset-2, .v-locale--is-rtl .offset-2 {
19091
19007
  margin-right: 16.6666666667%;
19092
19008
  }
19093
19009
 
19094
- .offset-3.v-locale--is-ltr, .v-locale--is-ltr .offset-3 {
19010
+ .v-locale--is-ltr.offset-3, .v-locale--is-ltr .offset-3 {
19095
19011
  margin-left: 25%;
19096
19012
  }
19097
- .offset-3.v-locale--is-rtl, .v-locale--is-rtl .offset-3 {
19013
+
19014
+ .v-locale--is-rtl.offset-3, .v-locale--is-rtl .offset-3 {
19098
19015
  margin-right: 25%;
19099
19016
  }
19100
19017
 
19101
- .offset-4.v-locale--is-ltr, .v-locale--is-ltr .offset-4 {
19018
+ .v-locale--is-ltr.offset-4, .v-locale--is-ltr .offset-4 {
19102
19019
  margin-left: 33.3333333333%;
19103
19020
  }
19104
- .offset-4.v-locale--is-rtl, .v-locale--is-rtl .offset-4 {
19021
+
19022
+ .v-locale--is-rtl.offset-4, .v-locale--is-rtl .offset-4 {
19105
19023
  margin-right: 33.3333333333%;
19106
19024
  }
19107
19025
 
19108
- .offset-5.v-locale--is-ltr, .v-locale--is-ltr .offset-5 {
19026
+ .v-locale--is-ltr.offset-5, .v-locale--is-ltr .offset-5 {
19109
19027
  margin-left: 41.6666666667%;
19110
19028
  }
19111
- .offset-5.v-locale--is-rtl, .v-locale--is-rtl .offset-5 {
19029
+
19030
+ .v-locale--is-rtl.offset-5, .v-locale--is-rtl .offset-5 {
19112
19031
  margin-right: 41.6666666667%;
19113
19032
  }
19114
19033
 
19115
- .offset-6.v-locale--is-ltr, .v-locale--is-ltr .offset-6 {
19034
+ .v-locale--is-ltr.offset-6, .v-locale--is-ltr .offset-6 {
19116
19035
  margin-left: 50%;
19117
19036
  }
19118
- .offset-6.v-locale--is-rtl, .v-locale--is-rtl .offset-6 {
19037
+
19038
+ .v-locale--is-rtl.offset-6, .v-locale--is-rtl .offset-6 {
19119
19039
  margin-right: 50%;
19120
19040
  }
19121
19041
 
19122
- .offset-7.v-locale--is-ltr, .v-locale--is-ltr .offset-7 {
19042
+ .v-locale--is-ltr.offset-7, .v-locale--is-ltr .offset-7 {
19123
19043
  margin-left: 58.3333333333%;
19124
19044
  }
19125
- .offset-7.v-locale--is-rtl, .v-locale--is-rtl .offset-7 {
19045
+
19046
+ .v-locale--is-rtl.offset-7, .v-locale--is-rtl .offset-7 {
19126
19047
  margin-right: 58.3333333333%;
19127
19048
  }
19128
19049
 
19129
- .offset-8.v-locale--is-ltr, .v-locale--is-ltr .offset-8 {
19050
+ .v-locale--is-ltr.offset-8, .v-locale--is-ltr .offset-8 {
19130
19051
  margin-left: 66.6666666667%;
19131
19052
  }
19132
- .offset-8.v-locale--is-rtl, .v-locale--is-rtl .offset-8 {
19053
+
19054
+ .v-locale--is-rtl.offset-8, .v-locale--is-rtl .offset-8 {
19133
19055
  margin-right: 66.6666666667%;
19134
19056
  }
19135
19057
 
19136
- .offset-9.v-locale--is-ltr, .v-locale--is-ltr .offset-9 {
19058
+ .v-locale--is-ltr.offset-9, .v-locale--is-ltr .offset-9 {
19137
19059
  margin-left: 75%;
19138
19060
  }
19139
- .offset-9.v-locale--is-rtl, .v-locale--is-rtl .offset-9 {
19061
+
19062
+ .v-locale--is-rtl.offset-9, .v-locale--is-rtl .offset-9 {
19140
19063
  margin-right: 75%;
19141
19064
  }
19142
19065
 
19143
- .offset-10.v-locale--is-ltr, .v-locale--is-ltr .offset-10 {
19066
+ .v-locale--is-ltr.offset-10, .v-locale--is-ltr .offset-10 {
19144
19067
  margin-left: 83.3333333333%;
19145
19068
  }
19146
- .offset-10.v-locale--is-rtl, .v-locale--is-rtl .offset-10 {
19069
+
19070
+ .v-locale--is-rtl.offset-10, .v-locale--is-rtl .offset-10 {
19147
19071
  margin-right: 83.3333333333%;
19148
19072
  }
19149
19073
 
19150
- .offset-11.v-locale--is-ltr, .v-locale--is-ltr .offset-11 {
19074
+ .v-locale--is-ltr.offset-11, .v-locale--is-ltr .offset-11 {
19151
19075
  margin-left: 91.6666666667%;
19152
19076
  }
19153
- .offset-11.v-locale--is-rtl, .v-locale--is-rtl .offset-11 {
19077
+
19078
+ .v-locale--is-rtl.offset-11, .v-locale--is-rtl .offset-11 {
19154
19079
  margin-right: 91.6666666667%;
19155
19080
  }
19156
19081
 
@@ -19213,76 +19138,76 @@ html.overflow-y-hidden {
19213
19138
  flex: 0 0 100%;
19214
19139
  max-width: 100%;
19215
19140
  }
19216
- .offset-sm-0.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-0 {
19141
+ .v-locale--is-ltr.offset-sm-0, .v-locale--is-ltr .offset-sm-0 {
19217
19142
  margin-left: 0;
19218
19143
  }
19219
- .offset-sm-0.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-0 {
19144
+ .v-locale--is-rtl.offset-sm-0, .v-locale--is-rtl .offset-sm-0 {
19220
19145
  margin-right: 0;
19221
19146
  }
19222
- .offset-sm-1.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-1 {
19147
+ .v-locale--is-ltr.offset-sm-1, .v-locale--is-ltr .offset-sm-1 {
19223
19148
  margin-left: 8.3333333333%;
19224
19149
  }
19225
- .offset-sm-1.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-1 {
19150
+ .v-locale--is-rtl.offset-sm-1, .v-locale--is-rtl .offset-sm-1 {
19226
19151
  margin-right: 8.3333333333%;
19227
19152
  }
19228
- .offset-sm-2.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-2 {
19153
+ .v-locale--is-ltr.offset-sm-2, .v-locale--is-ltr .offset-sm-2 {
19229
19154
  margin-left: 16.6666666667%;
19230
19155
  }
19231
- .offset-sm-2.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-2 {
19156
+ .v-locale--is-rtl.offset-sm-2, .v-locale--is-rtl .offset-sm-2 {
19232
19157
  margin-right: 16.6666666667%;
19233
19158
  }
19234
- .offset-sm-3.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-3 {
19159
+ .v-locale--is-ltr.offset-sm-3, .v-locale--is-ltr .offset-sm-3 {
19235
19160
  margin-left: 25%;
19236
19161
  }
19237
- .offset-sm-3.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-3 {
19162
+ .v-locale--is-rtl.offset-sm-3, .v-locale--is-rtl .offset-sm-3 {
19238
19163
  margin-right: 25%;
19239
19164
  }
19240
- .offset-sm-4.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-4 {
19165
+ .v-locale--is-ltr.offset-sm-4, .v-locale--is-ltr .offset-sm-4 {
19241
19166
  margin-left: 33.3333333333%;
19242
19167
  }
19243
- .offset-sm-4.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-4 {
19168
+ .v-locale--is-rtl.offset-sm-4, .v-locale--is-rtl .offset-sm-4 {
19244
19169
  margin-right: 33.3333333333%;
19245
19170
  }
19246
- .offset-sm-5.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-5 {
19171
+ .v-locale--is-ltr.offset-sm-5, .v-locale--is-ltr .offset-sm-5 {
19247
19172
  margin-left: 41.6666666667%;
19248
19173
  }
19249
- .offset-sm-5.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-5 {
19174
+ .v-locale--is-rtl.offset-sm-5, .v-locale--is-rtl .offset-sm-5 {
19250
19175
  margin-right: 41.6666666667%;
19251
19176
  }
19252
- .offset-sm-6.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-6 {
19177
+ .v-locale--is-ltr.offset-sm-6, .v-locale--is-ltr .offset-sm-6 {
19253
19178
  margin-left: 50%;
19254
19179
  }
19255
- .offset-sm-6.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-6 {
19180
+ .v-locale--is-rtl.offset-sm-6, .v-locale--is-rtl .offset-sm-6 {
19256
19181
  margin-right: 50%;
19257
19182
  }
19258
- .offset-sm-7.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-7 {
19183
+ .v-locale--is-ltr.offset-sm-7, .v-locale--is-ltr .offset-sm-7 {
19259
19184
  margin-left: 58.3333333333%;
19260
19185
  }
19261
- .offset-sm-7.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-7 {
19186
+ .v-locale--is-rtl.offset-sm-7, .v-locale--is-rtl .offset-sm-7 {
19262
19187
  margin-right: 58.3333333333%;
19263
19188
  }
19264
- .offset-sm-8.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-8 {
19189
+ .v-locale--is-ltr.offset-sm-8, .v-locale--is-ltr .offset-sm-8 {
19265
19190
  margin-left: 66.6666666667%;
19266
19191
  }
19267
- .offset-sm-8.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-8 {
19192
+ .v-locale--is-rtl.offset-sm-8, .v-locale--is-rtl .offset-sm-8 {
19268
19193
  margin-right: 66.6666666667%;
19269
19194
  }
19270
- .offset-sm-9.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-9 {
19195
+ .v-locale--is-ltr.offset-sm-9, .v-locale--is-ltr .offset-sm-9 {
19271
19196
  margin-left: 75%;
19272
19197
  }
19273
- .offset-sm-9.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-9 {
19198
+ .v-locale--is-rtl.offset-sm-9, .v-locale--is-rtl .offset-sm-9 {
19274
19199
  margin-right: 75%;
19275
19200
  }
19276
- .offset-sm-10.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-10 {
19201
+ .v-locale--is-ltr.offset-sm-10, .v-locale--is-ltr .offset-sm-10 {
19277
19202
  margin-left: 83.3333333333%;
19278
19203
  }
19279
- .offset-sm-10.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-10 {
19204
+ .v-locale--is-rtl.offset-sm-10, .v-locale--is-rtl .offset-sm-10 {
19280
19205
  margin-right: 83.3333333333%;
19281
19206
  }
19282
- .offset-sm-11.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-11 {
19207
+ .v-locale--is-ltr.offset-sm-11, .v-locale--is-ltr .offset-sm-11 {
19283
19208
  margin-left: 91.6666666667%;
19284
19209
  }
19285
- .offset-sm-11.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-11 {
19210
+ .v-locale--is-rtl.offset-sm-11, .v-locale--is-rtl .offset-sm-11 {
19286
19211
  margin-right: 91.6666666667%;
19287
19212
  }
19288
19213
  }
@@ -19345,76 +19270,76 @@ html.overflow-y-hidden {
19345
19270
  flex: 0 0 100%;
19346
19271
  max-width: 100%;
19347
19272
  }
19348
- .offset-md-0.v-locale--is-ltr, .v-locale--is-ltr .offset-md-0 {
19273
+ .v-locale--is-ltr.offset-md-0, .v-locale--is-ltr .offset-md-0 {
19349
19274
  margin-left: 0;
19350
19275
  }
19351
- .offset-md-0.v-locale--is-rtl, .v-locale--is-rtl .offset-md-0 {
19276
+ .v-locale--is-rtl.offset-md-0, .v-locale--is-rtl .offset-md-0 {
19352
19277
  margin-right: 0;
19353
19278
  }
19354
- .offset-md-1.v-locale--is-ltr, .v-locale--is-ltr .offset-md-1 {
19279
+ .v-locale--is-ltr.offset-md-1, .v-locale--is-ltr .offset-md-1 {
19355
19280
  margin-left: 8.3333333333%;
19356
19281
  }
19357
- .offset-md-1.v-locale--is-rtl, .v-locale--is-rtl .offset-md-1 {
19282
+ .v-locale--is-rtl.offset-md-1, .v-locale--is-rtl .offset-md-1 {
19358
19283
  margin-right: 8.3333333333%;
19359
19284
  }
19360
- .offset-md-2.v-locale--is-ltr, .v-locale--is-ltr .offset-md-2 {
19285
+ .v-locale--is-ltr.offset-md-2, .v-locale--is-ltr .offset-md-2 {
19361
19286
  margin-left: 16.6666666667%;
19362
19287
  }
19363
- .offset-md-2.v-locale--is-rtl, .v-locale--is-rtl .offset-md-2 {
19288
+ .v-locale--is-rtl.offset-md-2, .v-locale--is-rtl .offset-md-2 {
19364
19289
  margin-right: 16.6666666667%;
19365
19290
  }
19366
- .offset-md-3.v-locale--is-ltr, .v-locale--is-ltr .offset-md-3 {
19291
+ .v-locale--is-ltr.offset-md-3, .v-locale--is-ltr .offset-md-3 {
19367
19292
  margin-left: 25%;
19368
19293
  }
19369
- .offset-md-3.v-locale--is-rtl, .v-locale--is-rtl .offset-md-3 {
19294
+ .v-locale--is-rtl.offset-md-3, .v-locale--is-rtl .offset-md-3 {
19370
19295
  margin-right: 25%;
19371
19296
  }
19372
- .offset-md-4.v-locale--is-ltr, .v-locale--is-ltr .offset-md-4 {
19297
+ .v-locale--is-ltr.offset-md-4, .v-locale--is-ltr .offset-md-4 {
19373
19298
  margin-left: 33.3333333333%;
19374
19299
  }
19375
- .offset-md-4.v-locale--is-rtl, .v-locale--is-rtl .offset-md-4 {
19300
+ .v-locale--is-rtl.offset-md-4, .v-locale--is-rtl .offset-md-4 {
19376
19301
  margin-right: 33.3333333333%;
19377
19302
  }
19378
- .offset-md-5.v-locale--is-ltr, .v-locale--is-ltr .offset-md-5 {
19303
+ .v-locale--is-ltr.offset-md-5, .v-locale--is-ltr .offset-md-5 {
19379
19304
  margin-left: 41.6666666667%;
19380
19305
  }
19381
- .offset-md-5.v-locale--is-rtl, .v-locale--is-rtl .offset-md-5 {
19306
+ .v-locale--is-rtl.offset-md-5, .v-locale--is-rtl .offset-md-5 {
19382
19307
  margin-right: 41.6666666667%;
19383
19308
  }
19384
- .offset-md-6.v-locale--is-ltr, .v-locale--is-ltr .offset-md-6 {
19309
+ .v-locale--is-ltr.offset-md-6, .v-locale--is-ltr .offset-md-6 {
19385
19310
  margin-left: 50%;
19386
19311
  }
19387
- .offset-md-6.v-locale--is-rtl, .v-locale--is-rtl .offset-md-6 {
19312
+ .v-locale--is-rtl.offset-md-6, .v-locale--is-rtl .offset-md-6 {
19388
19313
  margin-right: 50%;
19389
19314
  }
19390
- .offset-md-7.v-locale--is-ltr, .v-locale--is-ltr .offset-md-7 {
19315
+ .v-locale--is-ltr.offset-md-7, .v-locale--is-ltr .offset-md-7 {
19391
19316
  margin-left: 58.3333333333%;
19392
19317
  }
19393
- .offset-md-7.v-locale--is-rtl, .v-locale--is-rtl .offset-md-7 {
19318
+ .v-locale--is-rtl.offset-md-7, .v-locale--is-rtl .offset-md-7 {
19394
19319
  margin-right: 58.3333333333%;
19395
19320
  }
19396
- .offset-md-8.v-locale--is-ltr, .v-locale--is-ltr .offset-md-8 {
19321
+ .v-locale--is-ltr.offset-md-8, .v-locale--is-ltr .offset-md-8 {
19397
19322
  margin-left: 66.6666666667%;
19398
19323
  }
19399
- .offset-md-8.v-locale--is-rtl, .v-locale--is-rtl .offset-md-8 {
19324
+ .v-locale--is-rtl.offset-md-8, .v-locale--is-rtl .offset-md-8 {
19400
19325
  margin-right: 66.6666666667%;
19401
19326
  }
19402
- .offset-md-9.v-locale--is-ltr, .v-locale--is-ltr .offset-md-9 {
19327
+ .v-locale--is-ltr.offset-md-9, .v-locale--is-ltr .offset-md-9 {
19403
19328
  margin-left: 75%;
19404
19329
  }
19405
- .offset-md-9.v-locale--is-rtl, .v-locale--is-rtl .offset-md-9 {
19330
+ .v-locale--is-rtl.offset-md-9, .v-locale--is-rtl .offset-md-9 {
19406
19331
  margin-right: 75%;
19407
19332
  }
19408
- .offset-md-10.v-locale--is-ltr, .v-locale--is-ltr .offset-md-10 {
19333
+ .v-locale--is-ltr.offset-md-10, .v-locale--is-ltr .offset-md-10 {
19409
19334
  margin-left: 83.3333333333%;
19410
19335
  }
19411
- .offset-md-10.v-locale--is-rtl, .v-locale--is-rtl .offset-md-10 {
19336
+ .v-locale--is-rtl.offset-md-10, .v-locale--is-rtl .offset-md-10 {
19412
19337
  margin-right: 83.3333333333%;
19413
19338
  }
19414
- .offset-md-11.v-locale--is-ltr, .v-locale--is-ltr .offset-md-11 {
19339
+ .v-locale--is-ltr.offset-md-11, .v-locale--is-ltr .offset-md-11 {
19415
19340
  margin-left: 91.6666666667%;
19416
19341
  }
19417
- .offset-md-11.v-locale--is-rtl, .v-locale--is-rtl .offset-md-11 {
19342
+ .v-locale--is-rtl.offset-md-11, .v-locale--is-rtl .offset-md-11 {
19418
19343
  margin-right: 91.6666666667%;
19419
19344
  }
19420
19345
  }
@@ -19477,76 +19402,76 @@ html.overflow-y-hidden {
19477
19402
  flex: 0 0 100%;
19478
19403
  max-width: 100%;
19479
19404
  }
19480
- .offset-lg-0.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-0 {
19405
+ .v-locale--is-ltr.offset-lg-0, .v-locale--is-ltr .offset-lg-0 {
19481
19406
  margin-left: 0;
19482
19407
  }
19483
- .offset-lg-0.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-0 {
19408
+ .v-locale--is-rtl.offset-lg-0, .v-locale--is-rtl .offset-lg-0 {
19484
19409
  margin-right: 0;
19485
19410
  }
19486
- .offset-lg-1.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-1 {
19411
+ .v-locale--is-ltr.offset-lg-1, .v-locale--is-ltr .offset-lg-1 {
19487
19412
  margin-left: 8.3333333333%;
19488
19413
  }
19489
- .offset-lg-1.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-1 {
19414
+ .v-locale--is-rtl.offset-lg-1, .v-locale--is-rtl .offset-lg-1 {
19490
19415
  margin-right: 8.3333333333%;
19491
19416
  }
19492
- .offset-lg-2.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-2 {
19417
+ .v-locale--is-ltr.offset-lg-2, .v-locale--is-ltr .offset-lg-2 {
19493
19418
  margin-left: 16.6666666667%;
19494
19419
  }
19495
- .offset-lg-2.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-2 {
19420
+ .v-locale--is-rtl.offset-lg-2, .v-locale--is-rtl .offset-lg-2 {
19496
19421
  margin-right: 16.6666666667%;
19497
19422
  }
19498
- .offset-lg-3.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-3 {
19423
+ .v-locale--is-ltr.offset-lg-3, .v-locale--is-ltr .offset-lg-3 {
19499
19424
  margin-left: 25%;
19500
19425
  }
19501
- .offset-lg-3.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-3 {
19426
+ .v-locale--is-rtl.offset-lg-3, .v-locale--is-rtl .offset-lg-3 {
19502
19427
  margin-right: 25%;
19503
19428
  }
19504
- .offset-lg-4.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-4 {
19429
+ .v-locale--is-ltr.offset-lg-4, .v-locale--is-ltr .offset-lg-4 {
19505
19430
  margin-left: 33.3333333333%;
19506
19431
  }
19507
- .offset-lg-4.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-4 {
19432
+ .v-locale--is-rtl.offset-lg-4, .v-locale--is-rtl .offset-lg-4 {
19508
19433
  margin-right: 33.3333333333%;
19509
19434
  }
19510
- .offset-lg-5.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-5 {
19435
+ .v-locale--is-ltr.offset-lg-5, .v-locale--is-ltr .offset-lg-5 {
19511
19436
  margin-left: 41.6666666667%;
19512
19437
  }
19513
- .offset-lg-5.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-5 {
19438
+ .v-locale--is-rtl.offset-lg-5, .v-locale--is-rtl .offset-lg-5 {
19514
19439
  margin-right: 41.6666666667%;
19515
19440
  }
19516
- .offset-lg-6.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-6 {
19441
+ .v-locale--is-ltr.offset-lg-6, .v-locale--is-ltr .offset-lg-6 {
19517
19442
  margin-left: 50%;
19518
19443
  }
19519
- .offset-lg-6.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-6 {
19444
+ .v-locale--is-rtl.offset-lg-6, .v-locale--is-rtl .offset-lg-6 {
19520
19445
  margin-right: 50%;
19521
19446
  }
19522
- .offset-lg-7.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-7 {
19447
+ .v-locale--is-ltr.offset-lg-7, .v-locale--is-ltr .offset-lg-7 {
19523
19448
  margin-left: 58.3333333333%;
19524
19449
  }
19525
- .offset-lg-7.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-7 {
19450
+ .v-locale--is-rtl.offset-lg-7, .v-locale--is-rtl .offset-lg-7 {
19526
19451
  margin-right: 58.3333333333%;
19527
19452
  }
19528
- .offset-lg-8.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-8 {
19453
+ .v-locale--is-ltr.offset-lg-8, .v-locale--is-ltr .offset-lg-8 {
19529
19454
  margin-left: 66.6666666667%;
19530
19455
  }
19531
- .offset-lg-8.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-8 {
19456
+ .v-locale--is-rtl.offset-lg-8, .v-locale--is-rtl .offset-lg-8 {
19532
19457
  margin-right: 66.6666666667%;
19533
19458
  }
19534
- .offset-lg-9.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-9 {
19459
+ .v-locale--is-ltr.offset-lg-9, .v-locale--is-ltr .offset-lg-9 {
19535
19460
  margin-left: 75%;
19536
19461
  }
19537
- .offset-lg-9.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-9 {
19462
+ .v-locale--is-rtl.offset-lg-9, .v-locale--is-rtl .offset-lg-9 {
19538
19463
  margin-right: 75%;
19539
19464
  }
19540
- .offset-lg-10.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-10 {
19465
+ .v-locale--is-ltr.offset-lg-10, .v-locale--is-ltr .offset-lg-10 {
19541
19466
  margin-left: 83.3333333333%;
19542
19467
  }
19543
- .offset-lg-10.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-10 {
19468
+ .v-locale--is-rtl.offset-lg-10, .v-locale--is-rtl .offset-lg-10 {
19544
19469
  margin-right: 83.3333333333%;
19545
19470
  }
19546
- .offset-lg-11.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-11 {
19471
+ .v-locale--is-ltr.offset-lg-11, .v-locale--is-ltr .offset-lg-11 {
19547
19472
  margin-left: 91.6666666667%;
19548
19473
  }
19549
- .offset-lg-11.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-11 {
19474
+ .v-locale--is-rtl.offset-lg-11, .v-locale--is-rtl .offset-lg-11 {
19550
19475
  margin-right: 91.6666666667%;
19551
19476
  }
19552
19477
  }
@@ -19609,76 +19534,76 @@ html.overflow-y-hidden {
19609
19534
  flex: 0 0 100%;
19610
19535
  max-width: 100%;
19611
19536
  }
19612
- .offset-xl-0.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-0 {
19537
+ .v-locale--is-ltr.offset-xl-0, .v-locale--is-ltr .offset-xl-0 {
19613
19538
  margin-left: 0;
19614
19539
  }
19615
- .offset-xl-0.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-0 {
19540
+ .v-locale--is-rtl.offset-xl-0, .v-locale--is-rtl .offset-xl-0 {
19616
19541
  margin-right: 0;
19617
19542
  }
19618
- .offset-xl-1.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-1 {
19543
+ .v-locale--is-ltr.offset-xl-1, .v-locale--is-ltr .offset-xl-1 {
19619
19544
  margin-left: 8.3333333333%;
19620
19545
  }
19621
- .offset-xl-1.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-1 {
19546
+ .v-locale--is-rtl.offset-xl-1, .v-locale--is-rtl .offset-xl-1 {
19622
19547
  margin-right: 8.3333333333%;
19623
19548
  }
19624
- .offset-xl-2.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-2 {
19549
+ .v-locale--is-ltr.offset-xl-2, .v-locale--is-ltr .offset-xl-2 {
19625
19550
  margin-left: 16.6666666667%;
19626
19551
  }
19627
- .offset-xl-2.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-2 {
19552
+ .v-locale--is-rtl.offset-xl-2, .v-locale--is-rtl .offset-xl-2 {
19628
19553
  margin-right: 16.6666666667%;
19629
19554
  }
19630
- .offset-xl-3.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-3 {
19555
+ .v-locale--is-ltr.offset-xl-3, .v-locale--is-ltr .offset-xl-3 {
19631
19556
  margin-left: 25%;
19632
19557
  }
19633
- .offset-xl-3.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-3 {
19558
+ .v-locale--is-rtl.offset-xl-3, .v-locale--is-rtl .offset-xl-3 {
19634
19559
  margin-right: 25%;
19635
19560
  }
19636
- .offset-xl-4.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-4 {
19561
+ .v-locale--is-ltr.offset-xl-4, .v-locale--is-ltr .offset-xl-4 {
19637
19562
  margin-left: 33.3333333333%;
19638
19563
  }
19639
- .offset-xl-4.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-4 {
19564
+ .v-locale--is-rtl.offset-xl-4, .v-locale--is-rtl .offset-xl-4 {
19640
19565
  margin-right: 33.3333333333%;
19641
19566
  }
19642
- .offset-xl-5.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-5 {
19567
+ .v-locale--is-ltr.offset-xl-5, .v-locale--is-ltr .offset-xl-5 {
19643
19568
  margin-left: 41.6666666667%;
19644
19569
  }
19645
- .offset-xl-5.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-5 {
19570
+ .v-locale--is-rtl.offset-xl-5, .v-locale--is-rtl .offset-xl-5 {
19646
19571
  margin-right: 41.6666666667%;
19647
19572
  }
19648
- .offset-xl-6.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-6 {
19573
+ .v-locale--is-ltr.offset-xl-6, .v-locale--is-ltr .offset-xl-6 {
19649
19574
  margin-left: 50%;
19650
19575
  }
19651
- .offset-xl-6.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-6 {
19576
+ .v-locale--is-rtl.offset-xl-6, .v-locale--is-rtl .offset-xl-6 {
19652
19577
  margin-right: 50%;
19653
19578
  }
19654
- .offset-xl-7.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-7 {
19579
+ .v-locale--is-ltr.offset-xl-7, .v-locale--is-ltr .offset-xl-7 {
19655
19580
  margin-left: 58.3333333333%;
19656
19581
  }
19657
- .offset-xl-7.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-7 {
19582
+ .v-locale--is-rtl.offset-xl-7, .v-locale--is-rtl .offset-xl-7 {
19658
19583
  margin-right: 58.3333333333%;
19659
19584
  }
19660
- .offset-xl-8.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-8 {
19585
+ .v-locale--is-ltr.offset-xl-8, .v-locale--is-ltr .offset-xl-8 {
19661
19586
  margin-left: 66.6666666667%;
19662
19587
  }
19663
- .offset-xl-8.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-8 {
19588
+ .v-locale--is-rtl.offset-xl-8, .v-locale--is-rtl .offset-xl-8 {
19664
19589
  margin-right: 66.6666666667%;
19665
19590
  }
19666
- .offset-xl-9.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-9 {
19591
+ .v-locale--is-ltr.offset-xl-9, .v-locale--is-ltr .offset-xl-9 {
19667
19592
  margin-left: 75%;
19668
19593
  }
19669
- .offset-xl-9.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-9 {
19594
+ .v-locale--is-rtl.offset-xl-9, .v-locale--is-rtl .offset-xl-9 {
19670
19595
  margin-right: 75%;
19671
19596
  }
19672
- .offset-xl-10.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-10 {
19597
+ .v-locale--is-ltr.offset-xl-10, .v-locale--is-ltr .offset-xl-10 {
19673
19598
  margin-left: 83.3333333333%;
19674
19599
  }
19675
- .offset-xl-10.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-10 {
19600
+ .v-locale--is-rtl.offset-xl-10, .v-locale--is-rtl .offset-xl-10 {
19676
19601
  margin-right: 83.3333333333%;
19677
19602
  }
19678
- .offset-xl-11.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-11 {
19603
+ .v-locale--is-ltr.offset-xl-11, .v-locale--is-ltr .offset-xl-11 {
19679
19604
  margin-left: 91.6666666667%;
19680
19605
  }
19681
- .offset-xl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-11 {
19606
+ .v-locale--is-rtl.offset-xl-11, .v-locale--is-rtl .offset-xl-11 {
19682
19607
  margin-right: 91.6666666667%;
19683
19608
  }
19684
19609
  }
@@ -19741,83 +19666,162 @@ html.overflow-y-hidden {
19741
19666
  flex: 0 0 100%;
19742
19667
  max-width: 100%;
19743
19668
  }
19744
- .offset-xxl-0.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-0 {
19669
+ .v-locale--is-ltr.offset-xxl-0, .v-locale--is-ltr .offset-xxl-0 {
19745
19670
  margin-left: 0;
19746
19671
  }
19747
- .offset-xxl-0.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-0 {
19672
+ .v-locale--is-rtl.offset-xxl-0, .v-locale--is-rtl .offset-xxl-0 {
19748
19673
  margin-right: 0;
19749
19674
  }
19750
- .offset-xxl-1.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-1 {
19675
+ .v-locale--is-ltr.offset-xxl-1, .v-locale--is-ltr .offset-xxl-1 {
19751
19676
  margin-left: 8.3333333333%;
19752
19677
  }
19753
- .offset-xxl-1.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-1 {
19678
+ .v-locale--is-rtl.offset-xxl-1, .v-locale--is-rtl .offset-xxl-1 {
19754
19679
  margin-right: 8.3333333333%;
19755
19680
  }
19756
- .offset-xxl-2.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-2 {
19681
+ .v-locale--is-ltr.offset-xxl-2, .v-locale--is-ltr .offset-xxl-2 {
19757
19682
  margin-left: 16.6666666667%;
19758
19683
  }
19759
- .offset-xxl-2.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-2 {
19684
+ .v-locale--is-rtl.offset-xxl-2, .v-locale--is-rtl .offset-xxl-2 {
19760
19685
  margin-right: 16.6666666667%;
19761
19686
  }
19762
- .offset-xxl-3.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-3 {
19687
+ .v-locale--is-ltr.offset-xxl-3, .v-locale--is-ltr .offset-xxl-3 {
19763
19688
  margin-left: 25%;
19764
19689
  }
19765
- .offset-xxl-3.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-3 {
19690
+ .v-locale--is-rtl.offset-xxl-3, .v-locale--is-rtl .offset-xxl-3 {
19766
19691
  margin-right: 25%;
19767
19692
  }
19768
- .offset-xxl-4.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-4 {
19693
+ .v-locale--is-ltr.offset-xxl-4, .v-locale--is-ltr .offset-xxl-4 {
19769
19694
  margin-left: 33.3333333333%;
19770
19695
  }
19771
- .offset-xxl-4.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-4 {
19696
+ .v-locale--is-rtl.offset-xxl-4, .v-locale--is-rtl .offset-xxl-4 {
19772
19697
  margin-right: 33.3333333333%;
19773
19698
  }
19774
- .offset-xxl-5.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-5 {
19699
+ .v-locale--is-ltr.offset-xxl-5, .v-locale--is-ltr .offset-xxl-5 {
19775
19700
  margin-left: 41.6666666667%;
19776
19701
  }
19777
- .offset-xxl-5.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-5 {
19702
+ .v-locale--is-rtl.offset-xxl-5, .v-locale--is-rtl .offset-xxl-5 {
19778
19703
  margin-right: 41.6666666667%;
19779
19704
  }
19780
- .offset-xxl-6.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-6 {
19705
+ .v-locale--is-ltr.offset-xxl-6, .v-locale--is-ltr .offset-xxl-6 {
19781
19706
  margin-left: 50%;
19782
19707
  }
19783
- .offset-xxl-6.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-6 {
19708
+ .v-locale--is-rtl.offset-xxl-6, .v-locale--is-rtl .offset-xxl-6 {
19784
19709
  margin-right: 50%;
19785
19710
  }
19786
- .offset-xxl-7.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-7 {
19711
+ .v-locale--is-ltr.offset-xxl-7, .v-locale--is-ltr .offset-xxl-7 {
19787
19712
  margin-left: 58.3333333333%;
19788
19713
  }
19789
- .offset-xxl-7.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-7 {
19714
+ .v-locale--is-rtl.offset-xxl-7, .v-locale--is-rtl .offset-xxl-7 {
19790
19715
  margin-right: 58.3333333333%;
19791
19716
  }
19792
- .offset-xxl-8.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-8 {
19717
+ .v-locale--is-ltr.offset-xxl-8, .v-locale--is-ltr .offset-xxl-8 {
19793
19718
  margin-left: 66.6666666667%;
19794
19719
  }
19795
- .offset-xxl-8.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-8 {
19720
+ .v-locale--is-rtl.offset-xxl-8, .v-locale--is-rtl .offset-xxl-8 {
19796
19721
  margin-right: 66.6666666667%;
19797
19722
  }
19798
- .offset-xxl-9.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-9 {
19723
+ .v-locale--is-ltr.offset-xxl-9, .v-locale--is-ltr .offset-xxl-9 {
19799
19724
  margin-left: 75%;
19800
19725
  }
19801
- .offset-xxl-9.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-9 {
19726
+ .v-locale--is-rtl.offset-xxl-9, .v-locale--is-rtl .offset-xxl-9 {
19802
19727
  margin-right: 75%;
19803
19728
  }
19804
- .offset-xxl-10.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-10 {
19729
+ .v-locale--is-ltr.offset-xxl-10, .v-locale--is-ltr .offset-xxl-10 {
19805
19730
  margin-left: 83.3333333333%;
19806
19731
  }
19807
- .offset-xxl-10.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-10 {
19732
+ .v-locale--is-rtl.offset-xxl-10, .v-locale--is-rtl .offset-xxl-10 {
19808
19733
  margin-right: 83.3333333333%;
19809
19734
  }
19810
- .offset-xxl-11.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-11 {
19735
+ .v-locale--is-ltr.offset-xxl-11, .v-locale--is-ltr .offset-xxl-11 {
19811
19736
  margin-left: 91.6666666667%;
19812
19737
  }
19813
- .offset-xxl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-11 {
19738
+ .v-locale--is-rtl.offset-xxl-11, .v-locale--is-rtl .offset-xxl-11 {
19814
19739
  margin-right: 91.6666666667%;
19815
19740
  }
19816
- }.v-counter {
19817
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19818
- flex: 0 1 auto;
19819
- font-size: 12px;
19820
- transition-duration: 150ms;
19741
+ }.v-combobox .v-field .v-text-field__prefix,
19742
+ .v-combobox .v-field .v-text-field__suffix,
19743
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
19744
+ cursor: text;
19745
+ }
19746
+ .v-combobox .v-field .v-field__input > input {
19747
+ align-self: flex-start;
19748
+ flex: 1 1;
19749
+ }
19750
+ .v-combobox .v-field input {
19751
+ min-width: 64px;
19752
+ }
19753
+ .v-combobox .v-field:not(.v-field--focused) input {
19754
+ min-width: 0;
19755
+ }
19756
+ .v-combobox .v-field--dirty .v-combobox__selection {
19757
+ margin-inline-end: 2px;
19758
+ }
19759
+ .v-combobox .v-combobox__selection-text {
19760
+ overflow: hidden;
19761
+ text-overflow: ellipsis;
19762
+ white-space: nowrap;
19763
+ }
19764
+
19765
+ .v-combobox__content {
19766
+ overflow: hidden;
19767
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
19768
+ border-radius: 4px;
19769
+ }
19770
+ .v-combobox__mask {
19771
+ background: rgb(var(--v-theme-on-surface-variant));
19772
+ }
19773
+ .v-combobox__selection {
19774
+ display: inline-flex;
19775
+ align-items: center;
19776
+ letter-spacing: inherit;
19777
+ line-height: inherit;
19778
+ max-width: 90%;
19779
+ }
19780
+ .v-combobox__selection {
19781
+ margin-top: var(--v-input-chips-margin-top);
19782
+ margin-bottom: var(--v-input-chips-margin-bottom);
19783
+ }
19784
+ .v-combobox__selection:first-child {
19785
+ margin-inline-start: 0;
19786
+ }
19787
+ .v-combobox--selecting-index .v-combobox__selection {
19788
+ opacity: var(--v-medium-emphasis-opacity);
19789
+ }
19790
+ .v-combobox--selecting-index .v-combobox__selection--selected {
19791
+ opacity: 1;
19792
+ }
19793
+ .v-combobox--selecting-index .v-field__input > input {
19794
+ caret-color: transparent;
19795
+ }
19796
+ .v-combobox--single.v-text-field input {
19797
+ flex: 1 1;
19798
+ position: absolute;
19799
+ left: 0;
19800
+ right: 0;
19801
+ width: 100%;
19802
+ padding-inline-start: inherit;
19803
+ padding-inline-end: inherit;
19804
+ }
19805
+ .v-combobox--single .v-field--variant-outlined input {
19806
+ top: 50%;
19807
+ transform: translateY(calc(-50% - (var(--v-input-chips-margin-top) + var(--v-input-chips-margin-bottom)) / 2));
19808
+ }
19809
+ .v-combobox--single .v-field--active input {
19810
+ transition: none;
19811
+ }
19812
+ .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
19813
+ opacity: 0;
19814
+ }
19815
+ .v-combobox--single .v-field--focused .v-combobox__selection {
19816
+ opacity: 0;
19817
+ }
19818
+ .v-combobox__menu-icon {
19819
+ margin-inline-start: 4px;
19820
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19821
+ }
19822
+ .v-combobox--active-menu .v-combobox__menu-icon {
19823
+ opacity: var(--v-high-emphasis-opacity);
19824
+ transform: rotate(180deg);
19821
19825
  }.v-dialog {
19822
19826
  align-items: center;
19823
19827
  justify-content: center;
@@ -20357,6 +20361,7 @@ textarea.v-field__input::placeholder {
20357
20361
  .v-field__clearable {
20358
20362
  cursor: pointer;
20359
20363
  opacity: 0;
20364
+ overflow: hidden;
20360
20365
  margin-inline-start: 4px;
20361
20366
  margin-inline-end: 4px;
20362
20367
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
@@ -20511,18 +20516,25 @@ textarea.v-field__input::placeholder {
20511
20516
  border-bottom-width: var(--v-field-border-width);
20512
20517
  border-inline-start-width: var(--v-field-border-width);
20513
20518
  }
20514
- .v-field--variant-outlined .v-field__outline__start.v-locale--is-ltr, .v-locale--is-ltr .v-field--variant-outlined .v-field__outline__start {
20519
+ .v-field--rounded.v-field--variant-outlined .v-field__outline__start,
20520
+ [class^=rounded-].v-field--variant-outlined .v-field__outline__start {
20521
+ flex-basis: calc(var(--v-input-control-height) / 2 + 2px);
20522
+ }
20523
+
20524
+ .v-locale--is-ltr.v-field--variant-outlined .v-field__outline__start, .v-locale--is-ltr .v-field--variant-outlined .v-field__outline__start {
20515
20525
  border-top-left-radius: inherit;
20516
20526
  border-top-right-radius: 0;
20517
20527
  border-bottom-right-radius: 0;
20518
20528
  border-bottom-left-radius: inherit;
20519
20529
  }
20520
- .v-field--variant-outlined .v-field__outline__start.v-locale--is-rtl, .v-locale--is-rtl .v-field--variant-outlined .v-field__outline__start {
20530
+
20531
+ .v-locale--is-rtl.v-field--variant-outlined .v-field__outline__start, .v-locale--is-rtl .v-field--variant-outlined .v-field__outline__start {
20521
20532
  border-top-left-radius: 0;
20522
20533
  border-top-right-radius: inherit;
20523
20534
  border-bottom-right-radius: inherit;
20524
20535
  border-bottom-left-radius: 0;
20525
20536
  }
20537
+
20526
20538
  .v-field--variant-outlined .v-field__outline__notch {
20527
20539
  flex: none;
20528
20540
  position: relative;
@@ -20554,13 +20566,14 @@ textarea.v-field__input::placeholder {
20554
20566
  border-bottom-width: var(--v-field-border-width);
20555
20567
  border-inline-end-width: var(--v-field-border-width);
20556
20568
  }
20557
- .v-field--variant-outlined .v-field__outline__end.v-locale--is-ltr, .v-locale--is-ltr .v-field--variant-outlined .v-field__outline__end {
20569
+ .v-locale--is-ltr.v-field--variant-outlined .v-field__outline__end, .v-locale--is-ltr .v-field--variant-outlined .v-field__outline__end {
20558
20570
  border-top-left-radius: 0;
20559
20571
  border-top-right-radius: inherit;
20560
20572
  border-bottom-right-radius: inherit;
20561
20573
  border-bottom-left-radius: 0;
20562
20574
  }
20563
- .v-field--variant-outlined .v-field__outline__end.v-locale--is-rtl, .v-locale--is-rtl .v-field--variant-outlined .v-field__outline__end {
20575
+
20576
+ .v-locale--is-rtl.v-field--variant-outlined .v-field__outline__end, .v-locale--is-rtl .v-field--variant-outlined .v-field__outline__end {
20564
20577
  border-top-left-radius: inherit;
20565
20578
  border-top-right-radius: 0;
20566
20579
  border-bottom-right-radius: 0;
@@ -20570,11 +20583,19 @@ textarea.v-field__input::placeholder {
20570
20583
  /* endregion */
20571
20584
  /* region LOADER */
20572
20585
  .v-field__loader {
20573
- bottom: 0;
20586
+ top: calc(100% - 2px);
20574
20587
  left: 0;
20575
20588
  position: absolute;
20576
20589
  right: 0;
20577
20590
  width: 100%;
20591
+ border-top-left-radius: 0;
20592
+ border-top-right-radius: 0;
20593
+ border-bottom-left-radius: inherit;
20594
+ border-bottom-right-radius: inherit;
20595
+ overflow: hidden;
20596
+ }
20597
+ .v-field--variant-outlined .v-field__loader {
20598
+ top: calc(100% - 3px);
20578
20599
  }
20579
20600
 
20580
20601
  /* endregion */
@@ -20641,10 +20662,11 @@ textarea.v-field__input::placeholder {
20641
20662
  .v-field--reverse .v-field__field, .v-field--reverse .v-field__input {
20642
20663
  flex-direction: row-reverse;
20643
20664
  }
20644
- .v-field--reverse .v-field__input.v-locale--is-ltr, .v-locale--is-ltr .v-field--reverse .v-field__input, .v-field--reverse input.v-locale--is-ltr, .v-locale--is-ltr .v-field--reverse input {
20665
+ .v-locale--is-ltr.v-field--reverse .v-field__input, .v-locale--is-ltr.v-field--reverse input, .v-locale--is-ltr .v-field--reverse .v-field__input, .v-locale--is-ltr .v-field--reverse input {
20645
20666
  text-align: right;
20646
20667
  }
20647
- .v-field--reverse .v-field__input.v-locale--is-rtl, .v-locale--is-rtl .v-field--reverse .v-field__input, .v-field--reverse input.v-locale--is-rtl, .v-locale--is-rtl .v-field--reverse input {
20668
+
20669
+ .v-locale--is-rtl.v-field--reverse .v-field__input, .v-locale--is-rtl.v-field--reverse input, .v-locale--is-rtl .v-field--reverse .v-field__input, .v-locale--is-rtl .v-field--reverse input {
20648
20670
  text-align: left;
20649
20671
  }
20650
20672
 
@@ -20674,6 +20696,24 @@ textarea.v-field__input::placeholder {
20674
20696
  .v-file-input .v-chip {
20675
20697
  margin-top: var(--v-input-chips-margin-top);
20676
20698
  margin-bottom: var(--v-input-chips-margin-bottom);
20699
+ }.v-chip-group {
20700
+ display: flex;
20701
+ max-width: 100%;
20702
+ min-width: 0;
20703
+ overflow-x: auto;
20704
+ padding: 4px 0;
20705
+ flex-wrap: wrap;
20706
+ }
20707
+ .v-chip-group .v-chip {
20708
+ margin: 4px 8px 4px 0;
20709
+ }
20710
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20711
+ opacity: var(--v-activated-opacity);
20712
+ }
20713
+
20714
+ .v-chip-group--column {
20715
+ flex-wrap: wrap;
20716
+ white-space: normal;
20677
20717
  }.v-footer {
20678
20718
  align-items: center;
20679
20719
  display: flex;
@@ -20718,6 +20758,7 @@ textarea.v-field__input::placeholder {
20718
20758
  user-select: none;
20719
20759
  vertical-align: middle;
20720
20760
  width: 1em;
20761
+ min-width: 1em;
20721
20762
  }
20722
20763
  .v-icon--clickable {
20723
20764
  cursor: pointer;
@@ -21946,11 +21987,12 @@ html.v-overlay-scroll-blocked {
21946
21987
  .v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
21947
21988
  border-radius: 9999px;
21948
21989
  }
21949
- .v-progress-linear--rounded-bar .v-progress-linear__determinate.v-locale--is-ltr, .v-locale--is-ltr .v-progress-linear--rounded-bar .v-progress-linear__determinate {
21990
+ .v-locale--is-ltr.v-progress-linear--rounded-bar .v-progress-linear__determinate, .v-locale--is-ltr .v-progress-linear--rounded-bar .v-progress-linear__determinate {
21950
21991
  border-top-left-radius: 0;
21951
21992
  border-bottom-left-radius: 0;
21952
21993
  }
21953
- .v-progress-linear--rounded-bar .v-progress-linear__determinate.v-locale--is-rtl, .v-locale--is-rtl .v-progress-linear--rounded-bar .v-progress-linear__determinate {
21994
+
21995
+ .v-locale--is-rtl.v-progress-linear--rounded-bar .v-progress-linear__determinate, .v-locale--is-rtl .v-progress-linear--rounded-bar .v-progress-linear__determinate {
21954
21996
  border-top-right-radius: 0;
21955
21997
  border-bottom-right-radius: 0;
21956
21998
  }
@@ -22516,6 +22558,10 @@ html.v-overlay-scroll-blocked {
22516
22558
  }.v-switch .v-label {
22517
22559
  padding-inline-start: 10px;
22518
22560
  }
22561
+ .v-switch .v-switch__thumb {
22562
+ background-color: rgb(var(--v-theme-surface-bright));
22563
+ color: rgb(var(--v-theme-on-surface-bright));
22564
+ }
22519
22565
 
22520
22566
  .v-switch__loader {
22521
22567
  display: flex;
@@ -22535,13 +22581,13 @@ html.v-overlay-scroll-blocked {
22535
22581
  }
22536
22582
 
22537
22583
  .v-switch__track {
22538
- background-color: currentColor;
22584
+ background-color: rgb(var(--v-theme-surface-variant));
22539
22585
  border-radius: 9999px;
22540
22586
  height: 14px;
22541
22587
  opacity: 0.6;
22542
22588
  width: 36px;
22543
22589
  cursor: pointer;
22544
- transition: 0.2s color cubic-bezier(0.4, 0, 0.2, 1);
22590
+ transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
22545
22591
  }
22546
22592
  .v-switch--inset .v-switch__track {
22547
22593
  border-radius: 9999px;
@@ -22552,14 +22598,12 @@ html.v-overlay-scroll-blocked {
22552
22598
  .v-switch__thumb {
22553
22599
  align-items: center;
22554
22600
  border-radius: 50%;
22555
- background: rgb(var(--v-theme-surface));
22556
- color: rgb(var(--v-theme-on-surface));
22557
22601
  display: flex;
22558
22602
  height: 20px;
22559
22603
  justify-content: center;
22560
22604
  width: 20px;
22561
22605
  pointer-events: none;
22562
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
22606
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
22563
22607
  position: relative;
22564
22608
  overflow: hidden;
22565
22609
  box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
@@ -22737,6 +22781,9 @@ html.v-overlay-scroll-blocked {
22737
22781
  }.v-table {
22738
22782
  background: rgb(var(--v-theme-surface));
22739
22783
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22784
+ transition-duration: 0.28s;
22785
+ transition-property: box-shadow, opacity, background;
22786
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22740
22787
  }
22741
22788
  .v-table .v-table-divider {
22742
22789
  border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
@@ -23103,11 +23150,12 @@ html.v-overlay-scroll-blocked {
23103
23150
  height: var(--v-timeline-line-thickness);
23104
23151
  width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
23105
23152
  }
23106
- .v-timeline--horizontal .v-timeline-divider__before.v-locale--is-ltr, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-divider__before {
23153
+ .v-locale--is-ltr.v-timeline--horizontal .v-timeline-divider__before, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-divider__before {
23107
23154
  left: -12px;
23108
23155
  right: initial;
23109
23156
  }
23110
- .v-timeline--horizontal .v-timeline-divider__before.v-locale--is-rtl, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-divider__before {
23157
+
23158
+ .v-locale--is-rtl.v-timeline--horizontal .v-timeline-divider__before, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-divider__before {
23111
23159
  right: -12px;
23112
23160
  left: initial;
23113
23161
  }
@@ -23126,11 +23174,12 @@ html.v-overlay-scroll-blocked {
23126
23174
  height: var(--v-timeline-line-thickness);
23127
23175
  width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
23128
23176
  }
23129
- .v-timeline--horizontal .v-timeline-divider__after.v-locale--is-ltr, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-divider__after {
23177
+ .v-locale--is-ltr.v-timeline--horizontal .v-timeline-divider__after, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-divider__after {
23130
23178
  right: -12px;
23131
23179
  left: initial;
23132
23180
  }
23133
- .v-timeline--horizontal .v-timeline-divider__after.v-locale--is-rtl, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-divider__after {
23181
+
23182
+ .v-locale--is-rtl.v-timeline--horizontal .v-timeline-divider__after, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-divider__after {
23134
23183
  left: -12px;
23135
23184
  right: initial;
23136
23185
  }
@@ -23150,11 +23199,12 @@ html.v-overlay-scroll-blocked {
23150
23199
  .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
23151
23200
  width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
23152
23201
  }
23153
- .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before.v-locale--is-ltr, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
23202
+ .v-locale--is-ltr.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
23154
23203
  left: 0;
23155
23204
  right: initial;
23156
23205
  }
23157
- .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before.v-locale--is-rtl, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
23206
+
23207
+ .v-locale--is-rtl.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
23158
23208
  right: 0;
23159
23209
  left: initial;
23160
23210
  }
@@ -23166,11 +23216,12 @@ html.v-overlay-scroll-blocked {
23166
23216
  .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
23167
23217
  width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
23168
23218
  }
23169
- .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after.v-locale--is-ltr, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
23219
+ .v-locale--is-ltr.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
23170
23220
  right: -12px;
23171
23221
  left: initial;
23172
23222
  }
23173
- .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after.v-locale--is-rtl, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
23223
+
23224
+ .v-locale--is-rtl.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
23174
23225
  left: -12px;
23175
23226
  right: initial;
23176
23227
  }
@@ -23191,15 +23242,20 @@ html.v-overlay-scroll-blocked {
23191
23242
  .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
23192
23243
  width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
23193
23244
  }
23194
- .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after.v-locale--is-ltr, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
23245
+ .v-locale--is-ltr.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
23195
23246
  right: 0;
23196
23247
  left: initial;
23197
23248
  }
23198
- .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after.v-locale--is-rtl, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
23249
+
23250
+ .v-locale--is-rtl.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
23199
23251
  left: 0;
23200
23252
  right: initial;
23201
23253
  }
23202
23254
 
23255
+ .v-timeline--vertical .v-timeline-item:only-child .v-timeline-divider__after {
23256
+ height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset));
23257
+ }
23258
+
23203
23259
  .v-timeline-divider__dot {
23204
23260
  z-index: 1;
23205
23261
  flex-shrink: 0;
@@ -23484,12 +23540,14 @@ html.v-overlay-scroll-blocked {
23484
23540
  .v-toolbar--collapse .v-toolbar-title {
23485
23541
  display: none;
23486
23542
  }
23487
- .v-toolbar--collapse.v-locale--is-ltr, .v-locale--is-ltr .v-toolbar--collapse {
23543
+ .v-locale--is-ltr.v-toolbar--collapse, .v-locale--is-ltr .v-toolbar--collapse {
23488
23544
  border-bottom-right-radius: 24px;
23489
23545
  }
23490
- .v-toolbar--collapse.v-locale--is-rtl, .v-locale--is-rtl .v-toolbar--collapse {
23546
+
23547
+ .v-locale--is-rtl.v-toolbar--collapse, .v-locale--is-rtl .v-toolbar--collapse {
23491
23548
  border-bottom-left-radius: 24px;
23492
23549
  }
23550
+
23493
23551
  .v-toolbar--flat {
23494
23552
  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-penumbra-opacity, rgba(0, 0, 0, 0.12));
23495
23553
  }
@@ -23716,12 +23774,14 @@ html.v-overlay-scroll-blocked {
23716
23774
  justify-content: center;
23717
23775
  text-align: center;
23718
23776
  }
23719
- .v-color-picker-edit__input:not(:last-child).v-locale--is-ltr, .v-locale--is-ltr .v-color-picker-edit__input:not(:last-child) {
23777
+ .v-locale--is-ltr.v-color-picker-edit__input:not(:last-child), .v-locale--is-ltr .v-color-picker-edit__input:not(:last-child) {
23720
23778
  margin-right: 8px;
23721
23779
  }
23722
- .v-color-picker-edit__input:not(:last-child).v-locale--is-rtl, .v-locale--is-rtl .v-color-picker-edit__input:not(:last-child) {
23780
+
23781
+ .v-locale--is-rtl.v-color-picker-edit__input:not(:last-child), .v-locale--is-rtl .v-color-picker-edit__input:not(:last-child) {
23723
23782
  margin-left: 8px;
23724
23783
  }
23784
+
23725
23785
  .v-color-picker-edit__input input {
23726
23786
  border-radius: 4px;
23727
23787
  margin-bottom: 8px;
@@ -23738,12 +23798,14 @@ html.v-overlay-scroll-blocked {
23738
23798
  }.v-color-picker-preview__alpha .v-slider-track__background {
23739
23799
  background-color: transparent !important;
23740
23800
  }
23741
- .v-color-picker-preview__alpha .v-slider-track__background.v-locale--is-ltr, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
23801
+ .v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
23742
23802
  background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
23743
23803
  }
23744
- .v-color-picker-preview__alpha .v-slider-track__background.v-locale--is-rtl, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
23804
+
23805
+ .v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
23745
23806
  background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
23746
23807
  }
23808
+
23747
23809
  .v-color-picker-preview__alpha .v-slider-track__background::after {
23748
23810
  content: "";
23749
23811
  z-index: -1;
@@ -23770,21 +23832,24 @@ html.v-overlay-scroll-blocked {
23770
23832
  border-radius: 50%;
23771
23833
  overflow: hidden;
23772
23834
  }
23773
- .v-color-picker-preview__dot.v-locale--is-ltr, .v-locale--is-ltr .v-color-picker-preview__dot {
23835
+ .v-locale--is-ltr.v-color-picker-preview__dot, .v-locale--is-ltr .v-color-picker-preview__dot {
23774
23836
  margin-right: 24px;
23775
23837
  }
23776
- .v-color-picker-preview__dot.v-locale--is-rtl, .v-locale--is-rtl .v-color-picker-preview__dot {
23838
+
23839
+ .v-locale--is-rtl.v-color-picker-preview__dot, .v-locale--is-rtl .v-color-picker-preview__dot {
23777
23840
  margin-left: 24px;
23778
23841
  }
23842
+
23779
23843
  .v-color-picker-preview__dot > div {
23780
23844
  width: 100%;
23781
23845
  height: 100%;
23782
23846
  }
23783
23847
 
23784
- .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background.v-locale--is-ltr, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
23848
+ .v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
23785
23849
  background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
23786
23850
  }
23787
- .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background.v-locale--is-rtl, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
23851
+
23852
+ .v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
23788
23853
  background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
23789
23854
  }
23790
23855
 
@@ -23930,12 +23995,14 @@ html.v-overlay-scroll-blocked {
23930
23995
  top: 50%;
23931
23996
  transform: translateY(-50%);
23932
23997
  }
23933
- .v-slider.v-input--horizontal .v-slider-thumb.v-locale--is-ltr, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb {
23998
+ .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb {
23934
23999
  left: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
23935
24000
  }
23936
- .v-slider.v-input--horizontal .v-slider-thumb.v-locale--is-rtl, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb {
24001
+
24002
+ .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb {
23937
24003
  right: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
23938
24004
  }
24005
+
23939
24006
  .v-slider.v-input--horizontal .v-slider-thumb__label-container {
23940
24007
  left: calc(var(--v-slider-thumb-size) / 2);
23941
24008
  top: 0;
@@ -23943,12 +24010,14 @@ html.v-overlay-scroll-blocked {
23943
24010
  .v-slider.v-input--horizontal .v-slider-thumb__label {
23944
24011
  bottom: calc(var(--v-slider-thumb-size) / 2);
23945
24012
  }
23946
- .v-slider.v-input--horizontal .v-slider-thumb__label.v-locale--is-ltr, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
24013
+ .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
23947
24014
  transform: translateX(-50%);
23948
24015
  }
23949
- .v-slider.v-input--horizontal .v-slider-thumb__label.v-locale--is-rtl, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
24016
+
24017
+ .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
23950
24018
  transform: translateX(50%);
23951
24019
  }
24020
+
23952
24021
  .v-slider.v-input--horizontal .v-slider-thumb__label::before {
23953
24022
  border-left: 6px solid transparent;
23954
24023
  border-right: 6px solid transparent;
@@ -24039,16 +24108,19 @@ html.v-overlay-scroll-blocked {
24039
24108
  height: var(--v-slider-tick-size);
24040
24109
  transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / -2));
24041
24110
  }
24042
- .v-slider-track__tick--first .v-slider-track__tick-label.v-locale--is-ltr, .v-locale--is-ltr .v-slider-track__tick--first .v-slider-track__tick-label {
24111
+ .v-locale--is-ltr.v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-ltr .v-slider-track__tick--first .v-slider-track__tick-label {
24043
24112
  transform: none;
24044
24113
  }
24045
- .v-slider-track__tick--first .v-slider-track__tick-label.v-locale--is-rtl, .v-locale--is-rtl .v-slider-track__tick--first .v-slider-track__tick-label {
24114
+
24115
+ .v-locale--is-rtl.v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-rtl .v-slider-track__tick--first .v-slider-track__tick-label {
24046
24116
  transform: translateX(100%);
24047
24117
  }
24048
- .v-slider-track__tick--last .v-slider-track__tick-label.v-locale--is-ltr, .v-locale--is-ltr .v-slider-track__tick--last .v-slider-track__tick-label {
24118
+
24119
+ .v-locale--is-ltr.v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-ltr .v-slider-track__tick--last .v-slider-track__tick-label {
24049
24120
  transform: translateX(-100%);
24050
24121
  }
24051
- .v-slider-track__tick--last .v-slider-track__tick-label.v-locale--is-rtl, .v-locale--is-rtl .v-slider-track__tick--last .v-slider-track__tick-label {
24122
+
24123
+ .v-locale--is-rtl.v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-rtl .v-slider-track__tick--last .v-slider-track__tick-label {
24052
24124
  transform: none;
24053
24125
  }
24054
24126
 
@@ -24075,34 +24147,40 @@ html.v-overlay-scroll-blocked {
24075
24147
  .v-slider.v-input--horizontal .v-slider-track__tick {
24076
24148
  margin-top: calc(calc(var(--v-slider-track-size) + 2px) / 2);
24077
24149
  }
24078
- .v-slider.v-input--horizontal .v-slider-track__tick.v-locale--is-rtl, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick {
24150
+ .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick {
24079
24151
  transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / -2));
24080
24152
  }
24153
+
24081
24154
  .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
24082
24155
  margin-top: calc(var(--v-slider-track-size) / 2 + 8px);
24083
24156
  }
24084
- .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label.v-locale--is-ltr, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
24157
+ .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
24085
24158
  transform: translateX(-50%);
24086
24159
  }
24087
- .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label.v-locale--is-rtl, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
24160
+
24161
+ .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
24088
24162
  transform: translateX(50%);
24089
24163
  }
24164
+
24090
24165
  .v-slider.v-input--horizontal .v-slider-track__tick--first {
24091
24166
  margin-inline-start: calc(var(--v-slider-tick-size) + 1px);
24092
24167
  }
24093
- .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label.v-locale--is-ltr, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
24168
+ .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
24094
24169
  transform: translateX(0%);
24095
24170
  }
24096
- .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label.v-locale--is-rtl, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
24171
+
24172
+ .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
24097
24173
  transform: translateX(0%);
24098
24174
  }
24175
+
24099
24176
  .v-slider.v-input--horizontal .v-slider-track__tick--last {
24100
24177
  margin-inline-start: calc(100% - var(--v-slider-tick-size) - 1px);
24101
24178
  }
24102
- .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label.v-locale--is-ltr, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
24179
+ .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
24103
24180
  transform: translateX(-100%);
24104
24181
  }
24105
- .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label.v-locale--is-rtl, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
24182
+
24183
+ .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
24106
24184
  transform: translateX(100%);
24107
24185
  }
24108
24186
 
@@ -24126,9 +24204,10 @@ html.v-overlay-scroll-blocked {
24126
24204
  margin-inline-start: calc(calc(var(--v-slider-track-size) + 2px) / 2);
24127
24205
  transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / 2));
24128
24206
  }
24129
- .v-slider.v-input--vertical .v-slider-track__tick.v-locale--is-rtl, .v-locale--is-rtl .v-slider.v-input--vertical .v-slider-track__tick {
24207
+ .v-locale--is-rtl.v-slider.v-input--vertical .v-slider-track__tick, .v-locale--is-rtl .v-slider.v-input--vertical .v-slider-track__tick {
24130
24208
  transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / 2));
24131
24209
  }
24210
+
24132
24211
  .v-slider.v-input--vertical .v-slider-track__tick--first {
24133
24212
  bottom: calc(0% + var(--v-slider-tick-size) + 1px);
24134
24213
  }