File tree 2 files changed +4
-1
lines changed 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 4
4
ColorWeight ,
5
5
flex ,
6
6
gridColumns ,
7
+ opacity ,
7
8
RadiusNest ,
8
9
RadiusSize ,
9
10
ShadowSize ,
@@ -167,7 +168,7 @@ export interface DisplayProps extends HTMLAttributes<HTMLDivElement> {
167
168
| "macro-short"
168
169
| "macro-medium"
169
170
| "macro-long" ;
170
- opacity ?: 0 | 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90 | 100 ;
171
+ opacity ?: opacity ;
171
172
zIndex ?: - 1 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 ;
172
173
dark ?: boolean ;
173
174
light ?: boolean ;
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ export type ShadowSize = TShirtSizes;
41
41
42
42
export type SpacingToken = StaticSpacingToken | ResponsiveSpacingToken ;
43
43
44
+ export type opacity = 0 | 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90 | 100 ;
45
+
44
46
export type ColorScheme =
45
47
| "neutral"
46
48
| "brand"
You can’t perform that action at this time.
0 commit comments