@mitumba/ui 0.1.2 → 0.1.4
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/index.d.mts +18 -2
- package/dist/index.d.ts +18 -2
- package/dist/index.js +766 -808
- package/dist/index.mjs +816 -858
- package/package.json +5 -2
package/dist/index.d.mts
CHANGED
|
@@ -844,8 +844,16 @@ interface VAZIOutfitCardProps {
|
|
|
844
844
|
onBuyAll?: () => void;
|
|
845
845
|
}
|
|
846
846
|
|
|
847
|
+
/**
|
|
848
|
+
* Extraordinary "Pinterest-Level" VAZI Outfit Card.
|
|
849
|
+
* Engineered with high-depth collage architecture and tactile spring physics.
|
|
850
|
+
*/
|
|
847
851
|
declare function VAZIOutfitCard({ outfitName, items, totalPriceKes, sellersCount, isMultiCity, onTap, onBuyAll, }: VAZIOutfitCardProps): react_jsx_runtime.JSX.Element;
|
|
848
852
|
|
|
853
|
+
/**
|
|
854
|
+
* Premium VAZI Outfit Card Skeleton.
|
|
855
|
+
* Perfectly mirrors the new high-depth collage architecture.
|
|
856
|
+
*/
|
|
849
857
|
declare function VAZIOutfitCardSkeleton(): react_jsx_runtime.JSX.Element;
|
|
850
858
|
|
|
851
859
|
/**
|
|
@@ -863,8 +871,8 @@ interface VAZIBadgeProps {
|
|
|
863
871
|
}
|
|
864
872
|
|
|
865
873
|
/**
|
|
866
|
-
*
|
|
867
|
-
*
|
|
874
|
+
* Extraordinary VAZI Status Badge.
|
|
875
|
+
* Engineered for high-end optical depth with animated AI-inspired flair.
|
|
868
876
|
*/
|
|
869
877
|
declare function VAZIBadge({ size }: VAZIBadgeProps): react_jsx_runtime.JSX.Element;
|
|
870
878
|
|
|
@@ -877,6 +885,10 @@ interface VAZIFeedSectionProps {
|
|
|
877
885
|
onSeeAll?: () => void;
|
|
878
886
|
}
|
|
879
887
|
|
|
888
|
+
/**
|
|
889
|
+
* Extraordinary "Pinterest-Level" VAZI Feed Section.
|
|
890
|
+
* Engineered for high-fidelity curation display with systematic grid logic.
|
|
891
|
+
*/
|
|
880
892
|
declare function VAZIFeedSection({ outfits, loading, onSeeAll }: VAZIFeedSectionProps): react_jsx_runtime.JSX.Element;
|
|
881
893
|
|
|
882
894
|
interface CompleteThisLookPanelProps {
|
|
@@ -886,6 +898,10 @@ interface CompleteThisLookPanelProps {
|
|
|
886
898
|
loading?: boolean;
|
|
887
899
|
}
|
|
888
900
|
|
|
901
|
+
/**
|
|
902
|
+
* Extraordinary "Pinterest-Level" Complete This Look Panel.
|
|
903
|
+
* Engineered for high-fidelity recommendation display with systematic grid logic.
|
|
904
|
+
*/
|
|
889
905
|
declare function CompleteThisLookPanel({ outfits, loading }: CompleteThisLookPanelProps): react_jsx_runtime.JSX.Element | null;
|
|
890
906
|
|
|
891
907
|
interface MitumbaThemeProviderProps {
|
package/dist/index.d.ts
CHANGED
|
@@ -844,8 +844,16 @@ interface VAZIOutfitCardProps {
|
|
|
844
844
|
onBuyAll?: () => void;
|
|
845
845
|
}
|
|
846
846
|
|
|
847
|
+
/**
|
|
848
|
+
* Extraordinary "Pinterest-Level" VAZI Outfit Card.
|
|
849
|
+
* Engineered with high-depth collage architecture and tactile spring physics.
|
|
850
|
+
*/
|
|
847
851
|
declare function VAZIOutfitCard({ outfitName, items, totalPriceKes, sellersCount, isMultiCity, onTap, onBuyAll, }: VAZIOutfitCardProps): react_jsx_runtime.JSX.Element;
|
|
848
852
|
|
|
853
|
+
/**
|
|
854
|
+
* Premium VAZI Outfit Card Skeleton.
|
|
855
|
+
* Perfectly mirrors the new high-depth collage architecture.
|
|
856
|
+
*/
|
|
849
857
|
declare function VAZIOutfitCardSkeleton(): react_jsx_runtime.JSX.Element;
|
|
850
858
|
|
|
851
859
|
/**
|
|
@@ -863,8 +871,8 @@ interface VAZIBadgeProps {
|
|
|
863
871
|
}
|
|
864
872
|
|
|
865
873
|
/**
|
|
866
|
-
*
|
|
867
|
-
*
|
|
874
|
+
* Extraordinary VAZI Status Badge.
|
|
875
|
+
* Engineered for high-end optical depth with animated AI-inspired flair.
|
|
868
876
|
*/
|
|
869
877
|
declare function VAZIBadge({ size }: VAZIBadgeProps): react_jsx_runtime.JSX.Element;
|
|
870
878
|
|
|
@@ -877,6 +885,10 @@ interface VAZIFeedSectionProps {
|
|
|
877
885
|
onSeeAll?: () => void;
|
|
878
886
|
}
|
|
879
887
|
|
|
888
|
+
/**
|
|
889
|
+
* Extraordinary "Pinterest-Level" VAZI Feed Section.
|
|
890
|
+
* Engineered for high-fidelity curation display with systematic grid logic.
|
|
891
|
+
*/
|
|
880
892
|
declare function VAZIFeedSection({ outfits, loading, onSeeAll }: VAZIFeedSectionProps): react_jsx_runtime.JSX.Element;
|
|
881
893
|
|
|
882
894
|
interface CompleteThisLookPanelProps {
|
|
@@ -886,6 +898,10 @@ interface CompleteThisLookPanelProps {
|
|
|
886
898
|
loading?: boolean;
|
|
887
899
|
}
|
|
888
900
|
|
|
901
|
+
/**
|
|
902
|
+
* Extraordinary "Pinterest-Level" Complete This Look Panel.
|
|
903
|
+
* Engineered for high-fidelity recommendation display with systematic grid logic.
|
|
904
|
+
*/
|
|
889
905
|
declare function CompleteThisLookPanel({ outfits, loading }: CompleteThisLookPanelProps): react_jsx_runtime.JSX.Element | null;
|
|
890
906
|
|
|
891
907
|
interface MitumbaThemeProviderProps {
|