@momentum-design/tokens 0.0.56 → 0.0.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/core/complete.css +97 -98
- package/dist/css/theme/aaos/day-complete.css +14 -16
- package/dist/css/theme/aaos/night-complete.css +10 -12
- package/dist/css/theme/webex/dark-stable.css +96 -121
- package/dist/css/theme/webex/hc-dark-stable.css +145 -94
- package/dist/css/theme/webex/hc-light-stable.css +159 -108
- package/dist/css/theme/webex/light-stable.css +121 -148
- package/dist/ios/core/complete.swift +97 -98
- package/dist/ios/theme/aaos/day-complete.swift +14 -16
- package/dist/ios/theme/aaos/night-complete.swift +10 -12
- package/dist/ios/theme/webex/dark-stable.swift +77 -102
- package/dist/ios/theme/webex/hc-dark-stable.swift +145 -94
- package/dist/ios/theme/webex/hc-light-stable.swift +159 -108
- package/dist/ios/theme/webex/light-stable.swift +101 -128
- package/dist/json/core/complete.json +3150 -2380
- package/dist/json/theme/aaos/day-complete.json +273 -257
- package/dist/json/theme/aaos/night-complete.json +273 -257
- package/dist/json/theme/webex/dark-stable.json +6102 -6098
- package/dist/json/theme/webex/hc-dark-stable.json +6694 -3987
- package/dist/json/theme/webex/hc-light-stable.json +6601 -3890
- package/dist/json/theme/webex/light-stable.json +5990 -6043
- package/dist/json-minimal/core/complete.json +179 -148
- package/dist/json-minimal/theme/aaos/day-complete.json +13 -21
- package/dist/json-minimal/theme/aaos/night-complete.json +9 -17
- package/dist/json-minimal/theme/webex/dark-stable.json +173 -222
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +253 -132
- package/dist/json-minimal/theme/webex/hc-light-stable.json +268 -147
- package/dist/json-minimal/theme/webex/light-stable.json +205 -252
- package/dist/resources/core/complete.xml +97 -98
- package/dist/resources/theme/aaos/day-complete.xml +14 -16
- package/dist/resources/theme/aaos/night-complete.xml +10 -12
- package/dist/resources/theme/webex/dark-stable.xml +96 -121
- package/dist/resources/theme/webex/hc-dark-stable.xml +145 -94
- package/dist/resources/theme/webex/hc-light-stable.xml +159 -108
- package/dist/resources/theme/webex/light-stable.xml +121 -148
- package/dist/scss/core/complete.scss +97 -98
- package/dist/scss/theme/aaos/day-complete.scss +14 -16
- package/dist/scss/theme/aaos/night-complete.scss +10 -12
- package/dist/scss/theme/webex/dark-stable.scss +97 -122
- package/dist/scss/theme/webex/hc-dark-stable.scss +145 -94
- package/dist/scss/theme/webex/hc-light-stable.scss +159 -108
- package/dist/scss/theme/webex/light-stable.scss +122 -149
- package/package.json +1 -1
- package/dist/css/theme/webex/common-stable.css +0 -81
- package/dist/css/theme/webex/dark-complete.css +0 -298
- package/dist/css/theme/webex/light-complete.css +0 -295
- package/dist/ios/theme/webex/common-stable.swift +0 -87
- package/dist/ios/theme/webex/dark-complete.swift +0 -304
- package/dist/ios/theme/webex/light-complete.swift +0 -301
- package/dist/json/theme/webex/common-stable.json +0 -2168
- package/dist/json/theme/webex/dark-complete.json +0 -8500
- package/dist/json/theme/webex/light-complete.json +0 -8395
- package/dist/json-minimal/theme/webex/common-stable.json +0 -162
- package/dist/json-minimal/theme/webex/dark-complete.json +0 -635
- package/dist/json-minimal/theme/webex/light-complete.json +0 -632
- package/dist/resources/theme/webex/common-stable.xml +0 -83
- package/dist/resources/theme/webex/dark-complete.xml +0 -300
- package/dist/resources/theme/webex/light-complete.xml +0 -297
- package/dist/scss/theme/webex/common-stable.scss +0 -78
- package/dist/scss/theme/webex/dark-complete.scss +0 -295
- package/dist/scss/theme/webex/light-complete.scss +0 -292
|
@@ -1,162 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"color": {
|
|
3
|
-
"theme": {
|
|
4
|
-
"common": {
|
|
5
|
-
"text": {
|
|
6
|
-
"white": "#fffffff2",
|
|
7
|
-
"gray": "#ffffffb3",
|
|
8
|
-
"black": "#000000f2",
|
|
9
|
-
"disabled": "#ffffff66",
|
|
10
|
-
"success": {
|
|
11
|
-
"normal": "#3cc29a",
|
|
12
|
-
"hover": "#9fedd8"
|
|
13
|
-
},
|
|
14
|
-
"error": {
|
|
15
|
-
"normal": "#fc8b98",
|
|
16
|
-
"hover": "#ffd4da"
|
|
17
|
-
},
|
|
18
|
-
"warning": {
|
|
19
|
-
"normal": "#f2990a"
|
|
20
|
-
},
|
|
21
|
-
"secondary-light": "#ffffffb3",
|
|
22
|
-
"secondary-dark": "#00000099"
|
|
23
|
-
},
|
|
24
|
-
"overlay": {
|
|
25
|
-
"primary": {
|
|
26
|
-
"normal": "#000000e6"
|
|
27
|
-
},
|
|
28
|
-
"secondary": {
|
|
29
|
-
"normal": "#00000066"
|
|
30
|
-
},
|
|
31
|
-
"meeting": {
|
|
32
|
-
"normal": "linear-gradient(180deg, #000000cc 0%, #0000004d 50.23%, #00000000 100%)"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
"button": {
|
|
36
|
-
"primary": {
|
|
37
|
-
"normal": "#fffffff2",
|
|
38
|
-
"hover": "#ffffffcc",
|
|
39
|
-
"pressed": "#ffffffb3",
|
|
40
|
-
"disabled": "#ffffff33"
|
|
41
|
-
},
|
|
42
|
-
"secondary": {
|
|
43
|
-
"normal": "#ffffff00",
|
|
44
|
-
"hover": "#ffffff12",
|
|
45
|
-
"disabled": "#ffffff00",
|
|
46
|
-
"active": {
|
|
47
|
-
"normal": "#ffffff33",
|
|
48
|
-
"hover": "#ffffff4d",
|
|
49
|
-
"pressed": "#ffffff66"
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
"secondary-dark": {
|
|
53
|
-
"normal": "#00000000",
|
|
54
|
-
"hover": "#00000012",
|
|
55
|
-
"pressed": "#00000033",
|
|
56
|
-
"disabled": "#00000000"
|
|
57
|
-
},
|
|
58
|
-
"join-animated-gradient": {
|
|
59
|
-
"normal": {
|
|
60
|
-
"0": "#30c9b0",
|
|
61
|
-
"1": "#64b4fa"
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
"promotion": {
|
|
65
|
-
"normal": "linear-gradient(46deg, #932099 -0.03%, #a12a3a 99.99%)",
|
|
66
|
-
"hover": "linear-gradient(46deg, #601e66 -0.04%, #66262d 99.97%)",
|
|
67
|
-
"active": "linear-gradient(46deg, #3b1840 -0.05%, #3b1e21 99.96%)"
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
"outline": {
|
|
71
|
-
"button": {
|
|
72
|
-
"normal": "#ffffff4d"
|
|
73
|
-
},
|
|
74
|
-
"primary": {
|
|
75
|
-
"normal": "#ffffff66"
|
|
76
|
-
},
|
|
77
|
-
"input": {
|
|
78
|
-
"normal": "#ffffff80"
|
|
79
|
-
},
|
|
80
|
-
"disabled": {
|
|
81
|
-
"normal": "#ffffff33"
|
|
82
|
-
},
|
|
83
|
-
"closed-caption": {
|
|
84
|
-
"secondary": {
|
|
85
|
-
"light": "#ffffff33",
|
|
86
|
-
"dark": "#00000033"
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"control": {
|
|
91
|
-
"inactive": {
|
|
92
|
-
"normal": "#00000033"
|
|
93
|
-
},
|
|
94
|
-
"shareContent": {
|
|
95
|
-
"active": "#C94403",
|
|
96
|
-
"inactive": "#707070",
|
|
97
|
-
"selected": "#3cc29a"
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
"background": {
|
|
101
|
-
"solid": {
|
|
102
|
-
"secondary-dark": "#1a1a1a",
|
|
103
|
-
"primary-light": "#ffffff"
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
"touchbar": {
|
|
107
|
-
"background": {
|
|
108
|
-
"blue": {
|
|
109
|
-
"normal": "#1170cf",
|
|
110
|
-
"pressed": "#063a75"
|
|
111
|
-
},
|
|
112
|
-
"pink": {
|
|
113
|
-
"normal": "#d43b52",
|
|
114
|
-
"pressed": "#66262d"
|
|
115
|
-
},
|
|
116
|
-
"mint": {
|
|
117
|
-
"normal": "#148579",
|
|
118
|
-
"pressed": "#12423f"
|
|
119
|
-
},
|
|
120
|
-
"purple": {
|
|
121
|
-
"normal": "#c233c4",
|
|
122
|
-
"pressed": "#601e66"
|
|
123
|
-
},
|
|
124
|
-
"violet": {
|
|
125
|
-
"normal": "#875ae0",
|
|
126
|
-
"pressed": "#432c78"
|
|
127
|
-
},
|
|
128
|
-
"orange": {
|
|
129
|
-
"normal": "#C94403",
|
|
130
|
-
"pressed": "#682601"
|
|
131
|
-
},
|
|
132
|
-
"green": {
|
|
133
|
-
"normal": "#1d805f",
|
|
134
|
-
"pressed": "#134231"
|
|
135
|
-
},
|
|
136
|
-
"red": {
|
|
137
|
-
"normal": "#db1f2e",
|
|
138
|
-
"pressed": "#780d13"
|
|
139
|
-
},
|
|
140
|
-
"transparent": "#00000000"
|
|
141
|
-
},
|
|
142
|
-
"icon": {
|
|
143
|
-
"stable": "#27a17a",
|
|
144
|
-
"attention": "#fc8b98",
|
|
145
|
-
"secure": "#64b4fa"
|
|
146
|
-
}
|
|
147
|
-
},
|
|
148
|
-
"content": {
|
|
149
|
-
"doc": "#4285f4",
|
|
150
|
-
"excel": "#00893E",
|
|
151
|
-
"keynote": "#029CFB",
|
|
152
|
-
"onenote": "#B839DB",
|
|
153
|
-
"pdf": "#EE0507",
|
|
154
|
-
"powerpoint": "#D93E17",
|
|
155
|
-
"sheets": "#F4B400",
|
|
156
|
-
"slides": "#0F9D58",
|
|
157
|
-
"word": "#0078D6"
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
}
|