@conboai/storybook.components 0.5.82 → 0.5.83

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.
@@ -31,6 +31,7 @@ interface Icons {
31
31
  pause: Icon;
32
32
  tag: Icon;
33
33
  target: Icon;
34
+ target2: Icon;
34
35
  downloadVideo: Icon;
35
36
  fullScreen: Icon;
36
37
  burgerIcon: Icon;
@@ -28441,6 +28441,16 @@ const rQ = {
28441
28441
  "M9.3 3V4.449C8.06798 4.60523 6.92285 5.16657 6.04471 6.04471C5.16657 6.92285 4.60523 8.06798 4.449 9.3H3V10.7H4.449C4.60523 11.932 5.16657 13.0771 6.04471 13.9553C6.92285 14.8334 8.06798 15.3948 9.3 15.551V17H10.7V15.551C11.932 15.3948 13.0771 14.8334 13.9553 13.9553C14.8334 13.0771 15.3948 11.932 15.551 10.7H17V9.3H15.551C15.3948 8.06798 14.8334 6.92285 13.9553 6.04471C13.0771 5.16657 11.932 4.60523 10.7 4.449V3M9.3 5.856V7.2H10.7V5.863C12.45 6.15 13.85 7.55 14.144 9.3H12.8V10.7H14.137C13.85 12.45 12.45 13.85 10.7 14.144V12.8H9.3V14.137C7.55 13.85 6.15 12.45 5.856 10.7H7.2V9.3H5.863C6.15 7.55 7.55 6.15 9.3 5.856ZM10 9.3C9.81435 9.3 9.6363 9.37375 9.50503 9.50503C9.37375 9.6363 9.3 9.81435 9.3 10C9.3 10.1857 9.37375 10.3637 9.50503 10.495C9.6363 10.6262 9.81435 10.7 10 10.7C10.1857 10.7 10.3637 10.6262 10.495 10.495C10.6262 10.3637 10.7 10.1857 10.7 10C10.7 9.81435 10.6262 9.6363 10.495 9.50503C10.3637 9.37375 10.1857 9.3 10 9.3Z"
28442
28442
  ]
28443
28443
  },
28444
+ target2: {
28445
+ height: 20,
28446
+ width: 20,
28447
+ attributes: {
28448
+ fill: "black"
28449
+ },
28450
+ paths: [
28451
+ "M10 3.125C8.17664 3.125 6.42795 3.84933 5.13864 5.13864C3.84933 6.42795 3.125 8.17664 3.125 10C3.125 11.8234 3.84933 13.572 5.13864 14.8614C6.42795 16.1507 8.17664 16.875 10 16.875C11.8234 16.875 13.572 16.1507 14.8614 14.8614C16.1507 13.572 16.875 11.8234 16.875 10C16.875 8.17664 16.1507 6.42795 14.8614 5.13864C13.572 3.84933 11.8234 3.125 10 3.125ZM1.875 10C1.875 5.5125 5.5125 1.875 10 1.875C14.4875 1.875 18.125 5.5125 18.125 10C18.125 14.4875 14.4875 18.125 10 18.125C5.5125 18.125 1.875 14.4875 1.875 10ZM10 6.25C9.00544 6.25 8.05161 6.64509 7.34835 7.34835C6.64509 8.05161 6.25 9.00544 6.25 10C6.25 10.9946 6.64509 11.9484 7.34835 12.6516C8.05161 13.3549 9.00544 13.75 10 13.75C10.9946 13.75 11.9484 13.3549 12.6516 12.6516C13.3549 11.9484 13.75 10.9946 13.75 10C13.75 9.00544 13.3549 8.05161 12.6516 7.34835C11.9484 6.64509 10.9946 6.25 10 6.25ZM5 10C5 8.67392 5.52678 7.40215 6.46447 6.46447C7.40215 5.52678 8.67392 5 10 5C11.3261 5 12.5979 5.52678 13.5355 6.46447C14.4732 7.40215 15 8.67392 15 10C15 11.3261 14.4732 12.5979 13.5355 13.5355C12.5979 14.4732 11.3261 15 10 15C8.67392 15 7.40215 14.4732 6.46447 13.5355C5.52678 12.5979 5 11.3261 5 10ZM8.125 10C8.125 9.50272 8.32254 9.02581 8.67417 8.67417C9.02581 8.32254 9.50272 8.125 10 8.125C10.4973 8.125 10.9742 8.32254 11.3258 8.67417C11.6775 9.02581 11.875 9.50272 11.875 10C11.875 10.4973 11.6775 10.9742 11.3258 11.3258C10.9742 11.6775 10.4973 11.875 10 11.875C9.50272 11.875 9.02581 11.6775 8.67417 11.3258C8.32254 10.9742 8.125 10.4973 8.125 10Z"
28452
+ ]
28453
+ },
28444
28454
  btnArrowRight: {
28445
28455
  width: 16,
28446
28456
  height: 16,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/storybook.components",
3
- "version": "0.5.82",
3
+ "version": "0.5.83",
4
4
  "main": "dist/storybook.components.mjs",
5
5
  "types": "dist/build/index.d.ts",
6
6
  "files": [