@conboai/storybook.components 0.3.96 → 0.3.98

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.
@@ -52,6 +52,7 @@ interface Icons {
52
52
  historyIcon: Icon;
53
53
  warningIcon: Icon;
54
54
  cameraIcon: Icon;
55
+ panelFullScreen: Icon;
55
56
  }
56
57
  interface Icon {
57
58
  paths: string[];
@@ -29292,6 +29292,22 @@ const KX = {
29292
29292
  strokeLinecap: "round",
29293
29293
  strokeLinejoin: "round"
29294
29294
  }
29295
+ },
29296
+ panelFullScreen: {
29297
+ width: 20,
29298
+ height: 20,
29299
+ strokeWidth: 1.5,
29300
+ paths: [
29301
+ "M16.666 3.33301L11.3327 8.66634",
29302
+ "M11.3333 3.99885L11.3333 8.66602L16 8.66602",
29303
+ "M3.33301 16.667L8.66634 11.3337",
29304
+ "M8.66667 16.0002L8.66667 11.333L4 11.333"
29305
+ ],
29306
+ attributes: {
29307
+ strokeMiterlimit: 1.5,
29308
+ strokeLinecap: "round",
29309
+ strokeLinejoin: "round"
29310
+ }
29295
29311
  }
29296
29312
  };
29297
29313
  function Jn({ 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.3.96",
3
+ "version": "0.3.98",
4
4
  "main": "dist/storybook.components.mjs",
5
5
  "types": "dist/build/index.d.ts",
6
6
  "files": [