welcome-ui 0.0.0-dev.1762111960442 → 0.0.0-dev.1763386521897
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/README.md +1 -1
- package/dist/{4I4MLMKD-ClGFnV27.js → 4I4MLMKD-z3Xm3qCo.js} +3 -3
- package/dist/Accordion.js +4 -4
- package/dist/Alert.css +1 -1
- package/dist/Alert.js +84 -87
- package/dist/AspectRatio.js +1 -1
- package/dist/Avatar.js +1 -1
- package/dist/{B7UTNDHN-DrVrdxiS.js → B7UTNDHN-BDa2-8JK.js} +1 -1
- package/dist/Badge.js +1 -1
- package/dist/Breadcrumb.js +1 -1
- package/dist/Button.js +1 -1
- package/dist/ButtonGroup.js +1 -1
- package/dist/Card.js +1 -1
- package/dist/Checkbox.js +2 -2
- package/dist/CloseButton.css +1 -1
- package/dist/CloseButton.js +12 -12
- package/dist/{DSAASPLT-C65YRecr.js → DSAASPLT-C-2xDjIv.js} +1 -1
- package/dist/DatePicker.js +2 -2
- package/dist/DateTimePicker.js +2 -2
- package/dist/Drawer.js +25 -22
- package/dist/DropdownMenu.js +9 -9
- package/dist/Field.js +1 -1
- package/dist/FieldGroup.js +1 -1
- package/dist/FileDrop.js +2 -2
- package/dist/FileUpload.js +1 -1
- package/dist/{GVVKDT6A-NJOQQOYu.js → GVVKDT6A-C66-lr0B.js} +3 -3
- package/dist/Hint.js +1 -1
- package/dist/Icon.js +9 -5
- package/dist/InputText.js +1 -1
- package/dist/{KPUWHTQJ-NpgUp804.js → KPUWHTQJ-Byij2al4.js} +1 -1
- package/dist/Label.js +1 -1
- package/dist/Link.js +20 -19
- package/dist/Loader.js +1 -1
- package/dist/Logo.js +1 -1
- package/dist/Modal.js +5 -5
- package/dist/{NI3IVY7K-DqCXZqiy.js → NI3IVY7K-DpF3td-7.js} +2 -2
- package/dist/{NMGNQVTG-DJrSmLLO.js → NMGNQVTG-BgAqqGOq.js} +1 -1
- package/dist/{OLVWQA7U-DujoXmxA.js → OLVWQA7U-wHytlFYu.js} +3 -3
- package/dist/Pagination.css +1 -1
- package/dist/Pagination.js +155 -76
- package/dist/Popover.js +4 -4
- package/dist/{RTNCFSKZ-BspS8FyJ.js → RTNCFSKZ-LcIdBwa8.js} +1 -1
- package/dist/Radio.js +2 -2
- package/dist/RadioGroup.js +3 -3
- package/dist/RadioTab.js +2 -2
- package/dist/{SBSPVDDI-96-TLBrF.js → SBSPVDDI-BoxPz2JY.js} +1 -1
- package/dist/{SQZLCNLX-De47aWEV.js → SQZLCNLX-CUlXoT69.js} +2 -2
- package/dist/Search.js +2 -2
- package/dist/Select.js +2 -2
- package/dist/Slider.js +1 -1
- package/dist/Stepper.js +1 -1
- package/dist/StickyNote.css +1 -0
- package/dist/StickyNote.js +42 -0
- package/dist/Swiper.js +1 -1
- package/dist/{T22PY7TE-CG3ZPQ0h.js → T22PY7TE-CzEDuEn1.js} +1 -1
- package/dist/Table.js +1 -1
- package/dist/Tabs.js +7 -7
- package/dist/Tag.css +1 -1
- package/dist/Tag.js +41 -41
- package/dist/Text.js +1 -1
- package/dist/Textarea.js +1 -1
- package/dist/TimePicker.js +2 -2
- package/dist/Toast.css +1 -1
- package/dist/Toast.js +286 -222
- package/dist/Toggle.js +2 -2
- package/dist/Tooltip.js +4 -4
- package/dist/VariantIcon.js +1 -1
- package/dist/VisuallyHidden.js +1 -1
- package/dist/WelcomeLoader.js +1 -1
- package/dist/{Y67KZUMI-B7MDEVik.js → Y67KZUMI-BDyUNSJw.js} +1 -1
- package/dist/{ZTXFEM5L-CgOPe8o9.js → ZTXFEM5L-CjFLRObi.js} +2 -2
- package/dist/{downshift.esm-D_6pHXkq.js → downshift.esm-xtYanIDi.js} +1 -1
- package/dist/scss/breakpoints.scss +9 -0
- package/dist/scss/text-ellipsis.scss +5 -0
- package/dist/scss/texts.scss +108 -0
- package/dist/theme.css +1 -1
- package/dist/{tslib.es6-DpB4Y59c.js → tslib.es6-C80jYMbM.js} +1 -1
- package/dist/types/components/Alert/components/Buttons.d.ts +3 -0
- package/dist/types/components/Alert/components/Title.d.ts +2 -0
- package/dist/types/components/Alert/index.d.ts +4 -3
- package/dist/types/components/Alert/types.d.ts +3 -9
- package/dist/types/components/Drawer/AssetDrawer/types.d.ts +3 -0
- package/dist/types/components/Drawer/components/Backdrop.d.ts +1 -1
- package/dist/types/components/Drawer/index.d.ts +1 -1
- package/dist/types/components/Icon/icons.d.ts +2 -2
- package/dist/types/components/Pagination/types.d.ts +11 -0
- package/dist/types/components/StickyNote/components/Button.d.ts +2 -0
- package/dist/types/components/StickyNote/components/Title.d.ts +2 -0
- package/dist/types/components/StickyNote/index.d.ts +5 -0
- package/dist/types/components/StickyNote/index.test.d.ts +1 -0
- package/dist/types/components/StickyNote/types.d.ts +15 -0
- package/dist/types/components/Toast/components/Growl.d.ts +2 -0
- package/dist/types/components/Toast/index.d.ts +4 -1
- package/dist/types/components/Toast/types.d.ts +8 -9
- package/dist/types/theme/types.d.ts +233 -218
- package/dist/types/utils/index.d.ts +0 -1
- package/dist/{utils-DileZjMm.js → utils-BD597oo6.js} +1 -1
- package/dist/utils.js +2 -2
- package/package.json +2 -1
- package/dist/index.css +0 -0
- package/dist/types/utils/theme/index.d.ts +0 -0
- /package/dist/{index-CdiHdiVB.js → index-PAaZGbyz.js} +0 -0
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { u as O, a as E, P as z } from "./Y67KZUMI-
|
|
3
|
-
import { u as _ } from "./RTNCFSKZ-
|
|
2
|
+
import { u as O, a as E, P as z } from "./Y67KZUMI-BDyUNSJw.js";
|
|
3
|
+
import { u as _ } from "./RTNCFSKZ-LcIdBwa8.js";
|
|
4
4
|
import { c as b, _ as g, i as A, w as H, d as x, a as p, p as W, r as T, L, M as j, v as I, f as w, b as k, u as U, x as B } from "./OE2EFRVA-DkdhQLJL.js";
|
|
5
5
|
import { useMemo as C, useState as F } from "react";
|
|
6
6
|
import { jsx as l, jsxs as Z } from "react/jsx-runtime";
|
|
7
|
-
import { u as q } from "./ZTXFEM5L-
|
|
7
|
+
import { u as q } from "./ZTXFEM5L-CjFLRObi.js";
|
|
8
8
|
var h = "M23 27.8C24.1 29 26.4 30 28 30H30H0H2C3.7 30 5.9 29 7 27.8L14 20.6C14.7 19.8 15.3 19.8 16 20.6L23 27.8Z", G = "div", P = 30, u = P / 2, J = {
|
|
9
9
|
top: `rotate(180 ${u} ${u})`,
|
|
10
10
|
right: `rotate(-90 ${u} ${u})`,
|
package/dist/Accordion.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs as i, jsx as o } from "react/jsx-runtime";
|
|
3
|
-
import { D as d } from "./NMGNQVTG-
|
|
4
|
-
import { D as a } from "./T22PY7TE-
|
|
5
|
-
import { u as b } from "./T22PY7TE-
|
|
3
|
+
import { D as d } from "./NMGNQVTG-BgAqqGOq.js";
|
|
4
|
+
import { D as a } from "./T22PY7TE-CzEDuEn1.js";
|
|
5
|
+
import { u as b } from "./T22PY7TE-CzEDuEn1.js";
|
|
6
6
|
import { forwardRef as u } from "react";
|
|
7
7
|
import { Icon as _ } from "./Icon.js";
|
|
8
8
|
import { Text as p } from "./Text.js";
|
|
9
|
-
import { c as h } from "./index-
|
|
9
|
+
import { c as h } from "./index-PAaZGbyz.js";
|
|
10
10
|
const f = "_root_1ugpw_2", g = "_icon_1ugpw_11", w = "_disclosure_1ugpw_23", v = {
|
|
11
11
|
root: f,
|
|
12
12
|
icon: g,
|
package/dist/Alert.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@layer components{.
|
|
1
|
+
@layer components{._root_hm7mj_2{position:relative;display:flex;align-items:flex-start;width:100%;gap:var(--gap, var(--components-dimensions-alert-gap-content-md));border-radius:var(--components-dimensions-alert-border-radius);border-width:var(--border-width-sm);border-style:solid;padding:var(--padding);max-width:var(--maxWidth, max-content);background-color:var(--backgroundColor, var(--components-colors-alert-color-background-brand));border-color:var(--borderColor, var(--components-colors-alert-color-background-brand));color:var(--color, var(--components-colors-alert-color-text-brand-body))}._size-md_hm7mj_18{--padding: var(--components-dimensions-alert-padding-inline-md)}._size-md_hm7mj_18 ._content-actions_hm7mj_21{--gap: var(--components-dimensions-alert-gap-actions-md)}._size-md_hm7mj_18 ._without-title_hm7mj_24 ._icon-wrapper_hm7mj_24{margin-top:-2px}._size-lg_hm7mj_27{--padding: var(--components-dimensions-alert-padding-inline-lg);--gap: var(--components-dimensions-alert-gap-content-lg)}._size-lg_hm7mj_27 ._content-actions_hm7mj_21{--gap: var(--components-dimensions-alert-gap-actions-lg)}._variant-ai_hm7mj_34{--backgroundColor: var(--components-colors-alert-color-background-ai);--borderColor: transparent;background:linear-gradient(var(--components-colors-alert-color-background-ai) 0 0) padding-box,linear-gradient(90deg,var(--color-green-30) 0%,var(--color-teal-40) 20%,var(--color-blue-40) 40%,var(--color-violet-40) 60%,var(--color-pink-40) 80%,var(--color-red-orange-40) 100%) border-box}._variant-danger_hm7mj_39{--backgroundColor: var(--components-colors-alert-color-background-danger);--borderColor: var(--components-colors-alert-color-background-danger);--color: var(--color-icon-danger-primary)}._variant-info_hm7mj_44{--backgroundColor: var(--components-colors-alert-color-background-information);--borderColor: var(--components-colors-alert-color-background-information);--color: var(--color-icon-accent-blue-primary)}._variant-success_hm7mj_49{--backgroundColor: var(--components-colors-alert-color-background-success);--borderColor: var(--components-colors-alert-color-background-success);--color: var(--color-icon-accent-green-primary)}._variant-warning_hm7mj_54{--backgroundColor: var(--components-colors-alert-color-background-warning);--borderColor: var(--components-colors-alert-color-background-warning);--color: var(--color-icon-warning-primary)}._full-width_hm7mj_59{--maxWidth: 100%}._content_hm7mj_21{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:var(--gap, var(--components-dimensions-alert-gap-content-md))}._content-text_hm7mj_70{display:flex;flex-direction:column;gap:var(--gap, var(--components-dimensions-alert-gap-content-md))}._content-text_hm7mj_70._without-title_hm7mj_24{flex-direction:row}._content-text_hm7mj_70._without-title_hm7mj_24 ._icon-wrapper_hm7mj_24{align-self:flex-start}._content-actions_hm7mj_21{display:flex;align-items:center;gap:var(--gap)}._title-close-button_hm7mj_87{margin-right:var(--spacing-xl)}._title-with-icon_hm7mj_90{display:flex;align-items:center;gap:var(--spacing-sm)}._close-button_hm7mj_96{position:absolute;right:var(--spacing-sm);top:var(--spacing-sm)}._icon-wrapper_hm7mj_24{flex-shrink:0;padding:var(--components-dimensions-alert-icon-padding-block);border-radius:var(--components-dimensions-alert-icon-border-radius);background-color:var(--iconWrapperBackgroundColor, var(--components-colors-alert-icon-color-background-brand));color:var(--iconWrapperColor, var(--components-colors-alert-icon-color-icon-brand))}._icon-wrapper-success_hm7mj_109{--iconWrapperBackgroundColor: var(--components-colors-alert-icon-color-background-success);--iconWrapperColor: var(--components-colors-alert-icon-color-icon-success)}._icon-wrapper-danger_hm7mj_113{--iconWrapperBackgroundColor: var(--components-colors-alert-icon-color-background-danger);--iconWrapperColor: var(--components-colors-alert-icon-color-icon-danger)}._icon-wrapper-info_hm7mj_117{--iconWrapperBackgroundColor: var( --components-colors-alert-icon-color-background-information );--iconWrapperColor: var(--components-colors-alert-icon-color-icon-information)}._icon-wrapper-warning_hm7mj_123{--iconWrapperBackgroundColor: var(--components-colors-alert-icon-color-background-warning);--iconWrapperColor: var(--components-colors-alert-icon-color-icon-warning)}._icon-wrapper-ai_hm7mj_127{background:conic-gradient(from 30deg at 50% 50%,var(--color-green-30) 0deg,var(--color-blue-40) 25.96deg,var(--color-violet-40) 51.92deg,var(--color-pink-40) 76.15deg,var(--color-red-orange-40) 110.77deg,var(--color-pink-40) 162.69deg,var(--color-violet-40) 209.42deg,var(--color-blue-40) 254.42deg,var(--color-teal-40) 306.35deg,var(--color-green-30) 360deg);--iconWrapperColor: var(--components-colors-alert-icon-color-icon-ai)}}
|
package/dist/Alert.js
CHANGED
|
@@ -1,101 +1,98 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { Text as
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
const
|
|
10
|
-
root:
|
|
11
|
-
"size-
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"variant-
|
|
17
|
-
"variant-
|
|
18
|
-
"variant-
|
|
19
|
-
"
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"content-
|
|
24
|
-
"
|
|
25
|
-
title:
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
2
|
+
import { jsx as i, jsxs as m } from "react/jsx-runtime";
|
|
3
|
+
import l, { forwardRef as w, Children as p, cloneElement as u } from "react";
|
|
4
|
+
import { CloseButton as E } from "./CloseButton.js";
|
|
5
|
+
import { Icon as S } from "./Icon.js";
|
|
6
|
+
import { Text as v } from "./Text.js";
|
|
7
|
+
import { c as y } from "./index-PAaZGbyz.js";
|
|
8
|
+
import { Button as b } from "./Button.js";
|
|
9
|
+
const V = "_root_hm7mj_2", I = "_content_hm7mj_21", N = {
|
|
10
|
+
root: V,
|
|
11
|
+
"size-md": "_size-md_hm7mj_18",
|
|
12
|
+
"content-actions": "_content-actions_hm7mj_21",
|
|
13
|
+
"without-title": "_without-title_hm7mj_24",
|
|
14
|
+
"icon-wrapper": "_icon-wrapper_hm7mj_24",
|
|
15
|
+
"size-lg": "_size-lg_hm7mj_27",
|
|
16
|
+
"variant-ai": "_variant-ai_hm7mj_34",
|
|
17
|
+
"variant-danger": "_variant-danger_hm7mj_39",
|
|
18
|
+
"variant-info": "_variant-info_hm7mj_44",
|
|
19
|
+
"variant-success": "_variant-success_hm7mj_49",
|
|
20
|
+
"variant-warning": "_variant-warning_hm7mj_54",
|
|
21
|
+
"full-width": "_full-width_hm7mj_59",
|
|
22
|
+
content: I,
|
|
23
|
+
"content-text": "_content-text_hm7mj_70",
|
|
24
|
+
"title-close-button": "_title-close-button_hm7mj_87",
|
|
25
|
+
"title-with-icon": "_title-with-icon_hm7mj_90",
|
|
26
|
+
"close-button": "_close-button_hm7mj_96",
|
|
27
|
+
"icon-wrapper-success": "_icon-wrapper-success_hm7mj_109",
|
|
28
|
+
"icon-wrapper-danger": "_icon-wrapper-danger_hm7mj_113",
|
|
29
|
+
"icon-wrapper-info": "_icon-wrapper-info_hm7mj_117",
|
|
30
|
+
"icon-wrapper-warning": "_icon-wrapper-warning_hm7mj_123",
|
|
31
|
+
"icon-wrapper-ai": "_icon-wrapper-ai_hm7mj_127"
|
|
32
|
+
}, x = w(
|
|
33
|
+
({ variant: t = "primary", ...o }, n) => /* @__PURE__ */ i(b, { className: "shrink-0 w-fit", ref: n, variant: t, ...o })
|
|
34
|
+
), A = w(
|
|
35
|
+
({ variant: t = "secondary", ...o }, n) => /* @__PURE__ */ i(b, { className: "shrink-0 w-fit", ref: n, variant: t, ...o })
|
|
36
|
+
), O = y(N), h = ({ children: t, hasCloseButton: o, ...n }) => /* @__PURE__ */ i(v, { as: "span", className: O(o && "title-close-button"), ...n, children: t }), a = y(N), R = {
|
|
37
|
+
ai: "sparkles",
|
|
38
|
+
brand: "lightbulb-alt",
|
|
39
|
+
danger: "exclamation-octagon",
|
|
40
|
+
info: "info-circle",
|
|
41
|
+
success: "check-circle",
|
|
42
|
+
warning: "exclamation-triangle"
|
|
43
|
+
}, z = w(
|
|
44
|
+
({ children: t, className: o, cta: n, handleClose: _, isFullWidth: B, size: c = "md", variant: s = "brand", ...$ }, k) => {
|
|
45
|
+
const C = s === "ai", f = p.toArray(t).some((r) => l.isValidElement(r) ? r.type === h : !1), j = /* @__PURE__ */ i("div", { className: a("icon-wrapper", `icon-wrapper-${s}`), children: /* @__PURE__ */ i(S, { name: R[s] }) }), T = p.toArray(t).map((r) => r.type === h ? /* @__PURE__ */ m("div", { className: a("title-with-icon"), children: [
|
|
46
|
+
j,
|
|
47
|
+
u(r, {
|
|
48
|
+
hasCloseButton: !!_,
|
|
49
|
+
variant: `body-${c}-strong`
|
|
50
|
+
})
|
|
51
|
+
] }) : r), d = (r) => p.toArray(r).flatMap((e) => l.isValidElement(e) && e.type === l.Fragment ? d(e.props.children) : e.type === x ? u(e, {
|
|
52
|
+
size: c,
|
|
53
|
+
variant: C ? "primary-ai" : void 0
|
|
54
|
+
}) : e.type === A ? u(e, {
|
|
55
|
+
size: c
|
|
56
|
+
}) : e), g = !!n && d(n);
|
|
57
|
+
return /* @__PURE__ */ m(
|
|
57
58
|
"div",
|
|
58
59
|
{
|
|
59
|
-
className:
|
|
60
|
+
className: a(
|
|
60
61
|
"root",
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
e
|
|
62
|
+
B && "full-width",
|
|
63
|
+
`size-${c}`,
|
|
64
|
+
s && `variant-${s}`,
|
|
65
|
+
o
|
|
66
66
|
),
|
|
67
|
-
ref:
|
|
68
|
-
|
|
67
|
+
ref: k,
|
|
68
|
+
...$,
|
|
69
69
|
children: [
|
|
70
|
-
!!
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
70
|
+
!!_ && /* @__PURE__ */ i(E, { className: a("close-button"), onClick: _ }),
|
|
71
|
+
/* @__PURE__ */ m("div", { className: a("content"), children: [
|
|
72
|
+
/* @__PURE__ */ m(
|
|
73
|
+
v,
|
|
74
|
+
{
|
|
75
|
+
as: "div",
|
|
76
|
+
className: a("content-text", !f && "without-title"),
|
|
77
|
+
variant: `body-${c}`,
|
|
78
|
+
children: [
|
|
79
|
+
!f && j,
|
|
80
|
+
T
|
|
81
|
+
]
|
|
82
|
+
}
|
|
83
|
+
),
|
|
84
|
+
!!g && /* @__PURE__ */ i("div", { className: a("content-actions"), children: g })
|
|
75
85
|
] })
|
|
76
86
|
]
|
|
77
87
|
}
|
|
78
88
|
);
|
|
79
89
|
}
|
|
80
|
-
),
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
), g = ({ children: o, hasCloseButton: e, variant: n, ...a }) => /* @__PURE__ */ i(
|
|
85
|
-
y,
|
|
86
|
-
{
|
|
87
|
-
as: "span",
|
|
88
|
-
className: s("title", `title-size-${n}`, e && "title-close-button"),
|
|
89
|
-
variant: n,
|
|
90
|
-
...a,
|
|
91
|
-
children: o
|
|
92
|
-
}
|
|
93
|
-
), P = Object.assign(D, {
|
|
94
|
-
Button: w,
|
|
95
|
-
SecondaryButton: N,
|
|
96
|
-
Title: g
|
|
90
|
+
), K = Object.assign(z, {
|
|
91
|
+
Button: x,
|
|
92
|
+
SecondaryButton: A,
|
|
93
|
+
Title: h
|
|
97
94
|
});
|
|
98
95
|
export {
|
|
99
|
-
|
|
100
|
-
|
|
96
|
+
K as Alert,
|
|
97
|
+
R as ICON
|
|
101
98
|
};
|
package/dist/AspectRatio.js
CHANGED
package/dist/Avatar.js
CHANGED
|
@@ -3,7 +3,7 @@ import { jsxs as _, jsx as n } from "react/jsx-runtime";
|
|
|
3
3
|
import { forwardRef as g } from "react";
|
|
4
4
|
import { Icon as u } from "./Icon.js";
|
|
5
5
|
import { Text as m } from "./Text.js";
|
|
6
|
-
import { c as p } from "./index-
|
|
6
|
+
import { c as p } from "./index-PAaZGbyz.js";
|
|
7
7
|
const b = "_root_2qaar_2", y = "_placeholder_2qaar_36", h = {
|
|
8
8
|
root: b,
|
|
9
9
|
"size-xs": "_size-xs_2qaar_24",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { H as S, G as C, T as Q, I as L, s as X, g as Z, K as p } from "./OE2EFRVA-DkdhQLJL.js";
|
|
3
|
-
import { t as ee, c as O, s as R, i as te, f as G, d as h, a as ne } from "./RTNCFSKZ-
|
|
3
|
+
import { t as ee, c as O, s as R, i as te, f as G, d as h, a as ne } from "./RTNCFSKZ-LcIdBwa8.js";
|
|
4
4
|
function re(t) {
|
|
5
5
|
const i = [];
|
|
6
6
|
for (const e of t)
|
package/dist/Badge.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsx as t } from "react/jsx-runtime";
|
|
3
3
|
import { forwardRef as g } from "react";
|
|
4
4
|
import { Text as d } from "./Text.js";
|
|
5
|
-
import { c as b } from "./index-
|
|
5
|
+
import { c as b } from "./index-PAaZGbyz.js";
|
|
6
6
|
const c = "_root_1pr8g_2", p = {
|
|
7
7
|
root: c,
|
|
8
8
|
"size-lg": "_size-lg_1pr8g_18",
|
package/dist/Breadcrumb.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsxs as I, jsx as w } from "react/jsx-runtime";
|
|
3
3
|
import { forwardRef as re, Children as be, cloneElement as ge, useRef as M, useState as X, useCallback as q, useMemo as me, useEffect as $ } from "react";
|
|
4
4
|
import { Icon as ne } from "./Icon.js";
|
|
5
|
-
import { c as ie } from "./index-
|
|
5
|
+
import { c as ie } from "./index-PAaZGbyz.js";
|
|
6
6
|
import { t as ze } from "./throttle-BDBzFeFj.js";
|
|
7
7
|
var g = [], xe = function() {
|
|
8
8
|
return g.some(function(e) {
|
package/dist/Button.js
CHANGED
|
@@ -3,7 +3,7 @@ import { jsxs as o, jsx as r, Fragment as f } from "react/jsx-runtime";
|
|
|
3
3
|
import { B as z } from "./XCKGTAUF-CahZE721.js";
|
|
4
4
|
import { useButtonGroup as b } from "./ButtonGroup.js";
|
|
5
5
|
import { Loader as h } from "./Loader.js";
|
|
6
|
-
import { c as x } from "./index-
|
|
6
|
+
import { c as x } from "./index-PAaZGbyz.js";
|
|
7
7
|
import { f as B } from "./forwardRefWithAs-8eP3ZN15.js";
|
|
8
8
|
import "react";
|
|
9
9
|
const N = "_root_9gw1k_12", $ = "_loader_9gw1k_243", j = {
|
package/dist/ButtonGroup.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx as e } from "react/jsx-runtime";
|
|
3
3
|
import { createContext as f, useMemo as i, useContext as l } from "react";
|
|
4
|
-
import { c as x } from "./index-
|
|
4
|
+
import { c as x } from "./index-PAaZGbyz.js";
|
|
5
5
|
import { f as G } from "./forwardRefWithAs-8eP3ZN15.js";
|
|
6
6
|
const d = "_root_kot0y_2", y = {
|
|
7
7
|
root: d
|
package/dist/Card.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx as c } from "react/jsx-runtime";
|
|
3
3
|
import { forwardRef as n } from "react";
|
|
4
|
-
import { c as e } from "./index-
|
|
4
|
+
import { c as e } from "./index-PAaZGbyz.js";
|
|
5
5
|
const a = "_root_zwvv3_2", m = "_body_zwvv3_13", d = {
|
|
6
6
|
root: a,
|
|
7
7
|
body: m
|
package/dist/Checkbox.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs as g, jsx as s } from "react/jsx-runtime";
|
|
3
|
-
import { C as x } from "./KPUWHTQJ-
|
|
3
|
+
import { C as x } from "./KPUWHTQJ-Byij2al4.js";
|
|
4
4
|
import { forwardRef as C, useState as m } from "react";
|
|
5
5
|
import { useField as V } from "./Field.js";
|
|
6
6
|
import { VisuallyHidden as w } from "./VisuallyHidden.js";
|
|
7
|
-
import { c as F } from "./index-
|
|
7
|
+
import { c as F } from "./index-PAaZGbyz.js";
|
|
8
8
|
import { Icon as u } from "./Icon.js";
|
|
9
9
|
const I = "_root_luk8p_2", j = "_indeterminate_luk8p_67", y = {
|
|
10
10
|
root: I,
|
package/dist/CloseButton.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@layer components{.
|
|
1
|
+
@layer components{._root_1r27z_2>svg:only-child{width:var(--components-dimensions-button-size-icon-sm);height:var(--components-dimensions-button-size-icon-sm)}._animate-presence_1r27z_6{animation-duration:var(--duration-medium);animation-timing-function:var(--timing-primary);animation-name:_fade_1r27z_1}@keyframes _fade_1r27z_1{0%{opacity:0}to{opacity:1}}}
|
package/dist/CloseButton.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsx as
|
|
3
|
-
import { forwardRef as
|
|
2
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
3
|
+
import { forwardRef as a } from "react";
|
|
4
4
|
import { Button as n } from "./Button.js";
|
|
5
|
-
import { Icon as
|
|
6
|
-
import { c
|
|
7
|
-
const
|
|
8
|
-
root:
|
|
9
|
-
"animate-presence": "_animate-
|
|
5
|
+
import { Icon as m } from "./Icon.js";
|
|
6
|
+
import { c } from "./index-PAaZGbyz.js";
|
|
7
|
+
const i = "_root_1r27z_2", l = "_fade_1r27z_1", f = {
|
|
8
|
+
root: i,
|
|
9
|
+
"animate-presence": "_animate-presence_1r27z_6",
|
|
10
10
|
fade: l
|
|
11
|
-
}, p =
|
|
12
|
-
({ animatePresence:
|
|
11
|
+
}, p = c(f), B = a(
|
|
12
|
+
({ animatePresence: o = !1, className: t, ...r }, s) => /* @__PURE__ */ e(
|
|
13
13
|
n,
|
|
14
14
|
{
|
|
15
15
|
"aria-label": "Close",
|
|
16
|
-
className: p("root",
|
|
17
|
-
ref:
|
|
16
|
+
className: p("root", o && "animate-presence", t),
|
|
17
|
+
ref: s,
|
|
18
18
|
size: "md",
|
|
19
19
|
variant: "tertiary",
|
|
20
20
|
...r,
|
|
21
|
-
children: /* @__PURE__ */
|
|
21
|
+
children: /* @__PURE__ */ e(m, { name: "times", size: "lg" })
|
|
22
22
|
}
|
|
23
23
|
)
|
|
24
24
|
);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { a as c } from "./T22PY7TE-
|
|
2
|
+
import { a as c } from "./T22PY7TE-CzEDuEn1.js";
|
|
3
3
|
import { u as d } from "./XCKGTAUF-CahZE721.js";
|
|
4
4
|
import { f as p, c as f, b as D, _ as x, u as g, d as k, a as v } from "./OE2EFRVA-DkdhQLJL.js";
|
|
5
5
|
import { useMemo as h } from "react";
|
package/dist/DatePicker.js
CHANGED
|
@@ -5,8 +5,8 @@ import { D as P, C as Q } from "./CustomPopper-vwbOQq72.js";
|
|
|
5
5
|
import { Button as M } from "./Button.js";
|
|
6
6
|
import { Icon as w } from "./Icon.js";
|
|
7
7
|
import { Select as K } from "./Select.js";
|
|
8
|
-
import { c as v } from "./index-
|
|
9
|
-
import { g as V, a as W, s as B, b as X, D as k } from "./utils-
|
|
8
|
+
import { c as v } from "./index-PAaZGbyz.js";
|
|
9
|
+
import { g as V, a as W, s as B, b as X, D as k } from "./utils-BD597oo6.js";
|
|
10
10
|
import { InputText as Z } from "./InputText.js";
|
|
11
11
|
const Y = v(B), g = ({
|
|
12
12
|
changeMonth: x,
|
package/dist/DateTimePicker.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx as A } from "react/jsx-runtime";
|
|
3
3
|
import { forwardRef as E, useState as x, useRef as P, useEffect as o, Children as H, cloneElement as I } from "react";
|
|
4
|
-
import { b as N, D as b, s as j } from "./utils-
|
|
5
|
-
import { c as F } from "./index-
|
|
4
|
+
import { b as N, D as b, s as j } from "./utils-BD597oo6.js";
|
|
5
|
+
import { c as F } from "./index-PAaZGbyz.js";
|
|
6
6
|
const L = F(j), q = E(
|
|
7
7
|
({
|
|
8
8
|
children: a,
|
package/dist/Drawer.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx as e, jsxs as h, Fragment as C } from "react/jsx-runtime";
|
|
3
|
-
import { D as O } from "./NI3IVY7K-
|
|
4
|
-
import { u as ue } from "./NI3IVY7K-
|
|
5
|
-
import { useCallback as g, forwardRef as
|
|
6
|
-
import { c as n } from "./index-
|
|
3
|
+
import { D as O } from "./NI3IVY7K-DpF3td-7.js";
|
|
4
|
+
import { u as ue } from "./NI3IVY7K-DpF3td-7.js";
|
|
5
|
+
import { useCallback as g, forwardRef as k } from "react";
|
|
6
|
+
import { c as n } from "./index-PAaZGbyz.js";
|
|
7
7
|
import { f as w } from "./forwardRefWithAs-8eP3ZN15.js";
|
|
8
8
|
import { Button as T } from "./Button.js";
|
|
9
9
|
import { Icon as b } from "./Icon.js";
|
|
10
10
|
import { Text as x } from "./Text.js";
|
|
11
|
-
import { D as j } from "./DSAASPLT-
|
|
11
|
+
import { D as j } from "./DSAASPLT-C-2xDjIv.js";
|
|
12
12
|
import { CloseButton as A } from "./CloseButton.js";
|
|
13
|
-
import { D as F } from "./ZTXFEM5L-
|
|
13
|
+
import { D as F } from "./ZTXFEM5L-CjFLRObi.js";
|
|
14
14
|
const I = "_content_1mhgf_13", W = "_title_1mhgf_67", u = {
|
|
15
15
|
"asset-drawer": "_asset-drawer_1mhgf_3",
|
|
16
16
|
"content-wrapper": "_content-wrapper_1mhgf_13",
|
|
@@ -36,7 +36,7 @@ const I = "_content_1mhgf_13", W = "_title_1mhgf_67", u = {
|
|
|
36
36
|
r ? r() : document.querySelectorAll("[data-wui-persistent]")
|
|
37
37
|
),
|
|
38
38
|
[r]
|
|
39
|
-
),
|
|
39
|
+
), p = g(
|
|
40
40
|
(D) => {
|
|
41
41
|
const z = D.target;
|
|
42
42
|
return !l().some(
|
|
@@ -44,14 +44,14 @@ const I = "_content_1mhgf_13", W = "_title_1mhgf_67", u = {
|
|
|
44
44
|
);
|
|
45
45
|
},
|
|
46
46
|
[l]
|
|
47
|
-
),
|
|
47
|
+
), f = typeof o == "number" ? `${o}px` : o;
|
|
48
48
|
return /* @__PURE__ */ e(
|
|
49
49
|
te,
|
|
50
50
|
{
|
|
51
51
|
autoFocusOnShow: !1,
|
|
52
52
|
className: d("asset-drawer", s),
|
|
53
53
|
getPersistentElements: l,
|
|
54
|
-
hideOnInteractOutside:
|
|
54
|
+
hideOnInteractOutside: p,
|
|
55
55
|
placement: "bottom",
|
|
56
56
|
ref: m,
|
|
57
57
|
store: c,
|
|
@@ -61,7 +61,7 @@ const I = "_content_1mhgf_13", W = "_title_1mhgf_67", u = {
|
|
|
61
61
|
"div",
|
|
62
62
|
{
|
|
63
63
|
className: d("content-max-width"),
|
|
64
|
-
style: { "--assetDrawerContentMaxWidth":
|
|
64
|
+
style: { "--assetDrawerContentMaxWidth": f },
|
|
65
65
|
children: /* @__PURE__ */ e("div", { className: d("content"), children: t })
|
|
66
66
|
}
|
|
67
67
|
) })
|
|
@@ -100,20 +100,23 @@ const I = "_content_1mhgf_13", W = "_title_1mhgf_67", u = {
|
|
|
100
100
|
footer: H,
|
|
101
101
|
title: J,
|
|
102
102
|
"drawer-close": "_drawer-close_iksk1_120"
|
|
103
|
-
}, K = n(a), N = (
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
103
|
+
}, K = n(a), N = k(
|
|
104
|
+
({ hideOnInteractOutside: t = !0, ...s }, r) => /* @__PURE__ */ e(
|
|
105
|
+
"div",
|
|
106
|
+
{
|
|
107
|
+
className: K("backdrop", t && "drawer-hide-on-interact-outside"),
|
|
108
|
+
ref: r,
|
|
109
|
+
...s
|
|
110
|
+
}
|
|
111
|
+
)
|
|
109
112
|
), L = n(a), v = ({ className: t }) => /* @__PURE__ */ e(
|
|
110
113
|
j,
|
|
111
114
|
{
|
|
112
115
|
render: (s) => /* @__PURE__ */ e(A, { className: L("drawer-close", t), ...s })
|
|
113
116
|
}
|
|
114
|
-
), Q = n(a), U =
|
|
117
|
+
), Q = n(a), U = k(({ className: t, ...s }, r) => /* @__PURE__ */ e("div", { className: Q("content", t), ref: r, ...s })), V = n(a), X = k(({ className: t, ...s }, r) => /* @__PURE__ */ e("div", { className: V("footer", t), ref: r, ...s })), Y = n(a), Z = ({ children: t, className: s, ...r }) => /* @__PURE__ */ e("div", { className: Y("title", s), ...r, children: /* @__PURE__ */ e(x, { as: "h3", className: "w-full", variant: "heading-lg", children: t }) }), $ = w(
|
|
115
118
|
({ as: t, store: s, ...r }, o) => /* @__PURE__ */ e(F, { ref: o, render: t ? /* @__PURE__ */ e(t, {}) : void 0, store: s, ...r })
|
|
116
|
-
), G = n(a), ee =
|
|
119
|
+
), G = n(a), ee = k(
|
|
117
120
|
({
|
|
118
121
|
children: t,
|
|
119
122
|
className: s,
|
|
@@ -123,17 +126,17 @@ const I = "_content_1mhgf_13", W = "_title_1mhgf_67", u = {
|
|
|
123
126
|
store: i,
|
|
124
127
|
withBackdrop: m = !1,
|
|
125
128
|
withCloseButton: l = !0,
|
|
126
|
-
...
|
|
127
|
-
},
|
|
129
|
+
...p
|
|
130
|
+
}, f) => /* @__PURE__ */ e(
|
|
128
131
|
O,
|
|
129
132
|
{
|
|
130
133
|
backdrop: m ? /* @__PURE__ */ e(N, { hideOnInteractOutside: r }) : !1,
|
|
131
134
|
hideOnInteractOutside: r,
|
|
132
135
|
modal: m,
|
|
133
|
-
ref:
|
|
136
|
+
ref: f,
|
|
134
137
|
render: /* @__PURE__ */ e("div", { className: G("root", `placement-${o}`, `size-${c}`, s) }),
|
|
135
138
|
store: i,
|
|
136
|
-
...
|
|
139
|
+
...p,
|
|
137
140
|
children: /* @__PURE__ */ h(C, { children: [
|
|
138
141
|
l ? /* @__PURE__ */ e(v, {}) : null,
|
|
139
142
|
t
|
package/dist/DropdownMenu.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx as C, jsxs as Le } from "react/jsx-runtime";
|
|
3
|
-
import { u as D, m as Ve, o as Re, p as $e, t as Ke, c as Be, s as me, a as ve, b as ze, d as We } from "./RTNCFSKZ-
|
|
4
|
-
import { H as je, a as Ue, u as qe, b as Ge, c as Ze, d as Je } from "./GVVKDT6A-
|
|
5
|
-
import { u as ue, C as ge, a as we, f as Qe, b as Xe } from "./SBSPVDDI-
|
|
3
|
+
import { u as D, m as Ve, o as Re, p as $e, t as Ke, c as Be, s as me, a as ve, b as ze, d as We } from "./RTNCFSKZ-LcIdBwa8.js";
|
|
4
|
+
import { H as je, a as Ue, u as qe, b as Ge, c as Ze, d as Je } from "./GVVKDT6A-C66-lr0B.js";
|
|
5
|
+
import { u as ue, C as ge, a as we, f as Qe, b as Xe } from "./SBSPVDDI-BoxPz2JY.js";
|
|
6
6
|
import { c as N, _ as P, a as b, f as k, b as F, i as B, d as y, e as Me, u as $, g as Se, s as Ye, r as xe, h as et, j as tt, n as rt, k as nt, l as se, m as U, o as ot, p as ee, q as st, t as at, v as Ce, w as _e, x as ye, y as ut, z as it, A as lt, B as Ee, C as ct, D as dt, E as ft, F as pt, G, H as j, I as R, J as mt, K as vt } from "./OE2EFRVA-DkdhQLJL.js";
|
|
7
7
|
import { createContext as Pe, useRef as ie, useCallback as bt, useState as Oe, useEffect as Ae, createRef as ht, useMemo as gt, forwardRef as le } from "react";
|
|
8
|
-
import { i as wt } from "./T22PY7TE-
|
|
9
|
-
import { u as Mt, a as St } from "./OLVWQA7U-
|
|
10
|
-
import { c as xt, R as Ct } from "./NI3IVY7K-
|
|
11
|
-
import { c as te } from "./index-
|
|
12
|
-
import { u as _t, a as yt } from "./4I4MLMKD-
|
|
8
|
+
import { i as wt } from "./T22PY7TE-CzEDuEn1.js";
|
|
9
|
+
import { u as Mt, a as St } from "./OLVWQA7U-wHytlFYu.js";
|
|
10
|
+
import { c as xt, R as Ct } from "./NI3IVY7K-DpF3td-7.js";
|
|
11
|
+
import { c as te } from "./index-PAaZGbyz.js";
|
|
12
|
+
import { u as _t, a as yt } from "./4I4MLMKD-z3Xm3qCo.js";
|
|
13
13
|
import { f as Te } from "./forwardRefWithAs-8eP3ZN15.js";
|
|
14
|
-
import { c as Et, u as Pt } from "./B7UTNDHN-
|
|
14
|
+
import { c as Et, u as Pt } from "./B7UTNDHN-BDa2-8JK.js";
|
|
15
15
|
var Ot = "hr", He = N(
|
|
16
16
|
function(t) {
|
|
17
17
|
var r = t, { orientation: e = "horizontal" } = r, o = P(r, ["orientation"]);
|
package/dist/Field.js
CHANGED
|
@@ -3,7 +3,7 @@ import { jsx as r, jsxs as C } from "react/jsx-runtime";
|
|
|
3
3
|
import { createContext as L, useMemo as q, useId as A, useContext as M } from "react";
|
|
4
4
|
import { Hint as R } from "./Hint.js";
|
|
5
5
|
import { Label as S } from "./Label.js";
|
|
6
|
-
import { c as T } from "./index-
|
|
6
|
+
import { c as T } from "./index-PAaZGbyz.js";
|
|
7
7
|
import { f as W } from "./forwardRefWithAs-8eP3ZN15.js";
|
|
8
8
|
const k = "_root_6ifwm_2", z = "_label_6ifwm_7", E = "_hint_6ifwm_7", G = "_inline_6ifwm_13", J = "_input_6ifwm_35", K = "_visuallyHidden_6ifwm_44", O = {
|
|
9
9
|
root: k,
|
package/dist/FieldGroup.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsxs as d, jsx as m } from "react/jsx-runtime";
|
|
3
3
|
import { forwardRef as c } from "react";
|
|
4
4
|
import { Label as n } from "./Label.js";
|
|
5
|
-
import { c as f } from "./index-
|
|
5
|
+
import { c as f } from "./index-PAaZGbyz.js";
|
|
6
6
|
const p = "_root_gw0mz_2", u = {
|
|
7
7
|
root: p,
|
|
8
8
|
"visually-hidden": "_visually-hidden_gw0mz_13"
|
package/dist/FileDrop.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs as V, Fragment as vi, jsx as f } from "react/jsx-runtime";
|
|
3
3
|
import Ii, { useMemo as Y, useRef as fa, useReducer as Ri, useEffect as ta, useCallback as j, forwardRef as fi, useImperativeHandle as Si, Fragment as qi, useState as Xa } from "react";
|
|
4
|
-
import { _ as N, P as s } from "./tslib.es6-
|
|
5
|
-
import { g as Ti, c as Da } from "./index-
|
|
4
|
+
import { _ as N, P as s } from "./tslib.es6-C80jYMbM.js";
|
|
5
|
+
import { g as Ti, c as Da } from "./index-PAaZGbyz.js";
|
|
6
6
|
import { Button as ha } from "./Button.js";
|
|
7
7
|
import { Icon as G } from "./Icon.js";
|
|
8
8
|
import { c as Qa } from "./create-event-rXDe5aCQ.js";
|
package/dist/FileUpload.js
CHANGED
|
@@ -5,7 +5,7 @@ import { Button as M } from "./Button.js";
|
|
|
5
5
|
import { g as Y, b as q, a as G } from "./index-DmEMuVTM.js";
|
|
6
6
|
import { Icon as J } from "./Icon.js";
|
|
7
7
|
import { Tag as Q } from "./Tag.js";
|
|
8
|
-
import { c as V } from "./index-
|
|
8
|
+
import { c as V } from "./index-PAaZGbyz.js";
|
|
9
9
|
import { c as k } from "./create-event-rXDe5aCQ.js";
|
|
10
10
|
const W = "_input_2g24s_2", X = {
|
|
11
11
|
input: W,
|