@uva-glass/component-library 1.32.1 → 1.32.3
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/{MenuLink-CLEqkVVh.js → MenuLink-CIzBwlKY.js} +9 -15
- package/dist/{MenuLink-CLEqkVVh.js.map → MenuLink-CIzBwlKY.js.map} +1 -1
- package/dist/{MultiSelect-CFOkF66G.js → MultiSelect-Cb4-L7lm.js} +3 -3
- package/dist/{MultiSelect-CFOkF66G.js.map → MultiSelect-Cb4-L7lm.js.map} +1 -1
- package/dist/MultiSelectItem-CwKowz2B.js +24 -0
- package/dist/MultiSelectItem-CwKowz2B.js.map +1 -0
- package/dist/assets/InputField.css +1 -1
- package/dist/assets/MultiSelectItem.css +1 -1
- package/dist/clsx-OuTLNxxd.js +17 -0
- package/dist/{clsx-DB4S2d7J.js.map → clsx-OuTLNxxd.js.map} +1 -1
- package/dist/components/Accordion/Accordion.js +1 -1
- package/dist/components/AppStatusBar/AppStatusBar.js +1 -1
- package/dist/components/Button/Button.js +1 -1
- package/dist/components/Button/Button.stories.js +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.js +1 -1
- package/dist/components/Card/Card.js +1 -1
- package/dist/components/Checkbox/Checkbox.stories.js +1 -1
- package/dist/components/Drawer/Drawer.js +2 -2
- package/dist/components/Drawer/Drawer.stories.js +2 -2
- package/dist/components/FormField/FormField.js +1 -1
- package/dist/components/IconButton/IconButton.js +1 -1
- package/dist/components/IconButton/IconButton.stories.js +1 -1
- package/dist/components/InfoMessage/InfoMessage.js +1 -1
- package/dist/components/Input/Input.js +1 -1
- package/dist/components/InputField/InputField.js +19 -19
- package/dist/components/InputField/InputField.stories.js +2 -2
- package/dist/components/Label/Label.js +1 -1
- package/dist/components/MenuLink/MenuLink.js +2 -2
- package/dist/components/MenuLink/MenuLink.stories.js +1 -1
- package/dist/components/MenuLink/index.js +1 -1
- package/dist/components/ModalDialog/ModalDialog.js +2 -2
- package/dist/components/ModalDialog/ModalDialog.js.map +1 -1
- package/dist/components/ModalDialog/ModalDialog.stories.js +2 -2
- package/dist/components/MultiSelect/MultiSelect.js +3 -3
- package/dist/components/MultiSelect/MultiSelect.stories.js +2 -2
- package/dist/components/MultiSelect/components/MultiSelectHeader.js +2 -2
- package/dist/components/MultiSelect/components/MultiSelectItem.js +1 -1
- package/dist/components/MultiSelect/index.js +1 -1
- package/dist/components/OverlayCloseButton/OverlayCloseButton.js +1 -1
- package/dist/components/OverlayCloseButton/OverlayCloseButton.stories.js +1 -1
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +2 -2
- package/dist/components/RadioButton/RadioButton.js +1 -1
- package/dist/components/Repeater/Repeater.js +1 -1
- package/dist/components/SectionNotification/SectionNotification.js +1 -1
- package/dist/components/SelectListbox/SelectListBox.stories.js +1 -1
- package/dist/components/SelectListbox/SelectProvider.js +1 -2
- package/dist/components/SelectListbox/SelectProvider.js.map +1 -1
- package/dist/components/SelectListbox/components/SelectButton.js +1 -1
- package/dist/components/SelectListbox/components/SelectButton.js.map +1 -1
- package/dist/components/SelectListbox/components/SelectContainer.js.map +1 -1
- package/dist/components/SelectListbox/components/SelectOption.js +1 -1
- package/dist/components/StatusPill/StatusPill.js +1 -1
- package/dist/components/Tooltip/Tooltip.js +1 -2
- package/dist/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/components/hooks/useDebounce.js.map +1 -1
- package/dist/components/hooks/usePositionedFloaters.js +2 -4
- package/dist/components/hooks/usePositionedFloaters.js.map +1 -1
- package/dist/components/index.js +2 -2
- package/dist/components/storyComponents/Container/Container.js +1 -1
- package/dist/{index-BA9Z7itR.js → index-BNwc4sai.js} +1269 -1774
- package/dist/{index-BA9Z7itR.js.map → index-BNwc4sai.js.map} +1 -1
- package/dist/{index-DFUrxrKJ.js → index-CYUtHyCV.js} +1590 -2915
- package/dist/{index-DFUrxrKJ.js.map → index-CYUtHyCV.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{useDialog-DDVWB2iX.js → useDialog-D4QXqVAd.js} +56 -103
- package/dist/{useDialog-DDVWB2iX.js.map → useDialog-D4QXqVAd.js.map} +1 -1
- package/package.json +15 -15
- package/dist/MultiSelectItem-D5q99kfp.js +0 -24
- package/dist/MultiSelectItem-D5q99kfp.js.map +0 -1
- package/dist/clsx-DB4S2d7J.js +0 -23
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as be } from "react/jsx-runtime";
|
|
2
|
-
import { c as Ee } from "./clsx-
|
|
2
|
+
import { c as Ee } from "./clsx-OuTLNxxd.js";
|
|
3
3
|
import * as s from "react";
|
|
4
|
-
import "./index-
|
|
4
|
+
import "./index-BNwc4sai.js";
|
|
5
5
|
import './assets/MenuLink2.css';/**
|
|
6
6
|
* @remix-run/router v1.16.1
|
|
7
7
|
*
|
|
@@ -164,8 +164,7 @@ function ee(e, t) {
|
|
|
164
164
|
end: !0
|
|
165
165
|
});
|
|
166
166
|
let [n, r] = Ce(e.path, e.caseSensitive, e.end), a = t.match(n);
|
|
167
|
-
if (!a)
|
|
168
|
-
return null;
|
|
167
|
+
if (!a) return null;
|
|
169
168
|
let i = a[0], o = i.replace(/(.)\/+$/, "$1"), l = a.slice(1);
|
|
170
169
|
return {
|
|
171
170
|
params: r.reduce((u, h, d) => {
|
|
@@ -196,8 +195,7 @@ function Ce(e, t, n) {
|
|
|
196
195
|
}), a += e === "*" || e === "/*" ? "(.*)$" : "(?:\\/(.+)|\\/*)$") : n ? a += "\\/*$" : e !== "" && e !== "/" && (a += "(?:(?=\\/|$))"), [new RegExp(a, t ? void 0 : "i"), r];
|
|
197
196
|
}
|
|
198
197
|
function C(e, t) {
|
|
199
|
-
if (t === "/")
|
|
200
|
-
return e;
|
|
198
|
+
if (t === "/") return e;
|
|
201
199
|
if (!e.toLowerCase().startsWith(t.toLowerCase()))
|
|
202
200
|
return null;
|
|
203
201
|
let n = t.endsWith("/") ? t.length - 1 : t.length, r = e.charAt(n);
|
|
@@ -360,8 +358,7 @@ function Ae() {
|
|
|
360
358
|
return ue(() => {
|
|
361
359
|
l.current = !0;
|
|
362
360
|
}), s.useCallback(function(u, h) {
|
|
363
|
-
if (h === void 0 && (h = {}), process.env.NODE_ENV !== "production" && R(l.current, se), !l.current)
|
|
364
|
-
return;
|
|
361
|
+
if (h === void 0 && (h = {}), process.env.NODE_ENV !== "production" && R(l.current, se), !l.current) return;
|
|
365
362
|
if (typeof u == "number") {
|
|
366
363
|
r.go(u);
|
|
367
364
|
return;
|
|
@@ -517,8 +514,7 @@ function _() {
|
|
|
517
514
|
}, _.apply(this, arguments);
|
|
518
515
|
}
|
|
519
516
|
function Q(e, t) {
|
|
520
|
-
if (e == null)
|
|
521
|
-
return {};
|
|
517
|
+
if (e == null) return {};
|
|
522
518
|
var n = {}, r = Object.keys(e), a, i;
|
|
523
519
|
for (i = 0; i < r.length; i++)
|
|
524
520
|
a = r[i], !(t.indexOf(a) >= 0) && (n[a] = e[a]);
|
|
@@ -582,8 +578,7 @@ function Ge(e, t) {
|
|
|
582
578
|
if (h === "image") {
|
|
583
579
|
let m = u ? u + "." : "";
|
|
584
580
|
i.append(m + "x", "0"), i.append(m + "y", "0");
|
|
585
|
-
} else
|
|
586
|
-
u && i.append(u, d);
|
|
581
|
+
} else u && i.append(u, d);
|
|
587
582
|
}
|
|
588
583
|
} else {
|
|
589
584
|
if (B(e))
|
|
@@ -708,8 +703,7 @@ const at = /* @__PURE__ */ s.forwardRef((e, t) => {
|
|
|
708
703
|
} = e, f = Q(e, Ze), p = ut(), v = ct(c, {
|
|
709
704
|
relative: h
|
|
710
705
|
}), N = l.toLowerCase() === "get" ? "get" : "post", S = (y) => {
|
|
711
|
-
if (u && u(y), y.defaultPrevented)
|
|
712
|
-
return;
|
|
706
|
+
if (u && u(y), y.defaultPrevented) return;
|
|
713
707
|
y.preventDefault();
|
|
714
708
|
let E = y.nativeEvent.submitter, b = (E == null ? void 0 : E.getAttribute("formmethod")) || l;
|
|
715
709
|
p(E || y.currentTarget, {
|
|
@@ -862,4 +856,4 @@ export {
|
|
|
862
856
|
vt as M,
|
|
863
857
|
mt as a
|
|
864
858
|
};
|
|
865
|
-
//# sourceMappingURL=MenuLink-
|
|
859
|
+
//# sourceMappingURL=MenuLink-CIzBwlKY.js.map
|