@conboai/storybook.components 0.5.23 → 0.5.25

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.
@@ -79,6 +79,10 @@ interface Icons {
79
79
  show: Icon;
80
80
  hide: Icon;
81
81
  largeClose: Icon;
82
+ exclamatory: Icon;
83
+ site: Icon;
84
+ layers: Icon;
85
+ widgets: Icon;
82
86
  }
83
87
  interface Icon {
84
88
  paths: string[];
@@ -28834,6 +28834,38 @@ const $Z = {
28834
28834
  strokeLineca: "round",
28835
28835
  strokeLinejoi: "round"
28836
28836
  }
28837
+ },
28838
+ exclamatory: {
28839
+ width: 16,
28840
+ height: 16,
28841
+ paths: ["M8 0.5C3.85786 0.5 0.5 3.85786 0.5 8C0.5 12.1421 3.85786 15.5 8 15.5C12.1421 15.5 15.5 12.1421 15.5 8C15.5 3.85786 12.1421 0.5 8 0.5ZM6.75 3H9.25V9.25H6.75V3ZM9.25 11.75C9.25 12.4404 8.69035 13 8 13C7.30964 13 6.75 12.4404 6.75 11.75C6.75 11.0596 7.30964 10.5 8 10.5C8.69035 10.5 9.25 11.0596 9.25 11.75Z"],
28842
+ attributes: {
28843
+ fill: "#828282"
28844
+ }
28845
+ },
28846
+ site: {
28847
+ width: 24,
28848
+ height: 24,
28849
+ paths: ["M2.7002 10.0652C2.70019 8.82165 3.24361 7.64014 4.18781 6.83081L10.4773 1.43981C11.3536 0.688688 12.6467 0.688682 13.523 1.4398L19.8126 6.83082C20.7568 7.64015 21.3002 8.82166 21.3002 10.0653L21.3002 20.3996C21.3002 21.5594 20.36 22.4996 19.2002 22.4996L4.8002 22.4996C3.6404 22.4996 2.7002 21.5594 2.7002 20.3996L2.7002 10.0652ZM5.35924 8.19747C4.814 8.66483 4.50019 9.34711 4.5002 10.0652L4.5002 20.3996C4.5002 20.5653 4.63451 20.6996 4.8002 20.6996L19.2002 20.6996C19.3659 20.6996 19.5002 20.5653 19.5002 20.3996L19.5002 10.0653C19.5002 9.34713 19.1864 8.66485 18.6411 8.19749L12.3516 2.80646C12.1493 2.63313 11.8509 2.63313 11.6487 2.80647L5.35924 8.19747Z"]
28850
+ },
28851
+ layers: {
28852
+ width: 24,
28853
+ height: 24,
28854
+ paths: [
28855
+ "M2.37604 10.3339C1.7343 10.0552 1.7343 9.14503 2.37604 8.86632L10.7255 5.24004C11.5386 4.88688 12.4618 4.88688 13.275 5.24004L21.6244 8.86632C22.2662 9.14503 22.2662 10.0552 21.6244 10.3339L13.275 13.9602C12.4618 14.3133 11.5386 14.3133 10.7255 13.9602L2.37604 10.3339Z",
28856
+ "M17.6571 11.943L21.6244 13.6661C22.2662 13.9448 22.2662 14.855 21.6244 15.1337L13.275 18.76C12.4618 19.1131 11.5386 19.1131 10.7255 18.76L2.37604 15.1337C1.7343 14.855 1.7343 13.9448 2.37604 13.6661L6.34338 11.943"
28857
+ ]
28858
+ },
28859
+ widgets: {
28860
+ width: 24,
28861
+ height: 24,
28862
+ paths: [
28863
+ "M1.7998 2.99981C1.7998 2.33706 2.33706 1.7998 2.9998 1.7998H8.9998C9.66255 1.7998 10.1998 2.33706 10.1998 2.9998V8.9998C10.1998 9.66255 9.66255 10.1998 8.9998 10.1998H2.99981C2.33706 10.1998 1.7998 9.66255 1.7998 8.9998V2.99981Z",
28864
+ "M13.7998 2.99981C13.7998 2.33706 14.3371 1.7998 14.9998 1.7998H20.9998C21.6625 1.7998 22.1998 2.33706 22.1998 2.9998V8.9998C22.1998 9.66255 21.6625 10.1998 20.9998 10.1998H14.9998C14.3371 10.1998 13.7998 9.66255 13.7998 8.9998V2.99981Z",
28865
+ "M1.7998 14.9998C1.7998 14.3371 2.33706 13.7998 2.9998 13.7998H8.9998C9.66255 13.7998 10.1998 14.3371 10.1998 14.9998V20.9998C10.1998 21.6625 9.66255 22.1998 8.9998 22.1998H2.99981C2.33706 22.1998 1.7998 21.6625 1.7998 20.9998V14.9998Z",
28866
+ "M18 15V21",
28867
+ "M21 18L15 18"
28868
+ ]
28837
28869
  }
28838
28870
  };
28839
28871
  function Cn({ fill: e = "black", icon: t, width: n, height: r, fillOpacity: o }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/storybook.components",
3
- "version": "0.5.23",
3
+ "version": "0.5.25",
4
4
  "main": "dist/storybook.components.mjs",
5
5
  "types": "dist/build/index.d.ts",
6
6
  "files": [