@oxide/design-system 0.3.0 → 0.3.1

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": "@oxide/design-system",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -938,7 +938,7 @@ module.exports.borderRadiusTokens = {
938
938
  full: 'var(--border-radius-full)',
939
939
  }
940
940
 
941
- module.exports.boxShadowTokens = {
941
+ module.exports.elevationTokens = {
942
942
  '.elevation-0': {
943
943
  'box-shadow': 'none',
944
944
  },