@webstudio-is/icons 0.182.0 → 0.185.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.
- package/lib/index.js +133 -483
- package/lib/types/generate.d.ts +0 -1
- package/lib/types/src/__generated__/components.d.ts +199 -199
- package/lib/types/src/chevron-double-left.d.ts +2 -3
- package/lib/types/src/cross-circled-filled.d.ts +2 -3
- package/lib/types/src/cross-small.d.ts +2 -3
- package/lib/types/src/cross.d.ts +2 -3
- package/lib/types/src/gear.d.ts +3 -4
- package/lib/types/src/index.d.ts +0 -12
- package/lib/types/src/index.stories.d.ts +5 -17
- package/lib/types/src/magnifying-glass.d.ts +2 -3
- package/lib/types/src/new-folder.d.ts +2 -3
- package/lib/types/src/new-page.d.ts +2 -3
- package/lib/types/src/size.d.ts +2 -3
- package/lib/types/src/text-align-center.d.ts +2 -3
- package/lib/types/src/text-align-justify.d.ts +2 -3
- package/lib/types/src/text-align-right.d.ts +2 -3
- package/lib/types/src/text-capitalize.d.ts +2 -3
- package/lib/types/src/text-direction-ltr.d.ts +2 -3
- package/lib/types/src/text-direction-rtl.d.ts +2 -3
- package/lib/types/src/text-hyphen.d.ts +2 -3
- package/lib/types/src/text-lowercase.d.ts +2 -3
- package/lib/types/src/text-strikethrough.d.ts +2 -3
- package/lib/types/src/text-truncate.d.ts +2 -3
- package/lib/types/src/text-underline.d.ts +2 -3
- package/lib/types/src/text-uppercase.d.ts +2 -3
- package/lib/types/src/trash.d.ts +2 -3
- package/package.json +1 -1
- package/lib/types/src/chevron-double-down.d.ts +0 -3
- package/lib/types/src/chevron-double-right.d.ts +0 -3
- package/lib/types/src/chevron-double-up.d.ts +0 -3
- package/lib/types/src/cross-large.d.ts +0 -3
- package/lib/types/src/devices.d.ts +0 -3
- package/lib/types/src/justify-items-center.d.ts +0 -3
- package/lib/types/src/justify-items-end.d.ts +0 -3
- package/lib/types/src/justify-items-space-around.d.ts +0 -3
- package/lib/types/src/justify-items-space-between.d.ts +0 -3
- package/lib/types/src/justify-items-start.d.ts +0 -3
- package/lib/types/src/redo.d.ts +0 -3
- package/lib/types/src/twitter.d.ts +0 -2
- package/lib/types/src/undo.d.ts +0 -3
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export declare const TextDirectionLTRIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import type { IconComponent } from "./types";
|
|
2
|
+
export declare const TextDirectionLTRIcon: IconComponent;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export declare const TextDirectionRTLIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import type { IconComponent } from "./types";
|
|
2
|
+
export declare const TextDirectionRTLIcon: IconComponent;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export declare const TextHyphenIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import type { IconComponent } from "./types";
|
|
2
|
+
export declare const TextHyphenIcon: IconComponent;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export declare const TextLowercaseIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import type { IconComponent } from "./types";
|
|
2
|
+
export declare const TextLowercaseIcon: IconComponent;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export declare const TextStrikethroughIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import type { IconComponent } from "./types";
|
|
2
|
+
export declare const TextStrikethroughIcon: IconComponent;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export declare const TextTruncateIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import type { IconComponent } from "./types";
|
|
2
|
+
export declare const TextTruncateIcon: IconComponent;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export declare const TextUnderlineIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import type { IconComponent } from "./types";
|
|
2
|
+
export declare const TextUnderlineIcon: IconComponent;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export declare const TextUppercaseIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import type { IconComponent } from "./types";
|
|
2
|
+
export declare const TextUppercaseIcon: IconComponent;
|
package/lib/types/src/trash.d.ts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export declare const TrashIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import type { IconComponent } from "./types";
|
|
2
|
+
export declare const TrashIcon: IconComponent;
|
package/package.json
CHANGED
package/lib/types/src/redo.d.ts
DELETED
package/lib/types/src/undo.d.ts
DELETED