@semcore/icon 16.2.1-prerelease.3 → 16.2.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/package.json +214 -214
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/icon",
|
|
3
3
|
"description": "Semrush Icon Component",
|
|
4
|
-
"version": "16.2.1
|
|
4
|
+
"version": "16.2.1",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/esm/index.mjs",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"author": "UI-kit team <ui-kit-team@semrush.com>",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@semcore/flex-box": "16.0.2
|
|
12
|
+
"@semcore/flex-box": "16.0.2",
|
|
13
13
|
"classnames": "2.2.6"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@semcore/base-components": "^16.0.
|
|
16
|
+
"@semcore/base-components": "^16.0.0"
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/classnames": "2.2.6",
|
|
25
25
|
"@semcore/icon-transform-svg": "1.1.0",
|
|
26
|
-
"@semcore/base-components": "16.0.2
|
|
26
|
+
"@semcore/base-components": "16.0.2",
|
|
27
27
|
"@semcore/testing-utils": "1.0.0"
|
|
28
28
|
},
|
|
29
29
|
"exports": {
|
|
@@ -192,6 +192,16 @@
|
|
|
192
192
|
"import": "./color/MicrosoftExchange/l/index.mjs",
|
|
193
193
|
"types": "./color/MicrosoftExchange/l/index.d.ts"
|
|
194
194
|
},
|
|
195
|
+
"./color/Microsoft/m": {
|
|
196
|
+
"require": "./color/Microsoft/m/index.js",
|
|
197
|
+
"import": "./color/Microsoft/m/index.mjs",
|
|
198
|
+
"types": "./color/Microsoft/m/index.d.ts"
|
|
199
|
+
},
|
|
200
|
+
"./color/Microsoft/l": {
|
|
201
|
+
"require": "./color/Microsoft/l/index.js",
|
|
202
|
+
"import": "./color/Microsoft/l/index.mjs",
|
|
203
|
+
"types": "./color/Microsoft/l/index.d.ts"
|
|
204
|
+
},
|
|
195
205
|
"./color/MetaColored/m": {
|
|
196
206
|
"require": "./color/MetaColored/m/index.js",
|
|
197
207
|
"import": "./color/MetaColored/m/index.mjs",
|
|
@@ -212,16 +222,6 @@
|
|
|
212
222
|
"import": "./color/Matomo/l/index.mjs",
|
|
213
223
|
"types": "./color/Matomo/l/index.d.ts"
|
|
214
224
|
},
|
|
215
|
-
"./color/Microsoft/m": {
|
|
216
|
-
"require": "./color/Microsoft/m/index.js",
|
|
217
|
-
"import": "./color/Microsoft/m/index.mjs",
|
|
218
|
-
"types": "./color/Microsoft/m/index.d.ts"
|
|
219
|
-
},
|
|
220
|
-
"./color/Microsoft/l": {
|
|
221
|
-
"require": "./color/Microsoft/l/index.js",
|
|
222
|
-
"import": "./color/Microsoft/l/index.mjs",
|
|
223
|
-
"types": "./color/Microsoft/l/index.d.ts"
|
|
224
|
-
},
|
|
225
225
|
"./color/Mailchimp/m": {
|
|
226
226
|
"require": "./color/Mailchimp/m/index.js",
|
|
227
227
|
"import": "./color/Mailchimp/m/index.mjs",
|
|
@@ -702,6 +702,16 @@
|
|
|
702
702
|
"import": "./platform/AIToolkit/index.mjs",
|
|
703
703
|
"types": "./platform/AIToolkit/index.d.ts"
|
|
704
704
|
},
|
|
705
|
+
"./ZoomPlus/m": {
|
|
706
|
+
"require": "./ZoomPlus/m/index.js",
|
|
707
|
+
"import": "./ZoomPlus/m/index.mjs",
|
|
708
|
+
"types": "./ZoomPlus/m/index.d.ts"
|
|
709
|
+
},
|
|
710
|
+
"./ZoomPlus/l": {
|
|
711
|
+
"require": "./ZoomPlus/l/index.js",
|
|
712
|
+
"import": "./ZoomPlus/l/index.mjs",
|
|
713
|
+
"types": "./ZoomPlus/l/index.d.ts"
|
|
714
|
+
},
|
|
705
715
|
"./ZoomMinus/m": {
|
|
706
716
|
"require": "./ZoomMinus/m/index.js",
|
|
707
717
|
"import": "./ZoomMinus/m/index.mjs",
|
|
@@ -732,26 +742,6 @@
|
|
|
732
742
|
"import": "./Yext/l/index.mjs",
|
|
733
743
|
"types": "./Yext/l/index.d.ts"
|
|
734
744
|
},
|
|
735
|
-
"./Youtube/m": {
|
|
736
|
-
"require": "./Youtube/m/index.js",
|
|
737
|
-
"import": "./Youtube/m/index.mjs",
|
|
738
|
-
"types": "./Youtube/m/index.d.ts"
|
|
739
|
-
},
|
|
740
|
-
"./Youtube/l": {
|
|
741
|
-
"require": "./Youtube/l/index.js",
|
|
742
|
-
"import": "./Youtube/l/index.mjs",
|
|
743
|
-
"types": "./Youtube/l/index.d.ts"
|
|
744
|
-
},
|
|
745
|
-
"./ZoomPlus/m": {
|
|
746
|
-
"require": "./ZoomPlus/m/index.js",
|
|
747
|
-
"import": "./ZoomPlus/m/index.mjs",
|
|
748
|
-
"types": "./ZoomPlus/m/index.d.ts"
|
|
749
|
-
},
|
|
750
|
-
"./ZoomPlus/l": {
|
|
751
|
-
"require": "./ZoomPlus/l/index.js",
|
|
752
|
-
"import": "./ZoomPlus/l/index.mjs",
|
|
753
|
-
"types": "./ZoomPlus/l/index.d.ts"
|
|
754
|
-
},
|
|
755
745
|
"./Wristwatch/m": {
|
|
756
746
|
"require": "./Wristwatch/m/index.js",
|
|
757
747
|
"import": "./Wristwatch/m/index.mjs",
|
|
@@ -762,15 +752,15 @@
|
|
|
762
752
|
"import": "./Wristwatch/l/index.mjs",
|
|
763
753
|
"types": "./Wristwatch/l/index.d.ts"
|
|
764
754
|
},
|
|
765
|
-
"./
|
|
766
|
-
"require": "./
|
|
767
|
-
"import": "./
|
|
768
|
-
"types": "./
|
|
755
|
+
"./Youtube/m": {
|
|
756
|
+
"require": "./Youtube/m/index.js",
|
|
757
|
+
"import": "./Youtube/m/index.mjs",
|
|
758
|
+
"types": "./Youtube/m/index.d.ts"
|
|
769
759
|
},
|
|
770
|
-
"./
|
|
771
|
-
"require": "./
|
|
772
|
-
"import": "./
|
|
773
|
-
"types": "./
|
|
760
|
+
"./Youtube/l": {
|
|
761
|
+
"require": "./Youtube/l/index.js",
|
|
762
|
+
"import": "./Youtube/l/index.mjs",
|
|
763
|
+
"types": "./Youtube/l/index.d.ts"
|
|
774
764
|
},
|
|
775
765
|
"./Wordpress/m": {
|
|
776
766
|
"require": "./Wordpress/m/index.js",
|
|
@@ -782,15 +772,15 @@
|
|
|
782
772
|
"import": "./Wordpress/l/index.mjs",
|
|
783
773
|
"types": "./Wordpress/l/index.d.ts"
|
|
784
774
|
},
|
|
785
|
-
"./
|
|
786
|
-
"require": "./
|
|
787
|
-
"import": "./
|
|
788
|
-
"types": "./
|
|
775
|
+
"./Wine/m": {
|
|
776
|
+
"require": "./Wine/m/index.js",
|
|
777
|
+
"import": "./Wine/m/index.mjs",
|
|
778
|
+
"types": "./Wine/m/index.d.ts"
|
|
789
779
|
},
|
|
790
|
-
"./
|
|
791
|
-
"require": "./
|
|
792
|
-
"import": "./
|
|
793
|
-
"types": "./
|
|
780
|
+
"./Wine/l": {
|
|
781
|
+
"require": "./Wine/l/index.js",
|
|
782
|
+
"import": "./Wine/l/index.mjs",
|
|
783
|
+
"types": "./Wine/l/index.d.ts"
|
|
794
784
|
},
|
|
795
785
|
"./WebPages/m": {
|
|
796
786
|
"require": "./WebPages/m/index.js",
|
|
@@ -802,6 +792,16 @@
|
|
|
802
792
|
"import": "./WebPages/l/index.mjs",
|
|
803
793
|
"types": "./WebPages/l/index.d.ts"
|
|
804
794
|
},
|
|
795
|
+
"./WebStories/m": {
|
|
796
|
+
"require": "./WebStories/m/index.js",
|
|
797
|
+
"import": "./WebStories/m/index.mjs",
|
|
798
|
+
"types": "./WebStories/m/index.d.ts"
|
|
799
|
+
},
|
|
800
|
+
"./WebStories/l": {
|
|
801
|
+
"require": "./WebStories/l/index.js",
|
|
802
|
+
"import": "./WebStories/l/index.mjs",
|
|
803
|
+
"types": "./WebStories/l/index.d.ts"
|
|
804
|
+
},
|
|
805
805
|
"./Warning/m": {
|
|
806
806
|
"require": "./Warning/m/index.js",
|
|
807
807
|
"import": "./Warning/m/index.mjs",
|
|
@@ -842,15 +842,15 @@
|
|
|
842
842
|
"import": "./VideoStreaming/l/index.mjs",
|
|
843
843
|
"types": "./VideoStreaming/l/index.d.ts"
|
|
844
844
|
},
|
|
845
|
-
"./
|
|
846
|
-
"require": "./
|
|
847
|
-
"import": "./
|
|
848
|
-
"types": "./
|
|
845
|
+
"./VideoList/m": {
|
|
846
|
+
"require": "./VideoList/m/index.js",
|
|
847
|
+
"import": "./VideoList/m/index.mjs",
|
|
848
|
+
"types": "./VideoList/m/index.d.ts"
|
|
849
849
|
},
|
|
850
|
-
"./
|
|
851
|
-
"require": "./
|
|
852
|
-
"import": "./
|
|
853
|
-
"types": "./
|
|
850
|
+
"./VideoList/l": {
|
|
851
|
+
"require": "./VideoList/l/index.js",
|
|
852
|
+
"import": "./VideoList/l/index.mjs",
|
|
853
|
+
"types": "./VideoList/l/index.d.ts"
|
|
854
854
|
},
|
|
855
855
|
"./VideoCarousel/m": {
|
|
856
856
|
"require": "./VideoCarousel/m/index.js",
|
|
@@ -862,25 +862,15 @@
|
|
|
862
862
|
"import": "./VideoCarousel/l/index.mjs",
|
|
863
863
|
"types": "./VideoCarousel/l/index.d.ts"
|
|
864
864
|
},
|
|
865
|
-
"./
|
|
866
|
-
"require": "./
|
|
867
|
-
"import": "./
|
|
868
|
-
"types": "./
|
|
869
|
-
},
|
|
870
|
-
"./VideoList/l": {
|
|
871
|
-
"require": "./VideoList/l/index.js",
|
|
872
|
-
"import": "./VideoList/l/index.mjs",
|
|
873
|
-
"types": "./VideoList/l/index.d.ts"
|
|
874
|
-
},
|
|
875
|
-
"./VideoAlt/m": {
|
|
876
|
-
"require": "./VideoAlt/m/index.js",
|
|
877
|
-
"import": "./VideoAlt/m/index.mjs",
|
|
878
|
-
"types": "./VideoAlt/m/index.d.ts"
|
|
865
|
+
"./VideoStop/m": {
|
|
866
|
+
"require": "./VideoStop/m/index.js",
|
|
867
|
+
"import": "./VideoStop/m/index.mjs",
|
|
868
|
+
"types": "./VideoStop/m/index.d.ts"
|
|
879
869
|
},
|
|
880
|
-
"./
|
|
881
|
-
"require": "./
|
|
882
|
-
"import": "./
|
|
883
|
-
"types": "./
|
|
870
|
+
"./VideoStop/l": {
|
|
871
|
+
"require": "./VideoStop/l/index.js",
|
|
872
|
+
"import": "./VideoStop/l/index.mjs",
|
|
873
|
+
"types": "./VideoStop/l/index.d.ts"
|
|
884
874
|
},
|
|
885
875
|
"./Video/m": {
|
|
886
876
|
"require": "./Video/m/index.js",
|
|
@@ -892,6 +882,16 @@
|
|
|
892
882
|
"import": "./Video/l/index.mjs",
|
|
893
883
|
"types": "./Video/l/index.d.ts"
|
|
894
884
|
},
|
|
885
|
+
"./VideoAlt/m": {
|
|
886
|
+
"require": "./VideoAlt/m/index.js",
|
|
887
|
+
"import": "./VideoAlt/m/index.mjs",
|
|
888
|
+
"types": "./VideoAlt/m/index.d.ts"
|
|
889
|
+
},
|
|
890
|
+
"./VideoAlt/l": {
|
|
891
|
+
"require": "./VideoAlt/l/index.js",
|
|
892
|
+
"import": "./VideoAlt/l/index.mjs",
|
|
893
|
+
"types": "./VideoAlt/l/index.d.ts"
|
|
894
|
+
},
|
|
895
895
|
"./Veterinary/m": {
|
|
896
896
|
"require": "./Veterinary/m/index.js",
|
|
897
897
|
"import": "./Veterinary/m/index.mjs",
|
|
@@ -922,16 +922,6 @@
|
|
|
922
922
|
"import": "./Vacation/l/index.mjs",
|
|
923
923
|
"types": "./Vacation/l/index.d.ts"
|
|
924
924
|
},
|
|
925
|
-
"./UserSharedFirst/m": {
|
|
926
|
-
"require": "./UserSharedFirst/m/index.js",
|
|
927
|
-
"import": "./UserSharedFirst/m/index.mjs",
|
|
928
|
-
"types": "./UserSharedFirst/m/index.d.ts"
|
|
929
|
-
},
|
|
930
|
-
"./UserSharedFirst/l": {
|
|
931
|
-
"require": "./UserSharedFirst/l/index.js",
|
|
932
|
-
"import": "./UserSharedFirst/l/index.mjs",
|
|
933
|
-
"types": "./UserSharedFirst/l/index.d.ts"
|
|
934
|
-
},
|
|
935
925
|
"./UserShared/m": {
|
|
936
926
|
"require": "./UserShared/m/index.js",
|
|
937
927
|
"import": "./UserShared/m/index.mjs",
|
|
@@ -952,6 +942,26 @@
|
|
|
952
942
|
"import": "./UserGroup/l/index.mjs",
|
|
953
943
|
"types": "./UserGroup/l/index.d.ts"
|
|
954
944
|
},
|
|
945
|
+
"./UserSharedFirst/m": {
|
|
946
|
+
"require": "./UserSharedFirst/m/index.js",
|
|
947
|
+
"import": "./UserSharedFirst/m/index.mjs",
|
|
948
|
+
"types": "./UserSharedFirst/m/index.d.ts"
|
|
949
|
+
},
|
|
950
|
+
"./UserSharedFirst/l": {
|
|
951
|
+
"require": "./UserSharedFirst/l/index.js",
|
|
952
|
+
"import": "./UserSharedFirst/l/index.mjs",
|
|
953
|
+
"types": "./UserSharedFirst/l/index.d.ts"
|
|
954
|
+
},
|
|
955
|
+
"./Unsplash/m": {
|
|
956
|
+
"require": "./Unsplash/m/index.js",
|
|
957
|
+
"import": "./Unsplash/m/index.mjs",
|
|
958
|
+
"types": "./Unsplash/m/index.d.ts"
|
|
959
|
+
},
|
|
960
|
+
"./Unsplash/l": {
|
|
961
|
+
"require": "./Unsplash/l/index.js",
|
|
962
|
+
"import": "./Unsplash/l/index.mjs",
|
|
963
|
+
"types": "./Unsplash/l/index.d.ts"
|
|
964
|
+
},
|
|
955
965
|
"./UserDemo/m": {
|
|
956
966
|
"require": "./UserDemo/m/index.js",
|
|
957
967
|
"import": "./UserDemo/m/index.mjs",
|
|
@@ -972,15 +982,15 @@
|
|
|
972
982
|
"import": "./User/l/index.mjs",
|
|
973
983
|
"types": "./User/l/index.d.ts"
|
|
974
984
|
},
|
|
975
|
-
"./
|
|
976
|
-
"require": "./
|
|
977
|
-
"import": "./
|
|
978
|
-
"types": "./
|
|
985
|
+
"./Unarchive/m": {
|
|
986
|
+
"require": "./Unarchive/m/index.js",
|
|
987
|
+
"import": "./Unarchive/m/index.mjs",
|
|
988
|
+
"types": "./Unarchive/m/index.d.ts"
|
|
979
989
|
},
|
|
980
|
-
"./
|
|
981
|
-
"require": "./
|
|
982
|
-
"import": "./
|
|
983
|
-
"types": "./
|
|
990
|
+
"./Unarchive/l": {
|
|
991
|
+
"require": "./Unarchive/l/index.js",
|
|
992
|
+
"import": "./Unarchive/l/index.mjs",
|
|
993
|
+
"types": "./Unarchive/l/index.d.ts"
|
|
984
994
|
},
|
|
985
995
|
"./Undo/m": {
|
|
986
996
|
"require": "./Undo/m/index.js",
|
|
@@ -992,16 +1002,6 @@
|
|
|
992
1002
|
"import": "./Undo/l/index.mjs",
|
|
993
1003
|
"types": "./Undo/l/index.d.ts"
|
|
994
1004
|
},
|
|
995
|
-
"./Unarchive/m": {
|
|
996
|
-
"require": "./Unarchive/m/index.js",
|
|
997
|
-
"import": "./Unarchive/m/index.mjs",
|
|
998
|
-
"types": "./Unarchive/m/index.d.ts"
|
|
999
|
-
},
|
|
1000
|
-
"./Unarchive/l": {
|
|
1001
|
-
"require": "./Unarchive/l/index.js",
|
|
1002
|
-
"import": "./Unarchive/l/index.mjs",
|
|
1003
|
-
"types": "./Unarchive/l/index.d.ts"
|
|
1004
|
-
},
|
|
1005
1005
|
"./TwitterCarousel/m": {
|
|
1006
1006
|
"require": "./TwitterCarousel/m/index.js",
|
|
1007
1007
|
"import": "./TwitterCarousel/m/index.mjs",
|
|
@@ -1042,16 +1042,6 @@
|
|
|
1042
1042
|
"import": "./Trash/l/index.mjs",
|
|
1043
1043
|
"types": "./Trash/l/index.d.ts"
|
|
1044
1044
|
},
|
|
1045
|
-
"./Toxic/m": {
|
|
1046
|
-
"require": "./Toxic/m/index.js",
|
|
1047
|
-
"import": "./Toxic/m/index.mjs",
|
|
1048
|
-
"types": "./Toxic/m/index.d.ts"
|
|
1049
|
-
},
|
|
1050
|
-
"./Toxic/l": {
|
|
1051
|
-
"require": "./Toxic/l/index.js",
|
|
1052
|
-
"import": "./Toxic/l/index.mjs",
|
|
1053
|
-
"types": "./Toxic/l/index.d.ts"
|
|
1054
|
-
},
|
|
1055
1045
|
"./TopStories/m": {
|
|
1056
1046
|
"require": "./TopStories/m/index.js",
|
|
1057
1047
|
"import": "./TopStories/m/index.mjs",
|
|
@@ -1062,6 +1052,16 @@
|
|
|
1062
1052
|
"import": "./TopStories/l/index.mjs",
|
|
1063
1053
|
"types": "./TopStories/l/index.d.ts"
|
|
1064
1054
|
},
|
|
1055
|
+
"./Toxic/m": {
|
|
1056
|
+
"require": "./Toxic/m/index.js",
|
|
1057
|
+
"import": "./Toxic/m/index.mjs",
|
|
1058
|
+
"types": "./Toxic/m/index.d.ts"
|
|
1059
|
+
},
|
|
1060
|
+
"./Toxic/l": {
|
|
1061
|
+
"require": "./Toxic/l/index.js",
|
|
1062
|
+
"import": "./Toxic/l/index.mjs",
|
|
1063
|
+
"types": "./Toxic/l/index.d.ts"
|
|
1064
|
+
},
|
|
1065
1065
|
"./TimeNight/m": {
|
|
1066
1066
|
"require": "./TimeNight/m/index.js",
|
|
1067
1067
|
"import": "./TimeNight/m/index.mjs",
|
|
@@ -1102,16 +1102,6 @@
|
|
|
1102
1102
|
"import": "./Tile/l/index.mjs",
|
|
1103
1103
|
"types": "./Tile/l/index.d.ts"
|
|
1104
1104
|
},
|
|
1105
|
-
"./TikTok/m": {
|
|
1106
|
-
"require": "./TikTok/m/index.js",
|
|
1107
|
-
"import": "./TikTok/m/index.mjs",
|
|
1108
|
-
"types": "./TikTok/m/index.d.ts"
|
|
1109
|
-
},
|
|
1110
|
-
"./TikTok/l": {
|
|
1111
|
-
"require": "./TikTok/l/index.js",
|
|
1112
|
-
"import": "./TikTok/l/index.mjs",
|
|
1113
|
-
"types": "./TikTok/l/index.d.ts"
|
|
1114
|
-
},
|
|
1115
1105
|
"./ThumbUp/m": {
|
|
1116
1106
|
"require": "./ThumbUp/m/index.js",
|
|
1117
1107
|
"import": "./ThumbUp/m/index.mjs",
|
|
@@ -1122,6 +1112,16 @@
|
|
|
1122
1112
|
"import": "./ThumbUp/l/index.mjs",
|
|
1123
1113
|
"types": "./ThumbUp/l/index.d.ts"
|
|
1124
1114
|
},
|
|
1115
|
+
"./TikTok/m": {
|
|
1116
|
+
"require": "./TikTok/m/index.js",
|
|
1117
|
+
"import": "./TikTok/m/index.mjs",
|
|
1118
|
+
"types": "./TikTok/m/index.d.ts"
|
|
1119
|
+
},
|
|
1120
|
+
"./TikTok/l": {
|
|
1121
|
+
"require": "./TikTok/l/index.js",
|
|
1122
|
+
"import": "./TikTok/l/index.mjs",
|
|
1123
|
+
"types": "./TikTok/l/index.d.ts"
|
|
1124
|
+
},
|
|
1125
1125
|
"./ThumbDown/m": {
|
|
1126
1126
|
"require": "./ThumbDown/m/index.js",
|
|
1127
1127
|
"import": "./ThumbDown/m/index.mjs",
|
|
@@ -1152,16 +1152,6 @@
|
|
|
1152
1152
|
"import": "./Telescope/l/index.mjs",
|
|
1153
1153
|
"types": "./Telescope/l/index.d.ts"
|
|
1154
1154
|
},
|
|
1155
|
-
"./TagFilled/m": {
|
|
1156
|
-
"require": "./TagFilled/m/index.js",
|
|
1157
|
-
"import": "./TagFilled/m/index.mjs",
|
|
1158
|
-
"types": "./TagFilled/m/index.d.ts"
|
|
1159
|
-
},
|
|
1160
|
-
"./TagFilled/l": {
|
|
1161
|
-
"require": "./TagFilled/l/index.js",
|
|
1162
|
-
"import": "./TagFilled/l/index.mjs",
|
|
1163
|
-
"types": "./TagFilled/l/index.d.ts"
|
|
1164
|
-
},
|
|
1165
1155
|
"./Tag/m": {
|
|
1166
1156
|
"require": "./Tag/m/index.js",
|
|
1167
1157
|
"import": "./Tag/m/index.mjs",
|
|
@@ -1172,6 +1162,16 @@
|
|
|
1172
1162
|
"import": "./Tag/l/index.mjs",
|
|
1173
1163
|
"types": "./Tag/l/index.d.ts"
|
|
1174
1164
|
},
|
|
1165
|
+
"./TagFilled/m": {
|
|
1166
|
+
"require": "./TagFilled/m/index.js",
|
|
1167
|
+
"import": "./TagFilled/m/index.mjs",
|
|
1168
|
+
"types": "./TagFilled/m/index.d.ts"
|
|
1169
|
+
},
|
|
1170
|
+
"./TagFilled/l": {
|
|
1171
|
+
"require": "./TagFilled/l/index.js",
|
|
1172
|
+
"import": "./TagFilled/l/index.mjs",
|
|
1173
|
+
"types": "./TagFilled/l/index.d.ts"
|
|
1174
|
+
},
|
|
1175
1175
|
"./TackNo/m": {
|
|
1176
1176
|
"require": "./TackNo/m/index.js",
|
|
1177
1177
|
"import": "./TackNo/m/index.mjs",
|
|
@@ -1192,16 +1192,6 @@
|
|
|
1192
1192
|
"import": "./Tack/l/index.mjs",
|
|
1193
1193
|
"types": "./Tack/l/index.d.ts"
|
|
1194
1194
|
},
|
|
1195
|
-
"./Tablet/m": {
|
|
1196
|
-
"require": "./Tablet/m/index.js",
|
|
1197
|
-
"import": "./Tablet/m/index.mjs",
|
|
1198
|
-
"types": "./Tablet/m/index.d.ts"
|
|
1199
|
-
},
|
|
1200
|
-
"./Tablet/l": {
|
|
1201
|
-
"require": "./Tablet/l/index.js",
|
|
1202
|
-
"import": "./Tablet/l/index.mjs",
|
|
1203
|
-
"types": "./Tablet/l/index.d.ts"
|
|
1204
|
-
},
|
|
1205
1195
|
"./Table/m": {
|
|
1206
1196
|
"require": "./Table/m/index.js",
|
|
1207
1197
|
"import": "./Table/m/index.mjs",
|
|
@@ -1212,6 +1202,16 @@
|
|
|
1212
1202
|
"import": "./Table/l/index.mjs",
|
|
1213
1203
|
"types": "./Table/l/index.d.ts"
|
|
1214
1204
|
},
|
|
1205
|
+
"./Tablet/m": {
|
|
1206
|
+
"require": "./Tablet/m/index.js",
|
|
1207
|
+
"import": "./Tablet/m/index.mjs",
|
|
1208
|
+
"types": "./Tablet/m/index.d.ts"
|
|
1209
|
+
},
|
|
1210
|
+
"./Tablet/l": {
|
|
1211
|
+
"require": "./Tablet/l/index.js",
|
|
1212
|
+
"import": "./Tablet/l/index.mjs",
|
|
1213
|
+
"types": "./Tablet/l/index.d.ts"
|
|
1214
|
+
},
|
|
1215
1215
|
"./SummaryAI/m": {
|
|
1216
1216
|
"require": "./SummaryAI/m/index.js",
|
|
1217
1217
|
"import": "./SummaryAI/m/index.mjs",
|
|
@@ -1732,16 +1732,6 @@
|
|
|
1732
1732
|
"import": "./Redirect/l/index.mjs",
|
|
1733
1733
|
"types": "./Redirect/l/index.d.ts"
|
|
1734
1734
|
},
|
|
1735
|
-
"./Recent/m": {
|
|
1736
|
-
"require": "./Recent/m/index.js",
|
|
1737
|
-
"import": "./Recent/m/index.mjs",
|
|
1738
|
-
"types": "./Recent/m/index.d.ts"
|
|
1739
|
-
},
|
|
1740
|
-
"./Recent/l": {
|
|
1741
|
-
"require": "./Recent/l/index.js",
|
|
1742
|
-
"import": "./Recent/l/index.mjs",
|
|
1743
|
-
"types": "./Recent/l/index.d.ts"
|
|
1744
|
-
},
|
|
1745
1735
|
"./Recreation/m": {
|
|
1746
1736
|
"require": "./Recreation/m/index.js",
|
|
1747
1737
|
"import": "./Recreation/m/index.mjs",
|
|
@@ -1752,6 +1742,16 @@
|
|
|
1752
1742
|
"import": "./Recreation/l/index.mjs",
|
|
1753
1743
|
"types": "./Recreation/l/index.d.ts"
|
|
1754
1744
|
},
|
|
1745
|
+
"./Recent/m": {
|
|
1746
|
+
"require": "./Recent/m/index.js",
|
|
1747
|
+
"import": "./Recent/m/index.mjs",
|
|
1748
|
+
"types": "./Recent/m/index.d.ts"
|
|
1749
|
+
},
|
|
1750
|
+
"./Recent/l": {
|
|
1751
|
+
"require": "./Recent/l/index.js",
|
|
1752
|
+
"import": "./Recent/l/index.mjs",
|
|
1753
|
+
"types": "./Recent/l/index.d.ts"
|
|
1754
|
+
},
|
|
1755
1755
|
"./QuestionsAnswers/m": {
|
|
1756
1756
|
"require": "./QuestionsAnswers/m/index.js",
|
|
1757
1757
|
"import": "./QuestionsAnswers/m/index.mjs",
|
|
@@ -1922,16 +1922,6 @@
|
|
|
1922
1922
|
"import": "./PopularStores/l/index.mjs",
|
|
1923
1923
|
"types": "./PopularStores/l/index.d.ts"
|
|
1924
1924
|
},
|
|
1925
|
-
"./Plug/m": {
|
|
1926
|
-
"require": "./Plug/m/index.js",
|
|
1927
|
-
"import": "./Plug/m/index.mjs",
|
|
1928
|
-
"types": "./Plug/m/index.d.ts"
|
|
1929
|
-
},
|
|
1930
|
-
"./Plug/l": {
|
|
1931
|
-
"require": "./Plug/l/index.js",
|
|
1932
|
-
"import": "./Plug/l/index.mjs",
|
|
1933
|
-
"types": "./Plug/l/index.d.ts"
|
|
1934
|
-
},
|
|
1935
1925
|
"./PopularProducts/m": {
|
|
1936
1926
|
"require": "./PopularProducts/m/index.js",
|
|
1937
1927
|
"import": "./PopularProducts/m/index.mjs",
|
|
@@ -1942,6 +1932,16 @@
|
|
|
1942
1932
|
"import": "./PopularProducts/l/index.mjs",
|
|
1943
1933
|
"types": "./PopularProducts/l/index.d.ts"
|
|
1944
1934
|
},
|
|
1935
|
+
"./Plug/m": {
|
|
1936
|
+
"require": "./Plug/m/index.js",
|
|
1937
|
+
"import": "./Plug/m/index.mjs",
|
|
1938
|
+
"types": "./Plug/m/index.d.ts"
|
|
1939
|
+
},
|
|
1940
|
+
"./Plug/l": {
|
|
1941
|
+
"require": "./Plug/l/index.js",
|
|
1942
|
+
"import": "./Plug/l/index.mjs",
|
|
1943
|
+
"types": "./Plug/l/index.d.ts"
|
|
1944
|
+
},
|
|
1945
1945
|
"./Pinterest/m": {
|
|
1946
1946
|
"require": "./Pinterest/m/index.js",
|
|
1947
1947
|
"import": "./Pinterest/m/index.mjs",
|
|
@@ -3072,6 +3072,16 @@
|
|
|
3072
3072
|
"import": "./FileExport/l/index.mjs",
|
|
3073
3073
|
"types": "./FileExport/l/index.d.ts"
|
|
3074
3074
|
},
|
|
3075
|
+
"./FileDownload/m": {
|
|
3076
|
+
"require": "./FileDownload/m/index.js",
|
|
3077
|
+
"import": "./FileDownload/m/index.mjs",
|
|
3078
|
+
"types": "./FileDownload/m/index.d.ts"
|
|
3079
|
+
},
|
|
3080
|
+
"./FileDownload/l": {
|
|
3081
|
+
"require": "./FileDownload/l/index.js",
|
|
3082
|
+
"import": "./FileDownload/l/index.mjs",
|
|
3083
|
+
"types": "./FileDownload/l/index.d.ts"
|
|
3084
|
+
},
|
|
3075
3085
|
"./FeaturedVideo/m": {
|
|
3076
3086
|
"require": "./FeaturedVideo/m/index.js",
|
|
3077
3087
|
"import": "./FeaturedVideo/m/index.mjs",
|
|
@@ -3092,16 +3102,6 @@
|
|
|
3092
3102
|
"import": "./FeaturedImage/l/index.mjs",
|
|
3093
3103
|
"types": "./FeaturedImage/l/index.d.ts"
|
|
3094
3104
|
},
|
|
3095
|
-
"./FileDownload/m": {
|
|
3096
|
-
"require": "./FileDownload/m/index.js",
|
|
3097
|
-
"import": "./FileDownload/m/index.mjs",
|
|
3098
|
-
"types": "./FileDownload/m/index.d.ts"
|
|
3099
|
-
},
|
|
3100
|
-
"./FileDownload/l": {
|
|
3101
|
-
"require": "./FileDownload/l/index.js",
|
|
3102
|
-
"import": "./FileDownload/l/index.mjs",
|
|
3103
|
-
"types": "./FileDownload/l/index.d.ts"
|
|
3104
|
-
},
|
|
3105
3105
|
"./FavoriteFilled/m": {
|
|
3106
3106
|
"require": "./FavoriteFilled/m/index.js",
|
|
3107
3107
|
"import": "./FavoriteFilled/m/index.mjs",
|
|
@@ -3292,16 +3292,6 @@
|
|
|
3292
3292
|
"import": "./DocumentPdf/l/index.mjs",
|
|
3293
3293
|
"types": "./DocumentPdf/l/index.d.ts"
|
|
3294
3294
|
},
|
|
3295
|
-
"./DocumentHappy/m": {
|
|
3296
|
-
"require": "./DocumentHappy/m/index.js",
|
|
3297
|
-
"import": "./DocumentHappy/m/index.mjs",
|
|
3298
|
-
"types": "./DocumentHappy/m/index.d.ts"
|
|
3299
|
-
},
|
|
3300
|
-
"./DocumentHappy/l": {
|
|
3301
|
-
"require": "./DocumentHappy/l/index.js",
|
|
3302
|
-
"import": "./DocumentHappy/l/index.mjs",
|
|
3303
|
-
"types": "./DocumentHappy/l/index.d.ts"
|
|
3304
|
-
},
|
|
3305
3295
|
"./DocumentExport/m": {
|
|
3306
3296
|
"require": "./DocumentExport/m/index.js",
|
|
3307
3297
|
"import": "./DocumentExport/m/index.mjs",
|
|
@@ -3312,6 +3302,16 @@
|
|
|
3312
3302
|
"import": "./DocumentExport/l/index.mjs",
|
|
3313
3303
|
"types": "./DocumentExport/l/index.d.ts"
|
|
3314
3304
|
},
|
|
3305
|
+
"./DocumentHappy/m": {
|
|
3306
|
+
"require": "./DocumentHappy/m/index.js",
|
|
3307
|
+
"import": "./DocumentHappy/m/index.mjs",
|
|
3308
|
+
"types": "./DocumentHappy/m/index.d.ts"
|
|
3309
|
+
},
|
|
3310
|
+
"./DocumentHappy/l": {
|
|
3311
|
+
"require": "./DocumentHappy/l/index.js",
|
|
3312
|
+
"import": "./DocumentHappy/l/index.mjs",
|
|
3313
|
+
"types": "./DocumentHappy/l/index.d.ts"
|
|
3314
|
+
},
|
|
3315
3315
|
"./DocumentDrop/m": {
|
|
3316
3316
|
"require": "./DocumentDrop/m/index.js",
|
|
3317
3317
|
"import": "./DocumentDrop/m/index.mjs",
|
|
@@ -3362,16 +3362,6 @@
|
|
|
3362
3362
|
"import": "./Desktop/l/index.mjs",
|
|
3363
3363
|
"types": "./Desktop/l/index.d.ts"
|
|
3364
3364
|
},
|
|
3365
|
-
"./Cut/m": {
|
|
3366
|
-
"require": "./Cut/m/index.js",
|
|
3367
|
-
"import": "./Cut/m/index.mjs",
|
|
3368
|
-
"types": "./Cut/m/index.d.ts"
|
|
3369
|
-
},
|
|
3370
|
-
"./Cut/l": {
|
|
3371
|
-
"require": "./Cut/l/index.js",
|
|
3372
|
-
"import": "./Cut/l/index.mjs",
|
|
3373
|
-
"types": "./Cut/l/index.d.ts"
|
|
3374
|
-
},
|
|
3375
3365
|
"./CursorMove/m": {
|
|
3376
3366
|
"require": "./CursorMove/m/index.js",
|
|
3377
3367
|
"import": "./CursorMove/m/index.mjs",
|
|
@@ -3382,6 +3372,16 @@
|
|
|
3382
3372
|
"import": "./CursorMove/l/index.mjs",
|
|
3383
3373
|
"types": "./CursorMove/l/index.d.ts"
|
|
3384
3374
|
},
|
|
3375
|
+
"./Cut/m": {
|
|
3376
|
+
"require": "./Cut/m/index.js",
|
|
3377
|
+
"import": "./Cut/m/index.mjs",
|
|
3378
|
+
"types": "./Cut/m/index.d.ts"
|
|
3379
|
+
},
|
|
3380
|
+
"./Cut/l": {
|
|
3381
|
+
"require": "./Cut/l/index.js",
|
|
3382
|
+
"import": "./Cut/l/index.mjs",
|
|
3383
|
+
"types": "./Cut/l/index.d.ts"
|
|
3384
|
+
},
|
|
3385
3385
|
"./CursorDefault/m": {
|
|
3386
3386
|
"require": "./CursorDefault/m/index.js",
|
|
3387
3387
|
"import": "./CursorDefault/m/index.mjs",
|
|
@@ -3882,16 +3882,6 @@
|
|
|
3882
3882
|
"import": "./CalendarCheck/l/index.mjs",
|
|
3883
3883
|
"types": "./CalendarCheck/l/index.d.ts"
|
|
3884
3884
|
},
|
|
3885
|
-
"./Bulb/m": {
|
|
3886
|
-
"require": "./Bulb/m/index.js",
|
|
3887
|
-
"import": "./Bulb/m/index.mjs",
|
|
3888
|
-
"types": "./Bulb/m/index.d.ts"
|
|
3889
|
-
},
|
|
3890
|
-
"./Bulb/l": {
|
|
3891
|
-
"require": "./Bulb/l/index.js",
|
|
3892
|
-
"import": "./Bulb/l/index.mjs",
|
|
3893
|
-
"types": "./Bulb/l/index.d.ts"
|
|
3894
|
-
},
|
|
3895
3885
|
"./Calendar/m": {
|
|
3896
3886
|
"require": "./Calendar/m/index.js",
|
|
3897
3887
|
"import": "./Calendar/m/index.mjs",
|
|
@@ -3902,6 +3892,16 @@
|
|
|
3902
3892
|
"import": "./Calendar/l/index.mjs",
|
|
3903
3893
|
"types": "./Calendar/l/index.d.ts"
|
|
3904
3894
|
},
|
|
3895
|
+
"./Bulb/m": {
|
|
3896
|
+
"require": "./Bulb/m/index.js",
|
|
3897
|
+
"import": "./Bulb/m/index.mjs",
|
|
3898
|
+
"types": "./Bulb/m/index.d.ts"
|
|
3899
|
+
},
|
|
3900
|
+
"./Bulb/l": {
|
|
3901
|
+
"require": "./Bulb/l/index.js",
|
|
3902
|
+
"import": "./Bulb/l/index.mjs",
|
|
3903
|
+
"types": "./Bulb/l/index.d.ts"
|
|
3904
|
+
},
|
|
3905
3905
|
"./Briefcase/m": {
|
|
3906
3906
|
"require": "./Briefcase/m/index.js",
|
|
3907
3907
|
"import": "./Briefcase/m/index.mjs",
|
|
@@ -4092,16 +4092,6 @@
|
|
|
4092
4092
|
"import": "./AppsBlock/l/index.mjs",
|
|
4093
4093
|
"types": "./AppsBlock/l/index.d.ts"
|
|
4094
4094
|
},
|
|
4095
|
-
"./Android/m": {
|
|
4096
|
-
"require": "./Android/m/index.js",
|
|
4097
|
-
"import": "./Android/m/index.mjs",
|
|
4098
|
-
"types": "./Android/m/index.d.ts"
|
|
4099
|
-
},
|
|
4100
|
-
"./Android/l": {
|
|
4101
|
-
"require": "./Android/l/index.js",
|
|
4102
|
-
"import": "./Android/l/index.mjs",
|
|
4103
|
-
"types": "./Android/l/index.d.ts"
|
|
4104
|
-
},
|
|
4105
4095
|
"./Apple/m": {
|
|
4106
4096
|
"require": "./Apple/m/index.js",
|
|
4107
4097
|
"import": "./Apple/m/index.mjs",
|
|
@@ -4112,6 +4102,16 @@
|
|
|
4112
4102
|
"import": "./Apple/l/index.mjs",
|
|
4113
4103
|
"types": "./Apple/l/index.d.ts"
|
|
4114
4104
|
},
|
|
4105
|
+
"./Android/m": {
|
|
4106
|
+
"require": "./Android/m/index.js",
|
|
4107
|
+
"import": "./Android/m/index.mjs",
|
|
4108
|
+
"types": "./Android/m/index.d.ts"
|
|
4109
|
+
},
|
|
4110
|
+
"./Android/l": {
|
|
4111
|
+
"require": "./Android/l/index.js",
|
|
4112
|
+
"import": "./Android/l/index.mjs",
|
|
4113
|
+
"types": "./Android/l/index.d.ts"
|
|
4114
|
+
},
|
|
4115
4115
|
"./Amp/m": {
|
|
4116
4116
|
"require": "./Amp/m/index.js",
|
|
4117
4117
|
"import": "./Amp/m/index.mjs",
|