@uva-glass/component-library 1.55.0 → 1.55.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/{AddTableFrom-CwnPli3F.js → AddTableFrom-u1gSA461.js} +2 -2
- package/dist/{AddTableFrom-CwnPli3F.js.map → AddTableFrom-u1gSA461.js.map} +1 -1
- package/dist/Sortable.module-B-93knlb.js +24 -0
- package/dist/{Sortable.module-BrgGu8qp.js.map → Sortable.module-B-93knlb.js.map} +1 -1
- package/dist/{SortableProvider-Z0e0qeQT.js → SortableProvider-BMm77PpY.js} +2 -2
- package/dist/{SortableProvider-Z0e0qeQT.js.map → SortableProvider-BMm77PpY.js.map} +1 -1
- package/dist/{TablePlugin-CKJQiwra.js → TablePlugin-acQeRCt0.js} +3 -3
- package/dist/{TablePlugin-CKJQiwra.js.map → TablePlugin-acQeRCt0.js.map} +1 -1
- package/dist/assets/Sortable.css +1 -1
- package/dist/components/CheckboxTree/CheckboxTree.js +2 -2
- 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/ProgrammeCard/ProgrammeCard.stories.js +2 -2
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +2 -2
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkFrom.js +2 -2
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +2 -2
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +2 -2
- 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 +1 -1
- package/dist/components/RteEditor/Plugins/index.js +1 -1
- package/dist/components/RteEditor/RteEditor.js +3 -3
- 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/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/Sortable.module-BrgGu8qp.js +0 -24
package/dist/assets/Sortable.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._sortable__wrapper_10vgs_1{position:relative}._sortable__wrapper--scrollable_10vgs_5{border-bottom:1px solid var(--color-pattens-blue);border-top:1px solid var(--color-pattens-blue);margin-bottom:1rem;max-height:21rem;overflow-y:auto}._sortable__container_10vgs_13{--item-min-height: 3.75rem;counter-reset:container;display:flex;flex-direction:column;gap:1rem;list-style:none;margin:1rem 1rem 1rem 0;padding:0}._sortable__drop-target_10vgs_25{display:flex;gap:1rem;min-height:var(--item-min-height);position:relative}._sortable__drop-target_10vgs_25:before{align-items:center;content:counter(container);counter-increment:container;display:flex;opacity:1;position:relative;transition:opacity .25s}._sortable__drop-target_10vgs_25:after{content:"";display:block;height:1px;left:0;position:absolute;width:100%;z-index:1}._sortable__drop-target_10vgs_25:last-child:after{display:inline}._sortable__sort-item_10vgs_56{align-items:center;background-color:var(--color-grey-50);border-radius:.5rem;display:flex;gap:1rem;min-height:var(--item-min-height);position:relative;width:100%;z-index:0}._sortable__sort-item_10vgs_56:focus{z-index:2}._sortable__sort-item--ghost_10vgs_72{margin:0 1rem;opacity:50%;padding:.5rem 0;pointer-events:none;position:fixed;-webkit-user-drag:none;visibility:hidden;z-index:2}._sortable__container--drag-over_10vgs_83 ._sortable__drop-target_10vgs_25:before,._sortable__sort-item--ghost_10vgs_72:before{opacity:0}._sortable__sort-item__handle_10vgs_88{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;background-color:var(--color-white);border:0;cursor:grab;height:2.625rem;width:2.625rem}._sortable__sort-item__button-container_10vgs_98{align-items:center;background-color:var(--color-pattens-blue);border-left:1px solid var(--color-pattens-blue);border-radius:0 .5rem .5rem 0;display:flex;flex-direction:column;inset:0 0 0 auto;margin-right:1px;overflow:hidden;position:absolute;width:2.625rem;z-index:20}._sortable__sort-item__button-container_10vgs_98[data-touch=false]{display:none}._sortable__sort-item__handle--icon_10vgs_117{align-items:center;display:flex;height:1rem;width:1rem}._sortable__sort-item__handle--up_10vgs_124,._sortable__sort-item__handle--down_10vgs_125{color:#000;display:none;height:100%;right:.5rem}._sortable__sort-item__handle--up_10vgs_124{transform:rotate(180deg)}._sortable__sort-item--dragging_10vgs_136 ._sortable__sort-item__handle_10vgs_88{cursor:grabbing}._sortable__sort-item__contents_10vgs_140{align-items:center;color:var(--color-uva-black);display:flex;gap:.5rem;padding:.5rem;width:100%}._sortable__sort-item__contents--handle-right_10vgs_149{padding-left:1rem;padding-right:2.5rem}._sortable__handle_10vgs_154{color:var(--color-grey-500);cursor:grab;display:flex}._sortable__handle--right_10vgs_160{position:absolute;right:.5rem}._sortable__sort-item__button-container_10vgs_98[data-touch=true]{gap:1px;justify-content:center}._sortable__sort-item__button-container_10vgs_98[data-touch=true] ._sortable__sort-item__handle--up_10vgs_124,._sortable__sort-item__button-container_10vgs_98[data-touch=true] ._sortable__sort-item__handle--down_10vgs_125{align-items:center;display:flex;justify-content:center}._sortable__visually-hidden_10vgs_178{border:0;clip:rect(0,0,0,0);clip-path:inset(50%);height:1px;margin:0 -1px -1px 0;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}
|
|
@@ -17,11 +17,11 @@ import "../IconButton/IconButton.js";
|
|
|
17
17
|
import "../Input/Input.js";
|
|
18
18
|
import "../InputField/InputField.js";
|
|
19
19
|
import "react-router-dom";
|
|
20
|
-
import "../../AddTableFrom-
|
|
20
|
+
import "../../AddTableFrom-u1gSA461.js";
|
|
21
21
|
import "../SelectListbox/SelectListbox.js";
|
|
22
22
|
import "../SelectListbox/SelectProvider.js";
|
|
23
23
|
import "../Sortable/components/SortableItem.js";
|
|
24
|
-
import "../../SortableProvider-
|
|
24
|
+
import "../../SortableProvider-BMm77PpY.js";
|
|
25
25
|
import { useResponsive as j } from "../hooks/useResponsive.js";
|
|
26
26
|
import '../../assets/CheckboxTree.css';const o = {
|
|
27
27
|
"checkbox-tree__header": "_checkbox-tree__header_xbe4e_1",
|
|
@@ -15,11 +15,11 @@ import "../GridRow/GridRow.js";
|
|
|
15
15
|
import "../IconButton/IconButton.js";
|
|
16
16
|
import "../Input/Input.js";
|
|
17
17
|
import "react-router-dom";
|
|
18
|
-
import "../../AddTableFrom-
|
|
18
|
+
import "../../AddTableFrom-u1gSA461.js";
|
|
19
19
|
import "../SelectListbox/SelectListbox.js";
|
|
20
20
|
import "../SelectListbox/SelectProvider.js";
|
|
21
21
|
import "../Sortable/components/SortableItem.js";
|
|
22
|
-
import "../../SortableProvider-
|
|
22
|
+
import "../../SortableProvider-BMm77PpY.js";
|
|
23
23
|
const C = `
|
|
24
24
|
// Has all HTMLInputElement props available except "className" and "style"
|
|
25
25
|
<InputField aria-labelledby={aria-labelledby} id={id} onChange={onChangeFunction}
|
|
@@ -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-MQ0yPLdl.js";
|
|
3
3
|
import { useState as p } from "react";
|
|
4
|
-
import { M as e } from "../../AddTableFrom-
|
|
4
|
+
import { M as e } from "../../AddTableFrom-u1gSA461.js";
|
|
5
5
|
import { Container as M } from "../../storyComponents/Container/Container.js";
|
|
6
6
|
const C = `
|
|
7
7
|
// MultiSelectHeader can be added optionally
|
|
@@ -14,11 +14,11 @@ import "../../IconButton/IconButton.js";
|
|
|
14
14
|
import "../../Input/Input.js";
|
|
15
15
|
import "../../InputField/InputField.js";
|
|
16
16
|
import "react-router-dom";
|
|
17
|
-
import { b as k } from "../../../AddTableFrom-
|
|
17
|
+
import { b as k } from "../../../AddTableFrom-u1gSA461.js";
|
|
18
18
|
import "../../SelectListbox/SelectListbox.js";
|
|
19
19
|
import "../../SelectListbox/SelectProvider.js";
|
|
20
20
|
import "../../Sortable/components/SortableItem.js";
|
|
21
|
-
import "../../../SortableProvider-
|
|
21
|
+
import "../../../SortableProvider-BMm77PpY.js";
|
|
22
22
|
export {
|
|
23
23
|
k as MultiSelectHeader
|
|
24
24
|
};
|
|
@@ -16,12 +16,12 @@ import "../IconButton/IconButton.js";
|
|
|
16
16
|
import "../Input/Input.js";
|
|
17
17
|
import "../InputField/InputField.js";
|
|
18
18
|
import "react-router-dom";
|
|
19
|
-
import "../../AddTableFrom-
|
|
19
|
+
import "../../AddTableFrom-u1gSA461.js";
|
|
20
20
|
import { Repeater as i } from "../Repeater/Repeater.js";
|
|
21
21
|
import "../SelectListbox/SelectListbox.js";
|
|
22
22
|
import "../SelectListbox/SelectProvider.js";
|
|
23
23
|
import "../Sortable/components/SortableItem.js";
|
|
24
|
-
import "../../SortableProvider-
|
|
24
|
+
import "../../SortableProvider-BMm77PpY.js";
|
|
25
25
|
const l = "<ProgrammeCard key={key} header={header} details={details} onClick={onClickFunction} />", _ = {
|
|
26
26
|
title: "Atoms/ProgrammeCard",
|
|
27
27
|
component: o,
|
|
@@ -15,12 +15,12 @@ import "../../../IconButton/IconButton.js";
|
|
|
15
15
|
import "../../../Input/Input.js";
|
|
16
16
|
import "../../../InputField/InputField.js";
|
|
17
17
|
import "react-router-dom";
|
|
18
|
-
import "../../../../AddTableFrom-
|
|
18
|
+
import "../../../../AddTableFrom-u1gSA461.js";
|
|
19
19
|
import { s as t } from "../../../../RteEditor.module-BBbfV1rk.js";
|
|
20
20
|
import "../../../SelectListbox/SelectListbox.js";
|
|
21
21
|
import "../../../SelectListbox/SelectProvider.js";
|
|
22
22
|
import "../../../Sortable/components/SortableItem.js";
|
|
23
|
-
import "../../../../SortableProvider-
|
|
23
|
+
import "../../../../SortableProvider-BMm77PpY.js";
|
|
24
24
|
const J = () => {
|
|
25
25
|
const [o] = f(), [s, d] = n(!1), [l, p] = n(!1), c = () => {
|
|
26
26
|
o.dispatchCommand(C, void 0);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../../helpers-CJF7fErD.js";
|
|
4
|
-
import { A as v } from "../../../../AddTableFrom-
|
|
4
|
+
import { A as v } from "../../../../AddTableFrom-u1gSA461.js";
|
|
5
5
|
import "../../../Buttons/Button.js";
|
|
6
6
|
import "../../../Buttons/LinkButton.js";
|
|
7
7
|
import "@react-aria/button";
|
|
@@ -21,7 +21,7 @@ import "react-router-dom";
|
|
|
21
21
|
import "../../../SelectListbox/SelectListbox.js";
|
|
22
22
|
import "../../../SelectListbox/SelectProvider.js";
|
|
23
23
|
import "../../../Sortable/components/SortableItem.js";
|
|
24
|
-
import "../../../../SortableProvider-
|
|
24
|
+
import "../../../../SortableProvider-BMm77PpY.js";
|
|
25
25
|
export {
|
|
26
26
|
v as AddLinkForm
|
|
27
27
|
};
|
|
@@ -3,7 +3,7 @@ import { u as F } from "../../../../Lexical.prod-BiuZHlIm.js";
|
|
|
3
3
|
import { c as p } from "../../../../clsx-OuTLNxxd.js";
|
|
4
4
|
import { U as u } from "../../../../helpers-CJF7fErD.js";
|
|
5
5
|
import { useRef as d, useEffect as y } from "react";
|
|
6
|
-
import { A as L } from "../../../../AddTableFrom-
|
|
6
|
+
import { A as L } from "../../../../AddTableFrom-u1gSA461.js";
|
|
7
7
|
import { useFlyout as N } from "../../hooks/useFlyout.js";
|
|
8
8
|
import { Icon as f } from "../../../Icon/Icon.js";
|
|
9
9
|
import "../../../Buttons/Button.js";
|
|
@@ -22,7 +22,7 @@ import { s as o } from "../../../../RteEditor.module-BBbfV1rk.js";
|
|
|
22
22
|
import "../../../SelectListbox/SelectListbox.js";
|
|
23
23
|
import "../../../SelectListbox/SelectProvider.js";
|
|
24
24
|
import "../../../Sortable/components/SortableItem.js";
|
|
25
|
-
import "../../../../SortableProvider-
|
|
25
|
+
import "../../../../SortableProvider-BMm77PpY.js";
|
|
26
26
|
const C = 200, W = ({ isLink: l = { active: !1, url: "", target: "_self" } }) => {
|
|
27
27
|
const [m] = F(), { flyout: b, showFlyout: _, closeFlyout: s, isVisible: a } = N(), e = d(), n = d(!1), k = (t, r) => {
|
|
28
28
|
m.dispatchCommand(u, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { a as n } from "../../../../AddTableFrom-
|
|
3
|
+
import { a as n } from "../../../../AddTableFrom-u1gSA461.js";
|
|
4
4
|
import "../../../Buttons/Button.js";
|
|
5
5
|
import "../../../Buttons/LinkButton.js";
|
|
6
6
|
import "@react-aria/button";
|
|
@@ -18,7 +18,7 @@ import "react-router-dom";
|
|
|
18
18
|
import "../../../SelectListbox/SelectListbox.js";
|
|
19
19
|
import "../../../SelectListbox/SelectProvider.js";
|
|
20
20
|
import "../../../Sortable/components/SortableItem.js";
|
|
21
|
-
import "../../../../SortableProvider-
|
|
21
|
+
import "../../../../SortableProvider-BMm77PpY.js";
|
|
22
22
|
export {
|
|
23
23
|
n as AddTableForm
|
|
24
24
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../../Lexical.prod-BiuZHlIm.js";
|
|
3
3
|
import "../../../../clsx-OuTLNxxd.js";
|
|
4
|
-
import { T as y } from "../../../../TablePlugin-
|
|
4
|
+
import { T as y } from "../../../../TablePlugin-acQeRCt0.js";
|
|
5
5
|
import "react";
|
|
6
|
-
import "../../../../AddTableFrom-
|
|
6
|
+
import "../../../../AddTableFrom-u1gSA461.js";
|
|
7
7
|
import "../../hooks/useFlyout.js";
|
|
8
8
|
import "../../../Icon/Icon.js";
|
|
9
9
|
import "../../../Buttons/Button.js";
|
|
@@ -22,7 +22,7 @@ import "../../../../RteEditor.module-BBbfV1rk.js";
|
|
|
22
22
|
import "../../../SelectListbox/SelectListbox.js";
|
|
23
23
|
import "../../../SelectListbox/SelectProvider.js";
|
|
24
24
|
import "../../../Sortable/components/SortableItem.js";
|
|
25
|
-
import "../../../../SortableProvider-
|
|
25
|
+
import "../../../../SortableProvider-BMm77PpY.js";
|
|
26
26
|
export {
|
|
27
27
|
y as TablePlugin
|
|
28
28
|
};
|
|
@@ -6,7 +6,7 @@ import { g as v } from "../../../../helpers-CJF7fErD.js";
|
|
|
6
6
|
import { BlockFormatPlugin as x } from "../BlockFormatPlugin/BlockFormatPlugin.js";
|
|
7
7
|
import { LinkPlugin as F } from "../LinkPlugin/LinkPlugin.js";
|
|
8
8
|
import { HistoryPlugin as T } from "../HistoryPlugin/HistoryPlugin.js";
|
|
9
|
-
import { T as U } from "../../../../TablePlugin-
|
|
9
|
+
import { T as U } from "../../../../TablePlugin-acQeRCt0.js";
|
|
10
10
|
import { s as j } from "../../../../RteEditor.module-BBbfV1rk.js";
|
|
11
11
|
const n = (i, s) => {
|
|
12
12
|
let t = i, l;
|
|
@@ -3,7 +3,7 @@ import { BlockFormatPlugin as t } from "./BlockFormatPlugin/BlockFormatPlugin.js
|
|
|
3
3
|
import { L as m } from "../../../ListPlugin-DFFbKLaN.js";
|
|
4
4
|
import { LinkPlugin as f } from "./LinkPlugin/LinkPlugin.js";
|
|
5
5
|
import { HistoryPlugin as p } from "./HistoryPlugin/HistoryPlugin.js";
|
|
6
|
-
import { T as x } from "../../../TablePlugin-
|
|
6
|
+
import { T as x } from "../../../TablePlugin-acQeRCt0.js";
|
|
7
7
|
export {
|
|
8
8
|
t as BlockFormatPlugin,
|
|
9
9
|
p as HistoryPlugin,
|
|
@@ -4,12 +4,12 @@ import * as oe from "react";
|
|
|
4
4
|
import { useMemo as V, useLayoutEffect as O, useEffect as x, useRef as It, useState as K, Suspense as Mt, forwardRef as Ke, useCallback as Tt } from "react";
|
|
5
5
|
import { L as T, i as M, e as Ft, t as de, r as Kt, u as Ot } from "../../LexicalUtils.prod-BZOm66mY.js";
|
|
6
6
|
import { r as ye } from "../../index-DsprzSCj.js";
|
|
7
|
-
import { a as Ce, P as we, L as Ee, $ as be, b as Q, Z as ee, i as Oe, K as zt, t as $e, o as Bt, h as At, g as Ut, F as jt, M as Vt, u as Se, n as qt, I as Jt, c as Wt, m as Ht } from "../../TablePlugin-
|
|
7
|
+
import { a as Ce, P as we, L as Ee, $ as be, b as Q, Z as ee, i as Oe, K as zt, t as $e, o as Bt, h as At, g as Ut, F as jt, M as Vt, u as Se, n as qt, I as Jt, c as Wt, m as Ht } from "../../TablePlugin-acQeRCt0.js";
|
|
8
8
|
import { J as ze, D as Be, Z as Xt } from "../../ListPlugin-DFFbKLaN.js";
|
|
9
9
|
import { a as Ae, U as xe, m as ie, g as Zt, b as Yt, F as Gt, M as Qt, f as en } from "../../helpers-CJF7fErD.js";
|
|
10
10
|
import { s as A } from "../../RteEditor.module-BBbfV1rk.js";
|
|
11
11
|
import { ToolBarPlugin as tn } from "./Plugins/ToolbarPlugin/ToolbarPlugin.js";
|
|
12
|
-
import "../../AddTableFrom-
|
|
12
|
+
import "../../AddTableFrom-u1gSA461.js";
|
|
13
13
|
import "../Buttons/Button.js";
|
|
14
14
|
import "../Buttons/LinkButton.js";
|
|
15
15
|
import "@react-aria/button";
|
|
@@ -25,7 +25,7 @@ import "react-router-dom";
|
|
|
25
25
|
import "../SelectListbox/SelectListbox.js";
|
|
26
26
|
import "../SelectListbox/SelectProvider.js";
|
|
27
27
|
import "../Sortable/components/SortableItem.js";
|
|
28
|
-
import "../../SortableProvider-
|
|
28
|
+
import "../../SortableProvider-BMm77PpY.js";
|
|
29
29
|
import { UvaTheme as nn } from "./UvaTheme/UvaTheme.js";
|
|
30
30
|
const Ue = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0, rn = Ue ? O : x, H = { tag: "history-merge" };
|
|
31
31
|
function on({ initialConfig: t, children: e }) {
|
|
@@ -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-BMm77PpY.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-BMm77PpY.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-B-93knlb.js";
|
|
5
|
+
import { a } from "../../../SortableProvider-BMm77PpY.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-B-93knlb.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-B-93knlb.js";
|
|
6
|
+
import { u as k } from "../../../SortableProvider-BMm77PpY.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==";
|
package/dist/components/index.js
CHANGED
|
@@ -29,7 +29,7 @@ import { Label as to } from "./Label/Label.js";
|
|
|
29
29
|
import { MenuLink as po } from "./MenuLink/MenuLink.js";
|
|
30
30
|
import { MetaDataList as mo } from "./MetaDataList/MetaDataList.js";
|
|
31
31
|
import { ModalDialog as io } from "./ModalDialog/ModalDialog.js";
|
|
32
|
-
import { M as no } from "../AddTableFrom-
|
|
32
|
+
import { M as no } from "../AddTableFrom-u1gSA461.js";
|
|
33
33
|
import { OverlayCloseButton as co } from "./OverlayCloseButton/OverlayCloseButton.js";
|
|
34
34
|
import { PageOverlay as so } from "./PageOverlay/PageOverlay.js";
|
|
35
35
|
import { Periods as So } from "./Periods/Periods.js";
|
package/dist/index.js
CHANGED
|
@@ -29,7 +29,7 @@ import { Label as to } from "./components/Label/Label.js";
|
|
|
29
29
|
import { MenuLink as po } from "./components/MenuLink/MenuLink.js";
|
|
30
30
|
import { MetaDataList as mo } from "./components/MetaDataList/MetaDataList.js";
|
|
31
31
|
import { ModalDialog as io } from "./components/ModalDialog/ModalDialog.js";
|
|
32
|
-
import { M as no } from "./AddTableFrom-
|
|
32
|
+
import { M as no } from "./AddTableFrom-u1gSA461.js";
|
|
33
33
|
import { OverlayCloseButton as co } from "./components/OverlayCloseButton/OverlayCloseButton.js";
|
|
34
34
|
import { PageOverlay as so } from "./components/PageOverlay/PageOverlay.js";
|
|
35
35
|
import { Periods as So } from "./components/Periods/Periods.js";
|
package/package.json
CHANGED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import './assets/Sortable.css';const _ = "_sortable__wrapper_1ifbq_1", t = "_sortable__container_1ifbq_13", e = "_sortable__handle_1ifbq_153", r = {
|
|
2
|
-
sortable__wrapper: _,
|
|
3
|
-
"sortable__wrapper--scrollable": "_sortable__wrapper--scrollable_1ifbq_5",
|
|
4
|
-
sortable__container: t,
|
|
5
|
-
"sortable__drop-target": "_sortable__drop-target_1ifbq_25",
|
|
6
|
-
"sortable__sort-item": "_sortable__sort-item_1ifbq_56",
|
|
7
|
-
"sortable__sort-item--ghost": "_sortable__sort-item--ghost_1ifbq_72",
|
|
8
|
-
"sortable__container--drag-over": "_sortable__container--drag-over_1ifbq_83",
|
|
9
|
-
"sortable__sort-item__handle": "_sortable__sort-item__handle_1ifbq_88",
|
|
10
|
-
"sortable__sort-item__button-container": "_sortable__sort-item__button-container_1ifbq_98",
|
|
11
|
-
"sortable__sort-item__handle--icon": "_sortable__sort-item__handle--icon_1ifbq_117",
|
|
12
|
-
"sortable__sort-item__handle--up": "_sortable__sort-item__handle--up_1ifbq_124",
|
|
13
|
-
"sortable__sort-item__handle--down": "_sortable__sort-item__handle--down_1ifbq_125",
|
|
14
|
-
"sortable__sort-item--dragging": "_sortable__sort-item--dragging_1ifbq_136",
|
|
15
|
-
"sortable__sort-item__contents": "_sortable__sort-item__contents_1ifbq_140",
|
|
16
|
-
"sortable__sort-item__contents--handle-right": "_sortable__sort-item__contents--handle-right_1ifbq_149",
|
|
17
|
-
sortable__handle: e,
|
|
18
|
-
"sortable__handle--right": "_sortable__handle--right_1ifbq_159",
|
|
19
|
-
"sortable__visually-hidden": "_sortable__visually-hidden_1ifbq_177"
|
|
20
|
-
};
|
|
21
|
-
export {
|
|
22
|
-
r as s
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=Sortable.module-BrgGu8qp.js.map
|