@vonage/vivid 4.16.2 → 4.17.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 (292) hide show
  1. package/custom-elements.json +3426 -506
  2. package/elevation/index.cjs +1 -1
  3. package/elevation/index.js +1 -1
  4. package/index.cjs +147 -39
  5. package/index.js +64 -59
  6. package/lib/accordion/definition.d.ts +2 -0
  7. package/lib/accordion-item/definition.d.ts +2 -0
  8. package/lib/action-group/definition.d.ts +2 -0
  9. package/lib/alert/definition.d.ts +2 -0
  10. package/lib/audio-player/definition.d.ts +2 -0
  11. package/lib/avatar/definition.d.ts +2 -0
  12. package/lib/badge/definition.d.ts +2 -0
  13. package/lib/banner/definition.d.ts +2 -0
  14. package/lib/breadcrumb/definition.d.ts +2 -0
  15. package/lib/breadcrumb-item/definition.d.ts +2 -0
  16. package/lib/button/definition.d.ts +2 -0
  17. package/lib/calendar/calendar.d.ts +2 -0
  18. package/lib/calendar/definition.d.ts +2 -0
  19. package/lib/calendar-event/definition.d.ts +2 -0
  20. package/lib/card/definition.d.ts +2 -0
  21. package/lib/checkbox/definition.d.ts +2 -0
  22. package/lib/combobox/definition.d.ts +2 -0
  23. package/lib/components.d.ts +1 -0
  24. package/lib/data-grid/definition.d.ts +4 -0
  25. package/lib/date-picker/definition.d.ts +2 -0
  26. package/lib/date-range-picker/definition.d.ts +2 -0
  27. package/lib/dial-pad/definition.d.ts +2 -0
  28. package/lib/dialog/definition.d.ts +2 -0
  29. package/lib/divider/definition.d.ts +2 -0
  30. package/lib/empty-state/definition.d.ts +2 -0
  31. package/lib/enums.d.ts +6 -0
  32. package/lib/fab/definition.d.ts +2 -0
  33. package/lib/file-picker/definition.d.ts +2 -0
  34. package/lib/header/definition.d.ts +2 -0
  35. package/lib/icon/definition.d.ts +2 -0
  36. package/lib/layout/definition.d.ts +2 -0
  37. package/lib/menu/definition.d.ts +2 -0
  38. package/lib/menu/menu.d.ts +454 -4
  39. package/lib/menu-item/definition.d.ts +2 -0
  40. package/lib/nav/definition.d.ts +2 -0
  41. package/lib/nav-disclosure/definition.d.ts +2 -0
  42. package/lib/nav-item/definition.d.ts +2 -0
  43. package/lib/note/definition.d.ts +2 -0
  44. package/lib/number-field/definition.d.ts +2 -0
  45. package/lib/option/definition.d.ts +2 -0
  46. package/lib/pagination/definition.d.ts +2 -0
  47. package/lib/popup/definition.d.ts +0 -1
  48. package/lib/popup/popup.d.ts +25 -0
  49. package/lib/progress/definition.d.ts +2 -0
  50. package/lib/progress-ring/definition.d.ts +2 -0
  51. package/lib/radio/definition.d.ts +2 -0
  52. package/lib/radio-group/definition.d.ts +2 -0
  53. package/lib/range-slider/definition.d.ts +2 -0
  54. package/lib/rich-text-editor/definition.d.ts +2 -0
  55. package/lib/rich-text-editor/facades/prose-mirror-vivid.schema.d.ts +2 -0
  56. package/lib/rich-text-editor/facades/vivid-prose-mirror.facade.d.ts +7 -0
  57. package/lib/rich-text-editor/rich-text-editor.d.ts +13 -0
  58. package/lib/rich-text-editor/rich-text-editor.template.d.ts +4 -0
  59. package/lib/searchable-select/definition.d.ts +2 -0
  60. package/lib/select/definition.d.ts +2 -0
  61. package/lib/selectable-box/definition.d.ts +2 -0
  62. package/lib/side-drawer/definition.d.ts +2 -0
  63. package/lib/slider/definition.d.ts +2 -0
  64. package/lib/split-button/definition.d.ts +2 -0
  65. package/lib/switch/definition.d.ts +2 -0
  66. package/lib/tab/definition.d.ts +2 -0
  67. package/lib/tab-panel/definition.d.ts +2 -0
  68. package/lib/tabs/definition.d.ts +2 -0
  69. package/lib/tag/definition.d.ts +2 -0
  70. package/lib/tag-group/definition.d.ts +2 -0
  71. package/lib/text-area/definition.d.ts +2 -0
  72. package/lib/text-field/definition.d.ts +2 -0
  73. package/lib/time-picker/definition.d.ts +2 -0
  74. package/lib/time-picker/inline-time-picker/columns.d.ts +13 -0
  75. package/lib/time-picker/inline-time-picker/definition.d.ts +1 -0
  76. package/lib/time-picker/inline-time-picker/inline-time-picker.d.ts +15 -0
  77. package/lib/time-picker/inline-time-picker/inline-time-picker.template.d.ts +5 -0
  78. package/lib/time-picker/time-picker.template.d.ts +1 -2
  79. package/lib/toggletip/definition.d.ts +2 -0
  80. package/lib/toggletip/toggletip.d.ts +454 -4
  81. package/lib/tooltip/definition.d.ts +2 -0
  82. package/lib/tooltip/tooltip.d.ts +454 -4
  83. package/lib/tree-item/definition.d.ts +2 -0
  84. package/lib/tree-view/definition.d.ts +2 -0
  85. package/lib/video-player/definition.d.ts +2 -0
  86. package/menu/index.js +1 -1
  87. package/package.json +7 -2
  88. package/popup/index.cjs +1 -1
  89. package/popup/index.js +1 -1
  90. package/rich-text-editor/index.cjs +5 -0
  91. package/rich-text-editor/index.js +3 -0
  92. package/searchable-select/index.cjs +1 -1
  93. package/searchable-select/index.js +1 -1
  94. package/select/index.cjs +1 -1
  95. package/select/index.js +1 -1
  96. package/selectable-box/index.cjs +1 -1
  97. package/selectable-box/index.js +1 -1
  98. package/shared/affix.cjs +1 -3
  99. package/shared/affix.js +2 -4
  100. package/shared/anchored.cjs +12 -9
  101. package/shared/anchored.js +13 -10
  102. package/shared/definition.js +1 -1
  103. package/shared/definition10.cjs +1 -0
  104. package/shared/definition10.js +2 -2
  105. package/shared/definition11.cjs +1 -1
  106. package/shared/definition11.js +2 -2
  107. package/shared/definition12.cjs +1 -1
  108. package/shared/definition12.js +2 -2
  109. package/shared/definition13.cjs +15 -2
  110. package/shared/definition13.js +16 -4
  111. package/shared/definition14.cjs +3 -2
  112. package/shared/definition14.js +4 -4
  113. package/shared/definition15.cjs +1 -1
  114. package/shared/definition15.js +2 -2
  115. package/shared/definition16.cjs +18 -18
  116. package/shared/definition16.js +6 -6
  117. package/shared/definition17.cjs +3 -0
  118. package/shared/definition17.js +2 -2
  119. package/shared/definition18.cjs +7 -7
  120. package/shared/definition18.js +4 -4
  121. package/shared/definition19.cjs +15 -15
  122. package/shared/definition19.js +4 -4
  123. package/shared/definition2.cjs +1 -0
  124. package/shared/definition2.js +2 -2
  125. package/shared/definition20.cjs +5 -4
  126. package/shared/definition20.js +6 -6
  127. package/shared/definition21.cjs +3 -2
  128. package/shared/definition21.js +4 -4
  129. package/shared/definition22.js +1 -1
  130. package/shared/definition23.cjs +2 -1
  131. package/shared/definition23.js +3 -3
  132. package/shared/definition24.cjs +2 -1
  133. package/shared/definition24.js +3 -3
  134. package/shared/definition25.cjs +14 -14
  135. package/shared/definition25.js +3 -3
  136. package/shared/definition26.cjs +2 -1
  137. package/shared/definition26.js +3 -3
  138. package/shared/definition27.cjs +1 -1
  139. package/shared/definition27.js +2 -2
  140. package/shared/definition28.cjs +1 -0
  141. package/shared/definition28.js +2 -2
  142. package/shared/definition29.cjs +53 -61
  143. package/shared/definition29.js +54 -63
  144. package/shared/definition3.cjs +1 -0
  145. package/shared/definition3.js +2 -2
  146. package/shared/definition30.cjs +1 -0
  147. package/shared/definition30.js +2 -2
  148. package/shared/definition31.cjs +1 -0
  149. package/shared/definition31.js +2 -2
  150. package/shared/definition32.cjs +1 -0
  151. package/shared/definition32.js +2 -2
  152. package/shared/definition33.cjs +2 -1
  153. package/shared/definition33.js +3 -3
  154. package/shared/definition34.cjs +25 -25
  155. package/shared/definition34.js +5 -5
  156. package/shared/definition35.cjs +1 -1
  157. package/shared/definition35.js +2 -2
  158. package/shared/definition36.cjs +2 -1
  159. package/shared/definition36.js +3 -3
  160. package/shared/definition37.cjs +1 -1
  161. package/shared/definition37.js +2 -2
  162. package/shared/definition38.cjs +2 -1
  163. package/shared/definition38.js +3 -3
  164. package/shared/definition39.cjs +1 -0
  165. package/shared/definition39.js +2 -2
  166. package/shared/definition4.cjs +3 -2
  167. package/shared/definition4.js +4 -4
  168. package/shared/definition40.cjs +1 -1
  169. package/shared/definition40.js +2 -2
  170. package/shared/definition41.cjs +30 -30
  171. package/shared/definition41.js +5 -5
  172. package/shared/definition42.cjs +12538 -1052
  173. package/shared/definition42.js +12538 -1053
  174. package/shared/definition43.cjs +927 -701
  175. package/shared/definition43.js +929 -702
  176. package/shared/definition44.cjs +874 -104
  177. package/shared/definition44.js +874 -104
  178. package/shared/definition45.cjs +114 -90
  179. package/shared/definition45.js +113 -90
  180. package/shared/definition46.cjs +88 -464
  181. package/shared/definition46.js +87 -463
  182. package/shared/definition47.cjs +463 -109
  183. package/shared/definition47.js +462 -109
  184. package/shared/definition48.cjs +108 -106
  185. package/shared/definition48.js +107 -106
  186. package/shared/definition49.cjs +139 -13
  187. package/shared/definition49.js +138 -13
  188. package/shared/definition5.cjs +3 -2
  189. package/shared/definition5.js +5 -5
  190. package/shared/definition50.cjs +16 -114
  191. package/shared/definition50.js +15 -114
  192. package/shared/definition51.cjs +79 -485
  193. package/shared/definition51.js +78 -485
  194. package/shared/definition52.cjs +503 -23
  195. package/shared/definition52.js +502 -23
  196. package/shared/definition53.cjs +25 -123
  197. package/shared/definition53.js +24 -123
  198. package/shared/definition54.cjs +96 -254
  199. package/shared/definition54.js +96 -255
  200. package/shared/definition55.cjs +261 -59
  201. package/shared/definition55.js +262 -60
  202. package/shared/definition56.cjs +72 -861
  203. package/shared/definition56.js +72 -861
  204. package/shared/definition57.cjs +880 -107
  205. package/shared/definition57.js +880 -107
  206. package/shared/definition58.cjs +104 -88
  207. package/shared/definition58.js +104 -89
  208. package/shared/definition59.cjs +80 -165
  209. package/shared/definition59.js +79 -163
  210. package/shared/definition6.cjs +2 -1
  211. package/shared/definition6.js +3 -3
  212. package/shared/definition60.cjs +142 -228
  213. package/shared/definition60.js +141 -229
  214. package/shared/definition61.cjs +233 -70146
  215. package/shared/definition61.js +232 -70146
  216. package/shared/definition62.cjs +69381 -28
  217. package/shared/definition62.js +69380 -27
  218. package/shared/definition63.cjs +28 -2163
  219. package/shared/definition63.js +27 -2161
  220. package/shared/definition64.cjs +2195 -0
  221. package/shared/definition64.js +2190 -0
  222. package/shared/definition7.cjs +2 -1
  223. package/shared/definition7.js +3 -3
  224. package/shared/definition8.cjs +2 -1
  225. package/shared/definition8.js +3 -3
  226. package/shared/definition9.cjs +1 -1
  227. package/shared/definition9.js +2 -2
  228. package/shared/enums.cjs +8 -0
  229. package/shared/enums.js +8 -1
  230. package/shared/form-associated.js +1 -1
  231. package/shared/form-elements.cjs +7 -7
  232. package/shared/form-elements.js +8 -8
  233. package/shared/foundation/vivid-element/vivid-element.d.ts +1 -0
  234. package/shared/patterns/anchored.d.ts +891 -10
  235. package/shared/patterns/trapped-focus.d.ts +2 -0
  236. package/shared/presentationDate.cjs +5 -7
  237. package/shared/presentationDate.js +5 -7
  238. package/shared/slider.template.cjs +4 -4
  239. package/shared/slider.template.js +4 -4
  240. package/shared/text-anchor.template.cjs +2 -2
  241. package/shared/text-anchor.template.js +2 -2
  242. package/shared/text-field.cjs +555 -2
  243. package/shared/text-field.js +554 -2
  244. package/shared/text-field2.cjs +2 -572
  245. package/shared/text-field2.js +2 -571
  246. package/shared/trapped-focus.cjs +7 -1
  247. package/shared/trapped-focus.js +7 -1
  248. package/shared/utils/mixins.d.ts +3 -0
  249. package/shared/vivid-element.cjs +3 -0
  250. package/shared/vivid-element.js +4 -1
  251. package/side-drawer/index.cjs +1 -1
  252. package/side-drawer/index.js +1 -1
  253. package/slider/index.cjs +1 -1
  254. package/slider/index.js +1 -1
  255. package/split-button/index.cjs +1 -1
  256. package/split-button/index.js +1 -1
  257. package/styles/core/all.css +1 -1
  258. package/styles/core/theme.css +1 -1
  259. package/styles/core/typography.css +1 -1
  260. package/styles/tokens/theme-dark.css +4 -4
  261. package/styles/tokens/theme-light.css +4 -4
  262. package/styles/tokens/vivid-2-compat.css +1 -1
  263. package/switch/index.cjs +1 -1
  264. package/switch/index.js +1 -1
  265. package/tab/index.cjs +1 -1
  266. package/tab/index.js +1 -1
  267. package/tab-panel/index.cjs +1 -1
  268. package/tab-panel/index.js +1 -1
  269. package/tabs/index.cjs +1 -1
  270. package/tabs/index.js +1 -1
  271. package/tag/index.cjs +1 -1
  272. package/tag/index.js +1 -1
  273. package/tag-group/index.cjs +1 -1
  274. package/tag-group/index.js +1 -1
  275. package/text-anchor/index.js +1 -1
  276. package/text-area/index.cjs +1 -1
  277. package/text-area/index.js +1 -1
  278. package/text-field/index.cjs +1 -1
  279. package/text-field/index.js +1 -1
  280. package/time-picker/index.cjs +1 -1
  281. package/time-picker/index.js +1 -1
  282. package/toggletip/index.cjs +1 -1
  283. package/toggletip/index.js +1 -1
  284. package/tooltip/index.cjs +1 -1
  285. package/tooltip/index.js +1 -1
  286. package/tree-item/index.cjs +1 -1
  287. package/tree-item/index.js +1 -1
  288. package/tree-view/index.cjs +1 -1
  289. package/tree-view/index.js +1 -1
  290. package/video-player/index.cjs +1 -1
  291. package/video-player/index.js +1 -1
  292. package/vivid.api.json +22795 -1
@@ -1,572 +1,3 @@
1
- import { a as applyMixins } from './apply-mixins.js';
2
- import { O as Observable, D as DOM, V as VividElement, a as attr, o as observable, n as nullableNumberConverter } from './vivid-element.js';
3
- import { a as applyMixinsWithObservables } from './applyMixinsWithObservables.js';
4
- import { F as FormAssociated } from './form-associated.js';
5
- import { m as memoizeWith } from './definition27.js';
6
- import { e as errorText, f as formElements, F as FormElementSuccessText, a as FormElementHelperText, b as FormElementCharCount } from './form-elements.js';
7
- import { A as ARIAGlobalStatesAndProperties } from './aria-global.js';
8
- import { b as AffixIcon } from './affix.js';
1
+ const styles = ":host{display:inline-block}.base{--_appearance-color-text: var(--vvd-color-canvas-text);--_appearance-color-fill: var(--vvd-color-canvas);--_appearance-color-outline: var(--_connotation-color-intermediate)}.base.appearance-ghost{--_appearance-color-text: var(--_connotation-color-firm);--_appearance-color-fill: transparent;--_appearance-color-outline: transparent}.base:where(.hover,:hover):where(:not(.disabled,:disabled,.readonly)){--_appearance-color-text: var(--vvd-color-canvas-text);--_appearance-color-fill: var(--vvd-color-canvas);--_appearance-color-outline: var(--_connotation-color-fierce)}.base:where(.hover,:hover):where(:not(.disabled,:disabled,.readonly)).appearance-ghost{--_appearance-color-text: var(--_connotation-color-firm);--_appearance-color-fill: var(--_connotation-color-faint);--_appearance-color-outline: transparent}.base:where(.disabled,:disabled){--_appearance-color-text: var(--vvd-color-neutral-300);--_appearance-color-fill: var(--vvd-color-neutral-100);--_appearance-color-outline: var(--vvd-color-neutral-300)}.base:where(.disabled,:disabled).appearance-ghost{--_appearance-color-text: var(--vvd-color-neutral-300);--_appearance-color-fill: transparent;--_appearance-color-outline: transparent}.base:where(.readonly):where(:not(.disabled,:disabled)){--_appearance-color-text: var(--vvd-color-canvas-text);--_appearance-color-fill: var(--vvd-color-neutral-200);--_appearance-color-outline: var(--vvd-color-neutral-400)}.base:where(.readonly):where(:not(.disabled,:disabled)).appearance-ghost{--_appearance-color-text: var(--vvd-color-neutral-600);--_appearance-color-fill: transparent;--_appearance-color-outline: transparent}.base:where(.error):where(:not(.disabled,:disabled)){--_appearance-color-text: notSet;--_appearance-color-fill: var(--vvd-color-alert-50);--_appearance-color-outline: var(--vvd-color-alert-500)}.base:where(.error):where(:not(.disabled,:disabled)).appearance-ghost{--_appearance-color-text: notSet;--_appearance-color-fill: var(--vvd-color-alert-50);--_appearance-color-outline: transparent}.base:where(.success):where(:not(.disabled,:disabled)){--_appearance-color-text: notSet;--_appearance-color-fill: var(--vvd-color-success-50);--_appearance-color-outline: var(--vvd-color-success-500)}.base:where(.success):where(:not(.disabled,:disabled)).appearance-ghost{--_appearance-color-text: notSet;--_appearance-color-fill: var(--vvd-color-success-50);--_appearance-color-outline: transparent}.base{--_connotation-color-primary: var(--vvd-text-field-accent-primary, var(--vvd-color-canvas-text));--_connotation-color-primary-text: var(--vvd-text-field-accent-primary-text, var(--vvd-color-canvas));--_connotation-color-primary-increment: var(--vvd-text-field-accent-primary-increment, var(--vvd-color-neutral-800));--_connotation-color-intermediate: var(--vvd-text-field-accent-intermediate, var(--vvd-color-neutral-500));--_connotation-color-firm: var(--vvd-text-field-accent-firm, var(--vvd-color-canvas-text));--_connotation-color-fierce: var(--vvd-text-field-accent-fierce, var(--vvd-color-neutral-700));--_connotation-color-faint: var(--vvd-text-field-accent-faint, var(--vvd-color-neutral-50));--_connotation-color-soft: var(--vvd-text-field-accent-soft, var(--vvd-color-neutral-100))}.base{--_text-field-gutter-start: calc(1px*(40 + 4*clamp(-1, var(--vvd-size-density, 0), 2))*.4) ;--_text-field-gutter-end: calc(1px*(40 + 4*clamp(-1, var(--vvd-size-density, 0), 2))*.4) ;--_text-field-icon-size: calc(1px*(40 + 4*clamp(-1, var(--vvd-size-density, 0), 2))/2) ;--_text-field-block-size: calc(1px*(40 + 4*clamp(-1, var(--vvd-size-density, 0), 2))) ;--_text-field-border-radius: 8px;--_text-field-pill-border-radius: 24px;display:inline-grid;width:100%;gap:4px;grid-template-columns:min-content 1fr max-content}.base.size-condensed{--_text-field-gutter-start: calc(1px*(24 + 4*clamp(-1, var(--vvd-size-density, 0), 2))/2) ;--_text-field-gutter-end: calc(1px*(24 + 4*clamp(-1, var(--vvd-size-density, 0), 2))/2) ;--_text-field-icon-size: calc(1px*(32 + 4*clamp(-1, var(--vvd-size-density, 0), 2))/2) ;--_text-field-block-size: calc(1px*(32 + 4*clamp(-1, var(--vvd-size-density, 0), 2))) ;--_text-field-border-radius: 4px}@supports (user-select: none){.base{user-select:none}}.base:not(.disabled){--_low-ink-color: var(--vvd-color-neutral-600)}.base.disabled{--_low-ink-color: var(--_appearance-color-text)}.label:not(slot),.label::slotted(label){box-sizing:initial!important;padding:initial!important;margin:initial!important;color:var(--vvd-color-canvas-text)!important;contain:inline-size!important;font:var(--vvd-typography-base);grid-column:1/4;grid-row:1}.char-count+.label:not(slot),.char-count+.label::slotted(label){grid-column:1/3}.char-count{color:var(--_low-ink-color);font:var(--vvd-typography-base);grid-column:3/4}.fieldset{position:relative;display:flex;align-items:center;background-color:var(--_appearance-color-fill);font:var(--vvd-typography-base);grid-column:1/4;padding-block:0;transition:color .2s,background-color .2s}.fieldset:after{position:absolute;display:block;border-radius:inherit;block-size:100%;box-shadow:inset 0 0 0 1px var(--_appearance-color-outline);content:\"\";inline-size:100%;pointer-events:none;transition:box-shadow .2s}.fieldset:focus-visible{outline:none}.base>.fieldset{block-size:var(--_text-field-block-size)}.base:not(.shape-pill) .fieldset{border-radius:var(--_text-field-border-radius)}.base.shape-pill .fieldset{border-radius:var(--_text-field-pill-border-radius)}.wrapper{border-radius:inherit;block-size:100%;inline-size:100%}.control{border-radius:inherit;text-align:start}.control:not(slot),.control::slotted(input){width:100%!important;box-sizing:border-box!important;border:0 none!important;border-radius:inherit!important;margin:initial!important;appearance:none!important;background-color:transparent!important;block-size:100%!important;color:inherit!important;font:inherit;outline:transparent;padding-block:0!important;padding-inline:var(--_text-field-gutter-start) var(--_text-field-gutter-end)!important;text-align:inherit}.control:not(slot):disabled,.control::slotted(input:disabled){cursor:not-allowed!important;opacity:1!important;-webkit-text-fill-color:var(--_appearance-color-text)!important}.control:not(slot)::placeholder{opacity:1!important;-webkit-text-fill-color:var(--_low-ink-color)!important}.control::slotted(input:-webkit-autofill),.control:not(slot):-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--_appearance-color-fill) inset;-webkit-text-fill-color:var(--_appearance-color-text)!important}.has-icon .control:not(slot),.has-icon .control::slotted(input){padding-inline-start:calc(var(--_text-field-icon-size) + var(--_text-field-gutter-start) * 2)!important}.icon{position:absolute;z-index:1;color:var(--_low-ink-color);font-size:var(--_text-field-icon-size);inset-block-start:50%;inset-inline-start:calc(100% + var(--_text-field-gutter-start));line-height:1;transform:translateY(-50%)}.leading-items-wrapper{position:relative}.base.no-leading .leading-items-wrapper{display:none}.action-items-wrapper{margin-inline-end:4px}.base:not(.action-items) .action-items-wrapper{display:none}@supports selector(:has(*)){.fieldset:has(.wrapper .control:focus-within):after{--focus-stroke-gap-color: transparent;box-shadow:inset 0 0 0 3px var(--focus-stroke-gap-color, currentColor);outline:2px solid var(--focus-stroke-color, var(--vvd-color-canvas-text));outline-offset:calc(-2px - var(--focus-inset, 0px))}}@supports not selector(:has(*)){.wrapper:focus-within:after{box-shadow:inset 0 0 0 3px var(--focus-stroke-gap-color, currentColor);outline:2px solid var(--focus-stroke-color, var(--vvd-color-canvas-text));outline-offset:calc(-2px - var(--focus-inset, 0px));--focus-stroke-gap-color: transparent;position:absolute;z-index:1;display:block;border-radius:inherit;content:\"\";inset:0;pointer-events:none}}:host([internal-part]) .fieldset{background-color:transparent;font:var(--vvd-typography-heading-4);line-height:1.1}:host([internal-part]) .fieldset:not(:focus-within):after{block-size:1px;inset-block-end:0}@supports selector(:has(*)){:host([internal-part]) .fieldset:has(.action-items-wrapper:focus-within):after{block-size:1px;inset-block-end:0}}:host([internal-part]) .control{text-align:center}slot[name=_mirrored-helper-text]{display:none}";
9
2
 
10
- const byteToHex = [];
11
- for (let i = 0; i < 256; ++i) {
12
- byteToHex.push((i + 0x100).toString(16).slice(1));
13
- }
14
- function unsafeStringify(arr, offset = 0) {
15
- return (byteToHex[arr[offset + 0]] +
16
- byteToHex[arr[offset + 1]] +
17
- byteToHex[arr[offset + 2]] +
18
- byteToHex[arr[offset + 3]] +
19
- '-' +
20
- byteToHex[arr[offset + 4]] +
21
- byteToHex[arr[offset + 5]] +
22
- '-' +
23
- byteToHex[arr[offset + 6]] +
24
- byteToHex[arr[offset + 7]] +
25
- '-' +
26
- byteToHex[arr[offset + 8]] +
27
- byteToHex[arr[offset + 9]] +
28
- '-' +
29
- byteToHex[arr[offset + 10]] +
30
- byteToHex[arr[offset + 11]] +
31
- byteToHex[arr[offset + 12]] +
32
- byteToHex[arr[offset + 13]] +
33
- byteToHex[arr[offset + 14]] +
34
- byteToHex[arr[offset + 15]]).toLowerCase();
35
- }
36
-
37
- let getRandomValues;
38
- const rnds8 = new Uint8Array(16);
39
- function rng() {
40
- if (!getRandomValues) {
41
- if (typeof crypto === 'undefined' || !crypto.getRandomValues) {
42
- throw new Error('crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported');
43
- }
44
- getRandomValues = crypto.getRandomValues.bind(crypto);
45
- }
46
- return getRandomValues(rnds8);
47
- }
48
-
49
- const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
50
- const native = { randomUUID };
51
-
52
- function v4(options, buf, offset) {
53
- if (native.randomUUID && !buf && !options) {
54
- return native.randomUUID();
55
- }
56
- options = options || {};
57
- const rnds = options.random ?? options.rng?.() ?? rng();
58
- if (rnds.length < 16) {
59
- throw new Error('Random bytes length must be >= 16');
60
- }
61
- rnds[6] = (rnds[6] & 0x0f) | 0x40;
62
- rnds[8] = (rnds[8] & 0x3f) | 0x80;
63
- return unsafeStringify(rnds);
64
- }
65
-
66
- const generateRandomId = () => v4();
67
-
68
- class Reflector {
69
- #reflectedProperties = /* @__PURE__ */ new Map();
70
- #source;
71
- #target;
72
- constructor(source, target) {
73
- this.#source = source;
74
- this.#target = target;
75
- }
76
- attribute(propertyName, attributeName) {
77
- this.#addReflectedProperty(propertyName, {
78
- type: "attribute",
79
- destination: attributeName
80
- });
81
- }
82
- booleanAttribute(propertyName, attributeName) {
83
- this.#addReflectedProperty(propertyName, {
84
- type: "boolean-attribute",
85
- destination: attributeName
86
- });
87
- }
88
- property(propertyName, targetProperty, skipIfEqual = false) {
89
- this.#addReflectedProperty(propertyName, {
90
- type: "property",
91
- destination: targetProperty,
92
- skipIfEqual
93
- });
94
- }
95
- destroy() {
96
- const notifier = Observable.getNotifier(this.#source);
97
- for (const prop of this.#reflectedProperties.keys()) {
98
- notifier.unsubscribe(this.#propertyChangeHandler, prop);
99
- }
100
- this.#reflectedProperties.clear();
101
- }
102
- #addReflectedProperty(name, reflected) {
103
- this.#reflectedProperties.set(name, reflected);
104
- const notifier = Observable.getNotifier(this.#source);
105
- notifier.subscribe(this.#propertyChangeHandler, name);
106
- this.#propertyChangeHandler.handleChange(this.#source, name);
107
- }
108
- #propertyChangeHandler = {
109
- handleChange: (source, propertyName) => {
110
- const reflectedProperty = this.#reflectedProperties.get(propertyName);
111
- const value = source[propertyName];
112
- switch (reflectedProperty.type) {
113
- case "boolean-attribute":
114
- DOM.setBooleanAttribute(
115
- this.#target,
116
- reflectedProperty.destination,
117
- Boolean(value)
118
- );
119
- break;
120
- case "attribute":
121
- DOM.setAttribute(this.#target, reflectedProperty.destination, value);
122
- break;
123
- case "property":
124
- if (reflectedProperty.skipIfEqual && this.#target[reflectedProperty.destination] === value) {
125
- return;
126
- }
127
- this.#target[reflectedProperty.destination] = value;
128
- break;
129
- }
130
- }
131
- };
132
- }
133
-
134
- class _TextField extends VividElement {
135
- }
136
- class FormAssociatedTextField extends FormAssociated(_TextField) {
137
- constructor() {
138
- super(...arguments);
139
- this.proxy = document.createElement("input");
140
- }
141
- }
142
-
143
- var __defProp = Object.defineProperty;
144
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
145
- var __typeError = (msg) => {
146
- throw TypeError(msg);
147
- };
148
- var __decorateClass = (decorators, target, key, kind) => {
149
- var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
150
- for (var i = decorators.length - 1, decorator; i >= 0; i--)
151
- if (decorator = decorators[i])
152
- result = (kind ? decorator(target, key, result) : decorator(result)) || result;
153
- if (kind && result) __defProp(target, key, result);
154
- return result;
155
- };
156
- var __accessCheck = (obj, member, msg) => member.has(obj) || __typeError("Cannot " + msg);
157
- var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read from private field"), getter ? getter.call(obj) : member.get(obj));
158
- var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
159
- var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "write to private field"), member.set(obj, value), value);
160
- var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
161
- var _TextField_instances, handleLabelChange_fn, _reflectToInput, _helperTextMirrorEl, _helperTextSlotMutationObserver, updateHelperTextMutationObserver_fn, updateMirroredHelperText_fn;
162
- const TextFieldType = {
163
- /**
164
- * An email TextField
165
- */
166
- email: "email",
167
- /**
168
- * A password TextField
169
- */
170
- password: "password",
171
- /**
172
- * A telephone TextField
173
- */
174
- tel: "tel",
175
- /**
176
- * A text TextField
177
- */
178
- text: "text",
179
- /**
180
- * A URL TextField
181
- */
182
- url: "url"
183
- };
184
- const safariWorkaroundClassName = "_vvd-3-text-field-safari-workaround";
185
- const getSafariWorkaroundStyleSheet = memoizeWith(
186
- () => "",
187
- () => {
188
- const styleSheet = new CSSStyleSheet();
189
- const supportsReplaceSync = "replaceSync" in styleSheet;
190
- if (supportsReplaceSync) {
191
- styleSheet.replaceSync(`
192
- .${safariWorkaroundClassName}::placeholder {
193
- opacity: 1 !important;
194
- -webkit-text-fill-color: var(--_low-ink-color) !important;
195
- }`);
196
- }
197
- return styleSheet;
198
- }
199
- );
200
- const installSafariWorkaroundStyle = (forElement) => {
201
- const root = forElement.getRootNode();
202
- const workaroundStyleSheet = getSafariWorkaroundStyleSheet();
203
- const supportsAdoptedStyleSheets = "adoptedStyleSheets" in root;
204
- if (!supportsAdoptedStyleSheets) {
205
- return;
206
- }
207
- if (!root.adoptedStyleSheets.includes(workaroundStyleSheet)) {
208
- root.adoptedStyleSheets = [
209
- ...root.adoptedStyleSheets,
210
- workaroundStyleSheet
211
- ];
212
- }
213
- };
214
- let TextField = class extends FormAssociatedTextField {
215
- constructor() {
216
- super(...arguments);
217
- __privateAdd(this, _TextField_instances);
218
- // eslint-disable-next-line @nrwl/nx/workspace/no-attribute-default-value
219
- this.type = TextFieldType.text;
220
- /**
221
- * @internal
222
- */
223
- this._labelEl = null;
224
- __privateAdd(this, _reflectToInput);
225
- __privateAdd(this, _helperTextMirrorEl);
226
- __privateAdd(this, _helperTextSlotMutationObserver);
227
- }
228
- /**
229
- * @internal
230
- */
231
- readOnlyChanged() {
232
- if (this.proxy instanceof HTMLInputElement) {
233
- this.proxy.readOnly = this.readOnly;
234
- this.validate();
235
- }
236
- }
237
- /**
238
- * @internal
239
- */
240
- autofocusChanged() {
241
- if (this.proxy instanceof HTMLInputElement) {
242
- this.proxy.autofocus = this.autofocus;
243
- this.validate();
244
- }
245
- }
246
- /**
247
- * @internal
248
- */
249
- placeholderChanged() {
250
- if (this.proxy instanceof HTMLInputElement) {
251
- this.proxy.placeholder = this.placeholder;
252
- }
253
- }
254
- /**
255
- * @internal
256
- */
257
- typeChanged() {
258
- if (this.proxy instanceof HTMLInputElement) {
259
- this.proxy.type = this.type;
260
- this.validate();
261
- }
262
- }
263
- /**
264
- * @internal
265
- */
266
- listChanged() {
267
- if (this.proxy instanceof HTMLInputElement) {
268
- this.proxy.setAttribute("list", this.list);
269
- this.validate();
270
- }
271
- }
272
- /**
273
- * @internal
274
- */
275
- maxlengthChanged() {
276
- if (this.proxy instanceof HTMLInputElement) {
277
- this.proxy.maxLength = this.maxlength;
278
- this.validate();
279
- }
280
- }
281
- /**
282
- * @internal
283
- */
284
- minlengthChanged() {
285
- if (this.proxy instanceof HTMLInputElement) {
286
- this.proxy.minLength = this.minlength;
287
- this.validate();
288
- }
289
- }
290
- /**
291
- * @internal
292
- */
293
- patternChanged() {
294
- if (this.proxy instanceof HTMLInputElement) {
295
- this.proxy.pattern = this.pattern;
296
- this.validate();
297
- }
298
- }
299
- /**
300
- * @internal
301
- */
302
- sizeChanged() {
303
- if (this.proxy instanceof HTMLInputElement) {
304
- this.proxy.size = this.size;
305
- }
306
- }
307
- /**
308
- * @internal
309
- */
310
- spellcheckChanged() {
311
- if (this.proxy instanceof HTMLInputElement) {
312
- this.proxy.spellcheck = this.spellcheck;
313
- }
314
- }
315
- /**
316
- * Selects all the text in the text field
317
- *
318
- * @public
319
- */
320
- select() {
321
- this.control.select();
322
- }
323
- /**
324
- * Handles the internal control's `input` event
325
- * @internal
326
- */
327
- handleTextInput() {
328
- this.value = this.control.value;
329
- }
330
- /**
331
- * Change event handler for inner control.
332
- * @remarks
333
- * "Change" events are not `composable` so they will not
334
- * permeate the shadow DOM boundary. This fn effectively proxies
335
- * the change event, emitting a `change` event whenever the internal
336
- * control emits a `change` event
337
- * @internal
338
- */
339
- handleChange() {
340
- this.$emit("change");
341
- }
342
- /** {@inheritDoc (FormAssociated:interface).validate} */
343
- validate() {
344
- super.validate(this.control);
345
- }
346
- /**
347
- * @internal
348
- */
349
- labelChanged() {
350
- if (this._labelEl) {
351
- __privateMethod(this, _TextField_instances, handleLabelChange_fn).call(this, this._labelEl);
352
- }
353
- }
354
- connectedCallback() {
355
- super.connectedCallback();
356
- this.proxy.setAttribute("type", this.type);
357
- this.validate();
358
- if (this.autofocus) {
359
- DOM.queueUpdate(() => {
360
- this.focus();
361
- });
362
- }
363
- if (!this.control) {
364
- const uniqueId = this.id || generateRandomId();
365
- const controlId = `vvd-text-field-control-${uniqueId}`;
366
- const helperTextId = `vvd-text-field-helper-text-${uniqueId}`;
367
- const input = document.createElement("input");
368
- input.slot = "_control";
369
- input.id = controlId;
370
- input.className = safariWorkaroundClassName;
371
- this.control = input;
372
- input.addEventListener("input", () => {
373
- this.handleTextInput();
374
- });
375
- input.addEventListener("change", () => {
376
- this.handleChange();
377
- });
378
- input.addEventListener("blur", () => {
379
- this.$emit("blur", void 0, { bubbles: false });
380
- });
381
- input.addEventListener("focus", () => {
382
- this.$emit("focus", void 0, { bubbles: false });
383
- });
384
- this.appendChild(input);
385
- const label = document.createElement("label");
386
- label.slot = "_label";
387
- label.htmlFor = controlId;
388
- this._labelEl = label;
389
- __privateMethod(this, _TextField_instances, handleLabelChange_fn).call(this, label);
390
- __privateSet(this, _helperTextMirrorEl, document.createElement("div"));
391
- __privateGet(this, _helperTextMirrorEl).id = helperTextId;
392
- __privateGet(this, _helperTextMirrorEl).slot = "_mirrored-helper-text";
393
- __privateMethod(this, _TextField_instances, updateMirroredHelperText_fn).call(this);
394
- this.appendChild(__privateGet(this, _helperTextMirrorEl));
395
- installSafariWorkaroundStyle(this);
396
- }
397
- __privateSet(this, _reflectToInput, new Reflector(this, this.control));
398
- __privateGet(this, _reflectToInput).booleanAttribute("autofocus", "autofocus");
399
- __privateGet(this, _reflectToInput).booleanAttribute("disabled", "disabled");
400
- __privateGet(this, _reflectToInput).booleanAttribute("readOnly", "readonly");
401
- __privateGet(this, _reflectToInput).booleanAttribute("required", "required");
402
- __privateGet(this, _reflectToInput).booleanAttribute("spellcheck", "spellcheck");
403
- __privateGet(this, _reflectToInput).attribute("list", "list");
404
- __privateGet(this, _reflectToInput).attribute("maxlength", "maxlength");
405
- __privateGet(this, _reflectToInput).attribute("minlength", "minlength");
406
- __privateGet(this, _reflectToInput).attribute("pattern", "pattern");
407
- __privateGet(this, _reflectToInput).attribute("placeholder", "placeholder");
408
- __privateGet(this, _reflectToInput).attribute("size", "size");
409
- __privateGet(this, _reflectToInput).attribute("autoComplete", "autocomplete");
410
- __privateGet(this, _reflectToInput).attribute("type", "type");
411
- __privateGet(this, _reflectToInput).attribute("inputMode", "inputmode");
412
- __privateGet(this, _reflectToInput).attribute("ariaAtomic", "aria-atomic");
413
- __privateGet(this, _reflectToInput).attribute("ariaBusy", "aria-busy");
414
- __privateGet(this, _reflectToInput).attribute("ariaCurrent", "aria-current");
415
- __privateGet(this, _reflectToInput).attribute("ariaDetails", "aria-details");
416
- __privateGet(this, _reflectToInput).attribute("ariaDisabled", "aria-disabled");
417
- __privateGet(this, _reflectToInput).attribute("ariaHaspopup", "aria-haspopup");
418
- __privateGet(this, _reflectToInput).attribute("ariaHidden", "aria-hidden");
419
- __privateGet(this, _reflectToInput).attribute("ariaInvalid", "aria-invalid");
420
- __privateGet(this, _reflectToInput).attribute("ariaKeyshortcuts", "aria-keyshortcuts");
421
- __privateGet(this, _reflectToInput).attribute("ariaLabel", "aria-label");
422
- __privateGet(this, _reflectToInput).attribute("ariaLive", "aria-live");
423
- __privateGet(this, _reflectToInput).attribute("ariaRelevant", "aria-relevant");
424
- __privateGet(this, _reflectToInput).attribute(
425
- "ariaRoledescription",
426
- "aria-roledescription"
427
- );
428
- __privateGet(this, _reflectToInput).property("value", "value", true);
429
- __privateMethod(this, _TextField_instances, updateHelperTextMutationObserver_fn).call(this);
430
- }
431
- disconnectedCallback() {
432
- super.disconnectedCallback();
433
- __privateGet(this, _reflectToInput).destroy();
434
- __privateSet(this, _reflectToInput, void 0);
435
- __privateMethod(this, _TextField_instances, updateHelperTextMutationObserver_fn).call(this);
436
- }
437
- focus() {
438
- this.control?.focus();
439
- }
440
- /**
441
- * @internal
442
- */
443
- helperTextChanged() {
444
- __privateMethod(this, _TextField_instances, updateMirroredHelperText_fn).call(this);
445
- }
446
- /**
447
- * @internal
448
- */
449
- _helperTextSlottedContentChanged() {
450
- __privateMethod(this, _TextField_instances, updateMirroredHelperText_fn).call(this);
451
- __privateMethod(this, _TextField_instances, updateHelperTextMutationObserver_fn).call(this);
452
- }
453
- };
454
- _TextField_instances = new WeakSet();
455
- handleLabelChange_fn = function(labelEl) {
456
- if (!this.label) {
457
- labelEl.remove();
458
- } else {
459
- labelEl.textContent = this.label;
460
- if (!labelEl.isConnected) {
461
- this.appendChild(labelEl);
462
- }
463
- }
464
- };
465
- _reflectToInput = new WeakMap();
466
- _helperTextMirrorEl = new WeakMap();
467
- _helperTextSlotMutationObserver = new WeakMap();
468
- updateHelperTextMutationObserver_fn = function() {
469
- const usesHelperTextSlot = this._helperTextSlottedContent.length;
470
- const shouldHaveMutationObserver = usesHelperTextSlot && this.isConnected;
471
- if (shouldHaveMutationObserver && !__privateGet(this, _helperTextSlotMutationObserver)) {
472
- __privateSet(this, _helperTextSlotMutationObserver, new MutationObserver((records) => {
473
- if (records.some((record) => record.target !== __privateGet(this, _helperTextMirrorEl))) {
474
- __privateMethod(this, _TextField_instances, updateMirroredHelperText_fn).call(this);
475
- }
476
- }));
477
- __privateGet(this, _helperTextSlotMutationObserver).observe(this, {
478
- subtree: true,
479
- childList: true,
480
- characterData: true
481
- });
482
- }
483
- if (!shouldHaveMutationObserver && __privateGet(this, _helperTextSlotMutationObserver)) {
484
- __privateGet(this, _helperTextSlotMutationObserver).disconnect();
485
- __privateSet(this, _helperTextSlotMutationObserver, void 0);
486
- }
487
- };
488
- updateMirroredHelperText_fn = function() {
489
- let helperText = this.helperText ?? "";
490
- if (this._helperTextSlottedContent?.length) {
491
- helperText = this._helperTextSlottedContent.map((node) => node.innerText).join(" ");
492
- }
493
- if (__privateGet(this, _helperTextMirrorEl)) {
494
- __privateGet(this, _helperTextMirrorEl).textContent = helperText;
495
- if (helperText) {
496
- this.control.setAttribute(
497
- "aria-describedby",
498
- __privateGet(this, _helperTextMirrorEl).id
499
- );
500
- } else {
501
- this.control.removeAttribute("aria-describedby");
502
- }
503
- }
504
- };
505
- __decorateClass([
506
- attr({ attribute: "readonly", mode: "boolean" })
507
- ], TextField.prototype, "readOnly", 2);
508
- __decorateClass([
509
- attr({ mode: "boolean" })
510
- ], TextField.prototype, "autofocus", 2);
511
- __decorateClass([
512
- attr
513
- ], TextField.prototype, "placeholder", 2);
514
- __decorateClass([
515
- attr
516
- ], TextField.prototype, "type", 2);
517
- __decorateClass([
518
- attr
519
- ], TextField.prototype, "list", 2);
520
- __decorateClass([
521
- attr({ converter: nullableNumberConverter })
522
- ], TextField.prototype, "maxlength", 2);
523
- __decorateClass([
524
- attr({ converter: nullableNumberConverter })
525
- ], TextField.prototype, "minlength", 2);
526
- __decorateClass([
527
- attr
528
- ], TextField.prototype, "pattern", 2);
529
- __decorateClass([
530
- attr({ converter: nullableNumberConverter })
531
- ], TextField.prototype, "size", 2);
532
- __decorateClass([
533
- attr({ mode: "boolean" })
534
- ], TextField.prototype, "spellcheck", 2);
535
- __decorateClass([
536
- attr
537
- ], TextField.prototype, "appearance", 2);
538
- __decorateClass([
539
- attr
540
- ], TextField.prototype, "shape", 2);
541
- __decorateClass([
542
- attr
543
- ], TextField.prototype, "autoComplete", 2);
544
- __decorateClass([
545
- attr()
546
- ], TextField.prototype, "scale", 2);
547
- __decorateClass([
548
- attr({ attribute: "inputmode" })
549
- ], TextField.prototype, "inputMode", 2);
550
- __decorateClass([
551
- observable
552
- ], TextField.prototype, "actionItemsSlottedContent", 2);
553
- __decorateClass([
554
- observable
555
- ], TextField.prototype, "leadingActionItemsSlottedContent", 2);
556
- TextField = __decorateClass([
557
- errorText,
558
- formElements
559
- ], TextField);
560
- class DelegatesARIATextbox {
561
- }
562
- applyMixins(DelegatesARIATextbox, ARIAGlobalStatesAndProperties);
563
- applyMixinsWithObservables(
564
- TextField,
565
- AffixIcon,
566
- FormElementCharCount,
567
- FormElementHelperText,
568
- FormElementSuccessText,
569
- DelegatesARIATextbox
570
- );
571
-
572
- export { DelegatesARIATextbox as D, Reflector as R, TextField as T };
3
+ export { styles as s };
@@ -1,12 +1,18 @@
1
1
  'use strict';
2
2
 
3
3
  class TrappedFocus {
4
+ static {
5
+ this.ignoredEvents = /* @__PURE__ */ new WeakSet();
6
+ }
7
+ static ignoreEvent(event) {
8
+ this.ignoredEvents.add(event);
9
+ }
4
10
  /**
5
11
  * @returns Whether focus was trapped.
6
12
  * @internal
7
13
  */
8
14
  _trappedFocus(event, getFocusableEls) {
9
- if (event.key === "Tab") {
15
+ if (!TrappedFocus.ignoredEvents.has(event) && event.key === "Tab") {
10
16
  const focusableEls = getFocusableEls();
11
17
  const firstFocusableEl = focusableEls[0];
12
18
  const lastFocusableEl = focusableEls[focusableEls.length - 1];
@@ -1,10 +1,16 @@
1
1
  class TrappedFocus {
2
+ static {
3
+ this.ignoredEvents = /* @__PURE__ */ new WeakSet();
4
+ }
5
+ static ignoreEvent(event) {
6
+ this.ignoredEvents.add(event);
7
+ }
2
8
  /**
3
9
  * @returns Whether focus was trapped.
4
10
  * @internal
5
11
  */
6
12
  _trappedFocus(event, getFocusableEls) {
7
- if (event.key === "Tab") {
13
+ if (!TrappedFocus.ignoredEvents.has(event) && event.key === "Tab") {
8
14
  const focusableEls = getFocusableEls();
9
15
  const firstFocusableEl = focusableEls[0];
10
16
  const lastFocusableEl = focusableEls[focusableEls.length - 1];
@@ -0,0 +1,3 @@
1
+ export type Constructor<T = {}> = new (...args: any[]) => T;
2
+ export type AbstractConstructor<T = {}> = abstract new (...args: any[]) => T;
3
+ export type MixinType<T extends (...args: any) => any> = InstanceType<ReturnType<T>>;
@@ -2592,6 +2592,9 @@ const defineVividComponent = (name, type, template, dependencies, options) => ({
2592
2592
  });
2593
2593
 
2594
2594
  class VividElement extends FASTElement {
2595
+ static {
2596
+ this.VIVID_VERSION = "4.17.0";
2597
+ }
2595
2598
  }
2596
2599
 
2597
2600
  exports.AttachedBehaviorHTMLDirective = AttachedBehaviorHTMLDirective;
@@ -2590,6 +2590,9 @@ const defineVividComponent = (name, type, template, dependencies, options) => ({
2590
2590
  });
2591
2591
 
2592
2592
  class VividElement extends FASTElement {
2593
+ static {
2594
+ this.VIVID_VERSION = "4.17.0";
2595
+ }
2593
2596
  }
2594
2597
 
2595
- export { AttributeConfiguration as A, DOM as D, HTMLDirective as H, Observable as O, SubscriberSet as S, VividElement as V, attr as a, AttachedBehaviorHTMLDirective as b, booleanConverter as c, defineVividComponent as d, emptyArray as e, createRegisterFunction as f, HTMLView as g, html as h, defaultExecutionContext as i, nullableNumberConverter as n, observable as o, volatile as v };
2598
+ export { AttributeConfiguration as A, DOM as D, HTMLDirective as H, Observable as O, SubscriberSet as S, VividElement as V, attr as a, AttachedBehaviorHTMLDirective as b, booleanConverter as c, createRegisterFunction as d, emptyArray as e, defineVividComponent as f, HTMLView as g, html as h, defaultExecutionContext as i, nullableNumberConverter as n, observable as o, volatile as v };
@@ -1,5 +1,5 @@
1
1
  'use strict';
2
2
 
3
- const definition = require('../shared/definition45.cjs');
3
+ const definition = require('../shared/definition46.cjs');
4
4
 
5
5
  definition.registerSideDrawer();
@@ -1,3 +1,3 @@
1
- import { r as registerSideDrawer } from '../shared/definition45.js';
1
+ import { r as registerSideDrawer } from '../shared/definition46.js';
2
2
 
3
3
  registerSideDrawer();
package/slider/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use strict';
2
2
 
3
- const definition = require('../shared/definition46.cjs');
3
+ const definition = require('../shared/definition47.cjs');
4
4
 
5
5
  definition.registerSlider();
package/slider/index.js CHANGED
@@ -1,3 +1,3 @@
1
- import { r as registerSlider } from '../shared/definition46.js';
1
+ import { r as registerSlider } from '../shared/definition47.js';
2
2
 
3
3
  registerSlider();
@@ -1,5 +1,5 @@
1
1
  'use strict';
2
2
 
3
- const definition = require('../shared/definition47.cjs');
3
+ const definition = require('../shared/definition48.cjs');
4
4
 
5
5
  definition.registerSplitButton();