@oxide/design-system 1.7.2 → 1.7.3--canary.eb02cac.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": "1.7.2",
3
+ "version": "1.7.3--canary.eb02cac.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -1,6 +1,6 @@
1
1
  /* THIS FILE IS AUTOGENERATED, DO NOT EDIT */
2
2
 
3
- module.exports.textUtilities = {
3
+ export const textUtilities = {
4
4
  '.text-mono-xs': {
5
5
  'font-family': '"GT America Mono", monospace',
6
6
  'font-weight': 400,
@@ -130,7 +130,7 @@ module.exports.textUtilities = {
130
130
  },
131
131
  }
132
132
 
133
- module.exports.colorUtilities = {
133
+ export const colorUtilities = {
134
134
  '.text-raise': {
135
135
  color: 'var(--content-raise)',
136
136
  '@supports (color: color(display-p3 1 1 1))': {
@@ -2964,7 +2964,7 @@ module.exports.colorUtilities = {
2964
2964
  },
2965
2965
  }
2966
2966
 
2967
- module.exports.elevationUtilities = {
2967
+ export const elevationUtilities = {
2968
2968
  '.elevation-0': {
2969
2969
  'box-shadow': 'var(--elevation-0)',
2970
2970
  },
@@ -2979,7 +2979,7 @@ module.exports.elevationUtilities = {
2979
2979
  },
2980
2980
  }
2981
2981
 
2982
- module.exports.borderRadiusTokens = {
2982
+ export const borderRadiusTokens = {
2983
2983
  sm: 'var(--border-radius-sm)',
2984
2984
  DEFAULT: 'var(--border-radius)',
2985
2985
  lg: 'var(--border-radius-lg)',