Commit 4c9c6e9 1 parent f3e5d1b commit 4c9c6e9 Copy full SHA for 4c9c6e9
File tree 5 files changed +31
-19
lines changed
design-guidelines/design-tokens
design-tokens/properties/layout
5 files changed +31
-19
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
2
3
3
Do not edit directly
4
- Generated by style-dictionary on Fri Mar 03 2023 15:32:54 GMT-0600 (Central Standard Time)
4
+ Generated by style-dictionary on Mon Jul 24 2023 15:22:29 GMT-0500 (Central Daylight Time)
5
5
6
6
-->
7
7
## All Colors
Original file line number Diff line number Diff line change 1
1
<!--
2
2
3
3
Do not edit directly
4
- Generated by style-dictionary on Fri Mar 03 2023 15:32:54 GMT-0600 (Central Standard Time)
4
+ Generated by style-dictionary on Mon Jul 24 2023 15:22:29 GMT-0500 (Central Daylight Time)
5
5
6
6
-->
7
7
| Js variable name | Value |
Original file line number Diff line number Diff line change 1
1
<!--
2
2
3
3
Do not edit directly
4
- Generated by style-dictionary on Fri Mar 03 2023 15:32:54 GMT-0600 (Central Standard Time)
4
+ Generated by style-dictionary on Mon Jul 24 2023 15:22:29 GMT-0500 (Central Daylight Time)
5
5
6
6
-->
7
7
## Breakpoints
63
63
| borderRadiusLarge | 8px |
64
64
| borderRadiusCircle | 50% |
65
65
| textBlockWidth | 65ch |
66
+ | zIndexDeep | -1 |
66
67
| zIndexContent | 0 |
67
- | zIndexModal | 1 |
68
- | zIndexDropdownable | 2 |
68
+ | zIndexSticky | 100 |
69
+ | zIndexOverlay | 200 |
70
+ | zIndexModal | 300 |
71
+ | zIndexDropdownable | 400 |
Original file line number Diff line number Diff line change 1
1
{
2
- "layout" : {
3
- "zIndex" : {
4
- "content" : {
5
- "value" : " 0"
6
- },
7
- "modal" : {
8
- "value" : " 1"
9
- },
10
- "dropdownable" : {
11
- "value" : " 2"
12
- }
13
- }
2
+ "layout" : {
3
+ "zIndex" : {
4
+ "deep" : {
5
+ "value" : " -1"
6
+ },
7
+ "content" : {
8
+ "value" : " 0"
9
+ },
10
+ "sticky" : {
11
+ "value" : " 100"
12
+ },
13
+ "overlay" : {
14
+ "value" : " 200"
15
+ },
16
+ "modal" : {
17
+ "value" : " 300"
18
+ },
19
+ "dropdownable" : {
20
+ "value" : " 400"
21
+ }
14
22
}
23
+ }
15
24
}
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ exports[`Dropdown renders an open dropdown 1`] = `
82
82
</div >
83
83
<div >
84
84
<div
85
- style = " z-index: 2 ; position: absolute; left: 0px; top: 0px;"
85
+ style = " z-index: 400 ; position: absolute; left: 0px; top: 0px;"
86
86
>
87
87
<div
88
88
aria-labelledby = " downshift-1-label"
@@ -165,7 +165,7 @@ exports[`Dropdown renders an open dropdown with multiple sections 1`] = `
165
165
</div >
166
166
<div >
167
167
<div
168
- style = " z-index: 2 ; position: absolute; left: 0px; top: 0px;"
168
+ style = " z-index: 400 ; position: absolute; left: 0px; top: 0px;"
169
169
>
170
170
<div
171
171
aria-labelledby = " downshift-3-label"
You can’t perform that action at this time.
0 commit comments