ui-primitives 22.5.0 → 22.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.
@@ -1,3 +1,3 @@
1
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 d="M17.2879 11.5C17.2879 15.6421 13.8656 19 9.64397 19C5.42231 19 2 15.6421 2 11.5C2 7.35786 5.42231 4 9.64397 4C13.8656 4 17.2879 7.35786 17.2879 11.5ZM15.5611 4.27952C13.1142 4.83675 11.8899 8.49584 12.8257 12.4516C13.7614 16.4074 16.5033 19.1637 18.9502 18.6065C21.3971 18.0493 22.6215 14.3911 21.6857 10.4344C20.749 6.47769 18.0071 3.72229 15.5611 4.27952Z" fill="#000000"/>
2
+ <path d="M17.2879 12C17.2879 16.1421 13.8656 19.5 9.64397 19.5C5.42231 19.5 2 16.1421 2 12C2 7.85786 5.42231 4.5 9.64397 4.5C13.8656 4.5 17.2879 7.85786 17.2879 12ZM15.5611 4.77952C13.1142 5.33675 11.8899 8.99584 12.8257 12.9516C13.7614 16.9074 16.5034 19.6637 18.9502 19.1065C21.3971 18.5493 22.6215 14.8911 21.6857 10.9344C20.749 6.97769 18.0071 4.22229 15.5611 4.77952Z" fill="#000000"/>
3
3
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-primitives",
3
- "version": "22.5.0",
3
+ "version": "22.7.0",
4
4
  "description": "UI primitives for sharing between platforms in Design System Team projects",
5
5
  "keywords": [
6
6
  "design",
@@ -10,7 +10,7 @@
10
10
  "hex": "#00afff",
11
11
  "alias": "staticBrandColorSecondary",
12
12
  "web": "--color-static-brand-secondary"
13
- }
13
+ },
14
14
  "static_brand_orange": {
15
15
  "rgba": "rgba(247, 97, 0, 1)",
16
16
  "hex": "#f76100",