@uva-glass/component-library 3.19.0 → 3.19.2

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 (82) hide show
  1. package/dist/{Lexical.prod-qoFV025v.js → Lexical.prod-DcAfce4S.js} +2 -2
  2. package/dist/{Lexical.prod-qoFV025v.js.map → Lexical.prod-DcAfce4S.js.map} +1 -1
  3. package/dist/{LexicalClipboard.prod-BFJoO5qv.js → LexicalClipboard.prod-BktY_t6W.js} +4 -4
  4. package/dist/{LexicalClipboard.prod-BFJoO5qv.js.map → LexicalClipboard.prod-BktY_t6W.js.map} +1 -1
  5. package/dist/{LexicalLink.prod-BIN12UMz.js → LexicalLink.prod-BVtqGtVB.js} +3 -3
  6. package/dist/{LexicalLink.prod-BIN12UMz.js.map → LexicalLink.prod-BVtqGtVB.js.map} +1 -1
  7. package/dist/{LexicalList.prod-WlGaeo0L.js → LexicalList.prod-CZY2UZ4l.js} +5 -5
  8. package/dist/{LexicalList.prod-WlGaeo0L.js.map → LexicalList.prod-CZY2UZ4l.js.map} +1 -1
  9. package/dist/{LexicalSelection.prod-B5grbYgk.js → LexicalSelection.prod-Bbf3tSur.js} +2 -2
  10. package/dist/{LexicalSelection.prod-B5grbYgk.js.map → LexicalSelection.prod-Bbf3tSur.js.map} +1 -1
  11. package/dist/{LexicalTable.prod-osQj1CQX.js → LexicalTable.prod-CphD9tIW.js} +53 -53
  12. package/dist/LexicalTable.prod-CphD9tIW.js.map +1 -0
  13. package/dist/{LexicalUtils.prod-BpZsS7jD.js → LexicalUtils.prod-DGbydHdL.js} +2 -2
  14. package/dist/{LexicalUtils.prod-BpZsS7jD.js.map → LexicalUtils.prod-DGbydHdL.js.map} +1 -1
  15. package/dist/{TablePlugin-6tDdOCQy.js → TablePlugin-CE20cPhW.js} +4 -4
  16. package/dist/{TablePlugin-6tDdOCQy.js.map → TablePlugin-CE20cPhW.js.map} +1 -1
  17. package/dist/assets/Card.css +1 -1
  18. package/dist/assets/Checkbox.css +1 -1
  19. package/dist/assets/CheckboxButton.css +1 -1
  20. package/dist/assets/CheckboxButtonBar.css +1 -1
  21. package/dist/assets/CheckboxTree.css +1 -1
  22. package/dist/assets/Chip.css +1 -1
  23. package/dist/assets/Drawer.css +1 -1
  24. package/dist/assets/EmptyStateDataDisplay.css +1 -1
  25. package/dist/assets/FeedbackBar.css +1 -1
  26. package/dist/assets/FeedbackBox.css +1 -1
  27. package/dist/assets/FormInput.css +1 -1
  28. package/dist/assets/Icon.css +1 -1
  29. package/dist/assets/IconButton.css +1 -1
  30. package/dist/assets/InfoMessage.css +1 -1
  31. package/dist/assets/Input.css +1 -1
  32. package/dist/assets/InputField.css +1 -1
  33. package/dist/assets/Label.css +1 -1
  34. package/dist/components/Card/Card.js +23 -23
  35. package/dist/components/Checkbox/Checkbox.js +3 -3
  36. package/dist/components/CheckboxButton/CheckboxButton.js +21 -21
  37. package/dist/components/CheckboxButtonBar/CheckboxButtonBar.js +20 -20
  38. package/dist/components/CheckboxTree/CheckboxTree.js +41 -41
  39. package/dist/components/Chip/Chip.js +8 -8
  40. package/dist/components/Drawer/Drawer.js +28 -28
  41. package/dist/components/EmptyStateDataDisplay/EmptyStateDataDisplay.js +20 -20
  42. package/dist/components/FeedbackBar/FeedbackBar.js +15 -15
  43. package/dist/components/FeedbackBox/FeedbackBox.js +13 -13
  44. package/dist/components/FormInput/FormInput.js +20 -20
  45. package/dist/components/Icon/Icon.stories.js +9 -9
  46. package/dist/components/IconButton/IconButton.js +10 -10
  47. package/dist/components/InfoMessage/InfoMessage.js +5 -5
  48. package/dist/components/Input/Input.js +14 -14
  49. package/dist/components/InputField/InputField.js +40 -40
  50. package/dist/components/InputField/InputField.stories.js +1 -1
  51. package/dist/components/Label/Label.js +13 -13
  52. package/dist/components/MultiSelect/MultiSelect.js +1 -1
  53. package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
  54. package/dist/components/MultiSelect/components/MultiSelectHeader.js +1 -1
  55. package/dist/components/MultiSelect/index.js +1 -1
  56. package/dist/components/PeriodSelector/PeriodSelector.js +1 -1
  57. package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +1 -1
  58. package/dist/components/RteEditor/EditorHeader/EditorHeader.js +1 -1
  59. package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +1 -1
  60. package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +2 -2
  61. package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js +2 -2
  62. package/dist/components/RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js +1 -1
  63. package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +4 -4
  64. package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.js +1 -1
  65. package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +3 -3
  66. package/dist/components/RteEditor/Plugins/PasteHandlerPlugin/PasteHandlerPlugin.js +3 -3
  67. package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +1 -1
  68. package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +3 -3
  69. package/dist/components/RteEditor/Plugins/TablePlugin/helpers.js +2 -2
  70. package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
  71. package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +3 -3
  72. package/dist/components/RteEditor/Plugins/index.js +1 -1
  73. package/dist/components/RteEditor/RteEditor.js +196 -190
  74. package/dist/components/RteEditor/RteEditor.js.map +1 -1
  75. package/dist/components/RteEditor/helpers.js +4 -4
  76. package/dist/components/Timeline/Timeline.test.js +1 -1
  77. package/dist/components/index.js +1 -1
  78. package/dist/{helpers-5RvdadYU.js → helpers-Dpx3BPyY.js} +4 -4
  79. package/dist/{helpers-5RvdadYU.js.map → helpers-Dpx3BPyY.js.map} +1 -1
  80. package/dist/index.js +1 -1
  81. package/package.json +13 -13
  82. package/dist/LexicalTable.prod-osQj1CQX.js.map +0 -1
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../clsx-OuTLNxxd.js";
3
3
  import "../../MultiSelectItem-D9PxdX43.js";
4
- import { M as p } from "../../TablePlugin-6tDdOCQy.js";
4
+ import { M as p } from "../../TablePlugin-CE20cPhW.js";
5
5
  export {
6
6
  p as MultiSelect
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import { jsxs as S, jsx as r } from "react/jsx-runtime";
2
2
  import { fn as d } from "../../index-BCvy9BiK.js";
3
3
  import { useState as p } from "react";
4
- import { M as e } from "../../TablePlugin-6tDdOCQy.js";
4
+ import { M as e } from "../../TablePlugin-CE20cPhW.js";
5
5
  import { Container as M } from "../../storyComponents/Container/Container.js";
6
6
  const C = `
7
7
  // MultiSelectHeader can be added optionally
@@ -15,7 +15,7 @@ import "../../IconButton/IconButton.js";
15
15
  import "../../Input/Input.js";
16
16
  import "../../InputField/InputField.js";
17
17
  import "react-router";
18
- import { a as y } from "../../../TablePlugin-6tDdOCQy.js";
18
+ import { a as y } from "../../../TablePlugin-CE20cPhW.js";
19
19
  import "../../RteEditor/Providers/LanguageProvider.js";
20
20
  import "../../RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js";
21
21
  import "../../RteEditor/hooks/components/Flyout.js";
@@ -1,4 +1,4 @@
1
- import { M as l } from "../../TablePlugin-6tDdOCQy.js";
1
+ import { M as l } from "../../TablePlugin-CE20cPhW.js";
2
2
  export {
3
3
  l as MultiSelect
4
4
  };
@@ -17,7 +17,7 @@ import "../Input/Input.js";
17
17
  import "../InputField/InputField.js";
18
18
  import { Label as D } from "../Label/Label.js";
19
19
  import "react-router";
20
- import "../../TablePlugin-6tDdOCQy.js";
20
+ import "../../TablePlugin-CE20cPhW.js";
21
21
  import "../RteEditor/Providers/LanguageProvider.js";
22
22
  import "../RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js";
23
23
  import "../RteEditor/hooks/components/Flyout.js";
@@ -17,7 +17,7 @@ import "../GridRow/GridRow.js";
17
17
  import "../IconButton/IconButton.js";
18
18
  import "../Input/Input.js";
19
19
  import "../InputField/InputField.js";
20
- import "../../TablePlugin-6tDdOCQy.js";
20
+ import "../../TablePlugin-CE20cPhW.js";
21
21
  import "../RteEditor/Providers/LanguageProvider.js";
22
22
  import "../RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js";
23
23
  import "../RteEditor/hooks/components/Flyout.js";
@@ -14,7 +14,7 @@ import "../../IconButton/IconButton.js";
14
14
  import "../../Input/Input.js";
15
15
  import "../../InputField/InputField.js";
16
16
  import "react-router";
17
- import "../../../TablePlugin-6tDdOCQy.js";
17
+ import "../../../TablePlugin-CE20cPhW.js";
18
18
  import "../Providers/LanguageProvider.js";
19
19
  import "../Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js";
20
20
  import "../hooks/components/Flyout.js";
@@ -1,7 +1,7 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import { o as u } from "../../../../LexicalComposerContext.prod-DLlRM5wP.js";
3
3
  import { c as f } from "../../../../clsx-OuTLNxxd.js";
4
- import { N as _, c as p, M as h } from "../../../../Lexical.prod-qoFV025v.js";
4
+ import { N as _, c as p, M as h } from "../../../../Lexical.prod-DcAfce4S.js";
5
5
  import { useState as l, useEffect as k } from "react";
6
6
  import { Icon as I } from "../../../Icon/Icon.js";
7
7
  import { s as a } from "../../../../RteEditor.module-oFMKEW6f.js";
@@ -1,7 +1,7 @@
1
1
  import { jsxs as f, jsx as a } from "react/jsx-runtime";
2
2
  import { c as i } from "../../../../clsx-OuTLNxxd.js";
3
3
  import { o as h } from "../../../../LexicalComposerContext.prod-DLlRM5wP.js";
4
- import { aq as _, ar as C, as as y, at as k } from "../../../../Lexical.prod-qoFV025v.js";
4
+ import { aq as _, ar as C, as as y, at as k } from "../../../../Lexical.prod-DcAfce4S.js";
5
5
  import { useState as s, useEffect as m } from "react";
6
6
  import { Icon as n } from "../../../Icon/Icon.js";
7
7
  import "../../../Buttons/Button.js";
@@ -17,7 +17,7 @@ import "../../../IconButton/IconButton.js";
17
17
  import "../../../Input/Input.js";
18
18
  import "../../../InputField/InputField.js";
19
19
  import "react-router";
20
- import "../../../../TablePlugin-6tDdOCQy.js";
20
+ import "../../../../TablePlugin-CE20cPhW.js";
21
21
  import { s as r } from "../../../../RteEditor.module-oFMKEW6f.js";
22
22
  import { useTranslation as x } from "../../hooks/useTranslation.js";
23
23
  import "../LinkPlugin/LinkContextMenu/LinkContextMenu.js";
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { A as D } from "../../../../../TablePlugin-6tDdOCQy.js";
4
- import "../../../../../helpers-5RvdadYU.js";
3
+ import { A as D } from "../../../../../TablePlugin-CE20cPhW.js";
4
+ import "../../../../../helpers-Dpx3BPyY.js";
5
5
  import "../../../../Icon/Icon.js";
6
6
  import "../../../../Buttons/Button.js";
7
7
  import "../../../../Buttons/LinkButton.js";
@@ -1,6 +1,6 @@
1
1
  import { jsxs as k, Fragment as v, jsx as n } from "react/jsx-runtime";
2
2
  import { forwardRef as K, useState as b, useRef as N, useImperativeHandle as T, useLayoutEffect as g } from "react";
3
- import { e as E } from "../../../../../helpers-5RvdadYU.js";
3
+ import { e as E } from "../../../../../helpers-Dpx3BPyY.js";
4
4
  import { Icon as m } from "../../../../Icon/Icon.js";
5
5
  import { useTranslation as R } from "../../../hooks/useTranslation.js";
6
6
  import { Button as y } from "../../../../Buttons/Button.js";
@@ -1,11 +1,11 @@
1
1
  import { jsx as k, jsxs as Y } from "react/jsx-runtime";
2
2
  import { o as W } from "../../../../LexicalComposerContext.prod-DLlRM5wP.js";
3
3
  import { c as q } from "../../../../clsx-OuTLNxxd.js";
4
- import { p as U, k as G, N as J } from "../../../../LexicalLink.prod-BIN12UMz.js";
4
+ import { p as U, k as G, N as J } from "../../../../LexicalLink.prod-BVtqGtVB.js";
5
5
  import { useRef as a, useState as Q, useEffect as m } from "react";
6
- import { Y as Z, N as f, n as $, ap as tt, c as N, L as et, y as ot, X as rt } from "../../../../Lexical.prod-qoFV025v.js";
7
- import { A as nt } from "../../../../TablePlugin-6tDdOCQy.js";
8
- import { e as it } from "../../../../helpers-5RvdadYU.js";
6
+ import { Y as Z, N as f, n as $, ap as tt, c as N, L as et, y as ot, X as rt } from "../../../../Lexical.prod-DcAfce4S.js";
7
+ import { A as nt } from "../../../../TablePlugin-CE20cPhW.js";
8
+ import { e as it } from "../../../../helpers-Dpx3BPyY.js";
9
9
  import { LinkContextMenu as st } from "./LinkContextMenu/LinkContextMenu.js";
10
10
  import { useFlyout as ct } from "../../hooks/useFlyout.js";
11
11
  import { Icon as lt } from "../../../Icon/Icon.js";
@@ -1,4 +1,4 @@
1
- import { M as e, e as r, a as s, v as l } from "../../../../helpers-5RvdadYU.js";
1
+ import { M as e, e as r, a as s, v as l } from "../../../../helpers-Dpx3BPyY.js";
2
2
  export {
3
3
  e as MATCHERS,
4
4
  r as ensureHttps,
@@ -1,10 +1,10 @@
1
1
  import { jsx as d } from "react/jsx-runtime";
2
2
  import { o as S } from "../../../../LexicalComposerContext.prod-DLlRM5wP.js";
3
- import { C as N, y as P, _ as v, n as D, a as f, c as K } from "../../../../LexicalList.prod-WlGaeo0L.js";
4
- import { _ as x } from "../../../../LexicalSelection.prod-B5grbYgk.js";
3
+ import { C as N, y as P, _ as v, n as D, a as f, c as K } from "../../../../LexicalList.prod-CZY2UZ4l.js";
4
+ import { _ as x } from "../../../../LexicalSelection.prod-Bbf3tSur.js";
5
5
  import { useState as p, useEffect as I } from "react";
6
6
  import { c as O } from "../../../../clsx-OuTLNxxd.js";
7
- import { ap as U, L as w, V as B, N as b, c as h, I as E, P as $ } from "../../../../Lexical.prod-qoFV025v.js";
7
+ import { ap as U, L as w, V as B, N as b, c as h, I as E, P as $ } from "../../../../Lexical.prod-DcAfce4S.js";
8
8
  import { Icon as j } from "../../../Icon/Icon.js";
9
9
  import { s as l } from "../../../../RteEditor.module-oFMKEW6f.js";
10
10
  import { useTranslation as z } from "../../hooks/useTranslation.js";
@@ -1,8 +1,8 @@
1
1
  import { o as m } from "../../../../LexicalComposerContext.prod-DLlRM5wP.js";
2
2
  import { useEffect as c } from "react";
3
- import { ae as f, E as p, N as u } from "../../../../Lexical.prod-qoFV025v.js";
4
- import { L as i } from "../../../../LexicalUtils.prod-BpZsS7jD.js";
5
- import { D as d } from "../../../../LexicalClipboard.prod-BFJoO5qv.js";
3
+ import { ae as f, E as p, N as u } from "../../../../Lexical.prod-DcAfce4S.js";
4
+ import { L as i } from "../../../../LexicalUtils.prod-DGbydHdL.js";
5
+ import { D as d } from "../../../../LexicalClipboard.prod-BktY_t6W.js";
6
6
  import { d as D } from "../../../../index-DllfJcv4.js";
7
7
  const N = () => {
8
8
  const [e] = m(), l = (t) => {
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { b as B } from "../../../../TablePlugin-6tDdOCQy.js";
3
+ import { b as B } from "../../../../TablePlugin-CE20cPhW.js";
4
4
  import "../../../Buttons/Button.js";
5
5
  import "../../../Buttons/LinkButton.js";
6
6
  import "@react-aria/button";
@@ -1,10 +1,10 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../../../LexicalComposerContext.prod-DLlRM5wP.js";
3
3
  import "../../../../clsx-OuTLNxxd.js";
4
- import "../../../../LexicalTable.prod-osQj1CQX.js";
5
- import "../../../../Lexical.prod-qoFV025v.js";
4
+ import "../../../../LexicalTable.prod-CphD9tIW.js";
5
+ import "../../../../Lexical.prod-DcAfce4S.js";
6
6
  import "react";
7
- import { T as F } from "../../../../TablePlugin-6tDdOCQy.js";
7
+ import { T as F } from "../../../../TablePlugin-CE20cPhW.js";
8
8
  import "./helpers.js";
9
9
  import "../../hooks/useFlyout.js";
10
10
  import "../../../Icon/Icon.js";
@@ -1,5 +1,5 @@
1
- import { z as d, R as h, B as m, Z as S, H as w, P as E, x as C, K as p, L as I } from "../../../../LexicalTable.prod-osQj1CQX.js";
2
- import { P as u } from "../../../../Lexical.prod-qoFV025v.js";
1
+ import { H as d, R as h, B as m, Z as S, z as w, P as E, x as C, K as p, L as I } from "../../../../LexicalTable.prod-CphD9tIW.js";
2
+ import { P as u } from "../../../../Lexical.prod-DcAfce4S.js";
3
3
  const b = 100, D = (e, n) => {
4
4
  const t = I(0, 0, !1);
5
5
  for (let o = 0; o < e; o++) {
@@ -1,4 +1,4 @@
1
- import { T as o } from "../../../../TablePlugin-6tDdOCQy.js";
1
+ import { T as o } from "../../../../TablePlugin-CE20cPhW.js";
2
2
  import { TableCellContextMenu as t } from "./TableCellContextMenu/TableCellContextMenu.js";
3
3
  export {
4
4
  t as TableCellContextMenu,
@@ -1,13 +1,13 @@
1
1
  import { jsxs as y, jsx as n } from "react/jsx-runtime";
2
2
  import { o as P } from "../../../../LexicalComposerContext.prod-DLlRM5wP.js";
3
- import { N as h, c as g, y as C } from "../../../../Lexical.prod-qoFV025v.js";
3
+ import { N as h, c as g, y as C } from "../../../../Lexical.prod-DcAfce4S.js";
4
4
  import { useState as L, useRef as E, useCallback as N, useEffect as m } from "react";
5
- import { W as b } from "../../../../LexicalTable.prod-osQj1CQX.js";
5
+ import { W as b } from "../../../../LexicalTable.prod-CphD9tIW.js";
6
6
  import { BlockFormatPlugin as T } from "../BlockFormatPlugin/BlockFormatPlugin.js";
7
7
  import { ListPlugin as k } from "../ListPlugin/ListPlugin.js";
8
8
  import { LinkPlugin as x } from "../LinkPlugin/LinkPlugin.js";
9
9
  import { HistoryPlugin as B } from "../HistoryPlugin/HistoryPlugin.js";
10
- import { T as S } from "../../../../TablePlugin-6tDdOCQy.js";
10
+ import { T as S } from "../../../../TablePlugin-CE20cPhW.js";
11
11
  import { TableCellContextMenu as z } from "../TablePlugin/TableCellContextMenu/TableCellContextMenu.js";
12
12
  import { s as A } from "../../../../RteEditor.module-oFMKEW6f.js";
13
13
  import { setScrollableContainers as w, removeScrollableContainers as K } from "../../helpers.js";
@@ -3,7 +3,7 @@ import { BlockFormatPlugin as l } from "./BlockFormatPlugin/BlockFormatPlugin.js
3
3
  import { ListPlugin as n } from "./ListPlugin/ListPlugin.js";
4
4
  import { LinkPlugin as m, getLinkNodeTag as x } from "./LinkPlugin/LinkPlugin.js";
5
5
  import { HistoryPlugin as p } from "./HistoryPlugin/HistoryPlugin.js";
6
- import { T as a } from "../../../TablePlugin-6tDdOCQy.js";
6
+ import { T as a } from "../../../TablePlugin-CE20cPhW.js";
7
7
  import { TableCellContextMenu as T } from "./TablePlugin/TableCellContextMenu/TableCellContextMenu.js";
8
8
  export {
9
9
  l as BlockFormatPlugin,