Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@faststore/components

Package Overview
Dependencies
Maintainers
0
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@faststore/components - npm Package Compare versions

Comparing version 3.0.81 to 3.0.85

14

dist/cjs/molecules/OrderSummary/OrderSummary.d.ts

@@ -5,3 +5,3 @@ import React from 'react';

/**
* ID to find this component in testing tools (e.g.: cypress,
* ID to find this component in testing tools (e.g., cypress,
* testing-library, and jest).

@@ -11,15 +11,15 @@ */

/**
* Label for the subtotal value of the order. Will only show if subtotalValue is provided.
* Label for the subtotal value of the order. It will only show if subtotalValue is provided.
*/
subtotalLabel?: string;
/**
* Subtotal value of the order. If provided, subtotal label and value will be shown.
* Subtotal value of the order. If provided, a subtotal label and value will be shown.
*/
subtotalValue?: string;
/**
* Label for the discount value for the order. Will only show if discountValue is provided.
* Label for the discount value for the order. It will only show if discountValue is provided.
*/
discountLabel?: string;
/**
* Discount value for the order. If provided, discount label and value will be shown.
* Discount value for the order. If provided, a discount label and value will be shown.
*/

@@ -36,7 +36,7 @@ discountValue?: string;

/**
* Enables to include taxes status.
* Specifies whether the displayed price should include taxes.
*/
includeTaxes?: boolean;
/**
* Label to determine if the price is with taxes included.
* Label to determine if the price includes taxes.
*/

@@ -43,0 +43,0 @@ includeTaxesLabel?: string;

@@ -15,3 +15,3 @@ import type { HTMLAttributes } from 'react';

/**
* Props for the link from ProductCard component.
* Props for the link from the ProductCard component.
*/

@@ -24,3 +24,3 @@ linkProps?: Partial<LinkProps<LinkElementType>>;

/**
* Enables a outOfStock status.
* Enables an outOfStock status.
*/

@@ -33,3 +33,3 @@ outOfStock?: boolean;

/**
* Specifies Rating Value of the product.
* Specifies the Rating Value of the product.
*/

@@ -46,11 +46,11 @@ ratingValue?: number;

/**
* Callback function when button is clicked.
* Callback function when the button is clicked.
*/
onButtonClick?: () => void;
/**
* Enables to include taxes status.
* Specifies whether the displayed price should include taxes.
*/
includeTaxes?: boolean;
/**
* Label to determine if the price is with taxes included.
* Label to determine if the price includes taxes.
*/

@@ -57,0 +57,0 @@ includeTaxesLabel?: string;

@@ -5,3 +5,3 @@ import React from 'react';

/**
* ID to find this component in testing tools (e.g.: cypress,
* ID to find this component in testing tools (e.g., cypress,
* testing-library, and jest).

@@ -11,15 +11,15 @@ */

/**
* Label for the subtotal value of the order. Will only show if subtotalValue is provided.
* Label for the subtotal value of the order. It will only show if subtotalValue is provided.
*/
subtotalLabel?: string;
/**
* Subtotal value of the order. If provided, subtotal label and value will be shown.
* Subtotal value of the order. If provided, a subtotal label and value will be shown.
*/
subtotalValue?: string;
/**
* Label for the discount value for the order. Will only show if discountValue is provided.
* Label for the discount value for the order. It will only show if discountValue is provided.
*/
discountLabel?: string;
/**
* Discount value for the order. If provided, discount label and value will be shown.
* Discount value for the order. If provided, a discount label and value will be shown.
*/

@@ -36,7 +36,7 @@ discountValue?: string;

/**
* Enables to include taxes status.
* Specifies whether the displayed price should include taxes.
*/
includeTaxes?: boolean;
/**
* Label to determine if the price is with taxes included.
* Label to determine if the price includes taxes.
*/

@@ -43,0 +43,0 @@ includeTaxesLabel?: string;

@@ -15,3 +15,3 @@ import type { HTMLAttributes } from 'react';

/**
* Props for the link from ProductCard component.
* Props for the link from the ProductCard component.
*/

@@ -24,3 +24,3 @@ linkProps?: Partial<LinkProps<LinkElementType>>;

/**
* Enables a outOfStock status.
* Enables an outOfStock status.
*/

@@ -33,3 +33,3 @@ outOfStock?: boolean;

/**
* Specifies Rating Value of the product.
* Specifies the Rating Value of the product.
*/

@@ -46,11 +46,11 @@ ratingValue?: number;

/**
* Callback function when button is clicked.
* Callback function when the button is clicked.
*/
onButtonClick?: () => void;
/**
* Enables to include taxes status.
* Specifies whether the displayed price should include taxes.
*/
includeTaxes?: boolean;
/**
* Label to determine if the price is with taxes included.
* Label to determine if the price includes taxes.
*/

@@ -57,0 +57,0 @@ includeTaxesLabel?: string;

{
"name": "@faststore/components",
"version": "3.0.81",
"version": "3.0.85",
"main": "dist/cjs/index.js",

@@ -52,3 +52,3 @@ "module": "dist/esm/index.js",

},
"gitHead": "2187237703ed2610a1d47a613d0a6ea62569b85f"
"gitHead": "486b94c3eff276ff55763857f5ca17ce1f71fef7"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc