@momentum-design/tokens 0.0.49 → 0.0.50

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.
Files changed (33) hide show
  1. package/dist/css/core/complete.css +1 -1
  2. package/dist/css/theme/aaos/day-complete.css +1 -1
  3. package/dist/css/theme/aaos/night-complete.css +1 -1
  4. package/dist/css/theme/webex/common-stable.css +1 -1
  5. package/dist/css/theme/webex/dark-complete.css +1 -1
  6. package/dist/css/theme/webex/dark-stable.css +1 -1
  7. package/dist/css/theme/webex/light-complete.css +1 -1
  8. package/dist/css/theme/webex/light-stable.css +1 -1
  9. package/dist/ios/core/complete.swift +301 -301
  10. package/dist/ios/theme/aaos/day-complete.swift +42 -42
  11. package/dist/ios/theme/aaos/night-complete.swift +42 -42
  12. package/dist/ios/theme/webex/common-stable.swift +63 -63
  13. package/dist/ios/theme/webex/dark-complete.swift +288 -288
  14. package/dist/ios/theme/webex/dark-stable.swift +338 -338
  15. package/dist/ios/theme/webex/light-complete.swift +285 -285
  16. package/dist/ios/theme/webex/light-stable.swift +338 -338
  17. package/dist/resources/core/complete.xml +1 -1
  18. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  19. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  20. package/dist/resources/theme/webex/common-stable.xml +1 -1
  21. package/dist/resources/theme/webex/dark-complete.xml +1 -1
  22. package/dist/resources/theme/webex/dark-stable.xml +1 -1
  23. package/dist/resources/theme/webex/light-complete.xml +1 -1
  24. package/dist/resources/theme/webex/light-stable.xml +1 -1
  25. package/dist/scss/core/complete.scss +1 -1
  26. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  27. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  28. package/dist/scss/theme/webex/common-stable.scss +1 -1
  29. package/dist/scss/theme/webex/dark-complete.scss +1 -1
  30. package/dist/scss/theme/webex/dark-stable.scss +1 -1
  31. package/dist/scss/theme/webex/light-complete.scss +1 -1
  32. package/dist/scss/theme/webex/light-stable.scss +1 -1
  33. package/package.json +1 -1
@@ -4,51 +4,51 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 14 Feb 2024 17:25:02 GMT
7
+ // Generated on Tue, 19 Mar 2024 11:06:04 GMT
8
8
 
9
9
 
10
10
  import UIKit
11
11
 
12
12
  public class {
13
- public static let mds-color-theme-bg-primary = #000000
14
- public static let mds-color-theme-border-accent-0 = #3492eb
15
- public static let mds-color-theme-border-decorative-gradient-device = linear-gradient(44deg, #08599c 0%, #22c7d6 51.56%, #27a17a 100%)
16
- public static let mds-color-theme-border-negative-0 = #f55868
17
- public static let mds-color-theme-border-neutral-0 = #ffffff3d
18
- public static let mds-color-theme-border-neutral-1 = #ffffff75
19
- public static let mds-color-theme-border-neutral-2 = #ffffff8F
20
- public static let mds-color-theme-border-positive-0 = #27a17a
21
- public static let mds-color-theme-border-warning-0 = #f2990a
22
- public static let mds-color-theme-content-btn-accent-default = #64b4fa
23
- public static let mds-color-theme-content-btn-negative-default = #f55868
24
- public static let mds-color-theme-content-btn-neutral-primary-default = #ffffff
25
- public static let mds-color-theme-content-btn-neutral-primary-disabled = #ffffff8F
26
- public static let mds-color-theme-content-btn-neutral-secondary-default = #ffffff00
27
- public static let mds-color-theme-content-btn-neutral-secondary-disabled = #ffffff00
28
- public static let mds-color-theme-content-btn-positive-default = #27a17a
29
- public static let mds-color-theme-content-control-accent-active-default = #3492eb
30
- public static let mds-color-theme-content-control-neutral-default = #ffffff66
31
- public static let mds-color-theme-content-control-neutral-slider-disabled = #ffffff1c
32
- public static let mds-color-theme-content-illustration-default = #ffffff
33
- public static let mds-color-theme-content-indicator-accent-0 = #3492eb
34
- public static let mds-color-theme-content-indicator-negative-0 = #f55868
35
- public static let mds-color-theme-content-indicator-neutral-0 = #8f8f8f
36
- public static let mds-color-theme-content-indicator-notice-0 = #EC6400
37
- public static let mds-color-theme-content-indicator-positive-0 = #27a17a
38
- public static let mds-color-theme-content-indicator-warning-0 = #f2990a
39
- public static let mds-color-theme-content-text-accent-default = #3492eb
40
- public static let mds-color-theme-content-text-contrast-neutral-primary = #000000
41
- public static let mds-color-theme-content-text-negative-default = #f55868
42
- public static let mds-color-theme-content-text-neutral-disabled = #ffffff8F
43
- public static let mds-color-theme-content-text-neutral-primary = #ffffff
44
- public static let mds-color-theme-content-text-neutral-secondary = #ffffffB8
45
- public static let mds-color-theme-content-text-notice-default = #EC6400
46
- public static let mds-color-theme-content-text-positive-default = #27a17a
47
- public static let mds-color-theme-content-text-warning-default = #f2990a
48
- public static let mds-color-theme-overlay-0 = #000000D6
49
- public static let mds-color-theme-overlay-1 = #000000b3
50
- public static let mds-color-theme-overlay-2 = #00000099
51
- public static let mds-color-theme-surface-neutral-0-default = #17181B
52
- public static let mds-color-theme-surface-neutral-1-default = #202124
53
- public static let mds-color-theme-surface-neutral-2-default = #282A2D
13
+ public static let mdsColorThemeBgPrimary = #000000
14
+ public static let mdsColorThemeBorderAccent0 = #3492eb
15
+ public static let mdsColorThemeBorderDecorativeGradientDevice = linear-gradient(44deg, #08599c 0%, #22c7d6 51.56%, #27a17a 100%)
16
+ public static let mdsColorThemeBorderNegative0 = #f55868
17
+ public static let mdsColorThemeBorderNeutral0 = #ffffff3d
18
+ public static let mdsColorThemeBorderNeutral1 = #ffffff75
19
+ public static let mdsColorThemeBorderNeutral2 = #ffffff8F
20
+ public static let mdsColorThemeBorderPositive0 = #27a17a
21
+ public static let mdsColorThemeBorderWarning0 = #f2990a
22
+ public static let mdsColorThemeContentBtnAccentDefault = #64b4fa
23
+ public static let mdsColorThemeContentBtnNegativeDefault = #f55868
24
+ public static let mdsColorThemeContentBtnNeutralPrimaryDefault = #ffffff
25
+ public static let mdsColorThemeContentBtnNeutralPrimaryDisabled = #ffffff8F
26
+ public static let mdsColorThemeContentBtnNeutralSecondaryDefault = #ffffff00
27
+ public static let mdsColorThemeContentBtnNeutralSecondaryDisabled = #ffffff00
28
+ public static let mdsColorThemeContentBtnPositiveDefault = #27a17a
29
+ public static let mdsColorThemeContentControlAccentActiveDefault = #3492eb
30
+ public static let mdsColorThemeContentControlNeutralDefault = #ffffff66
31
+ public static let mdsColorThemeContentControlNeutralSliderDisabled = #ffffff1c
32
+ public static let mdsColorThemeContentIllustrationDefault = #ffffff
33
+ public static let mdsColorThemeContentIndicatorAccent0 = #3492eb
34
+ public static let mdsColorThemeContentIndicatorNegative0 = #f55868
35
+ public static let mdsColorThemeContentIndicatorNeutral0 = #8f8f8f
36
+ public static let mdsColorThemeContentIndicatorNotice0 = #EC6400
37
+ public static let mdsColorThemeContentIndicatorPositive0 = #27a17a
38
+ public static let mdsColorThemeContentIndicatorWarning0 = #f2990a
39
+ public static let mdsColorThemeContentTextAccentDefault = #3492eb
40
+ public static let mdsColorThemeContentTextContrastNeutralPrimary = #000000
41
+ public static let mdsColorThemeContentTextNegativeDefault = #f55868
42
+ public static let mdsColorThemeContentTextNeutralDisabled = #ffffff8F
43
+ public static let mdsColorThemeContentTextNeutralPrimary = #ffffff
44
+ public static let mdsColorThemeContentTextNeutralSecondary = #ffffffB8
45
+ public static let mdsColorThemeContentTextNoticeDefault = #EC6400
46
+ public static let mdsColorThemeContentTextPositiveDefault = #27a17a
47
+ public static let mdsColorThemeContentTextWarningDefault = #f2990a
48
+ public static let mdsColorThemeOverlay0 = #000000D6
49
+ public static let mdsColorThemeOverlay1 = #000000b3
50
+ public static let mdsColorThemeOverlay2 = #00000099
51
+ public static let mdsColorThemeSurfaceNeutral0Default = #17181B
52
+ public static let mdsColorThemeSurfaceNeutral1Default = #202124
53
+ public static let mdsColorThemeSurfaceNeutral2Default = #282A2D
54
54
  }
@@ -4,51 +4,51 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 14 Feb 2024 17:25:02 GMT
7
+ // Generated on Tue, 19 Mar 2024 11:06:04 GMT
8
8
 
9
9
 
10
10
  import UIKit
11
11
 
12
12
  public class {
13
- public static let mds-color-theme-bg-primary = #000000
14
- public static let mds-color-theme-border-accent-0 = #3492eb
15
- public static let mds-color-theme-border-decorative-gradient-device = linear-gradient(44deg, #08599c 0%, #22c7d6 51.56%, #27a17a 100%)
16
- public static let mds-color-theme-border-negative-0 = #f55868
17
- public static let mds-color-theme-border-neutral-0 = #ffffff33
18
- public static let mds-color-theme-border-neutral-1 = #ffffff66
19
- public static let mds-color-theme-border-neutral-2 = #ffffff80
20
- public static let mds-color-theme-border-positive-0 = #27a17a
21
- public static let mds-color-theme-border-warning-0 = #f2990a
22
- public static let mds-color-theme-content-btn-accent-default = #64b4fa
23
- public static let mds-color-theme-content-btn-negative-default = #f55868
24
- public static let mds-color-theme-content-btn-neutral-primary-default = #ffffffE0
25
- public static let mds-color-theme-content-btn-neutral-primary-disabled = #ffffff80
26
- public static let mds-color-theme-content-btn-neutral-secondary-default = #ffffff00
27
- public static let mds-color-theme-content-btn-neutral-secondary-disabled = #ffffff00
28
- public static let mds-color-theme-content-btn-positive-default = #27a17a
29
- public static let mds-color-theme-content-control-accent-active-default = #3492eb
30
- public static let mds-color-theme-content-control-neutral-default = #ffffff66
31
- public static let mds-color-theme-content-control-neutral-slider-disabled = #ffffff1c
32
- public static let mds-color-theme-content-illustration-default = #ffffffE0
33
- public static let mds-color-theme-content-indicator-accent-0 = #3492eb
34
- public static let mds-color-theme-content-indicator-negative-0 = #f55868
35
- public static let mds-color-theme-content-indicator-neutral-0 = # #8f8f8f
36
- public static let mds-color-theme-content-indicator-notice-0 = #EC6400
37
- public static let mds-color-theme-content-indicator-positive-0 = #27a17a
38
- public static let mds-color-theme-content-indicator-warning-0 = #f2990a
39
- public static let mds-color-theme-content-text-accent-default = #3492eb
40
- public static let mds-color-theme-content-text-contrast-neutral-primary = #000000
41
- public static let mds-color-theme-content-text-negative-default = #f55868
42
- public static let mds-color-theme-content-text-neutral-disabled = #ffffff80
43
- public static let mds-color-theme-content-text-neutral-primary = #ffffffE0
44
- public static let mds-color-theme-content-text-neutral-secondary = #ffffff99
45
- public static let mds-color-theme-content-text-notice-default = #EC6400
46
- public static let mds-color-theme-content-text-positive-default = #27a17a
47
- public static let mds-color-theme-content-text-warning-default = #f2990a
48
- public static let mds-color-theme-overlay-0 = #000000e0
49
- public static let mds-color-theme-overlay-1 = #000000D6
50
- public static let mds-color-theme-overlay-2 = #000000b3
51
- public static let mds-color-theme-surface-neutral-0-default = #0E1013
52
- public static let mds-color-theme-surface-neutral-1-default = #17181B
53
- public static let mds-color-theme-surface-neutral-2-default = #202124
13
+ public static let mdsColorThemeBgPrimary = #000000
14
+ public static let mdsColorThemeBorderAccent0 = #3492eb
15
+ public static let mdsColorThemeBorderDecorativeGradientDevice = linear-gradient(44deg, #08599c 0%, #22c7d6 51.56%, #27a17a 100%)
16
+ public static let mdsColorThemeBorderNegative0 = #f55868
17
+ public static let mdsColorThemeBorderNeutral0 = #ffffff33
18
+ public static let mdsColorThemeBorderNeutral1 = #ffffff66
19
+ public static let mdsColorThemeBorderNeutral2 = #ffffff80
20
+ public static let mdsColorThemeBorderPositive0 = #27a17a
21
+ public static let mdsColorThemeBorderWarning0 = #f2990a
22
+ public static let mdsColorThemeContentBtnAccentDefault = #64b4fa
23
+ public static let mdsColorThemeContentBtnNegativeDefault = #f55868
24
+ public static let mdsColorThemeContentBtnNeutralPrimaryDefault = #ffffffE0
25
+ public static let mdsColorThemeContentBtnNeutralPrimaryDisabled = #ffffff80
26
+ public static let mdsColorThemeContentBtnNeutralSecondaryDefault = #ffffff00
27
+ public static let mdsColorThemeContentBtnNeutralSecondaryDisabled = #ffffff00
28
+ public static let mdsColorThemeContentBtnPositiveDefault = #27a17a
29
+ public static let mdsColorThemeContentControlAccentActiveDefault = #3492eb
30
+ public static let mdsColorThemeContentControlNeutralDefault = #ffffff66
31
+ public static let mdsColorThemeContentControlNeutralSliderDisabled = #ffffff1c
32
+ public static let mdsColorThemeContentIllustrationDefault = #ffffffE0
33
+ public static let mdsColorThemeContentIndicatorAccent0 = #3492eb
34
+ public static let mdsColorThemeContentIndicatorNegative0 = #f55868
35
+ public static let mdsColorThemeContentIndicatorNeutral0 = # #8f8f8f
36
+ public static let mdsColorThemeContentIndicatorNotice0 = #EC6400
37
+ public static let mdsColorThemeContentIndicatorPositive0 = #27a17a
38
+ public static let mdsColorThemeContentIndicatorWarning0 = #f2990a
39
+ public static let mdsColorThemeContentTextAccentDefault = #3492eb
40
+ public static let mdsColorThemeContentTextContrastNeutralPrimary = #000000
41
+ public static let mdsColorThemeContentTextNegativeDefault = #f55868
42
+ public static let mdsColorThemeContentTextNeutralDisabled = #ffffff80
43
+ public static let mdsColorThemeContentTextNeutralPrimary = #ffffffE0
44
+ public static let mdsColorThemeContentTextNeutralSecondary = #ffffff99
45
+ public static let mdsColorThemeContentTextNoticeDefault = #EC6400
46
+ public static let mdsColorThemeContentTextPositiveDefault = #27a17a
47
+ public static let mdsColorThemeContentTextWarningDefault = #f2990a
48
+ public static let mdsColorThemeOverlay0 = #000000e0
49
+ public static let mdsColorThemeOverlay1 = #000000D6
50
+ public static let mdsColorThemeOverlay2 = #000000b3
51
+ public static let mdsColorThemeSurfaceNeutral0Default = #0E1013
52
+ public static let mdsColorThemeSurfaceNeutral1Default = #17181B
53
+ public static let mdsColorThemeSurfaceNeutral2Default = #202124
54
54
  }
@@ -4,72 +4,72 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 14 Feb 2024 17:25:01 GMT
7
+ // Generated on Tue, 19 Mar 2024 11:06:03 GMT
8
8
 
9
9
 
10
10
  import UIKit
11
11
 
12
12
  public class {
13
- public static let mds-color-theme-common-background-solid-primary-light = #ffffff
14
- public static let mds-color-theme-common-background-solid-secondary-dark = #1a1a1a
15
- public static let mds-color-theme-common-button-join-animated-gradient-normal-0 = #30c9b0
16
- public static let mds-color-theme-common-button-join-animated-gradient-normal-1 = #64b4fa
17
- public static let mds-color-theme-common-button-primary-disabled = #ffffff33
18
- public static let mds-color-theme-common-button-primary-hover = #ffffffcc
19
- public static let mds-color-theme-common-button-primary-normal = #fffffff2
20
- public static let mds-color-theme-common-button-primary-pressed = #ffffffb3
21
- public static let mds-color-theme-common-button-secondary-active-hover = #ffffff4d
22
- public static let mds-color-theme-common-button-secondary-active-normal = #ffffff33
23
- public static let mds-color-theme-common-button-secondary-active-pressed = #ffffff66
24
- public static let mds-color-theme-common-button-secondary-dark-disabled = #00000000
25
- public static let mds-color-theme-common-button-secondary-dark-hover = #0000012
26
- public static let mds-color-theme-common-button-secondary-dark-normal = #00000000
27
- public static let mds-color-theme-common-button-secondary-dark-pressed = #00000033
28
- public static let mds-color-theme-common-button-secondary-disabled = #ffffff00
29
- public static let mds-color-theme-common-button-secondary-hover = #ffffff12
30
- public static let mds-color-theme-common-button-secondary-normal = #ffffff00
31
- public static let mds-color-theme-common-control-inactive-normal = #00000033
32
- public static let mds-color-theme-common-control-share-content-active = #C94403
33
- public static let mds-color-theme-common-control-share-content-inactive = #707070
34
- public static let mds-color-theme-common-control-share-content-selected = #3cc29a
35
- public static let mds-color-theme-common-outline-button-normal = #ffffff4d
36
- public static let mds-color-theme-common-outline-closed-caption-secondary-dark = #00000033
37
- public static let mds-color-theme-common-outline-closed-caption-secondary-light = #ffffff33
38
- public static let mds-color-theme-common-outline-disabled-normal = #ffffff33
39
- public static let mds-color-theme-common-outline-input-normal = #ffffff80
40
- public static let mds-color-theme-common-outline-primary-normal = #ffffff66
41
- public static let mds-color-theme-common-overlay-meeting-normal = linear-gradient(180deg, #000000cc 0%, #0000004d 50.23%, #00000000 100%)
42
- public static let mds-color-theme-common-overlay-primary-normal = #000000e6
43
- public static let mds-color-theme-common-overlay-secondary-normal = #00000066
44
- public static let mds-color-theme-common-text-black = #000000f2
45
- public static let mds-color-theme-common-text-disabled = #ffffff66
46
- public static let mds-color-theme-common-text-error-hover = #ffd4da
47
- public static let mds-color-theme-common-text-error-normal = #fc8b98
48
- public static let mds-color-theme-common-text-gray = #ffffffb3
49
- public static let mds-color-theme-common-text-secondary-dark = #00000099
50
- public static let mds-color-theme-common-text-secondary-light = #ffffffb3
51
- public static let mds-color-theme-common-text-success-hover = #9fedd8
52
- public static let mds-color-theme-common-text-success-normal = #3cc29a
53
- public static let mds-color-theme-common-text-warning-normal = #f2990a
54
- public static let mds-color-theme-common-text-white = #fffffff2
55
- public static let mds-color-theme-common-touchbar-background-blue-normal = #1170cf
56
- public static let mds-color-theme-common-touchbar-background-blue-pressed = #063a75
57
- public static let mds-color-theme-common-touchbar-background-green-normal = #1d805f
58
- public static let mds-color-theme-common-touchbar-background-green-pressed = #134231
59
- public static let mds-color-theme-common-touchbar-background-mint-normal = #148579
60
- public static let mds-color-theme-common-touchbar-background-mint-pressed = #12423f
61
- public static let mds-color-theme-common-touchbar-background-orange-normal = #C94403
62
- public static let mds-color-theme-common-touchbar-background-orange-pressed = #682601
63
- public static let mds-color-theme-common-touchbar-background-pink-normal = #d43b52
64
- public static let mds-color-theme-common-touchbar-background-pink-pressed = #66262d
65
- public static let mds-color-theme-common-touchbar-background-purple-normal = #c233c4
66
- public static let mds-color-theme-common-touchbar-background-purple-pressed = #601e66
67
- public static let mds-color-theme-common-touchbar-background-red-normal = #db1f2e
68
- public static let mds-color-theme-common-touchbar-background-red-pressed = #780d13
69
- public static let mds-color-theme-common-touchbar-background-transparent = #00000000
70
- public static let mds-color-theme-common-touchbar-background-violet-normal = #875ae0
71
- public static let mds-color-theme-common-touchbar-background-violet-pressed = #432c78
72
- public static let mds-color-theme-common-touchbar-icon-attention = #fc8b98
73
- public static let mds-color-theme-common-touchbar-icon-secure = #64b4fa
74
- public static let mds-color-theme-common-touchbar-icon-stable = #27a17a
13
+ public static let mdsColorThemeCommonBackgroundSolidPrimaryLight = #ffffff
14
+ public static let mdsColorThemeCommonBackgroundSolidSecondaryDark = #1a1a1a
15
+ public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal0 = #30c9b0
16
+ public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal1 = #64b4fa
17
+ public static let mdsColorThemeCommonButtonPrimaryDisabled = #ffffff33
18
+ public static let mdsColorThemeCommonButtonPrimaryHover = #ffffffcc
19
+ public static let mdsColorThemeCommonButtonPrimaryNormal = #fffffff2
20
+ public static let mdsColorThemeCommonButtonPrimaryPressed = #ffffffb3
21
+ public static let mdsColorThemeCommonButtonSecondaryActiveHover = #ffffff4d
22
+ public static let mdsColorThemeCommonButtonSecondaryActiveNormal = #ffffff33
23
+ public static let mdsColorThemeCommonButtonSecondaryActivePressed = #ffffff66
24
+ public static let mdsColorThemeCommonButtonSecondaryDarkDisabled = #00000000
25
+ public static let mdsColorThemeCommonButtonSecondaryDarkHover = #0000012
26
+ public static let mdsColorThemeCommonButtonSecondaryDarkNormal = #00000000
27
+ public static let mdsColorThemeCommonButtonSecondaryDarkPressed = #00000033
28
+ public static let mdsColorThemeCommonButtonSecondaryDisabled = #ffffff00
29
+ public static let mdsColorThemeCommonButtonSecondaryHover = #ffffff12
30
+ public static let mdsColorThemeCommonButtonSecondaryNormal = #ffffff00
31
+ public static let mdsColorThemeCommonControlInactiveNormal = #00000033
32
+ public static let mdsColorThemeCommonControlShareContentActive = #C94403
33
+ public static let mdsColorThemeCommonControlShareContentInactive = #707070
34
+ public static let mdsColorThemeCommonControlShareContentSelected = #3cc29a
35
+ public static let mdsColorThemeCommonOutlineButtonNormal = #ffffff4d
36
+ public static let mdsColorThemeCommonOutlineClosedCaptionSecondaryDark = #00000033
37
+ public static let mdsColorThemeCommonOutlineClosedCaptionSecondaryLight = #ffffff33
38
+ public static let mdsColorThemeCommonOutlineDisabledNormal = #ffffff33
39
+ public static let mdsColorThemeCommonOutlineInputNormal = #ffffff80
40
+ public static let mdsColorThemeCommonOutlinePrimaryNormal = #ffffff66
41
+ public static let mdsColorThemeCommonOverlayMeetingNormal = linear-gradient(180deg, #000000cc 0%, #0000004d 50.23%, #00000000 100%)
42
+ public static let mdsColorThemeCommonOverlayPrimaryNormal = #000000e6
43
+ public static let mdsColorThemeCommonOverlaySecondaryNormal = #00000066
44
+ public static let mdsColorThemeCommonTextBlack = #000000f2
45
+ public static let mdsColorThemeCommonTextDisabled = #ffffff66
46
+ public static let mdsColorThemeCommonTextErrorHover = #ffd4da
47
+ public static let mdsColorThemeCommonTextErrorNormal = #fc8b98
48
+ public static let mdsColorThemeCommonTextGray = #ffffffb3
49
+ public static let mdsColorThemeCommonTextSecondaryDark = #00000099
50
+ public static let mdsColorThemeCommonTextSecondaryLight = #ffffffb3
51
+ public static let mdsColorThemeCommonTextSuccessHover = #9fedd8
52
+ public static let mdsColorThemeCommonTextSuccessNormal = #3cc29a
53
+ public static let mdsColorThemeCommonTextWarningNormal = #f2990a
54
+ public static let mdsColorThemeCommonTextWhite = #fffffff2
55
+ public static let mdsColorThemeCommonTouchbarBackgroundBlueNormal = #1170cf
56
+ public static let mdsColorThemeCommonTouchbarBackgroundBluePressed = #063a75
57
+ public static let mdsColorThemeCommonTouchbarBackgroundGreenNormal = #1d805f
58
+ public static let mdsColorThemeCommonTouchbarBackgroundGreenPressed = #134231
59
+ public static let mdsColorThemeCommonTouchbarBackgroundMintNormal = #148579
60
+ public static let mdsColorThemeCommonTouchbarBackgroundMintPressed = #12423f
61
+ public static let mdsColorThemeCommonTouchbarBackgroundOrangeNormal = #C94403
62
+ public static let mdsColorThemeCommonTouchbarBackgroundOrangePressed = #682601
63
+ public static let mdsColorThemeCommonTouchbarBackgroundPinkNormal = #d43b52
64
+ public static let mdsColorThemeCommonTouchbarBackgroundPinkPressed = #66262d
65
+ public static let mdsColorThemeCommonTouchbarBackgroundPurpleNormal = #c233c4
66
+ public static let mdsColorThemeCommonTouchbarBackgroundPurplePressed = #601e66
67
+ public static let mdsColorThemeCommonTouchbarBackgroundRedNormal = #db1f2e
68
+ public static let mdsColorThemeCommonTouchbarBackgroundRedPressed = #780d13
69
+ public static let mdsColorThemeCommonTouchbarBackgroundTransparent = #00000000
70
+ public static let mdsColorThemeCommonTouchbarBackgroundVioletNormal = #875ae0
71
+ public static let mdsColorThemeCommonTouchbarBackgroundVioletPressed = #432c78
72
+ public static let mdsColorThemeCommonTouchbarIconAttention = #fc8b98
73
+ public static let mdsColorThemeCommonTouchbarIconSecure = #64b4fa
74
+ public static let mdsColorThemeCommonTouchbarIconStable = #27a17a
75
75
  }