@dialpad/dialtone-tokens 1.44.0 → 1.44.1
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/android/java/tokens-dp-dark.kt +17 -40
- package/dist/android/java/tokens-expressive-dark.kt +17 -40
- package/dist/android/java/tokens-expressive-sm-dark.kt +17 -40
- package/dist/android/java/tokens-tmo-dark.kt +17 -40
- package/dist/android/res/values/colors-dp-dark.xml +17 -40
- package/dist/android/res/values/colors-expressive-dark.xml +17 -40
- package/dist/android/res/values/colors-expressive-sm-dark.xml +17 -40
- package/dist/android/res/values/colors-tmo-dark.xml +17 -40
- package/dist/css/tokens-dp-dark.css +104 -265
- package/dist/css/tokens-expressive-dark.css +104 -265
- package/dist/css/tokens-expressive-sm-dark.css +104 -265
- package/dist/css/tokens-tmo-dark.css +104 -265
- package/dist/doc.json +38640 -40664
- package/dist/ios/tokens-dp-dark.swift +17 -40
- package/dist/ios/tokens-expressive-dark.swift +17 -40
- package/dist/ios/tokens-expressive-sm-dark.swift +17 -40
- package/dist/ios/tokens-tmo-dark.swift +17 -40
- package/dist/less/tokens-dp-dark.less +17 -40
- package/dist/less/tokens-expressive-dark.less +17 -40
- package/dist/less/tokens-expressive-sm-dark.less +17 -40
- package/dist/less/tokens-tmo-dark.less +17 -40
- package/dist/themes/dp-dark.cjs +1 -1
- package/dist/themes/dp-dark.js +1 -1
- package/dist/themes/expressive-dark.cjs +1 -1
- package/dist/themes/expressive-dark.js +1 -1
- package/dist/themes/expressive-sm-dark.cjs +1 -1
- package/dist/themes/expressive-sm-dark.js +1 -1
- package/dist/themes/tmo-dark.cjs +1 -1
- package/dist/themes/tmo-dark.js +1 -1
- package/dist/tokens-dp-dark.json +11 -34
- package/dist/tokens-expressive-dark.json +11 -34
- package/dist/tokens-expressive-sm-dark.json +11 -34
- package/dist/tokens-tmo-dark.json +11 -34
- package/package.json +2 -2
|
@@ -9,18 +9,18 @@
|
|
|
9
9
|
import UIKit
|
|
10
10
|
|
|
11
11
|
public enum DialtoneTokensDpDark {
|
|
12
|
-
public static let dtActionColorBackgroundBaseActive = UIColor(red: 0.
|
|
12
|
+
public static let dtActionColorBackgroundBaseActive = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 0.302)
|
|
13
13
|
public static let dtActionColorBackgroundBaseDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
14
|
-
public static let dtActionColorBackgroundBaseHover = UIColor(red: 0.
|
|
14
|
+
public static let dtActionColorBackgroundBaseHover = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 0.200)
|
|
15
15
|
public static let dtActionColorBackgroundBasePrimaryActive = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
16
|
-
public static let dtActionColorBackgroundBasePrimaryDefault = UIColor(red: 0.
|
|
17
|
-
public static let dtActionColorBackgroundBasePrimaryHover = UIColor(red: 0.
|
|
18
|
-
public static let dtActionColorBackgroundCriticalActive = UIColor(red: 0.
|
|
16
|
+
public static let dtActionColorBackgroundBasePrimaryDefault = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
17
|
+
public static let dtActionColorBackgroundBasePrimaryHover = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
|
|
18
|
+
public static let dtActionColorBackgroundCriticalActive = UIColor(red: 0.863, green: 0.133, blue: 0.341, alpha: 0.200)
|
|
19
19
|
public static let dtActionColorBackgroundCriticalDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
20
20
|
public static let dtActionColorBackgroundCriticalHover = UIColor(red: 0.576, green: 0.090, blue: 0.227, alpha: 0.200)
|
|
21
|
-
public static let dtActionColorBackgroundCriticalPrimaryActive = UIColor(red: 1.000, green: 0.
|
|
22
|
-
public static let dtActionColorBackgroundCriticalPrimaryDefault = UIColor(red:
|
|
23
|
-
public static let dtActionColorBackgroundCriticalPrimaryHover = UIColor(red: 1.000, green: 0.
|
|
21
|
+
public static let dtActionColorBackgroundCriticalPrimaryActive = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
22
|
+
public static let dtActionColorBackgroundCriticalPrimaryDefault = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
23
|
+
public static let dtActionColorBackgroundCriticalPrimaryHover = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
|
|
24
24
|
public static let dtActionColorBackgroundDisabledDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.302)
|
|
25
25
|
public static let dtActionColorBackgroundInvertedActive = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.180)
|
|
26
26
|
public static let dtActionColorBackgroundInvertedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
@@ -28,13 +28,13 @@ public enum DialtoneTokensDpDark {
|
|
|
28
28
|
public static let dtActionColorBackgroundInvertedPrimaryActive = UIColor(red: 0.227, green: 0.114, blue: 0.584, alpha: 1)
|
|
29
29
|
public static let dtActionColorBackgroundInvertedPrimaryDefault = UIColor(red: 0.090, green: 0.090, blue: 0.090, alpha: 1)
|
|
30
30
|
public static let dtActionColorBackgroundInvertedPrimaryHover = UIColor(red: 0.114, green: 0.004, blue: 0.333, alpha: 1)
|
|
31
|
-
public static let dtActionColorBackgroundMutedActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.
|
|
31
|
+
public static let dtActionColorBackgroundMutedActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.302)
|
|
32
32
|
public static let dtActionColorBackgroundMutedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
33
33
|
public static let dtActionColorBackgroundMutedHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.180)
|
|
34
|
-
public static let dtActionColorBackgroundPositiveActive = UIColor(red: 0.000, green: 0.
|
|
34
|
+
public static let dtActionColorBackgroundPositiveActive = UIColor(red: 0.000, green: 0.733, blue: 0.424, alpha: 0.278)
|
|
35
35
|
public static let dtActionColorBackgroundPositiveDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
36
36
|
public static let dtActionColorBackgroundPositiveHover = UIColor(red: 0.000, green: 0.310, blue: 0.180, alpha: 0.278)
|
|
37
|
-
public static let dtActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.
|
|
37
|
+
public static let dtActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.682, green: 0.984, blue: 0.235, alpha: 1)
|
|
38
38
|
public static let dtActionColorBackgroundPositivePrimaryDefault = UIColor(red: 0.682, green: 0.984, blue: 0.235, alpha: 1)
|
|
39
39
|
public static let dtActionColorBackgroundPositivePrimaryHover = UIColor(red: 0.820, green: 1.000, blue: 0.463, alpha: 1)
|
|
40
40
|
public static let dtActionColorBorderBaseOutlinedDefault = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
@@ -126,19 +126,6 @@ public enum DialtoneTokensDpDark {
|
|
|
126
126
|
public static let dtCheckboxSizeHeight = CGFloat(16.00)
|
|
127
127
|
public static let dtCheckboxSizeRadius = CGFloat(4.00)
|
|
128
128
|
public static let dtCheckboxSizeWidth = CGFloat(16.00)
|
|
129
|
-
public static let dtColorActionColorBackgroundBaseActive = UIColor(red: 0.114, green: 0.004, blue: 0.333, alpha: 0.302)
|
|
130
|
-
public static let dtColorActionColorBackgroundBaseHover = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 0.200)
|
|
131
|
-
public static let dtColorActionColorBackgroundBasePrimaryActive = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 1)
|
|
132
|
-
public static let dtColorActionColorBackgroundBasePrimaryDefault = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
133
|
-
public static let dtColorActionColorBackgroundBasePrimaryHover = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
|
|
134
|
-
public static let dtColorActionColorBackgroundCriticalActive = UIColor(red: 0.863, green: 0.133, blue: 0.341, alpha: 0.200)
|
|
135
|
-
public static let dtColorActionColorBackgroundCriticalPrimaryActive = UIColor(red: 0.851, green: 0.039, blue: 0.271, alpha: 1)
|
|
136
|
-
public static let dtColorActionColorBackgroundCriticalPrimaryDefault = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
137
|
-
public static let dtColorActionColorBackgroundCriticalPrimaryHover = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
|
|
138
|
-
public static let dtColorActionColorBackgroundMutedActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.302)
|
|
139
|
-
public static let dtColorActionColorBackgroundMutedHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.180)
|
|
140
|
-
public static let dtColorActionColorBackgroundPositiveActive = UIColor(red: 0.000, green: 0.733, blue: 0.424, alpha: 0.278)
|
|
141
|
-
public static let dtColorActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.682, green: 0.984, blue: 0.235, alpha: 1)
|
|
142
129
|
public static let dtColorBorderAccent = UIColor(red: 1.000, green: 0.106, blue: 0.643, alpha: 1)
|
|
143
130
|
public static let dtColorBorderBold = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.502)
|
|
144
131
|
public static let dtColorBorderBoldInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.502)
|
|
@@ -276,7 +263,6 @@ public enum DialtoneTokensDpDark {
|
|
|
276
263
|
public static let dtColorForegroundTertiaryInverted = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
|
|
277
264
|
public static let dtColorForegroundWarning = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
|
|
278
265
|
public static let dtColorForegroundWarningInverted = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
|
|
279
|
-
public static let dtColorInputsColorForegroundDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
280
266
|
public static let dtColorLinkCritical = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
281
267
|
public static let dtColorLinkCriticalHover = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
|
|
282
268
|
public static let dtColorLinkCriticalInverted = UIColor(red: 1.000, green: 0.075, blue: 0.337, alpha: 1)
|
|
@@ -376,15 +362,6 @@ public enum DialtoneTokensDpDark {
|
|
|
376
362
|
public static let dtColorSurfaceWarningSubtleInverted = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 1)
|
|
377
363
|
public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 0.173, green: 0.106, blue: 0.008, alpha: 0.702)
|
|
378
364
|
public static let dtColorSurfaceWarningSubtleOpaqueInverted = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 0.702)
|
|
379
|
-
public static let dtColorThemeMentionColorBackgroundStrong = UIColor(red: 0.961, green: 0.941, blue: 1.000, alpha: 1)
|
|
380
|
-
public static let dtColorThemePresenceColorBackgroundAvailable = UIColor(red: 0.518, green: 0.933, blue: 0.043, alpha: 1)
|
|
381
|
-
public static let dtColorThemePresenceColorBackgroundBusy = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
|
|
382
|
-
public static let dtColorThemePresenceColorBackgroundBusyUnavailable = UIColor(red: 1.000, green: 0.255, blue: 0.357, alpha: 1)
|
|
383
|
-
public static let dtColorThemeSidebarRowColorBackgroundActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
384
|
-
public static let dtColorThemeSidebarRowColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|
|
385
|
-
public static let dtColorThemeSidebarSelectedRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.122)
|
|
386
|
-
public static let dtColorThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
387
|
-
public static let dtColorThemeTopbarFieldColorBackgroundHover = UIColor(red: 0.082, green: 0.082, blue: 0.082, alpha: 1)
|
|
388
365
|
public static let dtIconSize100 = CGFloat(10.00) * 0.8 * 1.5
|
|
389
366
|
public static let dtIconSize200 = CGFloat(10.00) * 0.8 * 1.75
|
|
390
367
|
public static let dtIconSize300 = CGFloat(10.00) * 0.8 * 2.25
|
|
@@ -411,7 +388,7 @@ public enum DialtoneTokensDpDark {
|
|
|
411
388
|
public static let dtInputsColorBorderHover = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.361)
|
|
412
389
|
public static let dtInputsColorBorderSuccess = UIColor(red: 0.820, green: 1.000, blue: 0.463, alpha: 1)
|
|
413
390
|
public static let dtInputsColorBorderWarning = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
|
|
414
|
-
public static let dtInputsColorForegroundDefault = UIColor(red: 0.
|
|
391
|
+
public static let dtInputsColorForegroundDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
415
392
|
public static let dtInputsColorForegroundDisabled = UIColor(red: 0.690, green: 0.690, blue: 0.690, alpha: 1)
|
|
416
393
|
public static let dtInputsColorForegroundPlaceholder = UIColor(red: 0.690, green: 0.690, blue: 0.690, alpha: 1)
|
|
417
394
|
public static let dtInputsFontSizeLg = CGFloat(10.00) * 1.9
|
|
@@ -508,7 +485,7 @@ public enum DialtoneTokensDpDark {
|
|
|
508
485
|
public static let dtSizeBorderFocus = CGFloat(2.00) + CGFloat(1.00)
|
|
509
486
|
public static let dtThemeColorBase = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
510
487
|
public static let dtThemeMentionColorBackground = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
511
|
-
public static let dtThemeMentionColorBackgroundStrong = UIColor(red: 0.
|
|
488
|
+
public static let dtThemeMentionColorBackgroundStrong = UIColor(red: 0.961, green: 0.941, blue: 1.000, alpha: 1)
|
|
512
489
|
public static let dtThemeMentionColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
513
490
|
public static let dtThemeMentionColorForegroundStrong = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
514
491
|
public static let dtThemePresenceColorBackgroundAvailable = UIColor(red: 0.518, green: 0.933, blue: 0.043, alpha: 1)
|
|
@@ -521,20 +498,20 @@ public enum DialtoneTokensDpDark {
|
|
|
521
498
|
public static let dtThemeSidebarIconColorForeground = UIColor(red: 0.780, green: 0.780, blue: 0.780, alpha: 1)
|
|
522
499
|
public static let dtThemeSidebarRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0)
|
|
523
500
|
public static let dtThemeSidebarRowColorBackgroundActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
524
|
-
public static let dtThemeSidebarRowColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.
|
|
501
|
+
public static let dtThemeSidebarRowColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|
|
525
502
|
public static let dtThemeSidebarSectionColorForeground = UIColor(red: 0.690, green: 0.690, blue: 0.690, alpha: 1)
|
|
526
|
-
public static let dtThemeSidebarSelectedRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.
|
|
503
|
+
public static let dtThemeSidebarSelectedRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.122)
|
|
527
504
|
public static let dtThemeSidebarSelectedRowColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
528
505
|
public static let dtThemeSidebarStatusColorForeground = UIColor(red: 0.690, green: 0.690, blue: 0.690, alpha: 1)
|
|
529
506
|
public static let dtThemeTopbarButtonColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0)
|
|
530
507
|
public static let dtThemeTopbarButtonColorBackgroundActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|
|
531
|
-
public static let dtThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.
|
|
508
|
+
public static let dtThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
532
509
|
public static let dtThemeTopbarButtonColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.651)
|
|
533
510
|
public static let dtThemeTopbarButtonColorForegroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
534
511
|
public static let dtThemeTopbarColorBackground = UIColor(red: 0.122, green: 0.122, blue: 0.122, alpha: 1)
|
|
535
512
|
public static let dtThemeTopbarColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.800)
|
|
536
513
|
public static let dtThemeTopbarFieldColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.051)
|
|
537
|
-
public static let dtThemeTopbarFieldColorBackgroundHover = UIColor(red:
|
|
514
|
+
public static let dtThemeTopbarFieldColorBackgroundHover = UIColor(red: 0.082, green: 0.082, blue: 0.082, alpha: 1)
|
|
538
515
|
public static let dtThemeTopbarFieldColorBorder = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0)
|
|
539
516
|
public static let dtThemeTopbarFieldColorBorderActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.200)
|
|
540
517
|
public static let dtThemeTopbarFieldColorBorderHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|
|
@@ -9,18 +9,18 @@
|
|
|
9
9
|
import UIKit
|
|
10
10
|
|
|
11
11
|
public enum DialtoneTokensExpressiveDark {
|
|
12
|
-
public static let dtActionColorBackgroundBaseActive = UIColor(red: 0.
|
|
12
|
+
public static let dtActionColorBackgroundBaseActive = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 0.302)
|
|
13
13
|
public static let dtActionColorBackgroundBaseDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
14
|
-
public static let dtActionColorBackgroundBaseHover = UIColor(red: 0.
|
|
14
|
+
public static let dtActionColorBackgroundBaseHover = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 0.200)
|
|
15
15
|
public static let dtActionColorBackgroundBasePrimaryActive = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
16
|
-
public static let dtActionColorBackgroundBasePrimaryDefault = UIColor(red: 0.
|
|
17
|
-
public static let dtActionColorBackgroundBasePrimaryHover = UIColor(red: 0.
|
|
18
|
-
public static let dtActionColorBackgroundCriticalActive = UIColor(red: 0.
|
|
16
|
+
public static let dtActionColorBackgroundBasePrimaryDefault = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
17
|
+
public static let dtActionColorBackgroundBasePrimaryHover = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
|
|
18
|
+
public static let dtActionColorBackgroundCriticalActive = UIColor(red: 0.863, green: 0.133, blue: 0.341, alpha: 0.200)
|
|
19
19
|
public static let dtActionColorBackgroundCriticalDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
20
20
|
public static let dtActionColorBackgroundCriticalHover = UIColor(red: 0.576, green: 0.090, blue: 0.227, alpha: 0.200)
|
|
21
|
-
public static let dtActionColorBackgroundCriticalPrimaryActive = UIColor(red: 1.000, green: 0.
|
|
22
|
-
public static let dtActionColorBackgroundCriticalPrimaryDefault = UIColor(red:
|
|
23
|
-
public static let dtActionColorBackgroundCriticalPrimaryHover = UIColor(red: 1.000, green: 0.
|
|
21
|
+
public static let dtActionColorBackgroundCriticalPrimaryActive = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
22
|
+
public static let dtActionColorBackgroundCriticalPrimaryDefault = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
23
|
+
public static let dtActionColorBackgroundCriticalPrimaryHover = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
|
|
24
24
|
public static let dtActionColorBackgroundDisabledDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.302)
|
|
25
25
|
public static let dtActionColorBackgroundInvertedActive = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.180)
|
|
26
26
|
public static let dtActionColorBackgroundInvertedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
@@ -28,13 +28,13 @@ public enum DialtoneTokensExpressiveDark {
|
|
|
28
28
|
public static let dtActionColorBackgroundInvertedPrimaryActive = UIColor(red: 0.227, green: 0.114, blue: 0.584, alpha: 1)
|
|
29
29
|
public static let dtActionColorBackgroundInvertedPrimaryDefault = UIColor(red: 0.090, green: 0.090, blue: 0.090, alpha: 1)
|
|
30
30
|
public static let dtActionColorBackgroundInvertedPrimaryHover = UIColor(red: 0.114, green: 0.004, blue: 0.333, alpha: 1)
|
|
31
|
-
public static let dtActionColorBackgroundMutedActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.
|
|
31
|
+
public static let dtActionColorBackgroundMutedActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.302)
|
|
32
32
|
public static let dtActionColorBackgroundMutedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
33
33
|
public static let dtActionColorBackgroundMutedHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.180)
|
|
34
|
-
public static let dtActionColorBackgroundPositiveActive = UIColor(red: 0.000, green: 0.
|
|
34
|
+
public static let dtActionColorBackgroundPositiveActive = UIColor(red: 0.000, green: 0.733, blue: 0.424, alpha: 0.278)
|
|
35
35
|
public static let dtActionColorBackgroundPositiveDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
36
36
|
public static let dtActionColorBackgroundPositiveHover = UIColor(red: 0.000, green: 0.310, blue: 0.180, alpha: 0.278)
|
|
37
|
-
public static let dtActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.
|
|
37
|
+
public static let dtActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.682, green: 0.984, blue: 0.235, alpha: 1)
|
|
38
38
|
public static let dtActionColorBackgroundPositivePrimaryDefault = UIColor(red: 0.682, green: 0.984, blue: 0.235, alpha: 1)
|
|
39
39
|
public static let dtActionColorBackgroundPositivePrimaryHover = UIColor(red: 0.820, green: 1.000, blue: 0.463, alpha: 1)
|
|
40
40
|
public static let dtActionColorBorderBaseOutlinedDefault = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
@@ -106,19 +106,6 @@ public enum DialtoneTokensExpressiveDark {
|
|
|
106
106
|
public static let dtCheckboxSizeHeight = CGFloat(16.00)
|
|
107
107
|
public static let dtCheckboxSizeRadius = CGFloat(4.00)
|
|
108
108
|
public static let dtCheckboxSizeWidth = CGFloat(16.00)
|
|
109
|
-
public static let dtColorActionColorBackgroundBaseActive = UIColor(red: 0.114, green: 0.004, blue: 0.333, alpha: 0.302)
|
|
110
|
-
public static let dtColorActionColorBackgroundBaseHover = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 0.200)
|
|
111
|
-
public static let dtColorActionColorBackgroundBasePrimaryActive = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 1)
|
|
112
|
-
public static let dtColorActionColorBackgroundBasePrimaryDefault = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
113
|
-
public static let dtColorActionColorBackgroundBasePrimaryHover = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
|
|
114
|
-
public static let dtColorActionColorBackgroundCriticalActive = UIColor(red: 0.863, green: 0.133, blue: 0.341, alpha: 0.200)
|
|
115
|
-
public static let dtColorActionColorBackgroundCriticalPrimaryActive = UIColor(red: 0.851, green: 0.039, blue: 0.271, alpha: 1)
|
|
116
|
-
public static let dtColorActionColorBackgroundCriticalPrimaryDefault = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
117
|
-
public static let dtColorActionColorBackgroundCriticalPrimaryHover = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
|
|
118
|
-
public static let dtColorActionColorBackgroundMutedActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.302)
|
|
119
|
-
public static let dtColorActionColorBackgroundMutedHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.180)
|
|
120
|
-
public static let dtColorActionColorBackgroundPositiveActive = UIColor(red: 0.000, green: 0.733, blue: 0.424, alpha: 0.278)
|
|
121
|
-
public static let dtColorActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.682, green: 0.984, blue: 0.235, alpha: 1)
|
|
122
109
|
public static let dtColorBorderAccent = UIColor(red: 1.000, green: 0.106, blue: 0.643, alpha: 1)
|
|
123
110
|
public static let dtColorBorderBold = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.502)
|
|
124
111
|
public static let dtColorBorderBoldInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.502)
|
|
@@ -256,7 +243,6 @@ public enum DialtoneTokensExpressiveDark {
|
|
|
256
243
|
public static let dtColorForegroundTertiaryInverted = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
|
|
257
244
|
public static let dtColorForegroundWarning = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
|
|
258
245
|
public static let dtColorForegroundWarningInverted = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
|
|
259
|
-
public static let dtColorInputsColorForegroundDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
260
246
|
public static let dtColorLinkCritical = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
261
247
|
public static let dtColorLinkCriticalHover = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
|
|
262
248
|
public static let dtColorLinkCriticalInverted = UIColor(red: 1.000, green: 0.075, blue: 0.337, alpha: 1)
|
|
@@ -356,15 +342,6 @@ public enum DialtoneTokensExpressiveDark {
|
|
|
356
342
|
public static let dtColorSurfaceWarningSubtleInverted = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 1)
|
|
357
343
|
public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 0.173, green: 0.106, blue: 0.008, alpha: 0.702)
|
|
358
344
|
public static let dtColorSurfaceWarningSubtleOpaqueInverted = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 0.702)
|
|
359
|
-
public static let dtColorThemeMentionColorBackgroundStrong = UIColor(red: 0.961, green: 0.941, blue: 1.000, alpha: 1)
|
|
360
|
-
public static let dtColorThemePresenceColorBackgroundAvailable = UIColor(red: 0.518, green: 0.933, blue: 0.043, alpha: 1)
|
|
361
|
-
public static let dtColorThemePresenceColorBackgroundBusy = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
|
|
362
|
-
public static let dtColorThemePresenceColorBackgroundBusyUnavailable = UIColor(red: 1.000, green: 0.255, blue: 0.357, alpha: 1)
|
|
363
|
-
public static let dtColorThemeSidebarRowColorBackgroundActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
364
|
-
public static let dtColorThemeSidebarRowColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|
|
365
|
-
public static let dtColorThemeSidebarSelectedRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.122)
|
|
366
|
-
public static let dtColorThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
367
|
-
public static let dtColorThemeTopbarFieldColorBackgroundHover = UIColor(red: 0.082, green: 0.082, blue: 0.082, alpha: 1)
|
|
368
345
|
public static let dtFontSize100 = CGFloat(10.00) * 1.6
|
|
369
346
|
public static let dtFontSize200 = CGFloat(10.00) * 2
|
|
370
347
|
public static let dtFontSize300 = CGFloat(10.00) * 2.8
|
|
@@ -397,7 +374,7 @@ public enum DialtoneTokensExpressiveDark {
|
|
|
397
374
|
public static let dtInputsColorBorderHover = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.361)
|
|
398
375
|
public static let dtInputsColorBorderSuccess = UIColor(red: 0.820, green: 1.000, blue: 0.463, alpha: 1)
|
|
399
376
|
public static let dtInputsColorBorderWarning = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
|
|
400
|
-
public static let dtInputsColorForegroundDefault = UIColor(red: 0.
|
|
377
|
+
public static let dtInputsColorForegroundDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
401
378
|
public static let dtInputsColorForegroundDisabled = UIColor(red: 0.690, green: 0.690, blue: 0.690, alpha: 1)
|
|
402
379
|
public static let dtInputsColorForegroundPlaceholder = UIColor(red: 0.690, green: 0.690, blue: 0.690, alpha: 1)
|
|
403
380
|
public static let dtInputsFontSizeLg = CGFloat(10.00) * 2.8
|
|
@@ -490,7 +467,7 @@ public enum DialtoneTokensExpressiveDark {
|
|
|
490
467
|
public static let dtSizeBorderFocus = CGFloat(2.00) + CGFloat(1.00)
|
|
491
468
|
public static let dtThemeColorBase = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
492
469
|
public static let dtThemeMentionColorBackground = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
493
|
-
public static let dtThemeMentionColorBackgroundStrong = UIColor(red: 0.
|
|
470
|
+
public static let dtThemeMentionColorBackgroundStrong = UIColor(red: 0.961, green: 0.941, blue: 1.000, alpha: 1)
|
|
494
471
|
public static let dtThemeMentionColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
495
472
|
public static let dtThemeMentionColorForegroundStrong = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
496
473
|
public static let dtThemePresenceColorBackgroundAvailable = UIColor(red: 0.518, green: 0.933, blue: 0.043, alpha: 1)
|
|
@@ -503,20 +480,20 @@ public enum DialtoneTokensExpressiveDark {
|
|
|
503
480
|
public static let dtThemeSidebarIconColorForeground = UIColor(red: 0.780, green: 0.780, blue: 0.780, alpha: 1)
|
|
504
481
|
public static let dtThemeSidebarRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0)
|
|
505
482
|
public static let dtThemeSidebarRowColorBackgroundActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
506
|
-
public static let dtThemeSidebarRowColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.
|
|
483
|
+
public static let dtThemeSidebarRowColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|
|
507
484
|
public static let dtThemeSidebarSectionColorForeground = UIColor(red: 0.690, green: 0.690, blue: 0.690, alpha: 1)
|
|
508
|
-
public static let dtThemeSidebarSelectedRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.
|
|
485
|
+
public static let dtThemeSidebarSelectedRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.122)
|
|
509
486
|
public static let dtThemeSidebarSelectedRowColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
510
487
|
public static let dtThemeSidebarStatusColorForeground = UIColor(red: 0.690, green: 0.690, blue: 0.690, alpha: 1)
|
|
511
488
|
public static let dtThemeTopbarButtonColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0)
|
|
512
489
|
public static let dtThemeTopbarButtonColorBackgroundActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|
|
513
|
-
public static let dtThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.
|
|
490
|
+
public static let dtThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
514
491
|
public static let dtThemeTopbarButtonColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.651)
|
|
515
492
|
public static let dtThemeTopbarButtonColorForegroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
516
493
|
public static let dtThemeTopbarColorBackground = UIColor(red: 0.122, green: 0.122, blue: 0.122, alpha: 1)
|
|
517
494
|
public static let dtThemeTopbarColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.800)
|
|
518
495
|
public static let dtThemeTopbarFieldColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.051)
|
|
519
|
-
public static let dtThemeTopbarFieldColorBackgroundHover = UIColor(red:
|
|
496
|
+
public static let dtThemeTopbarFieldColorBackgroundHover = UIColor(red: 0.082, green: 0.082, blue: 0.082, alpha: 1)
|
|
520
497
|
public static let dtThemeTopbarFieldColorBorder = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0)
|
|
521
498
|
public static let dtThemeTopbarFieldColorBorderActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.200)
|
|
522
499
|
public static let dtThemeTopbarFieldColorBorderHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|
|
@@ -9,18 +9,18 @@
|
|
|
9
9
|
import UIKit
|
|
10
10
|
|
|
11
11
|
public enum DialtoneTokensExpressiveSmDark {
|
|
12
|
-
public static let dtActionColorBackgroundBaseActive = UIColor(red: 0.
|
|
12
|
+
public static let dtActionColorBackgroundBaseActive = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 0.302)
|
|
13
13
|
public static let dtActionColorBackgroundBaseDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
14
|
-
public static let dtActionColorBackgroundBaseHover = UIColor(red: 0.
|
|
14
|
+
public static let dtActionColorBackgroundBaseHover = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 0.200)
|
|
15
15
|
public static let dtActionColorBackgroundBasePrimaryActive = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
16
|
-
public static let dtActionColorBackgroundBasePrimaryDefault = UIColor(red: 0.
|
|
17
|
-
public static let dtActionColorBackgroundBasePrimaryHover = UIColor(red: 0.
|
|
18
|
-
public static let dtActionColorBackgroundCriticalActive = UIColor(red: 0.
|
|
16
|
+
public static let dtActionColorBackgroundBasePrimaryDefault = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
17
|
+
public static let dtActionColorBackgroundBasePrimaryHover = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
|
|
18
|
+
public static let dtActionColorBackgroundCriticalActive = UIColor(red: 0.863, green: 0.133, blue: 0.341, alpha: 0.200)
|
|
19
19
|
public static let dtActionColorBackgroundCriticalDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
20
20
|
public static let dtActionColorBackgroundCriticalHover = UIColor(red: 0.576, green: 0.090, blue: 0.227, alpha: 0.200)
|
|
21
|
-
public static let dtActionColorBackgroundCriticalPrimaryActive = UIColor(red: 1.000, green: 0.
|
|
22
|
-
public static let dtActionColorBackgroundCriticalPrimaryDefault = UIColor(red:
|
|
23
|
-
public static let dtActionColorBackgroundCriticalPrimaryHover = UIColor(red: 1.000, green: 0.
|
|
21
|
+
public static let dtActionColorBackgroundCriticalPrimaryActive = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
22
|
+
public static let dtActionColorBackgroundCriticalPrimaryDefault = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
23
|
+
public static let dtActionColorBackgroundCriticalPrimaryHover = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
|
|
24
24
|
public static let dtActionColorBackgroundDisabledDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.302)
|
|
25
25
|
public static let dtActionColorBackgroundInvertedActive = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.180)
|
|
26
26
|
public static let dtActionColorBackgroundInvertedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
@@ -28,13 +28,13 @@ public enum DialtoneTokensExpressiveSmDark {
|
|
|
28
28
|
public static let dtActionColorBackgroundInvertedPrimaryActive = UIColor(red: 0.227, green: 0.114, blue: 0.584, alpha: 1)
|
|
29
29
|
public static let dtActionColorBackgroundInvertedPrimaryDefault = UIColor(red: 0.090, green: 0.090, blue: 0.090, alpha: 1)
|
|
30
30
|
public static let dtActionColorBackgroundInvertedPrimaryHover = UIColor(red: 0.114, green: 0.004, blue: 0.333, alpha: 1)
|
|
31
|
-
public static let dtActionColorBackgroundMutedActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.
|
|
31
|
+
public static let dtActionColorBackgroundMutedActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.302)
|
|
32
32
|
public static let dtActionColorBackgroundMutedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
33
33
|
public static let dtActionColorBackgroundMutedHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.180)
|
|
34
|
-
public static let dtActionColorBackgroundPositiveActive = UIColor(red: 0.000, green: 0.
|
|
34
|
+
public static let dtActionColorBackgroundPositiveActive = UIColor(red: 0.000, green: 0.733, blue: 0.424, alpha: 0.278)
|
|
35
35
|
public static let dtActionColorBackgroundPositiveDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
36
36
|
public static let dtActionColorBackgroundPositiveHover = UIColor(red: 0.000, green: 0.310, blue: 0.180, alpha: 0.278)
|
|
37
|
-
public static let dtActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.
|
|
37
|
+
public static let dtActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.682, green: 0.984, blue: 0.235, alpha: 1)
|
|
38
38
|
public static let dtActionColorBackgroundPositivePrimaryDefault = UIColor(red: 0.682, green: 0.984, blue: 0.235, alpha: 1)
|
|
39
39
|
public static let dtActionColorBackgroundPositivePrimaryHover = UIColor(red: 0.820, green: 1.000, blue: 0.463, alpha: 1)
|
|
40
40
|
public static let dtActionColorBorderBaseOutlinedDefault = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
@@ -106,19 +106,6 @@ public enum DialtoneTokensExpressiveSmDark {
|
|
|
106
106
|
public static let dtCheckboxSizeHeight = CGFloat(16.00)
|
|
107
107
|
public static let dtCheckboxSizeRadius = CGFloat(4.00)
|
|
108
108
|
public static let dtCheckboxSizeWidth = CGFloat(16.00)
|
|
109
|
-
public static let dtColorActionColorBackgroundBaseActive = UIColor(red: 0.114, green: 0.004, blue: 0.333, alpha: 0.302)
|
|
110
|
-
public static let dtColorActionColorBackgroundBaseHover = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 0.200)
|
|
111
|
-
public static let dtColorActionColorBackgroundBasePrimaryActive = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 1)
|
|
112
|
-
public static let dtColorActionColorBackgroundBasePrimaryDefault = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
113
|
-
public static let dtColorActionColorBackgroundBasePrimaryHover = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
|
|
114
|
-
public static let dtColorActionColorBackgroundCriticalActive = UIColor(red: 0.863, green: 0.133, blue: 0.341, alpha: 0.200)
|
|
115
|
-
public static let dtColorActionColorBackgroundCriticalPrimaryActive = UIColor(red: 0.851, green: 0.039, blue: 0.271, alpha: 1)
|
|
116
|
-
public static let dtColorActionColorBackgroundCriticalPrimaryDefault = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
117
|
-
public static let dtColorActionColorBackgroundCriticalPrimaryHover = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
|
|
118
|
-
public static let dtColorActionColorBackgroundMutedActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.302)
|
|
119
|
-
public static let dtColorActionColorBackgroundMutedHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.180)
|
|
120
|
-
public static let dtColorActionColorBackgroundPositiveActive = UIColor(red: 0.000, green: 0.733, blue: 0.424, alpha: 0.278)
|
|
121
|
-
public static let dtColorActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.682, green: 0.984, blue: 0.235, alpha: 1)
|
|
122
109
|
public static let dtColorBorderAccent = UIColor(red: 1.000, green: 0.106, blue: 0.643, alpha: 1)
|
|
123
110
|
public static let dtColorBorderBold = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.502)
|
|
124
111
|
public static let dtColorBorderBoldInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.502)
|
|
@@ -256,7 +243,6 @@ public enum DialtoneTokensExpressiveSmDark {
|
|
|
256
243
|
public static let dtColorForegroundTertiaryInverted = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
|
|
257
244
|
public static let dtColorForegroundWarning = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
|
|
258
245
|
public static let dtColorForegroundWarningInverted = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
|
|
259
|
-
public static let dtColorInputsColorForegroundDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
260
246
|
public static let dtColorLinkCritical = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
261
247
|
public static let dtColorLinkCriticalHover = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
|
|
262
248
|
public static let dtColorLinkCriticalInverted = UIColor(red: 1.000, green: 0.075, blue: 0.337, alpha: 1)
|
|
@@ -356,15 +342,6 @@ public enum DialtoneTokensExpressiveSmDark {
|
|
|
356
342
|
public static let dtColorSurfaceWarningSubtleInverted = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 1)
|
|
357
343
|
public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 0.173, green: 0.106, blue: 0.008, alpha: 0.702)
|
|
358
344
|
public static let dtColorSurfaceWarningSubtleOpaqueInverted = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 0.702)
|
|
359
|
-
public static let dtColorThemeMentionColorBackgroundStrong = UIColor(red: 0.961, green: 0.941, blue: 1.000, alpha: 1)
|
|
360
|
-
public static let dtColorThemePresenceColorBackgroundAvailable = UIColor(red: 0.518, green: 0.933, blue: 0.043, alpha: 1)
|
|
361
|
-
public static let dtColorThemePresenceColorBackgroundBusy = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
|
|
362
|
-
public static let dtColorThemePresenceColorBackgroundBusyUnavailable = UIColor(red: 1.000, green: 0.255, blue: 0.357, alpha: 1)
|
|
363
|
-
public static let dtColorThemeSidebarRowColorBackgroundActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
364
|
-
public static let dtColorThemeSidebarRowColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|
|
365
|
-
public static let dtColorThemeSidebarSelectedRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.122)
|
|
366
|
-
public static let dtColorThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
367
|
-
public static let dtColorThemeTopbarFieldColorBackgroundHover = UIColor(red: 0.082, green: 0.082, blue: 0.082, alpha: 1)
|
|
368
345
|
public static let dtFontSize100 = CGFloat(10.00) * 1.2
|
|
369
346
|
public static let dtFontSize200 = CGFloat(10.00) * 1.6
|
|
370
347
|
public static let dtFontSize300 = CGFloat(10.00) * 2.0
|
|
@@ -397,7 +374,7 @@ public enum DialtoneTokensExpressiveSmDark {
|
|
|
397
374
|
public static let dtInputsColorBorderHover = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.361)
|
|
398
375
|
public static let dtInputsColorBorderSuccess = UIColor(red: 0.820, green: 1.000, blue: 0.463, alpha: 1)
|
|
399
376
|
public static let dtInputsColorBorderWarning = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
|
|
400
|
-
public static let dtInputsColorForegroundDefault = UIColor(red: 0.
|
|
377
|
+
public static let dtInputsColorForegroundDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
401
378
|
public static let dtInputsColorForegroundDisabled = UIColor(red: 0.690, green: 0.690, blue: 0.690, alpha: 1)
|
|
402
379
|
public static let dtInputsColorForegroundPlaceholder = UIColor(red: 0.690, green: 0.690, blue: 0.690, alpha: 1)
|
|
403
380
|
public static let dtInputsFontSizeLg = CGFloat(10.00) * 2.0
|
|
@@ -494,7 +471,7 @@ public enum DialtoneTokensExpressiveSmDark {
|
|
|
494
471
|
public static let dtSizeBorderFocus = CGFloat(2.00) + CGFloat(1.00)
|
|
495
472
|
public static let dtThemeColorBase = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
496
473
|
public static let dtThemeMentionColorBackground = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
497
|
-
public static let dtThemeMentionColorBackgroundStrong = UIColor(red: 0.
|
|
474
|
+
public static let dtThemeMentionColorBackgroundStrong = UIColor(red: 0.961, green: 0.941, blue: 1.000, alpha: 1)
|
|
498
475
|
public static let dtThemeMentionColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
499
476
|
public static let dtThemeMentionColorForegroundStrong = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
500
477
|
public static let dtThemePresenceColorBackgroundAvailable = UIColor(red: 0.518, green: 0.933, blue: 0.043, alpha: 1)
|
|
@@ -507,20 +484,20 @@ public enum DialtoneTokensExpressiveSmDark {
|
|
|
507
484
|
public static let dtThemeSidebarIconColorForeground = UIColor(red: 0.780, green: 0.780, blue: 0.780, alpha: 1)
|
|
508
485
|
public static let dtThemeSidebarRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0)
|
|
509
486
|
public static let dtThemeSidebarRowColorBackgroundActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
510
|
-
public static let dtThemeSidebarRowColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.
|
|
487
|
+
public static let dtThemeSidebarRowColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|
|
511
488
|
public static let dtThemeSidebarSectionColorForeground = UIColor(red: 0.690, green: 0.690, blue: 0.690, alpha: 1)
|
|
512
|
-
public static let dtThemeSidebarSelectedRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.
|
|
489
|
+
public static let dtThemeSidebarSelectedRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.122)
|
|
513
490
|
public static let dtThemeSidebarSelectedRowColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
514
491
|
public static let dtThemeSidebarStatusColorForeground = UIColor(red: 0.690, green: 0.690, blue: 0.690, alpha: 1)
|
|
515
492
|
public static let dtThemeTopbarButtonColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0)
|
|
516
493
|
public static let dtThemeTopbarButtonColorBackgroundActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|
|
517
|
-
public static let dtThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.
|
|
494
|
+
public static let dtThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
518
495
|
public static let dtThemeTopbarButtonColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.651)
|
|
519
496
|
public static let dtThemeTopbarButtonColorForegroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
520
497
|
public static let dtThemeTopbarColorBackground = UIColor(red: 0.122, green: 0.122, blue: 0.122, alpha: 1)
|
|
521
498
|
public static let dtThemeTopbarColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.800)
|
|
522
499
|
public static let dtThemeTopbarFieldColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.051)
|
|
523
|
-
public static let dtThemeTopbarFieldColorBackgroundHover = UIColor(red:
|
|
500
|
+
public static let dtThemeTopbarFieldColorBackgroundHover = UIColor(red: 0.082, green: 0.082, blue: 0.082, alpha: 1)
|
|
524
501
|
public static let dtThemeTopbarFieldColorBorder = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0)
|
|
525
502
|
public static let dtThemeTopbarFieldColorBorderActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.200)
|
|
526
503
|
public static let dtThemeTopbarFieldColorBorderHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|
|
@@ -9,18 +9,18 @@
|
|
|
9
9
|
import UIKit
|
|
10
10
|
|
|
11
11
|
public enum DialtoneTokensTmoDark {
|
|
12
|
-
public static let dtActionColorBackgroundBaseActive = UIColor(red: 0.
|
|
12
|
+
public static let dtActionColorBackgroundBaseActive = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 0.302)
|
|
13
13
|
public static let dtActionColorBackgroundBaseDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
14
|
-
public static let dtActionColorBackgroundBaseHover = UIColor(red: 0.
|
|
14
|
+
public static let dtActionColorBackgroundBaseHover = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 0.200)
|
|
15
15
|
public static let dtActionColorBackgroundBasePrimaryActive = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
16
|
-
public static let dtActionColorBackgroundBasePrimaryDefault = UIColor(red: 0.
|
|
17
|
-
public static let dtActionColorBackgroundBasePrimaryHover = UIColor(red: 0.
|
|
18
|
-
public static let dtActionColorBackgroundCriticalActive = UIColor(red: 0.
|
|
16
|
+
public static let dtActionColorBackgroundBasePrimaryDefault = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
17
|
+
public static let dtActionColorBackgroundBasePrimaryHover = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
|
|
18
|
+
public static let dtActionColorBackgroundCriticalActive = UIColor(red: 0.863, green: 0.133, blue: 0.341, alpha: 0.200)
|
|
19
19
|
public static let dtActionColorBackgroundCriticalDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
20
20
|
public static let dtActionColorBackgroundCriticalHover = UIColor(red: 0.576, green: 0.090, blue: 0.227, alpha: 0.200)
|
|
21
|
-
public static let dtActionColorBackgroundCriticalPrimaryActive = UIColor(red: 1.000, green: 0.
|
|
22
|
-
public static let dtActionColorBackgroundCriticalPrimaryDefault = UIColor(red:
|
|
23
|
-
public static let dtActionColorBackgroundCriticalPrimaryHover = UIColor(red: 1.000, green: 0.
|
|
21
|
+
public static let dtActionColorBackgroundCriticalPrimaryActive = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
22
|
+
public static let dtActionColorBackgroundCriticalPrimaryDefault = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
23
|
+
public static let dtActionColorBackgroundCriticalPrimaryHover = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
|
|
24
24
|
public static let dtActionColorBackgroundDisabledDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.302)
|
|
25
25
|
public static let dtActionColorBackgroundInvertedActive = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.180)
|
|
26
26
|
public static let dtActionColorBackgroundInvertedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
@@ -28,13 +28,13 @@ public enum DialtoneTokensTmoDark {
|
|
|
28
28
|
public static let dtActionColorBackgroundInvertedPrimaryActive = UIColor(red: 0.227, green: 0.114, blue: 0.584, alpha: 1)
|
|
29
29
|
public static let dtActionColorBackgroundInvertedPrimaryDefault = UIColor(red: 0.090, green: 0.090, blue: 0.090, alpha: 1)
|
|
30
30
|
public static let dtActionColorBackgroundInvertedPrimaryHover = UIColor(red: 0.114, green: 0.004, blue: 0.333, alpha: 1)
|
|
31
|
-
public static let dtActionColorBackgroundMutedActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.
|
|
31
|
+
public static let dtActionColorBackgroundMutedActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.302)
|
|
32
32
|
public static let dtActionColorBackgroundMutedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
33
33
|
public static let dtActionColorBackgroundMutedHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.180)
|
|
34
|
-
public static let dtActionColorBackgroundPositiveActive = UIColor(red: 0.000, green: 0.
|
|
34
|
+
public static let dtActionColorBackgroundPositiveActive = UIColor(red: 0.000, green: 0.733, blue: 0.424, alpha: 0.278)
|
|
35
35
|
public static let dtActionColorBackgroundPositiveDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
36
36
|
public static let dtActionColorBackgroundPositiveHover = UIColor(red: 0.000, green: 0.310, blue: 0.180, alpha: 0.278)
|
|
37
|
-
public static let dtActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.
|
|
37
|
+
public static let dtActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.682, green: 0.984, blue: 0.235, alpha: 1)
|
|
38
38
|
public static let dtActionColorBackgroundPositivePrimaryDefault = UIColor(red: 0.682, green: 0.984, blue: 0.235, alpha: 1)
|
|
39
39
|
public static let dtActionColorBackgroundPositivePrimaryHover = UIColor(red: 0.820, green: 1.000, blue: 0.463, alpha: 1)
|
|
40
40
|
public static let dtActionColorBorderBaseOutlinedDefault = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
@@ -126,19 +126,6 @@ public enum DialtoneTokensTmoDark {
|
|
|
126
126
|
public static let dtCheckboxSizeHeight = CGFloat(16.00)
|
|
127
127
|
public static let dtCheckboxSizeRadius = CGFloat(4.00)
|
|
128
128
|
public static let dtCheckboxSizeWidth = CGFloat(16.00)
|
|
129
|
-
public static let dtColorActionColorBackgroundBaseActive = UIColor(red: 0.114, green: 0.004, blue: 0.333, alpha: 0.302)
|
|
130
|
-
public static let dtColorActionColorBackgroundBaseHover = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 0.200)
|
|
131
|
-
public static let dtColorActionColorBackgroundBasePrimaryActive = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 1)
|
|
132
|
-
public static let dtColorActionColorBackgroundBasePrimaryDefault = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
133
|
-
public static let dtColorActionColorBackgroundBasePrimaryHover = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
|
|
134
|
-
public static let dtColorActionColorBackgroundCriticalActive = UIColor(red: 0.863, green: 0.133, blue: 0.341, alpha: 0.200)
|
|
135
|
-
public static let dtColorActionColorBackgroundCriticalPrimaryActive = UIColor(red: 0.851, green: 0.039, blue: 0.271, alpha: 1)
|
|
136
|
-
public static let dtColorActionColorBackgroundCriticalPrimaryDefault = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
137
|
-
public static let dtColorActionColorBackgroundCriticalPrimaryHover = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
|
|
138
|
-
public static let dtColorActionColorBackgroundMutedActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.302)
|
|
139
|
-
public static let dtColorActionColorBackgroundMutedHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.180)
|
|
140
|
-
public static let dtColorActionColorBackgroundPositiveActive = UIColor(red: 0.000, green: 0.733, blue: 0.424, alpha: 0.278)
|
|
141
|
-
public static let dtColorActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.682, green: 0.984, blue: 0.235, alpha: 1)
|
|
142
129
|
public static let dtColorBorderAccent = UIColor(red: 1.000, green: 0.106, blue: 0.643, alpha: 1)
|
|
143
130
|
public static let dtColorBorderBold = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.502)
|
|
144
131
|
public static let dtColorBorderBoldInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.502)
|
|
@@ -276,7 +263,6 @@ public enum DialtoneTokensTmoDark {
|
|
|
276
263
|
public static let dtColorForegroundTertiaryInverted = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
|
|
277
264
|
public static let dtColorForegroundWarning = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
|
|
278
265
|
public static let dtColorForegroundWarningInverted = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
|
|
279
|
-
public static let dtColorInputsColorForegroundDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
280
266
|
public static let dtColorLinkCritical = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
281
267
|
public static let dtColorLinkCriticalHover = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
|
|
282
268
|
public static let dtColorLinkCriticalInverted = UIColor(red: 1.000, green: 0.075, blue: 0.337, alpha: 1)
|
|
@@ -376,15 +362,6 @@ public enum DialtoneTokensTmoDark {
|
|
|
376
362
|
public static let dtColorSurfaceWarningSubtleInverted = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 1)
|
|
377
363
|
public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 0.173, green: 0.106, blue: 0.008, alpha: 0.702)
|
|
378
364
|
public static let dtColorSurfaceWarningSubtleOpaqueInverted = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 0.702)
|
|
379
|
-
public static let dtColorThemeMentionColorBackgroundStrong = UIColor(red: 0.961, green: 0.941, blue: 1.000, alpha: 1)
|
|
380
|
-
public static let dtColorThemePresenceColorBackgroundAvailable = UIColor(red: 0.518, green: 0.933, blue: 0.043, alpha: 1)
|
|
381
|
-
public static let dtColorThemePresenceColorBackgroundBusy = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
|
|
382
|
-
public static let dtColorThemePresenceColorBackgroundBusyUnavailable = UIColor(red: 1.000, green: 0.255, blue: 0.357, alpha: 1)
|
|
383
|
-
public static let dtColorThemeSidebarRowColorBackgroundActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
384
|
-
public static let dtColorThemeSidebarRowColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|
|
385
|
-
public static let dtColorThemeSidebarSelectedRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.122)
|
|
386
|
-
public static let dtColorThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
387
|
-
public static let dtColorThemeTopbarFieldColorBackgroundHover = UIColor(red: 0.082, green: 0.082, blue: 0.082, alpha: 1)
|
|
388
365
|
public static let dtIconSize100 = CGFloat(10.00) * 0.8 * 1.5
|
|
389
366
|
public static let dtIconSize200 = CGFloat(10.00) * 0.8 * 1.75
|
|
390
367
|
public static let dtIconSize300 = CGFloat(10.00) * 0.8 * 2.25
|
|
@@ -411,7 +388,7 @@ public enum DialtoneTokensTmoDark {
|
|
|
411
388
|
public static let dtInputsColorBorderHover = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.361)
|
|
412
389
|
public static let dtInputsColorBorderSuccess = UIColor(red: 0.820, green: 1.000, blue: 0.463, alpha: 1)
|
|
413
390
|
public static let dtInputsColorBorderWarning = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
|
|
414
|
-
public static let dtInputsColorForegroundDefault = UIColor(red: 0.
|
|
391
|
+
public static let dtInputsColorForegroundDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
415
392
|
public static let dtInputsColorForegroundDisabled = UIColor(red: 0.690, green: 0.690, blue: 0.690, alpha: 1)
|
|
416
393
|
public static let dtInputsColorForegroundPlaceholder = UIColor(red: 0.690, green: 0.690, blue: 0.690, alpha: 1)
|
|
417
394
|
public static let dtInputsFontSizeLg = CGFloat(10.00) * 1.9
|
|
@@ -508,7 +485,7 @@ public enum DialtoneTokensTmoDark {
|
|
|
508
485
|
public static let dtSizeBorderFocus = CGFloat(2.00) + CGFloat(1.00)
|
|
509
486
|
public static let dtThemeColorBase = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
510
487
|
public static let dtThemeMentionColorBackground = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
511
|
-
public static let dtThemeMentionColorBackgroundStrong = UIColor(red: 0.
|
|
488
|
+
public static let dtThemeMentionColorBackgroundStrong = UIColor(red: 0.961, green: 0.941, blue: 1.000, alpha: 1)
|
|
512
489
|
public static let dtThemeMentionColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
513
490
|
public static let dtThemeMentionColorForegroundStrong = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
514
491
|
public static let dtThemePresenceColorBackgroundAvailable = UIColor(red: 0.518, green: 0.933, blue: 0.043, alpha: 1)
|
|
@@ -521,20 +498,20 @@ public enum DialtoneTokensTmoDark {
|
|
|
521
498
|
public static let dtThemeSidebarIconColorForeground = UIColor(red: 0.780, green: 0.780, blue: 0.780, alpha: 1)
|
|
522
499
|
public static let dtThemeSidebarRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0)
|
|
523
500
|
public static let dtThemeSidebarRowColorBackgroundActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
524
|
-
public static let dtThemeSidebarRowColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.
|
|
501
|
+
public static let dtThemeSidebarRowColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|
|
525
502
|
public static let dtThemeSidebarSectionColorForeground = UIColor(red: 0.690, green: 0.690, blue: 0.690, alpha: 1)
|
|
526
|
-
public static let dtThemeSidebarSelectedRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.
|
|
503
|
+
public static let dtThemeSidebarSelectedRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.122)
|
|
527
504
|
public static let dtThemeSidebarSelectedRowColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
528
505
|
public static let dtThemeSidebarStatusColorForeground = UIColor(red: 0.690, green: 0.690, blue: 0.690, alpha: 1)
|
|
529
506
|
public static let dtThemeTopbarButtonColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0)
|
|
530
507
|
public static let dtThemeTopbarButtonColorBackgroundActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|
|
531
|
-
public static let dtThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.
|
|
508
|
+
public static let dtThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
532
509
|
public static let dtThemeTopbarButtonColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.651)
|
|
533
510
|
public static let dtThemeTopbarButtonColorForegroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
534
511
|
public static let dtThemeTopbarColorBackground = UIColor(red: 0.122, green: 0.122, blue: 0.122, alpha: 1)
|
|
535
512
|
public static let dtThemeTopbarColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.800)
|
|
536
513
|
public static let dtThemeTopbarFieldColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.051)
|
|
537
|
-
public static let dtThemeTopbarFieldColorBackgroundHover = UIColor(red:
|
|
514
|
+
public static let dtThemeTopbarFieldColorBackgroundHover = UIColor(red: 0.082, green: 0.082, blue: 0.082, alpha: 1)
|
|
538
515
|
public static let dtThemeTopbarFieldColorBorder = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0)
|
|
539
516
|
public static let dtThemeTopbarFieldColorBorderActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.200)
|
|
540
517
|
public static let dtThemeTopbarFieldColorBorderHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|