@vuetify/nightly 4.0.0-dev-20230427.0 → 4.0.0-dev-20230511.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 (193) hide show
  1. package/CHANGELOG.md +22 -23
  2. package/dist/json/attributes.json +854 -658
  3. package/dist/json/importMap-labs.json +4 -4
  4. package/dist/json/tags.json +50 -1
  5. package/dist/json/web-types.json +1797 -1324
  6. package/dist/vuetify-labs.css +81 -69
  7. package/dist/vuetify-labs.d.ts +771 -257
  8. package/dist/vuetify-labs.esm.js +260 -224
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +259 -223
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +23 -11
  13. package/dist/vuetify.d.ts +884 -412
  14. package/dist/vuetify.esm.js +237 -215
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +236 -214
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +640 -645
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/blueprints/{index.d.ts → index.d.mts} +5 -1
  22. package/lib/blueprints/{md1.d.ts → md1.d.mts} +5 -1
  23. package/lib/blueprints/{md2.d.ts → md2.d.mts} +5 -1
  24. package/lib/blueprints/{md3.d.ts → md3.d.mts} +5 -1
  25. package/lib/components/VAppBar/VAppBar.mjs +7 -11
  26. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  27. package/lib/components/VAppBar/VAppBarNavIcon.mjs +10 -16
  28. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  29. package/lib/components/VAppBar/{index.d.ts → index.d.mts} +394 -28
  30. package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
  31. package/lib/components/VAutocomplete/VAutocomplete.mjs +9 -2
  32. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  33. package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
  34. package/lib/components/VAutocomplete/{index.d.ts → index.d.mts} +6 -6
  35. package/lib/components/VBtn/VBtn.mjs +7 -6
  36. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  37. package/lib/components/VCheckbox/VCheckboxBtn.mjs +0 -1
  38. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  39. package/lib/components/VCheckbox/{index.d.ts → index.d.mts} +6 -6
  40. package/lib/components/VColorPicker/VColorPicker.mjs +9 -4
  41. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  42. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  43. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +5 -4
  44. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  45. package/lib/components/VColorPicker/{index.d.ts → index.d.mts} +97 -31
  46. package/lib/components/VColorPicker/util/index.mjs +2 -22
  47. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  48. package/lib/components/VCombobox/VCombobox.mjs +9 -2
  49. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  50. package/lib/components/VCombobox/{index.d.ts → index.d.mts} +6 -6
  51. package/lib/components/VField/{index.d.ts → index.d.mts} +6 -6
  52. package/lib/components/VFileInput/VFileInput.mjs +2 -1
  53. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  54. package/lib/components/VFileInput/{index.d.ts → index.d.mts} +15 -15
  55. package/lib/components/VImg/VImg.css +2 -4
  56. package/lib/components/VImg/VImg.mjs +25 -24
  57. package/lib/components/VImg/VImg.mjs.map +1 -1
  58. package/lib/components/VImg/VImg.sass +4 -3
  59. package/lib/components/VImg/{index.d.ts → index.d.mts} +48 -3
  60. package/lib/components/VInput/{index.d.ts → index.d.mts} +6 -6
  61. package/lib/components/VList/VList.mjs +5 -0
  62. package/lib/components/VList/VList.mjs.map +1 -1
  63. package/lib/components/VList/VListGroup.mjs +3 -0
  64. package/lib/components/VList/VListGroup.mjs.map +1 -1
  65. package/lib/components/VList/VListItem.mjs +10 -5
  66. package/lib/components/VList/VListItem.mjs.map +1 -1
  67. package/lib/components/VList/{index.d.ts → index.d.mts} +18 -0
  68. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -8
  69. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  70. package/lib/components/VRadioGroup/{index.d.ts → index.d.mts} +6 -6
  71. package/lib/components/VRangeSlider/{index.d.ts → index.d.mts} +6 -6
  72. package/lib/components/VResponsive/VResponsive.css +13 -5
  73. package/lib/components/VResponsive/VResponsive.mjs +12 -8
  74. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  75. package/lib/components/VResponsive/VResponsive.sass +12 -4
  76. package/lib/components/VResponsive/{index.d.ts → index.d.mts} +10 -1
  77. package/lib/components/VSelect/VSelect.mjs +9 -2
  78. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  79. package/lib/components/VSelect/{index.d.ts → index.d.mts} +6 -6
  80. package/lib/components/VSheet/VSheet.css +6 -0
  81. package/lib/components/VSheet/_variables.scss +1 -1
  82. package/lib/components/VSlider/{index.d.ts → index.d.mts} +6 -6
  83. package/lib/components/VSwitch/{index.d.ts → index.d.mts} +6 -6
  84. package/lib/components/VTextField/VTextField.mjs +1 -1
  85. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  86. package/lib/components/VTextField/{index.d.ts → index.d.mts} +24 -24
  87. package/lib/components/VTextarea/VTextarea.mjs +1 -1
  88. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  89. package/lib/components/VTextarea/{index.d.ts → index.d.mts} +15 -15
  90. package/lib/components/VValidation/{index.d.ts → index.d.mts} +6 -6
  91. package/lib/components/{index.d.ts → index.d.mts} +679 -208
  92. package/lib/composables/defaults.mjs +15 -3
  93. package/lib/composables/defaults.mjs.map +1 -1
  94. package/lib/composables/display.mjs +6 -6
  95. package/lib/composables/display.mjs.map +1 -1
  96. package/lib/composables/focus.mjs.map +1 -1
  97. package/lib/composables/scroll.mjs +18 -19
  98. package/lib/composables/scroll.mjs.map +1 -1
  99. package/lib/entry-bundler.mjs +1 -1
  100. package/lib/framework.mjs +1 -1
  101. package/lib/framework.mjs.map +1 -1
  102. package/lib/{index.d.ts → index.d.mts} +7 -6
  103. package/lib/labs/VDataTable/VDataTable.mjs +11 -2
  104. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  105. package/lib/labs/VDataTable/VDataTableServer.mjs +0 -5
  106. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  107. package/lib/labs/VDataTable/VDataTableVirtual.mjs +7 -2
  108. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  109. package/lib/labs/VDataTable/composables/paginate.mjs +6 -1
  110. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  111. package/lib/labs/VDataTable/{index.d.ts → index.d.mts} +54 -12
  112. package/lib/labs/{components.d.ts → components.d.mts} +54 -12
  113. package/lib/util/colorUtils.mjs +68 -3
  114. package/lib/util/colorUtils.mjs.map +1 -1
  115. package/lib/util/console.mjs +12 -81
  116. package/lib/util/console.mjs.map +1 -1
  117. package/lib/util/defineComponent.mjs +2 -2
  118. package/lib/util/defineComponent.mjs.map +1 -1
  119. package/lib/util/helpers.mjs +3 -0
  120. package/lib/util/helpers.mjs.map +1 -1
  121. package/package.json +10 -6
  122. /package/lib/components/VAlert/{index.d.ts → index.d.mts} +0 -0
  123. /package/lib/components/VApp/{index.d.ts → index.d.mts} +0 -0
  124. /package/lib/components/VAvatar/{index.d.ts → index.d.mts} +0 -0
  125. /package/lib/components/VBadge/{index.d.ts → index.d.mts} +0 -0
  126. /package/lib/components/VBanner/{index.d.ts → index.d.mts} +0 -0
  127. /package/lib/components/VBottomNavigation/{index.d.ts → index.d.mts} +0 -0
  128. /package/lib/components/VBreadcrumbs/{index.d.ts → index.d.mts} +0 -0
  129. /package/lib/components/VBtn/{index.d.ts → index.d.mts} +0 -0
  130. /package/lib/components/VBtnGroup/{index.d.ts → index.d.mts} +0 -0
  131. /package/lib/components/VBtnToggle/{index.d.ts → index.d.mts} +0 -0
  132. /package/lib/components/VCard/{index.d.ts → index.d.mts} +0 -0
  133. /package/lib/components/VCarousel/{index.d.ts → index.d.mts} +0 -0
  134. /package/lib/components/VChip/{index.d.ts → index.d.mts} +0 -0
  135. /package/lib/components/VChipGroup/{index.d.ts → index.d.mts} +0 -0
  136. /package/lib/components/VCode/{index.d.ts → index.d.mts} +0 -0
  137. /package/lib/components/VCounter/{index.d.ts → index.d.mts} +0 -0
  138. /package/lib/components/VDefaultsProvider/{index.d.ts → index.d.mts} +0 -0
  139. /package/lib/components/VDialog/{index.d.ts → index.d.mts} +0 -0
  140. /package/lib/components/VDivider/{index.d.ts → index.d.mts} +0 -0
  141. /package/lib/components/VExpansionPanel/{index.d.ts → index.d.mts} +0 -0
  142. /package/lib/components/VFooter/{index.d.ts → index.d.mts} +0 -0
  143. /package/lib/components/VForm/{index.d.ts → index.d.mts} +0 -0
  144. /package/lib/components/VGrid/{index.d.ts → index.d.mts} +0 -0
  145. /package/lib/components/VHover/{index.d.ts → index.d.mts} +0 -0
  146. /package/lib/components/VIcon/{index.d.ts → index.d.mts} +0 -0
  147. /package/lib/components/VItemGroup/{index.d.ts → index.d.mts} +0 -0
  148. /package/lib/components/VKbd/{index.d.ts → index.d.mts} +0 -0
  149. /package/lib/components/VLabel/{index.d.ts → index.d.mts} +0 -0
  150. /package/lib/components/VLayout/{index.d.ts → index.d.mts} +0 -0
  151. /package/lib/components/VLazy/{index.d.ts → index.d.mts} +0 -0
  152. /package/lib/components/VLocaleProvider/{index.d.ts → index.d.mts} +0 -0
  153. /package/lib/components/VMain/{index.d.ts → index.d.mts} +0 -0
  154. /package/lib/components/VMenu/{index.d.ts → index.d.mts} +0 -0
  155. /package/lib/components/VMessages/{index.d.ts → index.d.mts} +0 -0
  156. /package/lib/components/VNavigationDrawer/{index.d.ts → index.d.mts} +0 -0
  157. /package/lib/components/VNoSsr/{index.d.ts → index.d.mts} +0 -0
  158. /package/lib/components/VOverlay/{index.d.ts → index.d.mts} +0 -0
  159. /package/lib/components/VPagination/{index.d.ts → index.d.mts} +0 -0
  160. /package/lib/components/VParallax/{index.d.ts → index.d.mts} +0 -0
  161. /package/lib/components/VProgressCircular/{index.d.ts → index.d.mts} +0 -0
  162. /package/lib/components/VProgressLinear/{index.d.ts → index.d.mts} +0 -0
  163. /package/lib/components/VRadio/{index.d.ts → index.d.mts} +0 -0
  164. /package/lib/components/VRating/{index.d.ts → index.d.mts} +0 -0
  165. /package/lib/components/VSelectionControl/{index.d.ts → index.d.mts} +0 -0
  166. /package/lib/components/VSelectionControlGroup/{index.d.ts → index.d.mts} +0 -0
  167. /package/lib/components/VSheet/{index.d.ts → index.d.mts} +0 -0
  168. /package/lib/components/VSlideGroup/{index.d.ts → index.d.mts} +0 -0
  169. /package/lib/components/VSnackbar/{index.d.ts → index.d.mts} +0 -0
  170. /package/lib/components/VSystemBar/{index.d.ts → index.d.mts} +0 -0
  171. /package/lib/components/VTable/{index.d.ts → index.d.mts} +0 -0
  172. /package/lib/components/VTabs/{index.d.ts → index.d.mts} +0 -0
  173. /package/lib/components/VThemeProvider/{index.d.ts → index.d.mts} +0 -0
  174. /package/lib/components/VTimeline/{index.d.ts → index.d.mts} +0 -0
  175. /package/lib/components/VToolbar/{index.d.ts → index.d.mts} +0 -0
  176. /package/lib/components/VTooltip/{index.d.ts → index.d.mts} +0 -0
  177. /package/lib/components/VVirtualScroll/{index.d.ts → index.d.mts} +0 -0
  178. /package/lib/components/VWindow/{index.d.ts → index.d.mts} +0 -0
  179. /package/lib/components/transitions/{index.d.ts → index.d.mts} +0 -0
  180. /package/lib/directives/{index.d.ts → index.d.mts} +0 -0
  181. /package/lib/iconsets/{fa-svg.d.ts → fa-svg.d.mts} +0 -0
  182. /package/lib/iconsets/{fa.d.ts → fa.d.mts} +0 -0
  183. /package/lib/iconsets/{fa4.d.ts → fa4.d.mts} +0 -0
  184. /package/lib/iconsets/{md.d.ts → md.d.mts} +0 -0
  185. /package/lib/iconsets/{mdi-svg.d.ts → mdi-svg.d.mts} +0 -0
  186. /package/lib/iconsets/{mdi.d.ts → mdi.d.mts} +0 -0
  187. /package/lib/labs/VInfiniteScroll/{index.d.ts → index.d.mts} +0 -0
  188. /package/lib/labs/VSkeletonLoader/{index.d.ts → index.d.mts} +0 -0
  189. /package/lib/labs/date/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
  190. /package/lib/labs/date/{index.d.ts → index.d.mts} +0 -0
  191. /package/lib/locale/adapters/{vue-i18n.d.ts → vue-i18n.d.mts} +0 -0
  192. /package/lib/locale/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
  193. /package/lib/locale/{index.d.ts → index.d.mts} +0 -0
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v4.0.0-dev-20230427.0
2
+ * Vuetify v4.0.0-dev-20230511.0
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -16686,7 +16686,7 @@ html.overflow-y-hidden {
16686
16686
  .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
16687
16687
  opacity: 0;
16688
16688
  }
16689
- .v-autocomplete--single .v-field--focused .v-autocomplete__selection-text {
16689
+ .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
16690
16690
  opacity: 0;
16691
16691
  }
16692
16692
  .v-autocomplete--selection-slot.v-text-field input {
@@ -17522,6 +17522,8 @@ html.overflow-y-hidden {
17522
17522
 
17523
17523
  .v-snackbar-actions .v-btn {
17524
17524
  padding: 0 8px;
17525
+ }.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
17526
+ opacity: var(--v-activated-opacity);
17525
17527
  }/** if false, disabled buttons will be greyed out */
17526
17528
  .v-btn-group {
17527
17529
  display: inline-flex;
@@ -17579,8 +17581,6 @@ html.overflow-y-hidden {
17579
17581
  }
17580
17582
  .v-btn-group--tile {
17581
17583
  border-radius: 0;
17582
- }.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
17583
- opacity: var(--v-activated-opacity);
17584
17584
  }.v-card {
17585
17585
  display: block;
17586
17586
  overflow: hidden;
@@ -20238,10 +20238,8 @@ textarea.v-field__input::placeholder {
20238
20238
  .v-img__gradient,
20239
20239
  .v-img__placeholder,
20240
20240
  .v-img__error {
20241
- z-index: -1;
20242
- position: absolute;
20243
- top: 0;
20244
- left: 0;
20241
+ grid-row-start: 1;
20242
+ grid-column-start: 1;
20245
20243
  width: 100%;
20246
20244
  height: 100%;
20247
20245
  }
@@ -20942,22 +20940,6 @@ textarea.v-field__input::placeholder {
20942
20940
  overflow: auto;
20943
20941
  height: 100%;
20944
20942
  box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
20945
- }.v-messages {
20946
- flex: 1 1 auto;
20947
- font-size: 12px;
20948
- min-height: 14px;
20949
- min-width: 1px;
20950
- opacity: var(--v-medium-emphasis-opacity);
20951
- position: relative;
20952
- }
20953
- .v-messages__message {
20954
- line-height: 12px;
20955
- word-break: break-word;
20956
- overflow-wrap: break-word;
20957
- word-wrap: break-word;
20958
- -webkit-hyphens: auto;
20959
- hyphens: auto;
20960
- transition-duration: 150ms;
20961
20943
  }.v-navigation-drawer {
20962
20944
  -webkit-overflow-scrolling: touch;
20963
20945
  background: rgb(var(--v-theme-surface));
@@ -21560,27 +21542,35 @@ html.v-overlay-scroll-blocked {
21560
21542
  position: absolute;
21561
21543
  width: 0;
21562
21544
  }.v-responsive {
21563
- display: flex;
21545
+ display: grid;
21546
+ grid-template-rows: minmax(100%, 1fr);
21547
+ grid-template-columns: 1fr;
21564
21548
  flex: 1 0 auto;
21565
21549
  max-height: 100%;
21566
21550
  max-width: 100%;
21567
21551
  overflow: hidden;
21568
21552
  position: relative;
21569
21553
  }
21554
+ .v-responsive--inline {
21555
+ display: inline-grid;
21556
+ flex: 0 0 auto;
21557
+ }
21570
21558
 
21571
21559
  .v-responsive__content {
21572
21560
  flex: 1 0 0px;
21573
21561
  max-width: 100%;
21574
21562
  }
21575
21563
 
21576
- .v-responsive__sizer ~ .v-responsive__content {
21577
- margin-inline-start: -100%;
21578
- }
21579
-
21580
21564
  .v-responsive__sizer {
21581
21565
  flex: 1 0 0px;
21582
21566
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21583
21567
  pointer-events: none;
21568
+ }
21569
+
21570
+ .v-responsive__sizer,
21571
+ .v-responsive__content {
21572
+ grid-row-start: 1;
21573
+ grid-column-start: 1;
21584
21574
  }.v-input--density-default {
21585
21575
  --select-chips-margin-bottom: 0px;
21586
21576
  }
@@ -21773,6 +21763,12 @@ html.v-overlay-scroll-blocked {
21773
21763
  .v-sheet--fixed {
21774
21764
  position: fixed;
21775
21765
  }
21766
+ .v-sheet--relative {
21767
+ position: relative;
21768
+ }
21769
+ .v-sheet--sticky {
21770
+ position: sticky;
21771
+ }
21776
21772
  .v-sheet--rounded {
21777
21773
  border-radius: 4px;
21778
21774
  }.v-slide-group {
@@ -22264,6 +22260,48 @@ html.v-overlay-scroll-blocked {
22264
22260
  border-top: 0px !important;
22265
22261
  position: sticky;
22266
22262
  bottom: 0;
22263
+ }.v-textarea .v-field {
22264
+ --v-textarea-control-height: var(--v-input-control-height);
22265
+ }
22266
+ .v-textarea .v-field__field {
22267
+ --v-input-control-height: var(--v-textarea-control-height);
22268
+ }
22269
+ .v-textarea .v-field__input {
22270
+ flex: 1 1 auto;
22271
+ outline: none;
22272
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
22273
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
22274
+ }
22275
+ .v-textarea--auto-grow .v-field__input {
22276
+ overflow: hidden;
22277
+ }
22278
+ .v-textarea--no-resize .v-field__input {
22279
+ resize: none;
22280
+ }
22281
+ .v-textarea__sizer {
22282
+ visibility: hidden;
22283
+ position: absolute;
22284
+ top: 0;
22285
+ left: 0;
22286
+ height: 0 !important;
22287
+ min-height: 0 !important;
22288
+ pointer-events: none;
22289
+ }
22290
+ .v-textarea .v-field--no-label textarea,
22291
+ .v-textarea .v-field--active textarea {
22292
+ opacity: 1;
22293
+ }
22294
+ .v-textarea textarea {
22295
+ opacity: 0;
22296
+ flex: 1;
22297
+ min-width: 0;
22298
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
22299
+ }
22300
+ .v-textarea textarea:focus, .v-textarea textarea:active {
22301
+ outline: none;
22302
+ }
22303
+ .v-textarea textarea:invalid {
22304
+ box-shadow: none;
22267
22305
  }/* region BLOCK */
22268
22306
  .v-text-field input {
22269
22307
  color: inherit;
@@ -23014,48 +23052,22 @@ html.v-overlay-scroll-blocked {
23014
23052
  }
23015
23053
  .v-window-y-reverse-transition-leave-to {
23016
23054
  transform: translateY(100%);
23017
- }.v-textarea .v-field {
23018
- --v-textarea-control-height: var(--v-input-control-height);
23019
- }
23020
- .v-textarea .v-field__field {
23021
- --v-input-control-height: var(--v-textarea-control-height);
23022
- }
23023
- .v-textarea .v-field__input {
23055
+ }.v-messages {
23024
23056
  flex: 1 1 auto;
23025
- outline: none;
23026
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
23027
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
23028
- }
23029
- .v-textarea--auto-grow .v-field__input {
23030
- overflow: hidden;
23031
- }
23032
- .v-textarea--no-resize .v-field__input {
23033
- resize: none;
23034
- }
23035
- .v-textarea__sizer {
23036
- visibility: hidden;
23037
- position: absolute;
23038
- top: 0;
23039
- left: 0;
23040
- height: 0 !important;
23041
- min-height: 0 !important;
23042
- pointer-events: none;
23043
- }
23044
- .v-textarea .v-field--no-label textarea,
23045
- .v-textarea .v-field--active textarea {
23046
- opacity: 1;
23047
- }
23048
- .v-textarea textarea {
23049
- opacity: 0;
23050
- flex: 1;
23051
- min-width: 0;
23052
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23053
- }
23054
- .v-textarea textarea:focus, .v-textarea textarea:active {
23055
- outline: none;
23057
+ font-size: 12px;
23058
+ min-height: 14px;
23059
+ min-width: 1px;
23060
+ opacity: var(--v-medium-emphasis-opacity);
23061
+ position: relative;
23056
23062
  }
23057
- .v-textarea textarea:invalid {
23058
- box-shadow: none;
23063
+ .v-messages__message {
23064
+ line-height: 12px;
23065
+ word-break: break-word;
23066
+ overflow-wrap: break-word;
23067
+ word-wrap: break-word;
23068
+ -webkit-hyphens: auto;
23069
+ hyphens: auto;
23070
+ transition-duration: 150ms;
23059
23071
  }.v-color-picker-canvas {
23060
23072
  display: flex;
23061
23073
  position: relative;