@momentum-design/tokens 0.0.26 → 0.0.27
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 +1 -1
- package/dist/css/theme/webex/dark-complete.css +2 -11
- package/dist/css/theme/webex/light-complete.css +2 -11
- package/dist/ios/core/complete.swift +1 -1
- package/dist/ios/theme/webex/dark-complete.swift +2 -11
- package/dist/ios/theme/webex/light-complete.swift +2 -11
- package/dist/json/theme/webex/dark-complete.json +53 -294
- package/dist/json/theme/webex/light-complete.json +29 -270
- package/dist/json-minimal/theme/webex/dark-complete.json +3 -16
- package/dist/json-minimal/theme/webex/light-complete.json +3 -16
- package/dist/resources/core/complete.xml +1 -1
- package/dist/resources/theme/webex/dark-complete.xml +2 -11
- package/dist/resources/theme/webex/light-complete.xml +2 -11
- package/dist/scss/core/complete.scss +1 -1
- package/dist/scss/theme/webex/dark-complete.scss +3 -12
- package/dist/scss/theme/webex/light-complete.scss +3 -12
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue, 06 Dec 2022
|
|
3
|
+
* Generated on Tue, 06 Dec 2022 20:02:52 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.md-theme-webex-dark {
|
|
@@ -142,6 +142,7 @@
|
|
|
142
142
|
--md-color-theme-content-scrollbar-bg-default: #ffffff00;
|
|
143
143
|
--md-color-theme-content-scrollbar-bg-hover: #ffffff1c;
|
|
144
144
|
--md-color-theme-content-scrollbar-bg-pressed: #ffffff33;
|
|
145
|
+
--md-color-theme-content-illustration-default: #ffffff;
|
|
145
146
|
--md-color-theme-border-neutral-00: #ffffff33;
|
|
146
147
|
--md-color-theme-border-neutral-01: #ffffff4d;
|
|
147
148
|
--md-color-theme-border-neutral-02: #ffffff66;
|
|
@@ -160,14 +161,4 @@
|
|
|
160
161
|
--md-color-theme-border-decorative-gradient-warning-hover: linear-gradient(90deg, #f2990a00 0%, #f2990ae6 22.4%, #f2990ae6 76.04%, #f2990a00 100%);
|
|
161
162
|
--md-color-theme-border-decorative-gradient-accent-default: linear-gradient(90deg, #64b4fa00 0%, #64b4fa99 22.4%, #64b4fa99 76.04%, #64b4fa00 100%);
|
|
162
163
|
--md-color-theme-border-decorative-gradient-accent-hover: linear-gradient(90deg, #64b4fa00 0%, #64b4fae6 22.4%, #64b4fae6 76.04%, #64b4fa00 100%);
|
|
163
|
-
--md-color-theme-illustration-default: #ffffff;
|
|
164
|
-
--md-color-theme-illustration-positive: linear-gradient(180deg, #3cc29a 0%, #93c437 100%);
|
|
165
|
-
--md-color-theme-illustration-negative: linear-gradient(180deg, #f0677e 0%, #db1f2e 100%);
|
|
166
|
-
--md-color-theme-illustration-empty-00: linear-gradient(180deg, #93c437 0%, #279be8 100%);
|
|
167
|
-
--md-color-theme-illustration-empty-01: linear-gradient(180deg, #279be8 0%, #875ae0 100%);
|
|
168
|
-
--md-color-theme-illustration-onboarding-00: linear-gradient(180deg, #ffbe4f 0%, #93c437 100%);
|
|
169
|
-
--md-color-theme-illustration-onboarding-01: linear-gradient(180deg, #f55868 0%, #875ae0 100%);
|
|
170
|
-
--md-color-theme-illustration-onboarding-02: linear-gradient(180deg, #ffbe4f 0%, #F26B1D 100%);
|
|
171
|
-
--md-color-theme-illustration-onboarding-03: linear-gradient(180deg, #93c437 0%, #279be8 100%);
|
|
172
|
-
--md-color-theme-illustration-onboarding-04: linear-gradient(180deg, #279be8 0%, #875ae0 100%);
|
|
173
164
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue, 06 Dec 2022
|
|
3
|
+
* Generated on Tue, 06 Dec 2022 20:02:52 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.md-theme-webex-light {
|
|
@@ -142,6 +142,7 @@
|
|
|
142
142
|
--md-color-theme-content-scrollbar-bg-default: #00000000;
|
|
143
143
|
--md-color-theme-content-scrollbar-bg-hover: #0000001c;
|
|
144
144
|
--md-color-theme-content-scrollbar-bg-pressed: #ffffff33;
|
|
145
|
+
--md-color-theme-content-illustration-default: #0f0f0f;
|
|
145
146
|
--md-color-theme-border-neutral-00: #00000033;
|
|
146
147
|
--md-color-theme-border-neutral-01: #0000004d;
|
|
147
148
|
--md-color-theme-border-neutral-02: #00000066;
|
|
@@ -160,14 +161,4 @@
|
|
|
160
161
|
--md-color-theme-border-decorative-gradient-warning-hover: linear-gradient(90deg, #7d470500 0%, #7d4705E6 22.4%, #7d4705E6 76.04%, #7d470500 100%);
|
|
161
162
|
--md-color-theme-border-decorative-gradient-accent-default: linear-gradient(90deg, #0353a800 0%, #0353a899 22.4%, #0353a899 76.04%, #0353a800 100%);
|
|
162
163
|
--md-color-theme-border-decorative-gradient-accent-hover: linear-gradient(90deg, #0353a800 0%, #0353a8E6 22.4%, #0353a8E6 76.04%, #0353a800 100%);
|
|
163
|
-
--md-color-theme-illustration-default: #0f0f0f;
|
|
164
|
-
--md-color-theme-illustration-positive: linear-gradient(180deg, #3cc29a 0%, #93c437 100%);
|
|
165
|
-
--md-color-theme-illustration-negative: linear-gradient(180deg, #f0677e 0%, #db1f2e 100%);
|
|
166
|
-
--md-color-theme-illustration-empty-00: linear-gradient(180deg, #93c437 0%, #279be8 100%);
|
|
167
|
-
--md-color-theme-illustration-empty-01: linear-gradient(180deg, #279be8 0%, #875ae0 100%);
|
|
168
|
-
--md-color-theme-illustration-onboarding-00: linear-gradient(180deg, #ffbe4f 0%, #93c437 100%);
|
|
169
|
-
--md-color-theme-illustration-onboarding-01: linear-gradient(180deg, #f55868 0%, #875ae0 100%);
|
|
170
|
-
--md-color-theme-illustration-onboarding-02: linear-gradient(180deg, #ffbe4f 0%, #F26B1D 100%);
|
|
171
|
-
--md-color-theme-illustration-onboarding-03: linear-gradient(180deg, #93c437 0%, #279be8 100%);
|
|
172
|
-
--md-color-theme-illustration-onboarding-04: linear-gradient(180deg, #279be8 0%, #875ae0 100%);
|
|
173
164
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on Tue, 06 Dec 2022
|
|
7
|
+
// Generated on Tue, 06 Dec 2022 20:02:52 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -60,6 +60,7 @@ public class {
|
|
|
60
60
|
public static let md-color-theme-content-control-neutral-inactive-disabled = #ffffff1c
|
|
61
61
|
public static let md-color-theme-content-control-neutral-inactive-hover = #ffffff4d
|
|
62
62
|
public static let md-color-theme-content-control-neutral-inactive-pressed = #ffffff66
|
|
63
|
+
public static let md-color-theme-content-illustration-default = #ffffff
|
|
63
64
|
public static let md-color-theme-content-indicator-accent-00 = #3492eb
|
|
64
65
|
public static let md-color-theme-content-indicator-accent-01 = #1170cf
|
|
65
66
|
public static let md-color-theme-content-indicator-accent-02 = #063a75
|
|
@@ -147,16 +148,6 @@ public class {
|
|
|
147
148
|
public static let md-color-theme-content-text-warning-active = #ffda94
|
|
148
149
|
public static let md-color-theme-content-text-warning-default = #f2990a
|
|
149
150
|
public static let md-color-theme-content-text-warning-hover = #ffda94
|
|
150
|
-
public static let md-color-theme-illustration-default = #ffffff
|
|
151
|
-
public static let md-color-theme-illustration-empty-00 = linear-gradient(180deg, #93c437 0%, #279be8 100%)
|
|
152
|
-
public static let md-color-theme-illustration-empty-01 = linear-gradient(180deg, #279be8 0%, #875ae0 100%)
|
|
153
|
-
public static let md-color-theme-illustration-negative = linear-gradient(180deg, #f0677e 0%, #db1f2e 100%)
|
|
154
|
-
public static let md-color-theme-illustration-onboarding-00 = linear-gradient(180deg, #ffbe4f 0%, #93c437 100%)
|
|
155
|
-
public static let md-color-theme-illustration-onboarding-01 = linear-gradient(180deg, #f55868 0%, #875ae0 100%)
|
|
156
|
-
public static let md-color-theme-illustration-onboarding-02 = linear-gradient(180deg, #ffbe4f 0%, #F26B1D 100%)
|
|
157
|
-
public static let md-color-theme-illustration-onboarding-03 = linear-gradient(180deg, #93c437 0%, #279be8 100%)
|
|
158
|
-
public static let md-color-theme-illustration-onboarding-04 = linear-gradient(180deg, #279be8 0%, #875ae0 100%)
|
|
159
|
-
public static let md-color-theme-illustration-positive = linear-gradient(180deg, #3cc29a 0%, #93c437 100%)
|
|
160
151
|
public static let md-color-theme-surface-accent-default = #0a274a
|
|
161
152
|
public static let md-color-theme-surface-accent-mobile-default = #3492eb
|
|
162
153
|
public static let md-color-theme-surface-accent-mobile-pressed = #1170cf
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on Tue, 06 Dec 2022
|
|
7
|
+
// Generated on Tue, 06 Dec 2022 20:02:52 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -60,6 +60,7 @@ public class {
|
|
|
60
60
|
public static let md-color-theme-content-control-neutral-inactive-disabled = #ffffff1c
|
|
61
61
|
public static let md-color-theme-content-control-neutral-inactive-hover = #0000004d
|
|
62
62
|
public static let md-color-theme-content-control-neutral-inactive-pressed = #00000066
|
|
63
|
+
public static let md-color-theme-content-illustration-default = #0f0f0f
|
|
63
64
|
public static let md-color-theme-content-indicator-accent-00 = #1170cf
|
|
64
65
|
public static let md-color-theme-content-indicator-accent-01 = #1170cf
|
|
65
66
|
public static let md-color-theme-content-indicator-accent-02 = #bfe3ff
|
|
@@ -147,16 +148,6 @@ public class {
|
|
|
147
148
|
public static let md-color-theme-content-text-warning-active = #ffda94
|
|
148
149
|
public static let md-color-theme-content-text-warning-default = #f2990a
|
|
149
150
|
public static let md-color-theme-content-text-warning-hover = #ffda94
|
|
150
|
-
public static let md-color-theme-illustration-default = #0f0f0f
|
|
151
|
-
public static let md-color-theme-illustration-empty-00 = linear-gradient(180deg, #93c437 0%, #279be8 100%)
|
|
152
|
-
public static let md-color-theme-illustration-empty-01 = linear-gradient(180deg, #279be8 0%, #875ae0 100%)
|
|
153
|
-
public static let md-color-theme-illustration-negative = linear-gradient(180deg, #f0677e 0%, #db1f2e 100%)
|
|
154
|
-
public static let md-color-theme-illustration-onboarding-00 = linear-gradient(180deg, #ffbe4f 0%, #93c437 100%)
|
|
155
|
-
public static let md-color-theme-illustration-onboarding-01 = linear-gradient(180deg, #f55868 0%, #875ae0 100%)
|
|
156
|
-
public static let md-color-theme-illustration-onboarding-02 = linear-gradient(180deg, #ffbe4f 0%, #F26B1D 100%)
|
|
157
|
-
public static let md-color-theme-illustration-onboarding-03 = linear-gradient(180deg, #93c437 0%, #279be8 100%)
|
|
158
|
-
public static let md-color-theme-illustration-onboarding-04 = linear-gradient(180deg, #279be8 0%, #875ae0 100%)
|
|
159
|
-
public static let md-color-theme-illustration-positive = linear-gradient(180deg, #3cc29a 0%, #93c437 100%)
|
|
160
151
|
public static let md-color-theme-surface-accent-default = #dbf0ff
|
|
161
152
|
public static let md-color-theme-surface-accent-mobile-default = #1170cf
|
|
162
153
|
public static let md-color-theme-surface-accent-mobile-pressed = #1170cf
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
"primary": {
|
|
6
6
|
"value": "linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)",
|
|
7
7
|
"type": "color",
|
|
8
|
-
"description": "Core Token: gradient.default.dark.primary\nHEX:
|
|
8
|
+
"description": "Core Token: gradient.default.dark.primary\nHEX: 1a1a1a, 0f0f0f\n----\nUsed for main app background (desktop&web)\n",
|
|
9
9
|
"filePath": "src/theme/webex/dark.json",
|
|
10
10
|
"isSource": true,
|
|
11
11
|
"original": {
|
|
12
12
|
"value": "{color.gradient.default.dark.primary}",
|
|
13
13
|
"type": "color",
|
|
14
|
-
"description": "Core Token: gradient.default.dark.primary\nHEX:
|
|
14
|
+
"description": "Core Token: gradient.default.dark.primary\nHEX: 1a1a1a, 0f0f0f\n----\nUsed for main app background (desktop&web)\n"
|
|
15
15
|
},
|
|
16
16
|
"name": "md-color-theme-bg-primary",
|
|
17
17
|
"attributes": {
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"secondary": {
|
|
31
31
|
"value": "linear-gradient(180deg, #262626 0%, #0f0f0f 100%)",
|
|
32
32
|
"type": "color",
|
|
33
|
-
"description": "Core Token: gradient.default.dark.secondary\nHEX: 262626,
|
|
33
|
+
"description": "Core Token: gradient.default.dark.secondary\nHEX: 262626, 0f0f0f\n-----\nUsed for the 3rd column in a main app background (desktop&web)",
|
|
34
34
|
"filePath": "src/theme/webex/dark.json",
|
|
35
35
|
"isSource": true,
|
|
36
36
|
"original": {
|
|
37
37
|
"value": "{color.gradient.default.dark.secondary}",
|
|
38
38
|
"type": "color",
|
|
39
|
-
"description": "Core Token: gradient.default.dark.secondary\nHEX: 262626,
|
|
39
|
+
"description": "Core Token: gradient.default.dark.secondary\nHEX: 262626, 0f0f0f\n-----\nUsed for the 3rd column in a main app background (desktop&web)"
|
|
40
40
|
},
|
|
41
41
|
"name": "md-color-theme-bg-secondary",
|
|
42
42
|
"attributes": {
|
|
@@ -83,13 +83,13 @@
|
|
|
83
83
|
"secondary": {
|
|
84
84
|
"value": "#1a1a1a",
|
|
85
85
|
"type": "color",
|
|
86
|
-
"description": "Core Token: mobile.default.dark.secondary\nHEX:
|
|
86
|
+
"description": "Core Token: mobile.default.dark.secondary\nHEX: 1a1a1a\n-------------------------------\nApp background for mobile\n[AND] botton tabs",
|
|
87
87
|
"filePath": "src/theme/webex/dark.json",
|
|
88
88
|
"isSource": true,
|
|
89
89
|
"original": {
|
|
90
90
|
"value": "{color.mobile.default.dark.secondary}",
|
|
91
91
|
"type": "color",
|
|
92
|
-
"description": "Core Token: mobile.default.dark.secondary\nHEX:
|
|
92
|
+
"description": "Core Token: mobile.default.dark.secondary\nHEX: 1a1a1a\n-------------------------------\nApp background for mobile\n[AND] botton tabs"
|
|
93
93
|
},
|
|
94
94
|
"name": "md-color-theme-bg-mob-secondary",
|
|
95
95
|
"attributes": {
|
|
@@ -115,13 +115,13 @@
|
|
|
115
115
|
"default": {
|
|
116
116
|
"value": "#ffffff00",
|
|
117
117
|
"type": "color",
|
|
118
|
-
"description": "Core Token: core.white-alpha.00\nHEX:
|
|
118
|
+
"description": "Core Token: core.white-alpha.00\nHEX: ffffff 0%\n--------\nRest/ghost states of app-header/footer, chips, list items, list-header, bitmoji, messaging components, personas. ",
|
|
119
119
|
"filePath": "src/theme/webex/dark.json",
|
|
120
120
|
"isSource": true,
|
|
121
121
|
"original": {
|
|
122
122
|
"value": "{color.core.white-alpha.00}",
|
|
123
123
|
"type": "color",
|
|
124
|
-
"description": "Core Token: core.white-alpha.00\nHEX:
|
|
124
|
+
"description": "Core Token: core.white-alpha.00\nHEX: ffffff 0%\n--------\nRest/ghost states of app-header/footer, chips, list items, list-header, bitmoji, messaging components, personas. "
|
|
125
125
|
},
|
|
126
126
|
"name": "md-color-theme-surface-neutral-00-default",
|
|
127
127
|
"attributes": {
|
|
@@ -143,13 +143,13 @@
|
|
|
143
143
|
"hover": {
|
|
144
144
|
"value": "#ffffff12",
|
|
145
145
|
"type": "color",
|
|
146
|
-
"description": "Core Token: core.white-alpha.07\nHEX:
|
|
146
|
+
"description": "Core Token: core.white-alpha.07\nHEX: ffffff 7%\n\n----\n\nUsed for hover state of \nall app-header/footer, chips, list items, list-header, bitmoji, messaging components, personas",
|
|
147
147
|
"filePath": "src/theme/webex/dark.json",
|
|
148
148
|
"isSource": true,
|
|
149
149
|
"original": {
|
|
150
150
|
"value": "{color.core.white-alpha.07}",
|
|
151
151
|
"type": "color",
|
|
152
|
-
"description": "Core Token: core.white-alpha.07\nHEX:
|
|
152
|
+
"description": "Core Token: core.white-alpha.07\nHEX: ffffff 7%\n\n----\n\nUsed for hover state of \nall app-header/footer, chips, list items, list-header, bitmoji, messaging components, personas"
|
|
153
153
|
},
|
|
154
154
|
"name": "md-color-theme-surface-neutral-00-hover",
|
|
155
155
|
"attributes": {
|
|
@@ -171,13 +171,13 @@
|
|
|
171
171
|
"active": {
|
|
172
172
|
"value": "#ffffff1c",
|
|
173
173
|
"type": "color",
|
|
174
|
-
"description": "Core Token: core.white-alpha.11\nHEX:
|
|
174
|
+
"description": "Core Token: core.white-alpha.11\nHEX: ffffff 11%\n\n---\nUsed for press/active state of surface-00. Used it for app-header/footer, chips, list items, list-header, bitmoji, messaging components, personas",
|
|
175
175
|
"filePath": "src/theme/webex/dark.json",
|
|
176
176
|
"isSource": true,
|
|
177
177
|
"original": {
|
|
178
178
|
"value": "{color.core.white-alpha.11}",
|
|
179
179
|
"type": "color",
|
|
180
|
-
"description": "Core Token: core.white-alpha.11\nHEX:
|
|
180
|
+
"description": "Core Token: core.white-alpha.11\nHEX: ffffff 11%\n\n---\nUsed for press/active state of surface-00. Used it for app-header/footer, chips, list items, list-header, bitmoji, messaging components, personas"
|
|
181
181
|
},
|
|
182
182
|
"name": "md-color-theme-surface-neutral-00-active",
|
|
183
183
|
"attributes": {
|
|
@@ -199,13 +199,13 @@
|
|
|
199
199
|
"disabled": {
|
|
200
200
|
"value": "#ffffff1c",
|
|
201
201
|
"type": "color",
|
|
202
|
-
"description": "Core Token: core.white-alpha-11\nHEX:
|
|
202
|
+
"description": "Core Token: core.white-alpha-11\nHEX: ffffff 11%\n\n---\nDisabled state of surface-00. Used it for app-header/footer, chips, list items, list-header, bitmoji, messaging components, personas",
|
|
203
203
|
"filePath": "src/theme/webex/dark.json",
|
|
204
204
|
"isSource": true,
|
|
205
205
|
"original": {
|
|
206
206
|
"value": "{color.core.white-alpha.11}",
|
|
207
207
|
"type": "color",
|
|
208
|
-
"description": "Core Token: core.white-alpha-11\nHEX:
|
|
208
|
+
"description": "Core Token: core.white-alpha-11\nHEX: ffffff 11%\n\n---\nDisabled state of surface-00. Used it for app-header/footer, chips, list items, list-header, bitmoji, messaging components, personas"
|
|
209
209
|
},
|
|
210
210
|
"name": "md-color-theme-surface-neutral-00-disabled",
|
|
211
211
|
"attributes": {
|
|
@@ -229,13 +229,13 @@
|
|
|
229
229
|
"default": {
|
|
230
230
|
"value": "#ffffff1c",
|
|
231
231
|
"type": "color",
|
|
232
|
-
"description": "Core Token: core.white-alpha.11\nHEX:
|
|
232
|
+
"description": "Core Token: core.white-alpha.11\nHEX: ffffff 11%\n-----\n\nRest state for meeting-content-cards, attachments, [ios] meeting-list",
|
|
233
233
|
"filePath": "src/theme/webex/dark.json",
|
|
234
234
|
"isSource": true,
|
|
235
235
|
"original": {
|
|
236
236
|
"value": "{color.core.white-alpha.11}",
|
|
237
237
|
"type": "color",
|
|
238
|
-
"description": "Core Token: core.white-alpha.11\nHEX:
|
|
238
|
+
"description": "Core Token: core.white-alpha.11\nHEX: ffffff 11%\n-----\n\nRest state for meeting-content-cards, attachments, [ios] meeting-list"
|
|
239
239
|
},
|
|
240
240
|
"name": "md-color-theme-surface-neutral-01-default",
|
|
241
241
|
"attributes": {
|
|
@@ -257,13 +257,13 @@
|
|
|
257
257
|
"hover": {
|
|
258
258
|
"value": "#ffffff33",
|
|
259
259
|
"type": "color",
|
|
260
|
-
"description": "Core Token: core.white-alpha.20\nHEX:
|
|
260
|
+
"description": "Core Token: core.white-alpha.20\nHEX: ffffff 20%\n\n----\nUsed for hover state of \nsurface-01 (prev.BackgroundSecondary). Used it for meeting-content-cards, attachments, [ios] meeting-list",
|
|
261
261
|
"filePath": "src/theme/webex/dark.json",
|
|
262
262
|
"isSource": true,
|
|
263
263
|
"original": {
|
|
264
264
|
"value": "{color.core.white-alpha.20}",
|
|
265
265
|
"type": "color",
|
|
266
|
-
"description": "Core Token: core.white-alpha.20\nHEX:
|
|
266
|
+
"description": "Core Token: core.white-alpha.20\nHEX: ffffff 20%\n\n----\nUsed for hover state of \nsurface-01 (prev.BackgroundSecondary). Used it for meeting-content-cards, attachments, [ios] meeting-list"
|
|
267
267
|
},
|
|
268
268
|
"name": "md-color-theme-surface-neutral-01-hover",
|
|
269
269
|
"attributes": {
|
|
@@ -285,13 +285,13 @@
|
|
|
285
285
|
"active": {
|
|
286
286
|
"value": "#ffffff1c",
|
|
287
287
|
"type": "color",
|
|
288
|
-
"description": "Core Token: core.white-alpha.11\nHEX:
|
|
288
|
+
"description": "Core Token: core.white-alpha.11\nHEX: ffffff 11%\n\n---\nUsed for press/active state of surface-01. (prev.BackgroundSecondary). Used it for meeting-content-cards, attachments, [ios] meeting-list",
|
|
289
289
|
"filePath": "src/theme/webex/dark.json",
|
|
290
290
|
"isSource": true,
|
|
291
291
|
"original": {
|
|
292
292
|
"value": "{color.core.white-alpha.11}",
|
|
293
293
|
"type": "color",
|
|
294
|
-
"description": "Core Token: core.white-alpha.11\nHEX:
|
|
294
|
+
"description": "Core Token: core.white-alpha.11\nHEX: ffffff 11%\n\n---\nUsed for press/active state of surface-01. (prev.BackgroundSecondary). Used it for meeting-content-cards, attachments, [ios] meeting-list"
|
|
295
295
|
},
|
|
296
296
|
"name": "md-color-theme-surface-neutral-01-active",
|
|
297
297
|
"attributes": {
|
|
@@ -313,13 +313,13 @@
|
|
|
313
313
|
"disabled": {
|
|
314
314
|
"value": "#ffffff1c",
|
|
315
315
|
"type": "color",
|
|
316
|
-
"description": "Core Token: white-alpha-11\nHEX:
|
|
316
|
+
"description": "Core Token: white-alpha-11\nHEX: ffffff 11%\n\n---\nDisabled state of surface-01. (prev.BackgroundSecondary). Used it for meeting-content-cards, attachments, [ios] meeting-list",
|
|
317
317
|
"filePath": "src/theme/webex/dark.json",
|
|
318
318
|
"isSource": true,
|
|
319
319
|
"original": {
|
|
320
320
|
"value": "{color.core.white-alpha.11}",
|
|
321
321
|
"type": "color",
|
|
322
|
-
"description": "Core Token: white-alpha-11\nHEX:
|
|
322
|
+
"description": "Core Token: white-alpha-11\nHEX: ffffff 11%\n\n---\nDisabled state of surface-01. (prev.BackgroundSecondary). Used it for meeting-content-cards, attachments, [ios] meeting-list"
|
|
323
323
|
},
|
|
324
324
|
"name": "md-color-theme-surface-neutral-01-disabled",
|
|
325
325
|
"attributes": {
|
|
@@ -371,13 +371,13 @@
|
|
|
371
371
|
"secondary": {
|
|
372
372
|
"value": "#1a1a1a",
|
|
373
373
|
"type": "color",
|
|
374
|
-
"description": "Core Token: core.gray.95\nHEX:
|
|
374
|
+
"description": "Core Token: core.gray.95\nHEX: 1a1a1a\n----------------\nMedium solid surface. Used this for the surface of modal when layering one to another. For details, find \"UI Layering\" : \nhttps://www.figma.com/file/GAPJbRR46eugOlrHzFJ7Fe/UI-Layering?node-id=3%3A22089",
|
|
375
375
|
"filePath": "src/theme/webex/dark.json",
|
|
376
376
|
"isSource": true,
|
|
377
377
|
"original": {
|
|
378
378
|
"value": "{color.core.gray.95}",
|
|
379
379
|
"type": "color",
|
|
380
|
-
"description": "Core Token: core.gray.95\nHEX:
|
|
380
|
+
"description": "Core Token: core.gray.95\nHEX: 1a1a1a\n----------------\nMedium solid surface. Used this for the surface of modal when layering one to another. For details, find \"UI Layering\" : \nhttps://www.figma.com/file/GAPJbRR46eugOlrHzFJ7Fe/UI-Layering?node-id=3%3A22089"
|
|
381
381
|
},
|
|
382
382
|
"name": "md-color-theme-surface-neutral-02-secondary",
|
|
383
383
|
"attributes": {
|
|
@@ -4041,6 +4041,35 @@
|
|
|
4041
4041
|
]
|
|
4042
4042
|
}
|
|
4043
4043
|
}
|
|
4044
|
+
},
|
|
4045
|
+
"illustration": {
|
|
4046
|
+
"default": {
|
|
4047
|
+
"value": "#ffffff",
|
|
4048
|
+
"type": "color",
|
|
4049
|
+
"description": "Core Token: \ncore.white-alpha.100\nHEX: FFFFFF 100%\n---------------------------\nUsed for any default illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4050
|
+
"filePath": "src/theme/webex/dark.json",
|
|
4051
|
+
"isSource": true,
|
|
4052
|
+
"original": {
|
|
4053
|
+
"value": "{color.core.white-alpha.100}",
|
|
4054
|
+
"type": "color",
|
|
4055
|
+
"description": "Core Token: \ncore.white-alpha.100\nHEX: FFFFFF 100%\n---------------------------\nUsed for any default illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4056
|
+
},
|
|
4057
|
+
"name": "md-color-theme-content-illustration-default",
|
|
4058
|
+
"attributes": {
|
|
4059
|
+
"category": "color",
|
|
4060
|
+
"type": "theme",
|
|
4061
|
+
"item": "content",
|
|
4062
|
+
"subitem": "illustration",
|
|
4063
|
+
"state": "default"
|
|
4064
|
+
},
|
|
4065
|
+
"path": [
|
|
4066
|
+
"color",
|
|
4067
|
+
"theme",
|
|
4068
|
+
"content",
|
|
4069
|
+
"illustration",
|
|
4070
|
+
"default"
|
|
4071
|
+
]
|
|
4072
|
+
}
|
|
4044
4073
|
}
|
|
4045
4074
|
},
|
|
4046
4075
|
"border": {
|
|
@@ -4569,276 +4598,6 @@
|
|
|
4569
4598
|
}
|
|
4570
4599
|
}
|
|
4571
4600
|
}
|
|
4572
|
-
},
|
|
4573
|
-
"illustration": {
|
|
4574
|
-
"default": {
|
|
4575
|
-
"value": "#ffffff",
|
|
4576
|
-
"type": "color",
|
|
4577
|
-
"description": "Core Token: \ncore.white-alpha.100\nHEX: FFFFFF 100%\n---------------------------\nUsed for any default illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4578
|
-
"filePath": "src/theme/webex/dark.json",
|
|
4579
|
-
"isSource": true,
|
|
4580
|
-
"original": {
|
|
4581
|
-
"value": "{color.core.white-alpha.100}",
|
|
4582
|
-
"type": "color",
|
|
4583
|
-
"description": "Core Token: \ncore.white-alpha.100\nHEX: FFFFFF 100%\n---------------------------\nUsed for any default illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4584
|
-
},
|
|
4585
|
-
"name": "md-color-theme-illustration-default",
|
|
4586
|
-
"attributes": {
|
|
4587
|
-
"category": "color",
|
|
4588
|
-
"type": "theme",
|
|
4589
|
-
"item": "illustration",
|
|
4590
|
-
"subitem": "default"
|
|
4591
|
-
},
|
|
4592
|
-
"path": [
|
|
4593
|
-
"color",
|
|
4594
|
-
"theme",
|
|
4595
|
-
"illustration",
|
|
4596
|
-
"default"
|
|
4597
|
-
]
|
|
4598
|
-
},
|
|
4599
|
-
"positive": {
|
|
4600
|
-
"value": "linear-gradient(180deg, #3cc29a 0%, #93c437 100%)",
|
|
4601
|
-
"type": "color",
|
|
4602
|
-
"description": "Core Token: core.green.40, \ndecorative.lime.40\nHEX: 3CC29A, 93C437\n---------------------------\nUsed for success-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4603
|
-
"filePath": "src/theme/webex/dark.json",
|
|
4604
|
-
"isSource": true,
|
|
4605
|
-
"original": {
|
|
4606
|
-
"value": "linear-gradient(180deg, {color.core.green.40} 0%, {color.decorative.lime.40} 100%)",
|
|
4607
|
-
"type": "color",
|
|
4608
|
-
"description": "Core Token: core.green.40, \ndecorative.lime.40\nHEX: 3CC29A, 93C437\n---------------------------\nUsed for success-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4609
|
-
},
|
|
4610
|
-
"name": "md-color-theme-illustration-positive",
|
|
4611
|
-
"attributes": {
|
|
4612
|
-
"category": "color",
|
|
4613
|
-
"type": "theme",
|
|
4614
|
-
"item": "illustration",
|
|
4615
|
-
"subitem": "positive"
|
|
4616
|
-
},
|
|
4617
|
-
"path": [
|
|
4618
|
-
"color",
|
|
4619
|
-
"theme",
|
|
4620
|
-
"illustration",
|
|
4621
|
-
"positive"
|
|
4622
|
-
]
|
|
4623
|
-
},
|
|
4624
|
-
"negative": {
|
|
4625
|
-
"value": "linear-gradient(180deg, #f0677e 0%, #db1f2e 100%)",
|
|
4626
|
-
"type": "color",
|
|
4627
|
-
"description": "Core Token: \ndecorative.pink.50, \ncore.red.60\nHEX: F0677E, DB1F2E\n---------------------------\nUsed for error-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4628
|
-
"filePath": "src/theme/webex/dark.json",
|
|
4629
|
-
"isSource": true,
|
|
4630
|
-
"original": {
|
|
4631
|
-
"value": "linear-gradient(180deg, {color.decorative.pink.50} 0%, {color.core.red.60} 100%)",
|
|
4632
|
-
"type": "color",
|
|
4633
|
-
"description": "Core Token: \ndecorative.pink.50, \ncore.red.60\nHEX: F0677E, DB1F2E\n---------------------------\nUsed for error-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4634
|
-
},
|
|
4635
|
-
"name": "md-color-theme-illustration-negative",
|
|
4636
|
-
"attributes": {
|
|
4637
|
-
"category": "color",
|
|
4638
|
-
"type": "theme",
|
|
4639
|
-
"item": "illustration",
|
|
4640
|
-
"subitem": "negative"
|
|
4641
|
-
},
|
|
4642
|
-
"path": [
|
|
4643
|
-
"color",
|
|
4644
|
-
"theme",
|
|
4645
|
-
"illustration",
|
|
4646
|
-
"negative"
|
|
4647
|
-
]
|
|
4648
|
-
},
|
|
4649
|
-
"empty": {
|
|
4650
|
-
"00": {
|
|
4651
|
-
"value": "linear-gradient(180deg, #93c437 0%, #279be8 100%)",
|
|
4652
|
-
"type": "color",
|
|
4653
|
-
"description": "Core Token: decorative.lime.40 0%, decorative.cobalt.50 100%\nHEX: linear-gradient(180deg, #93c437 0%, #279be8 100%)\n---------------------------\nUsed for empty state.\nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4654
|
-
"filePath": "src/theme/webex/dark.json",
|
|
4655
|
-
"isSource": true,
|
|
4656
|
-
"original": {
|
|
4657
|
-
"value": "linear-gradient(180deg, {color.decorative.lime.40} 0%, {color.decorative.cobalt.50} 100%)",
|
|
4658
|
-
"type": "color",
|
|
4659
|
-
"description": "Core Token: decorative.lime.40 0%, decorative.cobalt.50 100%\nHEX: linear-gradient(180deg, #93c437 0%, #279be8 100%)\n---------------------------\nUsed for empty state.\nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4660
|
-
},
|
|
4661
|
-
"name": "md-color-theme-illustration-empty-00",
|
|
4662
|
-
"attributes": {
|
|
4663
|
-
"category": "color",
|
|
4664
|
-
"type": "theme",
|
|
4665
|
-
"item": "illustration",
|
|
4666
|
-
"subitem": "empty",
|
|
4667
|
-
"state": "00"
|
|
4668
|
-
},
|
|
4669
|
-
"path": [
|
|
4670
|
-
"color",
|
|
4671
|
-
"theme",
|
|
4672
|
-
"illustration",
|
|
4673
|
-
"empty",
|
|
4674
|
-
"00"
|
|
4675
|
-
]
|
|
4676
|
-
},
|
|
4677
|
-
"01": {
|
|
4678
|
-
"value": "linear-gradient(180deg, #279be8 0%, #875ae0 100%)",
|
|
4679
|
-
"type": "color",
|
|
4680
|
-
"description": "Core Token: decorative.cobalt.50\ndecorative.violet.60\nHEX: 279BE8, 875AE0\n---------------------------\nUsed for empty state.\nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4681
|
-
"filePath": "src/theme/webex/dark.json",
|
|
4682
|
-
"isSource": true,
|
|
4683
|
-
"original": {
|
|
4684
|
-
"value": "linear-gradient(180deg, {color.decorative.cobalt.50} 0%, {color.decorative.violet.60} 100%)",
|
|
4685
|
-
"type": "color",
|
|
4686
|
-
"description": "Core Token: decorative.cobalt.50\ndecorative.violet.60\nHEX: 279BE8, 875AE0\n---------------------------\nUsed for empty state.\nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4687
|
-
},
|
|
4688
|
-
"name": "md-color-theme-illustration-empty-01",
|
|
4689
|
-
"attributes": {
|
|
4690
|
-
"category": "color",
|
|
4691
|
-
"type": "theme",
|
|
4692
|
-
"item": "illustration",
|
|
4693
|
-
"subitem": "empty",
|
|
4694
|
-
"state": "01"
|
|
4695
|
-
},
|
|
4696
|
-
"path": [
|
|
4697
|
-
"color",
|
|
4698
|
-
"theme",
|
|
4699
|
-
"illustration",
|
|
4700
|
-
"empty",
|
|
4701
|
-
"01"
|
|
4702
|
-
]
|
|
4703
|
-
}
|
|
4704
|
-
},
|
|
4705
|
-
"onboarding": {
|
|
4706
|
-
"00": {
|
|
4707
|
-
"value": "linear-gradient(180deg, #ffbe4f 0%, #93c437 100%)",
|
|
4708
|
-
"type": "color",
|
|
4709
|
-
"description": "Core Token: core.yellow.30, decorative.lime.40\nHEX: FFBE4F, 93C437\n---------------------------\nUsed for onboarding-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4710
|
-
"filePath": "src/theme/webex/dark.json",
|
|
4711
|
-
"isSource": true,
|
|
4712
|
-
"original": {
|
|
4713
|
-
"value": "linear-gradient(180deg, {color.core.yellow.30} 0%, {color.decorative.lime.40} 100%)",
|
|
4714
|
-
"type": "color",
|
|
4715
|
-
"description": "Core Token: core.yellow.30, decorative.lime.40\nHEX: FFBE4F, 93C437\n---------------------------\nUsed for onboarding-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4716
|
-
},
|
|
4717
|
-
"name": "md-color-theme-illustration-onboarding-00",
|
|
4718
|
-
"attributes": {
|
|
4719
|
-
"category": "color",
|
|
4720
|
-
"type": "theme",
|
|
4721
|
-
"item": "illustration",
|
|
4722
|
-
"subitem": "onboarding",
|
|
4723
|
-
"state": "00"
|
|
4724
|
-
},
|
|
4725
|
-
"path": [
|
|
4726
|
-
"color",
|
|
4727
|
-
"theme",
|
|
4728
|
-
"illustration",
|
|
4729
|
-
"onboarding",
|
|
4730
|
-
"00"
|
|
4731
|
-
]
|
|
4732
|
-
},
|
|
4733
|
-
"01": {
|
|
4734
|
-
"value": "linear-gradient(180deg, #f55868 0%, #875ae0 100%)",
|
|
4735
|
-
"type": "color",
|
|
4736
|
-
"description": "Core Token: core.red.50, \ndecorative.violet.60\nHEX: F55868, 875AE0\n---------------------------\nUsed for onboarding-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4737
|
-
"filePath": "src/theme/webex/dark.json",
|
|
4738
|
-
"isSource": true,
|
|
4739
|
-
"original": {
|
|
4740
|
-
"value": "linear-gradient(180deg, {color.core.red.50} 0%, {color.decorative.violet.60} 100%)",
|
|
4741
|
-
"type": "color",
|
|
4742
|
-
"description": "Core Token: core.red.50, \ndecorative.violet.60\nHEX: F55868, 875AE0\n---------------------------\nUsed for onboarding-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4743
|
-
},
|
|
4744
|
-
"name": "md-color-theme-illustration-onboarding-01",
|
|
4745
|
-
"attributes": {
|
|
4746
|
-
"category": "color",
|
|
4747
|
-
"type": "theme",
|
|
4748
|
-
"item": "illustration",
|
|
4749
|
-
"subitem": "onboarding",
|
|
4750
|
-
"state": "01"
|
|
4751
|
-
},
|
|
4752
|
-
"path": [
|
|
4753
|
-
"color",
|
|
4754
|
-
"theme",
|
|
4755
|
-
"illustration",
|
|
4756
|
-
"onboarding",
|
|
4757
|
-
"01"
|
|
4758
|
-
]
|
|
4759
|
-
},
|
|
4760
|
-
"02": {
|
|
4761
|
-
"value": "linear-gradient(180deg, #ffbe4f 0%, #F26B1D 100%)",
|
|
4762
|
-
"type": "color",
|
|
4763
|
-
"description": "Core Token: core.yellow.30, \ncore.orange.50\nHEX: FFBE4F, F26B1D\n---------------------------\nUsed for onboarding-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4764
|
-
"filePath": "src/theme/webex/dark.json",
|
|
4765
|
-
"isSource": true,
|
|
4766
|
-
"original": {
|
|
4767
|
-
"value": "linear-gradient(180deg, {color.core.yellow.30} 0%, {color.core.orange.50} 100%)",
|
|
4768
|
-
"type": "color",
|
|
4769
|
-
"description": "Core Token: core.yellow.30, \ncore.orange.50\nHEX: FFBE4F, F26B1D\n---------------------------\nUsed for onboarding-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4770
|
-
},
|
|
4771
|
-
"name": "md-color-theme-illustration-onboarding-02",
|
|
4772
|
-
"attributes": {
|
|
4773
|
-
"category": "color",
|
|
4774
|
-
"type": "theme",
|
|
4775
|
-
"item": "illustration",
|
|
4776
|
-
"subitem": "onboarding",
|
|
4777
|
-
"state": "02"
|
|
4778
|
-
},
|
|
4779
|
-
"path": [
|
|
4780
|
-
"color",
|
|
4781
|
-
"theme",
|
|
4782
|
-
"illustration",
|
|
4783
|
-
"onboarding",
|
|
4784
|
-
"02"
|
|
4785
|
-
]
|
|
4786
|
-
},
|
|
4787
|
-
"03": {
|
|
4788
|
-
"value": "linear-gradient(180deg, #93c437 0%, #279be8 100%)",
|
|
4789
|
-
"type": "color",
|
|
4790
|
-
"description": "Core Token: decorative.lime.40, \ndecorative.cobalt.50\nHEX: 93C437, 279BE8\n---------------------------\nUsed for onboarding-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4791
|
-
"filePath": "src/theme/webex/dark.json",
|
|
4792
|
-
"isSource": true,
|
|
4793
|
-
"original": {
|
|
4794
|
-
"value": "linear-gradient(180deg, {color.decorative.lime.40} 0%, {color.decorative.cobalt.50} 100%)",
|
|
4795
|
-
"type": "color",
|
|
4796
|
-
"description": "Core Token: decorative.lime.40, \ndecorative.cobalt.50\nHEX: 93C437, 279BE8\n---------------------------\nUsed for onboarding-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4797
|
-
},
|
|
4798
|
-
"name": "md-color-theme-illustration-onboarding-03",
|
|
4799
|
-
"attributes": {
|
|
4800
|
-
"category": "color",
|
|
4801
|
-
"type": "theme",
|
|
4802
|
-
"item": "illustration",
|
|
4803
|
-
"subitem": "onboarding",
|
|
4804
|
-
"state": "03"
|
|
4805
|
-
},
|
|
4806
|
-
"path": [
|
|
4807
|
-
"color",
|
|
4808
|
-
"theme",
|
|
4809
|
-
"illustration",
|
|
4810
|
-
"onboarding",
|
|
4811
|
-
"03"
|
|
4812
|
-
]
|
|
4813
|
-
},
|
|
4814
|
-
"04": {
|
|
4815
|
-
"value": "linear-gradient(180deg, #279be8 0%, #875ae0 100%)",
|
|
4816
|
-
"type": "color",
|
|
4817
|
-
"description": "Core Token: decorative.cobalt.50, \ndecorative.violet.60\nHEX: 279BE8, 875AE0\n---------------------------\nUsed for onboarding-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4818
|
-
"filePath": "src/theme/webex/dark.json",
|
|
4819
|
-
"isSource": true,
|
|
4820
|
-
"original": {
|
|
4821
|
-
"value": "linear-gradient(180deg, {color.decorative.cobalt.50} 0%, {color.decorative.violet.60} 100%)",
|
|
4822
|
-
"type": "color",
|
|
4823
|
-
"description": "Core Token: decorative.cobalt.50, \ndecorative.violet.60\nHEX: 279BE8, 875AE0\n---------------------------\nUsed for onboarding-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4824
|
-
},
|
|
4825
|
-
"name": "md-color-theme-illustration-onboarding-04",
|
|
4826
|
-
"attributes": {
|
|
4827
|
-
"category": "color",
|
|
4828
|
-
"type": "theme",
|
|
4829
|
-
"item": "illustration",
|
|
4830
|
-
"subitem": "onboarding",
|
|
4831
|
-
"state": "04"
|
|
4832
|
-
},
|
|
4833
|
-
"path": [
|
|
4834
|
-
"color",
|
|
4835
|
-
"theme",
|
|
4836
|
-
"illustration",
|
|
4837
|
-
"onboarding",
|
|
4838
|
-
"04"
|
|
4839
|
-
]
|
|
4840
|
-
}
|
|
4841
|
-
}
|
|
4842
4601
|
}
|
|
4843
4602
|
}
|
|
4844
4603
|
}
|
|
@@ -4041,6 +4041,35 @@
|
|
|
4041
4041
|
]
|
|
4042
4042
|
}
|
|
4043
4043
|
}
|
|
4044
|
+
},
|
|
4045
|
+
"illustration": {
|
|
4046
|
+
"default": {
|
|
4047
|
+
"value": "#0f0f0f",
|
|
4048
|
+
"type": "color",
|
|
4049
|
+
"description": "Core Token: \ncore.gray.100\nHEX: 0F0F0F\n---------------------------\nUsed for any default illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4050
|
+
"filePath": "src/theme/webex/light.json",
|
|
4051
|
+
"isSource": true,
|
|
4052
|
+
"original": {
|
|
4053
|
+
"value": "{color.core.gray.100}",
|
|
4054
|
+
"type": "color",
|
|
4055
|
+
"description": "Core Token: \ncore.gray.100\nHEX: 0F0F0F\n---------------------------\nUsed for any default illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4056
|
+
},
|
|
4057
|
+
"name": "md-color-theme-content-illustration-default",
|
|
4058
|
+
"attributes": {
|
|
4059
|
+
"category": "color",
|
|
4060
|
+
"type": "theme",
|
|
4061
|
+
"item": "content",
|
|
4062
|
+
"subitem": "illustration",
|
|
4063
|
+
"state": "default"
|
|
4064
|
+
},
|
|
4065
|
+
"path": [
|
|
4066
|
+
"color",
|
|
4067
|
+
"theme",
|
|
4068
|
+
"content",
|
|
4069
|
+
"illustration",
|
|
4070
|
+
"default"
|
|
4071
|
+
]
|
|
4072
|
+
}
|
|
4044
4073
|
}
|
|
4045
4074
|
},
|
|
4046
4075
|
"border": {
|
|
@@ -4569,276 +4598,6 @@
|
|
|
4569
4598
|
}
|
|
4570
4599
|
}
|
|
4571
4600
|
}
|
|
4572
|
-
},
|
|
4573
|
-
"illustration": {
|
|
4574
|
-
"default": {
|
|
4575
|
-
"value": "#0f0f0f",
|
|
4576
|
-
"type": "color",
|
|
4577
|
-
"description": "Core Token: \ncore.gray.100\nHEX: 0F0F0F\n---------------------------\nUsed for any default illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4578
|
-
"filePath": "src/theme/webex/light.json",
|
|
4579
|
-
"isSource": true,
|
|
4580
|
-
"original": {
|
|
4581
|
-
"value": "{color.core.gray.100}",
|
|
4582
|
-
"type": "color",
|
|
4583
|
-
"description": "Core Token: \ncore.gray.100\nHEX: 0F0F0F\n---------------------------\nUsed for any default illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4584
|
-
},
|
|
4585
|
-
"name": "md-color-theme-illustration-default",
|
|
4586
|
-
"attributes": {
|
|
4587
|
-
"category": "color",
|
|
4588
|
-
"type": "theme",
|
|
4589
|
-
"item": "illustration",
|
|
4590
|
-
"subitem": "default"
|
|
4591
|
-
},
|
|
4592
|
-
"path": [
|
|
4593
|
-
"color",
|
|
4594
|
-
"theme",
|
|
4595
|
-
"illustration",
|
|
4596
|
-
"default"
|
|
4597
|
-
]
|
|
4598
|
-
},
|
|
4599
|
-
"positive": {
|
|
4600
|
-
"value": "linear-gradient(180deg, #3cc29a 0%, #93c437 100%)",
|
|
4601
|
-
"type": "color",
|
|
4602
|
-
"description": "Core Token: core.green.40, \ndecorative.lime.40\nHEX: 3CC29A, 93C437\n---------------------------\nUsed for success-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4603
|
-
"filePath": "src/theme/webex/light.json",
|
|
4604
|
-
"isSource": true,
|
|
4605
|
-
"original": {
|
|
4606
|
-
"value": "linear-gradient(180deg, {color.core.green.40} 0%, {color.decorative.lime.40} 100%)",
|
|
4607
|
-
"type": "color",
|
|
4608
|
-
"description": "Core Token: core.green.40, \ndecorative.lime.40\nHEX: 3CC29A, 93C437\n---------------------------\nUsed for success-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4609
|
-
},
|
|
4610
|
-
"name": "md-color-theme-illustration-positive",
|
|
4611
|
-
"attributes": {
|
|
4612
|
-
"category": "color",
|
|
4613
|
-
"type": "theme",
|
|
4614
|
-
"item": "illustration",
|
|
4615
|
-
"subitem": "positive"
|
|
4616
|
-
},
|
|
4617
|
-
"path": [
|
|
4618
|
-
"color",
|
|
4619
|
-
"theme",
|
|
4620
|
-
"illustration",
|
|
4621
|
-
"positive"
|
|
4622
|
-
]
|
|
4623
|
-
},
|
|
4624
|
-
"negative": {
|
|
4625
|
-
"value": "linear-gradient(180deg, #f0677e 0%, #db1f2e 100%)",
|
|
4626
|
-
"type": "color",
|
|
4627
|
-
"description": "Core Token: \ndecorative.pink.50, \ncore.red.60\nHEX: F0677E, DB1F2E\n---------------------------\nUsed for error-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4628
|
-
"filePath": "src/theme/webex/light.json",
|
|
4629
|
-
"isSource": true,
|
|
4630
|
-
"original": {
|
|
4631
|
-
"value": "linear-gradient(180deg, {color.decorative.pink.50} 0%, {color.core.red.60} 100%)",
|
|
4632
|
-
"type": "color",
|
|
4633
|
-
"description": "Core Token: \ndecorative.pink.50, \ncore.red.60\nHEX: F0677E, DB1F2E\n---------------------------\nUsed for error-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4634
|
-
},
|
|
4635
|
-
"name": "md-color-theme-illustration-negative",
|
|
4636
|
-
"attributes": {
|
|
4637
|
-
"category": "color",
|
|
4638
|
-
"type": "theme",
|
|
4639
|
-
"item": "illustration",
|
|
4640
|
-
"subitem": "negative"
|
|
4641
|
-
},
|
|
4642
|
-
"path": [
|
|
4643
|
-
"color",
|
|
4644
|
-
"theme",
|
|
4645
|
-
"illustration",
|
|
4646
|
-
"negative"
|
|
4647
|
-
]
|
|
4648
|
-
},
|
|
4649
|
-
"empty": {
|
|
4650
|
-
"00": {
|
|
4651
|
-
"value": "linear-gradient(180deg, #93c437 0%, #279be8 100%)",
|
|
4652
|
-
"type": "color",
|
|
4653
|
-
"description": "Core Token: decorative.lime.40, decorative.cobalt.50\nHEX: 93C437, 279BE8\n---------------------------\nUsed for empty state.\nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4654
|
-
"filePath": "src/theme/webex/light.json",
|
|
4655
|
-
"isSource": true,
|
|
4656
|
-
"original": {
|
|
4657
|
-
"value": "linear-gradient(180deg, {color.decorative.lime.40} 0%, {color.decorative.cobalt.50} 100%)",
|
|
4658
|
-
"type": "color",
|
|
4659
|
-
"description": "Core Token: decorative.lime.40, decorative.cobalt.50\nHEX: 93C437, 279BE8\n---------------------------\nUsed for empty state.\nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4660
|
-
},
|
|
4661
|
-
"name": "md-color-theme-illustration-empty-00",
|
|
4662
|
-
"attributes": {
|
|
4663
|
-
"category": "color",
|
|
4664
|
-
"type": "theme",
|
|
4665
|
-
"item": "illustration",
|
|
4666
|
-
"subitem": "empty",
|
|
4667
|
-
"state": "00"
|
|
4668
|
-
},
|
|
4669
|
-
"path": [
|
|
4670
|
-
"color",
|
|
4671
|
-
"theme",
|
|
4672
|
-
"illustration",
|
|
4673
|
-
"empty",
|
|
4674
|
-
"00"
|
|
4675
|
-
]
|
|
4676
|
-
},
|
|
4677
|
-
"01": {
|
|
4678
|
-
"value": "linear-gradient(180deg, #279be8 0%, #875ae0 100%)",
|
|
4679
|
-
"type": "color",
|
|
4680
|
-
"description": "Core Token: decorative.cobalt.50\ndecorative.violet.60\nHEX: 279BE8, 875AE0\n---------------------------\nUsed for empty state.\nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4681
|
-
"filePath": "src/theme/webex/light.json",
|
|
4682
|
-
"isSource": true,
|
|
4683
|
-
"original": {
|
|
4684
|
-
"value": "linear-gradient(180deg, {color.decorative.cobalt.50} 0%, {color.decorative.violet.60} 100%)",
|
|
4685
|
-
"type": "color",
|
|
4686
|
-
"description": "Core Token: decorative.cobalt.50\ndecorative.violet.60\nHEX: 279BE8, 875AE0\n---------------------------\nUsed for empty state.\nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4687
|
-
},
|
|
4688
|
-
"name": "md-color-theme-illustration-empty-01",
|
|
4689
|
-
"attributes": {
|
|
4690
|
-
"category": "color",
|
|
4691
|
-
"type": "theme",
|
|
4692
|
-
"item": "illustration",
|
|
4693
|
-
"subitem": "empty",
|
|
4694
|
-
"state": "01"
|
|
4695
|
-
},
|
|
4696
|
-
"path": [
|
|
4697
|
-
"color",
|
|
4698
|
-
"theme",
|
|
4699
|
-
"illustration",
|
|
4700
|
-
"empty",
|
|
4701
|
-
"01"
|
|
4702
|
-
]
|
|
4703
|
-
}
|
|
4704
|
-
},
|
|
4705
|
-
"onboarding": {
|
|
4706
|
-
"00": {
|
|
4707
|
-
"value": "linear-gradient(180deg, #ffbe4f 0%, #93c437 100%)",
|
|
4708
|
-
"type": "color",
|
|
4709
|
-
"description": "Core Token: core.yellow.30, decorative.lime.40\nHEX: FFBE4F, 93C437\n---------------------------\nUsed for onboarding-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4710
|
-
"filePath": "src/theme/webex/light.json",
|
|
4711
|
-
"isSource": true,
|
|
4712
|
-
"original": {
|
|
4713
|
-
"value": "linear-gradient(180deg, {color.core.yellow.30} 0%, {color.decorative.lime.40} 100%)",
|
|
4714
|
-
"type": "color",
|
|
4715
|
-
"description": "Core Token: core.yellow.30, decorative.lime.40\nHEX: FFBE4F, 93C437\n---------------------------\nUsed for onboarding-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4716
|
-
},
|
|
4717
|
-
"name": "md-color-theme-illustration-onboarding-00",
|
|
4718
|
-
"attributes": {
|
|
4719
|
-
"category": "color",
|
|
4720
|
-
"type": "theme",
|
|
4721
|
-
"item": "illustration",
|
|
4722
|
-
"subitem": "onboarding",
|
|
4723
|
-
"state": "00"
|
|
4724
|
-
},
|
|
4725
|
-
"path": [
|
|
4726
|
-
"color",
|
|
4727
|
-
"theme",
|
|
4728
|
-
"illustration",
|
|
4729
|
-
"onboarding",
|
|
4730
|
-
"00"
|
|
4731
|
-
]
|
|
4732
|
-
},
|
|
4733
|
-
"01": {
|
|
4734
|
-
"value": "linear-gradient(180deg, #f55868 0%, #875ae0 100%)",
|
|
4735
|
-
"type": "color",
|
|
4736
|
-
"description": "Core Token: core.red.50, decorative.violet.60\nHEX: F55868, 875AE0\n---------------------------\nUsed for onboarding-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4737
|
-
"filePath": "src/theme/webex/light.json",
|
|
4738
|
-
"isSource": true,
|
|
4739
|
-
"original": {
|
|
4740
|
-
"value": "linear-gradient(180deg, {color.core.red.50} 0%, {color.decorative.violet.60} 100%)",
|
|
4741
|
-
"type": "color",
|
|
4742
|
-
"description": "Core Token: core.red.50, decorative.violet.60\nHEX: F55868, 875AE0\n---------------------------\nUsed for onboarding-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4743
|
-
},
|
|
4744
|
-
"name": "md-color-theme-illustration-onboarding-01",
|
|
4745
|
-
"attributes": {
|
|
4746
|
-
"category": "color",
|
|
4747
|
-
"type": "theme",
|
|
4748
|
-
"item": "illustration",
|
|
4749
|
-
"subitem": "onboarding",
|
|
4750
|
-
"state": "01"
|
|
4751
|
-
},
|
|
4752
|
-
"path": [
|
|
4753
|
-
"color",
|
|
4754
|
-
"theme",
|
|
4755
|
-
"illustration",
|
|
4756
|
-
"onboarding",
|
|
4757
|
-
"01"
|
|
4758
|
-
]
|
|
4759
|
-
},
|
|
4760
|
-
"02": {
|
|
4761
|
-
"value": "linear-gradient(180deg, #ffbe4f 0%, #F26B1D 100%)",
|
|
4762
|
-
"type": "color",
|
|
4763
|
-
"description": "Core Token:core.yellow.30, core.orange.50\nHEX: FFBE4F, F26B1D\n---------------------------\nUsed for onboarding-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4764
|
-
"filePath": "src/theme/webex/light.json",
|
|
4765
|
-
"isSource": true,
|
|
4766
|
-
"original": {
|
|
4767
|
-
"value": "linear-gradient(180deg, {color.core.yellow.30} 0%, {color.core.orange.50} 100%)",
|
|
4768
|
-
"type": "color",
|
|
4769
|
-
"description": "Core Token:core.yellow.30, core.orange.50\nHEX: FFBE4F, F26B1D\n---------------------------\nUsed for onboarding-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4770
|
-
},
|
|
4771
|
-
"name": "md-color-theme-illustration-onboarding-02",
|
|
4772
|
-
"attributes": {
|
|
4773
|
-
"category": "color",
|
|
4774
|
-
"type": "theme",
|
|
4775
|
-
"item": "illustration",
|
|
4776
|
-
"subitem": "onboarding",
|
|
4777
|
-
"state": "02"
|
|
4778
|
-
},
|
|
4779
|
-
"path": [
|
|
4780
|
-
"color",
|
|
4781
|
-
"theme",
|
|
4782
|
-
"illustration",
|
|
4783
|
-
"onboarding",
|
|
4784
|
-
"02"
|
|
4785
|
-
]
|
|
4786
|
-
},
|
|
4787
|
-
"03": {
|
|
4788
|
-
"value": "linear-gradient(180deg, #93c437 0%, #279be8 100%)",
|
|
4789
|
-
"type": "color",
|
|
4790
|
-
"description": "Core Token: decorative.lime.40, \ndecorative.cobalt.50\nHEX: 93C437, 279BE8\n---------------------------\nUsed for onboarding-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4791
|
-
"filePath": "src/theme/webex/light.json",
|
|
4792
|
-
"isSource": true,
|
|
4793
|
-
"original": {
|
|
4794
|
-
"value": "linear-gradient(180deg, {color.decorative.lime.40} 0%, {color.decorative.cobalt.50} 100%)",
|
|
4795
|
-
"type": "color",
|
|
4796
|
-
"description": "Core Token: decorative.lime.40, \ndecorative.cobalt.50\nHEX: 93C437, 279BE8\n---------------------------\nUsed for onboarding-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4797
|
-
},
|
|
4798
|
-
"name": "md-color-theme-illustration-onboarding-03",
|
|
4799
|
-
"attributes": {
|
|
4800
|
-
"category": "color",
|
|
4801
|
-
"type": "theme",
|
|
4802
|
-
"item": "illustration",
|
|
4803
|
-
"subitem": "onboarding",
|
|
4804
|
-
"state": "03"
|
|
4805
|
-
},
|
|
4806
|
-
"path": [
|
|
4807
|
-
"color",
|
|
4808
|
-
"theme",
|
|
4809
|
-
"illustration",
|
|
4810
|
-
"onboarding",
|
|
4811
|
-
"03"
|
|
4812
|
-
]
|
|
4813
|
-
},
|
|
4814
|
-
"04": {
|
|
4815
|
-
"value": "linear-gradient(180deg, #279be8 0%, #875ae0 100%)",
|
|
4816
|
-
"type": "color",
|
|
4817
|
-
"description": "Core Token: decorative.cobalt.50, decorative.violet.60\nHEX: 279BE8, 875AE0\n---------------------------\nUsed for onboarding-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1",
|
|
4818
|
-
"filePath": "src/theme/webex/light.json",
|
|
4819
|
-
"isSource": true,
|
|
4820
|
-
"original": {
|
|
4821
|
-
"value": "linear-gradient(180deg, {color.decorative.cobalt.50} 0%, {color.decorative.violet.60} 100%)",
|
|
4822
|
-
"type": "color",
|
|
4823
|
-
"description": "Core Token: decorative.cobalt.50, decorative.violet.60\nHEX: 279BE8, 875AE0\n---------------------------\nUsed for onboarding-related illustrations. \nFor details, see Illustration Guidelines\nhttps://www.figma.com/file/0CSTGFBEXaRfXclKNlVdnF/Illustration-Guidelines?node-id=0%3A1"
|
|
4824
|
-
},
|
|
4825
|
-
"name": "md-color-theme-illustration-onboarding-04",
|
|
4826
|
-
"attributes": {
|
|
4827
|
-
"category": "color",
|
|
4828
|
-
"type": "theme",
|
|
4829
|
-
"item": "illustration",
|
|
4830
|
-
"subitem": "onboarding",
|
|
4831
|
-
"state": "04"
|
|
4832
|
-
},
|
|
4833
|
-
"path": [
|
|
4834
|
-
"color",
|
|
4835
|
-
"theme",
|
|
4836
|
-
"illustration",
|
|
4837
|
-
"onboarding",
|
|
4838
|
-
"04"
|
|
4839
|
-
]
|
|
4840
|
-
}
|
|
4841
|
-
}
|
|
4842
4601
|
}
|
|
4843
4602
|
}
|
|
4844
4603
|
}
|
|
@@ -263,6 +263,9 @@
|
|
|
263
263
|
"hover": "#ffffff1c",
|
|
264
264
|
"pressed": "#ffffff33"
|
|
265
265
|
}
|
|
266
|
+
},
|
|
267
|
+
"illustration": {
|
|
268
|
+
"default": "#ffffff"
|
|
266
269
|
}
|
|
267
270
|
},
|
|
268
271
|
"border": {
|
|
@@ -306,22 +309,6 @@
|
|
|
306
309
|
}
|
|
307
310
|
}
|
|
308
311
|
}
|
|
309
|
-
},
|
|
310
|
-
"illustration": {
|
|
311
|
-
"default": "#ffffff",
|
|
312
|
-
"positive": "linear-gradient(180deg, #3cc29a 0%, #93c437 100%)",
|
|
313
|
-
"negative": "linear-gradient(180deg, #f0677e 0%, #db1f2e 100%)",
|
|
314
|
-
"empty": {
|
|
315
|
-
"00": "linear-gradient(180deg, #93c437 0%, #279be8 100%)",
|
|
316
|
-
"01": "linear-gradient(180deg, #279be8 0%, #875ae0 100%)"
|
|
317
|
-
},
|
|
318
|
-
"onboarding": {
|
|
319
|
-
"00": "linear-gradient(180deg, #ffbe4f 0%, #93c437 100%)",
|
|
320
|
-
"01": "linear-gradient(180deg, #f55868 0%, #875ae0 100%)",
|
|
321
|
-
"02": "linear-gradient(180deg, #ffbe4f 0%, #F26B1D 100%)",
|
|
322
|
-
"03": "linear-gradient(180deg, #93c437 0%, #279be8 100%)",
|
|
323
|
-
"04": "linear-gradient(180deg, #279be8 0%, #875ae0 100%)"
|
|
324
|
-
}
|
|
325
312
|
}
|
|
326
313
|
}
|
|
327
314
|
}
|
|
@@ -263,6 +263,9 @@
|
|
|
263
263
|
"hover": "#0000001c",
|
|
264
264
|
"pressed": "#ffffff33"
|
|
265
265
|
}
|
|
266
|
+
},
|
|
267
|
+
"illustration": {
|
|
268
|
+
"default": "#0f0f0f"
|
|
266
269
|
}
|
|
267
270
|
},
|
|
268
271
|
"border": {
|
|
@@ -306,22 +309,6 @@
|
|
|
306
309
|
}
|
|
307
310
|
}
|
|
308
311
|
}
|
|
309
|
-
},
|
|
310
|
-
"illustration": {
|
|
311
|
-
"default": "#0f0f0f",
|
|
312
|
-
"positive": "linear-gradient(180deg, #3cc29a 0%, #93c437 100%)",
|
|
313
|
-
"negative": "linear-gradient(180deg, #f0677e 0%, #db1f2e 100%)",
|
|
314
|
-
"empty": {
|
|
315
|
-
"00": "linear-gradient(180deg, #93c437 0%, #279be8 100%)",
|
|
316
|
-
"01": "linear-gradient(180deg, #279be8 0%, #875ae0 100%)"
|
|
317
|
-
},
|
|
318
|
-
"onboarding": {
|
|
319
|
-
"00": "linear-gradient(180deg, #ffbe4f 0%, #93c437 100%)",
|
|
320
|
-
"01": "linear-gradient(180deg, #f55868 0%, #875ae0 100%)",
|
|
321
|
-
"02": "linear-gradient(180deg, #ffbe4f 0%, #F26B1D 100%)",
|
|
322
|
-
"03": "linear-gradient(180deg, #93c437 0%, #279be8 100%)",
|
|
323
|
-
"04": "linear-gradient(180deg, #279be8 0%, #875ae0 100%)"
|
|
324
|
-
}
|
|
325
312
|
}
|
|
326
313
|
}
|
|
327
314
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on Tue, 06 Dec 2022
|
|
5
|
+
Generated on Tue, 06 Dec 2022 20:02:52 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="md-color-theme-bg-primary">linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)</color>
|
|
@@ -143,6 +143,7 @@
|
|
|
143
143
|
<color name="md-color-theme-content-scrollbar-bg-default">#ffffff00</color>
|
|
144
144
|
<color name="md-color-theme-content-scrollbar-bg-hover">#ffffff1c</color>
|
|
145
145
|
<color name="md-color-theme-content-scrollbar-bg-pressed">#ffffff33</color>
|
|
146
|
+
<color name="md-color-theme-content-illustration-default">#ffffff</color>
|
|
146
147
|
<color name="md-color-theme-border-neutral-00">#ffffff33</color>
|
|
147
148
|
<color name="md-color-theme-border-neutral-01">#ffffff4d</color>
|
|
148
149
|
<color name="md-color-theme-border-neutral-02">#ffffff66</color>
|
|
@@ -161,15 +162,5 @@
|
|
|
161
162
|
<color name="md-color-theme-border-decorative-gradient-warning-hover">linear-gradient(90deg, #f2990a00 0%, #f2990ae6 22.4%, #f2990ae6 76.04%, #f2990a00 100%)</color>
|
|
162
163
|
<color name="md-color-theme-border-decorative-gradient-accent-default">linear-gradient(90deg, #64b4fa00 0%, #64b4fa99 22.4%, #64b4fa99 76.04%, #64b4fa00 100%)</color>
|
|
163
164
|
<color name="md-color-theme-border-decorative-gradient-accent-hover">linear-gradient(90deg, #64b4fa00 0%, #64b4fae6 22.4%, #64b4fae6 76.04%, #64b4fa00 100%)</color>
|
|
164
|
-
<color name="md-color-theme-illustration-default">#ffffff</color>
|
|
165
|
-
<color name="md-color-theme-illustration-positive">linear-gradient(180deg, #3cc29a 0%, #93c437 100%)</color>
|
|
166
|
-
<color name="md-color-theme-illustration-negative">linear-gradient(180deg, #f0677e 0%, #db1f2e 100%)</color>
|
|
167
|
-
<color name="md-color-theme-illustration-empty-00">linear-gradient(180deg, #93c437 0%, #279be8 100%)</color>
|
|
168
|
-
<color name="md-color-theme-illustration-empty-01">linear-gradient(180deg, #279be8 0%, #875ae0 100%)</color>
|
|
169
|
-
<color name="md-color-theme-illustration-onboarding-00">linear-gradient(180deg, #ffbe4f 0%, #93c437 100%)</color>
|
|
170
|
-
<color name="md-color-theme-illustration-onboarding-01">linear-gradient(180deg, #f55868 0%, #875ae0 100%)</color>
|
|
171
|
-
<color name="md-color-theme-illustration-onboarding-02">linear-gradient(180deg, #ffbe4f 0%, #F26B1D 100%)</color>
|
|
172
|
-
<color name="md-color-theme-illustration-onboarding-03">linear-gradient(180deg, #93c437 0%, #279be8 100%)</color>
|
|
173
|
-
<color name="md-color-theme-illustration-onboarding-04">linear-gradient(180deg, #279be8 0%, #875ae0 100%)</color>
|
|
174
165
|
|
|
175
166
|
</resources>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on Tue, 06 Dec 2022
|
|
5
|
+
Generated on Tue, 06 Dec 2022 20:02:52 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="md-color-theme-bg-primary">linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)</color>
|
|
@@ -143,6 +143,7 @@
|
|
|
143
143
|
<color name="md-color-theme-content-scrollbar-bg-default">#00000000</color>
|
|
144
144
|
<color name="md-color-theme-content-scrollbar-bg-hover">#0000001c</color>
|
|
145
145
|
<color name="md-color-theme-content-scrollbar-bg-pressed">#ffffff33</color>
|
|
146
|
+
<color name="md-color-theme-content-illustration-default">#0f0f0f</color>
|
|
146
147
|
<color name="md-color-theme-border-neutral-00">#00000033</color>
|
|
147
148
|
<color name="md-color-theme-border-neutral-01">#0000004d</color>
|
|
148
149
|
<color name="md-color-theme-border-neutral-02">#00000066</color>
|
|
@@ -161,15 +162,5 @@
|
|
|
161
162
|
<color name="md-color-theme-border-decorative-gradient-warning-hover">linear-gradient(90deg, #7d470500 0%, #7d4705E6 22.4%, #7d4705E6 76.04%, #7d470500 100%)</color>
|
|
162
163
|
<color name="md-color-theme-border-decorative-gradient-accent-default">linear-gradient(90deg, #0353a800 0%, #0353a899 22.4%, #0353a899 76.04%, #0353a800 100%)</color>
|
|
163
164
|
<color name="md-color-theme-border-decorative-gradient-accent-hover">linear-gradient(90deg, #0353a800 0%, #0353a8E6 22.4%, #0353a8E6 76.04%, #0353a800 100%)</color>
|
|
164
|
-
<color name="md-color-theme-illustration-default">#0f0f0f</color>
|
|
165
|
-
<color name="md-color-theme-illustration-positive">linear-gradient(180deg, #3cc29a 0%, #93c437 100%)</color>
|
|
166
|
-
<color name="md-color-theme-illustration-negative">linear-gradient(180deg, #f0677e 0%, #db1f2e 100%)</color>
|
|
167
|
-
<color name="md-color-theme-illustration-empty-00">linear-gradient(180deg, #93c437 0%, #279be8 100%)</color>
|
|
168
|
-
<color name="md-color-theme-illustration-empty-01">linear-gradient(180deg, #279be8 0%, #875ae0 100%)</color>
|
|
169
|
-
<color name="md-color-theme-illustration-onboarding-00">linear-gradient(180deg, #ffbe4f 0%, #93c437 100%)</color>
|
|
170
|
-
<color name="md-color-theme-illustration-onboarding-01">linear-gradient(180deg, #f55868 0%, #875ae0 100%)</color>
|
|
171
|
-
<color name="md-color-theme-illustration-onboarding-02">linear-gradient(180deg, #ffbe4f 0%, #F26B1D 100%)</color>
|
|
172
|
-
<color name="md-color-theme-illustration-onboarding-03">linear-gradient(180deg, #93c437 0%, #279be8 100%)</color>
|
|
173
|
-
<color name="md-color-theme-illustration-onboarding-04">linear-gradient(180deg, #279be8 0%, #875ae0 100%)</color>
|
|
174
165
|
|
|
175
166
|
</resources>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Tue, 06 Dec 2022
|
|
3
|
+
// Generated on Tue, 06 Dec 2022 20:02:52 GMT
|
|
4
4
|
|
|
5
5
|
$md-color-theme-bg-primary: linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%);
|
|
6
6
|
$md-color-theme-bg-secondary: linear-gradient(180deg, #262626 0%, #0f0f0f 100%);
|
|
@@ -140,6 +140,7 @@ $md-color-theme-content-scrollbar-thumb-pressed: #ffffff66;
|
|
|
140
140
|
$md-color-theme-content-scrollbar-bg-default: #ffffff00;
|
|
141
141
|
$md-color-theme-content-scrollbar-bg-hover: #ffffff1c;
|
|
142
142
|
$md-color-theme-content-scrollbar-bg-pressed: #ffffff33;
|
|
143
|
+
$md-color-theme-content-illustration-default: #ffffff;
|
|
143
144
|
$md-color-theme-border-neutral-00: #ffffff33;
|
|
144
145
|
$md-color-theme-border-neutral-01: #ffffff4d;
|
|
145
146
|
$md-color-theme-border-neutral-02: #ffffff66;
|
|
@@ -157,14 +158,4 @@ $md-color-theme-border-decorative-gradient-negative-hover: linear-gradient(90deg
|
|
|
157
158
|
$md-color-theme-border-decorative-gradient-warning-default: linear-gradient(90deg, #f2990a00 0%, #f2990a99 22.4%, #f2990a99 76.04%, #f2990a00 100%);
|
|
158
159
|
$md-color-theme-border-decorative-gradient-warning-hover: linear-gradient(90deg, #f2990a00 0%, #f2990ae6 22.4%, #f2990ae6 76.04%, #f2990a00 100%);
|
|
159
160
|
$md-color-theme-border-decorative-gradient-accent-default: linear-gradient(90deg, #64b4fa00 0%, #64b4fa99 22.4%, #64b4fa99 76.04%, #64b4fa00 100%);
|
|
160
|
-
$md-color-theme-border-decorative-gradient-accent-hover: linear-gradient(90deg, #64b4fa00 0%, #64b4fae6 22.4%, #64b4fae6 76.04%, #64b4fa00 100%);
|
|
161
|
-
$md-color-theme-illustration-default: #ffffff;
|
|
162
|
-
$md-color-theme-illustration-positive: linear-gradient(180deg, #3cc29a 0%, #93c437 100%);
|
|
163
|
-
$md-color-theme-illustration-negative: linear-gradient(180deg, #f0677e 0%, #db1f2e 100%);
|
|
164
|
-
$md-color-theme-illustration-empty-00: linear-gradient(180deg, #93c437 0%, #279be8 100%);
|
|
165
|
-
$md-color-theme-illustration-empty-01: linear-gradient(180deg, #279be8 0%, #875ae0 100%);
|
|
166
|
-
$md-color-theme-illustration-onboarding-00: linear-gradient(180deg, #ffbe4f 0%, #93c437 100%);
|
|
167
|
-
$md-color-theme-illustration-onboarding-01: linear-gradient(180deg, #f55868 0%, #875ae0 100%);
|
|
168
|
-
$md-color-theme-illustration-onboarding-02: linear-gradient(180deg, #ffbe4f 0%, #F26B1D 100%);
|
|
169
|
-
$md-color-theme-illustration-onboarding-03: linear-gradient(180deg, #93c437 0%, #279be8 100%);
|
|
170
|
-
$md-color-theme-illustration-onboarding-04: linear-gradient(180deg, #279be8 0%, #875ae0 100%);
|
|
161
|
+
$md-color-theme-border-decorative-gradient-accent-hover: linear-gradient(90deg, #64b4fa00 0%, #64b4fae6 22.4%, #64b4fae6 76.04%, #64b4fa00 100%);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Tue, 06 Dec 2022
|
|
3
|
+
// Generated on Tue, 06 Dec 2022 20:02:52 GMT
|
|
4
4
|
|
|
5
5
|
$md-color-theme-bg-primary: linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%);
|
|
6
6
|
$md-color-theme-bg-secondary: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
|
|
@@ -140,6 +140,7 @@ $md-color-theme-content-scrollbar-thumb-pressed: #00000066;
|
|
|
140
140
|
$md-color-theme-content-scrollbar-bg-default: #00000000;
|
|
141
141
|
$md-color-theme-content-scrollbar-bg-hover: #0000001c;
|
|
142
142
|
$md-color-theme-content-scrollbar-bg-pressed: #ffffff33;
|
|
143
|
+
$md-color-theme-content-illustration-default: #0f0f0f;
|
|
143
144
|
$md-color-theme-border-neutral-00: #00000033;
|
|
144
145
|
$md-color-theme-border-neutral-01: #0000004d;
|
|
145
146
|
$md-color-theme-border-neutral-02: #00000066;
|
|
@@ -157,14 +158,4 @@ $md-color-theme-border-decorative-gradient-negative-hover: linear-gradient(90deg
|
|
|
157
158
|
$md-color-theme-border-decorative-gradient-warning-default: linear-gradient(90deg, #f2990a00 0%, #f2990a99 22.4%, #f2990a99 76.04%, #f2990a00 100%);
|
|
158
159
|
$md-color-theme-border-decorative-gradient-warning-hover: linear-gradient(90deg, #7d470500 0%, #7d4705E6 22.4%, #7d4705E6 76.04%, #7d470500 100%);
|
|
159
160
|
$md-color-theme-border-decorative-gradient-accent-default: linear-gradient(90deg, #0353a800 0%, #0353a899 22.4%, #0353a899 76.04%, #0353a800 100%);
|
|
160
|
-
$md-color-theme-border-decorative-gradient-accent-hover: linear-gradient(90deg, #0353a800 0%, #0353a8E6 22.4%, #0353a8E6 76.04%, #0353a800 100%);
|
|
161
|
-
$md-color-theme-illustration-default: #0f0f0f;
|
|
162
|
-
$md-color-theme-illustration-positive: linear-gradient(180deg, #3cc29a 0%, #93c437 100%);
|
|
163
|
-
$md-color-theme-illustration-negative: linear-gradient(180deg, #f0677e 0%, #db1f2e 100%);
|
|
164
|
-
$md-color-theme-illustration-empty-00: linear-gradient(180deg, #93c437 0%, #279be8 100%);
|
|
165
|
-
$md-color-theme-illustration-empty-01: linear-gradient(180deg, #279be8 0%, #875ae0 100%);
|
|
166
|
-
$md-color-theme-illustration-onboarding-00: linear-gradient(180deg, #ffbe4f 0%, #93c437 100%);
|
|
167
|
-
$md-color-theme-illustration-onboarding-01: linear-gradient(180deg, #f55868 0%, #875ae0 100%);
|
|
168
|
-
$md-color-theme-illustration-onboarding-02: linear-gradient(180deg, #ffbe4f 0%, #F26B1D 100%);
|
|
169
|
-
$md-color-theme-illustration-onboarding-03: linear-gradient(180deg, #93c437 0%, #279be8 100%);
|
|
170
|
-
$md-color-theme-illustration-onboarding-04: linear-gradient(180deg, #279be8 0%, #875ae0 100%);
|
|
161
|
+
$md-color-theme-border-decorative-gradient-accent-hover: linear-gradient(90deg, #0353a800 0%, #0353a8E6 22.4%, #0353a8E6 76.04%, #0353a800 100%);
|
package/package.json
CHANGED