@infonomic/uikit 5.7.0 → 5.8.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 (51) hide show
  1. package/dist/components/accordion/accordion.js +1 -1
  2. package/dist/components/animation/fade-in-lift.js +1 -1
  3. package/dist/components/avatar/avatar.js +1 -1
  4. package/dist/components/button/button-group.js +1 -1
  5. package/dist/components/button/button.js +1 -1
  6. package/dist/components/button/control-buttons.js +1 -1
  7. package/dist/components/button/copy-button.js +1 -1
  8. package/dist/components/button/icon-button.js +1 -1
  9. package/dist/components/dropdown/dropdown.js +1 -1
  10. package/dist/components/forms/calendar.js +1 -1
  11. package/dist/components/forms/checkbox-group.js +1 -1
  12. package/dist/components/forms/checkbox.js +1 -1
  13. package/dist/components/forms/input.js +1 -1
  14. package/dist/components/forms/radio-group.js +1 -1
  15. package/dist/components/forms/select.js +1 -1
  16. package/dist/components/hamburger/hamburger.js +1 -1
  17. package/dist/components/notifications/alert.js +1 -1
  18. package/dist/components/notifications/toast.js +1 -1
  19. package/dist/components/overlay/overlay.js +1 -1
  20. package/dist/components/pager/ellipses.js +1 -1
  21. package/dist/components/pager/event-pager.js +1 -1
  22. package/dist/components/pager/first-button.js +1 -1
  23. package/dist/components/pager/last-button.js +1 -1
  24. package/dist/components/pager/next-button.js +1 -1
  25. package/dist/components/pager/number-button.js +1 -1
  26. package/dist/components/pager/pagination.js +1 -1
  27. package/dist/components/pager/previous-button.js +1 -1
  28. package/dist/components/scroll-to-top/scroll-to-top.js +1 -1
  29. package/dist/components/tabs/tabs.js +1 -1
  30. package/dist/components/tooltip/tooltip.js +1 -1
  31. package/dist/widgets/datepicker/datepicker.js +1 -1
  32. package/dist/widgets/drawer/drawer-container.js +1 -1
  33. package/dist/widgets/drawer/drawer-content.js +1 -1
  34. package/dist/widgets/drawer/drawer-context.js +1 -1
  35. package/dist/widgets/drawer/drawer-header.js +1 -1
  36. package/dist/widgets/drawer/drawer-top-actions.js +1 -1
  37. package/dist/widgets/drawer/drawer-wrapper.js +1 -1
  38. package/dist/widgets/drawer/drawer.js +1 -1
  39. package/dist/widgets/drawer/motionDomAnimation.js +1 -1
  40. package/dist/widgets/drawer/motionDomMax.js +1 -1
  41. package/dist/widgets/modal/modal-actions.js +1 -1
  42. package/dist/widgets/modal/modal-container.js +1 -1
  43. package/dist/widgets/modal/modal-content.js +1 -1
  44. package/dist/widgets/modal/modal-header.js +1 -1
  45. package/dist/widgets/modal/modal-wrapper.js +1 -1
  46. package/dist/widgets/modal/modal.js +1 -1
  47. package/dist/widgets/modal/motionDomAnimation.js +1 -1
  48. package/dist/widgets/modal/motionDomMax.js +1 -1
  49. package/dist/widgets/search/search.js +1 -1
  50. package/dist/widgets/timeline/timeline.js +1 -1
  51. package/package.json +23 -23
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import { Accordion } from "radix-ui";
4
4
  import classnames from "classnames";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import { motion } from "motion/react";
4
4
  const FadeInLift = ({ as, children, className, duration = 0.5, delay = 0, ...rest })=>{
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import { Avatar } from "radix-ui";
4
4
  import avatar_module from "./avatar.module.js";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import { ToggleGroup } from "radix-ui";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import { Slot } from "@radix-ui/react-slot";
4
4
  import classnames from "classnames";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import control_buttons_module from "./control-buttons.module.js";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import { useEffect, useState } from "react";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import { Button } from "./button.js";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import { DropdownMenu } from "radix-ui";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import { Select } from "radix-ui";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import { useEffect, useState } from "react";
4
4
  import { Checkbox } from "./checkbox.js";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import { CheckIcon } from "../../icons/check-icon.js";
4
4
  import classnames from "classnames";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import { ErrorText } from "./error-text.js";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import { RadioGroup } from "radix-ui";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import { CheckIcon, ChevronDownIcon, ChevronUpIcon } from "@radix-ui/react-icons";
4
4
  import classnames from "classnames";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import { useCallback, useEffect, useState } from "react";
4
4
  import classnames from "classnames";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import { useEffect, useState } from "react";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import { useFocusTrap, useMergedRef } from "@mantine/hooks";
4
4
  import classnames from "classnames";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
3
3
  import { useEffect } from "react";
4
4
  import classnames from "classnames";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import { usePager } from "./pagination.js";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import { Pagination } from "./pagination.js";
4
4
  function EventPager(props) {
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import { DoubleArrowLeftIcon } from "@radix-ui/react-icons";
4
4
  import { Slot } from "@radix-ui/react-slot";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import { DoubleArrowRightIcon } from "@radix-ui/react-icons";
4
4
  import { Slot } from "@radix-ui/react-slot";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import { ChevronRightIcon } from "@radix-ui/react-icons";
4
4
  import { Slot } from "@radix-ui/react-slot";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { Fragment, jsx } from "react/jsx-runtime";
3
3
  import { Slot } from "@radix-ui/react-slot";
4
4
  import classnames from "classnames";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { Fragment, jsx } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import react, { useContext } from "react";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import { ChevronLeftIcon } from "@radix-ui/react-icons";
4
4
  import { Slot } from "@radix-ui/react-slot";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import { useEffect, useState } from "react";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import { Tabs } from "radix-ui";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import { Tooltip as external_radix_ui_Tooltip } from "radix-ui";
4
4
  import tooltip_module from "./tooltip.module.js";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import { format } from "date-fns";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import drawer_module from "./drawer.module.js";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import drawer_module from "./drawer.module.js";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import { createContext, useCallback, useContext, useState } from "react";
4
4
  const DrawerContext = /*#__PURE__*/ createContext({
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import drawer_module from "./drawer.module.js";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import drawer_module from "./drawer.module.js";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import { useEffect } from "react";
4
4
  import classnames from "classnames";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import { AnimatePresence, LazyMotion } from "motion/react";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { domAnimation } from "motion/react";
3
3
  const motionDomAnimation = domAnimation;
4
4
  export { motionDomAnimation as default };
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { domMax } from "motion/react";
3
3
  const motionDomMax = domMax;
4
4
  export { motionDomMax as default };
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import modal_module from "./modal.module.js";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import modal_module from "./modal.module.js";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import modal_module from "./modal.module.js";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import modal_module from "./modal.module.js";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import { useEffect } from "react";
4
4
  import { useFocusTrap } from "@mantine/hooks";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import { createContext, useCallback, useState } from "react";
4
4
  import { createPortal } from "react-dom";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { domAnimation } from "motion/react";
3
3
  const motionDomAnimation = domAnimation;
4
4
  export { motionDomAnimation as default };
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { domMax } from "motion/react";
3
3
  const motionDomMax = domMax;
4
4
  export { motionDomMax as default };
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import { useEffect, useRef, useState } from "react";
4
4
  import { IconButton } from "../../components/button/index.js";
@@ -1,4 +1,4 @@
1
- 'use client'
1
+ "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import classnames from "classnames";
4
4
  import timeline_module from "./timeline.module.js";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@infonomic/uikit",
3
3
  "private": false,
4
4
  "license": "MIT",
5
- "version": "5.7.0",
5
+ "version": "5.8.0",
6
6
  "type": "module",
7
7
  "description": "Infonomic UI kit is a collection of reusable UI components and utilities for React and Astro.",
8
8
  "keywords": [
@@ -54,49 +54,49 @@
54
54
  }
55
55
  },
56
56
  "dependencies": {
57
- "@mantine/hooks": "^8.3.8",
57
+ "@mantine/hooks": "^8.3.9",
58
58
  "@radix-ui/react-icons": "^1.3.2",
59
59
  "@radix-ui/react-slot": "^1.2.4",
60
60
  "classnames": "^2.5.1",
61
61
  "date-fns": "^4.1.0",
62
62
  "material-ripple-effects": "^2.0.1",
63
- "motion": "^12.23.24",
63
+ "motion": "^12.23.25",
64
64
  "npm-run-all": "^4.1.5",
65
65
  "prism-react-renderer": "^2.4.1",
66
66
  "radix-ui": "^1.4.3",
67
- "react": "19.2.0",
68
- "react-day-picker": "^9.11.1",
69
- "react-dom": "19.2.0",
70
- "zod": "^4.1.12",
67
+ "react": "19.2.1",
68
+ "react-day-picker": "^9.11.3",
69
+ "react-dom": "19.2.1",
70
+ "zod": "^4.1.13",
71
71
  "zod-form-data": "^3.0.1"
72
72
  },
73
73
  "devDependencies": {
74
- "@astrojs/check": "0.9.5",
74
+ "@astrojs/check": "0.9.6",
75
75
  "@astrojs/node": "9.5.1",
76
- "@biomejs/biome": "2.3.6",
76
+ "@biomejs/biome": "2.3.8",
77
77
  "@rsbuild/plugin-react": "^1.4.2",
78
- "@rslib/core": "^0.18.0",
79
- "@storybook/addon-a11y": "^10.0.8",
80
- "@storybook/addon-docs": "^10.0.8",
81
- "@storybook/addon-links": "^10.0.8",
82
- "@storybook/addon-themes": "^10.0.8",
83
- "@storybook/react-vite": "^10.0.8",
84
- "@types/lodash": "^4.17.20",
78
+ "@rslib/core": "^0.18.3",
79
+ "@storybook/addon-a11y": "^10.1.4",
80
+ "@storybook/addon-docs": "^10.1.4",
81
+ "@storybook/addon-links": "^10.1.4",
82
+ "@storybook/addon-themes": "^10.1.4",
83
+ "@storybook/react-vite": "^10.1.4",
84
+ "@types/lodash": "^4.17.21",
85
85
  "@types/node": "^24.10.1",
86
- "@types/react": "19.2.6",
86
+ "@types/react": "19.2.7",
87
87
  "@types/react-dom": "19.2.3",
88
88
  "@vitejs/plugin-react": "^5.1.1",
89
- "astro": "5.16.0",
90
- "chokidar": "^4.0.3",
91
- "eslint-plugin-storybook": "^10.0.8",
89
+ "astro": "5.16.4",
90
+ "chokidar": "^5.0.0",
91
+ "eslint-plugin-storybook": "^10.1.4",
92
92
  "lightningcss": "^1.30.2",
93
93
  "lightningcss-cli": "^1.30.2",
94
94
  "rimraf": "^6.1.2",
95
- "storybook": "^10.0.8",
95
+ "storybook": "^10.1.4",
96
96
  "typescript": "5.9.3",
97
97
  "typescript-plugin-css-modules": "^5.2.0",
98
- "vite": "^7.2.4",
99
- "vitest": "^4.0.12"
98
+ "vite": "^7.2.6",
99
+ "vitest": "^4.0.15"
100
100
  },
101
101
  "publishConfig": {
102
102
  "access": "public",