@texturehq/edges 1.34.1 → 1.34.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "1.34.1",
3
+ "version": "1.34.2",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",
@@ -63,8 +63,6 @@
63
63
  "test:watch": "vitest",
64
64
  "test:coverage": "vitest run --coverage",
65
65
  "test:ui": "vitest --ui",
66
- "storybook": "VITE_MAPBOX_ACCESS_TOKEN=pk.eyJ1IjoidmljdG9yLXRleHR1cmUiLCJhIjoiY2x1cXM5dnVqMDFvYTJrcWszbnZmdGo4cCJ9.uEu0gqmITLtBMKEVW0aFtA storybook dev -p ${STORYBOOK_PORT:-6010} --no-open",
67
- "build-storybook": "storybook build",
68
66
  "lint:font-colors": "node scripts/check-legacy-font-colors.mjs",
69
67
  "lint:action-variants": "node scripts/check-legacy-action-variants.mjs"
70
68
  },
@@ -135,14 +133,6 @@
135
133
  "devDependencies": {
136
134
  "@biomejs/biome": "2.4.9",
137
135
  "@hookform/resolvers": "^3.9.0",
138
- "@storybook/addon-essentials": "^8.6.14",
139
- "@storybook/addon-interactions": "^8.6.14",
140
- "@storybook/addon-styling-webpack": "^1.0.1",
141
- "@storybook/addon-themes": "^8.6.14",
142
- "@storybook/blocks": "^8.6.14",
143
- "@storybook/react": "^8.6.14",
144
- "@storybook/react-vite": "^8.6.14",
145
- "@storybook/test": "^8.6.14",
146
136
  "@tailwindcss/postcss": "^4.1.14",
147
137
  "@testing-library/dom": "^10.4.0",
148
138
  "@testing-library/jest-dom": "^6.4.2",
@@ -158,8 +148,6 @@
158
148
  "@vitejs/plugin-react": "^4.2.1",
159
149
  "@vitest/coverage-v8": "^3.1.1",
160
150
  "@vitest/ui": "^3.1.1",
161
- "acorn": "^8.15.0",
162
- "acorn-jsx": "^5.3.2",
163
151
  "autoprefixer": "^10.4.19",
164
152
  "jsdom": "^24.0.0",
165
153
  "postcss": "^8.5.6",
@@ -168,7 +156,6 @@
168
156
  "react": "19.2.0",
169
157
  "react-dom": "19.2.0",
170
158
  "react-hook-form": "^7.53.0",
171
- "storybook": "^8.6.14",
172
159
  "tailwindcss": "^4.1.14",
173
160
  "tsup": "^8.0.2",
174
161
  "typescript": "~5.9.2",