ui-primitives 20.7.0 → 20.9.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.
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" fill="none"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 15C2 17.7614 4.23858 20 7 20H18C20.2091 20 22 18.2091 22 16C22 14.1257 20.7109 12.5525 18.9709 12.1187C18.9902 11.915 19 11.7087 19 11.5C19 7.91015 16.0899 5 12.5 5C9.40122 5 6.8089 7.16842 6.15766 10.0707C3.79733 10.4711 2 12.5256 2 15Z" fill="#000000"/>
3
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><rect width="16" height="16" fill="none"/>
2
+ <g clip-path="url(#clip0_123871_7838)">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.16106 13.9969C4.10765 13.999 4.05397 14.0001 4.00005 14.0001C1.79088 14.0001 0 12.2092 0 10C0 8.02048 1.43797 6.37677 3.32634 6.05649C3.84737 3.73472 5.92123 2 8.40026 2C11.2722 2 13.6003 4.32815 13.6003 7.20006C13.6003 7.36682 13.5925 7.53174 13.5771 7.69447C14.9692 8.04147 16.0007 9.3001 16.0007 10.7996C16.0007 12.567 14.568 13.9997 12.8006 13.9997C12.7556 13.9997 12.7108 13.9988 12.6662 13.9969H4.16106Z" fill="#000000"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_123871_7838">
7
+ <rect width="16" height="16" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-primitives",
3
- "version": "20.7.0",
3
+ "version": "20.9.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,