@momentum-design/tokens 0.0.29 → 0.0.31

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 (31) hide show
  1. package/dist/css/core/complete.css +1 -1
  2. package/dist/css/theme/webex/common-stable.css +66 -0
  3. package/dist/css/theme/webex/dark-complete.css +1 -1
  4. package/dist/css/theme/webex/dark-stable.css +333 -0
  5. package/dist/css/theme/webex/light-complete.css +1 -1
  6. package/dist/css/theme/webex/light-stable.css +337 -0
  7. package/dist/ios/core/complete.swift +1 -1
  8. package/dist/ios/theme/webex/common-stable.swift +72 -0
  9. package/dist/ios/theme/webex/dark-complete.swift +1 -1
  10. package/dist/ios/theme/webex/dark-stable.swift +339 -0
  11. package/dist/ios/theme/webex/light-complete.swift +1 -1
  12. package/dist/ios/theme/webex/light-stable.swift +343 -0
  13. package/dist/json/theme/webex/common-stable.json +1745 -0
  14. package/dist/json/theme/webex/dark-stable.json +9304 -0
  15. package/dist/json/theme/webex/light-stable.json +9416 -0
  16. package/dist/json-minimal/theme/webex/common-stable.json +137 -0
  17. package/dist/json-minimal/theme/webex/dark-stable.json +666 -0
  18. package/dist/json-minimal/theme/webex/light-stable.json +674 -0
  19. package/dist/resources/core/complete.xml +1 -1
  20. package/dist/resources/theme/webex/common-stable.xml +68 -0
  21. package/dist/resources/theme/webex/dark-complete.xml +1 -1
  22. package/dist/resources/theme/webex/dark-stable.xml +335 -0
  23. package/dist/resources/theme/webex/light-complete.xml +1 -1
  24. package/dist/resources/theme/webex/light-stable.xml +339 -0
  25. package/dist/scss/core/complete.scss +1 -1
  26. package/dist/scss/theme/webex/common-stable.scss +63 -0
  27. package/dist/scss/theme/webex/dark-complete.scss +1 -1
  28. package/dist/scss/theme/webex/dark-stable.scss +330 -0
  29. package/dist/scss/theme/webex/light-complete.scss +1 -1
  30. package/dist/scss/theme/webex/light-stable.scss +334 -0
  31. package/package.json +1 -1
@@ -0,0 +1,137 @@
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
+ },
32
+ "button": {
33
+ "primary": {
34
+ "normal": "#fffffff2",
35
+ "hover": "#ffffffcc",
36
+ "pressed": "#ffffffb3",
37
+ "disabled": "#ffffff33"
38
+ },
39
+ "secondary": {
40
+ "normal": "#ffffff00",
41
+ "hover": "#ffffff12",
42
+ "disabled": "#ffffff00",
43
+ "active": {
44
+ "normal": "#ffffff33",
45
+ "hover": "#ffffff4d",
46
+ "pressed": "#ffffff66"
47
+ }
48
+ },
49
+ "secondary-dark": {
50
+ "normal": "#00000000",
51
+ "hover": "#00000012",
52
+ "pressed": "#00000033",
53
+ "disabled": "#00000000"
54
+ }
55
+ },
56
+ "outline": {
57
+ "button": {
58
+ "normal": "#ffffff4d"
59
+ },
60
+ "primary": {
61
+ "normal": "#ffffff66"
62
+ },
63
+ "input": {
64
+ "normal": "#ffffff80"
65
+ },
66
+ "disabled": {
67
+ "normal": "#ffffff33"
68
+ },
69
+ "closed-caption": {
70
+ "secondary": {
71
+ "light": "#ffffff33",
72
+ "dark": "#00000033"
73
+ }
74
+ }
75
+ },
76
+ "control": {
77
+ "inactive": {
78
+ "normal": "#00000033"
79
+ },
80
+ "shareContent": {
81
+ "active": "#C74F0E",
82
+ "inactive": "#707070",
83
+ "selected": "#3cc29a"
84
+ }
85
+ },
86
+ "background": {
87
+ "solid": {
88
+ "secondary-dark": "#1a1a1a",
89
+ "primary-light": "#ffffff"
90
+ }
91
+ },
92
+ "touchbar": {
93
+ "background": {
94
+ "blue": {
95
+ "normal": "#1170cf",
96
+ "pressed": "#063a75"
97
+ },
98
+ "pink": {
99
+ "normal": "#d43b52",
100
+ "pressed": "#66262d"
101
+ },
102
+ "mint": {
103
+ "normal": "#148579",
104
+ "pressed": "#12423f"
105
+ },
106
+ "purple": {
107
+ "normal": "#c233c4",
108
+ "pressed": "#601e66"
109
+ },
110
+ "violet": {
111
+ "normal": "#875ae0",
112
+ "pressed": "#432c78"
113
+ },
114
+ "orange": {
115
+ "normal": "#C74F0E",
116
+ "pressed": "#59311E"
117
+ },
118
+ "green": {
119
+ "normal": "#1d805f",
120
+ "pressed": "#134231"
121
+ },
122
+ "red": {
123
+ "normal": "#db1f2e",
124
+ "pressed": "#780d13"
125
+ },
126
+ "transparent": "#00000000"
127
+ },
128
+ "icon": {
129
+ "stable": "#27a17a",
130
+ "attention": "#fc8b98",
131
+ "secure": "#64b4fa"
132
+ }
133
+ }
134
+ }
135
+ }
136
+ }
137
+ }