@momentum-design/tokens 0.0.28 → 0.0.30
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 +4 -1
- package/dist/css/theme/webex/common-stable.css +66 -0
- package/dist/css/theme/webex/dark-complete.css +7 -1
- package/dist/css/theme/webex/dark-stable.css +333 -0
- package/dist/css/theme/webex/light-complete.css +7 -1
- package/dist/css/theme/webex/light-stable.css +337 -0
- package/dist/ios/core/complete.swift +4 -1
- package/dist/ios/theme/webex/common-stable.swift +72 -0
- package/dist/ios/theme/webex/dark-complete.swift +7 -1
- package/dist/ios/theme/webex/dark-stable.swift +339 -0
- package/dist/ios/theme/webex/light-complete.swift +7 -1
- package/dist/ios/theme/webex/light-stable.swift +343 -0
- package/dist/json/core/complete.json +69 -8
- package/dist/json/theme/webex/common-stable.json +3043 -0
- package/dist/json/theme/webex/dark-complete.json +182 -0
- package/dist/json/theme/webex/dark-stable.json +16488 -0
- package/dist/json/theme/webex/light-complete.json +182 -0
- package/dist/json/theme/webex/light-stable.json +16688 -0
- package/dist/json-minimal/core/complete.json +3 -0
- package/dist/json-minimal/theme/webex/common-stable.json +491 -0
- package/dist/json-minimal/theme/webex/dark-complete.json +14 -0
- package/dist/json-minimal/theme/webex/dark-stable.json +2634 -0
- package/dist/json-minimal/theme/webex/light-complete.json +14 -0
- package/dist/json-minimal/theme/webex/light-stable.json +2666 -0
- package/dist/resources/core/complete.xml +4 -1
- package/dist/resources/theme/webex/common-stable.xml +68 -0
- package/dist/resources/theme/webex/dark-complete.xml +7 -1
- package/dist/resources/theme/webex/dark-stable.xml +335 -0
- package/dist/resources/theme/webex/light-complete.xml +7 -1
- package/dist/resources/theme/webex/light-stable.xml +339 -0
- package/dist/scss/core/complete.scss +4 -1
- package/dist/scss/theme/webex/common-stable.scss +63 -0
- package/dist/scss/theme/webex/dark-complete.scss +7 -1
- package/dist/scss/theme/webex/dark-stable.scss +330 -0
- package/dist/scss/theme/webex/light-complete.scss +7 -1
- package/dist/scss/theme/webex/light-stable.scss +334 -0
- package/package.json +1 -1
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 07 Dec 2022 18:37:42 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.md-core {
|
|
7
|
+
--md-border-radius-none: 0px;
|
|
7
8
|
--md-border-radius-small: 4px;
|
|
8
9
|
--md-border-radius-medium: 8px;
|
|
9
10
|
--md-border-radius-large: 12px;
|
|
10
11
|
--md-border-radius-half-height: 50%;
|
|
12
|
+
--md-border-width-none: 0px;
|
|
11
13
|
--md-border-width-small: 1px;
|
|
12
14
|
--md-border-width-medium: 2px;
|
|
13
15
|
--md-border-width-large: 3px;
|
|
@@ -271,6 +273,7 @@
|
|
|
271
273
|
--md-elevation-0: 0px 0px 0px 0px;
|
|
272
274
|
--md-elevation-1: drop-shadow(0px 4px 8px rgba(0,0,0,0.2));
|
|
273
275
|
--md-elevation-2: drop-shadow(0px 24px 48px rgba(0,0,0,0.2));
|
|
276
|
+
--md-spacing-none: 0px;
|
|
274
277
|
--md-spacing-micro: 2px;
|
|
275
278
|
--md-spacing-xxx-small: 4px;
|
|
276
279
|
--md-spacing-xx-small: 8px;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly
|
|
3
|
+
* Generated on Wed, 07 Dec 2022 18:37:42 GMT
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
.md-theme-stable-commonWebex {
|
|
7
|
+
--md-color-theme-common-text-white: [object Object];
|
|
8
|
+
--md-color-theme-common-text-gray: [object Object];
|
|
9
|
+
--md-color-theme-common-text-black: [object Object];
|
|
10
|
+
--md-color-theme-common-text-disabled: [object Object];
|
|
11
|
+
--md-color-theme-common-text-success-normal: [object Object];
|
|
12
|
+
--md-color-theme-common-text-success-hover: [object Object];
|
|
13
|
+
--md-color-theme-common-text-error-normal: [object Object];
|
|
14
|
+
--md-color-theme-common-text-error-hover: [object Object];
|
|
15
|
+
--md-color-theme-common-text-warning-normal: [object Object];
|
|
16
|
+
--md-color-theme-common-text-secondary-light: [object Object];
|
|
17
|
+
--md-color-theme-common-text-secondary-dark: [object Object];
|
|
18
|
+
--md-color-theme-common-overlay-primary-normal: [object Object];
|
|
19
|
+
--md-color-theme-common-overlay-secondary-normal: [object Object];
|
|
20
|
+
--md-color-theme-common-button-primary-normal: [object Object];
|
|
21
|
+
--md-color-theme-common-button-primary-hover: [object Object];
|
|
22
|
+
--md-color-theme-common-button-primary-pressed: [object Object];
|
|
23
|
+
--md-color-theme-common-button-primary-disabled: [object Object];
|
|
24
|
+
--md-color-theme-common-button-secondary-normal: [object Object];
|
|
25
|
+
--md-color-theme-common-button-secondary-hover: [object Object];
|
|
26
|
+
--md-color-theme-common-button-secondary-disabled: [object Object];
|
|
27
|
+
--md-color-theme-common-button-secondary-active-normal: [object Object];
|
|
28
|
+
--md-color-theme-common-button-secondary-active-hover: [object Object];
|
|
29
|
+
--md-color-theme-common-button-secondary-active-pressed: [object Object];
|
|
30
|
+
--md-color-theme-common-button-secondary-dark-normal: [object Object];
|
|
31
|
+
--md-color-theme-common-button-secondary-dark-hover: [object Object];
|
|
32
|
+
--md-color-theme-common-button-secondary-dark-pressed: [object Object];
|
|
33
|
+
--md-color-theme-common-button-secondary-dark-disabled: [object Object];
|
|
34
|
+
--md-color-theme-common-outline-button-normal: [object Object];
|
|
35
|
+
--md-color-theme-common-outline-primary-normal: [object Object];
|
|
36
|
+
--md-color-theme-common-outline-input-normal: [object Object];
|
|
37
|
+
--md-color-theme-common-outline-disabled-normal: [object Object];
|
|
38
|
+
--md-color-theme-common-outline-closed-caption-secondary-light: [object Object];
|
|
39
|
+
--md-color-theme-common-outline-closed-caption-secondary-dark: [object Object];
|
|
40
|
+
--md-color-theme-common-control-inactive-normal: [object Object];
|
|
41
|
+
--md-color-theme-common-control-share-content-active: [object Object];
|
|
42
|
+
--md-color-theme-common-control-share-content-inactive: [object Object];
|
|
43
|
+
--md-color-theme-common-control-share-content-selected: [object Object];
|
|
44
|
+
--md-color-theme-common-background-solid-secondary-dark: [object Object];
|
|
45
|
+
--md-color-theme-common-background-solid-primary-light: [object Object];
|
|
46
|
+
--md-color-theme-common-touchbar-background-blue-normal: [object Object];
|
|
47
|
+
--md-color-theme-common-touchbar-background-blue-pressed: [object Object];
|
|
48
|
+
--md-color-theme-common-touchbar-background-pink-normal: [object Object];
|
|
49
|
+
--md-color-theme-common-touchbar-background-pink-pressed: [object Object];
|
|
50
|
+
--md-color-theme-common-touchbar-background-mint-normal: [object Object];
|
|
51
|
+
--md-color-theme-common-touchbar-background-mint-pressed: [object Object];
|
|
52
|
+
--md-color-theme-common-touchbar-background-purple-normal: [object Object];
|
|
53
|
+
--md-color-theme-common-touchbar-background-purple-pressed: [object Object];
|
|
54
|
+
--md-color-theme-common-touchbar-background-violet-normal: [object Object];
|
|
55
|
+
--md-color-theme-common-touchbar-background-violet-pressed: [object Object];
|
|
56
|
+
--md-color-theme-common-touchbar-background-orange-normal: [object Object];
|
|
57
|
+
--md-color-theme-common-touchbar-background-orange-pressed: [object Object];
|
|
58
|
+
--md-color-theme-common-touchbar-background-green-normal: [object Object];
|
|
59
|
+
--md-color-theme-common-touchbar-background-green-pressed: [object Object];
|
|
60
|
+
--md-color-theme-common-touchbar-background-red-normal: [object Object];
|
|
61
|
+
--md-color-theme-common-touchbar-background-red-pressed: [object Object];
|
|
62
|
+
--md-color-theme-common-touchbar-background-transparent: [object Object];
|
|
63
|
+
--md-color-theme-common-touchbar-icon-stable: [object Object];
|
|
64
|
+
--md-color-theme-common-touchbar-icon-attention: [object Object];
|
|
65
|
+
--md-color-theme-common-touchbar-icon-secure: [object Object];
|
|
66
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 07 Dec 2022 18:37:42 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.md-theme-webex-dark {
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
--md-color-theme-content-text-neutral-disabled: #ffffff66;
|
|
33
33
|
--md-color-theme-content-text-neutral-teams-default: #ffffffb3;
|
|
34
34
|
--md-color-theme-content-text-neutral-teams-active: #fffffff2;
|
|
35
|
+
--md-color-theme-content-text-contrast-neutral-primary: #000000f2;
|
|
36
|
+
--md-color-theme-content-text-contrast-neutral-secondary: #00000099;
|
|
37
|
+
--md-color-theme-content-text-contrast-neutral-disabled: #00000066;
|
|
35
38
|
--md-color-theme-content-text-positve-active: #9fedd8;
|
|
36
39
|
--md-color-theme-content-text-positve-hover: #9fedd8;
|
|
37
40
|
--md-color-theme-content-text-positve-default: #3cc29a;
|
|
@@ -75,6 +78,9 @@
|
|
|
75
78
|
--md-color-theme-content-btn-neutral-secondary-active-default: #ffffff33;
|
|
76
79
|
--md-color-theme-content-btn-neutral-secondary-active-hover: #ffffff4d;
|
|
77
80
|
--md-color-theme-content-btn-neutral-secondary-active-pressed: #ffffff66;
|
|
81
|
+
--md-color-theme-content-btn-contrast-neutral-default: #0f0f0f;
|
|
82
|
+
--md-color-theme-content-btn-contrast-neutral-hover: #262626;
|
|
83
|
+
--md-color-theme-content-btn-contrast-neutral-pressed: #3b3b3b;
|
|
78
84
|
--md-color-theme-content-btn-positive-default: #1d805f;
|
|
79
85
|
--md-color-theme-content-btn-positive-hover: #185e46;
|
|
80
86
|
--md-color-theme-content-btn-positive-pressed: #134231;
|
|
@@ -0,0 +1,333 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly
|
|
3
|
+
* Generated on Wed, 07 Dec 2022 18:37:42 GMT
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
.md-theme-stable-darkWebex {
|
|
7
|
+
--md-color-theme-common-text-white: [object Object];
|
|
8
|
+
--md-color-theme-common-text-gray: [object Object];
|
|
9
|
+
--md-color-theme-common-text-black: [object Object];
|
|
10
|
+
--md-color-theme-common-text-disabled: [object Object];
|
|
11
|
+
--md-color-theme-common-text-success-normal: [object Object];
|
|
12
|
+
--md-color-theme-common-text-success-hover: [object Object];
|
|
13
|
+
--md-color-theme-common-text-error-normal: [object Object];
|
|
14
|
+
--md-color-theme-common-text-error-hover: [object Object];
|
|
15
|
+
--md-color-theme-common-text-warning-normal: [object Object];
|
|
16
|
+
--md-color-theme-common-text-secondary-light: [object Object];
|
|
17
|
+
--md-color-theme-common-text-secondary-dark: [object Object];
|
|
18
|
+
--md-color-theme-common-overlay-primary-normal: [object Object];
|
|
19
|
+
--md-color-theme-common-overlay-secondary-normal: [object Object];
|
|
20
|
+
--md-color-theme-common-button-primary-normal: [object Object];
|
|
21
|
+
--md-color-theme-common-button-primary-hover: [object Object];
|
|
22
|
+
--md-color-theme-common-button-primary-pressed: [object Object];
|
|
23
|
+
--md-color-theme-common-button-primary-disabled: [object Object];
|
|
24
|
+
--md-color-theme-common-button-secondary-normal: [object Object];
|
|
25
|
+
--md-color-theme-common-button-secondary-hover: [object Object];
|
|
26
|
+
--md-color-theme-common-button-secondary-disabled: [object Object];
|
|
27
|
+
--md-color-theme-common-button-secondary-active-normal: [object Object];
|
|
28
|
+
--md-color-theme-common-button-secondary-active-hover: [object Object];
|
|
29
|
+
--md-color-theme-common-button-secondary-active-pressed: [object Object];
|
|
30
|
+
--md-color-theme-common-button-secondary-dark-normal: [object Object];
|
|
31
|
+
--md-color-theme-common-button-secondary-dark-hover: [object Object];
|
|
32
|
+
--md-color-theme-common-button-secondary-dark-pressed: [object Object];
|
|
33
|
+
--md-color-theme-common-button-secondary-dark-disabled: [object Object];
|
|
34
|
+
--md-color-theme-common-outline-button-normal: [object Object];
|
|
35
|
+
--md-color-theme-common-outline-primary-normal: [object Object];
|
|
36
|
+
--md-color-theme-common-outline-input-normal: [object Object];
|
|
37
|
+
--md-color-theme-common-outline-disabled-normal: [object Object];
|
|
38
|
+
--md-color-theme-common-outline-closed-caption-secondary-light: [object Object];
|
|
39
|
+
--md-color-theme-common-outline-closed-caption-secondary-dark: [object Object];
|
|
40
|
+
--md-color-theme-common-control-inactive-normal: [object Object];
|
|
41
|
+
--md-color-theme-common-control-share-content-active: [object Object];
|
|
42
|
+
--md-color-theme-common-control-share-content-inactive: [object Object];
|
|
43
|
+
--md-color-theme-common-control-share-content-selected: [object Object];
|
|
44
|
+
--md-color-theme-common-background-solid-secondary-dark: [object Object];
|
|
45
|
+
--md-color-theme-common-background-solid-primary-light: [object Object];
|
|
46
|
+
--md-color-theme-common-touchbar-background-blue-normal: [object Object];
|
|
47
|
+
--md-color-theme-common-touchbar-background-blue-pressed: [object Object];
|
|
48
|
+
--md-color-theme-common-touchbar-background-pink-normal: [object Object];
|
|
49
|
+
--md-color-theme-common-touchbar-background-pink-pressed: [object Object];
|
|
50
|
+
--md-color-theme-common-touchbar-background-mint-normal: [object Object];
|
|
51
|
+
--md-color-theme-common-touchbar-background-mint-pressed: [object Object];
|
|
52
|
+
--md-color-theme-common-touchbar-background-purple-normal: [object Object];
|
|
53
|
+
--md-color-theme-common-touchbar-background-purple-pressed: [object Object];
|
|
54
|
+
--md-color-theme-common-touchbar-background-violet-normal: [object Object];
|
|
55
|
+
--md-color-theme-common-touchbar-background-violet-pressed: [object Object];
|
|
56
|
+
--md-color-theme-common-touchbar-background-orange-normal: [object Object];
|
|
57
|
+
--md-color-theme-common-touchbar-background-orange-pressed: [object Object];
|
|
58
|
+
--md-color-theme-common-touchbar-background-green-normal: [object Object];
|
|
59
|
+
--md-color-theme-common-touchbar-background-green-pressed: [object Object];
|
|
60
|
+
--md-color-theme-common-touchbar-background-red-normal: [object Object];
|
|
61
|
+
--md-color-theme-common-touchbar-background-red-pressed: [object Object];
|
|
62
|
+
--md-color-theme-common-touchbar-background-transparent: [object Object];
|
|
63
|
+
--md-color-theme-common-touchbar-icon-stable: [object Object];
|
|
64
|
+
--md-color-theme-common-touchbar-icon-attention: [object Object];
|
|
65
|
+
--md-color-theme-common-touchbar-icon-secure: [object Object];
|
|
66
|
+
--md-color-theme-text-primary-normal: [object Object];
|
|
67
|
+
--md-color-theme-text-primary-disabled: [object Object];
|
|
68
|
+
--md-color-theme-text-inverted-normal: [object Object];
|
|
69
|
+
--md-color-theme-text-inverted-disabled: [object Object];
|
|
70
|
+
--md-color-theme-text-secondary-normal: [object Object];
|
|
71
|
+
--md-color-theme-text-secondary-inverted-normal: [object Object];
|
|
72
|
+
--md-color-theme-text-error-normal: [object Object];
|
|
73
|
+
--md-color-theme-text-error-hover: [object Object];
|
|
74
|
+
--md-color-theme-text-error-active: [object Object];
|
|
75
|
+
--md-color-theme-text-success-normal: [object Object];
|
|
76
|
+
--md-color-theme-text-success-hover: [object Object];
|
|
77
|
+
--md-color-theme-text-success-active: [object Object];
|
|
78
|
+
--md-color-theme-text-warning-normal: [object Object];
|
|
79
|
+
--md-color-theme-text-warning-hover: [object Object];
|
|
80
|
+
--md-color-theme-text-warning-active: [object Object];
|
|
81
|
+
--md-color-theme-text-highlight: [object Object];
|
|
82
|
+
--md-color-theme-text-accent-normal: [object Object];
|
|
83
|
+
--md-color-theme-text-accent-hover: [object Object];
|
|
84
|
+
--md-color-theme-text-accent-active: [object Object];
|
|
85
|
+
--md-color-theme-text-teamdefault-normal: [object Object];
|
|
86
|
+
--md-color-theme-text-teamdefault-hover: [object Object];
|
|
87
|
+
--md-color-theme-text-teamdefault-active: [object Object];
|
|
88
|
+
--md-color-theme-text-alert-purple-normal: [object Object];
|
|
89
|
+
--md-color-theme-text-alert-purple-hover: [object Object];
|
|
90
|
+
--md-color-theme-text-alert-purple-active: [object Object];
|
|
91
|
+
--md-color-theme-text-alert-orange-normal: [object Object];
|
|
92
|
+
--md-color-theme-text-alert-orange-hover: [object Object];
|
|
93
|
+
--md-color-theme-text-alert-orange-active: [object Object];
|
|
94
|
+
--md-color-theme-text-team-cobalt-normal: [object Object];
|
|
95
|
+
--md-color-theme-text-team-cobalt-hover: [object Object];
|
|
96
|
+
--md-color-theme-text-team-cobalt-active: [object Object];
|
|
97
|
+
--md-color-theme-text-team-cyan-normal: [object Object];
|
|
98
|
+
--md-color-theme-text-team-cyan-hover: [object Object];
|
|
99
|
+
--md-color-theme-text-team-cyan-active: [object Object];
|
|
100
|
+
--md-color-theme-text-team-mint-normal: [object Object];
|
|
101
|
+
--md-color-theme-text-team-mint-hover: [object Object];
|
|
102
|
+
--md-color-theme-text-team-mint-active: [object Object];
|
|
103
|
+
--md-color-theme-text-team-lime-normal: [object Object];
|
|
104
|
+
--md-color-theme-text-team-lime-hover: [object Object];
|
|
105
|
+
--md-color-theme-text-team-lime-active: [object Object];
|
|
106
|
+
--md-color-theme-text-team-gold-normal: [object Object];
|
|
107
|
+
--md-color-theme-text-team-gold-hover: [object Object];
|
|
108
|
+
--md-color-theme-text-team-gold-active: [object Object];
|
|
109
|
+
--md-color-theme-text-team-orange-normal: [object Object];
|
|
110
|
+
--md-color-theme-text-team-orange-hover: [object Object];
|
|
111
|
+
--md-color-theme-text-team-orange-active: [object Object];
|
|
112
|
+
--md-color-theme-text-team-pink-normal: [object Object];
|
|
113
|
+
--md-color-theme-text-team-pink-hover: [object Object];
|
|
114
|
+
--md-color-theme-text-team-pink-active: [object Object];
|
|
115
|
+
--md-color-theme-text-team-purple-normal: [object Object];
|
|
116
|
+
--md-color-theme-text-team-purple-hover: [object Object];
|
|
117
|
+
--md-color-theme-text-team-purple-active: [object Object];
|
|
118
|
+
--md-color-theme-text-team-violet-normal: [object Object];
|
|
119
|
+
--md-color-theme-text-team-violet-hover: [object Object];
|
|
120
|
+
--md-color-theme-text-team-violet-active: [object Object];
|
|
121
|
+
--md-color-theme-text-team-slate-normal: [object Object];
|
|
122
|
+
--md-color-theme-text-team-slate-hover: [object Object];
|
|
123
|
+
--md-color-theme-text-team-slate-active: [object Object];
|
|
124
|
+
--md-color-theme-background-primary-ghost: [object Object];
|
|
125
|
+
--md-color-theme-background-primary-hover: [object Object];
|
|
126
|
+
--md-color-theme-background-primary-active: [object Object];
|
|
127
|
+
--md-color-theme-background-primary-disabled: [object Object];
|
|
128
|
+
--md-color-theme-background-solid-primary-normal: [object Object];
|
|
129
|
+
--md-color-theme-background-solid-secondary-normal: [object Object];
|
|
130
|
+
--md-color-theme-background-solid-tertiary-normal: [object Object];
|
|
131
|
+
--md-color-theme-background-solid-quaternary-normal: [object Object];
|
|
132
|
+
--md-color-theme-background-secondary-normal: [object Object];
|
|
133
|
+
--md-color-theme-background-secondary-hover: [object Object];
|
|
134
|
+
--md-color-theme-background-secondary-active: [object Object];
|
|
135
|
+
--md-color-theme-background-secondary-disabled: [object Object];
|
|
136
|
+
--md-color-theme-background-accent-normal: [object Object];
|
|
137
|
+
--md-color-theme-background-gradient-primary: [object Object];
|
|
138
|
+
--md-color-theme-background-gradient-secondary: [object Object];
|
|
139
|
+
--md-color-theme-background-alert-default-normal: [object Object];
|
|
140
|
+
--md-color-theme-background-alert-default-hover: [object Object];
|
|
141
|
+
--md-color-theme-background-alert-default-active: [object Object];
|
|
142
|
+
--md-color-theme-background-alert-success-normal: [object Object];
|
|
143
|
+
--md-color-theme-background-alert-success-hover: [object Object];
|
|
144
|
+
--md-color-theme-background-alert-success-active: [object Object];
|
|
145
|
+
--md-color-theme-background-alert-warning-normal: [object Object];
|
|
146
|
+
--md-color-theme-background-alert-warning-hover: [object Object];
|
|
147
|
+
--md-color-theme-background-alert-warning-active: [object Object];
|
|
148
|
+
--md-color-theme-background-alert-error-normal: [object Object];
|
|
149
|
+
--md-color-theme-background-alert-error-hover: [object Object];
|
|
150
|
+
--md-color-theme-background-alert-error-active: [object Object];
|
|
151
|
+
--md-color-theme-background-alert-theme-normal: [object Object];
|
|
152
|
+
--md-color-theme-background-alert-theme-hover: [object Object];
|
|
153
|
+
--md-color-theme-background-alert-theme-active: [object Object];
|
|
154
|
+
--md-color-theme-background-alert-purple-normal: [object Object];
|
|
155
|
+
--md-color-theme-background-alert-purple-hover: [object Object];
|
|
156
|
+
--md-color-theme-background-alert-purple-active: [object Object];
|
|
157
|
+
--md-color-theme-background-alert-orange-normal: [object Object];
|
|
158
|
+
--md-color-theme-background-alert-orange-hover: [object Object];
|
|
159
|
+
--md-color-theme-background-alert-orange-active: [object Object];
|
|
160
|
+
--md-color-theme-background-label-cobalt-normal: [object Object];
|
|
161
|
+
--md-color-theme-background-label-cobalt-hover: [object Object];
|
|
162
|
+
--md-color-theme-background-label-cobalt-active: [object Object];
|
|
163
|
+
--md-color-theme-background-label-gold-normal: [object Object];
|
|
164
|
+
--md-color-theme-background-label-gold-hover: [object Object];
|
|
165
|
+
--md-color-theme-background-label-gold-active: [object Object];
|
|
166
|
+
--md-color-theme-background-label-lime-normal: [object Object];
|
|
167
|
+
--md-color-theme-background-label-lime-hover: [object Object];
|
|
168
|
+
--md-color-theme-background-label-lime-active: [object Object];
|
|
169
|
+
--md-color-theme-background-label-mint-normal: [object Object];
|
|
170
|
+
--md-color-theme-background-label-mint-hover: [object Object];
|
|
171
|
+
--md-color-theme-background-label-mint-active: [object Object];
|
|
172
|
+
--md-color-theme-background-label-orange-normal: [object Object];
|
|
173
|
+
--md-color-theme-background-label-orange-hover: [object Object];
|
|
174
|
+
--md-color-theme-background-label-orange-active: [object Object];
|
|
175
|
+
--md-color-theme-background-label-pink-normal: [object Object];
|
|
176
|
+
--md-color-theme-background-label-pink-hover: [object Object];
|
|
177
|
+
--md-color-theme-background-label-pink-active: [object Object];
|
|
178
|
+
--md-color-theme-background-label-purple-normal: [object Object];
|
|
179
|
+
--md-color-theme-background-label-purple-hover: [object Object];
|
|
180
|
+
--md-color-theme-background-label-purple-active: [object Object];
|
|
181
|
+
--md-color-theme-background-label-slate-normal: [object Object];
|
|
182
|
+
--md-color-theme-background-label-slate-hover: [object Object];
|
|
183
|
+
--md-color-theme-background-label-slate-active: [object Object];
|
|
184
|
+
--md-color-theme-background-label-violet-normal: [object Object];
|
|
185
|
+
--md-color-theme-background-label-violet-hover: [object Object];
|
|
186
|
+
--md-color-theme-background-label-violet-active: [object Object];
|
|
187
|
+
--md-color-theme-background-common-normal: [object Object];
|
|
188
|
+
--md-color-theme-background-namelabel-normal: [object Object];
|
|
189
|
+
--md-color-theme-button-border-normal: [object Object];
|
|
190
|
+
--md-color-theme-button-primary-normal: [object Object];
|
|
191
|
+
--md-color-theme-button-primary-hover: [object Object];
|
|
192
|
+
--md-color-theme-button-primary-pressed: [object Object];
|
|
193
|
+
--md-color-theme-button-primary-disabled: [object Object];
|
|
194
|
+
--md-color-theme-button-secondary-normal: [object Object];
|
|
195
|
+
--md-color-theme-button-secondary-hover: [object Object];
|
|
196
|
+
--md-color-theme-button-secondary-pressed: [object Object];
|
|
197
|
+
--md-color-theme-button-secondary-disabled: [object Object];
|
|
198
|
+
--md-color-theme-button-secondary-active-normal: [object Object];
|
|
199
|
+
--md-color-theme-button-secondary-active-hover: [object Object];
|
|
200
|
+
--md-color-theme-button-secondary-active-pressed: [object Object];
|
|
201
|
+
--md-color-theme-button-inverted-normal: [object Object];
|
|
202
|
+
--md-color-theme-button-inverted-hover: [object Object];
|
|
203
|
+
--md-color-theme-button-inverted-pressed: [object Object];
|
|
204
|
+
--md-color-theme-button-join-normal: [object Object];
|
|
205
|
+
--md-color-theme-button-join-hover: [object Object];
|
|
206
|
+
--md-color-theme-button-join-pressed: [object Object];
|
|
207
|
+
--md-color-theme-button-cancel-normal: [object Object];
|
|
208
|
+
--md-color-theme-button-cancel-hover: [object Object];
|
|
209
|
+
--md-color-theme-button-cancel-pressed: [object Object];
|
|
210
|
+
--md-color-theme-button-accent-normal: [object Object];
|
|
211
|
+
--md-color-theme-button-accent-hover: [object Object];
|
|
212
|
+
--md-color-theme-button-accent-pressed: [object Object];
|
|
213
|
+
--md-color-theme-outline-primary-normal: [object Object];
|
|
214
|
+
--md-color-theme-outline-theme-normal: [object Object];
|
|
215
|
+
--md-color-theme-outline-secondary-normal: [object Object];
|
|
216
|
+
--md-color-theme-outline-input-normal: [object Object];
|
|
217
|
+
--md-color-theme-outline-input-active: [object Object];
|
|
218
|
+
--md-color-theme-outline-button-normal: [object Object];
|
|
219
|
+
--md-color-theme-outline-join-normal: [object Object];
|
|
220
|
+
--md-color-theme-outline-cancel-normal: [object Object];
|
|
221
|
+
--md-color-theme-outline-disabled-normal: [object Object];
|
|
222
|
+
--md-color-theme-outline-share-selected: [object Object];
|
|
223
|
+
--md-color-theme-outline-share-active: [object Object];
|
|
224
|
+
--md-color-theme-outline-share-inactive: [object Object];
|
|
225
|
+
--md-color-theme-outline-overlay-normal: [object Object];
|
|
226
|
+
--md-color-theme-outline-high-contrast-focus: [object Object];
|
|
227
|
+
--md-color-theme-outline-label-cobalt: [object Object];
|
|
228
|
+
--md-color-theme-outline-label-gold: [object Object];
|
|
229
|
+
--md-color-theme-outline-label-lime: [object Object];
|
|
230
|
+
--md-color-theme-outline-label-mint: [object Object];
|
|
231
|
+
--md-color-theme-outline-label-orange: [object Object];
|
|
232
|
+
--md-color-theme-outline-label-pink: [object Object];
|
|
233
|
+
--md-color-theme-outline-label-purple: [object Object];
|
|
234
|
+
--md-color-theme-outline-label-slate: [object Object];
|
|
235
|
+
--md-color-theme-outline-label-violet: [object Object];
|
|
236
|
+
--md-color-theme-control-active-normal: [object Object];
|
|
237
|
+
--md-color-theme-control-active-hover: [object Object];
|
|
238
|
+
--md-color-theme-control-active-pressed: [object Object];
|
|
239
|
+
--md-color-theme-control-active-active: [object Object];
|
|
240
|
+
--md-color-theme-control-active-disabled: [object Object];
|
|
241
|
+
--md-color-theme-control-inactive-normal: [object Object];
|
|
242
|
+
--md-color-theme-control-inactive-hover: [object Object];
|
|
243
|
+
--md-color-theme-control-inactive-pressed: [object Object];
|
|
244
|
+
--md-color-theme-control-inactive-disabled: [object Object];
|
|
245
|
+
--md-color-theme-overlay-meetings-normal: [object Object];
|
|
246
|
+
--md-color-theme-indicator-unstable: [object Object];
|
|
247
|
+
--md-color-theme-indicator-attention: [object Object];
|
|
248
|
+
--md-color-theme-indicator-stable: [object Object];
|
|
249
|
+
--md-color-theme-indicator-locked: [object Object];
|
|
250
|
+
--md-color-theme-indicator-caution: [object Object];
|
|
251
|
+
--md-color-theme-indicator-secure: [object Object];
|
|
252
|
+
--md-color-theme-whiteboard-sticky-note-yellow: [object Object];
|
|
253
|
+
--md-color-theme-whiteboard-sticky-note-red: [object Object];
|
|
254
|
+
--md-color-theme-whiteboard-sticky-note-purple: [object Object];
|
|
255
|
+
--md-color-theme-whiteboard-sticky-note-cyan: [object Object];
|
|
256
|
+
--md-color-theme-whiteboard-sticky-note-mint: [object Object];
|
|
257
|
+
--md-color-theme-scrollbar-button-normal: [object Object];
|
|
258
|
+
--md-color-theme-scrollbar-button-hover: [object Object];
|
|
259
|
+
--md-color-theme-scrollbar-button-pressed: [object Object];
|
|
260
|
+
--md-color-theme-scrollbar-arrow-normal: [object Object];
|
|
261
|
+
--md-color-theme-scrollbar-arrow-background-normal: [object Object];
|
|
262
|
+
--md-color-theme-scrollbar-arrow-background-hover: [object Object];
|
|
263
|
+
--md-color-theme-scrollbar-arrow-background-pressed: [object Object];
|
|
264
|
+
--md-color-theme-scrollbar-background-secondary-ghost: [object Object];
|
|
265
|
+
--md-color-theme-scrollbar-background-secondary-normal: [object Object];
|
|
266
|
+
--md-color-theme-illustrations-empty-primary-0: [object Object];
|
|
267
|
+
--md-color-theme-illustrations-empty-primary-1: [object Object];
|
|
268
|
+
--md-color-theme-illustrations-empty-secondary-0: [object Object];
|
|
269
|
+
--md-color-theme-illustrations-empty-secondary-1: [object Object];
|
|
270
|
+
--md-color-theme-illustrations-onboarding-primary-0: [object Object];
|
|
271
|
+
--md-color-theme-illustrations-onboarding-primary-1: [object Object];
|
|
272
|
+
--md-color-theme-illustrations-onboarding-secondary-0: [object Object];
|
|
273
|
+
--md-color-theme-illustrations-onboarding-secondary-1: [object Object];
|
|
274
|
+
--md-color-theme-illustrations-onboarding-tertiary-0: [object Object];
|
|
275
|
+
--md-color-theme-illustrations-onboarding-tertiary-1: [object Object];
|
|
276
|
+
--md-color-theme-illustrations-onboarding-quartenary-0: [object Object];
|
|
277
|
+
--md-color-theme-illustrations-onboarding-quartenary-1: [object Object];
|
|
278
|
+
--md-color-theme-illustrations-onboarding-quinary-0: [object Object];
|
|
279
|
+
--md-color-theme-illustrations-onboarding-quinary-1: [object Object];
|
|
280
|
+
--md-color-theme-illustrations-success-0: [object Object];
|
|
281
|
+
--md-color-theme-illustrations-success-1: [object Object];
|
|
282
|
+
--md-color-theme-illustrations-error-0: [object Object];
|
|
283
|
+
--md-color-theme-illustrations-error-1: [object Object];
|
|
284
|
+
--md-color-theme-illustrations-default: [object Object];
|
|
285
|
+
--md-color-theme-globaltint-normal: [object Object];
|
|
286
|
+
--md-color-theme-globaltint-selected: [object Object];
|
|
287
|
+
--md-color-theme-groupedbackground-primary-normal: [object Object];
|
|
288
|
+
--md-color-theme-groupedbackground-secondary-normal: [object Object];
|
|
289
|
+
--md-color-theme-groupedbackground-tertiary-normal: [object Object];
|
|
290
|
+
--md-color-theme-groupedbackground-quaternary-normal: [object Object];
|
|
291
|
+
--md-color-theme-teaching-background-normal: [object Object];
|
|
292
|
+
--md-color-theme-teaching-button-primary-normal: [object Object];
|
|
293
|
+
--md-color-theme-teaching-button-primary-hover: [object Object];
|
|
294
|
+
--md-color-theme-teaching-button-primary-pressed: [object Object];
|
|
295
|
+
--md-color-theme-teaching-button-primary-disabled: [object Object];
|
|
296
|
+
--md-color-theme-teaching-button-secondary-normal: [object Object];
|
|
297
|
+
--md-color-theme-teaching-button-secondary-hover: [object Object];
|
|
298
|
+
--md-color-theme-teaching-button-secondary-pressed: [object Object];
|
|
299
|
+
--md-color-theme-teaching-outline-button-normal: [object Object];
|
|
300
|
+
--md-color-theme-teaching-outline-normal: [object Object];
|
|
301
|
+
--md-color-theme-teaching-outline-disabled-normal: [object Object];
|
|
302
|
+
--md-color-theme-teaching-outline-theme: [object Object];
|
|
303
|
+
--md-color-theme-teaching-text-accent-normal: [object Object];
|
|
304
|
+
--md-color-theme-teaching-text-accent-hover: [object Object];
|
|
305
|
+
--md-color-theme-teaching-text-accent-disabled: [object Object];
|
|
306
|
+
--md-color-theme-teaching-text-primary-disabled: [object Object];
|
|
307
|
+
--md-color-theme-gradientdivider-error-normal-0: [object Object];
|
|
308
|
+
--md-color-theme-gradientdivider-error-normal-1: [object Object];
|
|
309
|
+
--md-color-theme-gradientdivider-error-hover-0: [object Object];
|
|
310
|
+
--md-color-theme-gradientdivider-error-hover-1: [object Object];
|
|
311
|
+
--md-color-theme-gradientdivider-warning-normal-0: [object Object];
|
|
312
|
+
--md-color-theme-gradientdivider-warning-normal-1: [object Object];
|
|
313
|
+
--md-color-theme-gradientdivider-warning-hover-0: [object Object];
|
|
314
|
+
--md-color-theme-gradientdivider-warning-hover-1: [object Object];
|
|
315
|
+
--md-color-theme-gradientdivider-announce-normal-0: [object Object];
|
|
316
|
+
--md-color-theme-gradientdivider-announce-normal-1: [object Object];
|
|
317
|
+
--md-color-theme-gradientdivider-announce-hover-0: [object Object];
|
|
318
|
+
--md-color-theme-gradientdivider-announce-hover-1: [object Object];
|
|
319
|
+
--md-color-theme-avatar-default: [object Object];
|
|
320
|
+
--md-color-theme-avatar-cobalt: [object Object];
|
|
321
|
+
--md-color-theme-avatar-cyan: [object Object];
|
|
322
|
+
--md-color-theme-avatar-gold: [object Object];
|
|
323
|
+
--md-color-theme-avatar-lime: [object Object];
|
|
324
|
+
--md-color-theme-avatar-mint: [object Object];
|
|
325
|
+
--md-color-theme-avatar-orange: [object Object];
|
|
326
|
+
--md-color-theme-avatar-pink: [object Object];
|
|
327
|
+
--md-color-theme-avatar-purple: [object Object];
|
|
328
|
+
--md-color-theme-avatar-slate: [object Object];
|
|
329
|
+
--md-color-theme-avatar-violet: [object Object];
|
|
330
|
+
--md-color-theme-avatar-yellow: [object Object];
|
|
331
|
+
--md-color-theme-gradation-primary: [object Object];
|
|
332
|
+
--md-color-theme-gradation-secondary: [object Object];
|
|
333
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 07 Dec 2022 18:37:42 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.md-theme-webex-light {
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
--md-color-theme-content-text-neutral-disabled: #00000066;
|
|
33
33
|
--md-color-theme-content-text-neutral-teams-default: #000000b3;
|
|
34
34
|
--md-color-theme-content-text-neutral-teams-active: #000000f2;
|
|
35
|
+
--md-color-theme-content-text-contrast-neutral-primary: #fffffff2;
|
|
36
|
+
--md-color-theme-content-text-contrast-neutral-secondary: #ffffffb3;
|
|
37
|
+
--md-color-theme-content-text-contrast-neutral-disabled: #ffffffcc;
|
|
35
38
|
--md-color-theme-content-text-positve-active: #0e2b20;
|
|
36
39
|
--md-color-theme-content-text-positve-hover: #0e2b20;
|
|
37
40
|
--md-color-theme-content-text-positve-default: #185e46;
|
|
@@ -75,6 +78,9 @@
|
|
|
75
78
|
--md-color-theme-content-btn-neutral-secondary-active-default: #00000033;
|
|
76
79
|
--md-color-theme-content-btn-neutral-secondary-active-hover: #00000033;
|
|
77
80
|
--md-color-theme-content-btn-neutral-secondary-active-pressed: #00000066;
|
|
81
|
+
--md-color-theme-content-btn-contrast-neutral-default: #ffffff;
|
|
82
|
+
--md-color-theme-content-btn-contrast-neutral-hover: #ededed;
|
|
83
|
+
--md-color-theme-content-btn-contrast-neutral-pressed: #dedede;
|
|
78
84
|
--md-color-theme-content-btn-positive-default: #1d805f;
|
|
79
85
|
--md-color-theme-content-btn-positive-hover: #185e46;
|
|
80
86
|
--md-color-theme-content-btn-positive-pressed: #134231;
|