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,5 +1,5 @@
1
1
  import { useRef as f, useState as a } from "react";
2
- import { p as g, o as c, u as m } from "./keyboard-mgWkd2Vh.js";
2
+ import { p as g, o as c, u as m } from "./keyboard-B0lm_zyn.js";
3
3
  function h(t) {
4
4
  let e = t.width / 2, r = t.height / 2;
5
5
  return { top: t.clientY - r, right: t.clientX + e, bottom: t.clientY + r, left: t.clientX - e };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mimir-ui-kit",
3
3
  "private": false,
4
- "version": "1.37.18",
4
+ "version": "1.38.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {