@webstudio-is/icons 0.151.0 → 0.163.0

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.
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import type { IconProps } from "../types";
3
+ export declare const CalendarIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import type { IconProps } from "../types";
3
+ export declare const ContentEmbedIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -47,6 +47,7 @@ export * from "./bp-star-off";
47
47
  export * from "./bp-star-on";
48
48
  export * from "./bug";
49
49
  export * from "./button-element";
50
+ export * from "./calendar";
50
51
  export * from "./check-circle";
51
52
  export * from "./check-mark";
52
53
  export * from "./checkbox-checked-filled";
@@ -69,6 +70,7 @@ export * from "./cloud";
69
70
  export * from "./code-text";
70
71
  export * from "./collapsible";
71
72
  export * from "./commit";
73
+ export * from "./content-embed";
72
74
  export * from "./content";
73
75
  export * from "./copy";
74
76
  export * from "./custom-code";
@@ -0,0 +1 @@
1
+ export declare const CalendarIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 14 16\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4.203.702a.713.713 0 0 0-.366.213c-.124.148-.137.208-.15.672l-.012.431-.443.015c-.481.017-.686.041-.991.117-.651.161-1.273.668-1.586 1.29a2.834 2.834 0 0 0-.252.839c-.038.241-.041.553-.041 4.366 0 4.4-.002 4.323.117 4.784.107.412.325.79.639 1.106.422.426.865.64 1.536.742.255.038.554.041 4.346.041s4.091-.003 4.346-.041c.671-.102 1.114-.316 1.536-.742.314-.316.532-.694.639-1.106.119-.461.117-.384.117-4.784 0-3.813-.003-4.125-.041-4.366a2.834 2.834 0 0 0-.252-.839c-.313-.622-.935-1.129-1.586-1.29-.305-.076-.51-.1-.991-.117l-.443-.015-.012-.431c-.013-.488-.039-.581-.204-.726C9.91.687 9.61.64 9.39.75c-.132.066-.302.249-.339.366a3.432 3.432 0 0 0-.038.5l-.011.414H4.998l-.011-.414a3.432 3.432 0 0 0-.038-.5c-.036-.115-.207-.3-.332-.361a.689.689 0 0 0-.414-.053m-.516 3.026c0 .386.004.422.055.532a.734.734 0 0 0 .314.328.777.777 0 0 0 .523.014.699.699 0 0 0 .346-.338c.048-.109.055-.167.064-.536l.01-.415h4.002l.01.415c.009.369.016.427.064.536a.699.699 0 0 0 .346.338c.129.057.391.05.523-.014a.734.734 0 0 0 .314-.328c.051-.11.055-.146.055-.53v-.412l.333.01c.407.013.692.045.846.095.333.107.672.458.765.792.059.212.086.598.086 1.227v.578H1.657v-.578c0-.629.027-1.015.086-1.227.093-.335.434-.688.765-.791.182-.057.277-.07.665-.087l.438-.02.076-.004v.415m8.656 6.183c-.001 2.471-.01 2.897-.072 3.167-.065.288-.345.632-.63.777-.324.165-.086.157-4.641.157s-4.317.008-4.641-.157c-.285-.145-.565-.489-.63-.777-.062-.27-.071-.696-.072-3.167V7.327h10.686v2.584m-5.547-1.86c-.098.03-1.16.736-1.264.841-.233.233-.236.626-.008.886a.666.666 0 0 0 .7.167l.123-.047v1.459l-.195.011c-.211.011-.337.064-.463.197-.231.244-.215.685.033.909.194.175.168.172 1.278.172s1.084.003 1.278-.172c.248-.224.264-.665.033-.909-.126-.133-.252-.186-.463-.197l-.195-.011V9.976c0-1.555.002-1.534-.166-1.725a.562.562 0 0 0-.452-.216.98.98 0 0 0-.239.016\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const ContentEmbedIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 16 16\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path stroke=\"currentcolor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.3\" d=\"M12.5 7.854v-3.8c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C10.98.854 10.42.854 9.3.854H5.033c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874c-.218.428-.218.988-.218 2.108v6.934c0 1.12 0 1.68.218 2.107a2 2 0 0 0 .874.874c.428.219.988.219 2.108.219h2.134M8.5 6.854h-4m1.333 2.667H4.5m5.333-5.334H4.5m7.917 9.598 1.75-1.702-1.75-1.701m-3.5 0-1.75 1.701 1.75 1.702m2.45-4.764-1.4 6.125\"/></svg>";
@@ -47,6 +47,7 @@ export { BpStarOffIcon } from "./bp-star-off";
47
47
  export { BpStarOnIcon } from "./bp-star-on";
48
48
  export { BugIcon } from "./bug";
49
49
  export { ButtonElementIcon } from "./button-element";
50
+ export { CalendarIcon } from "./calendar";
50
51
  export { CheckCircleIcon } from "./check-circle";
51
52
  export { CheckMarkIcon } from "./check-mark";
52
53
  export { CheckboxCheckedFilledIcon } from "./checkbox-checked-filled";
@@ -69,6 +70,7 @@ export { CloudIcon } from "./cloud";
69
70
  export { CodeTextIcon } from "./code-text";
70
71
  export { CollapsibleIcon } from "./collapsible";
71
72
  export { CommitIcon } from "./commit";
73
+ export { ContentEmbedIcon } from "./content-embed";
72
74
  export { ContentIcon } from "./content";
73
75
  export { CopyIcon } from "./copy";
74
76
  export { CustomCodeIcon } from "./custom-code";
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@webstudio-is/icons",
3
- "version": "0.151.0",
3
+ "version": "0.163.0",
4
4
  "description": "Webstudio Icons",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
7
7
  "type": "module",
8
8
  "devDependencies": {
9
- "@storybook/addon-essentials": "^7.4.0",
10
- "@storybook/addon-links": "^7.4.0",
11
- "@storybook/react": "^7.4.0",
9
+ "@storybook/addon-essentials": "^8.1.2",
10
+ "@storybook/addon-links": "^8.1.2",
11
+ "@storybook/react": "^8.1.2",
12
12
  "@svgo/jsx": "^0.4.2",
13
13
  "@types/node": "^20.12.7",
14
14
  "@types/react": "^18.2.70",
@@ -29,14 +29,12 @@
29
29
  ".": {
30
30
  "webstudio": "./src/index.ts",
31
31
  "types": "./lib/types/index.d.ts",
32
- "import": "./lib/index.js",
33
- "require": "./lib/index.js"
32
+ "import": "./lib/index.js"
34
33
  },
35
34
  "./svg": {
36
35
  "webstudio": "./src/__generated__/svg/index.ts",
37
36
  "types": "./lib/types/__generated__/svg/index.d.ts",
38
- "import": "./lib/__generated__/svg/index.js",
39
- "require": "./lib/__generated__/svg/index.js"
37
+ "import": "./lib/__generated__/svg/index.js"
40
38
  }
41
39
  },
42
40
  "files": [