@oxide/design-system 0.4.0 → 0.4.1--canary.d2cf2f4.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.4.0",
3
+ "version": "0.4.1--canary.d2cf2f4.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -404,4 +404,8 @@
404
404
 
405
405
  --theme-notice-800-rgb: var(--base-yellow-800-rgb);
406
406
  --theme-notice-800: rgb(var(--theme-notice-800-rgb));
407
+
408
+ --border-radius-sm: 0.125rem;
409
+ --border-radius: 0.1875rem;
410
+ --border-radius-full: 624.9375rem;
407
411
  }
@@ -561,12 +561,4 @@
561
561
  --border-radius-sm: 0.125rem;
562
562
  --border-radius: 0.1875rem;
563
563
  --border-radius-full: 624.9375rem;
564
-
565
- --box-shadow-0: none;
566
- --box-shadow-1: 0px 0.656px 4.625px #00000021, 0px 3px 13px #00000033,
567
- 0px 7.594px 34.875px #00000045, 0px 15px 80px #00000066;
568
- --box-shadow-2: 0px 2.188px 4.625px #00000021, 0px 10px 13px #00000033,
569
- 0px 25.313px 34.875px #00000045, 0px 50px 80px #00000066;
570
- --box-shadow-3: 0px 4.375px 4.625px #00000021, 0px 20px 13px #00000033,
571
- 0px 50.625px 34.875px #00000045, 0px 100px 80px #00000066;
572
564
  }
@@ -404,4 +404,8 @@
404
404
 
405
405
  --theme-notice-800-rgb: var(--base-yellow-800-rgb);
406
406
  --theme-notice-800: rgb(var(--theme-notice-800-rgb));
407
+
408
+ --border-radius-sm: 0.125rem;
409
+ --border-radius: 0.1875rem;
410
+ --border-radius-full: 624.9375rem;
407
411
  }
@@ -932,25 +932,6 @@ module.exports.colorUtilities = {
932
932
  },
933
933
  }
934
934
 
935
- module.exports.elevationUtilities = {
936
- '.elevation-0': {
937
- 'box-shadow': 'var(--box-shadow-0)',
938
- 'background-color': 'var(--surface-default)',
939
- },
940
- '.elevation-1': {
941
- 'box-shadow': 'var(--box-shadow-1)',
942
- 'background-color': 'var(--surface-hover)',
943
- },
944
- '.elevation-2': {
945
- 'box-shadow': 'var(--box-shadow-2)',
946
- 'background-color': 'var(--surface-secondary)',
947
- },
948
- '.elevation-3': {
949
- 'box-shadow': 'var(--box-shadow-3)',
950
- 'background-color': 'var(--surface-tertiary)',
951
- },
952
- }
953
-
954
935
  module.exports.borderRadiusTokens = {
955
936
  sm: 'var(--border-radius-sm)',
956
937
  DEFAULT: 'var(--border-radius)',
@@ -404,4 +404,8 @@
404
404
 
405
405
  --theme-notice-800-rgb: var(--base-yellow-800-rgb);
406
406
  --theme-notice-800: rgb(var(--theme-notice-800-rgb));
407
+
408
+ --border-radius-sm: 0.125rem;
409
+ --border-radius: 0.1875rem;
410
+ --border-radius-full: 624.9375rem;
407
411
  }