@momentum-design/tokens 0.0.95 → 0.1.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.
Files changed (39) 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/dark-stable.css +1 -1
  5. package/dist/css/theme/webex/hc-dark-stable.css +1 -1
  6. package/dist/css/theme/webex/hc-light-stable.css +1 -1
  7. package/dist/css/theme/webex/light-stable.css +1 -1
  8. package/dist/css/typography/complete.css +210 -0
  9. package/dist/ios/core/complete.swift +1 -1
  10. package/dist/ios/theme/aaos/day-complete.swift +1 -1
  11. package/dist/ios/theme/aaos/night-complete.swift +1 -1
  12. package/dist/ios/theme/webex/dark-stable.swift +1 -1
  13. package/dist/ios/theme/webex/hc-dark-stable.swift +1 -1
  14. package/dist/ios/theme/webex/hc-light-stable.swift +1 -1
  15. package/dist/ios/theme/webex/light-stable.swift +1 -1
  16. package/dist/ios/typography/complete.swift +216 -0
  17. package/dist/json/theme/webex/dark-stable.json +0 -250
  18. package/dist/json/theme/webex/hc-dark-stable.json +0 -250
  19. package/dist/json/theme/webex/hc-light-stable.json +0 -250
  20. package/dist/json/theme/webex/light-stable.json +0 -220
  21. package/dist/json/typography/complete.json +5275 -0
  22. package/dist/json-minimal/typography/complete.json +313 -0
  23. package/dist/resources/core/complete.xml +1 -1
  24. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  25. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  26. package/dist/resources/theme/webex/dark-stable.xml +1 -1
  27. package/dist/resources/theme/webex/hc-dark-stable.xml +1 -1
  28. package/dist/resources/theme/webex/hc-light-stable.xml +1 -1
  29. package/dist/resources/theme/webex/light-stable.xml +1 -1
  30. package/dist/resources/typography/complete.xml +212 -0
  31. package/dist/scss/core/complete.scss +1 -1
  32. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  33. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  34. package/dist/scss/theme/webex/dark-stable.scss +1 -1
  35. package/dist/scss/theme/webex/hc-dark-stable.scss +1 -1
  36. package/dist/scss/theme/webex/hc-light-stable.scss +1 -1
  37. package/dist/scss/theme/webex/light-stable.scss +1 -1
  38. package/dist/scss/typography/complete.scss +207 -0
  39. package/package.json +3 -2
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 30 Sep 2024 10:04:45 GMT
3
+ // Generated on Wed, 09 Oct 2024 08:57:02 GMT
4
4
 
5
5
  $mds-color-theme-text-primary-normal: #000000;
6
6
  $mds-color-theme-text-primary-disabled: #600000;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 30 Sep 2024 10:04:45 GMT
3
+ // Generated on Wed, 09 Oct 2024 08:57:01 GMT
4
4
 
5
5
  $mds-color-theme-text-primary-normal: #000000f2;
6
6
  $mds-color-theme-text-primary-disabled: #00000066;
@@ -0,0 +1,207 @@
1
+
2
+ // Do not edit directly
3
+ // Generated on Wed, 09 Oct 2024 08:57:04 GMT
4
+
5
+ $mds-font-lineheight-base: 16px;
6
+ $mds-font-lineheight-body-small: 16px;
7
+ $mds-font-lineheight-body-midsize: 20px;
8
+ $mds-font-lineheight-body-large: 24px;
9
+ $mds-font-lineheight-heading-small: 28px;
10
+ $mds-font-lineheight-heading-midsize: 32px;
11
+ $mds-font-lineheight-heading-large: 40px;
12
+ $mds-font-lineheight-heading-xlarge: 52px;
13
+ $mds-font-lineheight-headline-small: 64px;
14
+ $mds-font-family-primary: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
15
+ $mds-font-weight-light: 300;
16
+ $mds-font-weight-regular: 400;
17
+ $mds-font-weight-medium: 500;
18
+ $mds-font-weight-bold: 700;
19
+ $mds-font-size-base: 16px;
20
+ $mds-font-size-body-small: 12px;
21
+ $mds-font-size-body-midsize: 14px;
22
+ $mds-font-size-body-large: 16px;
23
+ $mds-font-size-heading-small: 20px;
24
+ $mds-font-size-heading-midsize: 24px;
25
+ $mds-font-size-heading-large: 32px;
26
+ $mds-font-size-heading-xlarge: 40px;
27
+ $mds-font-size-headline-small: 52px;
28
+ $mds-font-text-transform-none: none;
29
+ $mds-font-text-transform-uppercase: uppercase;
30
+ $mds-font-text-transform-lowercase: lowercase;
31
+ $mds-font-text-transform-titlecase: titlecase;
32
+ $mds-font-decoration-underline: underline;
33
+ $mds-font-decoration-none: none;
34
+ $mds-font-apps-body-small-regular-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
35
+ $mds-font-apps-body-small-regular-font-weight: 400;
36
+ $mds-font-apps-body-small-regular-line-height: 16px;
37
+ $mds-font-apps-body-small-regular-font-size: 12px;
38
+ $mds-font-apps-body-small-regular-text-case: none;
39
+ $mds-font-apps-body-small-regular-text-decoration: none;
40
+ $mds-font-apps-body-small-regular-underline-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
41
+ $mds-font-apps-body-small-regular-underline-font-weight: 400;
42
+ $mds-font-apps-body-small-regular-underline-line-height: 16px;
43
+ $mds-font-apps-body-small-regular-underline-font-size: 12px;
44
+ $mds-font-apps-body-small-regular-underline-text-case: none;
45
+ $mds-font-apps-body-small-regular-underline-text-decoration: underline;
46
+ $mds-font-apps-body-small-medium-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
47
+ $mds-font-apps-body-small-medium-font-weight: 500;
48
+ $mds-font-apps-body-small-medium-line-height: 16px;
49
+ $mds-font-apps-body-small-medium-font-size: 12px;
50
+ $mds-font-apps-body-small-medium-text-case: none;
51
+ $mds-font-apps-body-small-medium-text-decoration: none;
52
+ $mds-font-apps-body-small-medium-underline-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
53
+ $mds-font-apps-body-small-medium-underline-font-weight: 500;
54
+ $mds-font-apps-body-small-medium-underline-line-height: 16px;
55
+ $mds-font-apps-body-small-medium-underline-font-size: 12px;
56
+ $mds-font-apps-body-small-medium-underline-text-case: none;
57
+ $mds-font-apps-body-small-medium-underline-text-decoration: underline;
58
+ $mds-font-apps-body-small-bold-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
59
+ $mds-font-apps-body-small-bold-font-weight: 700;
60
+ $mds-font-apps-body-small-bold-line-height: 16px;
61
+ $mds-font-apps-body-small-bold-font-size: 12px;
62
+ $mds-font-apps-body-small-bold-text-case: none;
63
+ $mds-font-apps-body-small-bold-text-decoration: none;
64
+ $mds-font-apps-body-midsize-regular-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
65
+ $mds-font-apps-body-midsize-regular-font-weight: 400;
66
+ $mds-font-apps-body-midsize-regular-line-height: 20px;
67
+ $mds-font-apps-body-midsize-regular-font-size: 14px;
68
+ $mds-font-apps-body-midsize-regular-text-case: none;
69
+ $mds-font-apps-body-midsize-regular-text-decoration: none;
70
+ $mds-font-apps-body-midsize-regular-underline-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
71
+ $mds-font-apps-body-midsize-regular-underline-font-weight: 400;
72
+ $mds-font-apps-body-midsize-regular-underline-line-height: 20px;
73
+ $mds-font-apps-body-midsize-regular-underline-font-size: 14px;
74
+ $mds-font-apps-body-midsize-regular-underline-text-case: none;
75
+ $mds-font-apps-body-midsize-regular-underline-text-decoration: underline;
76
+ $mds-font-apps-body-midsize-medium-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
77
+ $mds-font-apps-body-midsize-medium-font-weight: 500;
78
+ $mds-font-apps-body-midsize-medium-line-height: 20px;
79
+ $mds-font-apps-body-midsize-medium-font-size: 14px;
80
+ $mds-font-apps-body-midsize-medium-text-case: none;
81
+ $mds-font-apps-body-midsize-medium-text-decoration: none;
82
+ $mds-font-apps-body-midsize-medium-underline-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
83
+ $mds-font-apps-body-midsize-medium-underline-font-weight: 500;
84
+ $mds-font-apps-body-midsize-medium-underline-line-height: 20px;
85
+ $mds-font-apps-body-midsize-medium-underline-font-size: 14px;
86
+ $mds-font-apps-body-midsize-medium-underline-text-case: none;
87
+ $mds-font-apps-body-midsize-medium-underline-text-decoration: underline;
88
+ $mds-font-apps-body-midsize-bold-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
89
+ $mds-font-apps-body-midsize-bold-font-weight: 700;
90
+ $mds-font-apps-body-midsize-bold-line-height: 20px;
91
+ $mds-font-apps-body-midsize-bold-font-size: 14px;
92
+ $mds-font-apps-body-midsize-bold-text-case: none;
93
+ $mds-font-apps-body-midsize-bold-text-decoration: none;
94
+ $mds-font-apps-body-large-regular-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
95
+ $mds-font-apps-body-large-regular-font-weight: 400;
96
+ $mds-font-apps-body-large-regular-line-height: 24px;
97
+ $mds-font-apps-body-large-regular-font-size: 16px;
98
+ $mds-font-apps-body-large-regular-text-case: none;
99
+ $mds-font-apps-body-large-regular-text-decoration: none;
100
+ $mds-font-apps-body-large-regular-underline-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
101
+ $mds-font-apps-body-large-regular-underline-font-weight: 400;
102
+ $mds-font-apps-body-large-regular-underline-line-height: 24px;
103
+ $mds-font-apps-body-large-regular-underline-font-size: 16px;
104
+ $mds-font-apps-body-large-regular-underline-text-case: none;
105
+ $mds-font-apps-body-large-regular-underline-text-decoration: underline;
106
+ $mds-font-apps-body-large-medium-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
107
+ $mds-font-apps-body-large-medium-font-weight: 500;
108
+ $mds-font-apps-body-large-medium-line-height: 24px;
109
+ $mds-font-apps-body-large-medium-font-size: 16px;
110
+ $mds-font-apps-body-large-medium-text-case: none;
111
+ $mds-font-apps-body-large-medium-text-decoration: none;
112
+ $mds-font-apps-body-large-medium-underline-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
113
+ $mds-font-apps-body-large-medium-underline-font-weight: 500;
114
+ $mds-font-apps-body-large-medium-underline-line-height: 24px;
115
+ $mds-font-apps-body-large-medium-underline-font-size: 16px;
116
+ $mds-font-apps-body-large-medium-underline-text-case: none;
117
+ $mds-font-apps-body-large-medium-underline-text-decoration: underline;
118
+ $mds-font-apps-body-large-bold-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
119
+ $mds-font-apps-body-large-bold-font-weight: 700;
120
+ $mds-font-apps-body-large-bold-line-height: 24px;
121
+ $mds-font-apps-body-large-bold-font-size: 16px;
122
+ $mds-font-apps-body-large-bold-text-case: none;
123
+ $mds-font-apps-body-large-bold-text-decoration: none;
124
+ $mds-font-apps-heading-small-regular-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
125
+ $mds-font-apps-heading-small-regular-font-weight: 400;
126
+ $mds-font-apps-heading-small-regular-line-height: 28px;
127
+ $mds-font-apps-heading-small-regular-font-size: 20px;
128
+ $mds-font-apps-heading-small-regular-text-case: none;
129
+ $mds-font-apps-heading-small-regular-text-decoration: none;
130
+ $mds-font-apps-heading-small-medium-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
131
+ $mds-font-apps-heading-small-medium-font-weight: 500;
132
+ $mds-font-apps-heading-small-medium-line-height: 28px;
133
+ $mds-font-apps-heading-small-medium-font-size: 20px;
134
+ $mds-font-apps-heading-small-medium-text-case: none;
135
+ $mds-font-apps-heading-small-medium-text-decoration: none;
136
+ $mds-font-apps-heading-small-bold-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
137
+ $mds-font-apps-heading-small-bold-font-weight: 700;
138
+ $mds-font-apps-heading-small-bold-line-height: 28px;
139
+ $mds-font-apps-heading-small-bold-font-size: 20px;
140
+ $mds-font-apps-heading-small-bold-text-case: none;
141
+ $mds-font-apps-heading-small-bold-text-decoration: none;
142
+ $mds-font-apps-heading-midsize-regular-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
143
+ $mds-font-apps-heading-midsize-regular-font-weight: 400;
144
+ $mds-font-apps-heading-midsize-regular-line-height: 32px;
145
+ $mds-font-apps-heading-midsize-regular-font-size: 24px;
146
+ $mds-font-apps-heading-midsize-regular-text-case: none;
147
+ $mds-font-apps-heading-midsize-regular-text-decoration: none;
148
+ $mds-font-apps-heading-midsize-medium-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
149
+ $mds-font-apps-heading-midsize-medium-font-weight: 500;
150
+ $mds-font-apps-heading-midsize-medium-line-height: 32px;
151
+ $mds-font-apps-heading-midsize-medium-font-size: 24px;
152
+ $mds-font-apps-heading-midsize-medium-text-case: none;
153
+ $mds-font-apps-heading-midsize-medium-text-decoration: none;
154
+ $mds-font-apps-heading-midsize-bold-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
155
+ $mds-font-apps-heading-midsize-bold-font-weight: 700;
156
+ $mds-font-apps-heading-midsize-bold-line-height: 32px;
157
+ $mds-font-apps-heading-midsize-bold-font-size: 24px;
158
+ $mds-font-apps-heading-midsize-bold-text-case: none;
159
+ $mds-font-apps-heading-midsize-bold-text-decoration: none;
160
+ $mds-font-apps-heading-large-regular-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
161
+ $mds-font-apps-heading-large-regular-font-weight: 400;
162
+ $mds-font-apps-heading-large-regular-line-height: 40px;
163
+ $mds-font-apps-heading-large-regular-font-size: 32px;
164
+ $mds-font-apps-heading-large-regular-text-case: none;
165
+ $mds-font-apps-heading-large-regular-text-decoration: none;
166
+ $mds-font-apps-heading-large-medium-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
167
+ $mds-font-apps-heading-large-medium-font-weight: 500;
168
+ $mds-font-apps-heading-large-medium-line-height: 40px;
169
+ $mds-font-apps-heading-large-medium-font-size: 32px;
170
+ $mds-font-apps-heading-large-medium-text-case: none;
171
+ $mds-font-apps-heading-large-medium-text-decoration: none;
172
+ $mds-font-apps-heading-large-bold-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
173
+ $mds-font-apps-heading-large-bold-font-weight: 700;
174
+ $mds-font-apps-heading-large-bold-line-height: 40px;
175
+ $mds-font-apps-heading-large-bold-font-size: 32px;
176
+ $mds-font-apps-heading-large-bold-text-case: none;
177
+ $mds-font-apps-heading-large-bold-text-decoration: none;
178
+ $mds-font-apps-heading-xlarge-regular-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
179
+ $mds-font-apps-heading-xlarge-regular-font-weight: 400;
180
+ $mds-font-apps-heading-xlarge-regular-line-height: 52px;
181
+ $mds-font-apps-heading-xlarge-regular-font-size: 40px;
182
+ $mds-font-apps-heading-xlarge-regular-text-case: none;
183
+ $mds-font-apps-heading-xlarge-regular-text-decoration: none;
184
+ $mds-font-apps-heading-xlarge-medium-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
185
+ $mds-font-apps-heading-xlarge-medium-font-weight: 500;
186
+ $mds-font-apps-heading-xlarge-medium-line-height: 52px;
187
+ $mds-font-apps-heading-xlarge-medium-font-size: 40px;
188
+ $mds-font-apps-heading-xlarge-medium-text-case: none;
189
+ $mds-font-apps-heading-xlarge-medium-text-decoration: none;
190
+ $mds-font-apps-heading-xlarge-bold-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
191
+ $mds-font-apps-heading-xlarge-bold-font-weight: 700;
192
+ $mds-font-apps-heading-xlarge-bold-line-height: 52px;
193
+ $mds-font-apps-heading-xlarge-bold-font-size: 40px;
194
+ $mds-font-apps-heading-xlarge-bold-text-case: none;
195
+ $mds-font-apps-heading-xlarge-bold-text-decoration: none;
196
+ $mds-font-apps-headline-small-light-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
197
+ $mds-font-apps-headline-small-light-font-weight: 300;
198
+ $mds-font-apps-headline-small-light-font-size: 52px;
199
+ $mds-font-apps-headline-small-light-line-height: 64px;
200
+ $mds-font-apps-headline-small-light-text-decoration: none;
201
+ $mds-font-apps-headline-small-light-text-case: none;
202
+ $mds-font-apps-headline-small-regular-font-family: Momentum, Inter, Arial, Helvetica Neue, Helvetica, sans-serif;
203
+ $mds-font-apps-headline-small-regular-font-weight: 400;
204
+ $mds-font-apps-headline-small-regular-font-size: 52px;
205
+ $mds-font-apps-headline-small-regular-line-height: 64px;
206
+ $mds-font-apps-headline-small-regular-text-decoration: none;
207
+ $mds-font-apps-headline-small-regular-text-case: none;
package/package.json CHANGED
@@ -8,8 +8,9 @@
8
8
  "analyze": "yarn analyze:prebuild && yarn analyze:postbuild",
9
9
  "analyze:postbuild": "echo \"script 'analyze:postbuild' has not been implemented\"",
10
10
  "analyze:prebuild": "echo \"script 'analyze:prebuild' has not been implemented\"",
11
- "build": "yarn build:core",
11
+ "build": "yarn build:core && yarn build:typography",
12
12
  "build:core": "md-token-builder --config ./config/tokens/core.json --input ./src --output ./dist",
13
+ "build:typography": "md-token-builder --config ./config/tokens/typography.json --input ./src --output ./dist",
13
14
  "clean": "yarn clean:dist",
14
15
  "clean:dist": "rimraf ./dist",
15
16
  "prepublishOnly": "yarn clean && yarn build",
@@ -28,5 +29,5 @@
28
29
  "rimraf": "^6.0.1",
29
30
  "ts-jest": "^29.2.4"
30
31
  },
31
- "version": "0.0.95"
32
+ "version": "0.1.1"
32
33
  }