@momentum-design/tokens 0.0.35 → 0.0.37
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
|
@@ -1058,7 +1058,7 @@
|
|
|
1058
1058
|
},
|
|
1059
1059
|
"shareContent": {
|
|
1060
1060
|
"active": {
|
|
1061
|
-
"value": "#
|
|
1061
|
+
"value": "#C94403",
|
|
1062
1062
|
"type": "color",
|
|
1063
1063
|
"description": "",
|
|
1064
1064
|
"filePath": "src/stable/theme/stable-common.json",
|
|
@@ -1507,7 +1507,7 @@
|
|
|
1507
1507
|
},
|
|
1508
1508
|
"orange": {
|
|
1509
1509
|
"normal": {
|
|
1510
|
-
"value": "#
|
|
1510
|
+
"value": "#C94403",
|
|
1511
1511
|
"type": "color",
|
|
1512
1512
|
"description": "",
|
|
1513
1513
|
"filePath": "src/stable/theme/stable-common.json",
|
|
@@ -1536,7 +1536,7 @@
|
|
|
1536
1536
|
]
|
|
1537
1537
|
},
|
|
1538
1538
|
"pressed": {
|
|
1539
|
-
"value": "#
|
|
1539
|
+
"value": "#682601",
|
|
1540
1540
|
"type": "color",
|
|
1541
1541
|
"description": "",
|
|
1542
1542
|
"filePath": "src/stable/theme/stable-common.json",
|
|
@@ -1240,7 +1240,7 @@
|
|
|
1240
1240
|
},
|
|
1241
1241
|
"notice": {
|
|
1242
1242
|
"active": {
|
|
1243
|
-
"value": "#
|
|
1243
|
+
"value": "#FED5AC",
|
|
1244
1244
|
"type": "color",
|
|
1245
1245
|
"description": "Core Token: core.orange.20\nHEX: FCE4C7\n----------------\nUsed for hover/pressed state of teams ",
|
|
1246
1246
|
"filePath": "src/theme/webex/dark.json",
|
|
@@ -1268,7 +1268,7 @@
|
|
|
1268
1268
|
]
|
|
1269
1269
|
},
|
|
1270
1270
|
"default": {
|
|
1271
|
-
"value": "#
|
|
1271
|
+
"value": "#FD884E",
|
|
1272
1272
|
"type": "color",
|
|
1273
1273
|
"description": "Core Token: core.orange.40\nHEX:FF9D52\n----------------\nUsed for rest state of teams ",
|
|
1274
1274
|
"filePath": "src/theme/webex/dark.json",
|
|
@@ -2981,7 +2981,7 @@
|
|
|
2981
2981
|
},
|
|
2982
2982
|
"notice": {
|
|
2983
2983
|
"00": {
|
|
2984
|
-
"value": "#
|
|
2984
|
+
"value": "#EC6400",
|
|
2985
2985
|
"type": "color",
|
|
2986
2986
|
"description": "Core Token: core.orange.50\nHEX: F26B1D\n---------------------\nUsed for avatar presence (busy, meeting, call, device)",
|
|
2987
2987
|
"filePath": "src/theme/webex/dark.json",
|
|
@@ -3009,7 +3009,7 @@
|
|
|
3009
3009
|
]
|
|
3010
3010
|
},
|
|
3011
3011
|
"01": {
|
|
3012
|
-
"value": "#
|
|
3012
|
+
"value": "#9C3202",
|
|
3013
3013
|
"type": "color",
|
|
3014
3014
|
"description": "Core Token: core.orange.70\nHEX: 914017\n---------------------\nUsed for pressed/active state of tags",
|
|
3015
3015
|
"filePath": "src/theme/webex/dark.json",
|
|
@@ -3037,7 +3037,7 @@
|
|
|
3037
3037
|
]
|
|
3038
3038
|
},
|
|
3039
3039
|
"02": {
|
|
3040
|
-
"value": "#
|
|
3040
|
+
"value": "#682601",
|
|
3041
3041
|
"type": "color",
|
|
3042
3042
|
"description": "Core Token: core.orange.80\nHEX: 59311E\n---------------------------------\nUsed for pressed state of alert-badge",
|
|
3043
3043
|
"filePath": "src/theme/webex/dark.json",
|
|
@@ -3065,7 +3065,7 @@
|
|
|
3065
3065
|
]
|
|
3066
3066
|
},
|
|
3067
3067
|
"03": {
|
|
3068
|
-
"value": "#
|
|
3068
|
+
"value": "#411B04",
|
|
3069
3069
|
"type": "color",
|
|
3070
3070
|
"description": "Core Token: core.orange.90\nHEX: 33221B\n---------------------------------\nUsed for rest/hover state of alert-badge",
|
|
3071
3071
|
"filePath": "src/theme/webex/dark.json",
|
|
@@ -4481,7 +4481,7 @@
|
|
|
4481
4481
|
},
|
|
4482
4482
|
"notice": {
|
|
4483
4483
|
"00": {
|
|
4484
|
-
"value": "#
|
|
4484
|
+
"value": "#FD884E",
|
|
4485
4485
|
"type": "color",
|
|
4486
4486
|
"description": "Core Token: core.orange.40\nHEX: FF9D52\n-------------------------------\noutline for the orange tags",
|
|
4487
4487
|
"filePath": "src/theme/webex/dark.json",
|
|
@@ -1058,7 +1058,7 @@
|
|
|
1058
1058
|
},
|
|
1059
1059
|
"shareContent": {
|
|
1060
1060
|
"active": {
|
|
1061
|
-
"value": "#
|
|
1061
|
+
"value": "#C94403",
|
|
1062
1062
|
"type": "color",
|
|
1063
1063
|
"description": "",
|
|
1064
1064
|
"filePath": "src/stable/theme/stable-common.json",
|
|
@@ -1507,7 +1507,7 @@
|
|
|
1507
1507
|
},
|
|
1508
1508
|
"orange": {
|
|
1509
1509
|
"normal": {
|
|
1510
|
-
"value": "#
|
|
1510
|
+
"value": "#C94403",
|
|
1511
1511
|
"type": "color",
|
|
1512
1512
|
"description": "",
|
|
1513
1513
|
"filePath": "src/stable/theme/stable-common.json",
|
|
@@ -1536,7 +1536,7 @@
|
|
|
1536
1536
|
]
|
|
1537
1537
|
},
|
|
1538
1538
|
"pressed": {
|
|
1539
|
-
"value": "#
|
|
1539
|
+
"value": "#682601",
|
|
1540
1540
|
"type": "color",
|
|
1541
1541
|
"description": "",
|
|
1542
1542
|
"filePath": "src/stable/theme/stable-common.json",
|
|
@@ -2503,7 +2503,7 @@
|
|
|
2503
2503
|
},
|
|
2504
2504
|
"orange": {
|
|
2505
2505
|
"normal": {
|
|
2506
|
-
"value": "#
|
|
2506
|
+
"value": "#FEBA7F",
|
|
2507
2507
|
"type": "color",
|
|
2508
2508
|
"description": "",
|
|
2509
2509
|
"filePath": "src/stable/theme/stable-dark.json",
|
|
@@ -3021,7 +3021,7 @@
|
|
|
3021
3021
|
},
|
|
3022
3022
|
"orange": {
|
|
3023
3023
|
"normal": {
|
|
3024
|
-
"value": "#
|
|
3024
|
+
"value": "#FD884E",
|
|
3025
3025
|
"type": "color",
|
|
3026
3026
|
"description": "",
|
|
3027
3027
|
"filePath": "src/stable/theme/stable-dark.json",
|
|
@@ -3049,7 +3049,7 @@
|
|
|
3049
3049
|
]
|
|
3050
3050
|
},
|
|
3051
3051
|
"hover": {
|
|
3052
|
-
"value": "#
|
|
3052
|
+
"value": "#FD884E",
|
|
3053
3053
|
"type": "color",
|
|
3054
3054
|
"description": "",
|
|
3055
3055
|
"filePath": "src/stable/theme/stable-dark.json",
|
|
@@ -3077,7 +3077,7 @@
|
|
|
3077
3077
|
]
|
|
3078
3078
|
},
|
|
3079
3079
|
"active": {
|
|
3080
|
-
"value": "#
|
|
3080
|
+
"value": "#FED5AC",
|
|
3081
3081
|
"type": "color",
|
|
3082
3082
|
"description": "",
|
|
3083
3083
|
"filePath": "src/stable/theme/stable-dark.json",
|
|
@@ -4398,7 +4398,7 @@
|
|
|
4398
4398
|
},
|
|
4399
4399
|
"orange": {
|
|
4400
4400
|
"normal": {
|
|
4401
|
-
"value": "#
|
|
4401
|
+
"value": "#411B04",
|
|
4402
4402
|
"type": "color",
|
|
4403
4403
|
"description": "",
|
|
4404
4404
|
"filePath": "src/stable/theme/stable-dark.json",
|
|
@@ -4426,7 +4426,7 @@
|
|
|
4426
4426
|
]
|
|
4427
4427
|
},
|
|
4428
4428
|
"hover": {
|
|
4429
|
-
"value": "#
|
|
4429
|
+
"value": "#411B04",
|
|
4430
4430
|
"type": "color",
|
|
4431
4431
|
"description": "",
|
|
4432
4432
|
"filePath": "src/stable/theme/stable-dark.json",
|
|
@@ -4454,7 +4454,7 @@
|
|
|
4454
4454
|
]
|
|
4455
4455
|
},
|
|
4456
4456
|
"active": {
|
|
4457
|
-
"value": "#
|
|
4457
|
+
"value": "#682601",
|
|
4458
4458
|
"type": "color",
|
|
4459
4459
|
"description": "",
|
|
4460
4460
|
"filePath": "src/stable/theme/stable-dark.json",
|
|
@@ -4830,7 +4830,7 @@
|
|
|
4830
4830
|
},
|
|
4831
4831
|
"orange": {
|
|
4832
4832
|
"normal": {
|
|
4833
|
-
"value": "#
|
|
4833
|
+
"value": "#411B04",
|
|
4834
4834
|
"type": "color",
|
|
4835
4835
|
"description": "",
|
|
4836
4836
|
"filePath": "src/stable/theme/stable-dark.json",
|
|
@@ -4858,7 +4858,7 @@
|
|
|
4858
4858
|
]
|
|
4859
4859
|
},
|
|
4860
4860
|
"hover": {
|
|
4861
|
-
"value": "#
|
|
4861
|
+
"value": "#682601",
|
|
4862
4862
|
"type": "color",
|
|
4863
4863
|
"description": "",
|
|
4864
4864
|
"filePath": "src/stable/theme/stable-dark.json",
|
|
@@ -4886,7 +4886,7 @@
|
|
|
4886
4886
|
]
|
|
4887
4887
|
},
|
|
4888
4888
|
"active": {
|
|
4889
|
-
"value": "#
|
|
4889
|
+
"value": "#9C3202",
|
|
4890
4890
|
"type": "color",
|
|
4891
4891
|
"description": "",
|
|
4892
4892
|
"filePath": "src/stable/theme/stable-dark.json",
|
|
@@ -6364,7 +6364,7 @@
|
|
|
6364
6364
|
]
|
|
6365
6365
|
},
|
|
6366
6366
|
"active": {
|
|
6367
|
-
"value": "#
|
|
6367
|
+
"value": "#EC6400",
|
|
6368
6368
|
"type": "color",
|
|
6369
6369
|
"description": "",
|
|
6370
6370
|
"filePath": "src/stable/theme/stable-dark.json",
|
|
@@ -6586,7 +6586,7 @@
|
|
|
6586
6586
|
]
|
|
6587
6587
|
},
|
|
6588
6588
|
"orange": {
|
|
6589
|
-
"value": "#
|
|
6589
|
+
"value": "#FD884E",
|
|
6590
6590
|
"type": "color",
|
|
6591
6591
|
"description": "",
|
|
6592
6592
|
"filePath": "src/stable/theme/stable-dark.json",
|
|
@@ -7004,7 +7004,7 @@
|
|
|
7004
7004
|
},
|
|
7005
7005
|
"indicator": {
|
|
7006
7006
|
"unstable": {
|
|
7007
|
-
"value": "#
|
|
7007
|
+
"value": "#EC6400",
|
|
7008
7008
|
"type": "color",
|
|
7009
7009
|
"description": "",
|
|
7010
7010
|
"filePath": "src/stable/theme/stable-dark.json",
|
|
@@ -7819,7 +7819,7 @@
|
|
|
7819
7819
|
]
|
|
7820
7820
|
},
|
|
7821
7821
|
"1": {
|
|
7822
|
-
"value": "#
|
|
7822
|
+
"value": "#EC6400",
|
|
7823
7823
|
"type": "color",
|
|
7824
7824
|
"description": "",
|
|
7825
7825
|
"filePath": "src/stable/theme/stable-dark.json",
|
|
@@ -9359,7 +9359,7 @@
|
|
|
9359
9359
|
]
|
|
9360
9360
|
},
|
|
9361
9361
|
"orange": {
|
|
9362
|
-
"value": "#
|
|
9362
|
+
"value": "#9C3202",
|
|
9363
9363
|
"type": "color",
|
|
9364
9364
|
"description": "",
|
|
9365
9365
|
"filePath": "src/stable/theme/stable-dark.json",
|
|
@@ -1240,7 +1240,7 @@
|
|
|
1240
1240
|
},
|
|
1241
1241
|
"notice": {
|
|
1242
1242
|
"active": {
|
|
1243
|
-
"value": "#
|
|
1243
|
+
"value": "#411B04",
|
|
1244
1244
|
"type": "color",
|
|
1245
1245
|
"description": "Core Token: core.orange.90\nHEX: 33221B\n----------------\nUsed for hover/pressed state of teams ",
|
|
1246
1246
|
"filePath": "src/theme/webex/light.json",
|
|
@@ -1268,7 +1268,7 @@
|
|
|
1268
1268
|
]
|
|
1269
1269
|
},
|
|
1270
1270
|
"default": {
|
|
1271
|
-
"value": "#
|
|
1271
|
+
"value": "#9C3202",
|
|
1272
1272
|
"type": "color",
|
|
1273
1273
|
"description": "Core Token: core.orange.70\nHEX: 914017\n----------------\nUsed for rest state of teams ",
|
|
1274
1274
|
"filePath": "src/theme/webex/light.json",
|
|
@@ -2981,7 +2981,7 @@
|
|
|
2981
2981
|
},
|
|
2982
2982
|
"notice": {
|
|
2983
2983
|
"00": {
|
|
2984
|
-
"value": "#
|
|
2984
|
+
"value": "#C94403",
|
|
2985
2985
|
"type": "color",
|
|
2986
2986
|
"description": "Core Token: core.orange.60\nHEX: C74F0E\n---------------------\nUsed for avatar presence (busy, meeting, call, device)",
|
|
2987
2987
|
"filePath": "src/theme/webex/light.json",
|
|
@@ -3009,7 +3009,7 @@
|
|
|
3009
3009
|
]
|
|
3010
3010
|
},
|
|
3011
3011
|
"01": {
|
|
3012
|
-
"value": "#
|
|
3012
|
+
"value": "#9C3202",
|
|
3013
3013
|
"type": "color",
|
|
3014
3014
|
"description": "Core Token: core.orange.70\nHEX: 914017\n---------------------\nUsed for avatar presence (busy, meeting, call, device)",
|
|
3015
3015
|
"filePath": "src/theme/webex/light.json",
|
|
@@ -3037,7 +3037,7 @@
|
|
|
3037
3037
|
]
|
|
3038
3038
|
},
|
|
3039
3039
|
"02": {
|
|
3040
|
-
"value": "#
|
|
3040
|
+
"value": "#FED5AC",
|
|
3041
3041
|
"type": "color",
|
|
3042
3042
|
"description": "Core Token: core.orange.20\nHEX: FCE4C7\n------------------------------\nUsed for pressed state of alert-badge",
|
|
3043
3043
|
"filePath": "src/theme/webex/light.json",
|
|
@@ -4481,7 +4481,7 @@
|
|
|
4481
4481
|
},
|
|
4482
4482
|
"notice": {
|
|
4483
4483
|
"00": {
|
|
4484
|
-
"value": "#
|
|
4484
|
+
"value": "#EC6400",
|
|
4485
4485
|
"type": "color",
|
|
4486
4486
|
"description": "Core Token: core.orange.50\nHEX: F26B1D\n-------------------------------\noutline for the orange tags",
|
|
4487
4487
|
"filePath": "src/theme/webex/light.json",
|
|
@@ -1058,7 +1058,7 @@
|
|
|
1058
1058
|
},
|
|
1059
1059
|
"shareContent": {
|
|
1060
1060
|
"active": {
|
|
1061
|
-
"value": "#
|
|
1061
|
+
"value": "#C94403",
|
|
1062
1062
|
"type": "color",
|
|
1063
1063
|
"description": "",
|
|
1064
1064
|
"filePath": "src/stable/theme/stable-common.json",
|
|
@@ -1507,7 +1507,7 @@
|
|
|
1507
1507
|
},
|
|
1508
1508
|
"orange": {
|
|
1509
1509
|
"normal": {
|
|
1510
|
-
"value": "#
|
|
1510
|
+
"value": "#C94403",
|
|
1511
1511
|
"type": "color",
|
|
1512
1512
|
"description": "",
|
|
1513
1513
|
"filePath": "src/stable/theme/stable-common.json",
|
|
@@ -1536,7 +1536,7 @@
|
|
|
1536
1536
|
]
|
|
1537
1537
|
},
|
|
1538
1538
|
"pressed": {
|
|
1539
|
-
"value": "#
|
|
1539
|
+
"value": "#682601",
|
|
1540
1540
|
"type": "color",
|
|
1541
1541
|
"description": "",
|
|
1542
1542
|
"filePath": "src/stable/theme/stable-common.json",
|
|
@@ -2503,7 +2503,7 @@
|
|
|
2503
2503
|
},
|
|
2504
2504
|
"orange": {
|
|
2505
2505
|
"normal": {
|
|
2506
|
-
"value": "#
|
|
2506
|
+
"value": "#9C3202",
|
|
2507
2507
|
"type": "color",
|
|
2508
2508
|
"description": "",
|
|
2509
2509
|
"filePath": "src/stable/theme/stable-light.json",
|
|
@@ -2531,7 +2531,7 @@
|
|
|
2531
2531
|
]
|
|
2532
2532
|
},
|
|
2533
2533
|
"hover": {
|
|
2534
|
-
"value": "#
|
|
2534
|
+
"value": "#411B04",
|
|
2535
2535
|
"type": "color",
|
|
2536
2536
|
"description": "",
|
|
2537
2537
|
"filePath": "src/stable/theme/stable-light.json",
|
|
@@ -2559,7 +2559,7 @@
|
|
|
2559
2559
|
]
|
|
2560
2560
|
},
|
|
2561
2561
|
"active": {
|
|
2562
|
-
"value": "#
|
|
2562
|
+
"value": "#411B04",
|
|
2563
2563
|
"type": "color",
|
|
2564
2564
|
"description": "",
|
|
2565
2565
|
"filePath": "src/stable/theme/stable-light.json",
|
|
@@ -3021,7 +3021,7 @@
|
|
|
3021
3021
|
},
|
|
3022
3022
|
"orange": {
|
|
3023
3023
|
"normal": {
|
|
3024
|
-
"value": "#
|
|
3024
|
+
"value": "#9C3202",
|
|
3025
3025
|
"type": "color",
|
|
3026
3026
|
"description": "",
|
|
3027
3027
|
"filePath": "src/stable/theme/stable-light.json",
|
|
@@ -3049,7 +3049,7 @@
|
|
|
3049
3049
|
]
|
|
3050
3050
|
},
|
|
3051
3051
|
"hover": {
|
|
3052
|
-
"value": "#
|
|
3052
|
+
"value": "#9C3202",
|
|
3053
3053
|
"type": "color",
|
|
3054
3054
|
"description": "",
|
|
3055
3055
|
"filePath": "src/stable/theme/stable-light.json",
|
|
@@ -3077,7 +3077,7 @@
|
|
|
3077
3077
|
]
|
|
3078
3078
|
},
|
|
3079
3079
|
"active": {
|
|
3080
|
-
"value": "#
|
|
3080
|
+
"value": "#411B04",
|
|
3081
3081
|
"type": "color",
|
|
3082
3082
|
"description": "",
|
|
3083
3083
|
"filePath": "src/stable/theme/stable-light.json",
|
|
@@ -4454,7 +4454,7 @@
|
|
|
4454
4454
|
]
|
|
4455
4455
|
},
|
|
4456
4456
|
"active": {
|
|
4457
|
-
"value": "#
|
|
4457
|
+
"value": "#FED5AC",
|
|
4458
4458
|
"type": "color",
|
|
4459
4459
|
"description": "",
|
|
4460
4460
|
"filePath": "src/stable/theme/stable-light.json",
|
|
@@ -4858,7 +4858,7 @@
|
|
|
4858
4858
|
]
|
|
4859
4859
|
},
|
|
4860
4860
|
"hover": {
|
|
4861
|
-
"value": "#
|
|
4861
|
+
"value": "#FED5AC",
|
|
4862
4862
|
"type": "color",
|
|
4863
4863
|
"description": "",
|
|
4864
4864
|
"filePath": "src/stable/theme/stable-light.json",
|
|
@@ -4886,7 +4886,7 @@
|
|
|
4886
4886
|
]
|
|
4887
4887
|
},
|
|
4888
4888
|
"active": {
|
|
4889
|
-
"value": "#
|
|
4889
|
+
"value": "#FEBA7F",
|
|
4890
4890
|
"type": "color",
|
|
4891
4891
|
"description": "",
|
|
4892
4892
|
"filePath": "src/stable/theme/stable-light.json",
|
|
@@ -6364,7 +6364,7 @@
|
|
|
6364
6364
|
]
|
|
6365
6365
|
},
|
|
6366
6366
|
"active": {
|
|
6367
|
-
"value": "#
|
|
6367
|
+
"value": "#EC6400",
|
|
6368
6368
|
"type": "color",
|
|
6369
6369
|
"description": "",
|
|
6370
6370
|
"filePath": "src/stable/theme/stable-light.json",
|
|
@@ -6586,7 +6586,7 @@
|
|
|
6586
6586
|
]
|
|
6587
6587
|
},
|
|
6588
6588
|
"orange": {
|
|
6589
|
-
"value": "#
|
|
6589
|
+
"value": "#FD884E",
|
|
6590
6590
|
"type": "color",
|
|
6591
6591
|
"description": "",
|
|
6592
6592
|
"filePath": "src/stable/theme/stable-light.json",
|
|
@@ -7004,7 +7004,7 @@
|
|
|
7004
7004
|
},
|
|
7005
7005
|
"indicator": {
|
|
7006
7006
|
"unstable": {
|
|
7007
|
-
"value": "#
|
|
7007
|
+
"value": "#C94403",
|
|
7008
7008
|
"type": "color",
|
|
7009
7009
|
"description": "",
|
|
7010
7010
|
"filePath": "src/stable/theme/stable-light.json",
|
|
@@ -7819,7 +7819,7 @@
|
|
|
7819
7819
|
]
|
|
7820
7820
|
},
|
|
7821
7821
|
"1": {
|
|
7822
|
-
"value": "#
|
|
7822
|
+
"value": "#EC6400",
|
|
7823
7823
|
"type": "color",
|
|
7824
7824
|
"description": "",
|
|
7825
7825
|
"filePath": "src/stable/theme/stable-light.json",
|
|
@@ -9359,7 +9359,7 @@
|
|
|
9359
9359
|
]
|
|
9360
9360
|
},
|
|
9361
9361
|
"orange": {
|
|
9362
|
-
"value": "#
|
|
9362
|
+
"value": "#9C3202",
|
|
9363
9363
|
"type": "color",
|
|
9364
9364
|
"description": "",
|
|
9365
9365
|
"filePath": "src/stable/theme/stable-light.json",
|
|
@@ -1,16 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"border-radius": {
|
|
3
|
-
"
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
"core": {
|
|
4
|
+
"none": "0px",
|
|
5
|
+
"small": "4px",
|
|
6
|
+
"medium": "8px",
|
|
7
|
+
"large": "12px",
|
|
8
|
+
"half-height": "50%"
|
|
9
|
+
}
|
|
8
10
|
},
|
|
9
11
|
"border-width": {
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
"core": {
|
|
13
|
+
"none": "0px",
|
|
14
|
+
"small": "1px",
|
|
15
|
+
"medium": "2px",
|
|
16
|
+
"large": "3px"
|
|
17
|
+
}
|
|
14
18
|
},
|
|
15
19
|
"color": {
|
|
16
20
|
"core": {
|
|
@@ -118,16 +122,16 @@
|
|
|
118
122
|
},
|
|
119
123
|
"orange": {
|
|
120
124
|
"10": "#FEEBD7",
|
|
121
|
-
"20": "#
|
|
122
|
-
"30": "#
|
|
123
|
-
"40": "#
|
|
124
|
-
"50": "#
|
|
125
|
-
"60": "#
|
|
126
|
-
"70": "#
|
|
127
|
-
"80": "#
|
|
128
|
-
"90": "#
|
|
125
|
+
"20": "#FED5AC",
|
|
126
|
+
"30": "#FEBA7F",
|
|
127
|
+
"40": "#FD884E",
|
|
128
|
+
"50": "#EC6400",
|
|
129
|
+
"60": "#C94403",
|
|
130
|
+
"70": "#9C3202",
|
|
131
|
+
"80": "#682601",
|
|
132
|
+
"90": "#411B04",
|
|
129
133
|
"95": "#291303",
|
|
130
|
-
"100": "#
|
|
134
|
+
"100": "#170B02",
|
|
131
135
|
"05": "#FEF3E8"
|
|
132
136
|
}
|
|
133
137
|
},
|
|
@@ -390,24 +394,28 @@
|
|
|
390
394
|
}
|
|
391
395
|
},
|
|
392
396
|
"elevation": {
|
|
393
|
-
"
|
|
394
|
-
|
|
395
|
-
|
|
397
|
+
"core": {
|
|
398
|
+
"0": "0px 0px 0px 0px",
|
|
399
|
+
"1": "drop-shadow(0px 4px 8px rgba(0,0,0,0.2))",
|
|
400
|
+
"2": "drop-shadow(0px 24px 48px rgba(0,0,0,0.2))"
|
|
401
|
+
}
|
|
396
402
|
},
|
|
397
403
|
"spacing": {
|
|
398
|
-
"
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
404
|
+
"core": {
|
|
405
|
+
"none": "0px",
|
|
406
|
+
"micro": "2px",
|
|
407
|
+
"xxx-small": "4px",
|
|
408
|
+
"xx-small": "8px",
|
|
409
|
+
"x-small": "12px",
|
|
410
|
+
"small": "16px",
|
|
411
|
+
"medium": "20px",
|
|
412
|
+
"large": "24px",
|
|
413
|
+
"x-large": "32px",
|
|
414
|
+
"xx-large": "40px",
|
|
415
|
+
"xxx-large": "52px",
|
|
416
|
+
"big": "64px",
|
|
417
|
+
"x-big": "80px",
|
|
418
|
+
"xx-big": "100px"
|
|
419
|
+
}
|
|
412
420
|
}
|
|
413
421
|
}
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"normal": "#00000033"
|
|
85
85
|
},
|
|
86
86
|
"shareContent": {
|
|
87
|
-
"active": "#
|
|
87
|
+
"active": "#C94403",
|
|
88
88
|
"inactive": "#707070",
|
|
89
89
|
"selected": "#3cc29a"
|
|
90
90
|
}
|
|
@@ -118,8 +118,8 @@
|
|
|
118
118
|
"pressed": "#432c78"
|
|
119
119
|
},
|
|
120
120
|
"orange": {
|
|
121
|
-
"normal": "#
|
|
122
|
-
"pressed": "#
|
|
121
|
+
"normal": "#C94403",
|
|
122
|
+
"pressed": "#682601"
|
|
123
123
|
},
|
|
124
124
|
"green": {
|
|
125
125
|
"normal": "#1d805f",
|
|
@@ -87,8 +87,8 @@
|
|
|
87
87
|
"default": "#64b4fa"
|
|
88
88
|
},
|
|
89
89
|
"notice": {
|
|
90
|
-
"active": "#
|
|
91
|
-
"default": "#
|
|
90
|
+
"active": "#FED5AC",
|
|
91
|
+
"default": "#FD884E"
|
|
92
92
|
},
|
|
93
93
|
"decorative": {
|
|
94
94
|
"gold": {
|
|
@@ -200,10 +200,10 @@
|
|
|
200
200
|
"03": "#0a274a"
|
|
201
201
|
},
|
|
202
202
|
"notice": {
|
|
203
|
-
"00": "#
|
|
204
|
-
"01": "#
|
|
205
|
-
"02": "#
|
|
206
|
-
"03": "#
|
|
203
|
+
"00": "#EC6400",
|
|
204
|
+
"01": "#9C3202",
|
|
205
|
+
"02": "#682601",
|
|
206
|
+
"03": "#411B04"
|
|
207
207
|
},
|
|
208
208
|
"decorative": {
|
|
209
209
|
"gold": {
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"00": "#64b4fa"
|
|
301
301
|
},
|
|
302
302
|
"notice": {
|
|
303
|
-
"00": "#
|
|
303
|
+
"00": "#FD884E"
|
|
304
304
|
},
|
|
305
305
|
"decorative": {
|
|
306
306
|
"gradient": {
|