@shopware-pwa/helpers-next
Advanced tools
Comparing version 0.1.20 to 0.1.21
@@ -20,3 +20,3 @@ import { Product, LineItem, OrderLineItem, CalculatedPrice, Category, CmsBlock, CmsSection, CmsSlot, CmsPageResponse, LandingPage, SearchCriteria, Aggregations, ListingFilter } from '@shopware-pwa/types'; | ||
*/ | ||
declare type UiMediaGalleryItemUrl = { | ||
type UiMediaGalleryItemUrl = { | ||
url: string; | ||
@@ -27,3 +27,3 @@ }; | ||
*/ | ||
declare type UiMediaGalleryItem = { | ||
type UiMediaGalleryItem = { | ||
icon: UiMediaGalleryItemUrl; | ||
@@ -36,3 +36,3 @@ mobile: UiMediaGalleryItemUrl; | ||
*/ | ||
declare type UiProductOption = { | ||
type UiProductOption = { | ||
label: string; | ||
@@ -46,3 +46,3 @@ value: string; | ||
*/ | ||
declare type UiProductProperty = { | ||
type UiProductProperty = { | ||
name: string; | ||
@@ -54,3 +54,3 @@ value: string | null; | ||
*/ | ||
declare type UiProductReview = { | ||
type UiProductReview = { | ||
id: string; | ||
@@ -100,3 +100,3 @@ author: string; | ||
*/ | ||
declare type TierPrice = { | ||
type TierPrice = { | ||
label: string; | ||
@@ -209,3 +209,3 @@ quantity: number; | ||
*/ | ||
declare type LayoutConfiguration = { | ||
type LayoutConfiguration = { | ||
layoutStyles: { | ||
@@ -266,3 +266,3 @@ backgroundColor: string | null; | ||
declare type Options = { | ||
type Options = { | ||
direction?: "ltr" | "rtl"; | ||
@@ -269,0 +269,0 @@ removeDecimals?: boolean; |
{ | ||
"name": "@shopware-pwa/helpers-next", | ||
"version": "0.1.20", | ||
"version": "0.1.21", | ||
"module": "./dist/index.mjs", | ||
@@ -14,8 +14,8 @@ "types": "./dist/index.d.ts", | ||
"devDependencies": { | ||
"@vitest/coverage-c8": "^0.23.4", | ||
"@vitest/coverage-c8": "^0.25.2", | ||
"eslint-config-shopware": "0.0.0", | ||
"jsdom": "^20.0.1", | ||
"jsdom": "^20.0.3", | ||
"query-string": "^7.1.1", | ||
"tsconfig": "0.0.0", | ||
"vitest": "^0.23.4" | ||
"vitest": "^0.25.2" | ||
}, | ||
@@ -22,0 +22,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18026