@conboai/storybook.components 0.3.73 → 0.3.74

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.
@@ -18,6 +18,7 @@ interface Icons {
18
18
  home: Icon;
19
19
  play: Icon;
20
20
  pause: Icon;
21
+ tags: Icon;
21
22
  downloadVideo: Icon;
22
23
  fullScreen: Icon;
23
24
  burgerIcon: Icon;
@@ -29080,6 +29080,14 @@ const XV = {
29080
29080
  "M15 4L13.59 5.41L16.17 8H6V10H16.17L13.59 12.58L15 14L20 9L15 4ZM2 2H10V0H2C0.9 0 0 0.9 0 2V16C0 17.1 0.9 18 2 18H10V16H2V2Z"
29081
29081
  ]
29082
29082
  },
29083
+ tags: {
29084
+ height: 24,
29085
+ width: 24,
29086
+ strokeWidth: 1,
29087
+ paths: [
29088
+ "M20 10V8h-4V4h-2v4h-4V4H8v4H4v2h4v4H4v2h4v4h2v-4h4v4h2v-4h4v-2h-4v-4h4zm-6 4h-4v-4h4v4z"
29089
+ ]
29090
+ },
29083
29091
  btnArrowRight: {
29084
29092
  width: 16,
29085
29093
  height: 16,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/storybook.components",
3
- "version": "0.3.73",
3
+ "version": "0.3.74",
4
4
  "main": "dist/storybook.components.mjs",
5
5
  "types": "dist/build/index.d.ts",
6
6
  "files": [