@momentum-design/tokens 0.3.3 → 0.4.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/dist/css/components/complete.css +6 -2
- package/dist/css/core/complete.css +1 -1
- package/dist/css/effect/complete.css +1 -1
- package/dist/css/elevation/complete.css +1 -1
- package/dist/css/theme/aaos/day-complete.css +1 -1
- package/dist/css/theme/aaos/night-complete.css +1 -1
- package/dist/css/theme/webex/dark-stable.css +4 -2
- package/dist/css/theme/webex/hc-dark-stable.css +3 -1
- package/dist/css/theme/webex/hc-light-stable.css +3 -1
- package/dist/css/theme/webex/light-stable.css +4 -2
- package/dist/css/typography/complete.css +1 -1
- package/dist/ios/core/complete.swift +1 -1
- package/dist/ios/effect/complete.swift +1 -1
- package/dist/ios/elevation/complete.swift +1 -1
- package/dist/ios/theme/aaos/day-complete.swift +1 -1
- package/dist/ios/theme/aaos/night-complete.swift +1 -1
- package/dist/ios/theme/webex/dark-stable.swift +4 -2
- package/dist/ios/theme/webex/hc-dark-stable.swift +3 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +3 -1
- package/dist/ios/theme/webex/light-stable.swift +4 -2
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/theme/webex/dark-stable.swift +3 -1
- package/dist/ios-webex/theme/webex/hc-dark-stable.swift +2 -0
- package/dist/ios-webex/theme/webex/hc-light-stable.swift +6 -0
- package/dist/ios-webex/theme/webex/light-stable.swift +7 -1
- package/dist/json/theme/webex/dark-stable.json +67 -4
- package/dist/json/theme/webex/hc-dark-stable.json +60 -0
- package/dist/json/theme/webex/hc-light-stable.json +63 -0
- package/dist/json/theme/webex/light-stable.json +67 -4
- package/dist/json-minimal/theme/webex/dark-stable.json +9 -1
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +7 -1
- package/dist/json-minimal/theme/webex/hc-light-stable.json +9 -1
- package/dist/json-minimal/theme/webex/light-stable.json +9 -1
- package/dist/resources/core/complete.xml +1 -1
- package/dist/resources/effect/complete.xml +1 -1
- package/dist/resources/elevation/complete.xml +1 -1
- package/dist/resources/theme/aaos/day-complete.xml +1 -1
- package/dist/resources/theme/aaos/night-complete.xml +1 -1
- package/dist/resources/theme/webex/dark-stable.xml +4 -2
- package/dist/resources/theme/webex/hc-dark-stable.xml +3 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +3 -1
- package/dist/resources/theme/webex/light-stable.xml +4 -2
- package/dist/resources/typography/complete.xml +1 -1
- package/dist/scss/core/complete.scss +1 -1
- package/dist/scss/effect/complete.scss +1 -1
- package/dist/scss/elevation/complete.scss +1 -1
- package/dist/scss/theme/aaos/day-complete.scss +1 -1
- package/dist/scss/theme/aaos/night-complete.scss +1 -1
- package/dist/scss/theme/webex/dark-stable.scss +4 -2
- package/dist/scss/theme/webex/hc-dark-stable.scss +3 -1
- package/dist/scss/theme/webex/hc-light-stable.scss +3 -1
- package/dist/scss/theme/webex/light-stable.scss +4 -2
- package/dist/scss/typography/complete.scss +1 -1
- package/package.json +1 -1
|
@@ -2183,6 +2183,36 @@
|
|
|
2183
2183
|
"outline",
|
|
2184
2184
|
"theme"
|
|
2185
2185
|
]
|
|
2186
|
+
},
|
|
2187
|
+
"input": {
|
|
2188
|
+
"normal": {
|
|
2189
|
+
"value": "#ffffff",
|
|
2190
|
+
"type": "color",
|
|
2191
|
+
"description": "Used for inverted control components outline (checkbox, toggles)",
|
|
2192
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
2193
|
+
"isSource": true,
|
|
2194
|
+
"original": {
|
|
2195
|
+
"value": "{color.highcontrast.black.WindowTextColor}",
|
|
2196
|
+
"type": "color",
|
|
2197
|
+
"description": "Used for inverted control components outline (checkbox, toggles)"
|
|
2198
|
+
},
|
|
2199
|
+
"name": "mds-color-theme-inverted-outline-input-normal",
|
|
2200
|
+
"attributes": {
|
|
2201
|
+
"category": "color",
|
|
2202
|
+
"type": "theme",
|
|
2203
|
+
"item": "inverted",
|
|
2204
|
+
"subitem": "outline",
|
|
2205
|
+
"state": "input"
|
|
2206
|
+
},
|
|
2207
|
+
"path": [
|
|
2208
|
+
"color",
|
|
2209
|
+
"theme",
|
|
2210
|
+
"inverted",
|
|
2211
|
+
"outline",
|
|
2212
|
+
"input",
|
|
2213
|
+
"normal"
|
|
2214
|
+
]
|
|
2215
|
+
}
|
|
2186
2216
|
}
|
|
2187
2217
|
},
|
|
2188
2218
|
"control": {
|
|
@@ -2459,6 +2489,36 @@
|
|
|
2459
2489
|
"disabled"
|
|
2460
2490
|
]
|
|
2461
2491
|
}
|
|
2492
|
+
},
|
|
2493
|
+
"indicator": {
|
|
2494
|
+
"inactive": {
|
|
2495
|
+
"value": "#000000",
|
|
2496
|
+
"type": "color",
|
|
2497
|
+
"description": "Used for inverted controls (checkbox, toggle, radio, progress bar, spinner)",
|
|
2498
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
2499
|
+
"isSource": true,
|
|
2500
|
+
"original": {
|
|
2501
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}",
|
|
2502
|
+
"type": "color",
|
|
2503
|
+
"description": "Used for inverted controls (checkbox, toggle, radio, progress bar, spinner)"
|
|
2504
|
+
},
|
|
2505
|
+
"name": "mds-color-theme-inverted-control-indicator-inactive",
|
|
2506
|
+
"attributes": {
|
|
2507
|
+
"category": "color",
|
|
2508
|
+
"type": "theme",
|
|
2509
|
+
"item": "inverted",
|
|
2510
|
+
"subitem": "control",
|
|
2511
|
+
"state": "indicator"
|
|
2512
|
+
},
|
|
2513
|
+
"path": [
|
|
2514
|
+
"color",
|
|
2515
|
+
"theme",
|
|
2516
|
+
"inverted",
|
|
2517
|
+
"control",
|
|
2518
|
+
"indicator",
|
|
2519
|
+
"inactive"
|
|
2520
|
+
]
|
|
2521
|
+
}
|
|
2462
2522
|
}
|
|
2463
2523
|
}
|
|
2464
2524
|
},
|
|
@@ -2185,6 +2185,36 @@
|
|
|
2185
2185
|
"outline",
|
|
2186
2186
|
"theme"
|
|
2187
2187
|
]
|
|
2188
|
+
},
|
|
2189
|
+
"input": {
|
|
2190
|
+
"normal": {
|
|
2191
|
+
"value": "#000000",
|
|
2192
|
+
"type": "color",
|
|
2193
|
+
"description": "Used for inverted control components outline (checkbox, toggles)",
|
|
2194
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
2195
|
+
"isSource": true,
|
|
2196
|
+
"original": {
|
|
2197
|
+
"value": "{color.highcontrast.white.WindowTextColor}",
|
|
2198
|
+
"type": "color",
|
|
2199
|
+
"description": "Used for inverted control components outline (checkbox, toggles)"
|
|
2200
|
+
},
|
|
2201
|
+
"name": "mds-color-theme-inverted-outline-input-normal",
|
|
2202
|
+
"attributes": {
|
|
2203
|
+
"category": "color",
|
|
2204
|
+
"type": "theme",
|
|
2205
|
+
"item": "inverted",
|
|
2206
|
+
"subitem": "outline",
|
|
2207
|
+
"state": "input"
|
|
2208
|
+
},
|
|
2209
|
+
"path": [
|
|
2210
|
+
"color",
|
|
2211
|
+
"theme",
|
|
2212
|
+
"inverted",
|
|
2213
|
+
"outline",
|
|
2214
|
+
"input",
|
|
2215
|
+
"normal"
|
|
2216
|
+
]
|
|
2217
|
+
}
|
|
2188
2218
|
}
|
|
2189
2219
|
},
|
|
2190
2220
|
"control": {
|
|
@@ -2461,6 +2491,39 @@
|
|
|
2461
2491
|
"disabled"
|
|
2462
2492
|
]
|
|
2463
2493
|
}
|
|
2494
|
+
},
|
|
2495
|
+
"indicator": {
|
|
2496
|
+
"inactive": {
|
|
2497
|
+
"normal": {
|
|
2498
|
+
"value": "#ffffff",
|
|
2499
|
+
"type": "color",
|
|
2500
|
+
"description": "Used for inverted controls (checkbox, toggle, radio, progress bar, spinner)",
|
|
2501
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
2502
|
+
"isSource": true,
|
|
2503
|
+
"original": {
|
|
2504
|
+
"value": "{color.highcontrast.white.ButtonFaceColor}",
|
|
2505
|
+
"type": "color",
|
|
2506
|
+
"description": "Used for inverted controls (checkbox, toggle, radio, progress bar, spinner)"
|
|
2507
|
+
},
|
|
2508
|
+
"name": "mds-color-theme-inverted-control-indicator-inactive-normal",
|
|
2509
|
+
"attributes": {
|
|
2510
|
+
"category": "color",
|
|
2511
|
+
"type": "theme",
|
|
2512
|
+
"item": "inverted",
|
|
2513
|
+
"subitem": "control",
|
|
2514
|
+
"state": "indicator"
|
|
2515
|
+
},
|
|
2516
|
+
"path": [
|
|
2517
|
+
"color",
|
|
2518
|
+
"theme",
|
|
2519
|
+
"inverted",
|
|
2520
|
+
"control",
|
|
2521
|
+
"indicator",
|
|
2522
|
+
"inactive",
|
|
2523
|
+
"normal"
|
|
2524
|
+
]
|
|
2525
|
+
}
|
|
2526
|
+
}
|
|
2464
2527
|
}
|
|
2465
2528
|
}
|
|
2466
2529
|
},
|
|
@@ -2264,6 +2264,36 @@
|
|
|
2264
2264
|
"normal"
|
|
2265
2265
|
]
|
|
2266
2266
|
}
|
|
2267
|
+
},
|
|
2268
|
+
"input": {
|
|
2269
|
+
"normal": {
|
|
2270
|
+
"value": "#ffffff80",
|
|
2271
|
+
"type": "color",
|
|
2272
|
+
"description": "Used for inverted control components outline (checkbox, toggles)",
|
|
2273
|
+
"filePath": "src/theme/stable/light.json",
|
|
2274
|
+
"isSource": true,
|
|
2275
|
+
"original": {
|
|
2276
|
+
"value": "{color.core.white-alpha.50}",
|
|
2277
|
+
"type": "color",
|
|
2278
|
+
"description": "Used for inverted control components outline (checkbox, toggles)"
|
|
2279
|
+
},
|
|
2280
|
+
"name": "mds-color-theme-inverted-outline-input-normal",
|
|
2281
|
+
"attributes": {
|
|
2282
|
+
"category": "color",
|
|
2283
|
+
"type": "theme",
|
|
2284
|
+
"item": "inverted",
|
|
2285
|
+
"subitem": "outline",
|
|
2286
|
+
"state": "input"
|
|
2287
|
+
},
|
|
2288
|
+
"path": [
|
|
2289
|
+
"color",
|
|
2290
|
+
"theme",
|
|
2291
|
+
"inverted",
|
|
2292
|
+
"outline",
|
|
2293
|
+
"input",
|
|
2294
|
+
"normal"
|
|
2295
|
+
]
|
|
2296
|
+
}
|
|
2267
2297
|
}
|
|
2268
2298
|
},
|
|
2269
2299
|
"control": {
|
|
@@ -2423,15 +2453,15 @@
|
|
|
2423
2453
|
"normal": {
|
|
2424
2454
|
"parent": "theme/stable/light",
|
|
2425
2455
|
"type": "color",
|
|
2426
|
-
"value": "#
|
|
2427
|
-
"description": "",
|
|
2456
|
+
"value": "#ffffff1c",
|
|
2457
|
+
"description": "Used for inverted control component (checkbox, radio, toggle)",
|
|
2428
2458
|
"filePath": "src/theme/stable/light.json",
|
|
2429
2459
|
"isSource": true,
|
|
2430
2460
|
"original": {
|
|
2431
2461
|
"parent": "theme/stable/light",
|
|
2432
2462
|
"type": "color",
|
|
2433
|
-
"value": "{color.core.
|
|
2434
|
-
"description": ""
|
|
2463
|
+
"value": "{color.core.white-alpha.11}",
|
|
2464
|
+
"description": "Used for inverted control component (checkbox, radio, toggle)"
|
|
2435
2465
|
},
|
|
2436
2466
|
"name": "mds-color-theme-inverted-control-inactive-normal",
|
|
2437
2467
|
"attributes": {
|
|
@@ -2540,6 +2570,39 @@
|
|
|
2540
2570
|
"disabled"
|
|
2541
2571
|
]
|
|
2542
2572
|
}
|
|
2573
|
+
},
|
|
2574
|
+
"indicator": {
|
|
2575
|
+
"inactive": {
|
|
2576
|
+
"normal": {
|
|
2577
|
+
"value": "#8f8f8f",
|
|
2578
|
+
"type": "color",
|
|
2579
|
+
"description": "Used for inverted controls (checkbox, toggle, radio, progress bar, spinner)",
|
|
2580
|
+
"filePath": "src/theme/stable/light.json",
|
|
2581
|
+
"isSource": true,
|
|
2582
|
+
"original": {
|
|
2583
|
+
"value": "{color.core.gray.50}",
|
|
2584
|
+
"type": "color",
|
|
2585
|
+
"description": "Used for inverted controls (checkbox, toggle, radio, progress bar, spinner)"
|
|
2586
|
+
},
|
|
2587
|
+
"name": "mds-color-theme-inverted-control-indicator-inactive-normal",
|
|
2588
|
+
"attributes": {
|
|
2589
|
+
"category": "color",
|
|
2590
|
+
"type": "theme",
|
|
2591
|
+
"item": "inverted",
|
|
2592
|
+
"subitem": "control",
|
|
2593
|
+
"state": "indicator"
|
|
2594
|
+
},
|
|
2595
|
+
"path": [
|
|
2596
|
+
"color",
|
|
2597
|
+
"theme",
|
|
2598
|
+
"inverted",
|
|
2599
|
+
"control",
|
|
2600
|
+
"indicator",
|
|
2601
|
+
"inactive",
|
|
2602
|
+
"normal"
|
|
2603
|
+
]
|
|
2604
|
+
}
|
|
2605
|
+
}
|
|
2543
2606
|
}
|
|
2544
2607
|
}
|
|
2545
2608
|
},
|
|
@@ -144,6 +144,9 @@
|
|
|
144
144
|
},
|
|
145
145
|
"theme": {
|
|
146
146
|
"normal": "#1170cf"
|
|
147
|
+
},
|
|
148
|
+
"input": {
|
|
149
|
+
"normal": "#00000080"
|
|
147
150
|
}
|
|
148
151
|
},
|
|
149
152
|
"control": {
|
|
@@ -155,10 +158,15 @@
|
|
|
155
158
|
"disabled": "#00000033"
|
|
156
159
|
},
|
|
157
160
|
"inactive": {
|
|
158
|
-
"normal": "#
|
|
161
|
+
"normal": "#0000001c",
|
|
159
162
|
"hover": "#0000004d",
|
|
160
163
|
"pressed": "#00000066",
|
|
161
164
|
"disabled": "#00000033"
|
|
165
|
+
},
|
|
166
|
+
"indicator": {
|
|
167
|
+
"inactive": {
|
|
168
|
+
"normal": "#8f8f8f"
|
|
169
|
+
}
|
|
162
170
|
}
|
|
163
171
|
}
|
|
164
172
|
},
|
|
@@ -142,7 +142,10 @@
|
|
|
142
142
|
"disabled": {
|
|
143
143
|
"normal": "#3ff23f"
|
|
144
144
|
},
|
|
145
|
-
"theme": "#ffffff"
|
|
145
|
+
"theme": "#ffffff",
|
|
146
|
+
"input": {
|
|
147
|
+
"normal": "#ffffff"
|
|
148
|
+
}
|
|
146
149
|
},
|
|
147
150
|
"control": {
|
|
148
151
|
"active": {
|
|
@@ -157,6 +160,9 @@
|
|
|
157
160
|
"hover": "#000000",
|
|
158
161
|
"pressed": "#000000",
|
|
159
162
|
"disabled": "#3ff23f"
|
|
163
|
+
},
|
|
164
|
+
"indicator": {
|
|
165
|
+
"inactive": "#000000"
|
|
160
166
|
}
|
|
161
167
|
}
|
|
162
168
|
},
|
|
@@ -142,7 +142,10 @@
|
|
|
142
142
|
"disabled": {
|
|
143
143
|
"normal": "#600000"
|
|
144
144
|
},
|
|
145
|
-
"theme": "#000000"
|
|
145
|
+
"theme": "#000000",
|
|
146
|
+
"input": {
|
|
147
|
+
"normal": "#000000"
|
|
148
|
+
}
|
|
146
149
|
},
|
|
147
150
|
"control": {
|
|
148
151
|
"active": {
|
|
@@ -157,6 +160,11 @@
|
|
|
157
160
|
"hover": "#ffffff",
|
|
158
161
|
"pressed": "#ffffff",
|
|
159
162
|
"disabled": "#600000"
|
|
163
|
+
},
|
|
164
|
+
"indicator": {
|
|
165
|
+
"inactive": {
|
|
166
|
+
"normal": "#ffffff"
|
|
167
|
+
}
|
|
160
168
|
}
|
|
161
169
|
}
|
|
162
170
|
},
|
|
@@ -144,6 +144,9 @@
|
|
|
144
144
|
},
|
|
145
145
|
"theme": {
|
|
146
146
|
"normal": "#64b4fa"
|
|
147
|
+
},
|
|
148
|
+
"input": {
|
|
149
|
+
"normal": "#ffffff80"
|
|
147
150
|
}
|
|
148
151
|
},
|
|
149
152
|
"control": {
|
|
@@ -155,10 +158,15 @@
|
|
|
155
158
|
"disabled": "#ffffff33"
|
|
156
159
|
},
|
|
157
160
|
"inactive": {
|
|
158
|
-
"normal": "#
|
|
161
|
+
"normal": "#ffffff1c",
|
|
159
162
|
"hover": "#ffffff4d",
|
|
160
163
|
"pressed": "#ffffff66",
|
|
161
164
|
"disabled": "#ffffff33"
|
|
165
|
+
},
|
|
166
|
+
"indicator": {
|
|
167
|
+
"inactive": {
|
|
168
|
+
"normal": "#8f8f8f"
|
|
169
|
+
}
|
|
162
170
|
}
|
|
163
171
|
}
|
|
164
172
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Thu, 06 Mar 2025 10:12:35 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#fffffff2</color>
|
|
@@ -79,15 +79,17 @@
|
|
|
79
79
|
<color name="mds-color-theme-inverted-outline-primary-normal">#00000075</color>
|
|
80
80
|
<color name="mds-color-theme-inverted-outline-disabled-normal">#00000033</color>
|
|
81
81
|
<color name="mds-color-theme-inverted-outline-theme-normal">#1170cf</color>
|
|
82
|
+
<color name="mds-color-theme-inverted-outline-input-normal">#00000080</color>
|
|
82
83
|
<color name="mds-color-theme-inverted-control-active-normal">#1170cf</color>
|
|
83
84
|
<color name="mds-color-theme-inverted-control-active-hover">#0353a8</color>
|
|
84
85
|
<color name="mds-color-theme-inverted-control-active-pressed">#063a75</color>
|
|
85
86
|
<color name="mds-color-theme-inverted-control-active-active">#063a75</color>
|
|
86
87
|
<color name="mds-color-theme-inverted-control-active-disabled">#00000033</color>
|
|
87
|
-
<color name="mds-color-theme-inverted-control-inactive-normal">#
|
|
88
|
+
<color name="mds-color-theme-inverted-control-inactive-normal">#0000001c</color>
|
|
88
89
|
<color name="mds-color-theme-inverted-control-inactive-hover">#0000004d</color>
|
|
89
90
|
<color name="mds-color-theme-inverted-control-inactive-pressed">#00000066</color>
|
|
90
91
|
<color name="mds-color-theme-inverted-control-inactive-disabled">#00000033</color>
|
|
92
|
+
<color name="mds-color-theme-inverted-control-indicator-inactive-normal">#8f8f8f</color>
|
|
91
93
|
<color name="mds-color-theme-background-primary-ghost">#ffffff00</color>
|
|
92
94
|
<color name="mds-color-theme-background-primary-hover">#ffffff12</color>
|
|
93
95
|
<color name="mds-color-theme-background-primary-active">#ffffff1c</color>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Thu, 06 Mar 2025 10:12:35 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#ffffff</color>
|
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
<color name="mds-color-theme-inverted-outline-primary-normal">#ffffff</color>
|
|
80
80
|
<color name="mds-color-theme-inverted-outline-disabled-normal">#3ff23f</color>
|
|
81
81
|
<color name="mds-color-theme-inverted-outline-theme">#ffffff</color>
|
|
82
|
+
<color name="mds-color-theme-inverted-outline-input-normal">#ffffff</color>
|
|
82
83
|
<color name="mds-color-theme-inverted-control-active-normal">#1aebff</color>
|
|
83
84
|
<color name="mds-color-theme-inverted-control-active-hover">#1aebff</color>
|
|
84
85
|
<color name="mds-color-theme-inverted-control-active-pressed">#1aebff</color>
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
<color name="mds-color-theme-inverted-control-inactive-hover">#000000</color>
|
|
89
90
|
<color name="mds-color-theme-inverted-control-inactive-pressed">#000000</color>
|
|
90
91
|
<color name="mds-color-theme-inverted-control-inactive-disabled">#3ff23f</color>
|
|
92
|
+
<color name="mds-color-theme-inverted-control-indicator-inactive">#000000</color>
|
|
91
93
|
<color name="mds-color-theme-background-primary-ghost">#000000</color>
|
|
92
94
|
<color name="mds-color-theme-background-primary-hover">#000000</color>
|
|
93
95
|
<color name="mds-color-theme-background-primary-active">#1aebff</color>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Thu, 06 Mar 2025 10:12:36 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#000000</color>
|
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
<color name="mds-color-theme-inverted-outline-primary-normal">#000000</color>
|
|
80
80
|
<color name="mds-color-theme-inverted-outline-disabled-normal">#600000</color>
|
|
81
81
|
<color name="mds-color-theme-inverted-outline-theme">#000000</color>
|
|
82
|
+
<color name="mds-color-theme-inverted-outline-input-normal">#000000</color>
|
|
82
83
|
<color name="mds-color-theme-inverted-control-active-normal">#37006e</color>
|
|
83
84
|
<color name="mds-color-theme-inverted-control-active-hover">#37006e</color>
|
|
84
85
|
<color name="mds-color-theme-inverted-control-active-pressed">#37006e</color>
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
<color name="mds-color-theme-inverted-control-inactive-hover">#ffffff</color>
|
|
89
90
|
<color name="mds-color-theme-inverted-control-inactive-pressed">#ffffff</color>
|
|
90
91
|
<color name="mds-color-theme-inverted-control-inactive-disabled">#600000</color>
|
|
92
|
+
<color name="mds-color-theme-inverted-control-indicator-inactive-normal">#ffffff</color>
|
|
91
93
|
<color name="mds-color-theme-background-primary-ghost">#ffffff</color>
|
|
92
94
|
<color name="mds-color-theme-background-primary-hover">#ffffff</color>
|
|
93
95
|
<color name="mds-color-theme-background-primary-active">#37006e</color>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Thu, 06 Mar 2025 10:12:35 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#000000f2</color>
|
|
@@ -79,15 +79,17 @@
|
|
|
79
79
|
<color name="mds-color-theme-inverted-outline-primary-normal">#ffffff66</color>
|
|
80
80
|
<color name="mds-color-theme-inverted-outline-disabled-normal">#ffffff33</color>
|
|
81
81
|
<color name="mds-color-theme-inverted-outline-theme-normal">#64b4fa</color>
|
|
82
|
+
<color name="mds-color-theme-inverted-outline-input-normal">#ffffff80</color>
|
|
82
83
|
<color name="mds-color-theme-inverted-control-active-normal">#64b4fa</color>
|
|
83
84
|
<color name="mds-color-theme-inverted-control-active-hover">#3492eb</color>
|
|
84
85
|
<color name="mds-color-theme-inverted-control-active-pressed">#1170cf</color>
|
|
85
86
|
<color name="mds-color-theme-inverted-control-active-active">#1170cf</color>
|
|
86
87
|
<color name="mds-color-theme-inverted-control-active-disabled">#ffffff33</color>
|
|
87
|
-
<color name="mds-color-theme-inverted-control-inactive-normal">#
|
|
88
|
+
<color name="mds-color-theme-inverted-control-inactive-normal">#ffffff1c</color>
|
|
88
89
|
<color name="mds-color-theme-inverted-control-inactive-hover">#ffffff4d</color>
|
|
89
90
|
<color name="mds-color-theme-inverted-control-inactive-pressed">#ffffff66</color>
|
|
90
91
|
<color name="mds-color-theme-inverted-control-inactive-disabled">#ffffff33</color>
|
|
92
|
+
<color name="mds-color-theme-inverted-control-indicator-inactive-normal">#8f8f8f</color>
|
|
91
93
|
<color name="mds-color-theme-background-primary-ghost">#00000000</color>
|
|
92
94
|
<color name="mds-color-theme-background-primary-hover">#00000012</color>
|
|
93
95
|
<color name="mds-color-theme-background-primary-active">#0000001c</color>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 06 Mar 2025 10:12:34 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #fffffff2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #ffffff66;
|
|
@@ -76,15 +76,17 @@ $mds-color-theme-inverted-outline-button-normal: #00000080;
|
|
|
76
76
|
$mds-color-theme-inverted-outline-primary-normal: #00000075;
|
|
77
77
|
$mds-color-theme-inverted-outline-disabled-normal: #00000033;
|
|
78
78
|
$mds-color-theme-inverted-outline-theme-normal: #1170cf;
|
|
79
|
+
$mds-color-theme-inverted-outline-input-normal: #00000080;
|
|
79
80
|
$mds-color-theme-inverted-control-active-normal: #1170cf;
|
|
80
81
|
$mds-color-theme-inverted-control-active-hover: #0353a8;
|
|
81
82
|
$mds-color-theme-inverted-control-active-pressed: #063a75;
|
|
82
83
|
$mds-color-theme-inverted-control-active-active: #063a75;
|
|
83
84
|
$mds-color-theme-inverted-control-active-disabled: #00000033;
|
|
84
|
-
$mds-color-theme-inverted-control-inactive-normal: #
|
|
85
|
+
$mds-color-theme-inverted-control-inactive-normal: #0000001c;
|
|
85
86
|
$mds-color-theme-inverted-control-inactive-hover: #0000004d;
|
|
86
87
|
$mds-color-theme-inverted-control-inactive-pressed: #00000066;
|
|
87
88
|
$mds-color-theme-inverted-control-inactive-disabled: #00000033;
|
|
89
|
+
$mds-color-theme-inverted-control-indicator-inactive-normal: #8f8f8f;
|
|
88
90
|
$mds-color-theme-background-primary-ghost: #ffffff00;
|
|
89
91
|
$mds-color-theme-background-primary-hover: #ffffff12;
|
|
90
92
|
$mds-color-theme-background-primary-active: #ffffff1c;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 06 Mar 2025 10:12:35 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #ffffff;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #3ff23f;
|
|
@@ -76,6 +76,7 @@ $mds-color-theme-inverted-outline-button-normal: #ffffff;
|
|
|
76
76
|
$mds-color-theme-inverted-outline-primary-normal: #ffffff;
|
|
77
77
|
$mds-color-theme-inverted-outline-disabled-normal: #3ff23f;
|
|
78
78
|
$mds-color-theme-inverted-outline-theme: #ffffff;
|
|
79
|
+
$mds-color-theme-inverted-outline-input-normal: #ffffff;
|
|
79
80
|
$mds-color-theme-inverted-control-active-normal: #1aebff;
|
|
80
81
|
$mds-color-theme-inverted-control-active-hover: #1aebff;
|
|
81
82
|
$mds-color-theme-inverted-control-active-pressed: #1aebff;
|
|
@@ -85,6 +86,7 @@ $mds-color-theme-inverted-control-inactive-normal: #000000;
|
|
|
85
86
|
$mds-color-theme-inverted-control-inactive-hover: #000000;
|
|
86
87
|
$mds-color-theme-inverted-control-inactive-pressed: #000000;
|
|
87
88
|
$mds-color-theme-inverted-control-inactive-disabled: #3ff23f;
|
|
89
|
+
$mds-color-theme-inverted-control-indicator-inactive: #000000;
|
|
88
90
|
$mds-color-theme-background-primary-ghost: #000000;
|
|
89
91
|
$mds-color-theme-background-primary-hover: #000000;
|
|
90
92
|
$mds-color-theme-background-primary-active: #1aebff;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 06 Mar 2025 10:12:35 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #000000;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #600000;
|
|
@@ -76,6 +76,7 @@ $mds-color-theme-inverted-outline-button-normal: #000000;
|
|
|
76
76
|
$mds-color-theme-inverted-outline-primary-normal: #000000;
|
|
77
77
|
$mds-color-theme-inverted-outline-disabled-normal: #600000;
|
|
78
78
|
$mds-color-theme-inverted-outline-theme: #000000;
|
|
79
|
+
$mds-color-theme-inverted-outline-input-normal: #000000;
|
|
79
80
|
$mds-color-theme-inverted-control-active-normal: #37006e;
|
|
80
81
|
$mds-color-theme-inverted-control-active-hover: #37006e;
|
|
81
82
|
$mds-color-theme-inverted-control-active-pressed: #37006e;
|
|
@@ -85,6 +86,7 @@ $mds-color-theme-inverted-control-inactive-normal: #ffffff;
|
|
|
85
86
|
$mds-color-theme-inverted-control-inactive-hover: #ffffff;
|
|
86
87
|
$mds-color-theme-inverted-control-inactive-pressed: #ffffff;
|
|
87
88
|
$mds-color-theme-inverted-control-inactive-disabled: #600000;
|
|
89
|
+
$mds-color-theme-inverted-control-indicator-inactive-normal: #ffffff;
|
|
88
90
|
$mds-color-theme-background-primary-ghost: #ffffff;
|
|
89
91
|
$mds-color-theme-background-primary-hover: #ffffff;
|
|
90
92
|
$mds-color-theme-background-primary-active: #37006e;
|