@srimandir/pitru-paksh-common 2.28.0 → 2.30.0

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.
@@ -15,6 +15,8 @@ export interface PackageSelectDefaultCopy {
15
15
  trustBadgeLabels: {
16
16
  moneyBack: string;
17
17
  noHiddenCost: string;
18
+ isoCertified: string;
19
+ templePartner: string;
18
20
  support: string;
19
21
  };
20
22
  }
@@ -8,10 +8,10 @@ export interface TrustBadge {
8
8
  }
9
9
  export interface TrustBadgesBarProps extends React.HTMLAttributes<HTMLDivElement> {
10
10
  /**
11
- * Badges to render, e.g. shield-check "100% Money Back Guarantee",
12
- * wallet "No Hidden Cost". Defaults to those two plus a clock "24x7
13
- * Support" badge, matching the reference design — pass your own array to
14
- * fully customize (icons/labels/count).
11
+ * Badges to render. Defaults to 5 (Figma node 5185:115546, "TickerTape"):
12
+ * "100% Money Back Guarantee", "No Hidden Cost", "ISO 27001 Certified
13
+ * Company", "Official Temple Partner", "24x7 Support" — pass your own
14
+ * array to fully customize (icons/labels/count).
15
15
  */
16
16
  badges?: TrustBadge[];
17
17
  badgeClassName?: string;
@@ -0,0 +1,6 @@
1
+ import { default as React } from 'react';
2
+ export declare function ShieldTaskIcon(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
3
+ export declare function MoneyIcon(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
4
+ export declare function CertificateIcon(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ export declare function TemplePartnerIcon(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
6
+ export declare function SupportAgentIcon(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;