@abqm-ds/icons 4.0.8 → 4.0.9
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 +6 -6
- package/CHANGELOG.md +6 -0
- package/dist/index.cjs +383 -358
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +382 -358
- package/package.json +1 -1
- package/src/components/icons/CheckAllIcon.tsx +18 -0
- package/src/components/icons/index.ts +1 -0
- package/src/icons/check-all.svg +3 -0
package/dist/index.d.cts
CHANGED
|
@@ -25,6 +25,8 @@ declare const CaretRightFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_
|
|
|
25
25
|
|
|
26
26
|
declare const CaretUpFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
27
27
|
|
|
28
|
+
declare const CheckAllIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
29
|
+
|
|
28
30
|
declare const CheckIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
29
31
|
|
|
30
32
|
declare const ChevronDownIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -165,4 +167,4 @@ declare const DefaultHorseRoundedIconIMG: (props: SVGProps<SVGSVGElement>) => re
|
|
|
165
167
|
|
|
166
168
|
declare const DefaultHorseSquadIconIMG: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
167
169
|
|
|
168
|
-
export { AbqmOficialColoredIconSEQM, ApartacaoIconSEQM, AppleIcon, ArrowDownShortIcon, AwardFillIcon, BarChartIcon, BarChartLineIcon, BoxArrowInLeftIcon, BreakawayRopingIconSEQM, BroadcastIcon, BulldogIconSEQM, Calendar4WeekIcon, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CaretUpFillIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CincoTamboresIconSEQM, CircleIcon, ConformacaoIconSEQM, CorridaIconSEQM, CrossFullfiledIcon, CrossIcon, 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 };
|
|
170
|
+
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, 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 };
|
package/dist/index.d.ts
CHANGED
|
@@ -25,6 +25,8 @@ declare const CaretRightFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_
|
|
|
25
25
|
|
|
26
26
|
declare const CaretUpFillIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
27
27
|
|
|
28
|
+
declare const CheckAllIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
29
|
+
|
|
28
30
|
declare const CheckIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
29
31
|
|
|
30
32
|
declare const ChevronDownIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
@@ -165,4 +167,4 @@ declare const DefaultHorseRoundedIconIMG: (props: SVGProps<SVGSVGElement>) => re
|
|
|
165
167
|
|
|
166
168
|
declare const DefaultHorseSquadIconIMG: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
167
169
|
|
|
168
|
-
export { AbqmOficialColoredIconSEQM, ApartacaoIconSEQM, AppleIcon, ArrowDownShortIcon, AwardFillIcon, BarChartIcon, BarChartLineIcon, BoxArrowInLeftIcon, BreakawayRopingIconSEQM, BroadcastIcon, BulldogIconSEQM, Calendar4WeekIcon, CaretDownFillIcon, CaretLeftFillIcon, CaretRightFillIcon, CaretUpFillIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CincoTamboresIconSEQM, CircleIcon, ConformacaoIconSEQM, CorridaIconSEQM, CrossFullfiledIcon, CrossIcon, 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 };
|
|
170
|
+
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, 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 };
|