@tenerife.music/ui 1.0.12 → 1.0.15

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,7 +1,8 @@
1
1
  {
2
2
  "name": "@tenerife.music/ui",
3
- "version": "1.0.12",
3
+ "version": "1.0.15",
4
4
  "private": false,
5
+ "packageManager": "pnpm@10.18.2",
5
6
  "type": "module",
6
7
  "sideEffects": [
7
8
  "**/*.css",
@@ -39,6 +40,7 @@
39
40
  "access": "public"
40
41
  },
41
42
  "scripts": {
43
+ "storybook": "storybook dev -p 6006",
42
44
  "format": "prettier . --write",
43
45
  "lint:fix": "./scripts/lint-local.sh",
44
46
  "typecheck": "tsc --noEmit && tsc --noEmit --project tsconfig.vite.json",
@@ -50,17 +52,16 @@
50
52
  "dev": "vite build --watch",
51
53
  "clean": "rimraf dist",
52
54
  "format:check": "prettier . --check",
53
- "lint": "eslint . --ext .ts,.tsx --fix --ignore-pattern '**/*.stories.*' --ignore-pattern '.storybook/**' --ignore-pattern 'storybook-static/**'",
54
- "lint:check": "eslint . --ext .ts,.tsx --ignore-pattern '**/*.stories.*' --ignore-pattern '.storybook/**' --ignore-pattern 'storybook-static/**'",
55
+ "lint": "eslint . --ext .ts,.tsx --fix --ignore-pattern '**/*.stories.*' --ignore-pattern '.storybook/**' --ignore-pattern 'storybook-static/**' --ignore-pattern 'docs/**' --ignore-pattern '.cursor/**'",
56
+ "lint:check": "eslint . --ext .ts,.tsx --ignore-pattern '**/*.stories.*' --ignore-pattern '.storybook/**' --ignore-pattern 'storybook-static/**' --ignore-pattern 'docs/**' --ignore-pattern '.cursor/**'",
55
57
  "lint:ci": "./scripts/lint-ci.sh",
56
- "lint:strict": "eslint . --ext .ts,.tsx --max-warnings=0 --ignore-pattern '**/*.stories.*' --ignore-pattern '.storybook/**' --ignore-pattern 'storybook-static/**'",
57
- "lint:errors": "eslint . --ext .ts,.tsx --format stylish --ignore-pattern '**/*.stories.*' --ignore-pattern '.storybook/**' --ignore-pattern 'storybook-static/**'",
58
- "precommit:lint": "eslint . --ext .ts,.tsx --fix --ignore-pattern '**/*.stories.*' --ignore-pattern '.storybook/**' --ignore-pattern 'storybook-static/**'",
58
+ "lint:strict": "eslint . --ext .ts,.tsx --max-warnings=0 --ignore-pattern '**/*.stories.*' --ignore-pattern '.storybook/**' --ignore-pattern 'storybook-static/**' --ignore-pattern 'docs/**' --ignore-pattern '.cursor/**'",
59
+ "lint:errors": "eslint . --ext .ts,.tsx --format stylish --ignore-pattern '**/*.stories.*' --ignore-pattern '.storybook/**' --ignore-pattern 'storybook-static/**' --ignore-pattern 'docs/**' --ignore-pattern '.cursor/**'",
60
+ "precommit:lint": "eslint . --ext .ts,.tsx --fix --ignore-pattern '**/*.stories.*' --ignore-pattern '.storybook/**' --ignore-pattern 'storybook-static/**' --ignore-pattern 'docs/**' --ignore-pattern '.cursor/**'",
59
61
  "test:watch": "vitest",
60
62
  "test:coverage": "vitest run --coverage",
61
63
  "test:a11y": "vitest run a11y.test",
62
64
  "a11y:contrast": "tsx scripts/a11y-contrast-check.js",
63
- "storybook": "storybook dev -p 6006",
64
65
  "build-storybook": "storybook build",
65
66
  "preview": "vite preview",
66
67
  "prepublishOnly": "npm run clean && npm run build && npm run typecheck",
@@ -88,6 +89,7 @@
88
89
  "@radix-ui/react-avatar": "^1.1.0",
89
90
  "@radix-ui/react-checkbox": "^1.1.2",
90
91
  "@radix-ui/react-collapsible": "^1.1.1",
92
+ "@radix-ui/react-context-menu": "^2.2.1",
91
93
  "@radix-ui/react-dialog": "^1.1.15",
92
94
  "@radix-ui/react-dropdown-menu": "^2.1.1",
93
95
  "@radix-ui/react-icons": "^1.3.2",
@@ -116,6 +118,7 @@
116
118
  "@commitlint/cli": "^20.1.0",
117
119
  "@commitlint/config-conventional": "^20.0.0",
118
120
  "@eslint/eslintrc": "^3.3.1",
121
+ "@floating-ui/react-dom": "^2.1.0",
119
122
  "@semantic-release/changelog": "^6.0.3",
120
123
  "@semantic-release/commit-analyzer": "^13.0.1",
121
124
  "@semantic-release/git": "^10.0.1",
@@ -142,6 +145,7 @@
142
145
  "@vitest/coverage-v8": "^4.0.15",
143
146
  "@vitest/ui": "^4.0.15",
144
147
  "autoprefixer": "^10.0.0",
148
+ "axe-core": "^4.10.0",
145
149
  "conventional-changelog-conventionalcommits": "^9.1.0",
146
150
  "eslint": "^9.38.0",
147
151
  "eslint-config-prettier": "^9.1.2",
@@ -163,6 +167,8 @@
163
167
  "tsx": "^4.19.2",
164
168
  "typescript": "^5.9.3",
165
169
  "typescript-eslint": "^8.47.0",
170
+ "@typescript-eslint/utils": "^8.47.0",
171
+ "@typescript-eslint/types": "^8.47.0",
166
172
  "vite": "^5.0.0",
167
173
  "vitest": "^4.0.15",
168
174
  "vitest-axe": "^0.1.0"