@uva-glass/component-library 3.22.0 → 3.23.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-Dlqf6mMD.js +15 -0
- package/dist/Button.module-Dlqf6mMD.js.map +1 -0
- package/dist/RteEditor.module-B_3uFnFu.js +41 -0
- package/dist/RteEditor.module-B_3uFnFu.js.map +1 -0
- package/dist/{SelectListbox.module-N3Kg0UvL.js → SelectListbox.module-DHFU0NjU.js} +21 -21
- package/dist/SelectListbox.module-DHFU0NjU.js.map +1 -0
- package/dist/Sortable.module-CekPNg54.js +23 -0
- package/dist/Sortable.module-CekPNg54.js.map +1 -0
- package/dist/{SortableProvider-B3_u0pKv.js → SortableProvider-CwX1lFMa.js} +2 -2
- package/dist/{SortableProvider-B3_u0pKv.js.map → SortableProvider-CwX1lFMa.js.map} +1 -1
- package/dist/{TablePlugin-CrCof8yO.js → TablePlugin-Bj5FObQ_.js} +3 -3
- package/dist/{TablePlugin-CrCof8yO.js.map → TablePlugin-Bj5FObQ_.js.map} +1 -1
- package/dist/assets/Backdrop.css +1 -1
- package/dist/assets/Backdrop2.css +1 -1
- package/dist/assets/Button.css +1 -1
- package/dist/assets/CheckboxTree.css +1 -1
- package/dist/assets/Container.css +1 -1
- package/dist/assets/EditorHeader.css +1 -1
- package/dist/assets/Flyout.css +1 -1
- package/dist/assets/Input.css +1 -1
- package/dist/assets/MultiSelectBox.css +1 -1
- package/dist/assets/OverlayStepBar.css +1 -1
- package/dist/assets/PageOverlay.css +1 -1
- package/dist/assets/RteEditor.css +1 -1
- package/dist/assets/SelectListbox.css +1 -1
- package/dist/assets/Sortable.css +1 -1
- package/dist/assets/StatusBage.css +1 -1
- package/dist/assets/TableCellContextMenu.css +1 -1
- package/dist/assets/ToggleSwitch.css +1 -1
- package/dist/assets/variables.css +75 -52
- package/dist/components/Backdrop/Backdrop.js +5 -5
- 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 +19 -19
- package/dist/components/FormInput/FormInput.js +2 -2
- package/dist/components/Input/Input.js +16 -16
- package/dist/components/InputField/InputField.stories.js +2 -2
- package/dist/components/MultiSelect/MultiSelect.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
- package/dist/components/MultiSelect/components/MultiSelectHeader.js +2 -2
- package/dist/components/MultiSelect/index.js +1 -1
- package/dist/components/MultiSelectBox/MultiSelectBox.js +56 -56
- package/dist/components/MultiSelectBox/MultiSelectBox.js.map +1 -1
- package/dist/components/MultiSelectBox/MultiSelectBox.stories.js.map +1 -1
- package/dist/components/MultiSelectBox/MultiSelectBox.test.js.map +1 -1
- package/dist/components/OverlayStepBar/OverlayStepBar.js +6 -6
- package/dist/components/PageOverlay/PageOverlay.js +26 -26
- package/dist/components/PeriodSelector/PeriodSelector.js +2 -2
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +2 -2
- package/dist/components/RadioTabSelector/RadioTabSelector.js +2 -2
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js +8 -8
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +1 -1
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +3 -3
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js +2 -2
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +3 -3
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +2 -2
- package/dist/components/RteEditor/Plugins/TablePlugin/TableCellContextMenu/TableCellContextMenu.js +20 -20
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +3 -3
- 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.js +3 -3
- package/dist/components/RteEditor/UvaTheme/UvaTheme.js +1 -1
- package/dist/components/RteEditor/hooks/components/Flyout.js +3 -3
- package/dist/components/SelectListbox/components/SelectButton.js +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/Sortable/Sortable.js +1 -1
- package/dist/components/Sortable/SortableProvider.js +1 -1
- package/dist/components/Sortable/components/SortableContainer.js +2 -2
- package/dist/components/Sortable/components/SortableHandle.js +1 -1
- package/dist/components/Sortable/components/SortableItem.js +2 -2
- package/dist/components/StatusBadge/StatusBage.js +6 -6
- package/dist/components/TextArea/TextArea.d.ts +3 -1
- package/dist/components/TextArea/TextArea.js +9 -8
- package/dist/components/TextArea/TextArea.js.map +1 -1
- package/dist/components/TextArea/TextArea.stories.js +8 -7
- package/dist/components/TextArea/TextArea.stories.js.map +1 -1
- package/dist/components/ToggleSwitch/ToggleSwitch.js +10 -10
- package/dist/components/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/storyComponents/Container/Container.js +22 -22
- package/package.json +1 -1
- package/dist/Button.module-BXzi8gZH.js +0 -15
- package/dist/Button.module-BXzi8gZH.js.map +0 -1
- package/dist/RteEditor.module-45648CA2.js +0 -41
- package/dist/RteEditor.module-45648CA2.js.map +0 -1
- package/dist/SelectListbox.module-N3Kg0UvL.js.map +0 -1
- package/dist/Sortable.module-CuvuQhr8.js +0 -23
- package/dist/Sortable.module-CuvuQhr8.js.map +0 -1
|
@@ -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-Bj5FObQ_.js";
|
|
7
7
|
import { TableCellContextMenu as T } from "./TablePlugin/TableCellContextMenu/TableCellContextMenu.js";
|
|
8
8
|
export {
|
|
9
9
|
l as BlockFormatPlugin,
|
|
@@ -13,10 +13,10 @@ import { s as Yt, c as Qt, a as je, b as Zt, w as er, S as tr, y as Je, O as rr
|
|
|
13
13
|
import { a as nr, w as or, M as ar } from "../../helpers-DxxBlpKs.js";
|
|
14
14
|
import { c as sr } from "../../clsx-OuTLNxxd.js";
|
|
15
15
|
import { exportMap as ir, isStartingWithHtmlTag as lr, mergeBoldStrongTags as ur } from "./helpers.js";
|
|
16
|
-
import { s as I } from "../../RteEditor.module-
|
|
16
|
+
import { s as I } from "../../RteEditor.module-B_3uFnFu.js";
|
|
17
17
|
import { ToolBarPlugin as cr } from "./Plugins/ToolbarPlugin/ToolbarPlugin.js";
|
|
18
18
|
import { useTranslation as dr } from "./hooks/useTranslation.js";
|
|
19
|
-
import "../../TablePlugin-
|
|
19
|
+
import "../../TablePlugin-Bj5FObQ_.js";
|
|
20
20
|
import "./Plugins/LinkPlugin/LinkContextMenu/LinkContextMenu.js";
|
|
21
21
|
import "./hooks/components/Flyout.js";
|
|
22
22
|
import "../Buttons/Button.js";
|
|
@@ -36,7 +36,7 @@ import "react-router";
|
|
|
36
36
|
import "../SelectListbox/SelectListbox.js";
|
|
37
37
|
import "../SelectListbox/SelectProvider.js";
|
|
38
38
|
import "../Sortable/components/SortableItem.js";
|
|
39
|
-
import "../../SortableProvider-
|
|
39
|
+
import "../../SortableProvider-CwX1lFMa.js";
|
|
40
40
|
import { UvaTheme as mr } from "./UvaTheme/UvaTheme.js";
|
|
41
41
|
import { EditorHeader as pr } from "./EditorHeader/EditorHeader.js";
|
|
42
42
|
import { LanguageProvider as gr, useLanguage as hr } from "./Providers/LanguageProvider.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { c as f } from "../../../../clsx-OuTLNxxd.js";
|
|
3
3
|
import { forwardRef as l } from "react";
|
|
4
|
-
import '../../../../assets/Flyout.css';const
|
|
5
|
-
flyout__wrapper:
|
|
6
|
-
flyout__open:
|
|
4
|
+
import '../../../../assets/Flyout.css';const a = "_flyout__wrapper_cadga_1", s = "_flyout__open_cadga_14", t = {
|
|
5
|
+
flyout__wrapper: a,
|
|
6
|
+
flyout__open: s
|
|
7
7
|
}, m = l(
|
|
8
8
|
({ position: o, visible: _, children: p }, r) => /* @__PURE__ */ e(
|
|
9
9
|
"div",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a, jsxs as C } from "react/jsx-runtime";
|
|
2
2
|
import { c as f } from "../../../clsx-OuTLNxxd.js";
|
|
3
3
|
import { forwardRef as E, useRef as g, useEffect as c } from "react";
|
|
4
|
-
import { s as t } from "../../../SelectListbox.module-
|
|
4
|
+
import { s as t } from "../../../SelectListbox.module-DHFU0NjU.js";
|
|
5
5
|
import { Icon as L } from "../../Icon/Icon.js";
|
|
6
6
|
import { useSelect as N } from "../SelectProvider.js";
|
|
7
7
|
const O = E((d, u) => {
|
|
@@ -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-DHFU0NjU.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 D, Fragment as h, jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as y } from "../../../clsx-OuTLNxxd.js";
|
|
3
3
|
import { useRef as O, useEffect as d } from "react";
|
|
4
4
|
import { useSelect as x } from "../SelectProvider.js";
|
|
5
|
-
import { s as o } from "../../../SelectListbox.module-
|
|
5
|
+
import { s as o } from "../../../SelectListbox.module-DHFU0NjU.js";
|
|
6
6
|
const j = ({ option: l, index: t, dividerAfter: u, children: v }) => {
|
|
7
7
|
const i = O(null), { isOpen: r, activeIndex: s, setActiveIndex: c, selectedValue: f, setSelectedValue: p, setIsOpen: n, options: a } = x(), w = (e) => {
|
|
8
8
|
p(a[e]), n(!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-DHFU0NjU.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);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { Children as e } from "react";
|
|
3
3
|
import { SortableItem as b } from "./components/SortableItem.js";
|
|
4
|
-
import { S as n } from "../../SortableProvider-
|
|
4
|
+
import { S as n } from "../../SortableProvider-CwX1lFMa.js";
|
|
5
5
|
const S = ({ children: t, ItemHandlePlacement: m = "left", scrollable: a, disabled: l, onSort: i }) => /* @__PURE__ */ o(
|
|
6
6
|
n,
|
|
7
7
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "./sortableReducer.js";
|
|
4
|
-
import { S as p, u as a } from "../../SortableProvider-
|
|
4
|
+
import { S as p, u as a } from "../../SortableProvider-CwX1lFMa.js";
|
|
5
5
|
import "./actions.js";
|
|
6
6
|
export {
|
|
7
7
|
p as SortableProvider,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../clsx-OuTLNxxd.js";
|
|
4
|
-
import "../../../Sortable.module-
|
|
5
|
-
import { a } from "../../../SortableProvider-
|
|
4
|
+
import "../../../Sortable.module-CekPNg54.js";
|
|
5
|
+
import { a } from "../../../SortableProvider-CwX1lFMa.js";
|
|
6
6
|
export {
|
|
7
7
|
a as SortableContainer
|
|
8
8
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { Icon as e } from "../../Icon/Icon.js";
|
|
3
|
-
import { s as t } from "../../../Sortable.module-
|
|
3
|
+
import { s as t } from "../../../Sortable.module-CekPNg54.js";
|
|
4
4
|
const r = "ontouchstart" in globalThis.document.documentElement;
|
|
5
5
|
function m({ placement: n }) {
|
|
6
6
|
return r ? null : /* @__PURE__ */ o("div", { className: `${t.sortable__handle} ${t[`sortable__handle--${n}`]}`, children: /* @__PURE__ */ o(e, { name: "Dots" }) });
|
|
@@ -2,8 +2,8 @@ import { jsxs as i, jsx as r, Fragment as v } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as S, useRef as M, useEffect as Q } from "react";
|
|
3
3
|
import { Icon as w } from "../../Icon/Icon.js";
|
|
4
4
|
import { SortableHandle as E } from "./SortableHandle.js";
|
|
5
|
-
import { s as t } from "../../../Sortable.module-
|
|
6
|
-
import { u as k } from "../../../SortableProvider-
|
|
5
|
+
import { s as t } from "../../../Sortable.module-CekPNg54.js";
|
|
6
|
+
import { u as k } from "../../../SortableProvider-CwX1lFMa.js";
|
|
7
7
|
const G = ["Space", "ArrowDown", "ArrowUp"], J = "ontouchstart" in globalThis.document.documentElement, C = new Image(0, 0);
|
|
8
8
|
C.src = // 1px transparent png
|
|
9
9
|
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8z8BQDwAEhQGAhKmMIQAAAABJRU5ErkJggg==";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { c
|
|
3
|
-
import '../../assets/StatusBage.css';const
|
|
4
|
-
statusbadge:
|
|
5
|
-
"statusbadge--high-contrast": "_statusbadge--high-
|
|
6
|
-
},
|
|
2
|
+
import { c } from "../../clsx-OuTLNxxd.js";
|
|
3
|
+
import '../../assets/StatusBage.css';const d = "_statusbadge_1dz6c_1", t = {
|
|
4
|
+
statusbadge: d,
|
|
5
|
+
"statusbadge--high-contrast": "_statusbadge--high-contrast_1dz6c_14"
|
|
6
|
+
}, r = ({ label: s, highContrast: a = !1 }) => /* @__PURE__ */ e("div", { className: c(t.statusbadge, [a && t["statusbadge--high-contrast"]]), children: s });
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
r as StatusBadge
|
|
9
9
|
};
|
|
10
10
|
//# sourceMappingURL=StatusBage.js.map
|
|
@@ -5,5 +5,7 @@ export interface TextAreaProps {
|
|
|
5
5
|
label?: string;
|
|
6
6
|
/** The max amount of allowed charecters in the text area */
|
|
7
7
|
maxCharacters?: number;
|
|
8
|
+
/** The default value for the text area */
|
|
9
|
+
defaultValue?: string;
|
|
8
10
|
}
|
|
9
|
-
export declare function TextArea({ onChange, label, maxCharacters }: TextAreaProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare function TextArea({ onChange, label, maxCharacters, defaultValue }: TextAreaProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as r, jsx as _ } from "react/jsx-runtime";
|
|
2
|
-
import { useRef as
|
|
3
|
-
import { c as
|
|
2
|
+
import { useRef as x, useState as d } from "react";
|
|
3
|
+
import { c as i } from "../../clsx-OuTLNxxd.js";
|
|
4
4
|
import '../../assets/TextArea.css';const t = {
|
|
5
5
|
"text-area__wrapper": "_text-area__wrapper_13728_1",
|
|
6
6
|
"text-area__header": "_text-area__header_13728_7",
|
|
@@ -9,15 +9,15 @@ import '../../assets/TextArea.css';const t = {
|
|
|
9
9
|
"text-area__word-count--alert": "_text-area__word-count--alert_13728_25",
|
|
10
10
|
"text-area": "_text-area_13728_1"
|
|
11
11
|
};
|
|
12
|
-
function
|
|
13
|
-
const e =
|
|
14
|
-
e.current && (e.current.style.height = "auto", e.current.style.height = `${e.current.scrollHeight}px`,
|
|
12
|
+
function w({ onChange: l, label: c, maxCharacters: a = 0, defaultValue: o = "" }) {
|
|
13
|
+
const e = x(null), [n, s] = d(0), u = () => {
|
|
14
|
+
e.current && (e.current.style.height = "auto", e.current.style.height = `${e.current.scrollHeight}px`, s(e.current.value.length), l(e.current.value.trim()));
|
|
15
15
|
};
|
|
16
16
|
return /* @__PURE__ */ r("div", { className: t["text-area__wrapper"], children: [
|
|
17
17
|
/* @__PURE__ */ r("div", { className: t["text-area__header"], children: [
|
|
18
18
|
/* @__PURE__ */ _("span", { className: t["text-area__label"], children: c }),
|
|
19
19
|
a > 0 && /* @__PURE__ */ r("div", { className: t["text-area__word-count"], children: [
|
|
20
|
-
/* @__PURE__ */ _("span", { className:
|
|
20
|
+
/* @__PURE__ */ _("span", { className: i({ [t["text-area__word-count--alert"]]: n === a }), children: n }),
|
|
21
21
|
" / ",
|
|
22
22
|
a
|
|
23
23
|
] })
|
|
@@ -28,12 +28,13 @@ function m({ onChange: l, label: c, maxCharacters: a = 0 }) {
|
|
|
28
28
|
ref: e,
|
|
29
29
|
className: t["text-area"],
|
|
30
30
|
maxLength: a > 0 ? a : void 0,
|
|
31
|
-
onInput:
|
|
31
|
+
onInput: u,
|
|
32
|
+
defaultValue: o
|
|
32
33
|
}
|
|
33
34
|
)
|
|
34
35
|
] });
|
|
35
36
|
}
|
|
36
37
|
export {
|
|
37
|
-
|
|
38
|
+
w as TextArea
|
|
38
39
|
};
|
|
39
40
|
//# sourceMappingURL=TextArea.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextArea.js","sources":["../../../src/components/TextArea/TextArea.tsx"],"sourcesContent":["import { useRef, useState } from 'react';\nimport clsx from 'clsx';\n\nimport styles from './TextArea.module.css';\n\nexport interface TextAreaProps {\n /** Returns entered values as trimmed string */\n onChange: (value: string) => void;\n /** The label for the text area */\n label?: string;\n /** The max amount of allowed charecters in the text area */\n maxCharacters?: number;\n}\n\nexport function TextArea({ onChange, label, maxCharacters = 0 }: TextAreaProps) {\n const textAreaRef = useRef<HTMLTextAreaElement>(null);\n const [characterCount, setCharacterCount] = useState(0);\n\n const handleInput = () => {\n if (textAreaRef.current) {\n textAreaRef.current.style.height = 'auto';\n textAreaRef.current.style.height = `${textAreaRef.current.scrollHeight}px`;\n\n setCharacterCount(textAreaRef.current.value.length);\n onChange(textAreaRef.current.value.trim());\n }\n };\n\n return (\n <div className={styles['text-area__wrapper']}>\n <div className={styles['text-area__header']}>\n <span className={styles['text-area__label']}>{label}</span>\n {maxCharacters > 0 && (\n <div className={styles['text-area__word-count']}>\n <span className={clsx({ [styles['text-area__word-count--alert']]: characterCount === maxCharacters })}>\n {characterCount}\n </span>\n / {maxCharacters}\n </div>\n )}\n </div>\n\n <textarea\n ref={textAreaRef}\n className={styles['text-area']}\n maxLength={maxCharacters > 0 ? maxCharacters : undefined}\n onInput={handleInput}\n />\n </div>\n );\n}\n"],"names":["TextArea","onChange","label","maxCharacters","textAreaRef","useRef","characterCount","setCharacterCount","useState","handleInput","jsxs","styles","jsx","clsx"],"mappings":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"TextArea.js","sources":["../../../src/components/TextArea/TextArea.tsx"],"sourcesContent":["import { useRef, useState } from 'react';\nimport clsx from 'clsx';\n\nimport styles from './TextArea.module.css';\n\nexport interface TextAreaProps {\n /** Returns entered values as trimmed string */\n onChange: (value: string) => void;\n /** The label for the text area */\n label?: string;\n /** The max amount of allowed charecters in the text area */\n maxCharacters?: number;\n /** The default value for the text area */\n defaultValue?: string;\n}\n\nexport function TextArea({ onChange, label, maxCharacters = 0, defaultValue = '' }: TextAreaProps) {\n const textAreaRef = useRef<HTMLTextAreaElement>(null);\n const [characterCount, setCharacterCount] = useState(0);\n\n const handleInput = () => {\n if (textAreaRef.current) {\n textAreaRef.current.style.height = 'auto';\n textAreaRef.current.style.height = `${textAreaRef.current.scrollHeight}px`;\n\n setCharacterCount(textAreaRef.current.value.length);\n onChange(textAreaRef.current.value.trim());\n }\n };\n\n return (\n <div className={styles['text-area__wrapper']}>\n <div className={styles['text-area__header']}>\n <span className={styles['text-area__label']}>{label}</span>\n {maxCharacters > 0 && (\n <div className={styles['text-area__word-count']}>\n <span className={clsx({ [styles['text-area__word-count--alert']]: characterCount === maxCharacters })}>\n {characterCount}\n </span>\n / {maxCharacters}\n </div>\n )}\n </div>\n\n <textarea\n ref={textAreaRef}\n className={styles['text-area']}\n maxLength={maxCharacters > 0 ? maxCharacters : undefined}\n onInput={handleInput}\n defaultValue={defaultValue}\n />\n </div>\n );\n}\n"],"names":["TextArea","onChange","label","maxCharacters","defaultValue","textAreaRef","useRef","characterCount","setCharacterCount","useState","handleInput","jsxs","styles","jsx","clsx"],"mappings":";;;;;;;;;;;AAgBgB,SAAAA,EAAS,EAAE,UAAAC,GAAU,OAAAC,GAAO,eAAAC,IAAgB,GAAG,cAAAC,IAAe,MAAqB;AAC3F,QAAAC,IAAcC,EAA4B,IAAI,GAC9C,CAACC,GAAgBC,CAAiB,IAAIC,EAAS,CAAC,GAEhDC,IAAc,MAAM;AACxB,IAAIL,EAAY,YACFA,EAAA,QAAQ,MAAM,SAAS,QACnCA,EAAY,QAAQ,MAAM,SAAS,GAAGA,EAAY,QAAQ,YAAY,MAEpDG,EAAAH,EAAY,QAAQ,MAAM,MAAM,GAClDJ,EAASI,EAAY,QAAQ,MAAM,KAAA,CAAM;AAAA,EAE7C;AAEA,SACG,gBAAAM,EAAA,OAAA,EAAI,WAAWC,EAAO,oBAAoB,GACzC,UAAA;AAAA,IAAA,gBAAAD,EAAC,OAAI,EAAA,WAAWC,EAAO,mBAAmB,GACxC,UAAA;AAAA,MAAA,gBAAAC,EAAC,QAAK,EAAA,WAAWD,EAAO,kBAAkB,GAAI,UAAMV,GAAA;AAAA,MACnDC,IAAgB,KACf,gBAAAQ,EAAC,SAAI,WAAWC,EAAO,uBAAuB,GAC5C,UAAA;AAAA,QAAA,gBAAAC,EAAC,QAAK,EAAA,WAAWC,EAAK,EAAE,CAACF,EAAO,8BAA8B,CAAC,GAAGL,MAAmBJ,EAAc,CAAC,GACjG,UACHI,EAAA,CAAA;AAAA,QAAO;AAAA,QACOJ;AAAA,MAAA,EAChB,CAAA;AAAA,IAAA,GAEJ;AAAA,IAEA,gBAAAU;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,KAAKR;AAAA,QACL,WAAWO,EAAO,WAAW;AAAA,QAC7B,WAAWT,IAAgB,IAAIA,IAAgB;AAAA,QAC/C,SAASO;AAAA,QACT,cAAAN;AAAA,MAAA;AAAA,IAAA;AAAA,EACF,GACF;AAEJ;"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { fn as r } from "../../index-Dwqes6RH.js";
|
|
3
3
|
import { TextArea as e } from "./TextArea.js";
|
|
4
|
-
const
|
|
5
|
-
<TextArea label={label} maxCharacters={maxCharacters} /> `,
|
|
4
|
+
const l = `
|
|
5
|
+
<TextArea label={label} maxCharacters={maxCharacters} defaultValue={string}/> `, p = {
|
|
6
6
|
title: "Atoms/TextArea",
|
|
7
7
|
component: e,
|
|
8
8
|
argTypes: {
|
|
@@ -15,16 +15,17 @@ const o = `
|
|
|
15
15
|
},
|
|
16
16
|
parameters: {
|
|
17
17
|
inspectComponent: e,
|
|
18
|
-
codeString:
|
|
18
|
+
codeString: l
|
|
19
19
|
}
|
|
20
|
-
},
|
|
21
|
-
|
|
20
|
+
}, o = (a) => /* @__PURE__ */ t(e, { ...a }), m = o.bind({});
|
|
21
|
+
m.args = {
|
|
22
22
|
label: "Sample label",
|
|
23
23
|
maxCharacters: 140,
|
|
24
|
+
defaultValue: "Sample default value",
|
|
24
25
|
onChange: r()
|
|
25
26
|
};
|
|
26
27
|
export {
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
m as TextAreaExample,
|
|
29
|
+
p as default
|
|
29
30
|
};
|
|
30
31
|
//# sourceMappingURL=TextArea.stories.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextArea.stories.js","sources":["../../../src/components/TextArea/TextArea.stories.tsx"],"sourcesContent":["import { fn } from '@storybook/test';\n\nimport type { Meta, StoryFn } from '@storybook/react';\nimport type { TextAreaProps } from './TextArea';\n\nimport { TextArea } from './TextArea';\n\nconst codeString = `\n <TextArea label={label} maxCharacters={maxCharacters} /> `;\n\n// eslint-disable-next-line import/no-default-export\nexport default {\n title: 'Atoms/TextArea',\n component: TextArea,\n argTypes: {\n label: {\n control: 'text',\n },\n maxCharacters: {\n control: 'number',\n },\n },\n parameters: {\n inspectComponent: TextArea,\n codeString: codeString,\n },\n} as Meta<TextAreaProps>;\n\nconst Template: StoryFn<TextAreaProps> = (args) => <TextArea {...args} />;\n\nexport const TextAreaExample = Template.bind({});\nTextAreaExample.args = {\n label: 'Sample label',\n maxCharacters: 140,\n onChange: fn(),\n};\n"],"names":["codeString","TextArea_stories","TextArea","Template","args","jsx","TextAreaExample","fn"],"mappings":";;;AAOA,MAAMA,IAAa;AAAA,
|
|
1
|
+
{"version":3,"file":"TextArea.stories.js","sources":["../../../src/components/TextArea/TextArea.stories.tsx"],"sourcesContent":["import { fn } from '@storybook/test';\n\nimport type { Meta, StoryFn } from '@storybook/react';\nimport type { TextAreaProps } from './TextArea';\n\nimport { TextArea } from './TextArea';\n\nconst codeString = `\n <TextArea label={label} maxCharacters={maxCharacters} defaultValue={string}/> `;\n\n// eslint-disable-next-line import/no-default-export\nexport default {\n title: 'Atoms/TextArea',\n component: TextArea,\n argTypes: {\n label: {\n control: 'text',\n },\n maxCharacters: {\n control: 'number',\n },\n },\n parameters: {\n inspectComponent: TextArea,\n codeString: codeString,\n },\n} as Meta<TextAreaProps>;\n\nconst Template: StoryFn<TextAreaProps> = (args) => <TextArea {...args} />;\n\nexport const TextAreaExample = Template.bind({});\nTextAreaExample.args = {\n label: 'Sample label',\n maxCharacters: 140,\n defaultValue: 'Sample default value',\n onChange: fn(),\n};\n"],"names":["codeString","TextArea_stories","TextArea","Template","args","jsx","TextAreaExample","fn"],"mappings":";;;AAOA,MAAMA,IAAa;AAAA,mFAIJC,IAAA;AAAA,EACb,OAAO;AAAA,EACP,WAAWC;AAAA,EACX,UAAU;AAAA,IACR,OAAO;AAAA,MACL,SAAS;AAAA,IACX;AAAA,IACA,eAAe;AAAA,MACb,SAAS;AAAA,IAAA;AAAA,EAEb;AAAA,EACA,YAAY;AAAA,IACV,kBAAkBA;AAAA,IAClB,YAAAF;AAAA,EAAA;AAEJ,GAEMG,IAAmC,CAACC,MAAU,gBAAAC,EAAAH,GAAA,EAAU,GAAGE,GAAM,GAE1DE,IAAkBH,EAAS,KAAK,CAAE,CAAA;AAC/CG,EAAgB,OAAO;AAAA,EACrB,OAAO;AAAA,EACP,eAAe;AAAA,EACf,cAAc;AAAA,EACd,UAAUC,EAAG;AACf;"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as e, jsxs as _ } from "react/jsx-runtime";
|
|
2
2
|
import { c as a } from "../../clsx-OuTLNxxd.js";
|
|
3
3
|
import '../../assets/ToggleSwitch.css';const l = {
|
|
4
|
-
"toggle-switch": "_toggle-
|
|
5
|
-
"toggle-switch__visible": "_toggle-
|
|
6
|
-
"toggle-switch--disabled": "_toggle-switch--
|
|
7
|
-
"toggle-switch--loading": "_toggle-switch--
|
|
8
|
-
"toggle-switch--visually-hidden": "_toggle-switch--visually-
|
|
9
|
-
"toggle-switch--disabled-label": "_toggle-switch--disabled-
|
|
10
|
-
"toggle-switch--loading-cursor": "_toggle-switch--loading-
|
|
11
|
-
"toggle-switch--extra-left-gap": "_toggle-switch--extra-left-
|
|
4
|
+
"toggle-switch": "_toggle-switch_1lmpu_1",
|
|
5
|
+
"toggle-switch__visible": "_toggle-switch__visible_1lmpu_9",
|
|
6
|
+
"toggle-switch--disabled": "_toggle-switch--disabled_1lmpu_54",
|
|
7
|
+
"toggle-switch--loading": "_toggle-switch--loading_1lmpu_64",
|
|
8
|
+
"toggle-switch--visually-hidden": "_toggle-switch--visually-hidden_1lmpu_74",
|
|
9
|
+
"toggle-switch--disabled-label": "_toggle-switch--disabled-label_1lmpu_87",
|
|
10
|
+
"toggle-switch--loading-cursor": "_toggle-switch--loading-cursor_1lmpu_91",
|
|
11
|
+
"toggle-switch--extra-left-gap": "_toggle-switch--extra-left-gap_1lmpu_95"
|
|
12
12
|
};
|
|
13
13
|
function n({
|
|
14
14
|
condition: i,
|
|
@@ -17,7 +17,7 @@ function n({
|
|
|
17
17
|
}) {
|
|
18
18
|
return i ? g(t) : t;
|
|
19
19
|
}
|
|
20
|
-
function
|
|
20
|
+
function p({
|
|
21
21
|
label: i,
|
|
22
22
|
labelPosition: g = "after",
|
|
23
23
|
labelVisible: t = !0,
|
|
@@ -61,6 +61,6 @@ function b({
|
|
|
61
61
|
);
|
|
62
62
|
}
|
|
63
63
|
export {
|
|
64
|
-
|
|
64
|
+
p as ToggleSwitch
|
|
65
65
|
};
|
|
66
66
|
//# sourceMappingURL=ToggleSwitch.js.map
|
package/dist/components/index.js
CHANGED
|
@@ -33,7 +33,7 @@ import { Label as no } from "./Label/Label.js";
|
|
|
33
33
|
import { MenuLink as co } from "./MenuLink/MenuLink.js";
|
|
34
34
|
import { MetaDataList as Bo } from "./MetaDataList/MetaDataList.js";
|
|
35
35
|
import { ModalDialog as So } from "./ModalDialog/ModalDialog.js";
|
|
36
|
-
import { M as Co } from "../TablePlugin-
|
|
36
|
+
import { M as Co } from "../TablePlugin-Bj5FObQ_.js";
|
|
37
37
|
import { MultiSelectBox as Fo } from "./MultiSelectBox/MultiSelectBox.js";
|
|
38
38
|
import { OverlayCloseButton as go } from "./OverlayCloseButton/OverlayCloseButton.js";
|
|
39
39
|
import { OverlayStepBar as Lo } from "./OverlayStepBar/OverlayStepBar.js";
|
package/dist/index.js
CHANGED
|
@@ -33,7 +33,7 @@ import { Label as no } from "./components/Label/Label.js";
|
|
|
33
33
|
import { MenuLink as co } from "./components/MenuLink/MenuLink.js";
|
|
34
34
|
import { MetaDataList as Bo } from "./components/MetaDataList/MetaDataList.js";
|
|
35
35
|
import { ModalDialog as So } from "./components/ModalDialog/ModalDialog.js";
|
|
36
|
-
import { M as Co } from "./TablePlugin-
|
|
36
|
+
import { M as Co } from "./TablePlugin-Bj5FObQ_.js";
|
|
37
37
|
import { MultiSelectBox as Fo } from "./components/MultiSelectBox/MultiSelectBox.js";
|
|
38
38
|
import { OverlayCloseButton as go } from "./components/OverlayCloseButton/OverlayCloseButton.js";
|
|
39
39
|
import { OverlayStepBar as Lo } from "./components/OverlayStepBar/OverlayStepBar.js";
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as c, Fragment as l, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { c as d } from "../../clsx-OuTLNxxd.js";
|
|
3
|
-
import '../../assets/Container.css';const _ = "
|
|
3
|
+
import '../../assets/Container.css';const _ = "_container_1fwsz_1", n = {
|
|
4
4
|
container: _,
|
|
5
|
-
"container--padded": "_container--
|
|
6
|
-
"container--small": "_container--
|
|
7
|
-
"container--medium": "_container--
|
|
8
|
-
"container--large": "_container--
|
|
9
|
-
"container--large-full-height": "_container--large-full-
|
|
10
|
-
"container--hidden": "_container--
|
|
11
|
-
"container--centered-content": "_container--centered-
|
|
12
|
-
},
|
|
13
|
-
children:
|
|
5
|
+
"container--padded": "_container--padded_1fwsz_8",
|
|
6
|
+
"container--small": "_container--small_1fwsz_12",
|
|
7
|
+
"container--medium": "_container--medium_1fwsz_17",
|
|
8
|
+
"container--large": "_container--large_1fwsz_22",
|
|
9
|
+
"container--large-full-height": "_container--large-full-height_1fwsz_27",
|
|
10
|
+
"container--hidden": "_container--hidden_1fwsz_31",
|
|
11
|
+
"container--centered-content": "_container--centered-content_1fwsz_35"
|
|
12
|
+
}, h = ({
|
|
13
|
+
children: a,
|
|
14
14
|
size: e = "medium",
|
|
15
|
-
centerContent:
|
|
16
|
-
visible:
|
|
17
|
-
padded:
|
|
18
|
-
}) => /* @__PURE__ */
|
|
19
|
-
/* @__PURE__ */
|
|
20
|
-
/* @__PURE__ */
|
|
15
|
+
centerContent: o = !1,
|
|
16
|
+
visible: i = !0,
|
|
17
|
+
padded: t = !0
|
|
18
|
+
}) => /* @__PURE__ */ c(l, { children: [
|
|
19
|
+
/* @__PURE__ */ r("label", { htmlFor: "container", children: t ? "Storybook container with 1rem padding" : "Storybook container" }),
|
|
20
|
+
/* @__PURE__ */ r(
|
|
21
21
|
"div",
|
|
22
22
|
{
|
|
23
23
|
id: "container",
|
|
@@ -26,15 +26,15 @@ import '../../assets/Container.css';const _ = "_container_cgawq_1", n = {
|
|
|
26
26
|
[n["container--medium"]]: e === "medium",
|
|
27
27
|
[n["container--large"]]: e === "large",
|
|
28
28
|
[n["container--large-full-height"]]: e === "large-full-height",
|
|
29
|
-
[n["container--padded"]]:
|
|
30
|
-
[n["container--centered-content"]]:
|
|
31
|
-
[n["container--hidden"]]: !
|
|
29
|
+
[n["container--padded"]]: t,
|
|
30
|
+
[n["container--centered-content"]]: o,
|
|
31
|
+
[n["container--hidden"]]: !i
|
|
32
32
|
}),
|
|
33
|
-
children:
|
|
33
|
+
children: a
|
|
34
34
|
}
|
|
35
35
|
)
|
|
36
36
|
] });
|
|
37
37
|
export {
|
|
38
|
-
|
|
38
|
+
h as Container
|
|
39
39
|
};
|
|
40
40
|
//# sourceMappingURL=Container.js.map
|
package/package.json
CHANGED
|
@@ -1,15 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Button.module-BXzi8gZH.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import './assets/RteEditor.css';const _ = "_editor__container_oluzl_1", t = "_editor__header_oluzl_7", l = "_editor_oluzl_1", e = "_editor__field_oluzl_36", o = "_editor__toolbar_oluzl_40", i = "_editor__placeholder_oluzl_170", u = "_listitem_oluzl_201", d = {
|
|
2
|
-
editor__container: _,
|
|
3
|
-
editor__header: t,
|
|
4
|
-
"editor__header-word-count": "_editor__header-word-count_oluzl_15",
|
|
5
|
-
"editor__header-word-count--alert": "_editor__header-word-count--alert_oluzl_24",
|
|
6
|
-
editor: l,
|
|
7
|
-
editor__field: e,
|
|
8
|
-
editor__toolbar: o,
|
|
9
|
-
"editor__toolbar-button-group": "_editor__toolbar-button-group_oluzl_49",
|
|
10
|
-
"editor__toolbar-button": "_editor__toolbar-button_oluzl_49",
|
|
11
|
-
"editor__toolbar-button--active": "_editor__toolbar-button--active_oluzl_80",
|
|
12
|
-
"editor__toolbar-button--bold": "_editor__toolbar-button--bold_oluzl_100",
|
|
13
|
-
"editor__toolbar-button--italic": "_editor__toolbar-button--italic_oluzl_104",
|
|
14
|
-
"editor__toolbar-button-flyoutwrapper": "_editor__toolbar-button-flyoutwrapper_oluzl_123",
|
|
15
|
-
"editor__field-wrapper": "_editor__field-wrapper_oluzl_127",
|
|
16
|
-
editor__placeholder: i,
|
|
17
|
-
"guide-text-ltr": "_guide-text-ltr_oluzl_180",
|
|
18
|
-
"guide-text-rtl": "_guide-text-rtl_oluzl_184",
|
|
19
|
-
"guide-text-paragraph": "_guide-text-paragraph_oluzl_188",
|
|
20
|
-
"guide-text__text--bold": "_guide-text__text--bold_oluzl_193",
|
|
21
|
-
"guide-text__text--italic": "_guide-text__text--italic_oluzl_197",
|
|
22
|
-
listitem: u,
|
|
23
|
-
"guide-text__list--ol": "_guide-text__list--ol_oluzl_205",
|
|
24
|
-
"guide-text__list--ol2": "_guide-text__list--ol2_oluzl_210",
|
|
25
|
-
"guide-text__list--ol3": "_guide-text__list--ol3_oluzl_217",
|
|
26
|
-
"guide-text__list--ol4": "_guide-text__list--ol4_oluzl_224",
|
|
27
|
-
"guide-text__list--ol5": "_guide-text__list--ol5_oluzl_231",
|
|
28
|
-
"guide-text__list--ul": "_guide-text__list--ul_oluzl_238",
|
|
29
|
-
"guide-text__list--ul2": "_guide-text__list--ul2_oluzl_244",
|
|
30
|
-
"guide-text__list--ul3": "_guide-text__list--ul3_oluzl_251",
|
|
31
|
-
"guide-text__list--ul4": "_guide-text__list--ul4_oluzl_258",
|
|
32
|
-
"guide-text__list--ul5": "_guide-text__list--ul5_oluzl_265",
|
|
33
|
-
"guide-text__list--listitem": "_guide-text__list--listitem_oluzl_272",
|
|
34
|
-
"guide-text__list--nested-listitem": "_guide-text__list--nested-listitem_oluzl_276",
|
|
35
|
-
"guide-text__link": "_guide-text__link_oluzl_281",
|
|
36
|
-
"guide-text__table": "_guide-text__table_oluzl_287"
|
|
37
|
-
};
|
|
38
|
-
export {
|
|
39
|
-
d as s
|
|
40
|
-
};
|
|
41
|
-
//# sourceMappingURL=RteEditor.module-45648CA2.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RteEditor.module-45648CA2.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SelectListbox.module-N3Kg0UvL.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import './assets/Sortable.css';const _ = "_sortable__wrapper_2hcbc_1", t = "_sortable__container_2hcbc_13", e = "_sortable__handle_2hcbc_148", r = {
|
|
2
|
-
sortable__wrapper: _,
|
|
3
|
-
"sortable__wrapper--scrollable": "_sortable__wrapper--scrollable_2hcbc_5",
|
|
4
|
-
sortable__container: t,
|
|
5
|
-
"sortable__drop-target": "_sortable__drop-target_2hcbc_24",
|
|
6
|
-
"sortable__sort-item": "_sortable__sort-item_2hcbc_55",
|
|
7
|
-
"sortable__sort-item--ghost": "_sortable__sort-item--ghost_2hcbc_71",
|
|
8
|
-
"sortable__sort-item__handle": "_sortable__sort-item__handle_2hcbc_82",
|
|
9
|
-
"sortable__sort-item__button-container": "_sortable__sort-item__button-container_2hcbc_92",
|
|
10
|
-
"sortable__sort-item__handle--icon": "_sortable__sort-item__handle--icon_2hcbc_111",
|
|
11
|
-
"sortable__sort-item__handle--up": "_sortable__sort-item__handle--up_2hcbc_118",
|
|
12
|
-
"sortable__sort-item__handle--down": "_sortable__sort-item__handle--down_2hcbc_119",
|
|
13
|
-
"sortable__sort-item--dragging": "_sortable__sort-item--dragging_2hcbc_130",
|
|
14
|
-
"sortable__sort-item__contents": "_sortable__sort-item__contents_2hcbc_134",
|
|
15
|
-
"sortable__sort-item__contents--handle-right": "_sortable__sort-item__contents--handle-right_2hcbc_143",
|
|
16
|
-
sortable__handle: e,
|
|
17
|
-
"sortable__handle--right": "_sortable__handle--right_2hcbc_154",
|
|
18
|
-
"sortable__visually-hidden": "_sortable__visually-hidden_2hcbc_173"
|
|
19
|
-
};
|
|
20
|
-
export {
|
|
21
|
-
r as s
|
|
22
|
-
};
|
|
23
|
-
//# sourceMappingURL=Sortable.module-CuvuQhr8.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Sortable.module-CuvuQhr8.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;"}
|