@vonage/vivid 4.21.1 → 4.23.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 (231) hide show
  1. package/custom-elements.json +2055 -640
  2. package/index.cjs +1 -1
  3. package/index.js +2 -2
  4. package/lib/accordion-item/accordion-item.d.ts +11 -5
  5. package/lib/action-group/action-group.d.ts +8 -6
  6. package/lib/alert/alert.d.ts +21 -9
  7. package/lib/audio-player/audio-player.d.ts +13 -6
  8. package/lib/badge/badge.d.ts +11 -5
  9. package/lib/banner/banner.d.ts +26 -12
  10. package/lib/breadcrumb/breadcrumb.d.ts +333 -1
  11. package/lib/breadcrumb/breadcrumb.template.d.ts +2 -3
  12. package/lib/breadcrumb-item/breadcrumb-item.d.ts +8 -6
  13. package/lib/button/button.d.ts +11 -5
  14. package/lib/calendar/calendar.d.ts +3 -1
  15. package/lib/calendar-event/calendar-event.d.ts +333 -1
  16. package/lib/checkbox/checkbox.d.ts +8 -6
  17. package/lib/combobox/combobox.d.ts +11 -5
  18. package/lib/date-picker/date-picker.d.ts +74 -50
  19. package/lib/date-range-picker/date-range-picker.d.ts +38 -26
  20. package/lib/date-time-picker/date-time-picker.d.ts +76 -52
  21. package/lib/dial-pad/dial-pad.d.ts +11 -5
  22. package/lib/dialog/dialog.d.ts +16 -8
  23. package/lib/divider/divider.d.ts +8 -6
  24. package/lib/enums.d.ts +0 -4
  25. package/lib/fab/fab.d.ts +11 -5
  26. package/lib/file-picker/file-picker.d.ts +338 -1
  27. package/lib/header/header.d.ts +333 -1
  28. package/lib/menu/menu.d.ts +16 -8
  29. package/lib/menu-item/menu-item.d.ts +338 -2
  30. package/lib/nav/nav.d.ts +333 -1
  31. package/lib/nav-disclosure/nav-disclosure.d.ts +16 -8
  32. package/lib/nav-item/nav-item.d.ts +11 -5
  33. package/lib/note/note.d.ts +11 -5
  34. package/lib/number-field/number-field.d.ts +26 -12
  35. package/lib/option/option.d.ts +341 -3
  36. package/lib/progress/progress.d.ts +8 -6
  37. package/lib/progress-ring/progress-ring.d.ts +8 -6
  38. package/lib/radio-group/radio-group.d.ts +333 -1
  39. package/lib/range-slider/range-slider.d.ts +11 -5
  40. package/lib/rich-text-editor/facades/prose-mirror-vivid.schema.d.ts +1 -1
  41. package/lib/rich-text-editor/facades/vivid-prose-mirror.facade.d.ts +7 -1
  42. package/lib/rich-text-editor/menubar/consts.d.ts +18 -0
  43. package/lib/rich-text-editor/menubar/menubar.d.ts +3 -0
  44. package/lib/rich-text-editor/rich-text-editor.d.ts +14 -3
  45. package/lib/searchable-select/option-tag.d.ts +14 -6
  46. package/lib/searchable-select/searchable-select.d.ts +349 -7
  47. package/lib/select/select.d.ts +339 -3
  48. package/lib/selectable-box/selectable-box.d.ts +8 -6
  49. package/lib/slider/slider.d.ts +16 -8
  50. package/lib/split-button/split-button.d.ts +26 -12
  51. package/lib/switch/switch.d.ts +8 -6
  52. package/lib/tab/tab.d.ts +349 -7
  53. package/lib/tab-panel/tab-panel.d.ts +333 -1
  54. package/lib/tabs/definition.d.ts +1 -0
  55. package/lib/tabs/tabs.d.ts +6 -1
  56. package/lib/tag/tag.d.ts +338 -2
  57. package/lib/tag-group/tag-group.d.ts +8 -6
  58. package/lib/text-anchor/text-anchor.d.ts +16 -8
  59. package/lib/text-area/text-area.d.ts +8 -6
  60. package/lib/text-field/text-field.d.ts +16 -8
  61. package/lib/time-picker/time-picker.d.ts +38 -26
  62. package/lib/toggletip/toggletip.d.ts +9 -3
  63. package/lib/tooltip/tooltip.d.ts +9 -3
  64. package/lib/tree-item/tree-item.d.ts +338 -2
  65. package/lib/tree-view/tree-view.d.ts +333 -1
  66. package/lib/video-player/video-player.d.ts +14 -6
  67. package/package.json +1 -1
  68. package/shared/affix.js +1 -1
  69. package/shared/aria/aria-change-subscription.d.ts +6 -0
  70. package/shared/aria/aria-mixin.d.ts +338 -0
  71. package/shared/aria/delegate-aria-behavior.d.ts +31 -0
  72. package/shared/aria/delegates-aria.d.ts +14 -9
  73. package/shared/aria/host-semantics-behavior.d.ts +22 -0
  74. package/shared/aria/host-semantics.d.ts +337 -0
  75. package/shared/attribute-binding-behaviour.cjs +41 -0
  76. package/shared/attribute-binding-behaviour.js +39 -0
  77. package/shared/calendar-event.cjs +2 -1
  78. package/shared/calendar-event.js +2 -1
  79. package/shared/definition.js +1 -1
  80. package/shared/definition10.cjs +8 -2
  81. package/shared/definition10.js +9 -3
  82. package/shared/definition11.cjs +4 -28
  83. package/shared/definition11.js +5 -29
  84. package/shared/definition12.cjs +4 -1
  85. package/shared/definition12.js +5 -2
  86. package/shared/definition13.js +1 -1
  87. package/shared/definition14.js +1 -1
  88. package/shared/definition15.cjs +9 -8
  89. package/shared/definition15.js +11 -10
  90. package/shared/definition16.cjs +1 -1
  91. package/shared/definition16.js +2 -2
  92. package/shared/definition17.js +1 -1
  93. package/shared/definition18.js +1 -1
  94. package/shared/definition19.cjs +3 -0
  95. package/shared/definition19.js +4 -1
  96. package/shared/definition2.js +1 -1
  97. package/shared/definition20.js +1 -1
  98. package/shared/definition21.js +1 -1
  99. package/shared/definition22.cjs +3 -2
  100. package/shared/definition22.js +5 -4
  101. package/shared/definition23.cjs +4 -2
  102. package/shared/definition23.js +6 -4
  103. package/shared/definition24.js +1 -1
  104. package/shared/definition25.cjs +2 -14
  105. package/shared/definition25.js +3 -15
  106. package/shared/definition26.cjs +15 -2
  107. package/shared/definition26.js +16 -3
  108. package/shared/definition27.cjs +3 -2
  109. package/shared/definition27.js +4 -3
  110. package/shared/definition28.cjs +1 -1
  111. package/shared/definition28.js +2 -2
  112. package/shared/definition29.js +1 -1
  113. package/shared/definition3.cjs +4 -3
  114. package/shared/definition3.js +6 -5
  115. package/shared/definition30.cjs +34 -34
  116. package/shared/definition30.js +36 -36
  117. package/shared/definition31.cjs +6 -4
  118. package/shared/definition31.js +8 -6
  119. package/shared/definition32.js +1 -1
  120. package/shared/definition33.cjs +7 -2
  121. package/shared/definition33.js +8 -3
  122. package/shared/definition34.js +1 -1
  123. package/shared/definition35.cjs +3 -14
  124. package/shared/definition35.js +5 -16
  125. package/shared/definition36.cjs +8 -5
  126. package/shared/definition36.js +9 -6
  127. package/shared/definition37.js +1 -1
  128. package/shared/definition38.cjs +7 -8
  129. package/shared/definition38.js +9 -10
  130. package/shared/definition39.cjs +7 -8
  131. package/shared/definition39.js +9 -10
  132. package/shared/definition4.cjs +1 -1
  133. package/shared/definition4.js +2 -2
  134. package/shared/definition40.cjs +8 -5
  135. package/shared/definition40.js +9 -6
  136. package/shared/definition41.cjs +1 -1
  137. package/shared/definition41.js +2 -2
  138. package/shared/definition42.js +1 -1
  139. package/shared/definition43.cjs +506 -93
  140. package/shared/definition43.js +502 -89
  141. package/shared/definition44.cjs +27 -10
  142. package/shared/definition44.js +28 -11
  143. package/shared/definition45.cjs +12 -6
  144. package/shared/definition45.js +13 -7
  145. package/shared/definition46.cjs +18 -6
  146. package/shared/definition46.js +20 -8
  147. package/shared/definition47.js +1 -1
  148. package/shared/definition48.js +1 -1
  149. package/shared/definition49.cjs +10 -3
  150. package/shared/definition49.js +12 -5
  151. package/shared/definition5.cjs +7 -2
  152. package/shared/definition5.js +8 -3
  153. package/shared/definition50.cjs +8 -7
  154. package/shared/definition50.js +10 -9
  155. package/shared/definition51.cjs +3 -2
  156. package/shared/definition51.js +4 -3
  157. package/shared/definition52.cjs +8 -4
  158. package/shared/definition52.js +9 -5
  159. package/shared/definition53.cjs +5 -0
  160. package/shared/definition53.js +6 -2
  161. package/shared/definition54.cjs +4 -3
  162. package/shared/definition54.js +6 -5
  163. package/shared/definition55.cjs +7 -4
  164. package/shared/definition55.js +8 -5
  165. package/shared/definition56.cjs +69 -15
  166. package/shared/definition56.js +70 -16
  167. package/shared/definition57.cjs +163 -112
  168. package/shared/definition57.js +165 -114
  169. package/shared/definition58.js +1 -1
  170. package/shared/definition59.js +1 -1
  171. package/shared/definition6.js +1 -1
  172. package/shared/definition60.js +1 -1
  173. package/shared/definition61.cjs +8 -5
  174. package/shared/definition61.js +9 -6
  175. package/shared/definition62.cjs +5 -2
  176. package/shared/definition62.js +6 -3
  177. package/shared/definition63.js +1 -1
  178. package/shared/definition64.js +1 -1
  179. package/shared/definition65.js +1 -1
  180. package/shared/definition7.js +1 -1
  181. package/shared/definition8.cjs +4 -2
  182. package/shared/definition8.js +6 -4
  183. package/shared/definition9.js +1 -1
  184. package/shared/delegates-aria.cjs +106 -56
  185. package/shared/delegates-aria.js +107 -58
  186. package/shared/enums.cjs +0 -6
  187. package/shared/enums.js +1 -6
  188. package/shared/foundation/button/button.d.ts +8 -6
  189. package/shared/foundation/vivid-element/vivid-element.d.ts +339 -1
  190. package/shared/host-semantics.cjs +65 -0
  191. package/shared/host-semantics.js +62 -0
  192. package/shared/option.cjs +7 -1
  193. package/shared/option.js +7 -1
  194. package/shared/patterns/affix.d.ts +22 -10
  195. package/shared/patterns/anchored.d.ts +18 -6
  196. package/shared/patterns/localized.d.ts +11 -5
  197. package/shared/patterns/trapped-focus.d.ts +11 -5
  198. package/shared/picker-field/mixins/calendar-picker.d.ts +19 -13
  199. package/shared/picker-field/mixins/calendar-picker.template.d.ts +19 -13
  200. package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +11 -5
  201. package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +38 -26
  202. package/shared/picker-field/mixins/single-date-picker.d.ts +55 -37
  203. package/shared/picker-field/mixins/single-value-picker.d.ts +17 -11
  204. package/shared/picker-field/mixins/time-selection-picker.d.ts +38 -26
  205. package/shared/picker-field/mixins/time-selection-picker.template.d.ts +38 -26
  206. package/shared/picker-field/picker-field.d.ts +21 -9
  207. package/shared/picker-field.template.js +1 -1
  208. package/shared/repeat.js +1 -1
  209. package/shared/single-value-picker.cjs +3 -0
  210. package/shared/single-value-picker.js +3 -0
  211. package/shared/slider.template.cjs +10 -9
  212. package/shared/slider.template.js +10 -9
  213. package/shared/templating/attribute-binding-behaviour.d.ts +15 -0
  214. package/shared/templating/render-in-light-dom.d.ts +22 -0
  215. package/shared/text-anchor.template.cjs +2 -13
  216. package/shared/text-anchor.template.js +2 -13
  217. package/shared/text-field.cjs +1 -1
  218. package/shared/text-field.js +1 -1
  219. package/shared/time-selection-picker.template.js +1 -1
  220. package/shared/vivid-element.cjs +96 -2
  221. package/shared/vivid-element.js +93 -3
  222. package/styles/core/all.css +1 -1
  223. package/styles/core/theme.css +1 -1
  224. package/styles/core/typography.css +1 -1
  225. package/styles/tokens/theme-dark.css +4 -4
  226. package/styles/tokens/theme-light.css +4 -4
  227. package/styles/tokens/vivid-2-compat.css +1 -1
  228. package/text-anchor/index.js +1 -1
  229. package/vivid.api.json +316 -70
  230. package/shared/Reflector.cjs +0 -71
  231. package/shared/Reflector.js +0 -69
@@ -2591,9 +2591,99 @@ const defineVividComponent = (name, type, template, dependencies, options) => ({
2591
2591
  options
2592
2592
  });
2593
2593
 
2594
- class VividElement extends FASTElement {
2594
+ const ariaChangeSubscribers = /* @__PURE__ */ new WeakMap();
2595
+ const getSubscribers = (source) => {
2596
+ let subscribers = ariaChangeSubscribers.get(source);
2597
+ if (!subscribers) {
2598
+ subscribers = [];
2599
+ ariaChangeSubscribers.set(source, subscribers);
2600
+ }
2601
+ return subscribers;
2602
+ };
2603
+ const subscribeToAriaPropertyChanges = (source, listener) => {
2604
+ getSubscribers(source).push(listener);
2605
+ };
2606
+ const unsubscribeFromAriaPropertyChanges = (source, listener) => {
2607
+ getSubscribers(source).splice(getSubscribers(source).indexOf(listener), 1);
2608
+ };
2609
+ const publishAriaPropertyChange = (source, changedAriaProperty) => {
2610
+ getSubscribers(source).forEach((s) => s(source, changedAriaProperty));
2611
+ };
2612
+
2613
+ const ariaMixinProperties = [
2614
+ "role",
2615
+ "ariaAtomic",
2616
+ "ariaAutoComplete",
2617
+ "ariaBusy",
2618
+ "ariaChecked",
2619
+ "ariaColCount",
2620
+ "ariaColIndex",
2621
+ "ariaColIndexText",
2622
+ "ariaColSpan",
2623
+ "ariaCurrent",
2624
+ "ariaDescription",
2625
+ "ariaDisabled",
2626
+ "ariaExpanded",
2627
+ "ariaHasPopup",
2628
+ "ariaHidden",
2629
+ "ariaInvalid",
2630
+ "ariaKeyShortcuts",
2631
+ "ariaLabel",
2632
+ "ariaLevel",
2633
+ "ariaLive",
2634
+ "ariaModal",
2635
+ "ariaMultiLine",
2636
+ "ariaMultiSelectable",
2637
+ "ariaOrientation",
2638
+ "ariaPlaceholder",
2639
+ "ariaPosInSet",
2640
+ "ariaPressed",
2641
+ "ariaReadOnly",
2642
+ "ariaRequired",
2643
+ "ariaRoleDescription",
2644
+ "ariaRowCount",
2645
+ "ariaRowIndex",
2646
+ "ariaRowIndexText",
2647
+ "ariaRowSpan",
2648
+ "ariaSelected",
2649
+ "ariaSetSize",
2650
+ "ariaSort",
2651
+ "ariaValueMax",
2652
+ "ariaValueMin",
2653
+ "ariaValueNow",
2654
+ "ariaValueText",
2655
+ "ariaRelevant"
2656
+ // Non-standard
2657
+ ];
2658
+ const ariaAttributeName = (ariaPropertyName) => ariaPropertyName.replace("aria", "aria-").toLowerCase();
2659
+ const AriaMixin = (Base) => {
2660
+ class AriaMixinElement extends Base {
2661
+ constructor(...args) {
2662
+ super(args);
2663
+ this.specialHandling = false;
2664
+ this._vividAriaBehaviour = "default";
2665
+ for (const ariaProperty of ariaMixinProperties) {
2666
+ this[ariaProperty] = null;
2667
+ }
2668
+ }
2669
+ }
2670
+ for (const ariaProperty of ariaMixinProperties) {
2671
+ attr({
2672
+ attribute: ariaAttributeName(ariaProperty),
2673
+ mode: "reflect"
2674
+ })(AriaMixinElement.prototype, ariaProperty);
2675
+ AriaMixinElement.prototype[`${ariaProperty}Changed`] = function() {
2676
+ if (this._vividAriaBehaviour !== "default") {
2677
+ publishAriaPropertyChange(this, ariaProperty);
2678
+ }
2679
+ };
2680
+ }
2681
+ return AriaMixinElement;
2682
+ };
2683
+
2684
+ class VividElement extends AriaMixin(FASTElement) {
2595
2685
  static {
2596
- this.VIVID_VERSION = "4.21.1";
2686
+ this.VIVID_VERSION = "4.23.0";
2597
2687
  }
2598
2688
  }
2599
2689
 
@@ -2605,6 +2695,8 @@ exports.HTMLView = HTMLView;
2605
2695
  exports.Observable = Observable;
2606
2696
  exports.SubscriberSet = SubscriberSet;
2607
2697
  exports.VividElement = VividElement;
2698
+ exports.ariaAttributeName = ariaAttributeName;
2699
+ exports.ariaMixinProperties = ariaMixinProperties;
2608
2700
  exports.attr = attr;
2609
2701
  exports.booleanConverter = booleanConverter;
2610
2702
  exports.createRegisterFunction = createRegisterFunction;
@@ -2614,4 +2706,6 @@ exports.emptyArray = emptyArray;
2614
2706
  exports.html = html;
2615
2707
  exports.nullableNumberConverter = nullableNumberConverter;
2616
2708
  exports.observable = observable;
2709
+ exports.subscribeToAriaPropertyChanges = subscribeToAriaPropertyChanges;
2710
+ exports.unsubscribeFromAriaPropertyChanges = unsubscribeFromAriaPropertyChanges;
2617
2711
  exports.volatile = volatile;
@@ -2589,10 +2589,100 @@ const defineVividComponent = (name, type, template, dependencies, options) => ({
2589
2589
  options
2590
2590
  });
2591
2591
 
2592
- class VividElement extends FASTElement {
2592
+ const ariaChangeSubscribers = /* @__PURE__ */ new WeakMap();
2593
+ const getSubscribers = (source) => {
2594
+ let subscribers = ariaChangeSubscribers.get(source);
2595
+ if (!subscribers) {
2596
+ subscribers = [];
2597
+ ariaChangeSubscribers.set(source, subscribers);
2598
+ }
2599
+ return subscribers;
2600
+ };
2601
+ const subscribeToAriaPropertyChanges = (source, listener) => {
2602
+ getSubscribers(source).push(listener);
2603
+ };
2604
+ const unsubscribeFromAriaPropertyChanges = (source, listener) => {
2605
+ getSubscribers(source).splice(getSubscribers(source).indexOf(listener), 1);
2606
+ };
2607
+ const publishAriaPropertyChange = (source, changedAriaProperty) => {
2608
+ getSubscribers(source).forEach((s) => s(source, changedAriaProperty));
2609
+ };
2610
+
2611
+ const ariaMixinProperties = [
2612
+ "role",
2613
+ "ariaAtomic",
2614
+ "ariaAutoComplete",
2615
+ "ariaBusy",
2616
+ "ariaChecked",
2617
+ "ariaColCount",
2618
+ "ariaColIndex",
2619
+ "ariaColIndexText",
2620
+ "ariaColSpan",
2621
+ "ariaCurrent",
2622
+ "ariaDescription",
2623
+ "ariaDisabled",
2624
+ "ariaExpanded",
2625
+ "ariaHasPopup",
2626
+ "ariaHidden",
2627
+ "ariaInvalid",
2628
+ "ariaKeyShortcuts",
2629
+ "ariaLabel",
2630
+ "ariaLevel",
2631
+ "ariaLive",
2632
+ "ariaModal",
2633
+ "ariaMultiLine",
2634
+ "ariaMultiSelectable",
2635
+ "ariaOrientation",
2636
+ "ariaPlaceholder",
2637
+ "ariaPosInSet",
2638
+ "ariaPressed",
2639
+ "ariaReadOnly",
2640
+ "ariaRequired",
2641
+ "ariaRoleDescription",
2642
+ "ariaRowCount",
2643
+ "ariaRowIndex",
2644
+ "ariaRowIndexText",
2645
+ "ariaRowSpan",
2646
+ "ariaSelected",
2647
+ "ariaSetSize",
2648
+ "ariaSort",
2649
+ "ariaValueMax",
2650
+ "ariaValueMin",
2651
+ "ariaValueNow",
2652
+ "ariaValueText",
2653
+ "ariaRelevant"
2654
+ // Non-standard
2655
+ ];
2656
+ const ariaAttributeName = (ariaPropertyName) => ariaPropertyName.replace("aria", "aria-").toLowerCase();
2657
+ const AriaMixin = (Base) => {
2658
+ class AriaMixinElement extends Base {
2659
+ constructor(...args) {
2660
+ super(args);
2661
+ this.specialHandling = false;
2662
+ this._vividAriaBehaviour = "default";
2663
+ for (const ariaProperty of ariaMixinProperties) {
2664
+ this[ariaProperty] = null;
2665
+ }
2666
+ }
2667
+ }
2668
+ for (const ariaProperty of ariaMixinProperties) {
2669
+ attr({
2670
+ attribute: ariaAttributeName(ariaProperty),
2671
+ mode: "reflect"
2672
+ })(AriaMixinElement.prototype, ariaProperty);
2673
+ AriaMixinElement.prototype[`${ariaProperty}Changed`] = function() {
2674
+ if (this._vividAriaBehaviour !== "default") {
2675
+ publishAriaPropertyChange(this, ariaProperty);
2676
+ }
2677
+ };
2678
+ }
2679
+ return AriaMixinElement;
2680
+ };
2681
+
2682
+ class VividElement extends AriaMixin(FASTElement) {
2593
2683
  static {
2594
- this.VIVID_VERSION = "4.21.1";
2684
+ this.VIVID_VERSION = "4.23.0";
2595
2685
  }
2596
2686
  }
2597
2687
 
2598
- export { AttachedBehaviorHTMLDirective as A, DOM as D, HTMLDirective as H, Observable as O, SubscriberSet as S, VividElement as V, attr as a, booleanConverter as b, AttributeConfiguration 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 };
2688
+ export { AttachedBehaviorHTMLDirective as A, DOM as D, HTMLDirective as H, Observable as O, SubscriberSet as S, VividElement as V, attr as a, booleanConverter as b, AttributeConfiguration as c, ariaAttributeName as d, emptyArray as e, ariaMixinProperties as f, createRegisterFunction as g, html as h, defineVividComponent as i, HTMLView as j, defaultExecutionContext as k, nullableNumberConverter as n, observable as o, subscribeToAriaPropertyChanges as s, unsubscribeFromAriaPropertyChanges as u, volatile as v };
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 10 Apr 2025 14:24:10 GMT
3
+ * Generated on Wed, 30 Apr 2025 09:20:16 GMT
4
4
  */
5
5
  .vvd-root {
6
6
  color-scheme: var(--vvd-color-scheme);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 10 Apr 2025 14:24:10 GMT
3
+ * Generated on Wed, 30 Apr 2025 09:20:16 GMT
4
4
  */
5
5
  .vvd-root {
6
6
  color-scheme: var(--vvd-color-scheme);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 10 Apr 2025 14:24:10 GMT
3
+ * Generated on Wed, 30 Apr 2025 09:20:16 GMT
4
4
  */
5
5
  .vvd-root:root {
6
6
  --vvd-size-font-scale-base: 1rem;
@@ -1,18 +1,18 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 10 Apr 2025 14:24:10 GMT
3
+ * Generated on Wed, 30 Apr 2025 09:20:16 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Thu, 10 Apr 2025 14:24:10 GMT
7
+ * Generated on Wed, 30 Apr 2025 09:20:16 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Thu, 10 Apr 2025 14:24:10 GMT
11
+ * Generated on Wed, 30 Apr 2025 09:20:16 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Thu, 10 Apr 2025 14:24:10 GMT
15
+ * Generated on Wed, 30 Apr 2025 09:20:16 GMT
16
16
  */
17
17
  @property --vvd-size-density {
18
18
  syntax: "<integer>";
@@ -1,18 +1,18 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 10 Apr 2025 14:24:10 GMT
3
+ * Generated on Wed, 30 Apr 2025 09:20:16 GMT
4
4
  */
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Thu, 10 Apr 2025 14:24:10 GMT
7
+ * Generated on Wed, 30 Apr 2025 09:20:16 GMT
8
8
  */
9
9
  /**
10
10
  * Do not edit directly
11
- * Generated on Thu, 10 Apr 2025 14:24:10 GMT
11
+ * Generated on Wed, 30 Apr 2025 09:20:16 GMT
12
12
  */
13
13
  /**
14
14
  * Do not edit directly
15
- * Generated on Thu, 10 Apr 2025 14:24:10 GMT
15
+ * Generated on Wed, 30 Apr 2025 09:20:16 GMT
16
16
  */
17
17
  @property --vvd-size-density {
18
18
  syntax: "<integer>";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 10 Apr 2025 14:24:10 GMT
3
+ * Generated on Wed, 30 Apr 2025 09:20:16 GMT
4
4
  */
5
5
  .vvd-root, ::part(vvd-root),
6
6
  .vvd-theme-alternate, ::part(vvd-theme-alternate) {
@@ -1,5 +1,5 @@
1
1
  import { i as iconDefinition } from '../shared/definition28.js';
2
- import { d as createRegisterFunction, f as defineVividComponent } from '../shared/vivid-element.js';
2
+ import { g as createRegisterFunction, i as defineVividComponent } from '../shared/vivid-element.js';
3
3
  import { T as TextAnchor } from '../shared/text-anchor.js';
4
4
  import { t as textAnchorTemplate } from '../shared/text-anchor.template.js';
5
5