@uva-glass/component-library 3.0.14 → 3.1.1

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 (98) hide show
  1. package/dist/{Lexical.prod-LIa6Q94i.js → Lexical.prod-Bu-Iw9VX.js} +1390 -1361
  2. package/dist/Lexical.prod-Bu-Iw9VX.js.map +1 -0
  3. package/dist/{LexicalClipboard.prod-LIoPcoQF.js → LexicalClipboard.prod-C5dHfEke.js} +18 -18
  4. package/dist/{LexicalClipboard.prod-LIoPcoQF.js.map → LexicalClipboard.prod-C5dHfEke.js.map} +1 -1
  5. package/dist/{LexicalLink.prod-N0i4wDOR.js → LexicalLink.prod-DdERpPPj.js} +14 -14
  6. package/dist/{LexicalLink.prod-N0i4wDOR.js.map → LexicalLink.prod-DdERpPPj.js.map} +1 -1
  7. package/dist/{LexicalList.prod-BKa7Tljk.js → LexicalList.prod-CzJqqstH.js} +91 -95
  8. package/dist/LexicalList.prod-CzJqqstH.js.map +1 -0
  9. package/dist/LexicalSelection.prod-CkM-3E0b.js +90 -0
  10. package/dist/{LexicalSelection.prod-Cid08b3Z.js.map → LexicalSelection.prod-CkM-3E0b.js.map} +1 -1
  11. package/dist/LexicalTable.prod-BsmIydKv.js +1550 -0
  12. package/dist/LexicalTable.prod-BsmIydKv.js.map +1 -0
  13. package/dist/LexicalUtils.prod-BVZbsLIa.js +107 -0
  14. package/dist/LexicalUtils.prod-BVZbsLIa.js.map +1 -0
  15. package/dist/{TablePlugin-DlTujN8R.js → TablePlugin-DKzssVbg.js} +41 -41
  16. package/dist/{TablePlugin-DlTujN8R.js.map → TablePlugin-DKzssVbg.js.map} +1 -1
  17. package/dist/assets/FeedbackBar.css +1 -0
  18. package/dist/components/Buttons/Button.stories.js +1 -1
  19. package/dist/components/Buttons/LinkButton.stories.js +1 -1
  20. package/dist/components/Buttons/MenuButton.stories.js +1 -1
  21. package/dist/components/Checkbox/Checkbox.stories.js +1 -1
  22. package/dist/components/CheckboxButton/CheckboxButton.stories.js +1 -1
  23. package/dist/components/CheckboxButtonBar/CheckboxButtonBar.stories.js +1 -1
  24. package/dist/components/CheckboxTree/CheckboxTree.js +1 -1
  25. package/dist/components/CheckboxTree/CheckboxTree.stories.js +2 -2
  26. package/dist/components/Chip/Chip.stories.js +1 -1
  27. package/dist/components/Drawer/Drawer.stories.js +1 -1
  28. package/dist/components/FeedbackBar/FeedbackBar.d.ts +3 -0
  29. package/dist/components/FeedbackBar/FeedbackBar.js +30 -0
  30. package/dist/components/FeedbackBar/FeedbackBar.js.map +1 -0
  31. package/dist/components/FeedbackBar/FeedbackBar.stories.d.ts +7 -0
  32. package/dist/components/FeedbackBar/FeedbackBar.stories.js +33 -0
  33. package/dist/components/FeedbackBar/FeedbackBar.stories.js.map +1 -0
  34. package/dist/components/FeedbackBar/FeedbackBar.test.d.ts +0 -0
  35. package/dist/components/FeedbackBar/FeedbackBar.test.js +14 -0
  36. package/dist/components/FeedbackBar/FeedbackBar.test.js.map +1 -0
  37. package/dist/components/FeedbackBar/index.d.ts +1 -0
  38. package/dist/components/FeedbackBar/index.js +5 -0
  39. package/dist/components/FeedbackBar/index.js.map +1 -0
  40. package/dist/components/FormInput/FormInput.js +1 -1
  41. package/dist/components/FormInput/FormInput.stories.js +1 -1
  42. package/dist/components/IconButton/IconButton.stories.js +1 -1
  43. package/dist/components/InputField/InputField.stories.js +2 -2
  44. package/dist/components/ModalDialog/ModalDialog.stories.js +1 -1
  45. package/dist/components/MultiSelect/MultiSelect.js +1 -1
  46. package/dist/components/MultiSelect/MultiSelect.stories.js +2 -2
  47. package/dist/components/MultiSelect/components/MultiSelectHeader.js +1 -1
  48. package/dist/components/MultiSelect/index.js +1 -1
  49. package/dist/components/OverlayCloseButton/OverlayCloseButton.stories.js +1 -1
  50. package/dist/components/OverlayStepBar/OverlayStepBar.js +1 -1
  51. package/dist/components/PeriodSelector/PeriodSelector.js +1 -1
  52. package/dist/components/PeriodSelector/PeriodSelector.stories.js +1 -1
  53. package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +3 -3
  54. package/dist/components/RteEditor/EditorHeader/EditorHeader.js +1 -1
  55. package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +5 -5
  56. package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +2 -2
  57. package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js +2 -2
  58. package/dist/components/RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js +1 -1
  59. package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +4 -4
  60. package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.js +1 -1
  61. package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +25 -25
  62. package/dist/components/RteEditor/Plugins/PasteHandlerPlugin/PasteHandlerPlugin.js +8 -8
  63. package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +1 -1
  64. package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +3 -3
  65. package/dist/components/RteEditor/Plugins/TablePlugin/helpers.js +18 -18
  66. package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
  67. package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +14 -14
  68. package/dist/components/RteEditor/Plugins/index.js +1 -1
  69. package/dist/components/RteEditor/RteEditor.js +132 -130
  70. package/dist/components/RteEditor/RteEditor.js.map +1 -1
  71. package/dist/components/RteEditor/helpers.js +11 -11
  72. package/dist/components/SelectListbox/SelectListBox.stories.js +1 -1
  73. package/dist/components/Sortable/Sortable.stories.js +1 -1
  74. package/dist/components/Timeline/Timeline.test.js +1 -1
  75. package/dist/components/ToggleSwitch/ToggleSwitch.stories.js +1 -1
  76. package/dist/components/VarIndicator/VarIndicator.stories.js +1 -1
  77. package/dist/components/index.d.ts +1 -0
  78. package/dist/components/index.js +84 -82
  79. package/dist/components/index.js.map +1 -1
  80. package/dist/{helpers-BFkCPTTp.js → helpers-D13uK95u.js} +19 -19
  81. package/dist/{helpers-BFkCPTTp.js.map → helpers-D13uK95u.js.map} +1 -1
  82. package/dist/{index-DpyOH4wL.js → index-C7jFUWYs.js} +2 -2
  83. package/dist/{index-DpyOH4wL.js.map → index-C7jFUWYs.js.map} +1 -1
  84. package/dist/{index-BldK5xU9.js → index-DH9Vbk37.js} +3 -9
  85. package/dist/index-DH9Vbk37.js.map +1 -0
  86. package/dist/index.js +84 -82
  87. package/dist/index.js.map +1 -1
  88. package/dist/storybook__react.d.js +1887 -1874
  89. package/dist/storybook__react.d.js.map +1 -1
  90. package/package.json +20 -20
  91. package/dist/Lexical.prod-LIa6Q94i.js.map +0 -1
  92. package/dist/LexicalList.prod-BKa7Tljk.js.map +0 -1
  93. package/dist/LexicalSelection.prod-Cid08b3Z.js +0 -85
  94. package/dist/LexicalTable.prod-B1mw85mv.js +0 -1545
  95. package/dist/LexicalTable.prod-B1mw85mv.js.map +0 -1
  96. package/dist/LexicalUtils.prod-DstvN5hc.js +0 -109
  97. package/dist/LexicalUtils.prod-DstvN5hc.js.map +0 -1
  98. package/dist/index-BldK5xU9.js.map +0 -1
@@ -780,10 +780,7 @@ var ft = /* @__PURE__ */ new Map(), ye = "UNIVERSAL_STORE:", x$1 = {
780
780
  throw new TypeError(
781
781
  "UniversalStore is not constructable - use UniversalStore.create() instead"
782
782
  );
783
- if (rs.isInternalConstructing = !1, this.id = ne.id, this.actorId = globalThis.crypto ? globalThis.crypto.randomUUID() : (
784
- // TODO: remove this fallback in SB 9.0 when we no longer support Node 18
785
- Date.now().toString(36) + Math.random().toString(36).substring(2)
786
- ), this.actorType = ne.leader ? rs.ActorType.LEADER : rs.ActorType.FOLLOWER, this.state = ne.initialState, this.channelEventName = `${ye}${this.id}`, this.debug("constructor", {
783
+ if (rs.isInternalConstructing = !1, this.id = ne.id, this.actorId = Date.now().toString(36) + Math.random().toString(36).substring(2), this.actorType = ne.leader ? rs.ActorType.LEADER : rs.ActorType.FOLLOWER, this.state = ne.initialState, this.channelEventName = `${ye}${this.id}`, this.debug("constructor", {
787
784
  options: ne,
788
785
  environmentOverrides: yt,
789
786
  channelEventName: this.channelEventName
@@ -6568,10 +6565,7 @@ var Lt = P, Fr = /* @__PURE__ */ new Map(), hs = "UNIVERSAL_STORE:", q = {
6568
6565
  throw new TypeError(
6569
6566
  "UniversalStore is not constructable - use UniversalStore.create() instead"
6570
6567
  );
6571
- if (ys.isInternalConstructing = !1, this.id = ne.id, this.actorId = globalThis.crypto ? globalThis.crypto.randomUUID() : (
6572
- // TODO: remove this fallback in SB 9.0 when we no longer support Node 18
6573
- Date.now().toString(36) + Math.random().toString(36).substring(2)
6574
- ), this.actorType = ne.leader ? ys.ActorType.LEADER : ys.ActorType.FOLLOWER, this.state = ne.initialState, this.channelEventName = `${hs}${this.id}`, this.debug("constructor", {
6568
+ if (ys.isInternalConstructing = !1, this.id = ne.id, this.actorId = Date.now().toString(36) + Math.random().toString(36).substring(2), this.actorType = ne.leader ? ys.ActorType.LEADER : ys.ActorType.FOLLOWER, this.state = ne.initialState, this.channelEventName = `${hs}${this.id}`, this.debug("constructor", {
6575
6569
  options: ne,
6576
6570
  environmentOverrides: yt,
6577
6571
  channelEventName: this.channelEventName
@@ -9510,4 +9504,4 @@ export {
9510
9504
  p,
9511
9505
  scope as s
9512
9506
  };
9513
- //# sourceMappingURL=index-BldK5xU9.js.map
9507
+ //# sourceMappingURL=index-DH9Vbk37.js.map