@oxide/design-system 1.7.3--canary.eb02cac.0 → 1.7.3--canary.ccb9825.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.3--canary.
|
|
3
|
+
"version": "1.7.3--canary.ccb9825.0",
|
|
4
4
|
"description": "Home of reusable design assets and token for oxide internal sites",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
},
|
|
74
74
|
"files": [
|
|
75
75
|
"styles/dist/*.css",
|
|
76
|
-
"styles/dist/tailwind-tokens.
|
|
76
|
+
"styles/dist/tailwind-tokens.ts",
|
|
77
77
|
"icons/**",
|
|
78
78
|
"components/dist/**"
|
|
79
79
|
],
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/* THIS FILE IS AUTOGENERATED, DO NOT EDIT */
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
type CSSProperties = Record<string, string | number | Record<string, string | number>>
|
|
4
|
+
|
|
5
|
+
export const textUtilities: Record<string, CSSProperties> = {
|
|
4
6
|
'.text-mono-xs': {
|
|
5
7
|
'font-family': '"GT America Mono", monospace',
|
|
6
8
|
'font-weight': 400,
|
|
@@ -130,7 +132,7 @@ export const textUtilities = {
|
|
|
130
132
|
},
|
|
131
133
|
}
|
|
132
134
|
|
|
133
|
-
export const colorUtilities = {
|
|
135
|
+
export const colorUtilities: Record<string, CSSProperties> = {
|
|
134
136
|
'.text-raise': {
|
|
135
137
|
color: 'var(--content-raise)',
|
|
136
138
|
'@supports (color: color(display-p3 1 1 1))': {
|
|
@@ -2964,7 +2966,7 @@ export const colorUtilities = {
|
|
|
2964
2966
|
},
|
|
2965
2967
|
}
|
|
2966
2968
|
|
|
2967
|
-
export const elevationUtilities = {
|
|
2969
|
+
export const elevationUtilities: Record<string, CSSProperties> = {
|
|
2968
2970
|
'.elevation-0': {
|
|
2969
2971
|
'box-shadow': 'var(--elevation-0)',
|
|
2970
2972
|
},
|
|
@@ -2979,7 +2981,7 @@ export const elevationUtilities = {
|
|
|
2979
2981
|
},
|
|
2980
2982
|
}
|
|
2981
2983
|
|
|
2982
|
-
export const borderRadiusTokens = {
|
|
2984
|
+
export const borderRadiusTokens: Record<string, string> = {
|
|
2983
2985
|
sm: 'var(--border-radius-sm)',
|
|
2984
2986
|
DEFAULT: 'var(--border-radius)',
|
|
2985
2987
|
lg: 'var(--border-radius-lg)',
|