@uva-glass/component-library 3.51.0 → 3.52.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/RteEditor.module-CUi7Vqe8.js +37 -0
- package/dist/RteEditor.module-CUi7Vqe8.js.map +1 -0
- package/dist/{SelectListbox.module-CgZyIxwT.js → SelectListbox.module-CXqMuXRB.js} +24 -23
- package/dist/SelectListbox.module-CXqMuXRB.js.map +1 -0
- package/dist/{TablePlugin-CeZO4BR1.js → TablePlugin-BLbsvcuu.js} +2 -2
- package/dist/{TablePlugin-CeZO4BR1.js.map → TablePlugin-BLbsvcuu.js.map} +1 -1
- package/dist/assets/CheckboxButtonBar.css +1 -1
- package/dist/assets/FormInput.css +1 -1
- package/dist/assets/InputField.css +1 -1
- package/dist/assets/RteEditor.css +1 -1
- package/dist/assets/SelectListbox.css +1 -1
- package/dist/components/CheckboxButtonBar/CheckboxButtonBar.d.ts +3 -3
- package/dist/components/CheckboxButtonBar/CheckboxButtonBar.js +45 -45
- package/dist/components/CheckboxButtonBar/CheckboxButtonBar.js.map +1 -1
- package/dist/components/CheckboxTree/CheckboxTree.js +1 -1
- package/dist/components/FormInput/FormInput.d.ts +3 -1
- package/dist/components/FormInput/FormInput.js +35 -31
- package/dist/components/FormInput/FormInput.js.map +1 -1
- package/dist/components/InputField/InputField.d.ts +2 -0
- package/dist/components/InputField/InputField.js +29 -26
- package/dist/components/InputField/InputField.js.map +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 +13 -13
- package/dist/components/PeriodSelector/PeriodSelector.js.map +1 -1
- 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 +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +2 -2
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +2 -2
- package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +2 -2
- package/dist/components/RteEditor/Plugins/index.js +1 -1
- package/dist/components/RteEditor/RteEditor.d.ts +8 -6
- package/dist/components/RteEditor/RteEditor.js +367 -356
- package/dist/components/RteEditor/RteEditor.js.map +1 -1
- package/dist/components/RteEditor/UvaTheme/UvaTheme.js +1 -1
- package/dist/components/SelectListbox/SelectListbox.d.ts +4 -2
- package/dist/components/SelectListbox/SelectListbox.js +20 -18
- package/dist/components/SelectListbox/SelectListbox.js.map +1 -1
- package/dist/components/SelectListbox/components/SelectButton.d.ts +1 -0
- package/dist/components/SelectListbox/components/SelectButton.js +34 -25
- package/dist/components/SelectListbox/components/SelectButton.js.map +1 -1
- package/dist/components/SelectListbox/components/SelectContainer.js +1 -1
- package/dist/components/SelectListbox/components/SelectOption.js +1 -1
- package/dist/components/SelectListbox/components/SelectOptionBox.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +8 -8
- package/dist/RteEditor.module-CmYZ4MmA.js +0 -36
- package/dist/RteEditor.module-CmYZ4MmA.js.map +0 -1
- package/dist/SelectListbox.module-CgZyIxwT.js.map +0 -1
|
@@ -1,59 +1,68 @@
|
|
|
1
1
|
import { jsx as n, jsxs as E } from "react/jsx-runtime";
|
|
2
2
|
import { c as g } from "../../../clsx-OuTLNxxd.js";
|
|
3
3
|
import { forwardRef as K, useRef as N, useEffect as x } from "react";
|
|
4
|
-
import { s as
|
|
4
|
+
import { s as e } from "../../../SelectListbox.module-CXqMuXRB.js";
|
|
5
5
|
import { Icon as S } from "../../Icon/Icon.js";
|
|
6
6
|
import { useSelect as W } from "../SelectProvider.js";
|
|
7
|
-
const
|
|
8
|
-
const {
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
const R = K((m, c) => {
|
|
8
|
+
const {
|
|
9
|
+
variant: b,
|
|
10
|
+
size: h = "default",
|
|
11
|
+
onChange: o,
|
|
12
|
+
buttonLabelProp: y = "label",
|
|
13
|
+
buttonLabelBold: k,
|
|
14
|
+
disabled: w = !1,
|
|
15
|
+
notValid: I = !1
|
|
16
|
+
} = m, l = N(null), { listboxId: L, isOpen: t, selectedValue: r, toggleListbox: D, setIsOpen: i, setActiveIndex: f, options: p, isDirty: C } = W() || {}, v = (s) => {
|
|
17
|
+
if (s.key.length === 1) {
|
|
18
|
+
const a = s.key.toLocaleLowerCase(), u = p.findIndex(
|
|
11
19
|
(d) => !d.disabled && d.label.toLocaleLowerCase().startsWith(a)
|
|
12
20
|
);
|
|
13
21
|
if (u !== -1) {
|
|
14
|
-
f(u),
|
|
22
|
+
f(u), t || i(!0), s.preventDefault();
|
|
15
23
|
return;
|
|
16
24
|
}
|
|
17
25
|
}
|
|
18
|
-
switch (
|
|
26
|
+
switch (s.key) {
|
|
19
27
|
case "Enter":
|
|
20
|
-
if (
|
|
28
|
+
if (s.preventDefault(), !t) {
|
|
21
29
|
i(!0);
|
|
22
30
|
return;
|
|
23
31
|
}
|
|
24
32
|
break;
|
|
25
33
|
case "Escape":
|
|
26
|
-
|
|
34
|
+
t && (s.stopPropagation(), f(p.findIndex((a) => a.value === r?.value)), i(!1));
|
|
27
35
|
break;
|
|
28
36
|
}
|
|
29
37
|
};
|
|
30
38
|
return x(() => {
|
|
31
|
-
|
|
32
|
-
}, [
|
|
33
|
-
o && o(
|
|
34
|
-
}, [o,
|
|
39
|
+
t && (l.current?.children[0]).blur();
|
|
40
|
+
}, [t]), x(() => {
|
|
41
|
+
o && o(r), C && (l.current?.children[0]).focus();
|
|
42
|
+
}, [o, r]), /* @__PURE__ */ n("span", { ref: l, children: /* @__PURE__ */ E(
|
|
35
43
|
"button",
|
|
36
44
|
{
|
|
37
|
-
className: g(
|
|
38
|
-
[
|
|
39
|
-
[
|
|
45
|
+
className: g(e["select-listbox-trigger"], e[`select-listbox-trigger--${h}`], {
|
|
46
|
+
[e[`select-listbox-trigger--${b}`]]: b,
|
|
47
|
+
[e["select-listbox-trigger--bold"]]: k,
|
|
48
|
+
[e["select-listbox-trigger--not-valid"]]: I
|
|
40
49
|
}),
|
|
41
50
|
type: "button",
|
|
42
|
-
onClick:
|
|
43
|
-
onKeyDown:
|
|
44
|
-
"aria-expanded":
|
|
51
|
+
onClick: D,
|
|
52
|
+
onKeyDown: v,
|
|
53
|
+
"aria-expanded": t,
|
|
45
54
|
"aria-haspopup": "listbox",
|
|
46
|
-
"aria-label": `${
|
|
55
|
+
"aria-label": `${r.label}`,
|
|
47
56
|
disabled: w,
|
|
48
|
-
"aria-controls":
|
|
57
|
+
"aria-controls": L,
|
|
49
58
|
...c && { ref: c },
|
|
50
59
|
children: [
|
|
51
|
-
/* @__PURE__ */ n("span", { className:
|
|
60
|
+
/* @__PURE__ */ n("span", { className: e["select-listbox-trigger-label"], children: r[y] }),
|
|
52
61
|
/* @__PURE__ */ n(
|
|
53
62
|
S,
|
|
54
63
|
{
|
|
55
|
-
className: g(
|
|
56
|
-
[
|
|
64
|
+
className: g(e["select-listbox-trigger-icon"], {
|
|
65
|
+
[e["select-listbox-trigger-icon--open"]]: t
|
|
57
66
|
}),
|
|
58
67
|
name: "CheveronDown",
|
|
59
68
|
size: 16
|
|
@@ -64,6 +73,6 @@ const P = K((m, c) => {
|
|
|
64
73
|
) });
|
|
65
74
|
});
|
|
66
75
|
export {
|
|
67
|
-
|
|
76
|
+
R as SelectButton
|
|
68
77
|
};
|
|
69
78
|
//# sourceMappingURL=SelectButton.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectButton.js","sources":["../../../../src/components/SelectListbox/components/SelectButton.tsx"],"sourcesContent":["import { clsx } from 'clsx';\nimport { useEffect, useRef, forwardRef } from 'react';\n\nimport type { KeyboardEvent } from 'react';\nimport type { OptionValue, SelectValue } from 'components/SelectListbox/SelectProvider';\n\nimport styles from 'components/SelectListbox/SelectListbox.module.css';\nimport { Icon } from 'components/Icon';\nimport { useSelect } from 'components/SelectListbox/SelectProvider';\n\nexport interface SelectButtonProps {\n variant?: 'noborder' | 'pill' | 'pillLeft' | 'pillRight' | 'darkBorder' | 'roundedLeft' | 'roundedRight';\n size?: 'small' | 'medium' | 'default';\n onChange?: (option: OptionValue) => void;\n buttonLabelProp?: string;\n buttonLabelBold?: boolean;\n disabled?: boolean;\n}\n\nexport const SelectButton = forwardRef<HTMLButtonElement, SelectButtonProps>((props, ref) => {\n const {
|
|
1
|
+
{"version":3,"file":"SelectButton.js","sources":["../../../../src/components/SelectListbox/components/SelectButton.tsx"],"sourcesContent":["import { clsx } from 'clsx';\nimport { useEffect, useRef, forwardRef } from 'react';\n\nimport type { KeyboardEvent } from 'react';\nimport type { OptionValue, SelectValue } from 'components/SelectListbox/SelectProvider';\n\nimport styles from 'components/SelectListbox/SelectListbox.module.css';\nimport { Icon } from 'components/Icon';\nimport { useSelect } from 'components/SelectListbox/SelectProvider';\n\nexport interface SelectButtonProps {\n variant?: 'noborder' | 'pill' | 'pillLeft' | 'pillRight' | 'darkBorder' | 'roundedLeft' | 'roundedRight';\n size?: 'small' | 'medium' | 'default';\n onChange?: (option: OptionValue) => void;\n buttonLabelProp?: string;\n buttonLabelBold?: boolean;\n disabled?: boolean;\n notValid?: boolean;\n}\n\nexport const SelectButton = forwardRef<HTMLButtonElement, SelectButtonProps>((props, ref) => {\n const {\n variant,\n size = 'default',\n onChange,\n buttonLabelProp = 'label',\n buttonLabelBold,\n disabled = false,\n notValid = false,\n } = props;\n const buttonWrapper = useRef<HTMLSpanElement>(null);\n const { listboxId, isOpen, selectedValue, toggleListbox, setIsOpen, setActiveIndex, options, isDirty } =\n useSelect() || {};\n\n const onTriggerKeyDown = (event: KeyboardEvent<HTMLButtonElement>) => {\n if (event.key.length === 1) {\n const key = event.key.toLocaleLowerCase();\n const optionIndexStartsWithKey = options.findIndex(\n (option) => !option.disabled && option.label.toLocaleLowerCase().startsWith(key)\n );\n if (optionIndexStartsWithKey !== -1) {\n setActiveIndex(optionIndexStartsWithKey);\n if (!isOpen) setIsOpen(true);\n event.preventDefault();\n return;\n }\n }\n\n switch (event.key) {\n case 'Enter':\n event.preventDefault();\n if (!isOpen) {\n setIsOpen(true);\n return;\n }\n break;\n case 'Escape':\n if (isOpen) {\n event.stopPropagation();\n setActiveIndex(options.findIndex((option) => option.value === selectedValue?.value));\n setIsOpen(false);\n }\n break;\n }\n };\n\n useEffect(() => {\n if (isOpen) {\n (buttonWrapper.current?.children[0] as HTMLButtonElement).blur();\n }\n }, [isOpen]);\n\n useEffect(() => {\n if (onChange) {\n onChange(selectedValue);\n }\n\n isDirty && (buttonWrapper.current?.children[0] as HTMLButtonElement).focus();\n\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [onChange, selectedValue]);\n\n return (\n <span ref={buttonWrapper}>\n <button\n className={clsx(styles['select-listbox-trigger'], styles[`select-listbox-trigger--${size}`], {\n [styles[`select-listbox-trigger--${variant}`]]: variant,\n [styles['select-listbox-trigger--bold']]: buttonLabelBold,\n [styles['select-listbox-trigger--not-valid']]: notValid,\n })}\n type=\"button\"\n onClick={toggleListbox}\n onKeyDown={onTriggerKeyDown}\n aria-expanded={isOpen}\n aria-haspopup=\"listbox\"\n aria-label={`${selectedValue.label}`}\n disabled={disabled}\n aria-controls={listboxId}\n {...(ref && { ref: ref })}\n >\n <span className={styles['select-listbox-trigger-label']}>\n {selectedValue[buttonLabelProp as keyof SelectValue]}\n </span>\n\n <Icon\n className={clsx(styles['select-listbox-trigger-icon'], {\n [styles['select-listbox-trigger-icon--open']]: isOpen,\n })}\n name=\"CheveronDown\"\n size={16}\n />\n </button>\n </span>\n );\n});\n"],"names":["SelectButton","forwardRef","props","ref","variant","size","onChange","buttonLabelProp","buttonLabelBold","disabled","notValid","buttonWrapper","useRef","listboxId","isOpen","selectedValue","toggleListbox","setIsOpen","setActiveIndex","options","isDirty","useSelect","onTriggerKeyDown","event","key","optionIndexStartsWithKey","option","useEffect","jsx","jsxs","clsx","styles","Icon"],"mappings":";;;;;;AAoBO,MAAMA,IAAeC,EAAiD,CAACC,GAAOC,MAAQ;AAC3F,QAAM;AAAA,IACJ,SAAAC;AAAA,IACA,MAAAC,IAAO;AAAA,IACP,UAAAC;AAAA,IACA,iBAAAC,IAAkB;AAAA,IAClB,iBAAAC;AAAA,IACA,UAAAC,IAAW;AAAA,IACX,UAAAC,IAAW;AAAA,EAAA,IACTR,GACES,IAAgBC,EAAwB,IAAI,GAC5C,EAAE,WAAAC,GAAW,QAAAC,GAAQ,eAAAC,GAAe,eAAAC,GAAe,WAAAC,GAAW,gBAAAC,GAAgB,SAAAC,GAAS,SAAAC,MAC3FC,EAAA,KAAe,CAAA,GAEXC,IAAmB,CAACC,MAA4C;AACpE,QAAIA,EAAM,IAAI,WAAW,GAAG;AAC1B,YAAMC,IAAMD,EAAM,IAAI,kBAAA,GAChBE,IAA2BN,EAAQ;AAAA,QACvC,CAACO,MAAW,CAACA,EAAO,YAAYA,EAAO,MAAM,oBAAoB,WAAWF,CAAG;AAAA,MAAA;AAEjF,UAAIC,MAA6B,IAAI;AACnC,QAAAP,EAAeO,CAAwB,GAClCX,KAAQG,EAAU,EAAI,GAC3BM,EAAM,eAAA;AACN;AAAA,MACF;AAAA,IACF;AAEA,YAAQA,EAAM,KAAA;AAAA,MACZ,KAAK;AAEH,YADAA,EAAM,eAAA,GACF,CAACT,GAAQ;AACX,UAAAG,EAAU,EAAI;AACd;AAAA,QACF;AACA;AAAA,MACF,KAAK;AACH,QAAIH,MACFS,EAAM,gBAAA,GACNL,EAAeC,EAAQ,UAAU,CAACO,MAAWA,EAAO,UAAUX,GAAe,KAAK,CAAC,GACnFE,EAAU,EAAK;AAEjB;AAAA,IAAA;AAAA,EAEN;AAEA,SAAAU,EAAU,MAAM;AACd,IAAIb,MACDH,EAAc,SAAS,SAAS,CAAC,GAAwB,KAAA;AAAA,EAE9D,GAAG,CAACG,CAAM,CAAC,GAEXa,EAAU,MAAM;AACd,IAAIrB,KACFA,EAASS,CAAa,GAGxBK,MAAYT,EAAc,SAAS,SAAS,CAAC,GAAwB,MAAA;AAAA,EAGvE,GAAG,CAACL,GAAUS,CAAa,CAAC,GAG1B,gBAAAa,EAAC,QAAA,EAAK,KAAKjB,GACT,UAAA,gBAAAkB;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,WAAWC,EAAKC,EAAO,wBAAwB,GAAGA,EAAO,2BAA2B1B,CAAI,EAAE,GAAG;AAAA,QAC3F,CAAC0B,EAAO,2BAA2B3B,CAAO,EAAE,CAAC,GAAGA;AAAA,QAChD,CAAC2B,EAAO,8BAA8B,CAAC,GAAGvB;AAAA,QAC1C,CAACuB,EAAO,mCAAmC,CAAC,GAAGrB;AAAA,MAAA,CAChD;AAAA,MACD,MAAK;AAAA,MACL,SAASM;AAAA,MACT,WAAWM;AAAA,MACX,iBAAeR;AAAA,MACf,iBAAc;AAAA,MACd,cAAY,GAAGC,EAAc,KAAK;AAAA,MAClC,UAAAN;AAAA,MACA,iBAAeI;AAAA,MACd,GAAIV,KAAO,EAAE,KAAAA,EAAA;AAAA,MAEd,UAAA;AAAA,QAAA,gBAAAyB,EAAC,UAAK,WAAWG,EAAO,8BAA8B,GACnD,UAAAhB,EAAcR,CAAoC,GACrD;AAAA,QAEA,gBAAAqB;AAAA,UAACI;AAAA,UAAA;AAAA,YACC,WAAWF,EAAKC,EAAO,6BAA6B,GAAG;AAAA,cACrD,CAACA,EAAO,mCAAmC,CAAC,GAAGjB;AAAA,YAAA,CAChD;AAAA,YACD,MAAK;AAAA,YACL,MAAM;AAAA,UAAA;AAAA,QAAA;AAAA,MACR;AAAA,IAAA;AAAA,EAAA,GAEJ;AAEJ,CAAC;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as i, useCallback as u, useEffect as l } from "react";
|
|
3
3
|
import { useSelect as m } from "../SelectProvider.js";
|
|
4
|
-
import { s as f } from "../../../SelectListbox.module-
|
|
4
|
+
import { s as f } from "../../../SelectListbox.module-CXqMuXRB.js";
|
|
5
5
|
const E = ({ children: o }) => {
|
|
6
6
|
const { isOpen: r, setIsOpen: n } = m(), t = i(null), e = u(
|
|
7
7
|
({ target: s }) => {
|
|
@@ -2,7 +2,7 @@ import { jsxs as v, Fragment as x, jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as I } from "../../../clsx-OuTLNxxd.js";
|
|
3
3
|
import { useRef as O, useEffect as k } from "react";
|
|
4
4
|
import { useSelect as g } from "../SelectProvider.js";
|
|
5
|
-
import { s as c } from "../../../SelectListbox.module-
|
|
5
|
+
import { s as c } from "../../../SelectListbox.module-CXqMuXRB.js";
|
|
6
6
|
const K = ({ option: a, index: s, dividerAfter: u, children: w }) => {
|
|
7
7
|
const i = O(null), { isOpen: l, activeIndex: t, setActiveIndex: r, selectedValue: n, setSelectedValue: p, setIsOpen: f, options: o } = g(), y = (e) => {
|
|
8
8
|
p(o[e]), f(!1);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as m, useRef as x } from "react";
|
|
3
|
-
import { s as i } from "../../../SelectListbox.module-
|
|
3
|
+
import { s as i } from "../../../SelectListbox.module-CXqMuXRB.js";
|
|
4
4
|
import { useSelect as a } from "../SelectProvider.js";
|
|
5
5
|
const h = m((l, e) => {
|
|
6
6
|
const { style: t, children: o } = l, { listboxId: r, isOpen: c } = a(), n = x(null);
|
package/dist/components/index.js
CHANGED
|
@@ -37,7 +37,7 @@ import { MenuLink as Co } from "./MenuLink/MenuLink.js";
|
|
|
37
37
|
import { MetaDataBar as Fo } from "./MetaDataBar/MetaDataBar.js";
|
|
38
38
|
import { MetaDataList as Mo } from "./MetaDataList/MetaDataList.js";
|
|
39
39
|
import { ModalDialog as Lo } from "./ModalDialog/ModalDialog.js";
|
|
40
|
-
import { M as Ro } from "../TablePlugin-
|
|
40
|
+
import { M as Ro } from "../TablePlugin-BLbsvcuu.js";
|
|
41
41
|
import { MultiSelectBox as yo } from "./MultiSelectBox/MultiSelectBox.js";
|
|
42
42
|
import { Notification as Do } from "./Notification/Notification.js";
|
|
43
43
|
import { OverlayCloseButton as vo } from "./OverlayCloseButton/OverlayCloseButton.js";
|
package/dist/index.js
CHANGED
|
@@ -37,7 +37,7 @@ import { MenuLink as Co } from "./components/MenuLink/MenuLink.js";
|
|
|
37
37
|
import { MetaDataBar as Fo } from "./components/MetaDataBar/MetaDataBar.js";
|
|
38
38
|
import { MetaDataList as Mo } from "./components/MetaDataList/MetaDataList.js";
|
|
39
39
|
import { ModalDialog as Lo } from "./components/ModalDialog/ModalDialog.js";
|
|
40
|
-
import { M as Ro } from "./TablePlugin-
|
|
40
|
+
import { M as Ro } from "./TablePlugin-BLbsvcuu.js";
|
|
41
41
|
import { MultiSelectBox as yo } from "./components/MultiSelectBox/MultiSelectBox.js";
|
|
42
42
|
import { Notification as Do } from "./components/Notification/Notification.js";
|
|
43
43
|
import { OverlayCloseButton as vo } from "./components/OverlayCloseButton/OverlayCloseButton.js";
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@uva-glass/component-library",
|
|
3
3
|
"author": "Team Glass - Frontend vrienden",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "3.
|
|
5
|
+
"version": "3.52.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@react-types/dialog": "^3.5.22",
|
|
53
53
|
"@semantic-release/git": "^10.0.1",
|
|
54
54
|
"@semantic-release/gitlab": "^13.2.9",
|
|
55
|
-
"@semantic-release/npm": "^13.
|
|
55
|
+
"@semantic-release/npm": "^13.1.1",
|
|
56
56
|
"@storybook/addon-a11y": "^9.1.13",
|
|
57
57
|
"@storybook/addon-docs": "^9.1.13",
|
|
58
58
|
"@storybook/addon-links": "^9.1.13",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@testing-library/jest-dom": "^6.9.1",
|
|
62
62
|
"@testing-library/react": "^16.3.0",
|
|
63
63
|
"@types/jest": "^30.0.0",
|
|
64
|
-
"@types/node": "^24.
|
|
64
|
+
"@types/node": "^24.9.1",
|
|
65
65
|
"@types/react": "^19.2.2",
|
|
66
66
|
"@types/react-dom": "^19.2.2",
|
|
67
67
|
"@uva-glass/eslint-config": "^1.3.11",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"react": "^19.2.0",
|
|
83
83
|
"react-dom": "^19.2.0",
|
|
84
84
|
"react-router": "^7.9.4",
|
|
85
|
-
"semantic-release": "^25.0.
|
|
85
|
+
"semantic-release": "^25.0.1",
|
|
86
86
|
"storybook": "^9.1.13",
|
|
87
87
|
"style-dictionary": "^5.1.1",
|
|
88
88
|
"stylelint": "^16.25.0",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"stylelint-order": "^7.0.0",
|
|
92
92
|
"ts-node": "^10.9.2",
|
|
93
93
|
"typescript": "^5.9.3",
|
|
94
|
-
"vite": "^7.1.
|
|
94
|
+
"vite": "^7.1.12",
|
|
95
95
|
"vite-plugin-dts": "^4.5.4",
|
|
96
96
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
97
97
|
"vite-plugin-static-copy": "^3.1.4",
|
|
@@ -99,9 +99,9 @@
|
|
|
99
99
|
"vite-tsconfig-paths": "^5.1.4"
|
|
100
100
|
},
|
|
101
101
|
"dependencies": {
|
|
102
|
-
"@babel/preset-env": "^7.28.
|
|
103
|
-
"@babel/preset-react": "^7.
|
|
104
|
-
"@babel/preset-typescript": "^7.
|
|
102
|
+
"@babel/preset-env": "^7.28.5",
|
|
103
|
+
"@babel/preset-react": "^7.28.5",
|
|
104
|
+
"@babel/preset-typescript": "^7.28.5",
|
|
105
105
|
"@lexical/link": "^0.37.0",
|
|
106
106
|
"@lexical/list": "^0.37.0",
|
|
107
107
|
"@lexical/react": "^0.37.0",
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import './assets/RteEditor.css';const _ = "_editor__container_12fjb_1", t = "_editor__header_12fjb_7", e = "_editor_12fjb_1", o = "_editor__field_12fjb_36", i = "_editor__toolbar_12fjb_40", r = "_editor__placeholder_12fjb_170", d = {
|
|
2
|
-
editor__container: _,
|
|
3
|
-
editor__header: t,
|
|
4
|
-
"editor__header-word-count": "_editor__header-word-count_12fjb_15",
|
|
5
|
-
"editor__header-word-count--alert": "_editor__header-word-count--alert_12fjb_24",
|
|
6
|
-
editor: e,
|
|
7
|
-
editor__field: o,
|
|
8
|
-
editor__toolbar: i,
|
|
9
|
-
"editor__toolbar-button-group": "_editor__toolbar-button-group_12fjb_49",
|
|
10
|
-
"editor__toolbar-button": "_editor__toolbar-button_12fjb_49",
|
|
11
|
-
"editor__toolbar-button--active": "_editor__toolbar-button--active_12fjb_80",
|
|
12
|
-
"editor__toolbar-button--bold": "_editor__toolbar-button--bold_12fjb_100",
|
|
13
|
-
"editor__toolbar-button--italic": "_editor__toolbar-button--italic_12fjb_104",
|
|
14
|
-
"editor__toolbar-button-flyoutwrapper": "_editor__toolbar-button-flyoutwrapper_12fjb_123",
|
|
15
|
-
"editor__field-wrapper": "_editor__field-wrapper_12fjb_127",
|
|
16
|
-
editor__placeholder: r,
|
|
17
|
-
"guide-text-ltr": "_guide-text-ltr_12fjb_180",
|
|
18
|
-
"guide-text-rtl": "_guide-text-rtl_12fjb_184",
|
|
19
|
-
"guide-text-paragraph": "_guide-text-paragraph_12fjb_188",
|
|
20
|
-
"guide-text__text--bold": "_guide-text__text--bold_12fjb_193",
|
|
21
|
-
"guide-text__text--italic": "_guide-text__text--italic_12fjb_197",
|
|
22
|
-
"guide-text__list--ul": "_guide-text__list--ul_12fjb_201",
|
|
23
|
-
"guide-text__list--ol": "_guide-text__list--ol_12fjb_202",
|
|
24
|
-
"guide-text__list--listitem": "_guide-text__list--listitem_12fjb_214",
|
|
25
|
-
"guide-text__list--nested-listitem": "_guide-text__list--nested-listitem_12fjb_223",
|
|
26
|
-
"guide-text__list--ul2": "_guide-text__list--ul2_12fjb_233",
|
|
27
|
-
"guide-text__list--ul3": "_guide-text__list--ul3_12fjb_237",
|
|
28
|
-
"guide-text__list--ul4": "_guide-text__list--ul4_12fjb_241",
|
|
29
|
-
"guide-text__list--ul5": "_guide-text__list--ul5_12fjb_245",
|
|
30
|
-
"guide-text__table-wrapper": "_guide-text__table-wrapper_12fjb_277",
|
|
31
|
-
"guide-text__table": "_guide-text__table_12fjb_277"
|
|
32
|
-
};
|
|
33
|
-
export {
|
|
34
|
-
d as s
|
|
35
|
-
};
|
|
36
|
-
//# sourceMappingURL=RteEditor.module-CmYZ4MmA.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RteEditor.module-CmYZ4MmA.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SelectListbox.module-CgZyIxwT.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
|