@contentful/f36-icons 4.28.0 → 4.28.1
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/dist/esm/index.js.map +1 -1
- package/dist/index.d.mts +19 -0
- package/dist/index.d.ts +19 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import * as _contentful_f36_icon from '@contentful/f36-icon';
|
|
2
2
|
export { IconComponent, GeneratedIconProps as IconProps, IconSize, IconVariant } from '@contentful/f36-icon';
|
|
3
3
|
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated This icon will be removed in a future major release.
|
|
6
|
+
*/
|
|
4
7
|
declare const Appearance: {
|
|
5
8
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
6
9
|
displayName: string;
|
|
@@ -571,11 +574,17 @@ declare const HeadingTwoTrimmed: {
|
|
|
571
574
|
displayName: string;
|
|
572
575
|
};
|
|
573
576
|
|
|
577
|
+
/**
|
|
578
|
+
* @deprecated This icon will be removed in a future major release.
|
|
579
|
+
*/
|
|
574
580
|
declare const HelpCircle: {
|
|
575
581
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
576
582
|
displayName: string;
|
|
577
583
|
};
|
|
578
584
|
|
|
585
|
+
/**
|
|
586
|
+
* @deprecated This icon will be removed in a future major release.
|
|
587
|
+
*/
|
|
579
588
|
declare const HelpCircleInverted: {
|
|
580
589
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
581
590
|
displayName: string;
|
|
@@ -694,6 +703,9 @@ declare const Logout: {
|
|
|
694
703
|
displayName: string;
|
|
695
704
|
};
|
|
696
705
|
|
|
706
|
+
/**
|
|
707
|
+
* @deprecated This icon will be removed in a future major release.
|
|
708
|
+
*/
|
|
697
709
|
declare const LooksOne: {
|
|
698
710
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
699
711
|
displayName: string;
|
|
@@ -708,6 +720,9 @@ declare const LooksOneTrimmed: {
|
|
|
708
720
|
displayName: string;
|
|
709
721
|
};
|
|
710
722
|
|
|
723
|
+
/**
|
|
724
|
+
* @deprecated This icon will be removed in a future major release.
|
|
725
|
+
*/
|
|
711
726
|
declare const LooksTwo: {
|
|
712
727
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
713
728
|
displayName: string;
|
|
@@ -760,6 +775,10 @@ declare const MoreHorizontalTrimmed: {
|
|
|
760
775
|
displayName: string;
|
|
761
776
|
};
|
|
762
777
|
|
|
778
|
+
/**
|
|
779
|
+
* @deprecated This icon will be removed in a future major release.
|
|
780
|
+
* Please use the `MoreHorizontal` icon instead.
|
|
781
|
+
*/
|
|
763
782
|
declare const MoreVertical: {
|
|
764
783
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
765
784
|
displayName: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import * as _contentful_f36_icon from '@contentful/f36-icon';
|
|
2
2
|
export { IconComponent, GeneratedIconProps as IconProps, IconSize, IconVariant } from '@contentful/f36-icon';
|
|
3
3
|
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated This icon will be removed in a future major release.
|
|
6
|
+
*/
|
|
4
7
|
declare const Appearance: {
|
|
5
8
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
6
9
|
displayName: string;
|
|
@@ -571,11 +574,17 @@ declare const HeadingTwoTrimmed: {
|
|
|
571
574
|
displayName: string;
|
|
572
575
|
};
|
|
573
576
|
|
|
577
|
+
/**
|
|
578
|
+
* @deprecated This icon will be removed in a future major release.
|
|
579
|
+
*/
|
|
574
580
|
declare const HelpCircle: {
|
|
575
581
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
576
582
|
displayName: string;
|
|
577
583
|
};
|
|
578
584
|
|
|
585
|
+
/**
|
|
586
|
+
* @deprecated This icon will be removed in a future major release.
|
|
587
|
+
*/
|
|
579
588
|
declare const HelpCircleInverted: {
|
|
580
589
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
581
590
|
displayName: string;
|
|
@@ -694,6 +703,9 @@ declare const Logout: {
|
|
|
694
703
|
displayName: string;
|
|
695
704
|
};
|
|
696
705
|
|
|
706
|
+
/**
|
|
707
|
+
* @deprecated This icon will be removed in a future major release.
|
|
708
|
+
*/
|
|
697
709
|
declare const LooksOne: {
|
|
698
710
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
699
711
|
displayName: string;
|
|
@@ -708,6 +720,9 @@ declare const LooksOneTrimmed: {
|
|
|
708
720
|
displayName: string;
|
|
709
721
|
};
|
|
710
722
|
|
|
723
|
+
/**
|
|
724
|
+
* @deprecated This icon will be removed in a future major release.
|
|
725
|
+
*/
|
|
711
726
|
declare const LooksTwo: {
|
|
712
727
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
713
728
|
displayName: string;
|
|
@@ -760,6 +775,10 @@ declare const MoreHorizontalTrimmed: {
|
|
|
760
775
|
displayName: string;
|
|
761
776
|
};
|
|
762
777
|
|
|
778
|
+
/**
|
|
779
|
+
* @deprecated This icon will be removed in a future major release.
|
|
780
|
+
* Please use the `MoreHorizontal` icon instead.
|
|
781
|
+
*/
|
|
763
782
|
declare const MoreVertical: {
|
|
764
783
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
765
784
|
displayName: string;
|