@goldenhippo/builder-cart-schemas 0.11.0 → 0.13.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.
- package/dist/data/index.d.cts +2 -2
- package/dist/data/index.d.ts +2 -2
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/page/index.cjs +3 -1
- package/dist/page/index.cjs.map +1 -1
- package/dist/page/index.d.cts +1 -1
- package/dist/page/index.d.ts +1 -1
- package/dist/page/index.js +3 -1
- package/dist/page/index.js.map +1 -1
- package/dist/{product-group.model-BUwarA0P.d.cts → product-group.model-C4sXIyT3.d.cts} +2 -1
- package/dist/{product-group.model-CfBDs7Zk.d.ts → product-group.model-CdiHDKd1.d.ts} +2 -1
- package/package.json +1 -1
package/dist/data/index.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BuilderProductCategoryContent, BuilderIngredientContent, BuilderProductUseCaseContent, BuilderProductTagContent } from '@goldenhippo/builder-shared-schemas';
|
|
2
2
|
export { BuilderIngredientContent, BuilderProductCategoryContent, BuilderProductContent, BuilderProductTagContent, BuilderProductUseCaseContent, createCategoryModel, createIngredientsModel, createProductModel, createProductTagModel, createProductUseCaseModel } from '@goldenhippo/builder-shared-schemas';
|
|
3
|
-
import { B as BuilderBlogPageContent } from '../product-group.model-
|
|
4
|
-
export { a as BuilderBlogCategoryContent, b as BuilderProductGroupContent, P as ProductGroupType, c as createBlogCategoryModel, d as createProductGroupModel } from '../product-group.model-
|
|
3
|
+
import { B as BuilderBlogPageContent } from '../product-group.model-C4sXIyT3.cjs';
|
|
4
|
+
export { a as BuilderBlogCategoryContent, b as BuilderProductGroupContent, P as ProductGroupType, c as createBlogCategoryModel, d as createProductGroupModel } from '../product-group.model-C4sXIyT3.cjs';
|
|
5
5
|
import { BuilderResponseBaseData, BuilderContentReference, ModelShape } from '@goldenhippo/builder-types';
|
|
6
6
|
import { BuilderContent } from '@builder.io/sdk';
|
|
7
7
|
import { BuilderSiteBannerModelContent } from '../section/index.cjs';
|
package/dist/data/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BuilderProductCategoryContent, BuilderIngredientContent, BuilderProductUseCaseContent, BuilderProductTagContent } from '@goldenhippo/builder-shared-schemas';
|
|
2
2
|
export { BuilderIngredientContent, BuilderProductCategoryContent, BuilderProductContent, BuilderProductTagContent, BuilderProductUseCaseContent, createCategoryModel, createIngredientsModel, createProductModel, createProductTagModel, createProductUseCaseModel } from '@goldenhippo/builder-shared-schemas';
|
|
3
|
-
import { B as BuilderBlogPageContent } from '../product-group.model-
|
|
4
|
-
export { a as BuilderBlogCategoryContent, b as BuilderProductGroupContent, P as ProductGroupType, c as createBlogCategoryModel, d as createProductGroupModel } from '../product-group.model-
|
|
3
|
+
import { B as BuilderBlogPageContent } from '../product-group.model-CdiHDKd1.js';
|
|
4
|
+
export { a as BuilderBlogCategoryContent, b as BuilderProductGroupContent, P as ProductGroupType, c as createBlogCategoryModel, d as createProductGroupModel } from '../product-group.model-CdiHDKd1.js';
|
|
5
5
|
import { BuilderResponseBaseData, BuilderContentReference, ModelShape } from '@goldenhippo/builder-types';
|
|
6
6
|
import { BuilderContent } from '@builder.io/sdk';
|
|
7
7
|
import { BuilderSiteBannerModelContent } from '../section/index.js';
|
package/dist/index.cjs
CHANGED
|
@@ -3464,7 +3464,8 @@ var createPageModel = (props) => {
|
|
|
3464
3464
|
"Vertical" /* VERTICAL */,
|
|
3465
3465
|
"Vertical - Flavor Dropdown - Type Toggle" /* VERTICAL__FLAVOR_DROPDOWN__TYPE_TOGGLE */,
|
|
3466
3466
|
"Stacked - Flavor Buttons - Quantity Toggle" /* STACKED__FLAVOR_BUTTONS__QUANTITY_TOGGLE */,
|
|
3467
|
-
"Bundle Group" /* BUNDLE_GROUP
|
|
3467
|
+
"Bundle Group" /* BUNDLE_GROUP */,
|
|
3468
|
+
"Vertical - Flavor Buttons - Type Toggle" /* VERTICAL_FLAVOR_BUTTONS_TOGGLE */
|
|
3468
3469
|
],
|
|
3469
3470
|
defaultCollapsed: false
|
|
3470
3471
|
},
|