@uva-glass/component-library 3.0.14 → 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.
Files changed (47) hide show
  1. package/dist/assets/FeedbackBar.css +1 -0
  2. package/dist/components/Buttons/Button.stories.js +1 -1
  3. package/dist/components/Buttons/LinkButton.stories.js +1 -1
  4. package/dist/components/Buttons/MenuButton.stories.js +1 -1
  5. package/dist/components/Checkbox/Checkbox.stories.js +1 -1
  6. package/dist/components/CheckboxButton/CheckboxButton.stories.js +1 -1
  7. package/dist/components/CheckboxButtonBar/CheckboxButtonBar.stories.js +1 -1
  8. package/dist/components/CheckboxTree/CheckboxTree.stories.js +2 -2
  9. package/dist/components/Chip/Chip.stories.js +1 -1
  10. package/dist/components/Drawer/Drawer.stories.js +1 -1
  11. package/dist/components/FeedbackBar/FeedbackBar.d.ts +3 -0
  12. package/dist/components/FeedbackBar/FeedbackBar.js +30 -0
  13. package/dist/components/FeedbackBar/FeedbackBar.js.map +1 -0
  14. package/dist/components/FeedbackBar/FeedbackBar.stories.d.ts +7 -0
  15. package/dist/components/FeedbackBar/FeedbackBar.stories.js +33 -0
  16. package/dist/components/FeedbackBar/FeedbackBar.stories.js.map +1 -0
  17. package/dist/components/FeedbackBar/FeedbackBar.test.d.ts +0 -0
  18. package/dist/components/FeedbackBar/FeedbackBar.test.js +14 -0
  19. package/dist/components/FeedbackBar/FeedbackBar.test.js.map +1 -0
  20. package/dist/components/FeedbackBar/index.d.ts +1 -0
  21. package/dist/components/FeedbackBar/index.js +5 -0
  22. package/dist/components/FeedbackBar/index.js.map +1 -0
  23. package/dist/components/FormInput/FormInput.stories.js +1 -1
  24. package/dist/components/IconButton/IconButton.stories.js +1 -1
  25. package/dist/components/InputField/InputField.stories.js +1 -1
  26. package/dist/components/ModalDialog/ModalDialog.stories.js +1 -1
  27. package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
  28. package/dist/components/OverlayCloseButton/OverlayCloseButton.stories.js +1 -1
  29. package/dist/components/PeriodSelector/PeriodSelector.stories.js +1 -1
  30. package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +2 -2
  31. package/dist/components/SelectListbox/SelectListBox.stories.js +1 -1
  32. package/dist/components/Sortable/Sortable.stories.js +1 -1
  33. package/dist/components/ToggleSwitch/ToggleSwitch.stories.js +1 -1
  34. package/dist/components/VarIndicator/VarIndicator.stories.js +1 -1
  35. package/dist/components/index.d.ts +1 -0
  36. package/dist/components/index.js +84 -82
  37. package/dist/components/index.js.map +1 -1
  38. package/dist/{index-DpyOH4wL.js → index-C7jFUWYs.js} +2 -2
  39. package/dist/{index-DpyOH4wL.js.map → index-C7jFUWYs.js.map} +1 -1
  40. package/dist/{index-BldK5xU9.js → index-DH9Vbk37.js} +3 -9
  41. package/dist/index-DH9Vbk37.js.map +1 -0
  42. package/dist/index.js +84 -82
  43. package/dist/index.js.map +1 -1
  44. package/dist/storybook__react.d.js +1887 -1874
  45. package/dist/storybook__react.d.js.map +1 -1
  46. package/package.json +16 -16
  47. 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