@momentum-design/tokens 0.0.56 → 0.0.58
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 +97 -98
- package/dist/css/theme/aaos/day-complete.css +14 -16
- package/dist/css/theme/aaos/night-complete.css +10 -12
- package/dist/css/theme/webex/dark-stable.css +122 -121
- package/dist/css/theme/webex/hc-dark-stable.css +145 -94
- package/dist/css/theme/webex/hc-light-stable.css +159 -108
- package/dist/css/theme/webex/light-stable.css +147 -148
- package/dist/ios/core/complete.swift +97 -98
- package/dist/ios/theme/aaos/day-complete.swift +14 -16
- package/dist/ios/theme/aaos/night-complete.swift +10 -12
- package/dist/ios/theme/webex/dark-stable.swift +83 -82
- package/dist/ios/theme/webex/hc-dark-stable.swift +145 -94
- package/dist/ios/theme/webex/hc-light-stable.swift +159 -108
- package/dist/ios/theme/webex/light-stable.swift +107 -108
- package/dist/json/core/complete.json +3150 -2380
- package/dist/json/theme/aaos/day-complete.json +273 -257
- package/dist/json/theme/aaos/night-complete.json +273 -257
- package/dist/json/theme/webex/dark-stable.json +7088 -6235
- package/dist/json/theme/webex/hc-dark-stable.json +6694 -3987
- package/dist/json/theme/webex/hc-light-stable.json +6601 -3890
- package/dist/json/theme/webex/light-stable.json +7056 -6262
- package/dist/json-minimal/core/complete.json +179 -148
- package/dist/json-minimal/theme/aaos/day-complete.json +13 -21
- package/dist/json-minimal/theme/aaos/night-complete.json +9 -17
- package/dist/json-minimal/theme/webex/dark-stable.json +238 -221
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +253 -132
- package/dist/json-minimal/theme/webex/hc-light-stable.json +268 -147
- package/dist/json-minimal/theme/webex/light-stable.json +270 -251
- package/dist/resources/core/complete.xml +97 -98
- package/dist/resources/theme/aaos/day-complete.xml +14 -16
- package/dist/resources/theme/aaos/night-complete.xml +10 -12
- package/dist/resources/theme/webex/dark-stable.xml +122 -121
- package/dist/resources/theme/webex/hc-dark-stable.xml +145 -94
- package/dist/resources/theme/webex/hc-light-stable.xml +159 -108
- package/dist/resources/theme/webex/light-stable.xml +147 -148
- package/dist/scss/core/complete.scss +97 -98
- package/dist/scss/theme/aaos/day-complete.scss +14 -16
- package/dist/scss/theme/aaos/night-complete.scss +10 -12
- package/dist/scss/theme/webex/dark-stable.scss +123 -122
- package/dist/scss/theme/webex/hc-dark-stable.scss +145 -94
- package/dist/scss/theme/webex/hc-light-stable.scss +159 -108
- package/dist/scss/theme/webex/light-stable.scss +148 -149
- package/package.json +1 -1
- package/dist/css/theme/webex/common-stable.css +0 -81
- package/dist/css/theme/webex/dark-complete.css +0 -298
- package/dist/css/theme/webex/light-complete.css +0 -295
- package/dist/ios/theme/webex/common-stable.swift +0 -87
- package/dist/ios/theme/webex/dark-complete.swift +0 -304
- package/dist/ios/theme/webex/light-complete.swift +0 -301
- package/dist/json/theme/webex/common-stable.json +0 -2168
- package/dist/json/theme/webex/dark-complete.json +0 -8500
- package/dist/json/theme/webex/light-complete.json +0 -8395
- package/dist/json-minimal/theme/webex/common-stable.json +0 -162
- package/dist/json-minimal/theme/webex/dark-complete.json +0 -635
- package/dist/json-minimal/theme/webex/light-complete.json +0 -632
- package/dist/resources/theme/webex/common-stable.xml +0 -83
- package/dist/resources/theme/webex/dark-complete.xml +0 -300
- package/dist/resources/theme/webex/light-complete.xml +0 -297
- package/dist/scss/theme/webex/common-stable.scss +0 -78
- package/dist/scss/theme/webex/dark-complete.scss +0 -295
- package/dist/scss/theme/webex/light-complete.scss +0 -292
|
@@ -4,36 +4,28 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 28 Jun 2024 09:31:32 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
11
11
|
|
|
12
12
|
public class {
|
|
13
|
-
public static let
|
|
14
|
-
public static let mdsBorderRadiusCoreLarge = 12px
|
|
15
|
-
public static let mdsBorderRadiusCoreMedium = 8px
|
|
16
|
-
public static let mdsBorderRadiusCoreNone = 0px
|
|
17
|
-
public static let mdsBorderRadiusCoreSmall = 4px
|
|
18
|
-
public static let mdsBorderWidthCoreLarge = 3px
|
|
19
|
-
public static let mdsBorderWidthCoreMedium = 2px
|
|
20
|
-
public static let mdsBorderWidthCoreNone = 0px
|
|
21
|
-
public static let mdsBorderWidthCoreSmall = 1px
|
|
13
|
+
public static let mdsApps = Inter
|
|
22
14
|
public static let mdsColorCoreBlackAlpha0 = #00000000
|
|
23
15
|
public static let mdsColorCoreBlackAlpha100 = #000000
|
|
24
16
|
public static let mdsColorCoreBlackAlpha11 = #0000001c
|
|
25
17
|
public static let mdsColorCoreBlackAlpha20 = #00000033
|
|
26
18
|
public static let mdsColorCoreBlackAlpha30 = #0000004d
|
|
27
|
-
public static let mdsColorCoreBlackAlpha4 = #
|
|
19
|
+
public static let mdsColorCoreBlackAlpha4 = #0000000a
|
|
28
20
|
public static let mdsColorCoreBlackAlpha40 = #00000066
|
|
29
21
|
public static let mdsColorCoreBlackAlpha46 = #00000075
|
|
30
22
|
public static let mdsColorCoreBlackAlpha50 = #00000080
|
|
31
23
|
public static let mdsColorCoreBlackAlpha60 = #00000099
|
|
32
24
|
public static let mdsColorCoreBlackAlpha7 = #00000012
|
|
33
25
|
public static let mdsColorCoreBlackAlpha70 = #000000b3
|
|
34
|
-
public static let mdsColorCoreBlackAlpha78 = #
|
|
26
|
+
public static let mdsColorCoreBlackAlpha78 = #000000c7
|
|
35
27
|
public static let mdsColorCoreBlackAlpha80 = #000000cc
|
|
36
|
-
public static let mdsColorCoreBlackAlpha84 = #
|
|
28
|
+
public static let mdsColorCoreBlackAlpha84 = #000000d6
|
|
37
29
|
public static let mdsColorCoreBlackAlpha88 = #000000e0
|
|
38
30
|
public static let mdsColorCoreBlackAlpha90 = #000000e6
|
|
39
31
|
public static let mdsColorCoreBlackAlpha95 = #000000f2
|
|
@@ -57,19 +49,19 @@ public class {
|
|
|
57
49
|
public static let mdsColorCoreGray40 = #adadad
|
|
58
50
|
public static let mdsColorCoreGray5 = #f7f7f7
|
|
59
51
|
public static let mdsColorCoreGray50 = #8f8f8f
|
|
60
|
-
public static let mdsColorCoreGray55 = #
|
|
52
|
+
public static let mdsColorCoreGray55 = #80868b
|
|
61
53
|
public static let mdsColorCoreGray60 = #707070
|
|
62
54
|
public static let mdsColorCoreGray70 = #545454
|
|
63
|
-
public static let mdsColorCoreGray71 = #
|
|
64
|
-
public static let mdsColorCoreGray75 = #
|
|
55
|
+
public static let mdsColorCoreGray71 = #5f6368
|
|
56
|
+
public static let mdsColorCoreGray75 = #3c4043
|
|
65
57
|
public static let mdsColorCoreGray80 = #3b3b3b
|
|
66
|
-
public static let mdsColorCoreGray85 = #
|
|
67
|
-
public static let mdsColorCoreGray86 = #
|
|
58
|
+
public static let mdsColorCoreGray85 = #2e3134
|
|
59
|
+
public static let mdsColorCoreGray86 = #282a2d
|
|
68
60
|
public static let mdsColorCoreGray90 = #262626
|
|
69
61
|
public static let mdsColorCoreGray91 = #202124
|
|
70
|
-
public static let mdsColorCoreGray93 = #
|
|
62
|
+
public static let mdsColorCoreGray93 = #17181b
|
|
71
63
|
public static let mdsColorCoreGray95 = #1a1a1a
|
|
72
|
-
public static let mdsColorCoreGray96 = #
|
|
64
|
+
public static let mdsColorCoreGray96 = #0e1013
|
|
73
65
|
public static let mdsColorCoreGreen10 = #cef5eb
|
|
74
66
|
public static let mdsColorCoreGreen100 = #07120d
|
|
75
67
|
public static let mdsColorCoreGreen20 = #9fedd8
|
|
@@ -82,17 +74,17 @@ public class {
|
|
|
82
74
|
public static let mdsColorCoreGreen80 = #134231
|
|
83
75
|
public static let mdsColorCoreGreen90 = #0e2b20
|
|
84
76
|
public static let mdsColorCoreGreen95 = #0a1c15
|
|
85
|
-
public static let mdsColorCoreOrange10 = #
|
|
86
|
-
public static let mdsColorCoreOrange100 = #
|
|
87
|
-
public static let mdsColorCoreOrange20 = #
|
|
88
|
-
public static let mdsColorCoreOrange30 = #
|
|
89
|
-
public static let mdsColorCoreOrange40 = #
|
|
90
|
-
public static let mdsColorCoreOrange5 = #
|
|
91
|
-
public static let mdsColorCoreOrange50 = #
|
|
92
|
-
public static let mdsColorCoreOrange60 = #
|
|
93
|
-
public static let mdsColorCoreOrange70 = #
|
|
77
|
+
public static let mdsColorCoreOrange10 = #feebd7
|
|
78
|
+
public static let mdsColorCoreOrange100 = #170b02
|
|
79
|
+
public static let mdsColorCoreOrange20 = #fed5ac
|
|
80
|
+
public static let mdsColorCoreOrange30 = #feba7f
|
|
81
|
+
public static let mdsColorCoreOrange40 = #fd884e
|
|
82
|
+
public static let mdsColorCoreOrange5 = #fef3e8
|
|
83
|
+
public static let mdsColorCoreOrange50 = #ec6400
|
|
84
|
+
public static let mdsColorCoreOrange60 = #c94403
|
|
85
|
+
public static let mdsColorCoreOrange70 = #9c3202
|
|
94
86
|
public static let mdsColorCoreOrange80 = #682601
|
|
95
|
-
public static let mdsColorCoreOrange90 = #
|
|
87
|
+
public static let mdsColorCoreOrange90 = #411b04
|
|
96
88
|
public static let mdsColorCoreOrange95 = #291303
|
|
97
89
|
public static let mdsColorCoreRed10 = #ffe8ea
|
|
98
90
|
public static let mdsColorCoreRed100 = #1f0a0a
|
|
@@ -116,13 +108,13 @@ public class {
|
|
|
116
108
|
public static let mdsColorCoreWhiteAlpha46 = #ffffff75
|
|
117
109
|
public static let mdsColorCoreWhiteAlpha5 = #ffffff0d
|
|
118
110
|
public static let mdsColorCoreWhiteAlpha50 = #ffffff80
|
|
119
|
-
public static let mdsColorCoreWhiteAlpha56 = #
|
|
111
|
+
public static let mdsColorCoreWhiteAlpha56 = #ffffff8f
|
|
120
112
|
public static let mdsColorCoreWhiteAlpha60 = #ffffff99
|
|
121
113
|
public static let mdsColorCoreWhiteAlpha7 = #ffffff12
|
|
122
114
|
public static let mdsColorCoreWhiteAlpha70 = #ffffffb3
|
|
123
|
-
public static let mdsColorCoreWhiteAlpha72 = #
|
|
115
|
+
public static let mdsColorCoreWhiteAlpha72 = #ffffffb8
|
|
124
116
|
public static let mdsColorCoreWhiteAlpha80 = #ffffffcc
|
|
125
|
-
public static let mdsColorCoreWhiteAlpha88 = #
|
|
117
|
+
public static let mdsColorCoreWhiteAlpha88 = #ffffffe0
|
|
126
118
|
public static let mdsColorCoreWhiteAlpha90 = #ffffffe6
|
|
127
119
|
public static let mdsColorCoreWhiteAlpha95 = #fffffff2
|
|
128
120
|
public static let mdsColorCoreYellow10 = #ffebc2
|
|
@@ -237,46 +229,70 @@ public class {
|
|
|
237
229
|
public static let mdsColorDecorativeViolet70 = #643abd
|
|
238
230
|
public static let mdsColorDecorativeViolet80 = #432c78
|
|
239
231
|
public static let mdsColorDecorativeViolet90 = #29223d
|
|
240
|
-
public static let
|
|
241
|
-
public static let
|
|
242
|
-
public static let
|
|
243
|
-
public static let
|
|
244
|
-
public static let
|
|
245
|
-
public static let
|
|
246
|
-
public static let
|
|
247
|
-
public static let
|
|
248
|
-
public static let
|
|
249
|
-
public static let
|
|
250
|
-
public static let
|
|
251
|
-
public static let
|
|
252
|
-
public static let
|
|
253
|
-
public static let
|
|
254
|
-
public static let
|
|
255
|
-
public static let
|
|
256
|
-
public static let
|
|
257
|
-
public static let
|
|
258
|
-
public static let
|
|
259
|
-
public static let
|
|
260
|
-
public static let
|
|
261
|
-
public static let
|
|
262
|
-
public static let
|
|
263
|
-
public static let
|
|
264
|
-
public static let
|
|
265
|
-
public static let
|
|
266
|
-
public static let
|
|
267
|
-
public static let
|
|
268
|
-
public static let
|
|
269
|
-
public static let
|
|
270
|
-
public static let
|
|
271
|
-
public static let
|
|
272
|
-
public static let
|
|
273
|
-
public static let
|
|
274
|
-
public static let
|
|
275
|
-
public static let
|
|
276
|
-
public static let
|
|
277
|
-
public static let
|
|
278
|
-
public static let
|
|
279
|
-
public static let
|
|
232
|
+
public static let mdsColorGradientBronzeDarkPrimary0 = #1f1402
|
|
233
|
+
public static let mdsColorGradientBronzeDarkPrimary1 = #171002
|
|
234
|
+
public static let mdsColorGradientBronzeDarkSecondary0 = #2e2515
|
|
235
|
+
public static let mdsColorGradientBronzeDarkSecondary1 = #171002
|
|
236
|
+
public static let mdsColorGradientBronzeLightPrimary0 = #f5efe4
|
|
237
|
+
public static let mdsColorGradientBronzeLightPrimary1 = #ffffff
|
|
238
|
+
public static let mdsColorGradientBronzeLightSecondary0 = #fcfaf4
|
|
239
|
+
public static let mdsColorGradientBronzeLightSecondary1 = #ffffff
|
|
240
|
+
public static let mdsColorGradientDefaultDarkPrimary0 = #1a1a1a
|
|
241
|
+
public static let mdsColorGradientDefaultDarkPrimary1 = #0f0f0f
|
|
242
|
+
public static let mdsColorGradientDefaultDarkSecondary0 = #262626
|
|
243
|
+
public static let mdsColorGradientDefaultDarkSecondary1 = #0f0f0f
|
|
244
|
+
public static let mdsColorGradientDefaultLightPrimary0 = #f0f0f0
|
|
245
|
+
public static let mdsColorGradientDefaultLightPrimary1 = #ffffff
|
|
246
|
+
public static let mdsColorGradientDefaultLightSecondary0 = #fafafa
|
|
247
|
+
public static let mdsColorGradientDefaultLightSecondary1 = #ffffff
|
|
248
|
+
public static let mdsColorGradientIndigoDarkPrimary0 = #13182b
|
|
249
|
+
public static let mdsColorGradientIndigoDarkPrimary1 = #0e111a
|
|
250
|
+
public static let mdsColorGradientIndigoDarkSecondary0 = #212536
|
|
251
|
+
public static let mdsColorGradientIndigoDarkSecondary1 = #0e111a
|
|
252
|
+
public static let mdsColorGradientIndigoLightPrimary0 = #f0f0f0
|
|
253
|
+
public static let mdsColorGradientIndigoLightPrimary1 = #ffffff
|
|
254
|
+
public static let mdsColorGradientIndigoLightSecondary0 = #f7f9ff
|
|
255
|
+
public static let mdsColorGradientIndigoLightSecondary1 = #ffffff
|
|
256
|
+
public static let mdsColorGradientJadeDarkPrimary0 = #001c18
|
|
257
|
+
public static let mdsColorGradientJadeDarkPrimary1 = #021412
|
|
258
|
+
public static let mdsColorGradientJadeDarkSecondary0 = #122925
|
|
259
|
+
public static let mdsColorGradientJadeDarkSecondary1 = #021412
|
|
260
|
+
public static let mdsColorGradientJadeLightPrimary0 = #e6f2f1
|
|
261
|
+
public static let mdsColorGradientJadeLightPrimary1 = #ffffff
|
|
262
|
+
public static let mdsColorGradientJadeLightSecondary0 = #f7fcfc
|
|
263
|
+
public static let mdsColorGradientJadeLightSecondary1 = #ffffff
|
|
264
|
+
public static let mdsColorGradientLavenderDarkPrimary0 = #231237
|
|
265
|
+
public static let mdsColorGradientLavenderDarkPrimary1 = #18082b
|
|
266
|
+
public static let mdsColorGradientLavenderDarkSecondary0 = #301a4a
|
|
267
|
+
public static let mdsColorGradientLavenderDarkSecondary1 = #18082b
|
|
268
|
+
public static let mdsColorGradientLavenderLightPrimary0 = #f4ebff
|
|
269
|
+
public static let mdsColorGradientLavenderLightPrimary1 = #ffffff
|
|
270
|
+
public static let mdsColorGradientLavenderLightSecondary0 = #fbf7ff
|
|
271
|
+
public static let mdsColorGradientLavenderLightSecondary1 = #ffffff
|
|
272
|
+
public static let mdsColorGradientRoseDarkPrimary0 = #30041e
|
|
273
|
+
public static let mdsColorGradientRoseDarkPrimary1 = #1f0615
|
|
274
|
+
public static let mdsColorGradientRoseDarkSecondary0 = #40162e
|
|
275
|
+
public static let mdsColorGradientRoseDarkSecondary1 = #1f0615
|
|
276
|
+
public static let mdsColorGradientRoseLightPrimary0 = #fcebf5
|
|
277
|
+
public static let mdsColorGradientRoseLightPrimary1 = #ffffff
|
|
278
|
+
public static let mdsColorGradientRoseLightSecondary0 = #fff9fd
|
|
279
|
+
public static let mdsColorGradientRoseLightSecondary1 = #ffffff
|
|
280
|
+
public static let mdsColorHighcontrastBlackButtonFaceColor = #000000
|
|
281
|
+
public static let mdsColorHighcontrastBlackButtonTextColor = #ffffff
|
|
282
|
+
public static let mdsColorHighcontrastBlackGrayTextColor = #3ff23f
|
|
283
|
+
public static let mdsColorHighcontrastBlackHighlightColor = #1aebff
|
|
284
|
+
public static let mdsColorHighcontrastBlackHighlightTextColor = #000000
|
|
285
|
+
public static let mdsColorHighcontrastBlackHotlightColor = #ffff00
|
|
286
|
+
public static let mdsColorHighcontrastBlackWindowColor = #000000
|
|
287
|
+
public static let mdsColorHighcontrastBlackWindowTextColor = #ffffff
|
|
288
|
+
public static let mdsColorHighcontrastWhiteButtonFaceColor = #ffffff
|
|
289
|
+
public static let mdsColorHighcontrastWhiteButtonTextColor = #000000
|
|
290
|
+
public static let mdsColorHighcontrastWhiteGrayTextColor = #600000
|
|
291
|
+
public static let mdsColorHighcontrastWhiteHighlightColor = #37006e
|
|
292
|
+
public static let mdsColorHighcontrastWhiteHighlightTextColor = #ffffff
|
|
293
|
+
public static let mdsColorHighcontrastWhiteHotlightColor = #00009f
|
|
294
|
+
public static let mdsColorHighcontrastWhiteWindowColor = #ffffff
|
|
295
|
+
public static let mdsColorHighcontrastWhiteWindowTextColor = #000000
|
|
280
296
|
public static let mdsColorMobileBronzeDarkPrimary = #171002
|
|
281
297
|
public static let mdsColorMobileBronzeDarkSecondary = #231807
|
|
282
298
|
public static let mdsColorMobileBronzeLightPrimary = #f5efe4
|
|
@@ -302,29 +318,12 @@ public class {
|
|
|
302
318
|
public static let mdsColorMobileRoseLightPrimary = #fcebf5
|
|
303
319
|
public static let mdsColorMobileRoseLightSecondary = #fff9fd
|
|
304
320
|
public static let mdsColorPartnerDoc = #4285f4
|
|
305
|
-
public static let mdsColorPartnerExcel = #
|
|
306
|
-
public static let mdsColorPartnerKeynote = #
|
|
307
|
-
public static let mdsColorPartnerOnenote = #
|
|
308
|
-
public static let mdsColorPartnerPdf = #
|
|
309
|
-
public static let mdsColorPartnerPowerpoint = #
|
|
310
|
-
public static let mdsColorPartnerSheets = #
|
|
311
|
-
public static let mdsColorPartnerSlides = #
|
|
312
|
-
public static let mdsColorPartnerWord = #
|
|
313
|
-
public static let mdsElevationCore0 = 0px 0px 0px 0px
|
|
314
|
-
public static let mdsElevationCore1 = drop-shadow(0px 4px 8px rgba(0,0,0,0.2))
|
|
315
|
-
public static let mdsElevationCore2 = drop-shadow(0px 24px 48px rgba(0,0,0,0.2))
|
|
316
|
-
public static let mdsSpacingCoreBig = 64px
|
|
317
|
-
public static let mdsSpacingCoreLarge = 24px
|
|
318
|
-
public static let mdsSpacingCoreMedium = 20px
|
|
319
|
-
public static let mdsSpacingCoreMicro = 2px
|
|
320
|
-
public static let mdsSpacingCoreNone = 0px
|
|
321
|
-
public static let mdsSpacingCoreSmall = 16px
|
|
322
|
-
public static let mdsSpacingCoreXBig = 80px
|
|
323
|
-
public static let mdsSpacingCoreXLarge = 32px
|
|
324
|
-
public static let mdsSpacingCoreXSmall = 12px
|
|
325
|
-
public static let mdsSpacingCoreXxBig = 100px
|
|
326
|
-
public static let mdsSpacingCoreXxLarge = 40px
|
|
327
|
-
public static let mdsSpacingCoreXxSmall = 8px
|
|
328
|
-
public static let mdsSpacingCoreXxxLarge = 52px
|
|
329
|
-
public static let mdsSpacingCoreXxxSmall = 4px
|
|
321
|
+
public static let mdsColorPartnerExcel = #00893e
|
|
322
|
+
public static let mdsColorPartnerKeynote = #029cfb
|
|
323
|
+
public static let mdsColorPartnerOnenote = #b839db
|
|
324
|
+
public static let mdsColorPartnerPdf = #ee0507
|
|
325
|
+
public static let mdsColorPartnerPowerpoint = #d93e17
|
|
326
|
+
public static let mdsColorPartnerSheets = #f4b400
|
|
327
|
+
public static let mdsColorPartnerSlides = #0f9d58
|
|
328
|
+
public static let mdsColorPartnerWord = #0078d6
|
|
330
329
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 28 Jun 2024 09:31:32 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -12,17 +12,16 @@ import UIKit
|
|
|
12
12
|
public class {
|
|
13
13
|
public static let mdsColorThemeBgPrimary = #000000
|
|
14
14
|
public static let mdsColorThemeBorderAccent0 = #3492eb
|
|
15
|
-
public static let mdsColorThemeBorderDecorativeGradientDevice = linear-gradient(44deg, #08599c 0%, #22c7d6 51.56%, #27a17a 100%)
|
|
16
15
|
public static let mdsColorThemeBorderNegative0 = #f55868
|
|
17
|
-
public static let mdsColorThemeBorderNeutral0 = #
|
|
18
|
-
public static let mdsColorThemeBorderNeutral1 = #
|
|
19
|
-
public static let mdsColorThemeBorderNeutral2 = #
|
|
16
|
+
public static let mdsColorThemeBorderNeutral0 = #ffffff75
|
|
17
|
+
public static let mdsColorThemeBorderNeutral1 = #ffffff3d
|
|
18
|
+
public static let mdsColorThemeBorderNeutral2 = #ffffff8f
|
|
20
19
|
public static let mdsColorThemeBorderPositive0 = #27a17a
|
|
21
20
|
public static let mdsColorThemeBorderWarning0 = #f2990a
|
|
22
|
-
public static let mdsColorThemeContentBtnAccentDefault = #
|
|
21
|
+
public static let mdsColorThemeContentBtnAccentDefault = #3492eb
|
|
23
22
|
public static let mdsColorThemeContentBtnNegativeDefault = #f55868
|
|
24
23
|
public static let mdsColorThemeContentBtnNeutralPrimaryDefault = #ffffff
|
|
25
|
-
public static let mdsColorThemeContentBtnNeutralPrimaryDisabled = #
|
|
24
|
+
public static let mdsColorThemeContentBtnNeutralPrimaryDisabled = #ffffff8f
|
|
26
25
|
public static let mdsColorThemeContentBtnNeutralSecondaryDefault = #ffffff00
|
|
27
26
|
public static let mdsColorThemeContentBtnNeutralSecondaryDisabled = #ffffff00
|
|
28
27
|
public static let mdsColorThemeContentBtnPositiveDefault = #27a17a
|
|
@@ -32,23 +31,22 @@ public class {
|
|
|
32
31
|
public static let mdsColorThemeContentIllustrationDefault = #ffffff
|
|
33
32
|
public static let mdsColorThemeContentIndicatorAccent0 = #3492eb
|
|
34
33
|
public static let mdsColorThemeContentIndicatorNegative0 = #f55868
|
|
35
|
-
public static let
|
|
36
|
-
public static let mdsColorThemeContentIndicatorNotice0 = #EC6400
|
|
34
|
+
public static let mdsColorThemeContentIndicatorNotice0 = #ec6400
|
|
37
35
|
public static let mdsColorThemeContentIndicatorPositive0 = #27a17a
|
|
38
36
|
public static let mdsColorThemeContentIndicatorWarning0 = #f2990a
|
|
39
37
|
public static let mdsColorThemeContentTextAccentDefault = #3492eb
|
|
40
38
|
public static let mdsColorThemeContentTextContrastNeutralPrimary = #000000
|
|
41
39
|
public static let mdsColorThemeContentTextNegativeDefault = #f55868
|
|
42
|
-
public static let mdsColorThemeContentTextNeutralDisabled = #
|
|
43
|
-
public static let mdsColorThemeContentTextNeutralPrimary = #
|
|
44
|
-
public static let mdsColorThemeContentTextNeutralSecondary = #
|
|
45
|
-
public static let mdsColorThemeContentTextNoticeDefault = #
|
|
40
|
+
public static let mdsColorThemeContentTextNeutralDisabled = #ffffff80
|
|
41
|
+
public static let mdsColorThemeContentTextNeutralPrimary = #ffffffe0
|
|
42
|
+
public static let mdsColorThemeContentTextNeutralSecondary = #ffffff99
|
|
43
|
+
public static let mdsColorThemeContentTextNoticeDefault = #ec6400
|
|
46
44
|
public static let mdsColorThemeContentTextPositiveDefault = #27a17a
|
|
47
45
|
public static let mdsColorThemeContentTextWarningDefault = #f2990a
|
|
48
|
-
public static let mdsColorThemeOverlay0 = #
|
|
46
|
+
public static let mdsColorThemeOverlay0 = #000000d6
|
|
49
47
|
public static let mdsColorThemeOverlay1 = #000000b3
|
|
50
48
|
public static let mdsColorThemeOverlay2 = #00000099
|
|
51
|
-
public static let mdsColorThemeSurfaceNeutral0Default = #
|
|
49
|
+
public static let mdsColorThemeSurfaceNeutral0Default = #17181b
|
|
52
50
|
public static let mdsColorThemeSurfaceNeutral1Default = #202124
|
|
53
|
-
public static let mdsColorThemeSurfaceNeutral2Default = #
|
|
51
|
+
public static let mdsColorThemeSurfaceNeutral2Default = #282a2d
|
|
54
52
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Fri, 28 Jun 2024 09:31:32 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -12,16 +12,15 @@ import UIKit
|
|
|
12
12
|
public class {
|
|
13
13
|
public static let mdsColorThemeBgPrimary = #000000
|
|
14
14
|
public static let mdsColorThemeBorderAccent0 = #3492eb
|
|
15
|
-
public static let mdsColorThemeBorderDecorativeGradientDevice = linear-gradient(44deg, #08599c 0%, #22c7d6 51.56%, #27a17a 100%)
|
|
16
15
|
public static let mdsColorThemeBorderNegative0 = #f55868
|
|
17
16
|
public static let mdsColorThemeBorderNeutral0 = #ffffff33
|
|
18
17
|
public static let mdsColorThemeBorderNeutral1 = #ffffff66
|
|
19
18
|
public static let mdsColorThemeBorderNeutral2 = #ffffff80
|
|
20
19
|
public static let mdsColorThemeBorderPositive0 = #27a17a
|
|
21
20
|
public static let mdsColorThemeBorderWarning0 = #f2990a
|
|
22
|
-
public static let mdsColorThemeContentBtnAccentDefault = #
|
|
21
|
+
public static let mdsColorThemeContentBtnAccentDefault = #3492eb
|
|
23
22
|
public static let mdsColorThemeContentBtnNegativeDefault = #f55868
|
|
24
|
-
public static let mdsColorThemeContentBtnNeutralPrimaryDefault = #
|
|
23
|
+
public static let mdsColorThemeContentBtnNeutralPrimaryDefault = #ffffffe0
|
|
25
24
|
public static let mdsColorThemeContentBtnNeutralPrimaryDisabled = #ffffff80
|
|
26
25
|
public static let mdsColorThemeContentBtnNeutralSecondaryDefault = #ffffff00
|
|
27
26
|
public static let mdsColorThemeContentBtnNeutralSecondaryDisabled = #ffffff00
|
|
@@ -29,26 +28,25 @@ public class {
|
|
|
29
28
|
public static let mdsColorThemeContentControlAccentActiveDefault = #3492eb
|
|
30
29
|
public static let mdsColorThemeContentControlNeutralDefault = #ffffff66
|
|
31
30
|
public static let mdsColorThemeContentControlNeutralSliderDisabled = #ffffff1c
|
|
32
|
-
public static let mdsColorThemeContentIllustrationDefault = #
|
|
31
|
+
public static let mdsColorThemeContentIllustrationDefault = #ffffffe0
|
|
33
32
|
public static let mdsColorThemeContentIndicatorAccent0 = #3492eb
|
|
34
33
|
public static let mdsColorThemeContentIndicatorNegative0 = #f55868
|
|
35
|
-
public static let
|
|
36
|
-
public static let mdsColorThemeContentIndicatorNotice0 = #EC6400
|
|
34
|
+
public static let mdsColorThemeContentIndicatorNotice0 = #ec6400
|
|
37
35
|
public static let mdsColorThemeContentIndicatorPositive0 = #27a17a
|
|
38
36
|
public static let mdsColorThemeContentIndicatorWarning0 = #f2990a
|
|
39
37
|
public static let mdsColorThemeContentTextAccentDefault = #3492eb
|
|
40
38
|
public static let mdsColorThemeContentTextContrastNeutralPrimary = #000000
|
|
41
39
|
public static let mdsColorThemeContentTextNegativeDefault = #f55868
|
|
42
40
|
public static let mdsColorThemeContentTextNeutralDisabled = #ffffff80
|
|
43
|
-
public static let mdsColorThemeContentTextNeutralPrimary = #
|
|
41
|
+
public static let mdsColorThemeContentTextNeutralPrimary = #ffffffe0
|
|
44
42
|
public static let mdsColorThemeContentTextNeutralSecondary = #ffffff99
|
|
45
|
-
public static let mdsColorThemeContentTextNoticeDefault = #
|
|
43
|
+
public static let mdsColorThemeContentTextNoticeDefault = #ec6400
|
|
46
44
|
public static let mdsColorThemeContentTextPositiveDefault = #27a17a
|
|
47
45
|
public static let mdsColorThemeContentTextWarningDefault = #f2990a
|
|
48
46
|
public static let mdsColorThemeOverlay0 = #000000e0
|
|
49
|
-
public static let mdsColorThemeOverlay1 = #
|
|
47
|
+
public static let mdsColorThemeOverlay1 = #000000d6
|
|
50
48
|
public static let mdsColorThemeOverlay2 = #000000b3
|
|
51
|
-
public static let mdsColorThemeSurfaceNeutral0Default = #
|
|
52
|
-
public static let mdsColorThemeSurfaceNeutral1Default = #
|
|
49
|
+
public static let mdsColorThemeSurfaceNeutral0Default = #0e1013
|
|
50
|
+
public static let mdsColorThemeSurfaceNeutral1Default = #17181b
|
|
53
51
|
public static let mdsColorThemeSurfaceNeutral2Default = #202124
|
|
54
52
|
}
|