mimir-ui-kit 1.37.18 → 1.38.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.
Files changed (28) hide show
  1. package/dist/assets/Dropdown.css +1 -0
  2. package/dist/close-provider-CEutdhG8.js +9 -0
  3. package/dist/combobox-CVtJDVoZ.js +980 -0
  4. package/dist/components/Accordion/Accordion.js +91 -95
  5. package/dist/components/CheckboxMimir/CheckboxMimir.js +4 -4
  6. package/dist/components/Dropdown/Dropdown.d.ts +45 -0
  7. package/dist/components/Dropdown/Dropdown.js +333 -0
  8. package/dist/components/Dropdown/index.d.ts +1 -0
  9. package/dist/components/Dropdown/index.js +4 -0
  10. package/dist/components/MultiSelectSearch/MultiSelectSearch.js +18 -18
  11. package/dist/components/RadioGroup/RadioGroup.js +3 -3
  12. package/dist/components/SelectSearch/SelectSearch.js +21 -21
  13. package/dist/components/Switcher/Switcher.js +4 -4
  14. package/dist/components/TabTrail/TabTrail.js +4 -4
  15. package/dist/components/index.d.ts +1 -0
  16. package/dist/components/index.js +117 -115
  17. package/dist/{field-C1kt7aNM.js → field-FJ34aSs4.js} +2 -2
  18. package/dist/{focus-management-DOYCPyGg.js → focus-management-DE4t_lW3.js} +2 -1
  19. package/dist/{hidden-PvGXrYUY.js → hidden-DbgtYPOH.js} +1 -1
  20. package/dist/index.js +141 -139
  21. package/dist/{keyboard-mgWkd2Vh.js → keyboard-B0lm_zyn.js} +111 -114
  22. package/dist/{label-D4GFpe5F.js → label-y3ANLTNC.js} +2 -2
  23. package/dist/open-closed-CdldUPoq.js +86 -0
  24. package/dist/portal-WDFNoIMz.js +1908 -0
  25. package/dist/{use-active-press-CqLGIFz7.js → use-active-press-86hajhdd.js} +1 -1
  26. package/package.json +1 -1
  27. package/dist/combobox-BpYucpxz.js +0 -2896
  28. package/dist/open-closed-D2VjDhAN.js +0 -86
@@ -1,86 +0,0 @@
1
- import y, { useState as F, useCallback as p, useRef as g, createContext as A, useContext as x } from "react";
2
- import { p as O, n as j, d as C } from "./keyboard-mgWkd2Vh.js";
3
- function k(e = 0) {
4
- let [t, n] = F(e), r = p((o) => n(o), [t]), s = p((o) => n((u) => u | o), [t]), l = p((o) => (t & o) === o, [t]), a = p((o) => n((u) => u & ~o), [n]), i = p((o) => n((u) => u ^ o), [n]);
5
- return { flags: t, setFlag: r, addFlag: s, hasFlag: l, removeFlag: a, toggleFlag: i };
6
- }
7
- var v, h;
8
- typeof process < "u" && typeof globalThis < "u" && typeof Element < "u" && ((v = process == null ? void 0 : process.env) == null ? void 0 : v.NODE_ENV) === "test" && typeof ((h = Element == null ? void 0 : Element.prototype) == null ? void 0 : h.getAnimations) > "u" && (Element.prototype.getAnimations = function() {
9
- return console.warn(["Headless UI has polyfilled `Element.prototype.getAnimations` for your tests.", "Please install a proper polyfill e.g. `jsdom-testing-mocks`, to silence these warnings.", "", "Example usage:", "```js", "import { mockAnimationsApi } from 'jsdom-testing-mocks'", "mockAnimationsApi()", "```"].join(`
10
- `)), [];
11
- });
12
- var N = ((e) => (e[e.None = 0] = "None", e[e.Closed = 1] = "Closed", e[e.Enter = 2] = "Enter", e[e.Leave = 4] = "Leave", e))(N || {});
13
- function T(e) {
14
- let t = {};
15
- for (let n in e) e[n] === !0 && (t[`data-${n}`] = "");
16
- return t;
17
- }
18
- function _(e, t, n, r) {
19
- let [s, l] = F(n), { hasFlag: a, addFlag: i, removeFlag: o } = k(e && s ? 3 : 0), u = g(!1), d = g(!1), E = O();
20
- return j(() => {
21
- var f;
22
- if (e) {
23
- if (n && l(!0), !t) {
24
- n && i(3);
25
- return;
26
- }
27
- return (f = void 0) == null || f.call(r, n), $(t, { inFlight: u, prepare() {
28
- d.current ? d.current = !1 : d.current = u.current, u.current = !0, !d.current && (n ? (i(3), o(4)) : (i(4), o(2)));
29
- }, run() {
30
- d.current ? n ? (o(3), i(4)) : (o(4), i(3)) : n ? o(1) : i(1);
31
- }, done() {
32
- var m;
33
- d.current && typeof t.getAnimations == "function" && t.getAnimations().length > 0 || (u.current = !1, o(7), n || l(!1), (m = void 0) == null || m.call(r, n));
34
- } });
35
- }
36
- }, [e, n, t, E]), e ? [s, { closed: a(1), enter: a(2), leave: a(4), transition: a(2) || a(4) }] : [n, { closed: void 0, enter: void 0, leave: void 0, transition: void 0 }];
37
- }
38
- function $(e, { prepare: t, run: n, done: r, inFlight: s }) {
39
- let l = C();
40
- return S(e, { prepare: t, inFlight: s }), l.nextFrame(() => {
41
- n(), l.requestAnimationFrame(() => {
42
- l.add(P(e, r));
43
- });
44
- }), l.dispose;
45
- }
46
- function P(e, t) {
47
- var n, r;
48
- let s = C();
49
- if (!e) return s.dispose;
50
- let l = !1;
51
- s.add(() => {
52
- l = !0;
53
- });
54
- let a = (r = (n = e.getAnimations) == null ? void 0 : n.call(e).filter((i) => i instanceof CSSTransition)) != null ? r : [];
55
- return a.length === 0 ? (t(), s.dispose) : (Promise.allSettled(a.map((i) => i.finished)).then(() => {
56
- l || t();
57
- }), s.dispose);
58
- }
59
- function S(e, { inFlight: t, prepare: n }) {
60
- if (t != null && t.current) {
61
- n();
62
- return;
63
- }
64
- let r = e.style.transition;
65
- e.style.transition = "none", n(), e.offsetHeight, e.style.transition = r;
66
- }
67
- let c = A(null);
68
- c.displayName = "OpenClosedContext";
69
- var b = ((e) => (e[e.Open = 1] = "Open", e[e.Closed = 2] = "Closed", e[e.Closing = 4] = "Closing", e[e.Opening = 8] = "Opening", e))(b || {});
70
- function w() {
71
- return x(c);
72
- }
73
- function H({ value: e, children: t }) {
74
- return y.createElement(c.Provider, { value: e }, t);
75
- }
76
- function q({ children: e }) {
77
- return y.createElement(c.Provider, { value: null }, e);
78
- }
79
- export {
80
- T as R,
81
- H as c,
82
- b as i,
83
- q as s,
84
- w as u,
85
- _ as x
86
- };