@webstudio-is/icons 0.195.0 → 0.196.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.
@@ -1,24 +1,2 @@
1
1
  export * from "./__generated__/components";
2
2
  export * from "./types";
3
- export * from "./trash";
4
- export * from "./size";
5
- export * from "./gear";
6
- export * from "./new-page";
7
- export * from "./new-folder";
8
- export * from "./chevron-double-left";
9
- export * from "./cross-circled-filled";
10
- export * from "./cross";
11
- export * from "./magnifying-glass";
12
- export * from "./cross-small";
13
- export * from "./text-align-center";
14
- export * from "./text-align-justify";
15
- export * from "./text-align-right";
16
- export * from "./text-capitalize";
17
- export * from "./text-hyphen";
18
- export * from "./text-lowercase";
19
- export * from "./text-strikethrough";
20
- export * from "./text-truncate";
21
- export * from "./text-underline";
22
- export * from "./text-uppercase";
23
- export * from "./text-direction-ltr";
24
- export * from "./text-direction-rtl";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webstudio-is/icons",
3
- "version": "0.195.0",
3
+ "version": "0.196.0",
4
4
  "description": "Webstudio Icons",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -1,2 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const ChevronDoubleLeftIcon: IconComponent;
@@ -1,2 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const CrossCircledFilledIcon: IconComponent;
@@ -1,2 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const CrossSmallIcon: IconComponent;
@@ -1,2 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const CrossIcon: IconComponent;
@@ -1,7 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const gearIconCssVars: ({ fill, }: {
3
- fill: string;
4
- }) => {
5
- "--ws-gear-icon-fill": string;
6
- };
7
- export declare const GearIcon: IconComponent;
@@ -1,2 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const MagnifyingGlassIcon: IconComponent;
@@ -1,2 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const NewFolderIcon: IconComponent;
@@ -1,2 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const NewPageIcon: IconComponent;
@@ -1,2 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const SizeIcon: IconComponent;
@@ -1,2 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const TextAlignCenterIcon: IconComponent;
@@ -1,2 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const TextAlignJustifyIcon: IconComponent;
@@ -1,2 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const TextAlignRightIcon: IconComponent;
@@ -1,2 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const TextCapitalizeIcon: IconComponent;
@@ -1,2 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const TextDirectionLTRIcon: IconComponent;
@@ -1,2 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const TextDirectionRTLIcon: IconComponent;
@@ -1,2 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const TextHyphenIcon: IconComponent;
@@ -1,2 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const TextLowercaseIcon: IconComponent;
@@ -1,2 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const TextStrikethroughIcon: IconComponent;
@@ -1,2 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const TextTruncateIcon: IconComponent;
@@ -1,2 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const TextUnderlineIcon: IconComponent;
@@ -1,2 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const TextUppercaseIcon: IconComponent;
@@ -1,2 +0,0 @@
1
- import type { IconComponent } from "./types";
2
- export declare const TrashIcon: IconComponent;