@uva-glass/component-library 3.0.13 → 3.1.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.
- package/dist/{Lexical.prod-pVkgOp1j.js → Lexical.prod-LIa6Q94i.js} +2 -2
- package/dist/{Lexical.prod-pVkgOp1j.js.map → Lexical.prod-LIa6Q94i.js.map} +1 -1
- package/dist/{LexicalClipboard.prod-DIvwPtmL.js → LexicalClipboard.prod-LIoPcoQF.js} +4 -4
- package/dist/{LexicalClipboard.prod-DIvwPtmL.js.map → LexicalClipboard.prod-LIoPcoQF.js.map} +1 -1
- package/dist/{LexicalLink.prod-NMeHB9CR.js → LexicalLink.prod-N0i4wDOR.js} +3 -3
- package/dist/{LexicalLink.prod-NMeHB9CR.js.map → LexicalLink.prod-N0i4wDOR.js.map} +1 -1
- package/dist/{LexicalList.prod-CicvwkCx.js → LexicalList.prod-BKa7Tljk.js} +3 -3
- package/dist/{LexicalList.prod-CicvwkCx.js.map → LexicalList.prod-BKa7Tljk.js.map} +1 -1
- package/dist/{LexicalSelection.prod-mQvH0_ap.js → LexicalSelection.prod-Cid08b3Z.js} +2 -2
- package/dist/{LexicalSelection.prod-mQvH0_ap.js.map → LexicalSelection.prod-Cid08b3Z.js.map} +1 -1
- package/dist/{LexicalTable.prod-Bb6g8CAC.js → LexicalTable.prod-B1mw85mv.js} +512 -509
- package/dist/LexicalTable.prod-B1mw85mv.js.map +1 -0
- package/dist/{LexicalUtils.prod-C_aSRWfh.js → LexicalUtils.prod-DstvN5hc.js} +2 -2
- package/dist/{LexicalUtils.prod-C_aSRWfh.js.map → LexicalUtils.prod-DstvN5hc.js.map} +1 -1
- package/dist/{TablePlugin-o1MveXq2.js → TablePlugin-DlTujN8R.js} +4 -4
- package/dist/{TablePlugin-o1MveXq2.js.map → TablePlugin-DlTujN8R.js.map} +1 -1
- package/dist/assets/FeedbackBar.css +1 -0
- package/dist/components/Buttons/Button.stories.js +1 -1
- package/dist/components/Buttons/LinkButton.stories.js +1 -1
- package/dist/components/Buttons/MenuButton.stories.js +1 -1
- package/dist/components/Checkbox/Checkbox.stories.js +1 -1
- package/dist/components/CheckboxButton/CheckboxButton.stories.js +1 -1
- package/dist/components/CheckboxButtonBar/CheckboxButtonBar.stories.js +1 -1
- package/dist/components/CheckboxTree/CheckboxTree.js +1 -1
- package/dist/components/CheckboxTree/CheckboxTree.stories.js +2 -2
- package/dist/components/Chip/Chip.stories.js +1 -1
- package/dist/components/Drawer/Drawer.stories.js +1 -1
- package/dist/components/FeedbackBar/FeedbackBar.d.ts +3 -0
- package/dist/components/FeedbackBar/FeedbackBar.js +30 -0
- package/dist/components/FeedbackBar/FeedbackBar.js.map +1 -0
- package/dist/components/FeedbackBar/FeedbackBar.stories.d.ts +7 -0
- package/dist/components/FeedbackBar/FeedbackBar.stories.js +33 -0
- package/dist/components/FeedbackBar/FeedbackBar.stories.js.map +1 -0
- package/dist/components/FeedbackBar/FeedbackBar.test.d.ts +0 -0
- package/dist/components/FeedbackBar/FeedbackBar.test.js +14 -0
- package/dist/components/FeedbackBar/FeedbackBar.test.js.map +1 -0
- package/dist/components/FeedbackBar/index.d.ts +1 -0
- package/dist/components/FeedbackBar/index.js +5 -0
- package/dist/components/FeedbackBar/index.js.map +1 -0
- package/dist/components/FormInput/FormInput.js +1 -1
- package/dist/components/FormInput/FormInput.stories.js +1 -1
- package/dist/components/IconButton/IconButton.stories.js +1 -1
- package/dist/components/InputField/InputField.stories.js +2 -2
- package/dist/components/ModalDialog/ModalDialog.stories.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.stories.js +2 -2
- package/dist/components/MultiSelect/components/MultiSelectHeader.js +1 -1
- package/dist/components/MultiSelect/index.js +1 -1
- package/dist/components/OverlayCloseButton/OverlayCloseButton.stories.js +1 -1
- package/dist/components/OverlayStepBar/OverlayStepBar.js +1 -1
- package/dist/components/PeriodSelector/PeriodSelector.js +1 -1
- package/dist/components/PeriodSelector/PeriodSelector.stories.js +1 -1
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +3 -3
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js +1 -1
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +1 -1
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +2 -2
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js +2 -2
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +4 -4
- package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.js +1 -1
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +3 -3
- package/dist/components/RteEditor/Plugins/PasteHandlerPlugin/PasteHandlerPlugin.js +3 -3
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +3 -3
- package/dist/components/RteEditor/Plugins/TablePlugin/helpers.js +6 -6
- package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +3 -3
- package/dist/components/RteEditor/Plugins/index.js +1 -1
- package/dist/components/RteEditor/RteEditor.js +9 -9
- package/dist/components/RteEditor/helpers.js +4 -4
- package/dist/components/SelectListbox/SelectListBox.stories.js +1 -1
- package/dist/components/Sortable/Sortable.stories.js +1 -1
- package/dist/components/Timeline/Timeline.test.js +1 -1
- package/dist/components/ToggleSwitch/ToggleSwitch.stories.js +1 -1
- package/dist/components/VarIndicator/VarIndicator.stories.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +84 -82
- package/dist/components/index.js.map +1 -1
- package/dist/{helpers-CtrLGKFA.js → helpers-BFkCPTTp.js} +4 -4
- package/dist/{helpers-CtrLGKFA.js.map → helpers-BFkCPTTp.js.map} +1 -1
- package/dist/{index-DpyOH4wL.js → index-C7jFUWYs.js} +2 -2
- package/dist/{index-DpyOH4wL.js.map → index-C7jFUWYs.js.map} +1 -1
- package/dist/{index-BldK5xU9.js → index-DH9Vbk37.js} +3 -9
- package/dist/index-DH9Vbk37.js.map +1 -0
- package/dist/index.js +84 -82
- package/dist/index.js.map +1 -1
- package/dist/storybook__react.d.js +1887 -1874
- package/dist/storybook__react.d.js.map +1 -1
- package/package.json +32 -32
- package/dist/LexicalTable.prod-Bb6g8CAC.js.map +0 -1
- 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 =
|
|
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 =
|
|
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-
|
|
9507
|
+
//# sourceMappingURL=index-DH9Vbk37.js.map
|