@trafilea/afrodita-components 5.0.0-beta.260 → 5.0.0-beta.262
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/build/index.d.ts +12 -0
- package/build/index.esm.js +73 -54
- package/build/index.esm.js.map +1 -1
- package/build/index.js +73 -54
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -418,6 +418,12 @@ declare const QuestionWithCircle: ({ height, width, fill, testId }: IconProps) =
|
|
|
418
418
|
|
|
419
419
|
declare const ExpressShipping: ({ height, width, fill, testId }: IconProps) => JSX.Element;
|
|
420
420
|
|
|
421
|
+
declare const ShapermintClubLabel: ({ height, width }: IconProps) => JSX.Element;
|
|
422
|
+
|
|
423
|
+
declare const ShapermintClubMobileLabel: ({ height, width }: IconProps) => JSX.Element;
|
|
424
|
+
|
|
425
|
+
declare const BodConLabel: ({ height, width }: IconProps) => JSX.Element;
|
|
426
|
+
|
|
421
427
|
type Other_LoadingProps = LoadingProps;
|
|
422
428
|
declare const Other_Shapermint: typeof Shapermint;
|
|
423
429
|
declare const Other_McAfee: typeof McAfee;
|
|
@@ -435,6 +441,9 @@ declare const Other_Play: typeof Play;
|
|
|
435
441
|
declare const Other_FitGuarantee: typeof FitGuarantee;
|
|
436
442
|
declare const Other_QuestionWithCircle: typeof QuestionWithCircle;
|
|
437
443
|
declare const Other_ExpressShipping: typeof ExpressShipping;
|
|
444
|
+
declare const Other_ShapermintClubLabel: typeof ShapermintClubLabel;
|
|
445
|
+
declare const Other_ShapermintClubMobileLabel: typeof ShapermintClubMobileLabel;
|
|
446
|
+
declare const Other_BodConLabel: typeof BodConLabel;
|
|
438
447
|
declare namespace Other {
|
|
439
448
|
export {
|
|
440
449
|
FitPredictor$1 as FitPredictor,
|
|
@@ -456,6 +465,9 @@ declare namespace Other {
|
|
|
456
465
|
Other_FitGuarantee as FitGuarantee,
|
|
457
466
|
Other_QuestionWithCircle as QuestionWithCircle,
|
|
458
467
|
Other_ExpressShipping as ExpressShipping,
|
|
468
|
+
Other_ShapermintClubLabel as ShapermintClubLabel,
|
|
469
|
+
Other_ShapermintClubMobileLabel as ShapermintClubMobileLabel,
|
|
470
|
+
Other_BodConLabel as BodConLabel,
|
|
459
471
|
};
|
|
460
472
|
}
|
|
461
473
|
|