@uva-glass/component-library 3.18.0 → 3.19.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.
- package/dist/{Lexical.prod-qoFV025v.js → Lexical.prod-DcAfce4S.js} +2 -2
- package/dist/{Lexical.prod-qoFV025v.js.map → Lexical.prod-DcAfce4S.js.map} +1 -1
- package/dist/{LexicalClipboard.prod-BFJoO5qv.js → LexicalClipboard.prod-BktY_t6W.js} +4 -4
- package/dist/{LexicalClipboard.prod-BFJoO5qv.js.map → LexicalClipboard.prod-BktY_t6W.js.map} +1 -1
- package/dist/{LexicalLink.prod-BIN12UMz.js → LexicalLink.prod-BVtqGtVB.js} +3 -3
- package/dist/{LexicalLink.prod-BIN12UMz.js.map → LexicalLink.prod-BVtqGtVB.js.map} +1 -1
- package/dist/{LexicalList.prod-WlGaeo0L.js → LexicalList.prod-CZY2UZ4l.js} +5 -5
- package/dist/{LexicalList.prod-WlGaeo0L.js.map → LexicalList.prod-CZY2UZ4l.js.map} +1 -1
- package/dist/{LexicalSelection.prod-B5grbYgk.js → LexicalSelection.prod-Bbf3tSur.js} +2 -2
- package/dist/{LexicalSelection.prod-B5grbYgk.js.map → LexicalSelection.prod-Bbf3tSur.js.map} +1 -1
- package/dist/{LexicalTable.prod-osQj1CQX.js → LexicalTable.prod-CphD9tIW.js} +53 -53
- package/dist/LexicalTable.prod-CphD9tIW.js.map +1 -0
- package/dist/{LexicalUtils.prod-BpZsS7jD.js → LexicalUtils.prod-DGbydHdL.js} +2 -2
- package/dist/{LexicalUtils.prod-BpZsS7jD.js.map → LexicalUtils.prod-DGbydHdL.js.map} +1 -1
- package/dist/{TablePlugin-6tDdOCQy.js → TablePlugin-CE20cPhW.js} +4 -4
- package/dist/{TablePlugin-6tDdOCQy.js.map → TablePlugin-CE20cPhW.js.map} +1 -1
- package/dist/assets/variables.css +78 -3
- package/dist/components/CheckboxTree/CheckboxTree.js +1 -1
- package/dist/components/FormInput/FormInput.js +1 -1
- package/dist/components/InputField/InputField.stories.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
- package/dist/components/MultiSelect/components/MultiSelectHeader.js +1 -1
- package/dist/components/MultiSelect/index.js +1 -1
- package/dist/components/PeriodSelector/PeriodSelector.js +1 -1
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +1 -1
- 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 +2 -2
- 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 +196 -190
- package/dist/components/RteEditor/RteEditor.js.map +1 -1
- package/dist/components/RteEditor/helpers.js +4 -4
- package/dist/components/Timeline/Timeline.test.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/{helpers-5RvdadYU.js → helpers-Dpx3BPyY.js} +4 -4
- package/dist/{helpers-5RvdadYU.js.map → helpers-Dpx3BPyY.js.map} +1 -1
- package/dist/index.js +1 -1
- package/package.json +8 -8
- package/dist/LexicalTable.prod-osQj1CQX.js.map +0 -1
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
--color-amour: #ffe5ec;
|
|
41
41
|
--color-dandelion: #ffde66;
|
|
42
42
|
--color-natural-wood: #fff6d6;
|
|
43
|
-
--color-uva-black: #
|
|
44
|
-
--color-electric-violet: #
|
|
43
|
+
--color-uva-black: #1F1D20;
|
|
44
|
+
--color-electric-violet: #9747FF;
|
|
45
45
|
--color-lemon-grass: #99998a;
|
|
46
46
|
--color-vista-blue: #8feabb;
|
|
47
47
|
--color-medium-aquamarine: #62df9f;
|
|
@@ -50,5 +50,80 @@
|
|
|
50
50
|
--color-french-grey: #b3afb6;
|
|
51
51
|
--color-columbia-blue: #a1e7fc;
|
|
52
52
|
--color-light-cyan: #e1f8ff;
|
|
53
|
-
--color-natural-wool: #
|
|
53
|
+
--color-natural-wool: #FFF6D6;
|
|
54
|
+
--new-color-uva-white: #FFFFFF;
|
|
55
|
+
--new-color-uva-black: #1B1918;
|
|
56
|
+
--new-color-uva-red: #BD0032;
|
|
57
|
+
--new-color-grey-100: #FAFAFA;
|
|
58
|
+
--new-color-grey-200: #F5F5F4;
|
|
59
|
+
--new-color-grey-300: #E7E5E4;
|
|
60
|
+
--new-color-grey-400: #D8D6D4;
|
|
61
|
+
--new-color-grey-500: #A8A29F;
|
|
62
|
+
--new-color-grey-600: #78716D;
|
|
63
|
+
--new-color-grey-700: #56504E;
|
|
64
|
+
--new-color-grey-800: #433F3D;
|
|
65
|
+
--new-color-grey-900: #282524;
|
|
66
|
+
--new-color-red-100: #FFEBEF;
|
|
67
|
+
--new-color-red-200: #F9B4C3;
|
|
68
|
+
--new-color-red-300: #F5849D;
|
|
69
|
+
--new-color-red-400: #F15577;
|
|
70
|
+
--new-color-red-500: #EC1342;
|
|
71
|
+
--new-color-red-600: #E00031;
|
|
72
|
+
--new-color-red-700: #C2002A;
|
|
73
|
+
--new-color-red-800: #A30023;
|
|
74
|
+
--new-color-red-900: #85001D;
|
|
75
|
+
--new-color-orange-100: #FFF2E0;
|
|
76
|
+
--new-color-orange-200: #FFE0B8;
|
|
77
|
+
--new-color-orange-300: #FFD399;
|
|
78
|
+
--new-color-orange-400: #FFBD66;
|
|
79
|
+
--new-color-orange-500: #FFA733;
|
|
80
|
+
--new-color-orange-600: #F58B00;
|
|
81
|
+
--new-color-orange-700: #E07F00;
|
|
82
|
+
--new-color-orange-800: #C26E00;
|
|
83
|
+
--new-color-orange-900: #A35C00;
|
|
84
|
+
--new-color-lime-100: #FDFBE3;
|
|
85
|
+
--new-color-lime-200: #FAF7BD;
|
|
86
|
+
--new-color-lime-300: #F7F297;
|
|
87
|
+
--new-color-lime-400: #F3EC68;
|
|
88
|
+
--new-color-lime-500: #EFE639;
|
|
89
|
+
--new-color-lime-600: #D9CF12;
|
|
90
|
+
--new-color-lime-700: #C2B800;
|
|
91
|
+
--new-color-lime-800: #A39B00;
|
|
92
|
+
--new-color-lime-900: #857E00;
|
|
93
|
+
--new-color-forest-100: #EAF5EC;
|
|
94
|
+
--new-color-forest-200: #C8E4CE;
|
|
95
|
+
--new-color-forest-300: #98CDA2;
|
|
96
|
+
--new-color-forest-400: #68B677;
|
|
97
|
+
--new-color-forest-500: #41AA56;
|
|
98
|
+
--new-color-forest-600: #1C9C35;
|
|
99
|
+
--new-color-forest-700: #0F8A28;
|
|
100
|
+
--new-color-forest-800: #0C6E20;
|
|
101
|
+
--new-color-forest-900: #0A5C1B;
|
|
102
|
+
--new-color-sky-100: #EEF8FB;
|
|
103
|
+
--new-color-sky-200: #DFF1F8;
|
|
104
|
+
--new-color-sky-300: #C2E7F4;
|
|
105
|
+
--new-color-sky-400: #9DDBF1;
|
|
106
|
+
--new-color-sky-500: #63C9EE;
|
|
107
|
+
--new-color-sky-600: #35B9E9;
|
|
108
|
+
--new-color-sky-700: #17A1D3;
|
|
109
|
+
--new-color-sky-800: #127EA5;
|
|
110
|
+
--new-color-sky-900: #00698F;
|
|
111
|
+
--new-color-navy-100: #E7F0F9;
|
|
112
|
+
--new-color-navy-200: #CEE2F3;
|
|
113
|
+
--new-color-navy-300: #ADCEEB;
|
|
114
|
+
--new-color-navy-400: #74ACDC;
|
|
115
|
+
--new-color-navy-500: #3385CC;
|
|
116
|
+
--new-color-navy-600: #0562B3;
|
|
117
|
+
--new-color-navy-700: #005299;
|
|
118
|
+
--new-color-navy-800: #00417A;
|
|
119
|
+
--new-color-navy-900: #003666;
|
|
120
|
+
--new-color-purple-100: #F5EAF3;
|
|
121
|
+
--new-color-purple-200: #EDD4E9;
|
|
122
|
+
--new-color-purple-300: #E0AED9;
|
|
123
|
+
--new-color-purple-400: #D47DC7;
|
|
124
|
+
--new-color-purple-500: #B42D9F;
|
|
125
|
+
--new-color-purple-600: #91087D;
|
|
126
|
+
--new-color-purple-700: #7E076C;
|
|
127
|
+
--new-color-purple-800: #6B065B;
|
|
128
|
+
--new-color-purple-900: #57054B;
|
|
54
129
|
}
|
|
@@ -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-
|
|
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";
|
|
@@ -16,7 +16,7 @@ import "../IconButton/IconButton.js";
|
|
|
16
16
|
import "../Input/Input.js";
|
|
17
17
|
import "../InputField/InputField.js";
|
|
18
18
|
import "react-router";
|
|
19
|
-
import "../../TablePlugin-
|
|
19
|
+
import "../../TablePlugin-CE20cPhW.js";
|
|
20
20
|
import "../RteEditor/Providers/LanguageProvider.js";
|
|
21
21
|
import "../RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js";
|
|
22
22
|
import "../RteEditor/hooks/components/Flyout.js";
|
|
@@ -16,7 +16,7 @@ import "../GridRow/GridRow.js";
|
|
|
16
16
|
import "../IconButton/IconButton.js";
|
|
17
17
|
import "../Input/Input.js";
|
|
18
18
|
import "react-router";
|
|
19
|
-
import "../../TablePlugin-
|
|
19
|
+
import "../../TablePlugin-CE20cPhW.js";
|
|
20
20
|
import "../RteEditor/Providers/LanguageProvider.js";
|
|
21
21
|
import "../RteEditor/Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js";
|
|
22
22
|
import "../RteEditor/hooks/components/Flyout.js";
|
|
@@ -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-
|
|
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-
|
|
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";
|
|
@@ -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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
4
|
-
import "../../../../../helpers-
|
|
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-
|
|
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-
|
|
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-
|
|
7
|
-
import { A as nt } from "../../../../TablePlugin-
|
|
8
|
-
import { e as it } from "../../../../helpers-
|
|
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,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-
|
|
4
|
-
import { _ as x } from "../../../../LexicalSelection.prod-
|
|
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-
|
|
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-
|
|
4
|
-
import { L as i } from "../../../../LexicalUtils.prod-
|
|
5
|
-
import { D as d } from "../../../../LexicalClipboard.prod-
|
|
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-
|
|
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-
|
|
5
|
-
import "../../../../Lexical.prod-
|
|
4
|
+
import "../../../../LexicalTable.prod-CphD9tIW.js";
|
|
5
|
+
import "../../../../Lexical.prod-DcAfce4S.js";
|
|
6
6
|
import "react";
|
|
7
|
-
import { T as F } from "../../../../TablePlugin-
|
|
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 {
|
|
2
|
-
import { P as u } from "../../../../Lexical.prod-
|
|
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,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-
|
|
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-
|
|
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-
|
|
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-
|
|
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,
|