@tenerife.music/ui 1.0.15 → 1.1.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.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@tenerife.music/ui",
3
- "version": "1.0.15",
3
+ "version": "1.1.0",
4
4
  "private": false,
5
- "packageManager": "pnpm@10.18.2",
5
+ "packageManager": "pnpm@10.26.0",
6
6
  "type": "module",
7
7
  "sideEffects": [
8
8
  "**/*.css",
@@ -72,12 +72,19 @@
72
72
  "tokens:export": "npx tsx scripts/export-tokens.ts",
73
73
  "commitlint": "commitlint",
74
74
  "prepare": "husky",
75
- "version:patch": "./scripts/publish.sh patch",
76
- "version:minor": "./scripts/publish.sh minor",
77
- "version:major": "./scripts/publish.sh major",
78
75
  "publish:patch": "./scripts/publish.sh patch",
79
76
  "publish:minor": "./scripts/publish.sh minor",
80
- "publish:major": "./scripts/publish.sh major"
77
+ "publish:major": "./scripts/publish.sh major",
78
+ "safelist:generate": "tsx scripts/generateTailwindSafelist.ts",
79
+ "verify:interaction-authority": "node scripts/verify-interaction-authority.mjs",
80
+ "chromatic": "./scripts/chromatic.sh",
81
+ "chromatic:ci": "CHROMATIC_CI_MODE=true ./scripts/chromatic.sh",
82
+ "docs:dev": "cd docs-app && npm run docs:dev",
83
+ "docs:build": "cd docs-app && npm run docs:build",
84
+ "docs:start": "cd docs-app && npm run docs:start",
85
+ "docs:generate-api": "cd docs-app && npm run docs:generate-api",
86
+ "docs:validate": "cd docs-app && npm run docs:validate",
87
+ "docs:analyze": "cd docs-app && npm run docs:analyze"
81
88
  },
82
89
  "peerDependencies": {
83
90
  "react": "^18 || ^19",
@@ -115,6 +122,7 @@
115
122
  "zustand": "^5.0.0"
116
123
  },
117
124
  "devDependencies": {
125
+ "@chromatic-com/storybook": "^4.1.3",
118
126
  "@commitlint/cli": "^20.1.0",
119
127
  "@commitlint/config-conventional": "^20.0.0",
120
128
  "@eslint/eslintrc": "^3.3.1",
@@ -125,33 +133,35 @@
125
133
  "@semantic-release/github": "^12.0.2",
126
134
  "@semantic-release/npm": "^13.1.2",
127
135
  "@semantic-release/release-notes-generator": "^14.1.0",
128
- "@storybook/addon-a11y": "^8.0.0",
129
- "@storybook/addon-essentials": "^8.0.0",
130
- "@storybook/addon-interactions": "^8.0.0",
131
- "@storybook/addon-links": "^8.0.0",
132
- "@storybook/addon-onboarding": "^8.0.0",
133
- "@storybook/blocks": "^8.0.0",
134
- "@storybook/react": "^8.0.0",
135
- "@storybook/react-vite": "^8.0.0",
136
- "@storybook/test": "^8.0.0",
137
- "@storybook/test-runner": "^0.18.0",
136
+ "@storybook/addon-a11y": "^10.1.9",
137
+ "@storybook/addon-docs": "^10.1.9",
138
+ "@storybook/addon-links": "^10.1.9",
139
+ "@storybook/addon-onboarding": "^10.1.9",
140
+ "@storybook/react": "^10.1.9",
141
+ "@storybook/react-vite": "^10.1.9",
142
+ "@storybook/test": "^8.6.14",
143
+ "@storybook/test-runner": "^0.24.2",
138
144
  "@testing-library/jest-dom": "^6.0.0",
139
145
  "@testing-library/react": "^16.0.0",
140
146
  "@testing-library/user-event": "^14.0.0",
141
147
  "@types/node": "^20.19.25",
142
148
  "@types/react": "^19",
143
149
  "@types/react-dom": "^19",
150
+ "@typescript-eslint/types": "^8.47.0",
151
+ "@typescript-eslint/utils": "^8.47.0",
144
152
  "@vitejs/plugin-react": "^4.0.0",
145
153
  "@vitest/coverage-v8": "^4.0.15",
146
154
  "@vitest/ui": "^4.0.15",
147
155
  "autoprefixer": "^10.0.0",
148
156
  "axe-core": "^4.10.0",
157
+ "chromatic": "^13.3.4",
149
158
  "conventional-changelog-conventionalcommits": "^9.1.0",
150
159
  "eslint": "^9.38.0",
151
160
  "eslint-config-prettier": "^9.1.2",
152
161
  "eslint-plugin-react": "^7.37.2",
153
162
  "eslint-plugin-react-hooks": "^5.2.0",
154
163
  "eslint-plugin-simple-import-sort": "^12.1.1",
164
+ "eslint-plugin-storybook": "10.1.9",
155
165
  "eslint-plugin-unused-imports": "^4.3.0",
156
166
  "husky": "^9.1.7",
157
167
  "jsdom": "^27.3.0",
@@ -161,14 +171,12 @@
161
171
  "prettier-plugin-tailwindcss": "^0.7.1",
162
172
  "rimraf": "^6.0.1",
163
173
  "semantic-release": "^25.0.2",
164
- "storybook": "^8.0.0",
174
+ "storybook": "^10.1.9",
165
175
  "tailwindcss": "^3.0.0",
166
176
  "tsup": "^8.5.1",
167
177
  "tsx": "^4.19.2",
168
178
  "typescript": "^5.9.3",
169
179
  "typescript-eslint": "^8.47.0",
170
- "@typescript-eslint/utils": "^8.47.0",
171
- "@typescript-eslint/types": "^8.47.0",
172
180
  "vite": "^5.0.0",
173
181
  "vitest": "^4.0.15",
174
182
  "vitest-axe": "^0.1.0"