@oxide/design-system 0.6.1 → 0.6.2--canary.4cc5afc.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "0.6.1",
3
+ "version": "0.6.2--canary.4cc5afc.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -564,7 +564,8 @@
564
564
  --border-radius-full: 624.9375rem;
565
565
 
566
566
  --elevation-0: none;
567
- --elevation-1: 0px 1px 2px #00000099;
567
+ --elevation-1: 0px 0.656px 4.625px #00000021, 0px 3px 13px #00000033,
568
+ 0px 7.594px 34.875px #00000045, 0px 15px 80px #00000066;
568
569
  --elevation-2: 0px 2.188px 4.625px #00000021, 0px 10px 13px #00000033,
569
570
  0px 25.313px 34.875px #00000045, 0px 50px 80px #00000066;
570
571
  --elevation-3: 0px 4.375px 4.625px #00000021, 0px 20px 13px #00000033,
@@ -931,15 +931,15 @@ module.exports.elevationUtilities = {
931
931
  },
932
932
  '.elevation-1': {
933
933
  'box-shadow': 'var(--elevation-1)',
934
- 'background-color': '',
934
+ 'background-color': 'var(--surface-hover)',
935
935
  },
936
936
  '.elevation-2': {
937
937
  'box-shadow': 'var(--elevation-2)',
938
- 'background-color': 'var(--surface-raise)',
938
+ 'background-color': 'var(--surface-secondary)',
939
939
  },
940
940
  '.elevation-3': {
941
941
  'box-shadow': 'var(--elevation-3)',
942
- 'background-color': 'var(--surface-secondary)',
942
+ 'background-color': 'var(--surface-tertiary)',
943
943
  },
944
944
  }
945
945