@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.
Files changed (53) hide show
  1. package/package.json +2 -2
  2. package/search.json +1 -1
  3. package/shape/dist/Circle48Icon.d.ts +3 -0
  4. package/shape/dist/Circle48Icon.js +1 -0
  5. package/shape/dist/CircleBottom48Icon.d.ts +3 -0
  6. package/shape/dist/CircleBottom48Icon.js +1 -0
  7. package/shape/dist/CircleBottomLine48Icon.d.ts +3 -0
  8. package/shape/dist/CircleBottomLine48Icon.js +1 -0
  9. package/shape/dist/CircleLine48Icon.d.ts +3 -0
  10. package/shape/dist/CircleLine48Icon.js +1 -0
  11. package/shape/dist/CircleTop48Icon.d.ts +3 -0
  12. package/shape/dist/CircleTop48Icon.js +1 -0
  13. package/shape/dist/CircleTopBottom48Icon.d.ts +3 -0
  14. package/shape/dist/CircleTopBottom48Icon.js +1 -0
  15. package/shape/dist/CircleTopBottomLine48Icon.d.ts +3 -0
  16. package/shape/dist/CircleTopBottomLine48Icon.js +1 -0
  17. package/shape/dist/CircleTopLine48Icon.d.ts +3 -0
  18. package/shape/dist/CircleTopLine48Icon.js +1 -0
  19. package/shape/dist/README.md +40 -0
  20. package/shape/dist/Rectangle48Icon.d.ts +3 -0
  21. package/shape/dist/Rectangle48Icon.js +1 -0
  22. package/shape/dist/RectangleBottom48Icon.d.ts +3 -0
  23. package/shape/dist/RectangleBottom48Icon.js +1 -0
  24. package/shape/dist/RectangleBottomLine48Icon.d.ts +3 -0
  25. package/shape/dist/RectangleBottomLine48Icon.js +1 -0
  26. package/shape/dist/RectangleLine48Icon.d.ts +3 -0
  27. package/shape/dist/RectangleLine48Icon.js +1 -0
  28. package/shape/dist/RectangleTop48Icon.d.ts +3 -0
  29. package/shape/dist/RectangleTop48Icon.js +1 -0
  30. package/shape/dist/RectangleTopBottom48Icon.d.ts +3 -0
  31. package/shape/dist/RectangleTopBottom48Icon.js +1 -0
  32. package/shape/dist/RectangleTopBottomLine48Icon.d.ts +3 -0
  33. package/shape/dist/RectangleTopBottomLine48Icon.js +1 -0
  34. package/shape/dist/RectangleTopLine48Icon.d.ts +3 -0
  35. package/shape/dist/RectangleTopLine48Icon.js +1 -0
  36. package/shape/dist/Superellipse48Icon.d.ts +3 -0
  37. package/shape/dist/Superellipse48Icon.js +1 -0
  38. package/shape/dist/SuperellipseBottom48Icon.d.ts +3 -0
  39. package/shape/dist/SuperellipseBottom48Icon.js +1 -0
  40. package/shape/dist/SuperellipseBottomLine48Icon.d.ts +3 -0
  41. package/shape/dist/SuperellipseBottomLine48Icon.js +1 -0
  42. package/shape/dist/SuperellipseLine48Icon.d.ts +3 -0
  43. package/shape/dist/SuperellipseLine48Icon.js +1 -0
  44. package/shape/dist/SuperellipseTop48Icon.d.ts +3 -0
  45. package/shape/dist/SuperellipseTop48Icon.js +1 -0
  46. package/shape/dist/SuperellipseTopBottom48Icon.d.ts +3 -0
  47. package/shape/dist/SuperellipseTopBottom48Icon.js +1 -0
  48. package/shape/dist/SuperellipseTopBottomLine48Icon.d.ts +3 -0
  49. package/shape/dist/SuperellipseTopBottomLine48Icon.js +1 -0
  50. package/shape/dist/SuperellipseTopLine48Icon.d.ts +3 -0
  51. package/shape/dist/SuperellipseTopLine48Icon.js +1 -0
  52. package/shape/dist/package.json +14 -0
  53. 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.335.0",
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.8.0",
55
+ "ui-primitives": "^26.9.0",
56
56
  "util": "^0.12.2"
57
57
  },
58
58
  "lint-staged": {