@artsy/palette 40.8.0 → 40.9.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 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette",
3
- "version": "40.8.0",
3
+ "version": "40.9.0",
4
4
  "description": "Design system library for react components",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {
@@ -118,7 +118,7 @@
118
118
  },
119
119
  "dependencies": {
120
120
  "@artsy/icons": "^3.2.2",
121
- "@artsy/palette-tokens": "^6.3.0",
121
+ "@artsy/palette-tokens": "^6.4.0",
122
122
  "@seznam/compose-react-refs": "^1.0.6",
123
123
  "@styled-system/theme-get": "^5.1.2",
124
124
  "es-toolkit": "^1.16.0",
@@ -187,5 +187,5 @@
187
187
  "url": "http://localhost"
188
188
  }
189
189
  },
190
- "gitHead": "3722a4f3fa914c371fa838b5e2fa2fc3eccedb6f"
190
+ "gitHead": "729657bd86abc72c2e889166f1b7bc115a83b466"
191
191
  }