@alfalab/icons 3.335.0 → 3.336.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 +2 -2
- package/search.json +1 -1
- package/shape/dist/Circle48Icon.d.ts +3 -0
- package/shape/dist/Circle48Icon.js +1 -0
- package/shape/dist/CircleBottom48Icon.d.ts +3 -0
- package/shape/dist/CircleBottom48Icon.js +1 -0
- package/shape/dist/CircleBottomLine48Icon.d.ts +3 -0
- package/shape/dist/CircleBottomLine48Icon.js +1 -0
- package/shape/dist/CircleLine48Icon.d.ts +3 -0
- package/shape/dist/CircleLine48Icon.js +1 -0
- package/shape/dist/CircleTop48Icon.d.ts +3 -0
- package/shape/dist/CircleTop48Icon.js +1 -0
- package/shape/dist/CircleTopBottom48Icon.d.ts +3 -0
- package/shape/dist/CircleTopBottom48Icon.js +1 -0
- package/shape/dist/CircleTopBottomLine48Icon.d.ts +3 -0
- package/shape/dist/CircleTopBottomLine48Icon.js +1 -0
- package/shape/dist/CircleTopLine48Icon.d.ts +3 -0
- package/shape/dist/CircleTopLine48Icon.js +1 -0
- package/shape/dist/README.md +40 -0
- package/shape/dist/Rectangle48Icon.d.ts +3 -0
- package/shape/dist/Rectangle48Icon.js +1 -0
- package/shape/dist/RectangleBottom48Icon.d.ts +3 -0
- package/shape/dist/RectangleBottom48Icon.js +1 -0
- package/shape/dist/RectangleBottomLine48Icon.d.ts +3 -0
- package/shape/dist/RectangleBottomLine48Icon.js +1 -0
- package/shape/dist/RectangleLine48Icon.d.ts +3 -0
- package/shape/dist/RectangleLine48Icon.js +1 -0
- package/shape/dist/RectangleTop48Icon.d.ts +3 -0
- package/shape/dist/RectangleTop48Icon.js +1 -0
- package/shape/dist/RectangleTopBottom48Icon.d.ts +3 -0
- package/shape/dist/RectangleTopBottom48Icon.js +1 -0
- package/shape/dist/RectangleTopBottomLine48Icon.d.ts +3 -0
- package/shape/dist/RectangleTopBottomLine48Icon.js +1 -0
- package/shape/dist/RectangleTopLine48Icon.d.ts +3 -0
- package/shape/dist/RectangleTopLine48Icon.js +1 -0
- package/shape/dist/Superellipse48Icon.d.ts +3 -0
- package/shape/dist/Superellipse48Icon.js +1 -0
- package/shape/dist/SuperellipseBottom48Icon.d.ts +3 -0
- package/shape/dist/SuperellipseBottom48Icon.js +1 -0
- package/shape/dist/SuperellipseBottomLine48Icon.d.ts +3 -0
- package/shape/dist/SuperellipseBottomLine48Icon.js +1 -0
- package/shape/dist/SuperellipseLine48Icon.d.ts +3 -0
- package/shape/dist/SuperellipseLine48Icon.js +1 -0
- package/shape/dist/SuperellipseTop48Icon.d.ts +3 -0
- package/shape/dist/SuperellipseTop48Icon.js +1 -0
- package/shape/dist/SuperellipseTopBottom48Icon.d.ts +3 -0
- package/shape/dist/SuperellipseTopBottom48Icon.js +1 -0
- package/shape/dist/SuperellipseTopBottomLine48Icon.d.ts +3 -0
- package/shape/dist/SuperellipseTopBottomLine48Icon.js +1 -0
- package/shape/dist/SuperellipseTopLine48Icon.d.ts +3 -0
- package/shape/dist/SuperellipseTopLine48Icon.js +1 -0
- package/shape/dist/package.json +14 -0
- package/shape/dist/tslib.es6-37b184f2.js +15 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/icons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.336.0",
|
|
4
4
|
"description": "Design System UI Icons",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": "git@github.com:core-ds/icons.git",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"ts-node": "^8.6.2",
|
|
53
53
|
"tslib": "^2.0.0",
|
|
54
54
|
"typescript": "^3.8.3",
|
|
55
|
-
"ui-primitives": "^26.
|
|
55
|
+
"ui-primitives": "^26.9.0",
|
|
56
56
|
"util": "^0.12.2"
|
|
57
57
|
},
|
|
58
58
|
"lint-staged": {
|