@serendie/ui 2.0.0 → 2.1.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/components/CheckBox/CheckBox.js +36 -35
- package/dist/components/ChoiceBox/ChoiceBox.js +41 -41
- package/dist/components/DataTable/DataTableComponent.d.ts +3 -20
- package/dist/components/DataTable/DataTableComponent.js +38 -36
- package/dist/components/DataTable/table/HeaderCheckbox.js +29 -19
- package/dist/components/Search/Search.d.ts +3 -1
- package/dist/components/Search/Search.js +34 -33
- package/dist/components/Select/Select.d.ts +2 -1
- package/dist/components/Select/Select.js +47 -41
- package/dist/components/Tooltip/Tooltip.d.ts +14 -0
- package/dist/components/Tooltip/Tooltip.js +70 -0
- package/dist/components/Tooltip/index.d.ts +1 -0
- package/dist/components/Tooltip/index.js +4 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +12 -10
- package/dist/node_modules/@ark-ui/react/dist/components/accordion/accordion-item-content.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/accordion/accordion-item-indicator.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/accordion/accordion-item-trigger.js +10 -12
- package/dist/node_modules/@ark-ui/react/dist/components/accordion/accordion-item.js +16 -16
- package/dist/node_modules/@ark-ui/react/dist/components/accordion/use-accordion.js +13 -20
- package/dist/node_modules/@ark-ui/react/dist/components/avatar/avatar-root.js +1 -5
- package/dist/node_modules/@ark-ui/react/dist/components/avatar/use-avatar.js +14 -18
- package/dist/node_modules/@ark-ui/react/dist/components/checkbox/checkbox-hidden-input.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/checkbox/use-checkbox.js +22 -28
- package/dist/node_modules/@ark-ui/react/dist/components/collapsible/collapsible-content.js +7 -9
- package/dist/node_modules/@ark-ui/react/dist/components/collapsible/use-collapsible.js +14 -21
- package/dist/node_modules/@ark-ui/react/dist/components/collection/list-collection.js +5 -0
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-content.js +9 -8
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-item-group.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-positioner.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-root.js +17 -18
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/combobox-trigger.js +10 -9
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/use-combobox-item-context.js +5 -7
- package/dist/node_modules/@ark-ui/react/dist/components/combobox/use-combobox.js +21 -45
- package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-backdrop.js +10 -9
- package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-close-trigger.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-content.js +6 -5
- package/dist/node_modules/@ark-ui/react/dist/components/dialog/dialog-description.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/dialog/use-dialog.js +13 -22
- package/dist/node_modules/@ark-ui/react/dist/components/factory.js +26 -24
- package/dist/node_modules/@ark-ui/react/dist/components/menu/menu-content.js +9 -8
- package/dist/node_modules/@ark-ui/react/dist/components/menu/menu-item-group.js +1 -3
- package/dist/node_modules/@ark-ui/react/dist/components/menu/menu-item.js +15 -13
- package/dist/node_modules/@ark-ui/react/dist/components/menu/menu-root.js +13 -14
- package/dist/node_modules/@ark-ui/react/dist/components/menu/use-menu-option-item-props-context.js +10 -0
- package/dist/node_modules/@ark-ui/react/dist/components/menu/use-menu.js +14 -21
- package/dist/node_modules/@ark-ui/react/dist/components/pagination/pagination-ellipsis.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/pagination/pagination-next-trigger.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/pagination/pagination-prev-trigger.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/pagination/pagination-root.js +5 -4
- package/dist/node_modules/@ark-ui/react/dist/components/pagination/use-pagination.js +13 -19
- package/dist/node_modules/@ark-ui/react/dist/components/portal/portal.js +25 -16
- package/dist/node_modules/@ark-ui/react/dist/components/presence/split-presence-props.js +3 -2
- package/dist/node_modules/@ark-ui/react/dist/components/presence/use-presence.js +18 -18
- package/dist/node_modules/@ark-ui/react/dist/components/radio-group/radio-group-item-control.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/radio-group/radio-group-item-text.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/radio-group/radio-group-item.js +1 -5
- package/dist/node_modules/@ark-ui/react/dist/components/radio-group/use-radio-group.js +14 -22
- package/dist/node_modules/@ark-ui/react/dist/components/select/select-content.js +9 -8
- package/dist/node_modules/@ark-ui/react/dist/components/select/select-root.js +11 -12
- package/dist/node_modules/@ark-ui/react/dist/components/select/use-select.js +20 -47
- package/dist/node_modules/@ark-ui/react/dist/components/switch/switch-hidden-input.js +4 -6
- package/dist/node_modules/@ark-ui/react/dist/components/switch/use-switch.js +20 -26
- package/dist/node_modules/@ark-ui/react/dist/components/tabs/tabs-root.js +9 -8
- package/dist/node_modules/@ark-ui/react/dist/components/tabs/use-tabs.js +14 -21
- package/dist/node_modules/@ark-ui/react/dist/components/toast/create-toaster.js +3 -7
- package/dist/node_modules/@ark-ui/react/dist/components/toast/toaster.js +28 -15
- package/dist/node_modules/@ark-ui/react/dist/components/tooltip/tooltip-arrow-tip.js +13 -0
- package/dist/node_modules/@ark-ui/react/dist/components/tooltip/tooltip-arrow.js +13 -0
- package/dist/node_modules/@ark-ui/react/dist/components/tooltip/tooltip-content.js +15 -0
- package/dist/node_modules/@ark-ui/react/dist/components/tooltip/tooltip-positioner.js +14 -0
- package/dist/node_modules/@ark-ui/react/dist/components/tooltip/tooltip-root.js +14 -0
- package/dist/node_modules/@ark-ui/react/dist/components/tooltip/tooltip-trigger.js +13 -0
- package/dist/node_modules/@ark-ui/react/dist/components/tooltip/use-tooltip-context.js +10 -0
- package/dist/node_modules/@ark-ui/react/dist/components/tooltip/use-tooltip.js +17 -0
- package/dist/node_modules/@ark-ui/react/dist/utils/compose-refs.js +13 -7
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +92 -90
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +230 -216
- package/dist/node_modules/@zag-js/accordion/dist/index.js +210 -227
- package/dist/node_modules/@zag-js/aria-hidden/dist/index.js +49 -12
- package/dist/node_modules/@zag-js/avatar/dist/index.js +119 -134
- package/dist/node_modules/@zag-js/checkbox/dist/index.js +196 -197
- package/dist/node_modules/@zag-js/collapsible/dist/index.js +250 -198
- package/dist/node_modules/@zag-js/collection/dist/index.js +172 -179
- package/dist/node_modules/@zag-js/combobox/dist/index.js +1176 -1082
- package/dist/node_modules/@zag-js/core/dist/index.js +77 -496
- package/dist/node_modules/@zag-js/dialog/dist/index.js +243 -270
- package/dist/node_modules/@zag-js/dismissable/dist/index.js +62 -60
- package/dist/node_modules/@zag-js/dom-query/dist/index.js +465 -253
- package/dist/node_modules/@zag-js/focus-trap/dist/index.js +307 -0
- package/dist/node_modules/@zag-js/focus-visible/dist/index.js +48 -47
- package/dist/node_modules/@zag-js/interact-outside/dist/index.js +112 -80
- package/dist/node_modules/@zag-js/menu/dist/index.js +998 -884
- package/dist/node_modules/@zag-js/pagination/dist/index.js +207 -213
- package/dist/node_modules/@zag-js/popper/dist/index.js +130 -129
- package/dist/node_modules/@zag-js/presence/dist/index.js +139 -122
- package/dist/node_modules/@zag-js/radio-group/dist/index.js +297 -302
- package/dist/node_modules/@zag-js/react/dist/index.js +255 -103
- package/dist/node_modules/@zag-js/remove-scroll/dist/index.js +18 -31
- package/dist/node_modules/@zag-js/select/dist/index.js +889 -885
- package/dist/node_modules/@zag-js/store/dist/index.js +98 -137
- package/dist/node_modules/@zag-js/switch/dist/index.js +199 -191
- package/dist/node_modules/@zag-js/tabs/dist/index.js +383 -386
- package/dist/node_modules/@zag-js/toast/dist/index.js +646 -633
- package/dist/node_modules/@zag-js/tooltip/dist/index.js +459 -0
- package/dist/node_modules/@zag-js/types/dist/index.js +6 -6
- package/dist/node_modules/@zag-js/utils/dist/index.js +112 -99
- package/dist/node_modules/proxy-compare/dist/index.js +4 -106
- package/dist/styles.css +1 -1
- package/package.json +5 -5
- package/dist/node_modules/@ark-ui/react/dist/utils/use-is-server.js +0 -10
- package/dist/node_modules/@zag-js/dom-event/dist/index.js +0 -130
- package/dist/node_modules/@zag-js/element-rect/dist/index.js +0 -32
- package/dist/node_modules/@zag-js/form-utils/dist/index.js +0 -51
- package/dist/node_modules/aria-hidden/dist/es2015/index.js +0 -52
- package/dist/node_modules/focus-trap/dist/focus-trap.esm.js +0 -431
- package/dist/node_modules/klona/full/index.js +0 -21
- package/dist/node_modules/tabbable/dist/index.esm.js +0 -202
|
@@ -1,202 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* tabbable 6.2.0
|
|
3
|
-
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
4
|
-
*/
|
|
5
|
-
var w = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])", "a[href]:not([inert])", "button:not([inert])", "[tabindex]:not(slot):not([inert])", "audio[controls]:not([inert])", "video[controls]:not([inert])", '[contenteditable]:not([contenteditable="false"]):not([inert])', "details>summary:first-of-type:not([inert])", "details:not([inert])"], v = /* @__PURE__ */ w.join(","), T = typeof Element > "u", o = T ? function() {
|
|
6
|
-
} : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector, b = !T && Element.prototype.getRootNode ? function(i) {
|
|
7
|
-
var t;
|
|
8
|
-
return i == null || (t = i.getRootNode) === null || t === void 0 ? void 0 : t.call(i);
|
|
9
|
-
} : function(i) {
|
|
10
|
-
return i == null ? void 0 : i.ownerDocument;
|
|
11
|
-
}, h = function i(t, e) {
|
|
12
|
-
var r;
|
|
13
|
-
e === void 0 && (e = !0);
|
|
14
|
-
var a = t == null || (r = t.getAttribute) === null || r === void 0 ? void 0 : r.call(t, "inert"), l = a === "" || a === "true", n = l || e && t && i(t.parentNode);
|
|
15
|
-
return n;
|
|
16
|
-
}, A = function(t) {
|
|
17
|
-
var e, r = t == null || (e = t.getAttribute) === null || e === void 0 ? void 0 : e.call(t, "contenteditable");
|
|
18
|
-
return r === "" || r === "true";
|
|
19
|
-
}, I = function(t, e, r) {
|
|
20
|
-
if (h(t))
|
|
21
|
-
return [];
|
|
22
|
-
var a = Array.prototype.slice.apply(t.querySelectorAll(v));
|
|
23
|
-
return e && o.call(t, v) && a.unshift(t), a = a.filter(r), a;
|
|
24
|
-
}, m = function i(t, e, r) {
|
|
25
|
-
for (var a = [], l = Array.from(t); l.length; ) {
|
|
26
|
-
var n = l.shift();
|
|
27
|
-
if (!h(n, !1))
|
|
28
|
-
if (n.tagName === "SLOT") {
|
|
29
|
-
var u = n.assignedElements(), c = u.length ? u : n.children, s = i(c, !0, r);
|
|
30
|
-
r.flatten ? a.push.apply(a, s) : a.push({
|
|
31
|
-
scopeParent: n,
|
|
32
|
-
candidates: s
|
|
33
|
-
});
|
|
34
|
-
} else {
|
|
35
|
-
var f = o.call(n, v);
|
|
36
|
-
f && r.filter(n) && (e || !t.includes(n)) && a.push(n);
|
|
37
|
-
var d = n.shadowRoot || // check for an undisclosed shadow
|
|
38
|
-
typeof r.getShadowRoot == "function" && r.getShadowRoot(n), E = !h(d, !1) && (!r.shadowRootFilter || r.shadowRootFilter(n));
|
|
39
|
-
if (d && E) {
|
|
40
|
-
var y = i(d === !0 ? n.children : d.children, !0, r);
|
|
41
|
-
r.flatten ? a.push.apply(a, y) : a.push({
|
|
42
|
-
scopeParent: n,
|
|
43
|
-
candidates: y
|
|
44
|
-
});
|
|
45
|
-
} else
|
|
46
|
-
l.unshift.apply(l, n.children);
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
return a;
|
|
50
|
-
}, N = function(t) {
|
|
51
|
-
return !isNaN(parseInt(t.getAttribute("tabindex"), 10));
|
|
52
|
-
}, R = function(t) {
|
|
53
|
-
if (!t)
|
|
54
|
-
throw new Error("No node provided");
|
|
55
|
-
return t.tabIndex < 0 && (/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName) || A(t)) && !N(t) ? 0 : t.tabIndex;
|
|
56
|
-
}, x = function(t, e) {
|
|
57
|
-
var r = R(t);
|
|
58
|
-
return r < 0 && e && !N(t) ? 0 : r;
|
|
59
|
-
}, O = function(t, e) {
|
|
60
|
-
return t.tabIndex === e.tabIndex ? t.documentOrder - e.documentOrder : t.tabIndex - e.tabIndex;
|
|
61
|
-
}, C = function(t) {
|
|
62
|
-
return t.tagName === "INPUT";
|
|
63
|
-
}, F = function(t) {
|
|
64
|
-
return C(t) && t.type === "hidden";
|
|
65
|
-
}, D = function(t) {
|
|
66
|
-
var e = t.tagName === "DETAILS" && Array.prototype.slice.apply(t.children).some(function(r) {
|
|
67
|
-
return r.tagName === "SUMMARY";
|
|
68
|
-
});
|
|
69
|
-
return e;
|
|
70
|
-
}, k = function(t, e) {
|
|
71
|
-
for (var r = 0; r < t.length; r++)
|
|
72
|
-
if (t[r].checked && t[r].form === e)
|
|
73
|
-
return t[r];
|
|
74
|
-
}, M = function(t) {
|
|
75
|
-
if (!t.name)
|
|
76
|
-
return !0;
|
|
77
|
-
var e = t.form || b(t), r = function(u) {
|
|
78
|
-
return e.querySelectorAll('input[type="radio"][name="' + u + '"]');
|
|
79
|
-
}, a;
|
|
80
|
-
if (typeof window < "u" && typeof window.CSS < "u" && typeof window.CSS.escape == "function")
|
|
81
|
-
a = r(window.CSS.escape(t.name));
|
|
82
|
-
else
|
|
83
|
-
try {
|
|
84
|
-
a = r(t.name);
|
|
85
|
-
} catch (n) {
|
|
86
|
-
return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s", n.message), !1;
|
|
87
|
-
}
|
|
88
|
-
var l = k(a, t.form);
|
|
89
|
-
return !l || l === t;
|
|
90
|
-
}, L = function(t) {
|
|
91
|
-
return C(t) && t.type === "radio";
|
|
92
|
-
}, P = function(t) {
|
|
93
|
-
return L(t) && !M(t);
|
|
94
|
-
}, B = function(t) {
|
|
95
|
-
var e, r = t && b(t), a = (e = r) === null || e === void 0 ? void 0 : e.host, l = !1;
|
|
96
|
-
if (r && r !== t) {
|
|
97
|
-
var n, u, c;
|
|
98
|
-
for (l = !!((n = a) !== null && n !== void 0 && (u = n.ownerDocument) !== null && u !== void 0 && u.contains(a) || t != null && (c = t.ownerDocument) !== null && c !== void 0 && c.contains(t)); !l && a; ) {
|
|
99
|
-
var s, f, d;
|
|
100
|
-
r = b(a), a = (s = r) === null || s === void 0 ? void 0 : s.host, l = !!((f = a) !== null && f !== void 0 && (d = f.ownerDocument) !== null && d !== void 0 && d.contains(a));
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
return l;
|
|
104
|
-
}, p = function(t) {
|
|
105
|
-
var e = t.getBoundingClientRect(), r = e.width, a = e.height;
|
|
106
|
-
return r === 0 && a === 0;
|
|
107
|
-
}, q = function(t, e) {
|
|
108
|
-
var r = e.displayCheck, a = e.getShadowRoot;
|
|
109
|
-
if (getComputedStyle(t).visibility === "hidden")
|
|
110
|
-
return !0;
|
|
111
|
-
var l = o.call(t, "details>summary:first-of-type"), n = l ? t.parentElement : t;
|
|
112
|
-
if (o.call(n, "details:not([open]) *"))
|
|
113
|
-
return !0;
|
|
114
|
-
if (!r || r === "full" || r === "legacy-full") {
|
|
115
|
-
if (typeof a == "function") {
|
|
116
|
-
for (var u = t; t; ) {
|
|
117
|
-
var c = t.parentElement, s = b(t);
|
|
118
|
-
if (c && !c.shadowRoot && a(c) === !0)
|
|
119
|
-
return p(t);
|
|
120
|
-
t.assignedSlot ? t = t.assignedSlot : !c && s !== t.ownerDocument ? t = s.host : t = c;
|
|
121
|
-
}
|
|
122
|
-
t = u;
|
|
123
|
-
}
|
|
124
|
-
if (B(t))
|
|
125
|
-
return !t.getClientRects().length;
|
|
126
|
-
if (r !== "legacy-full")
|
|
127
|
-
return !0;
|
|
128
|
-
} else if (r === "non-zero-area")
|
|
129
|
-
return p(t);
|
|
130
|
-
return !1;
|
|
131
|
-
}, U = function(t) {
|
|
132
|
-
if (/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))
|
|
133
|
-
for (var e = t.parentElement; e; ) {
|
|
134
|
-
if (e.tagName === "FIELDSET" && e.disabled) {
|
|
135
|
-
for (var r = 0; r < e.children.length; r++) {
|
|
136
|
-
var a = e.children.item(r);
|
|
137
|
-
if (a.tagName === "LEGEND")
|
|
138
|
-
return o.call(e, "fieldset[disabled] *") ? !0 : !a.contains(t);
|
|
139
|
-
}
|
|
140
|
-
return !0;
|
|
141
|
-
}
|
|
142
|
-
e = e.parentElement;
|
|
143
|
-
}
|
|
144
|
-
return !1;
|
|
145
|
-
}, g = function(t, e) {
|
|
146
|
-
return !(e.disabled || // we must do an inert look up to filter out any elements inside an inert ancestor
|
|
147
|
-
// because we're limited in the type of selectors we can use in JSDom (see related
|
|
148
|
-
// note related to `candidateSelectors`)
|
|
149
|
-
h(e) || F(e) || q(e, t) || // For a details element with a summary, the summary element gets the focus
|
|
150
|
-
D(e) || U(e));
|
|
151
|
-
}, S = function(t, e) {
|
|
152
|
-
return !(P(e) || R(e) < 0 || !g(t, e));
|
|
153
|
-
}, V = function(t) {
|
|
154
|
-
var e = parseInt(t.getAttribute("tabindex"), 10);
|
|
155
|
-
return !!(isNaN(e) || e >= 0);
|
|
156
|
-
}, j = function i(t) {
|
|
157
|
-
var e = [], r = [];
|
|
158
|
-
return t.forEach(function(a, l) {
|
|
159
|
-
var n = !!a.scopeParent, u = n ? a.scopeParent : a, c = x(u, n), s = n ? i(a.candidates) : u;
|
|
160
|
-
c === 0 ? n ? e.push.apply(e, s) : e.push(u) : r.push({
|
|
161
|
-
documentOrder: l,
|
|
162
|
-
tabIndex: c,
|
|
163
|
-
item: a,
|
|
164
|
-
isScope: n,
|
|
165
|
-
content: s
|
|
166
|
-
});
|
|
167
|
-
}), r.sort(O).reduce(function(a, l) {
|
|
168
|
-
return l.isScope ? a.push.apply(a, l.content) : a.push(l.content), a;
|
|
169
|
-
}, []).concat(e);
|
|
170
|
-
}, Z = function(t, e) {
|
|
171
|
-
e = e || {};
|
|
172
|
-
var r;
|
|
173
|
-
return e.getShadowRoot ? r = m([t], e.includeContainer, {
|
|
174
|
-
filter: S.bind(null, e),
|
|
175
|
-
flatten: !1,
|
|
176
|
-
getShadowRoot: e.getShadowRoot,
|
|
177
|
-
shadowRootFilter: V
|
|
178
|
-
}) : r = I(t, e.includeContainer, S.bind(null, e)), j(r);
|
|
179
|
-
}, z = function(t, e) {
|
|
180
|
-
e = e || {};
|
|
181
|
-
var r;
|
|
182
|
-
return e.getShadowRoot ? r = m([t], e.includeContainer, {
|
|
183
|
-
filter: g.bind(null, e),
|
|
184
|
-
flatten: !0,
|
|
185
|
-
getShadowRoot: e.getShadowRoot
|
|
186
|
-
}) : r = I(t, e.includeContainer, g.bind(null, e)), r;
|
|
187
|
-
}, G = function(t, e) {
|
|
188
|
-
if (e = e || {}, !t)
|
|
189
|
-
throw new Error("No node provided");
|
|
190
|
-
return o.call(t, v) === !1 ? !1 : S(e, t);
|
|
191
|
-
}, W = /* @__PURE__ */ w.concat("iframe").join(","), X = function(t, e) {
|
|
192
|
-
if (e = e || {}, !t)
|
|
193
|
-
throw new Error("No node provided");
|
|
194
|
-
return o.call(t, W) === !1 ? !1 : g(e, t);
|
|
195
|
-
};
|
|
196
|
-
export {
|
|
197
|
-
z as focusable,
|
|
198
|
-
R as getTabIndex,
|
|
199
|
-
X as isFocusable,
|
|
200
|
-
G as isTabbable,
|
|
201
|
-
Z as tabbable
|
|
202
|
-
};
|