@tanishraj/ui-kit 2.5.4 → 2.5.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanishraj/ui-kit",
3
- "version": "2.5.4",
3
+ "version": "2.5.6",
4
4
  "description": "A production-ready React component library with modern tooling, Storybook docs, and TypeScript support.",
5
5
  "author": "Tanishraj",
6
6
  "license": "MIT",
@@ -73,8 +73,10 @@
73
73
  "format:check": "prettier --check .",
74
74
  "clean": "rm -rf dist node_modules coverage storybook-static",
75
75
  "storybook": "storybook dev -p 6006",
76
+ "build-storybook": "storybook build",
76
77
  "storybook:build": "storybook build",
77
- "type-check": "tsc --noEmit"
78
+ "type-check": "tsc --noEmit",
79
+ "chromatic": "npx chromatic --project-token=chpt_6d0044a26b550fc"
78
80
  },
79
81
  "dependencies": {
80
82
  "@floating-ui/react": "^0.27.19",
@@ -112,6 +114,7 @@
112
114
  "@vitejs/plugin-react": "^6.0.3",
113
115
  "@vitest/coverage-v8": "4.1.9",
114
116
  "@vueless/storybook-dark-mode": "^10.0.8",
117
+ "chromatic": "^17.7.2",
115
118
  "eslint": "^9.39.4",
116
119
  "eslint-config-prettier": "^10.1.8",
117
120
  "eslint-import-resolver-typescript": "^4.4.5",