@datavac/ui-kit 1.0.0 → 1.0.2

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 (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  import * as e from "react";
2
3
  import t, { createContext as n, forwardRef as r, useCallback as i, useContext as a, useEffect as o, useLayoutEffect as s, useMemo as c, useState as l } from "react";
3
4
  import { Fragment as u, jsx as d, jsxs as f } from "react/jsx-runtime";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datavac/ui-kit",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -29,7 +29,8 @@
29
29
  "test:storybook": "vitest run --project storybook",
30
30
  "storybook": "storybook dev -p 6006",
31
31
  "build-storybook": "storybook build",
32
- "prepare": "git config core.hooksPath .git-hooks || echo 'Not in a git repo'"
32
+ "prepare": "git config core.hooksPath .git-hooks || echo 'Not in a git repo'",
33
+ "chromatic": "npx chromatic"
33
34
  },
34
35
  "lint-staged": {
35
36
  "src/**/*.{ts,tsx}": [
@@ -48,22 +49,21 @@
48
49
  "dependencies": {
49
50
  "@radix-ui/react-accordion": "^1.2.12",
50
51
  "@radix-ui/react-dialog": "^1.1.15",
51
- "@radix-ui/react-popover": "^1.1.15",
52
52
  "@radix-ui/react-slot": "^1.2.4",
53
53
  "@radix-ui/react-tooltip": "^1.2.8",
54
- "@storybook/addon-vitest": "^10.3.6",
55
- "@testing-library/dom": "^10.4.1",
56
- "@vitest/browser": "^4.1.5",
57
54
  "class-variance-authority": "^0.7.1",
58
55
  "clsx": "^2.1.1",
59
- "playwright": "^1.59.1",
60
- "react": "^19.0.0",
61
- "react-dom": "^19.0.0",
62
56
  "tailwind-merge": "^3.5.0",
63
57
  "vaul": "^1.1.2"
64
58
  },
65
59
  "devDependencies": {
66
60
  "@chromatic-com/storybook": "^5.1.2",
61
+ "@storybook/addon-vitest": "^10.3.6",
62
+ "@testing-library/dom": "^10.4.1",
63
+ "@vitest/browser": "^4.1.5",
64
+ "playwright": "^1.59.1",
65
+ "react": "^19.0.0",
66
+ "react-dom": "^19.0.0",
67
67
  "@commitlint/cli": "^20.5.3",
68
68
  "@commitlint/config-conventional": "^20.5.3",
69
69
  "@eslint/js": "^10.0.1",