ui-primitives 28.5.0 → 28.7.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,5 @@
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="M20 19C20 20.1046 19.1046 21 18 21H10.1631C10.7983 18.8274 12.6271 17.1318 15.0967 17.1318H17.8848V15.1914C17.8848 14.8542 18.2775 14.6695 18.5371 14.8848L19.999 16.0967V13.2471L19.9316 13.1914C18.3265 11.861 15.9028 12.9878 15.874 15.0615H15.0264C11.5 15.0615 8.5 18 8 21H6C4.89543 21 4 20.1046 4 19V9H20V19ZM9 12H15V10.5H9V12Z" fill="#000000"/>
3
+ <path d="M19 3C20.1046 3 21 3.89543 21 5V7H3V5C3 3.89543 3.89543 3 5 3H19Z" fill="#000000"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M23.2865 18.8213C23.5163 18.9796 23.5163 19.3004 23.2865 19.4587L18.537 23.3672C18.2771 23.5811 17.8856 23.3962 17.8856 23.0597V21.115C17.5533 21.115 17.2148 21.1094 16.8731 21.1038C14.5539 21.0656 12.0805 21.0248 10.3173 22.7083H9.91895C9.91895 19.7859 12.0066 17.1318 15.0967 17.1318H17.8848V15.1914C17.8848 14.8542 18.2785 14.6692 18.5381 14.8844L23.2865 18.8213Z" fill="#000000"/>
5
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-primitives",
3
- "version": "28.5.0",
3
+ "version": "28.7.0",
4
4
  "description": "UI primitives for sharing between platforms in Design System Team projects",
5
5
  "keywords": [
6
6
  "design",
@@ -1,4 +1,18 @@
1
1
  {
2
+ "dark_promo_classic": {
3
+ "rgba": "rgba(42, 44, 47, 1)",
4
+ "hex": "#2a2c2f",
5
+ "figma": "promo/classic",
6
+ "web": "--color-dark-promo-classic",
7
+ "alias": "promoColorClassic"
8
+ },
9
+ "dark_promo_muted_gravel": {
10
+ "rgba": "rgba(53, 53, 57, 1)",
11
+ "hex": "#353539",
12
+ "figma": "promo-muted/gravel",
13
+ "web": "--color-dark-promo-muted-gravel",
14
+ "alias": "promoMutedColorGravel"
15
+ },
2
16
  "dark_promo_muted_menthol": {
3
17
  "rgba": "rgba(27, 40, 22, 1)",
4
18
  "hex": "#1b2816",
@@ -20,6 +34,20 @@
20
34
  "web": "--color-dark-promo-muted-tomato",
21
35
  "alias": "promoMutedColorTomato"
22
36
  },
37
+ "light_promo_classic": {
38
+ "rgba": "rgba(0, 0, 0, 1)",
39
+ "hex": "#000000",
40
+ "figma": "promo/classic",
41
+ "web": "--color-light-promo-classic",
42
+ "alias": "promoColorClassic"
43
+ },
44
+ "light_promo_muted_gravel": {
45
+ "rgba": "rgba(42, 44, 47, 1)",
46
+ "hex": "#2a2c2f",
47
+ "figma": "promo-muted/gravel",
48
+ "web": "--color-light-promo-muted-gravel",
49
+ "alias": "promoMutedColorGravel"
50
+ },
23
51
  "light_promo_muted_menthol": {
24
52
  "rgba": "rgba(234, 250, 226, 1)",
25
53
  "hex": "#eafae2",
@@ -48,6 +76,13 @@
48
76
  "web": "--color-static-promo-chardonnay",
49
77
  "alias": "staticPromoColorChardonnay"
50
78
  },
79
+ "static_promo_classic": {
80
+ "rgba": "rgba(0, 0, 0, 1)",
81
+ "hex": "#000000",
82
+ "figma": "promo/classic",
83
+ "web": "--color-static-promo-classic",
84
+ "alias": "staticPromoColorClassic"
85
+ },
51
86
  "static_promo_conclave": {
52
87
  "rgba": "rgba(179, 204, 255, 1)",
53
88
  "hex": "#b3ccff",