@artsy/palette 46.2.0 → 46.3.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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette",
3
- "version": "46.2.0",
3
+ "version": "46.3.0",
4
4
  "description": "Design system library for react components",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -72,6 +72,7 @@
72
72
  "@babel/preset-env": "^7.27.2",
73
73
  "@babel/preset-react": "^7.27.1",
74
74
  "@babel/preset-typescript": "^7.27.1",
75
+ "@storybook/addon-a11y": "^9.0.16",
75
76
  "@storybook/addon-docs": "^9.0.18",
76
77
  "@storybook/addon-links": "^9.0.16",
77
78
  "@storybook/builder-webpack5": "^9.0.16",
@@ -203,5 +204,5 @@
203
204
  "url": "http://localhost"
204
205
  }
205
206
  },
206
- "gitHead": "cdfe9c42cf34e7b280d90af4d09656bf2b33a774"
207
+ "gitHead": "37e84f0f0cc1182b38ca8c72bbee92903536a19c"
207
208
  }