@primer/behaviors 0.0.0-20251119200456 → 0.0.0-20251120150007

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 (1) hide show
  1. package/package.json +8 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/behaviors",
3
- "version": "0.0.0-20251119200456",
3
+ "version": "0.0.0-20251120150007",
4
4
  "description": "Shared behaviors for JavaScript components",
5
5
  "type": "commonjs",
6
6
  "main": "dist/cjs/index.js",
@@ -43,7 +43,9 @@
43
43
  "prebuild": "npm run clean",
44
44
  "release": "npm run build && changeset publish",
45
45
  "size-limit": "npm run build && size-limit",
46
- "type-check": "tsc --noEmit"
46
+ "type-check": "tsc --noEmit",
47
+ "storybook": "storybook dev -p 6006",
48
+ "build-storybook": "storybook build"
47
49
  },
48
50
  "repository": {
49
51
  "type": "git",
@@ -76,16 +78,19 @@
76
78
  "@rollup/plugin-typescript": "^12.1.0",
77
79
  "@rollup/wasm-node": "^4.19.1",
78
80
  "@size-limit/preset-small-lib": "^11.1.4",
81
+ "@storybook/react-vite": "^10.0.8",
79
82
  "@testing-library/react": "^16.0.0",
80
83
  "@testing-library/user-event": "^14.5.1",
81
84
  "@types/jest": "^30.0.0",
82
85
  "@types/node": "^24.0.10",
83
86
  "@types/react": "^19.0.1",
87
+ "clsx": "^2.1.1",
84
88
  "esbuild": "^0.27.0",
85
89
  "esbuild-jest": "^0.5.0",
86
90
  "eslint": "^8.50.0",
87
91
  "eslint-plugin-github": "^5.0.0",
88
92
  "eslint-plugin-prettier": "^5.0.0",
93
+ "eslint-plugin-storybook": "^10.0.8",
89
94
  "jest": "^30.0.4",
90
95
  "jest-environment-jsdom": "^30.0.4",
91
96
  "prettier": "^3.0.3",
@@ -94,6 +99,7 @@
94
99
  "rimraf": "^6.0.1",
95
100
  "rollup": "^4.18.0",
96
101
  "size-limit": "^11.1.4",
102
+ "storybook": "^10.0.8",
97
103
  "tslib": "^2.8.1",
98
104
  "typescript": "^5.2.2"
99
105
  }