ui-primitives 11.44.0 → 11.45.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 d="M12.0003 2L19.8186 5.7651L21.7495 14.2252L16.3391 21.0097H7.66142L2.25098 14.2252L4.18194 5.7651L12.0003 2Z" 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_112287_10048)">
3
+ <path d="M7.99962 0L14.2543 3.01208L15.799 9.78017L11.4707 15.2078H4.52855L0.200195 9.78017L1.74497 3.01208L7.99962 0Z" fill="#000000"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_112287_10048">
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": "11.44.0",
3
+ "version": "11.45.0",
4
4
  "description": "UI primitives for sharing between platforms in Design System Team projects",
5
5
  "keywords": [
6
6
  "design",
@@ -18,9 +18,9 @@
18
18
  "commitmsg": "commitlint -e",
19
19
  "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
20
20
  "github-release": "conventional-github-releaser -p angular",
21
- "release-patch": "npm version patch -m 'chore(*): patch version'",
22
- "release-minor": "npm version minor -m 'chore(*): minor version'",
23
- "release-major": "npm version major -m 'chore(*): major version'",
21
+ "release-patch": "npm version patch -m 'chore(*): patch version[skip ci]'",
22
+ "release-minor": "npm version minor -m 'chore(*): minor version[skip ci]'",
23
+ "release-major": "npm version major -m 'chore(*): major version[skip ci]'",
24
24
  "test": "NODE_ENV=test nyc --reporter=lcov --reporter=text mocha ./utils/**/*.spec.js",
25
25
  "coverage": "nyc report --reporter=text-lcov | coveralls",
26
26
  "version": "git fetch --tags && npm run changelog && git add CHANGELOG.md",