ui-primitives 20.7.0 → 20.8.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-primitives",
3
- "version": "20.7.0",
3
+ "version": "20.8.0",
4
4
  "description": "UI primitives for sharing between platforms in Design System Team projects",
5
5
  "keywords": [
6
6
  "design",
@@ -55,6 +55,14 @@
55
55
  "font_weight": 700,
56
56
  "font_family": "var(--font-family-system)"
57
57
  },
58
+ "accent_tagline": {
59
+ "font_size": 12,
60
+ "line_height": 16,
61
+ "font_weight": 700,
62
+ "letter_spacing": 1.25,
63
+ "text_transform": "uppercase",
64
+ "font_family": "var(--font-family-system)"
65
+ },
58
66
  "action_caps": {
59
67
  "font_size": 12,
60
68
  "line_height": 16,
@@ -111,6 +119,14 @@
111
119
  "font_weight": 500,
112
120
  "font_family": "var(--font-family-system)"
113
121
  },
122
+ "action_tagline": {
123
+ "font_size": 12,
124
+ "line_height": 16,
125
+ "font_weight": 700,
126
+ "letter_spacing": 1.25,
127
+ "text_transform": "uppercase",
128
+ "font_family": "var(--font-family-system)"
129
+ },
114
130
  "headline-mobile_large": {
115
131
  "font_size": 30,
116
132
  "line_height": 36,
@@ -317,6 +333,14 @@
317
333
  "font_weight": 400,
318
334
  "font_family": "var(--font-family-system)"
319
335
  },
336
+ "paragraph_tagline": {
337
+ "font_size": 12,
338
+ "line_height": 16,
339
+ "font_weight": 500,
340
+ "letter_spacing": 1.25,
341
+ "text_transform": "uppercase",
342
+ "font_family": "var(--font-family-system)"
343
+ },
320
344
  "promo-mobile_large": {
321
345
  "font_size": 30,
322
346
  "line_height": 36,