@thryveai/theme-interfaces 2.8.3 → 2.8.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.
|
@@ -1284,7 +1284,7 @@ export declare const JSONSchemas: {
|
|
|
1284
1284
|
};
|
|
1285
1285
|
additionalProperties: boolean;
|
|
1286
1286
|
};
|
|
1287
|
-
"DeepPartial<def-alias-492965062-71-
|
|
1287
|
+
"DeepPartial<def-alias-492965062-71-781-492965062-0-2119[]>": {
|
|
1288
1288
|
type: string;
|
|
1289
1289
|
items: {
|
|
1290
1290
|
$ref: string;
|
|
@@ -1495,15 +1495,15 @@ exports.JSONSchemas = {
|
|
|
1495
1495
|
"type": "object",
|
|
1496
1496
|
"properties": {
|
|
1497
1497
|
"attributesRank": {
|
|
1498
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-492965062-71-
|
|
1498
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-492965062-71-781-492965062-0-2119%5B%5D%3E"
|
|
1499
1499
|
},
|
|
1500
1500
|
"excludedAttributes": {
|
|
1501
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-alias-492965062-71-
|
|
1501
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-alias-492965062-71-781-492965062-0-2119%5B%5D%3E"
|
|
1502
1502
|
}
|
|
1503
1503
|
},
|
|
1504
1504
|
"additionalProperties": false
|
|
1505
1505
|
},
|
|
1506
|
-
"DeepPartial<def-alias-492965062-71-
|
|
1506
|
+
"DeepPartial<def-alias-492965062-71-781-492965062-0-2119[]>": {
|
|
1507
1507
|
"type": "array",
|
|
1508
1508
|
"items": {
|
|
1509
1509
|
"$ref": "#/definitions/ProductAttributes"
|
|
@@ -1544,7 +1544,8 @@ exports.JSONSchemas = {
|
|
|
1544
1544
|
"frozen",
|
|
1545
1545
|
"canadian local",
|
|
1546
1546
|
"made in canada",
|
|
1547
|
-
"product of canada"
|
|
1547
|
+
"product of canada",
|
|
1548
|
+
"shop canadian"
|
|
1548
1549
|
]
|
|
1549
1550
|
},
|
|
1550
1551
|
"DeepPartial<IProductCardSettingsV2>": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ProductAttributeIcons } from "../interfaces/icons.interfaces";
|
|
2
|
-
export declare type ProductAttributes = "gluten free" | "organic" | "local" | "dairy free" | "diabetes friendly" | "egg free" | "fair trade" | "no artificial ingredients" | "halal" | "heart health" | "no high fructose corn syrup" | "keto friendly" | "kosher" | "lactose free" | "low fodmap" | "low sodium" | "no added sugar" | "non gmo" | "paleo" | "peanut free" | "plant goodness" | "soy free" | "vegan" | "whole grain" | "bottledeposit" | "limited ingredients" | "minimally processed" | "fsa" | "plant based" | "frozen" | "canadian local" | "made in canada" | "product of canada";
|
|
2
|
+
export declare type ProductAttributes = "gluten free" | "organic" | "local" | "dairy free" | "diabetes friendly" | "egg free" | "fair trade" | "no artificial ingredients" | "halal" | "heart health" | "no high fructose corn syrup" | "keto friendly" | "kosher" | "lactose free" | "low fodmap" | "low sodium" | "no added sugar" | "non gmo" | "paleo" | "peanut free" | "plant goodness" | "soy free" | "vegan" | "whole grain" | "bottledeposit" | "limited ingredients" | "minimally processed" | "fsa" | "plant based" | "frozen" | "canadian local" | "made in canada" | "product of canada" | "shop canadian";
|
|
3
3
|
export declare type IProductAttributeToIcons = {
|
|
4
4
|
[key in ProductAttributes]: ProductAttributeIcons;
|
|
5
5
|
};
|