@momentum-design/tokens 0.0.35 → 0.0.36
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/dist/css/core/complete.css +36 -36
- package/dist/css/theme/webex/common-stable.css +4 -4
- package/dist/css/theme/webex/dark-complete.css +8 -8
- package/dist/css/theme/webex/dark-stable.css +19 -19
- package/dist/css/theme/webex/light-complete.css +7 -7
- package/dist/css/theme/webex/light-stable.css +18 -18
- package/dist/ios/core/complete.swift +36 -36
- package/dist/ios/theme/webex/common-stable.swift +4 -4
- package/dist/ios/theme/webex/dark-complete.swift +8 -8
- package/dist/ios/theme/webex/dark-stable.swift +19 -19
- package/dist/ios/theme/webex/light-complete.swift +7 -7
- package/dist/ios/theme/webex/light-stable.swift +18 -18
- package/dist/json/core/complete.json +583 -523
- package/dist/json/theme/webex/common-stable.json +3 -3
- package/dist/json/theme/webex/dark-complete.json +7 -7
- package/dist/json/theme/webex/dark-stable.json +18 -18
- package/dist/json/theme/webex/light-complete.json +6 -6
- package/dist/json/theme/webex/light-stable.json +17 -17
- package/dist/json-minimal/core/complete.json +43 -35
- package/dist/json-minimal/theme/webex/common-stable.json +3 -3
- package/dist/json-minimal/theme/webex/dark-complete.json +7 -7
- package/dist/json-minimal/theme/webex/dark-stable.json +18 -18
- package/dist/json-minimal/theme/webex/light-complete.json +6 -6
- package/dist/json-minimal/theme/webex/light-stable.json +17 -17
- package/dist/resources/core/complete.xml +36 -36
- package/dist/resources/theme/webex/common-stable.xml +4 -4
- package/dist/resources/theme/webex/dark-complete.xml +8 -8
- package/dist/resources/theme/webex/dark-stable.xml +19 -19
- package/dist/resources/theme/webex/light-complete.xml +7 -7
- package/dist/resources/theme/webex/light-stable.xml +18 -18
- package/dist/scss/core/complete.scss +36 -36
- package/dist/scss/theme/webex/common-stable.scss +4 -4
- package/dist/scss/theme/webex/dark-complete.scss +8 -8
- package/dist/scss/theme/webex/dark-stable.scss +19 -19
- package/dist/scss/theme/webex/light-complete.scss +7 -7
- package/dist/scss/theme/webex/light-stable.scss +18 -18
- package/package.json +1 -1
|
@@ -1,195 +1,217 @@
|
|
|
1
1
|
{
|
|
2
2
|
"border-radius": {
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"type": "borderRadius",
|
|
6
|
-
"description": "Border Radius: None",
|
|
7
|
-
"filePath": "src/core/border-radius.json",
|
|
8
|
-
"isSource": true,
|
|
9
|
-
"original": {
|
|
3
|
+
"core": {
|
|
4
|
+
"none": {
|
|
10
5
|
"value": "0px",
|
|
11
6
|
"type": "borderRadius",
|
|
12
|
-
"description": "Border Radius: None"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
7
|
+
"description": "Border Radius: None",
|
|
8
|
+
"filePath": "src/core/border-radius.json",
|
|
9
|
+
"isSource": true,
|
|
10
|
+
"original": {
|
|
11
|
+
"value": "0px",
|
|
12
|
+
"type": "borderRadius",
|
|
13
|
+
"description": "Border Radius: None"
|
|
14
|
+
},
|
|
15
|
+
"name": "mds-border-radius-core-none",
|
|
16
|
+
"attributes": {
|
|
17
|
+
"category": "border-radius",
|
|
18
|
+
"type": "core",
|
|
19
|
+
"item": "none"
|
|
20
|
+
},
|
|
21
|
+
"path": [
|
|
22
|
+
"border-radius",
|
|
23
|
+
"core",
|
|
24
|
+
"none"
|
|
25
|
+
]
|
|
18
26
|
},
|
|
19
|
-
"
|
|
20
|
-
"border-radius",
|
|
21
|
-
"none"
|
|
22
|
-
]
|
|
23
|
-
},
|
|
24
|
-
"small": {
|
|
25
|
-
"value": "4px",
|
|
26
|
-
"type": "borderRadius",
|
|
27
|
-
"description": "Border Radius Small",
|
|
28
|
-
"filePath": "src/core/border-radius.json",
|
|
29
|
-
"isSource": true,
|
|
30
|
-
"original": {
|
|
27
|
+
"small": {
|
|
31
28
|
"value": "4px",
|
|
32
29
|
"type": "borderRadius",
|
|
33
|
-
"description": "Border Radius Small"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
30
|
+
"description": "Border Radius Small",
|
|
31
|
+
"filePath": "src/core/border-radius.json",
|
|
32
|
+
"isSource": true,
|
|
33
|
+
"original": {
|
|
34
|
+
"value": "4px",
|
|
35
|
+
"type": "borderRadius",
|
|
36
|
+
"description": "Border Radius Small"
|
|
37
|
+
},
|
|
38
|
+
"name": "mds-border-radius-core-small",
|
|
39
|
+
"attributes": {
|
|
40
|
+
"category": "border-radius",
|
|
41
|
+
"type": "core",
|
|
42
|
+
"item": "small"
|
|
43
|
+
},
|
|
44
|
+
"path": [
|
|
45
|
+
"border-radius",
|
|
46
|
+
"core",
|
|
47
|
+
"small"
|
|
48
|
+
]
|
|
39
49
|
},
|
|
40
|
-
"
|
|
41
|
-
"border-radius",
|
|
42
|
-
"small"
|
|
43
|
-
]
|
|
44
|
-
},
|
|
45
|
-
"medium": {
|
|
46
|
-
"value": "8px",
|
|
47
|
-
"type": "borderRadius",
|
|
48
|
-
"description": "Border Radius Medium",
|
|
49
|
-
"filePath": "src/core/border-radius.json",
|
|
50
|
-
"isSource": true,
|
|
51
|
-
"original": {
|
|
50
|
+
"medium": {
|
|
52
51
|
"value": "8px",
|
|
53
52
|
"type": "borderRadius",
|
|
54
|
-
"description": "Border Radius Medium"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
53
|
+
"description": "Border Radius Medium",
|
|
54
|
+
"filePath": "src/core/border-radius.json",
|
|
55
|
+
"isSource": true,
|
|
56
|
+
"original": {
|
|
57
|
+
"value": "8px",
|
|
58
|
+
"type": "borderRadius",
|
|
59
|
+
"description": "Border Radius Medium"
|
|
60
|
+
},
|
|
61
|
+
"name": "mds-border-radius-core-medium",
|
|
62
|
+
"attributes": {
|
|
63
|
+
"category": "border-radius",
|
|
64
|
+
"type": "core",
|
|
65
|
+
"item": "medium"
|
|
66
|
+
},
|
|
67
|
+
"path": [
|
|
68
|
+
"border-radius",
|
|
69
|
+
"core",
|
|
70
|
+
"medium"
|
|
71
|
+
]
|
|
60
72
|
},
|
|
61
|
-
"
|
|
62
|
-
"border-radius",
|
|
63
|
-
"medium"
|
|
64
|
-
]
|
|
65
|
-
},
|
|
66
|
-
"large": {
|
|
67
|
-
"value": "12px",
|
|
68
|
-
"type": "borderRadius",
|
|
69
|
-
"description": "Border Radius Large",
|
|
70
|
-
"filePath": "src/core/border-radius.json",
|
|
71
|
-
"isSource": true,
|
|
72
|
-
"original": {
|
|
73
|
+
"large": {
|
|
73
74
|
"value": "12px",
|
|
74
75
|
"type": "borderRadius",
|
|
75
|
-
"description": "Border Radius Large"
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
76
|
+
"description": "Border Radius Large",
|
|
77
|
+
"filePath": "src/core/border-radius.json",
|
|
78
|
+
"isSource": true,
|
|
79
|
+
"original": {
|
|
80
|
+
"value": "12px",
|
|
81
|
+
"type": "borderRadius",
|
|
82
|
+
"description": "Border Radius Large"
|
|
83
|
+
},
|
|
84
|
+
"name": "mds-border-radius-core-large",
|
|
85
|
+
"attributes": {
|
|
86
|
+
"category": "border-radius",
|
|
87
|
+
"type": "core",
|
|
88
|
+
"item": "large"
|
|
89
|
+
},
|
|
90
|
+
"path": [
|
|
91
|
+
"border-radius",
|
|
92
|
+
"core",
|
|
93
|
+
"large"
|
|
94
|
+
]
|
|
81
95
|
},
|
|
82
|
-
"
|
|
83
|
-
"border-radius",
|
|
84
|
-
"large"
|
|
85
|
-
]
|
|
86
|
-
},
|
|
87
|
-
"half-height": {
|
|
88
|
-
"value": "50%",
|
|
89
|
-
"type": "borderRadius",
|
|
90
|
-
"description": "Border Radius Half Height",
|
|
91
|
-
"filePath": "src/core/border-radius.json",
|
|
92
|
-
"isSource": true,
|
|
93
|
-
"original": {
|
|
96
|
+
"half-height": {
|
|
94
97
|
"value": "50%",
|
|
95
98
|
"type": "borderRadius",
|
|
96
|
-
"description": "Border Radius Half Height"
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
"border-radius",
|
|
105
|
-
"
|
|
106
|
-
|
|
99
|
+
"description": "Border Radius Half Height",
|
|
100
|
+
"filePath": "src/core/border-radius.json",
|
|
101
|
+
"isSource": true,
|
|
102
|
+
"original": {
|
|
103
|
+
"value": "50%",
|
|
104
|
+
"type": "borderRadius",
|
|
105
|
+
"description": "Border Radius Half Height"
|
|
106
|
+
},
|
|
107
|
+
"name": "mds-border-radius-core-half-height",
|
|
108
|
+
"attributes": {
|
|
109
|
+
"category": "border-radius",
|
|
110
|
+
"type": "core",
|
|
111
|
+
"item": "half-height"
|
|
112
|
+
},
|
|
113
|
+
"path": [
|
|
114
|
+
"border-radius",
|
|
115
|
+
"core",
|
|
116
|
+
"half-height"
|
|
117
|
+
]
|
|
118
|
+
}
|
|
107
119
|
}
|
|
108
120
|
},
|
|
109
121
|
"border-width": {
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"type": "borderWidth",
|
|
113
|
-
"description": "Border Width None",
|
|
114
|
-
"filePath": "src/core/border-width.json",
|
|
115
|
-
"isSource": true,
|
|
116
|
-
"original": {
|
|
122
|
+
"core": {
|
|
123
|
+
"none": {
|
|
117
124
|
"value": "0px",
|
|
118
125
|
"type": "borderWidth",
|
|
119
|
-
"description": "Border Width None"
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
126
|
+
"description": "Border Width None",
|
|
127
|
+
"filePath": "src/core/border-width.json",
|
|
128
|
+
"isSource": true,
|
|
129
|
+
"original": {
|
|
130
|
+
"value": "0px",
|
|
131
|
+
"type": "borderWidth",
|
|
132
|
+
"description": "Border Width None"
|
|
133
|
+
},
|
|
134
|
+
"name": "mds-border-width-core-none",
|
|
135
|
+
"attributes": {
|
|
136
|
+
"category": "border-width",
|
|
137
|
+
"type": "core",
|
|
138
|
+
"item": "none"
|
|
139
|
+
},
|
|
140
|
+
"path": [
|
|
141
|
+
"border-width",
|
|
142
|
+
"core",
|
|
143
|
+
"none"
|
|
144
|
+
]
|
|
125
145
|
},
|
|
126
|
-
"
|
|
127
|
-
"border-width",
|
|
128
|
-
"none"
|
|
129
|
-
]
|
|
130
|
-
},
|
|
131
|
-
"small": {
|
|
132
|
-
"value": "1px",
|
|
133
|
-
"type": "borderWidth",
|
|
134
|
-
"description": "Small border; standard border size used in product.",
|
|
135
|
-
"filePath": "src/core/border-width.json",
|
|
136
|
-
"isSource": true,
|
|
137
|
-
"original": {
|
|
146
|
+
"small": {
|
|
138
147
|
"value": "1px",
|
|
139
148
|
"type": "borderWidth",
|
|
140
|
-
"description": "Small border; standard border size used in product."
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
149
|
+
"description": "Small border; standard border size used in product.",
|
|
150
|
+
"filePath": "src/core/border-width.json",
|
|
151
|
+
"isSource": true,
|
|
152
|
+
"original": {
|
|
153
|
+
"value": "1px",
|
|
154
|
+
"type": "borderWidth",
|
|
155
|
+
"description": "Small border; standard border size used in product."
|
|
156
|
+
},
|
|
157
|
+
"name": "mds-border-width-core-small",
|
|
158
|
+
"attributes": {
|
|
159
|
+
"category": "border-width",
|
|
160
|
+
"type": "core",
|
|
161
|
+
"item": "small"
|
|
162
|
+
},
|
|
163
|
+
"path": [
|
|
164
|
+
"border-width",
|
|
165
|
+
"core",
|
|
166
|
+
"small"
|
|
167
|
+
]
|
|
146
168
|
},
|
|
147
|
-
"
|
|
148
|
-
"border-width",
|
|
149
|
-
"small"
|
|
150
|
-
]
|
|
151
|
-
},
|
|
152
|
-
"medium": {
|
|
153
|
-
"value": "2px",
|
|
154
|
-
"type": "borderWidth",
|
|
155
|
-
"description": "Medium border; not currently used in product.",
|
|
156
|
-
"filePath": "src/core/border-width.json",
|
|
157
|
-
"isSource": true,
|
|
158
|
-
"original": {
|
|
169
|
+
"medium": {
|
|
159
170
|
"value": "2px",
|
|
160
171
|
"type": "borderWidth",
|
|
161
|
-
"description": "Medium border; not currently used in product."
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
172
|
+
"description": "Medium border; not currently used in product.",
|
|
173
|
+
"filePath": "src/core/border-width.json",
|
|
174
|
+
"isSource": true,
|
|
175
|
+
"original": {
|
|
176
|
+
"value": "2px",
|
|
177
|
+
"type": "borderWidth",
|
|
178
|
+
"description": "Medium border; not currently used in product."
|
|
179
|
+
},
|
|
180
|
+
"name": "mds-border-width-core-medium",
|
|
181
|
+
"attributes": {
|
|
182
|
+
"category": "border-width",
|
|
183
|
+
"type": "core",
|
|
184
|
+
"item": "medium"
|
|
185
|
+
},
|
|
186
|
+
"path": [
|
|
187
|
+
"border-width",
|
|
188
|
+
"core",
|
|
189
|
+
"medium"
|
|
190
|
+
]
|
|
167
191
|
},
|
|
168
|
-
"
|
|
169
|
-
"border-width",
|
|
170
|
-
"medium"
|
|
171
|
-
]
|
|
172
|
-
},
|
|
173
|
-
"large": {
|
|
174
|
-
"value": "3px",
|
|
175
|
-
"type": "borderWidth",
|
|
176
|
-
"description": "Large border; not currently used in product.",
|
|
177
|
-
"filePath": "src/core/border-width.json",
|
|
178
|
-
"isSource": true,
|
|
179
|
-
"original": {
|
|
192
|
+
"large": {
|
|
180
193
|
"value": "3px",
|
|
181
194
|
"type": "borderWidth",
|
|
182
|
-
"description": "Large border; not currently used in product."
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
"border-width",
|
|
191
|
-
"
|
|
192
|
-
|
|
195
|
+
"description": "Large border; not currently used in product.",
|
|
196
|
+
"filePath": "src/core/border-width.json",
|
|
197
|
+
"isSource": true,
|
|
198
|
+
"original": {
|
|
199
|
+
"value": "3px",
|
|
200
|
+
"type": "borderWidth",
|
|
201
|
+
"description": "Large border; not currently used in product."
|
|
202
|
+
},
|
|
203
|
+
"name": "mds-border-width-core-large",
|
|
204
|
+
"attributes": {
|
|
205
|
+
"category": "border-width",
|
|
206
|
+
"type": "core",
|
|
207
|
+
"item": "large"
|
|
208
|
+
},
|
|
209
|
+
"path": [
|
|
210
|
+
"border-width",
|
|
211
|
+
"core",
|
|
212
|
+
"large"
|
|
213
|
+
]
|
|
214
|
+
}
|
|
193
215
|
}
|
|
194
216
|
},
|
|
195
217
|
"color": {
|
|
@@ -2435,15 +2457,15 @@
|
|
|
2435
2457
|
]
|
|
2436
2458
|
},
|
|
2437
2459
|
"20": {
|
|
2438
|
-
"value": "#
|
|
2460
|
+
"value": "#FED5AC",
|
|
2439
2461
|
"type": "color",
|
|
2440
|
-
"description": "HEX Code: #
|
|
2462
|
+
"description": "HEX Code: #FED5AC",
|
|
2441
2463
|
"filePath": "src/core/color.json",
|
|
2442
2464
|
"isSource": true,
|
|
2443
2465
|
"original": {
|
|
2444
|
-
"value": "#
|
|
2466
|
+
"value": "#FED5AC",
|
|
2445
2467
|
"type": "color",
|
|
2446
|
-
"description": "HEX Code: #
|
|
2468
|
+
"description": "HEX Code: #FED5AC"
|
|
2447
2469
|
},
|
|
2448
2470
|
"name": "mds-color-core-orange-20",
|
|
2449
2471
|
"attributes": {
|
|
@@ -2460,15 +2482,15 @@
|
|
|
2460
2482
|
]
|
|
2461
2483
|
},
|
|
2462
2484
|
"30": {
|
|
2463
|
-
"value": "#
|
|
2485
|
+
"value": "#FEBA7F",
|
|
2464
2486
|
"type": "color",
|
|
2465
|
-
"description": "HEX Code: #
|
|
2487
|
+
"description": "HEX Code: #FEBA7F",
|
|
2466
2488
|
"filePath": "src/core/color.json",
|
|
2467
2489
|
"isSource": true,
|
|
2468
2490
|
"original": {
|
|
2469
|
-
"value": "#
|
|
2491
|
+
"value": "#FEBA7F",
|
|
2470
2492
|
"type": "color",
|
|
2471
|
-
"description": "HEX Code: #
|
|
2493
|
+
"description": "HEX Code: #FEBA7F"
|
|
2472
2494
|
},
|
|
2473
2495
|
"name": "mds-color-core-orange-30",
|
|
2474
2496
|
"attributes": {
|
|
@@ -2485,15 +2507,15 @@
|
|
|
2485
2507
|
]
|
|
2486
2508
|
},
|
|
2487
2509
|
"40": {
|
|
2488
|
-
"value": "#
|
|
2510
|
+
"value": "#FD884E",
|
|
2489
2511
|
"type": "color",
|
|
2490
|
-
"description": "HEX Code: #
|
|
2512
|
+
"description": "HEX Code: #FD884E",
|
|
2491
2513
|
"filePath": "src/core/color.json",
|
|
2492
2514
|
"isSource": true,
|
|
2493
2515
|
"original": {
|
|
2494
|
-
"value": "#
|
|
2516
|
+
"value": "#FD884E",
|
|
2495
2517
|
"type": "color",
|
|
2496
|
-
"description": "HEX Code: #
|
|
2518
|
+
"description": "HEX Code: #FD884E"
|
|
2497
2519
|
},
|
|
2498
2520
|
"name": "mds-color-core-orange-40",
|
|
2499
2521
|
"attributes": {
|
|
@@ -2510,15 +2532,15 @@
|
|
|
2510
2532
|
]
|
|
2511
2533
|
},
|
|
2512
2534
|
"50": {
|
|
2513
|
-
"value": "#
|
|
2535
|
+
"value": "#EC6400",
|
|
2514
2536
|
"type": "color",
|
|
2515
|
-
"description": "HEX Code: #
|
|
2537
|
+
"description": "HEX Code: #EC6400",
|
|
2516
2538
|
"filePath": "src/core/color.json",
|
|
2517
2539
|
"isSource": true,
|
|
2518
2540
|
"original": {
|
|
2519
|
-
"value": "#
|
|
2541
|
+
"value": "#EC6400",
|
|
2520
2542
|
"type": "color",
|
|
2521
|
-
"description": "HEX Code: #
|
|
2543
|
+
"description": "HEX Code: #EC6400"
|
|
2522
2544
|
},
|
|
2523
2545
|
"name": "mds-color-core-orange-50",
|
|
2524
2546
|
"attributes": {
|
|
@@ -2535,15 +2557,15 @@
|
|
|
2535
2557
|
]
|
|
2536
2558
|
},
|
|
2537
2559
|
"60": {
|
|
2538
|
-
"value": "#
|
|
2560
|
+
"value": "#C94403",
|
|
2539
2561
|
"type": "color",
|
|
2540
|
-
"description": "HEX Code: #
|
|
2562
|
+
"description": "HEX Code: #C94403",
|
|
2541
2563
|
"filePath": "src/core/color.json",
|
|
2542
2564
|
"isSource": true,
|
|
2543
2565
|
"original": {
|
|
2544
|
-
"value": "#
|
|
2566
|
+
"value": "#C94403",
|
|
2545
2567
|
"type": "color",
|
|
2546
|
-
"description": "HEX Code: #
|
|
2568
|
+
"description": "HEX Code: #C94403"
|
|
2547
2569
|
},
|
|
2548
2570
|
"name": "mds-color-core-orange-60",
|
|
2549
2571
|
"attributes": {
|
|
@@ -2560,15 +2582,15 @@
|
|
|
2560
2582
|
]
|
|
2561
2583
|
},
|
|
2562
2584
|
"70": {
|
|
2563
|
-
"value": "#
|
|
2585
|
+
"value": "#9C3202",
|
|
2564
2586
|
"type": "color",
|
|
2565
|
-
"description": "HEX Code: #
|
|
2587
|
+
"description": "HEX Code: #9C3202",
|
|
2566
2588
|
"filePath": "src/core/color.json",
|
|
2567
2589
|
"isSource": true,
|
|
2568
2590
|
"original": {
|
|
2569
|
-
"value": "#
|
|
2591
|
+
"value": "#9C3202",
|
|
2570
2592
|
"type": "color",
|
|
2571
|
-
"description": "HEX Code: #
|
|
2593
|
+
"description": "HEX Code: #9C3202"
|
|
2572
2594
|
},
|
|
2573
2595
|
"name": "mds-color-core-orange-70",
|
|
2574
2596
|
"attributes": {
|
|
@@ -2585,15 +2607,15 @@
|
|
|
2585
2607
|
]
|
|
2586
2608
|
},
|
|
2587
2609
|
"80": {
|
|
2588
|
-
"value": "#
|
|
2610
|
+
"value": "#682601",
|
|
2589
2611
|
"type": "color",
|
|
2590
|
-
"description": "HEX Code: #
|
|
2612
|
+
"description": "HEX Code: #682601",
|
|
2591
2613
|
"filePath": "src/core/color.json",
|
|
2592
2614
|
"isSource": true,
|
|
2593
2615
|
"original": {
|
|
2594
|
-
"value": "#
|
|
2616
|
+
"value": "#682601",
|
|
2595
2617
|
"type": "color",
|
|
2596
|
-
"description": "HEX Code: #
|
|
2618
|
+
"description": "HEX Code: #682601"
|
|
2597
2619
|
},
|
|
2598
2620
|
"name": "mds-color-core-orange-80",
|
|
2599
2621
|
"attributes": {
|
|
@@ -2610,15 +2632,15 @@
|
|
|
2610
2632
|
]
|
|
2611
2633
|
},
|
|
2612
2634
|
"90": {
|
|
2613
|
-
"value": "#
|
|
2635
|
+
"value": "#411B04",
|
|
2614
2636
|
"type": "color",
|
|
2615
|
-
"description": "HEX Code: #
|
|
2637
|
+
"description": "HEX Code: #411B04",
|
|
2616
2638
|
"filePath": "src/core/color.json",
|
|
2617
2639
|
"isSource": true,
|
|
2618
2640
|
"original": {
|
|
2619
|
-
"value": "#
|
|
2641
|
+
"value": "#411B04",
|
|
2620
2642
|
"type": "color",
|
|
2621
|
-
"description": "HEX Code: #
|
|
2643
|
+
"description": "HEX Code: #411B04"
|
|
2622
2644
|
},
|
|
2623
2645
|
"name": "mds-color-core-orange-90",
|
|
2624
2646
|
"attributes": {
|
|
@@ -2660,15 +2682,15 @@
|
|
|
2660
2682
|
]
|
|
2661
2683
|
},
|
|
2662
2684
|
"100": {
|
|
2663
|
-
"value": "#
|
|
2685
|
+
"value": "#170B02",
|
|
2664
2686
|
"type": "color",
|
|
2665
|
-
"description": "HEX Code: #
|
|
2687
|
+
"description": "HEX Code: #170B02",
|
|
2666
2688
|
"filePath": "src/core/color.json",
|
|
2667
2689
|
"isSource": true,
|
|
2668
2690
|
"original": {
|
|
2669
|
-
"value": "#
|
|
2691
|
+
"value": "#170B02",
|
|
2670
2692
|
"type": "color",
|
|
2671
|
-
"description": "HEX Code: #
|
|
2693
|
+
"description": "HEX Code: #170B02"
|
|
2672
2694
|
},
|
|
2673
2695
|
"name": "mds-color-core-orange-100",
|
|
2674
2696
|
"attributes": {
|
|
@@ -6812,375 +6834,413 @@
|
|
|
6812
6834
|
}
|
|
6813
6835
|
},
|
|
6814
6836
|
"elevation": {
|
|
6815
|
-
"
|
|
6816
|
-
"
|
|
6817
|
-
|
|
6818
|
-
"description": "elevation.0; Standard level.",
|
|
6819
|
-
"filePath": "src/core/elevation.json",
|
|
6820
|
-
"isSource": true,
|
|
6821
|
-
"original": {
|
|
6822
|
-
"value": {
|
|
6823
|
-
"x": "0",
|
|
6824
|
-
"y": "0",
|
|
6825
|
-
"blur": "0",
|
|
6826
|
-
"spread": "0",
|
|
6827
|
-
"color": "",
|
|
6828
|
-
"type": "innerShadow"
|
|
6829
|
-
},
|
|
6837
|
+
"core": {
|
|
6838
|
+
"0": {
|
|
6839
|
+
"value": "0px 0px 0px 0px",
|
|
6830
6840
|
"type": "boxShadow",
|
|
6831
|
-
"description": "elevation.0; Standard level."
|
|
6832
|
-
|
|
6833
|
-
|
|
6834
|
-
|
|
6835
|
-
|
|
6836
|
-
|
|
6837
|
-
|
|
6838
|
-
|
|
6839
|
-
|
|
6840
|
-
|
|
6841
|
-
|
|
6842
|
-
|
|
6843
|
-
|
|
6844
|
-
|
|
6845
|
-
|
|
6846
|
-
|
|
6847
|
-
|
|
6848
|
-
|
|
6849
|
-
|
|
6850
|
-
|
|
6851
|
-
"x": "0",
|
|
6852
|
-
"y": "4",
|
|
6853
|
-
"blur": "8",
|
|
6854
|
-
"spread": "0",
|
|
6855
|
-
"color": "rgba(0,0,0,0.2)",
|
|
6856
|
-
"type": "dropShadow"
|
|
6841
|
+
"description": "elevation.0; Standard level.",
|
|
6842
|
+
"filePath": "src/core/elevation.json",
|
|
6843
|
+
"isSource": true,
|
|
6844
|
+
"original": {
|
|
6845
|
+
"value": {
|
|
6846
|
+
"x": "0",
|
|
6847
|
+
"y": "0",
|
|
6848
|
+
"blur": "0",
|
|
6849
|
+
"spread": "0",
|
|
6850
|
+
"color": "",
|
|
6851
|
+
"type": "innerShadow"
|
|
6852
|
+
},
|
|
6853
|
+
"type": "boxShadow",
|
|
6854
|
+
"description": "elevation.0; Standard level."
|
|
6855
|
+
},
|
|
6856
|
+
"name": "mds-elevation-core-0",
|
|
6857
|
+
"attributes": {
|
|
6858
|
+
"category": "elevation",
|
|
6859
|
+
"type": "core",
|
|
6860
|
+
"item": "0"
|
|
6857
6861
|
},
|
|
6858
|
-
"
|
|
6859
|
-
|
|
6860
|
-
|
|
6861
|
-
|
|
6862
|
-
|
|
6863
|
-
"category": "elevation",
|
|
6864
|
-
"type": "1"
|
|
6862
|
+
"path": [
|
|
6863
|
+
"elevation",
|
|
6864
|
+
"core",
|
|
6865
|
+
"0"
|
|
6866
|
+
]
|
|
6865
6867
|
},
|
|
6866
|
-
"
|
|
6867
|
-
"
|
|
6868
|
-
"1"
|
|
6869
|
-
]
|
|
6870
|
-
},
|
|
6871
|
-
"2": {
|
|
6872
|
-
"value": "drop-shadow(0px 24px 48px rgba(0,0,0,0.2))",
|
|
6873
|
-
"type": "boxShadow",
|
|
6874
|
-
"description": "elevation.2\nHeader search panel, tooltips, callouts, transient dropdowns (moves based on content or mouse position) Right panels. Dialog boxes",
|
|
6875
|
-
"filePath": "src/core/elevation.json",
|
|
6876
|
-
"isSource": true,
|
|
6877
|
-
"original": {
|
|
6878
|
-
"value": {
|
|
6879
|
-
"x": "0",
|
|
6880
|
-
"y": "24",
|
|
6881
|
-
"blur": "48",
|
|
6882
|
-
"spread": "0",
|
|
6883
|
-
"color": "rgba(0,0,0,0.2)",
|
|
6884
|
-
"type": "dropShadow"
|
|
6885
|
-
},
|
|
6868
|
+
"1": {
|
|
6869
|
+
"value": "drop-shadow(0px 4px 8px rgba(0,0,0,0.2))",
|
|
6886
6870
|
"type": "boxShadow",
|
|
6887
|
-
"description": "
|
|
6888
|
-
|
|
6889
|
-
|
|
6890
|
-
|
|
6891
|
-
|
|
6892
|
-
|
|
6871
|
+
"description": "left nav hover, table row hover, list row hover, picker hover, button rest",
|
|
6872
|
+
"filePath": "src/core/elevation.json",
|
|
6873
|
+
"isSource": true,
|
|
6874
|
+
"original": {
|
|
6875
|
+
"value": {
|
|
6876
|
+
"x": "0",
|
|
6877
|
+
"y": "4",
|
|
6878
|
+
"blur": "8",
|
|
6879
|
+
"spread": "0",
|
|
6880
|
+
"color": "rgba(0,0,0,0.2)",
|
|
6881
|
+
"type": "dropShadow"
|
|
6882
|
+
},
|
|
6883
|
+
"type": "boxShadow",
|
|
6884
|
+
"description": "left nav hover, table row hover, list row hover, picker hover, button rest"
|
|
6885
|
+
},
|
|
6886
|
+
"name": "mds-elevation-core-1",
|
|
6887
|
+
"attributes": {
|
|
6888
|
+
"category": "elevation",
|
|
6889
|
+
"type": "core",
|
|
6890
|
+
"item": "1"
|
|
6891
|
+
},
|
|
6892
|
+
"path": [
|
|
6893
|
+
"elevation",
|
|
6894
|
+
"core",
|
|
6895
|
+
"1"
|
|
6896
|
+
]
|
|
6893
6897
|
},
|
|
6894
|
-
"
|
|
6895
|
-
"
|
|
6896
|
-
"
|
|
6897
|
-
|
|
6898
|
+
"2": {
|
|
6899
|
+
"value": "drop-shadow(0px 24px 48px rgba(0,0,0,0.2))",
|
|
6900
|
+
"type": "boxShadow",
|
|
6901
|
+
"description": "elevation.2\nHeader search panel, tooltips, callouts, transient dropdowns (moves based on content or mouse position) Right panels. Dialog boxes",
|
|
6902
|
+
"filePath": "src/core/elevation.json",
|
|
6903
|
+
"isSource": true,
|
|
6904
|
+
"original": {
|
|
6905
|
+
"value": {
|
|
6906
|
+
"x": "0",
|
|
6907
|
+
"y": "24",
|
|
6908
|
+
"blur": "48",
|
|
6909
|
+
"spread": "0",
|
|
6910
|
+
"color": "rgba(0,0,0,0.2)",
|
|
6911
|
+
"type": "dropShadow"
|
|
6912
|
+
},
|
|
6913
|
+
"type": "boxShadow",
|
|
6914
|
+
"description": "elevation.2\nHeader search panel, tooltips, callouts, transient dropdowns (moves based on content or mouse position) Right panels. Dialog boxes"
|
|
6915
|
+
},
|
|
6916
|
+
"name": "mds-elevation-core-2",
|
|
6917
|
+
"attributes": {
|
|
6918
|
+
"category": "elevation",
|
|
6919
|
+
"type": "core",
|
|
6920
|
+
"item": "2"
|
|
6921
|
+
},
|
|
6922
|
+
"path": [
|
|
6923
|
+
"elevation",
|
|
6924
|
+
"core",
|
|
6925
|
+
"2"
|
|
6926
|
+
]
|
|
6927
|
+
}
|
|
6898
6928
|
}
|
|
6899
6929
|
},
|
|
6900
6930
|
"spacing": {
|
|
6901
|
-
"
|
|
6902
|
-
"
|
|
6903
|
-
"type": "spacing",
|
|
6904
|
-
"filePath": "src/core/spacing.json",
|
|
6905
|
-
"isSource": true,
|
|
6906
|
-
"original": {
|
|
6931
|
+
"core": {
|
|
6932
|
+
"none": {
|
|
6907
6933
|
"value": "0px",
|
|
6908
|
-
"type": "spacing"
|
|
6909
|
-
|
|
6910
|
-
|
|
6911
|
-
|
|
6912
|
-
|
|
6913
|
-
|
|
6934
|
+
"type": "spacing",
|
|
6935
|
+
"filePath": "src/core/spacing.json",
|
|
6936
|
+
"isSource": true,
|
|
6937
|
+
"original": {
|
|
6938
|
+
"value": "0px",
|
|
6939
|
+
"type": "spacing"
|
|
6940
|
+
},
|
|
6941
|
+
"name": "mds-spacing-core-none",
|
|
6942
|
+
"attributes": {
|
|
6943
|
+
"category": "spacing",
|
|
6944
|
+
"type": "core",
|
|
6945
|
+
"item": "none"
|
|
6946
|
+
},
|
|
6947
|
+
"path": [
|
|
6948
|
+
"spacing",
|
|
6949
|
+
"core",
|
|
6950
|
+
"none"
|
|
6951
|
+
]
|
|
6914
6952
|
},
|
|
6915
|
-
"
|
|
6916
|
-
"spacing",
|
|
6917
|
-
"none"
|
|
6918
|
-
]
|
|
6919
|
-
},
|
|
6920
|
-
"micro": {
|
|
6921
|
-
"value": "2px",
|
|
6922
|
-
"type": "spacing",
|
|
6923
|
-
"filePath": "src/core/spacing.json",
|
|
6924
|
-
"isSource": true,
|
|
6925
|
-
"original": {
|
|
6953
|
+
"micro": {
|
|
6926
6954
|
"value": "2px",
|
|
6927
|
-
"type": "spacing"
|
|
6928
|
-
|
|
6929
|
-
|
|
6930
|
-
|
|
6931
|
-
|
|
6932
|
-
|
|
6955
|
+
"type": "spacing",
|
|
6956
|
+
"filePath": "src/core/spacing.json",
|
|
6957
|
+
"isSource": true,
|
|
6958
|
+
"original": {
|
|
6959
|
+
"value": "2px",
|
|
6960
|
+
"type": "spacing"
|
|
6961
|
+
},
|
|
6962
|
+
"name": "mds-spacing-core-micro",
|
|
6963
|
+
"attributes": {
|
|
6964
|
+
"category": "spacing",
|
|
6965
|
+
"type": "core",
|
|
6966
|
+
"item": "micro"
|
|
6967
|
+
},
|
|
6968
|
+
"path": [
|
|
6969
|
+
"spacing",
|
|
6970
|
+
"core",
|
|
6971
|
+
"micro"
|
|
6972
|
+
]
|
|
6933
6973
|
},
|
|
6934
|
-
"
|
|
6935
|
-
"spacing",
|
|
6936
|
-
"micro"
|
|
6937
|
-
]
|
|
6938
|
-
},
|
|
6939
|
-
"xxx-small": {
|
|
6940
|
-
"value": "4px",
|
|
6941
|
-
"type": "spacing",
|
|
6942
|
-
"description": "Extra, extra, extra small.",
|
|
6943
|
-
"filePath": "src/core/spacing.json",
|
|
6944
|
-
"isSource": true,
|
|
6945
|
-
"original": {
|
|
6974
|
+
"xxx-small": {
|
|
6946
6975
|
"value": "4px",
|
|
6947
6976
|
"type": "spacing",
|
|
6948
|
-
"description": "Extra, extra, extra small."
|
|
6949
|
-
|
|
6950
|
-
|
|
6951
|
-
|
|
6952
|
-
|
|
6953
|
-
|
|
6977
|
+
"description": "Extra, extra, extra small.",
|
|
6978
|
+
"filePath": "src/core/spacing.json",
|
|
6979
|
+
"isSource": true,
|
|
6980
|
+
"original": {
|
|
6981
|
+
"value": "4px",
|
|
6982
|
+
"type": "spacing",
|
|
6983
|
+
"description": "Extra, extra, extra small."
|
|
6984
|
+
},
|
|
6985
|
+
"name": "mds-spacing-core-xxx-small",
|
|
6986
|
+
"attributes": {
|
|
6987
|
+
"category": "spacing",
|
|
6988
|
+
"type": "core",
|
|
6989
|
+
"item": "xxx-small"
|
|
6990
|
+
},
|
|
6991
|
+
"path": [
|
|
6992
|
+
"spacing",
|
|
6993
|
+
"core",
|
|
6994
|
+
"xxx-small"
|
|
6995
|
+
]
|
|
6954
6996
|
},
|
|
6955
|
-
"
|
|
6956
|
-
"spacing",
|
|
6957
|
-
"xxx-small"
|
|
6958
|
-
]
|
|
6959
|
-
},
|
|
6960
|
-
"xx-small": {
|
|
6961
|
-
"value": "8px",
|
|
6962
|
-
"type": "spacing",
|
|
6963
|
-
"description": "Extra, extra small.",
|
|
6964
|
-
"filePath": "src/core/spacing.json",
|
|
6965
|
-
"isSource": true,
|
|
6966
|
-
"original": {
|
|
6997
|
+
"xx-small": {
|
|
6967
6998
|
"value": "8px",
|
|
6968
6999
|
"type": "spacing",
|
|
6969
|
-
"description": "Extra, extra small."
|
|
6970
|
-
|
|
6971
|
-
|
|
6972
|
-
|
|
6973
|
-
|
|
6974
|
-
|
|
7000
|
+
"description": "Extra, extra small.",
|
|
7001
|
+
"filePath": "src/core/spacing.json",
|
|
7002
|
+
"isSource": true,
|
|
7003
|
+
"original": {
|
|
7004
|
+
"value": "8px",
|
|
7005
|
+
"type": "spacing",
|
|
7006
|
+
"description": "Extra, extra small."
|
|
7007
|
+
},
|
|
7008
|
+
"name": "mds-spacing-core-xx-small",
|
|
7009
|
+
"attributes": {
|
|
7010
|
+
"category": "spacing",
|
|
7011
|
+
"type": "core",
|
|
7012
|
+
"item": "xx-small"
|
|
7013
|
+
},
|
|
7014
|
+
"path": [
|
|
7015
|
+
"spacing",
|
|
7016
|
+
"core",
|
|
7017
|
+
"xx-small"
|
|
7018
|
+
]
|
|
6975
7019
|
},
|
|
6976
|
-
"
|
|
6977
|
-
"spacing",
|
|
6978
|
-
"xx-small"
|
|
6979
|
-
]
|
|
6980
|
-
},
|
|
6981
|
-
"x-small": {
|
|
6982
|
-
"value": "12px",
|
|
6983
|
-
"type": "spacing",
|
|
6984
|
-
"description": "Extra small.",
|
|
6985
|
-
"filePath": "src/core/spacing.json",
|
|
6986
|
-
"isSource": true,
|
|
6987
|
-
"original": {
|
|
7020
|
+
"x-small": {
|
|
6988
7021
|
"value": "12px",
|
|
6989
7022
|
"type": "spacing",
|
|
6990
|
-
"description": "Extra small."
|
|
6991
|
-
|
|
6992
|
-
|
|
6993
|
-
|
|
6994
|
-
|
|
6995
|
-
|
|
7023
|
+
"description": "Extra small.",
|
|
7024
|
+
"filePath": "src/core/spacing.json",
|
|
7025
|
+
"isSource": true,
|
|
7026
|
+
"original": {
|
|
7027
|
+
"value": "12px",
|
|
7028
|
+
"type": "spacing",
|
|
7029
|
+
"description": "Extra small."
|
|
7030
|
+
},
|
|
7031
|
+
"name": "mds-spacing-core-x-small",
|
|
7032
|
+
"attributes": {
|
|
7033
|
+
"category": "spacing",
|
|
7034
|
+
"type": "core",
|
|
7035
|
+
"item": "x-small"
|
|
7036
|
+
},
|
|
7037
|
+
"path": [
|
|
7038
|
+
"spacing",
|
|
7039
|
+
"core",
|
|
7040
|
+
"x-small"
|
|
7041
|
+
]
|
|
6996
7042
|
},
|
|
6997
|
-
"
|
|
6998
|
-
"spacing",
|
|
6999
|
-
"x-small"
|
|
7000
|
-
]
|
|
7001
|
-
},
|
|
7002
|
-
"small": {
|
|
7003
|
-
"value": "16px",
|
|
7004
|
-
"type": "spacing",
|
|
7005
|
-
"description": "Small.",
|
|
7006
|
-
"filePath": "src/core/spacing.json",
|
|
7007
|
-
"isSource": true,
|
|
7008
|
-
"original": {
|
|
7043
|
+
"small": {
|
|
7009
7044
|
"value": "16px",
|
|
7010
7045
|
"type": "spacing",
|
|
7011
|
-
"description": "Small."
|
|
7012
|
-
|
|
7013
|
-
|
|
7014
|
-
|
|
7015
|
-
|
|
7016
|
-
|
|
7046
|
+
"description": "Small.",
|
|
7047
|
+
"filePath": "src/core/spacing.json",
|
|
7048
|
+
"isSource": true,
|
|
7049
|
+
"original": {
|
|
7050
|
+
"value": "16px",
|
|
7051
|
+
"type": "spacing",
|
|
7052
|
+
"description": "Small."
|
|
7053
|
+
},
|
|
7054
|
+
"name": "mds-spacing-core-small",
|
|
7055
|
+
"attributes": {
|
|
7056
|
+
"category": "spacing",
|
|
7057
|
+
"type": "core",
|
|
7058
|
+
"item": "small"
|
|
7059
|
+
},
|
|
7060
|
+
"path": [
|
|
7061
|
+
"spacing",
|
|
7062
|
+
"core",
|
|
7063
|
+
"small"
|
|
7064
|
+
]
|
|
7017
7065
|
},
|
|
7018
|
-
"
|
|
7019
|
-
"spacing",
|
|
7020
|
-
"small"
|
|
7021
|
-
]
|
|
7022
|
-
},
|
|
7023
|
-
"medium": {
|
|
7024
|
-
"value": "20px",
|
|
7025
|
-
"type": "spacing",
|
|
7026
|
-
"description": "Medium.",
|
|
7027
|
-
"filePath": "src/core/spacing.json",
|
|
7028
|
-
"isSource": true,
|
|
7029
|
-
"original": {
|
|
7066
|
+
"medium": {
|
|
7030
7067
|
"value": "20px",
|
|
7031
7068
|
"type": "spacing",
|
|
7032
|
-
"description": "Medium."
|
|
7033
|
-
|
|
7034
|
-
|
|
7035
|
-
|
|
7036
|
-
|
|
7037
|
-
|
|
7069
|
+
"description": "Medium.",
|
|
7070
|
+
"filePath": "src/core/spacing.json",
|
|
7071
|
+
"isSource": true,
|
|
7072
|
+
"original": {
|
|
7073
|
+
"value": "20px",
|
|
7074
|
+
"type": "spacing",
|
|
7075
|
+
"description": "Medium."
|
|
7076
|
+
},
|
|
7077
|
+
"name": "mds-spacing-core-medium",
|
|
7078
|
+
"attributes": {
|
|
7079
|
+
"category": "spacing",
|
|
7080
|
+
"type": "core",
|
|
7081
|
+
"item": "medium"
|
|
7082
|
+
},
|
|
7083
|
+
"path": [
|
|
7084
|
+
"spacing",
|
|
7085
|
+
"core",
|
|
7086
|
+
"medium"
|
|
7087
|
+
]
|
|
7038
7088
|
},
|
|
7039
|
-
"
|
|
7040
|
-
"spacing",
|
|
7041
|
-
"medium"
|
|
7042
|
-
]
|
|
7043
|
-
},
|
|
7044
|
-
"large": {
|
|
7045
|
-
"value": "24px",
|
|
7046
|
-
"type": "spacing",
|
|
7047
|
-
"description": "Large.",
|
|
7048
|
-
"filePath": "src/core/spacing.json",
|
|
7049
|
-
"isSource": true,
|
|
7050
|
-
"original": {
|
|
7089
|
+
"large": {
|
|
7051
7090
|
"value": "24px",
|
|
7052
7091
|
"type": "spacing",
|
|
7053
|
-
"description": "Large."
|
|
7054
|
-
|
|
7055
|
-
|
|
7056
|
-
|
|
7057
|
-
|
|
7058
|
-
|
|
7092
|
+
"description": "Large.",
|
|
7093
|
+
"filePath": "src/core/spacing.json",
|
|
7094
|
+
"isSource": true,
|
|
7095
|
+
"original": {
|
|
7096
|
+
"value": "24px",
|
|
7097
|
+
"type": "spacing",
|
|
7098
|
+
"description": "Large."
|
|
7099
|
+
},
|
|
7100
|
+
"name": "mds-spacing-core-large",
|
|
7101
|
+
"attributes": {
|
|
7102
|
+
"category": "spacing",
|
|
7103
|
+
"type": "core",
|
|
7104
|
+
"item": "large"
|
|
7105
|
+
},
|
|
7106
|
+
"path": [
|
|
7107
|
+
"spacing",
|
|
7108
|
+
"core",
|
|
7109
|
+
"large"
|
|
7110
|
+
]
|
|
7059
7111
|
},
|
|
7060
|
-
"
|
|
7061
|
-
"spacing",
|
|
7062
|
-
"large"
|
|
7063
|
-
]
|
|
7064
|
-
},
|
|
7065
|
-
"x-large": {
|
|
7066
|
-
"value": "32px",
|
|
7067
|
-
"type": "spacing",
|
|
7068
|
-
"description": "Extra large.",
|
|
7069
|
-
"filePath": "src/core/spacing.json",
|
|
7070
|
-
"isSource": true,
|
|
7071
|
-
"original": {
|
|
7112
|
+
"x-large": {
|
|
7072
7113
|
"value": "32px",
|
|
7073
7114
|
"type": "spacing",
|
|
7074
|
-
"description": "Extra large."
|
|
7075
|
-
|
|
7076
|
-
|
|
7077
|
-
|
|
7078
|
-
|
|
7079
|
-
|
|
7115
|
+
"description": "Extra large.",
|
|
7116
|
+
"filePath": "src/core/spacing.json",
|
|
7117
|
+
"isSource": true,
|
|
7118
|
+
"original": {
|
|
7119
|
+
"value": "32px",
|
|
7120
|
+
"type": "spacing",
|
|
7121
|
+
"description": "Extra large."
|
|
7122
|
+
},
|
|
7123
|
+
"name": "mds-spacing-core-x-large",
|
|
7124
|
+
"attributes": {
|
|
7125
|
+
"category": "spacing",
|
|
7126
|
+
"type": "core",
|
|
7127
|
+
"item": "x-large"
|
|
7128
|
+
},
|
|
7129
|
+
"path": [
|
|
7130
|
+
"spacing",
|
|
7131
|
+
"core",
|
|
7132
|
+
"x-large"
|
|
7133
|
+
]
|
|
7080
7134
|
},
|
|
7081
|
-
"
|
|
7082
|
-
"spacing",
|
|
7083
|
-
"x-large"
|
|
7084
|
-
]
|
|
7085
|
-
},
|
|
7086
|
-
"xx-large": {
|
|
7087
|
-
"value": "40px",
|
|
7088
|
-
"type": "spacing",
|
|
7089
|
-
"description": "Extra, extra large.",
|
|
7090
|
-
"filePath": "src/core/spacing.json",
|
|
7091
|
-
"isSource": true,
|
|
7092
|
-
"original": {
|
|
7135
|
+
"xx-large": {
|
|
7093
7136
|
"value": "40px",
|
|
7094
7137
|
"type": "spacing",
|
|
7095
|
-
"description": "Extra, extra large."
|
|
7096
|
-
|
|
7097
|
-
|
|
7098
|
-
|
|
7099
|
-
|
|
7100
|
-
|
|
7138
|
+
"description": "Extra, extra large.",
|
|
7139
|
+
"filePath": "src/core/spacing.json",
|
|
7140
|
+
"isSource": true,
|
|
7141
|
+
"original": {
|
|
7142
|
+
"value": "40px",
|
|
7143
|
+
"type": "spacing",
|
|
7144
|
+
"description": "Extra, extra large."
|
|
7145
|
+
},
|
|
7146
|
+
"name": "mds-spacing-core-xx-large",
|
|
7147
|
+
"attributes": {
|
|
7148
|
+
"category": "spacing",
|
|
7149
|
+
"type": "core",
|
|
7150
|
+
"item": "xx-large"
|
|
7151
|
+
},
|
|
7152
|
+
"path": [
|
|
7153
|
+
"spacing",
|
|
7154
|
+
"core",
|
|
7155
|
+
"xx-large"
|
|
7156
|
+
]
|
|
7101
7157
|
},
|
|
7102
|
-
"
|
|
7103
|
-
"spacing",
|
|
7104
|
-
"xx-large"
|
|
7105
|
-
]
|
|
7106
|
-
},
|
|
7107
|
-
"xxx-large": {
|
|
7108
|
-
"value": "52px",
|
|
7109
|
-
"type": "spacing",
|
|
7110
|
-
"description": "Extra, extra, extra large.",
|
|
7111
|
-
"filePath": "src/core/spacing.json",
|
|
7112
|
-
"isSource": true,
|
|
7113
|
-
"original": {
|
|
7158
|
+
"xxx-large": {
|
|
7114
7159
|
"value": "52px",
|
|
7115
7160
|
"type": "spacing",
|
|
7116
|
-
"description": "Extra, extra, extra large."
|
|
7117
|
-
|
|
7118
|
-
|
|
7119
|
-
|
|
7120
|
-
|
|
7121
|
-
|
|
7161
|
+
"description": "Extra, extra, extra large.",
|
|
7162
|
+
"filePath": "src/core/spacing.json",
|
|
7163
|
+
"isSource": true,
|
|
7164
|
+
"original": {
|
|
7165
|
+
"value": "52px",
|
|
7166
|
+
"type": "spacing",
|
|
7167
|
+
"description": "Extra, extra, extra large."
|
|
7168
|
+
},
|
|
7169
|
+
"name": "mds-spacing-core-xxx-large",
|
|
7170
|
+
"attributes": {
|
|
7171
|
+
"category": "spacing",
|
|
7172
|
+
"type": "core",
|
|
7173
|
+
"item": "xxx-large"
|
|
7174
|
+
},
|
|
7175
|
+
"path": [
|
|
7176
|
+
"spacing",
|
|
7177
|
+
"core",
|
|
7178
|
+
"xxx-large"
|
|
7179
|
+
]
|
|
7122
7180
|
},
|
|
7123
|
-
"
|
|
7124
|
-
"spacing",
|
|
7125
|
-
"xxx-large"
|
|
7126
|
-
]
|
|
7127
|
-
},
|
|
7128
|
-
"big": {
|
|
7129
|
-
"value": "64px",
|
|
7130
|
-
"type": "spacing",
|
|
7131
|
-
"filePath": "src/core/spacing.json",
|
|
7132
|
-
"isSource": true,
|
|
7133
|
-
"original": {
|
|
7181
|
+
"big": {
|
|
7134
7182
|
"value": "64px",
|
|
7135
|
-
"type": "spacing"
|
|
7136
|
-
|
|
7137
|
-
|
|
7138
|
-
|
|
7139
|
-
|
|
7140
|
-
|
|
7183
|
+
"type": "spacing",
|
|
7184
|
+
"filePath": "src/core/spacing.json",
|
|
7185
|
+
"isSource": true,
|
|
7186
|
+
"original": {
|
|
7187
|
+
"value": "64px",
|
|
7188
|
+
"type": "spacing"
|
|
7189
|
+
},
|
|
7190
|
+
"name": "mds-spacing-core-big",
|
|
7191
|
+
"attributes": {
|
|
7192
|
+
"category": "spacing",
|
|
7193
|
+
"type": "core",
|
|
7194
|
+
"item": "big"
|
|
7195
|
+
},
|
|
7196
|
+
"path": [
|
|
7197
|
+
"spacing",
|
|
7198
|
+
"core",
|
|
7199
|
+
"big"
|
|
7200
|
+
]
|
|
7141
7201
|
},
|
|
7142
|
-
"
|
|
7143
|
-
"spacing",
|
|
7144
|
-
"big"
|
|
7145
|
-
]
|
|
7146
|
-
},
|
|
7147
|
-
"x-big": {
|
|
7148
|
-
"value": "80px",
|
|
7149
|
-
"type": "spacing",
|
|
7150
|
-
"filePath": "src/core/spacing.json",
|
|
7151
|
-
"isSource": true,
|
|
7152
|
-
"original": {
|
|
7202
|
+
"x-big": {
|
|
7153
7203
|
"value": "80px",
|
|
7154
|
-
"type": "spacing"
|
|
7155
|
-
|
|
7156
|
-
|
|
7157
|
-
|
|
7158
|
-
|
|
7159
|
-
|
|
7204
|
+
"type": "spacing",
|
|
7205
|
+
"filePath": "src/core/spacing.json",
|
|
7206
|
+
"isSource": true,
|
|
7207
|
+
"original": {
|
|
7208
|
+
"value": "80px",
|
|
7209
|
+
"type": "spacing"
|
|
7210
|
+
},
|
|
7211
|
+
"name": "mds-spacing-core-x-big",
|
|
7212
|
+
"attributes": {
|
|
7213
|
+
"category": "spacing",
|
|
7214
|
+
"type": "core",
|
|
7215
|
+
"item": "x-big"
|
|
7216
|
+
},
|
|
7217
|
+
"path": [
|
|
7218
|
+
"spacing",
|
|
7219
|
+
"core",
|
|
7220
|
+
"x-big"
|
|
7221
|
+
]
|
|
7160
7222
|
},
|
|
7161
|
-
"
|
|
7162
|
-
"spacing",
|
|
7163
|
-
"x-big"
|
|
7164
|
-
]
|
|
7165
|
-
},
|
|
7166
|
-
"xx-big": {
|
|
7167
|
-
"value": "100px",
|
|
7168
|
-
"type": "spacing",
|
|
7169
|
-
"filePath": "src/core/spacing.json",
|
|
7170
|
-
"isSource": true,
|
|
7171
|
-
"original": {
|
|
7223
|
+
"xx-big": {
|
|
7172
7224
|
"value": "100px",
|
|
7173
|
-
"type": "spacing"
|
|
7174
|
-
|
|
7175
|
-
|
|
7176
|
-
|
|
7177
|
-
|
|
7178
|
-
|
|
7179
|
-
|
|
7180
|
-
|
|
7181
|
-
"
|
|
7182
|
-
|
|
7183
|
-
|
|
7225
|
+
"type": "spacing",
|
|
7226
|
+
"filePath": "src/core/spacing.json",
|
|
7227
|
+
"isSource": true,
|
|
7228
|
+
"original": {
|
|
7229
|
+
"value": "100px",
|
|
7230
|
+
"type": "spacing"
|
|
7231
|
+
},
|
|
7232
|
+
"name": "mds-spacing-core-xx-big",
|
|
7233
|
+
"attributes": {
|
|
7234
|
+
"category": "spacing",
|
|
7235
|
+
"type": "core",
|
|
7236
|
+
"item": "xx-big"
|
|
7237
|
+
},
|
|
7238
|
+
"path": [
|
|
7239
|
+
"spacing",
|
|
7240
|
+
"core",
|
|
7241
|
+
"xx-big"
|
|
7242
|
+
]
|
|
7243
|
+
}
|
|
7184
7244
|
}
|
|
7185
7245
|
}
|
|
7186
7246
|
}
|