@uva-glass/component-library 3.21.1 → 3.22.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/Button.module-BXzi8gZH.js +15 -0
- package/dist/Button.module-BXzi8gZH.js.map +1 -0
- package/dist/{Lexical.prod-DcAfce4S.js → Lexical.prod-DOV_uwol.js} +4 -4
- package/dist/Lexical.prod-DOV_uwol.js.map +1 -0
- package/dist/{LexicalClipboard.prod-BktY_t6W.js → LexicalClipboard.prod-DZgXdt_H.js} +4 -4
- package/dist/{LexicalClipboard.prod-BktY_t6W.js.map → LexicalClipboard.prod-DZgXdt_H.js.map} +1 -1
- package/dist/{LexicalLink.prod-BVtqGtVB.js → LexicalLink.prod-XYC56-_H.js} +3 -3
- package/dist/{LexicalLink.prod-BVtqGtVB.js.map → LexicalLink.prod-XYC56-_H.js.map} +1 -1
- package/dist/{LexicalList.prod-CZY2UZ4l.js → LexicalList.prod-Dv48Tn54.js} +8 -8
- package/dist/LexicalList.prod-Dv48Tn54.js.map +1 -0
- package/dist/{LexicalSelection.prod-Bbf3tSur.js → LexicalSelection.prod-DaoDqTxU.js} +2 -2
- package/dist/{LexicalSelection.prod-Bbf3tSur.js.map → LexicalSelection.prod-DaoDqTxU.js.map} +1 -1
- package/dist/{LexicalTable.prod-CphD9tIW.js → LexicalTable.prod-M0HiIwBZ.js} +4 -4
- package/dist/{LexicalTable.prod-CphD9tIW.js.map → LexicalTable.prod-M0HiIwBZ.js.map} +1 -1
- package/dist/{LexicalUtils.prod-DGbydHdL.js → LexicalUtils.prod-FOA8v2nU.js} +2 -2
- package/dist/{LexicalUtils.prod-DGbydHdL.js.map → LexicalUtils.prod-FOA8v2nU.js.map} +1 -1
- package/dist/{TablePlugin-hxs9O_ox.js → TablePlugin-CrCof8yO.js} +4 -4
- package/dist/{TablePlugin-hxs9O_ox.js.map → TablePlugin-CrCof8yO.js.map} +1 -1
- package/dist/assets/Button.css +1 -1
- package/dist/assets/Periods.css +1 -1
- package/dist/components/Buttons/Button.js +1 -1
- package/dist/components/Buttons/LinkButton.js +1 -1
- package/dist/components/Buttons/MenuButton.js +1 -1
- 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/Periods/Periods.js +25 -25
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +1 -1
- package/dist/components/RadioTabSelector/RadioTabSelector.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 +9 -9
- package/dist/components/RteEditor/RteEditor.js.map +1 -1
- package/dist/components/RteEditor/helpers.js +4 -4
- package/dist/components/index.js +1 -1
- package/dist/{helpers-Dpx3BPyY.js → helpers-DxxBlpKs.js} +4 -4
- package/dist/{helpers-Dpx3BPyY.js.map → helpers-DxxBlpKs.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/types/UserInterface.d.ts +1 -1
- package/package.json +10 -10
- package/dist/Button.module-BVsTgdTe.js +0 -15
- package/dist/Button.module-BVsTgdTe.js.map +0 -1
- package/dist/Lexical.prod-DcAfce4S.js.map +0 -1
- package/dist/LexicalList.prod-CZY2UZ4l.js.map +0 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import './assets/Button.css';const t = "_button_ezcrm_1", n = {
|
|
2
|
+
button: t,
|
|
3
|
+
"button--blank": "_button--blank_ezcrm_35",
|
|
4
|
+
"button--blank-subtle": "_button--blank-subtle_ezcrm_36",
|
|
5
|
+
"button--blank-icon": "_button--blank-icon_ezcrm_37",
|
|
6
|
+
"button--primary": "_button--primary_ezcrm_82",
|
|
7
|
+
"button--secondary": "_button--secondary_ezcrm_98",
|
|
8
|
+
"button--destructive-primary": "_button--destructive-primary_ezcrm_114",
|
|
9
|
+
"button--destructive-secondary": "_button--destructive-secondary_ezcrm_132",
|
|
10
|
+
"button--wide-column": "_button--wide-column_ezcrm_150"
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
n as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Button.module-BXzi8gZH.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.module-BXzi8gZH.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
|
|
@@ -3014,7 +3014,7 @@ class xt {
|
|
|
3014
3014
|
function fi(n, e) {
|
|
3015
3015
|
const t = [];
|
|
3016
3016
|
let r = e;
|
|
3017
|
-
for (; r !== n && r !== null; r =
|
|
3017
|
+
for (; r !== n && r !== null; r = r.parentNode) {
|
|
3018
3018
|
let i = 0;
|
|
3019
3019
|
for (let s = r.previousSibling; s !== null; s = s.previousSibling) i++;
|
|
3020
3020
|
t.push(i);
|
|
@@ -3497,7 +3497,7 @@ class Ot extends mn {
|
|
|
3497
3497
|
if (ee(t)) {
|
|
3498
3498
|
this.isEmpty() && t.append(document.createElement("br"));
|
|
3499
3499
|
const r = this.getFormatType();
|
|
3500
|
-
t.style.textAlign = r;
|
|
3500
|
+
r && (t.style.textAlign = r);
|
|
3501
3501
|
}
|
|
3502
3502
|
return { element: t };
|
|
3503
3503
|
}
|
|
@@ -3795,7 +3795,7 @@ class Cn {
|
|
|
3795
3795
|
return { editorState: this._editorState.toJSON() };
|
|
3796
3796
|
}
|
|
3797
3797
|
}
|
|
3798
|
-
Cn.version = "0.31.
|
|
3798
|
+
Cn.version = "0.31.2+prod.esm";
|
|
3799
3799
|
let Vo = 1;
|
|
3800
3800
|
const Yo = typeof queueMicrotask == "function" ? queueMicrotask : (n) => {
|
|
3801
3801
|
Promise.resolve().then(n);
|
|
@@ -4900,4 +4900,4 @@ export {
|
|
|
4900
4900
|
ie as y,
|
|
4901
4901
|
co as z
|
|
4902
4902
|
};
|
|
4903
|
-
//# sourceMappingURL=Lexical.prod-
|
|
4903
|
+
//# sourceMappingURL=Lexical.prod-DOV_uwol.js.map
|