@conboai/storybook.components 0.5.52 → 0.5.54

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.
@@ -89,6 +89,7 @@ interface Icons {
89
89
  layers: Icon;
90
90
  widgets: Icon;
91
91
  closeSmall: Icon;
92
+ doubleArrowLeft: Icon;
92
93
  }
93
94
  interface Icon {
94
95
  paths: string[];
@@ -28840,7 +28840,7 @@ const zZ = {
28840
28840
  copy_2: {
28841
28841
  width: 16,
28842
28842
  height: 16,
28843
- strokeWidth: 0.5,
28843
+ strokeWidth: 1,
28844
28844
  paths: [
28845
28845
  "M4.07702 4.06115L4.06164 3.32269C4.06294 2.8661 4.24489 2.42858 4.56775 2.10572C4.89061 1.78286 5.32812 1.60091 5.78471 1.59961H12.4309C12.9527 1.60115 13.4527 1.80912 13.8216 2.17809C14.1906 2.54706 14.3986 3.04704 14.4001 3.56884V10.215C14.3988 10.6716 14.2168 11.1091 13.894 11.432C13.5711 11.7548 13.1336 11.9368 12.677 11.9381H11.9386M10.1847 4.06115H3.35394C2.38532 4.06115 1.6001 4.84637 1.6001 5.81499V12.6458C1.6001 13.6144 2.38532 14.3996 3.35394 14.3996H10.1847C11.1533 14.3996 11.9386 13.6144 11.9386 12.6458V5.81499C11.9386 4.84637 11.1533 4.06115 10.1847 4.06115Z"
28846
28846
  ]
@@ -28920,6 +28920,20 @@ const zZ = {
28920
28920
  clipRule: "evenodd",
28921
28921
  fill: "#828282"
28922
28922
  }
28923
+ },
28924
+ doubleArrowLeft: {
28925
+ width: 20,
28926
+ height: 20,
28927
+ paths: [
28928
+ "M11.457 14.4577L15.9166 9.99812L11.4575 5.53906",
28929
+ "M5.45705 14.4577L9.91658 9.99812L5.45752 5.53906"
28930
+ ],
28931
+ attributes: {
28932
+ strokeWidth: 1.5,
28933
+ strokeMiterlimit: 1.5,
28934
+ strokeLinecap: "round",
28935
+ strokeLinejoin: "round"
28936
+ }
28923
28937
  }
28924
28938
  };
28925
28939
  function Cn({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/storybook.components",
3
- "version": "0.5.52",
3
+ "version": "0.5.54",
4
4
  "main": "dist/storybook.components.mjs",
5
5
  "types": "dist/build/index.d.ts",
6
6
  "files": [