@abqm-ds/icons 4.0.20 → 4.0.22
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/.turbo/turbo-build.log +7 -7
- package/CHANGELOG.md +12 -0
- package/dist/index.cjs +591 -400
- package/dist/index.d.cts +13 -1
- package/dist/index.d.ts +13 -1
- package/dist/index.js +585 -400
- package/package.json +1 -1
- package/src/components/icons/ArrowLeftSquareIcon.tsx +26 -0
- package/src/components/icons/ArrowRightSquareIcon.tsx +26 -0
- package/src/components/icons/EyeFillIcon.tsx +18 -0
- package/src/components/icons/EyeIcon.tsx +21 -0
- package/src/components/icons/EyeSlashFillIcon.tsx +21 -0
- package/src/components/icons/EyeSlashIcon.tsx +25 -0
- package/src/components/icons/index.ts +6 -0
- package/src/icons/arrow-left-square.svg +10 -0
- package/src/icons/arrow-right-square.svg +10 -0
- package/src/icons/eye-fill.svg +4 -0
- package/src/icons/eye-slash-fill.svg +4 -0
- package/src/icons/eye-slash.svg +5 -0
- package/src/icons/eye.svg +4 -0
package/dist/index.d.cts
CHANGED
|
@@ -5,6 +5,10 @@ declare const AppleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.J
|
|
|
5
5
|
|
|
6
6
|
declare const ArrowDownShortIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
7
7
|
|
|
8
|
+
declare const ArrowLeftSquareIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
9
|
+
|
|
10
|
+
declare const ArrowRightSquareIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
8
12
|
declare const AwardFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
9
13
|
|
|
10
14
|
declare const BarChartIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -47,6 +51,14 @@ declare const CurrencyDollarIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_
|
|
|
47
51
|
|
|
48
52
|
declare const DashIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
49
53
|
|
|
54
|
+
declare const EyeFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
55
|
+
|
|
56
|
+
declare const EyeIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
57
|
+
|
|
58
|
+
declare const EyeSlashFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
59
|
+
|
|
60
|
+
declare const EyeSlashIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
61
|
+
|
|
50
62
|
declare const FacebookIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
51
63
|
|
|
52
64
|
declare const FileEarmarkCheckIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -169,4 +181,4 @@ declare const DefaultHorseRoundedIconIMG: (props: SVGProps<SVGSVGElement>) => re
|
|
|
169
181
|
|
|
170
182
|
declare const DefaultHorseSquadIconIMG: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
171
183
|
|
|
172
|
-
export { AbqmOficialColoredIconSEQM, ApartacaoIconSEQM, AppleIcon, ArrowDownShortIcon, AwardFillIcon, BarChartIcon, BarChartLineIcon, BoxArrowInLeftIcon, BreakawayRopingIconSEQM, BroadcastIcon, BulldogIconSEQM, Calendar4WeekIcon, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CaretUpFillIcon, CheckAllIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CincoTamboresIconSEQM, CircleIcon, ConformacaoIconSEQM, CorridaIconSEQM, CrossFullfiledIcon, CrossIcon, CurrencyDollarIcon, DashIcon, DefaultHorseRoundedIconIMG, DefaultHorseSquadIconIMG, EventSummaryDefaultIcon, FacebookIcon, FileEarmarkCheckIcon, FileEarmarkTextIcon, FileTextIcon, FilterCircleIcon, FilterIcon, GoogleColorIcon, GoogleIcon, InstagramIcon, LacoCabecaIconSEQM, LacoCompridoIconSEQM, LacoCompridoTecnicoIconSEQM, LacoEmDuplaIconSEQM, LacoIndividualIconSEQM, LacoIndividualTecnicoIconSEQM, LacoPeIconSEQM, LaurelIcon, Link45DegIcon, ListIcon, ListOlIcon, LogoAbqmBorderedEmeraldIcon, LogoAbqmBorderedWhiteIcon, LogoPadraoIcon, LogoSeqmBlackGreenIcon, LogoSeqmIcon, LogoSeqmMobileIcon, ManeabilidadeEVelocidadeIconSEQM, Medal2Icon, Medal3Icon, MedalIcon, PencilSquareIcon, PerformanceHalterIconSEQM, PersonCircleIcon, PlusIcon, PrinterIcon, RanchSortingIconSEQM, RedeasIconSEQM, SearchIcon, SeisBalizasIconSEQM, ShareIcon, SpinnerRingResizeIcon, StarIcon, TeamPenningIconSEQM, TresTamboresIconSEQM, TrophyFillIcon, TrophyIcon, VaquejadaIconSEQM, WesternPleasureIconSEQM, WorkingCowHorseIconSEQM, XIcon, YoutubeIcon };
|
|
184
|
+
export { AbqmOficialColoredIconSEQM, ApartacaoIconSEQM, AppleIcon, ArrowDownShortIcon, ArrowLeftSquareIcon, ArrowRightSquareIcon, AwardFillIcon, BarChartIcon, BarChartLineIcon, BoxArrowInLeftIcon, BreakawayRopingIconSEQM, BroadcastIcon, BulldogIconSEQM, Calendar4WeekIcon, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CaretUpFillIcon, CheckAllIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CincoTamboresIconSEQM, CircleIcon, ConformacaoIconSEQM, CorridaIconSEQM, CrossFullfiledIcon, CrossIcon, CurrencyDollarIcon, DashIcon, DefaultHorseRoundedIconIMG, DefaultHorseSquadIconIMG, EventSummaryDefaultIcon, EyeFillIcon, EyeIcon, EyeSlashFillIcon, EyeSlashIcon, FacebookIcon, FileEarmarkCheckIcon, FileEarmarkTextIcon, FileTextIcon, FilterCircleIcon, FilterIcon, GoogleColorIcon, GoogleIcon, InstagramIcon, LacoCabecaIconSEQM, LacoCompridoIconSEQM, LacoCompridoTecnicoIconSEQM, LacoEmDuplaIconSEQM, LacoIndividualIconSEQM, LacoIndividualTecnicoIconSEQM, LacoPeIconSEQM, LaurelIcon, Link45DegIcon, ListIcon, ListOlIcon, LogoAbqmBorderedEmeraldIcon, LogoAbqmBorderedWhiteIcon, LogoPadraoIcon, LogoSeqmBlackGreenIcon, LogoSeqmIcon, LogoSeqmMobileIcon, ManeabilidadeEVelocidadeIconSEQM, Medal2Icon, Medal3Icon, MedalIcon, PencilSquareIcon, PerformanceHalterIconSEQM, PersonCircleIcon, PlusIcon, PrinterIcon, RanchSortingIconSEQM, RedeasIconSEQM, SearchIcon, SeisBalizasIconSEQM, ShareIcon, SpinnerRingResizeIcon, StarIcon, TeamPenningIconSEQM, TresTamboresIconSEQM, TrophyFillIcon, TrophyIcon, VaquejadaIconSEQM, WesternPleasureIconSEQM, WorkingCowHorseIconSEQM, XIcon, YoutubeIcon };
|
package/dist/index.d.ts
CHANGED
|
@@ -5,6 +5,10 @@ declare const AppleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.J
|
|
|
5
5
|
|
|
6
6
|
declare const ArrowDownShortIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
7
7
|
|
|
8
|
+
declare const ArrowLeftSquareIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
9
|
+
|
|
10
|
+
declare const ArrowRightSquareIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
8
12
|
declare const AwardFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
9
13
|
|
|
10
14
|
declare const BarChartIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -47,6 +51,14 @@ declare const CurrencyDollarIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_
|
|
|
47
51
|
|
|
48
52
|
declare const DashIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
49
53
|
|
|
54
|
+
declare const EyeFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
55
|
+
|
|
56
|
+
declare const EyeIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
57
|
+
|
|
58
|
+
declare const EyeSlashFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
59
|
+
|
|
60
|
+
declare const EyeSlashIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
61
|
+
|
|
50
62
|
declare const FacebookIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
51
63
|
|
|
52
64
|
declare const FileEarmarkCheckIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -169,4 +181,4 @@ declare const DefaultHorseRoundedIconIMG: (props: SVGProps<SVGSVGElement>) => re
|
|
|
169
181
|
|
|
170
182
|
declare const DefaultHorseSquadIconIMG: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
171
183
|
|
|
172
|
-
export { AbqmOficialColoredIconSEQM, ApartacaoIconSEQM, AppleIcon, ArrowDownShortIcon, AwardFillIcon, BarChartIcon, BarChartLineIcon, BoxArrowInLeftIcon, BreakawayRopingIconSEQM, BroadcastIcon, BulldogIconSEQM, Calendar4WeekIcon, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CaretUpFillIcon, CheckAllIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CincoTamboresIconSEQM, CircleIcon, ConformacaoIconSEQM, CorridaIconSEQM, CrossFullfiledIcon, CrossIcon, CurrencyDollarIcon, DashIcon, DefaultHorseRoundedIconIMG, DefaultHorseSquadIconIMG, EventSummaryDefaultIcon, FacebookIcon, FileEarmarkCheckIcon, FileEarmarkTextIcon, FileTextIcon, FilterCircleIcon, FilterIcon, GoogleColorIcon, GoogleIcon, InstagramIcon, LacoCabecaIconSEQM, LacoCompridoIconSEQM, LacoCompridoTecnicoIconSEQM, LacoEmDuplaIconSEQM, LacoIndividualIconSEQM, LacoIndividualTecnicoIconSEQM, LacoPeIconSEQM, LaurelIcon, Link45DegIcon, ListIcon, ListOlIcon, LogoAbqmBorderedEmeraldIcon, LogoAbqmBorderedWhiteIcon, LogoPadraoIcon, LogoSeqmBlackGreenIcon, LogoSeqmIcon, LogoSeqmMobileIcon, ManeabilidadeEVelocidadeIconSEQM, Medal2Icon, Medal3Icon, MedalIcon, PencilSquareIcon, PerformanceHalterIconSEQM, PersonCircleIcon, PlusIcon, PrinterIcon, RanchSortingIconSEQM, RedeasIconSEQM, SearchIcon, SeisBalizasIconSEQM, ShareIcon, SpinnerRingResizeIcon, StarIcon, TeamPenningIconSEQM, TresTamboresIconSEQM, TrophyFillIcon, TrophyIcon, VaquejadaIconSEQM, WesternPleasureIconSEQM, WorkingCowHorseIconSEQM, XIcon, YoutubeIcon };
|
|
184
|
+
export { AbqmOficialColoredIconSEQM, ApartacaoIconSEQM, AppleIcon, ArrowDownShortIcon, ArrowLeftSquareIcon, ArrowRightSquareIcon, AwardFillIcon, BarChartIcon, BarChartLineIcon, BoxArrowInLeftIcon, BreakawayRopingIconSEQM, BroadcastIcon, BulldogIconSEQM, Calendar4WeekIcon, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CaretUpFillIcon, CheckAllIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CincoTamboresIconSEQM, CircleIcon, ConformacaoIconSEQM, CorridaIconSEQM, CrossFullfiledIcon, CrossIcon, CurrencyDollarIcon, DashIcon, DefaultHorseRoundedIconIMG, DefaultHorseSquadIconIMG, EventSummaryDefaultIcon, EyeFillIcon, EyeIcon, EyeSlashFillIcon, EyeSlashIcon, FacebookIcon, FileEarmarkCheckIcon, FileEarmarkTextIcon, FileTextIcon, FilterCircleIcon, FilterIcon, GoogleColorIcon, GoogleIcon, InstagramIcon, LacoCabecaIconSEQM, LacoCompridoIconSEQM, LacoCompridoTecnicoIconSEQM, LacoEmDuplaIconSEQM, LacoIndividualIconSEQM, LacoIndividualTecnicoIconSEQM, LacoPeIconSEQM, LaurelIcon, Link45DegIcon, ListIcon, ListOlIcon, LogoAbqmBorderedEmeraldIcon, LogoAbqmBorderedWhiteIcon, LogoPadraoIcon, LogoSeqmBlackGreenIcon, LogoSeqmIcon, LogoSeqmMobileIcon, ManeabilidadeEVelocidadeIconSEQM, Medal2Icon, Medal3Icon, MedalIcon, PencilSquareIcon, PerformanceHalterIconSEQM, PersonCircleIcon, PlusIcon, PrinterIcon, RanchSortingIconSEQM, RedeasIconSEQM, SearchIcon, SeisBalizasIconSEQM, ShareIcon, SpinnerRingResizeIcon, StarIcon, TeamPenningIconSEQM, TresTamboresIconSEQM, TrophyFillIcon, TrophyIcon, VaquejadaIconSEQM, WesternPleasureIconSEQM, WorkingCowHorseIconSEQM, XIcon, YoutubeIcon };
|