@gem-sdk/components 2.1.13-staging.2 → 2.1.13-staging.5

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.
Files changed (106) hide show
  1. package/dist/cjs/builder.js +21 -1
  2. package/dist/cjs/common/const.js +1 -1
  3. package/dist/cjs/image/components/Image.js +22 -2
  4. package/dist/cjs/image/components/NoDataImage.js +133 -0
  5. package/dist/cjs/index.js +20 -0
  6. package/dist/cjs/index.liquid.js +22 -2
  7. package/dist/cjs/text/components/Text.js +0 -1
  8. package/dist/cjs/third-party/components/AlsoBoughtCbb.js +32 -0
  9. package/dist/cjs/third-party/components/AlsoBoughtCbb.liquid.js +21 -0
  10. package/dist/cjs/third-party/components/BfSizeChartSizeGuide.js +32 -0
  11. package/dist/cjs/third-party/components/BfSizeChartSizeGuide.liquid.js +12 -0
  12. package/dist/cjs/third-party/components/EssentialAnnouncementBar.js +32 -0
  13. package/dist/cjs/third-party/components/EssentialAnnouncementBar.liquid.js +12 -0
  14. package/dist/cjs/third-party/components/EssentialCountdownTimerBar.js +32 -0
  15. package/dist/cjs/third-party/components/EssentialCountdownTimerBar.liquid.js +12 -0
  16. package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.js +32 -0
  17. package/dist/cjs/third-party/components/EstimatedDeliveryDatePlus.liquid.js +12 -0
  18. package/dist/cjs/third-party/components/GloColorSwatchvariantImage.js +32 -0
  19. package/dist/cjs/third-party/components/GloColorSwatchvariantImage.liquid.js +12 -0
  20. package/dist/cjs/third-party/components/HextomFreeShippingBar.js +32 -0
  21. package/dist/cjs/third-party/components/HextomFreeShippingBar.liquid.js +12 -0
  22. package/dist/cjs/third-party/components/OkendoReviewsLoyalty.js +32 -0
  23. package/dist/cjs/third-party/components/OkendoReviewsLoyalty.liquid.js +12 -0
  24. package/dist/cjs/third-party/components/StellarDeliveryDatePickup.js +32 -0
  25. package/dist/cjs/third-party/components/StellarDeliveryDatePickup.liquid.js +21 -0
  26. package/dist/cjs/third-party/components/TrustedsiteTrustBadges.js +32 -0
  27. package/dist/cjs/third-party/components/TrustedsiteTrustBadges.liquid.js +12 -0
  28. package/dist/cjs/third-party/configs/AlsoBoughtCbb.js +12 -0
  29. package/dist/cjs/third-party/configs/BfSizeChartSizeGuide.js +12 -0
  30. package/dist/cjs/third-party/configs/EssentialAnnouncementBar.js +12 -0
  31. package/dist/cjs/third-party/configs/EssentialCountdownTimerBar.js +12 -0
  32. package/dist/cjs/third-party/configs/EstimatedDeliveryDatePlus.js +12 -0
  33. package/dist/cjs/third-party/configs/GloColorSwatchvariantImage.js +12 -0
  34. package/dist/cjs/third-party/configs/HextomFreeShippingBar.js +12 -0
  35. package/dist/cjs/third-party/configs/OkendoReviewsLoyalty.js +12 -0
  36. package/dist/cjs/third-party/configs/StellarDeliveryDatePickup.js +12 -0
  37. package/dist/cjs/third-party/configs/TrustedsiteTrustBadges.js +12 -0
  38. package/dist/cjs/third-party/helpers/thirdParty.js +1 -1
  39. package/dist/cjs/third-party/next.js +51 -1
  40. package/dist/cjs/third-party/setting/AlsoBoughtCbb.js +127 -0
  41. package/dist/cjs/third-party/setting/BfSizeChartSizeGuide.js +131 -0
  42. package/dist/cjs/third-party/setting/EssentialAnnouncementBar.js +142 -0
  43. package/dist/cjs/third-party/setting/EssentialCountdownTimerBar.js +142 -0
  44. package/dist/cjs/third-party/setting/EstimatedDeliveryDatePlus.js +128 -0
  45. package/dist/cjs/third-party/setting/GloColorSwatchvariantImage.js +152 -0
  46. package/dist/cjs/third-party/setting/HextomFreeShippingBar.js +128 -0
  47. package/dist/cjs/third-party/setting/OkendoReviewsLoyalty.js +171 -0
  48. package/dist/cjs/third-party/setting/StellarDeliveryDatePickup.js +127 -0
  49. package/dist/cjs/third-party/setting/TrustedsiteTrustBadges.js +177 -0
  50. package/dist/cjs/third-party/setting/index.js +21 -1
  51. package/dist/cjs/video/components/HTML5Embed.js +2 -2
  52. package/dist/cjs/video/components/HTML5Embed.liquid.js +2 -2
  53. package/dist/esm/builder.js +21 -1
  54. package/dist/esm/common/const.js +1 -1
  55. package/dist/esm/image/components/Image.js +23 -3
  56. package/dist/esm/image/components/NoDataImage.js +129 -0
  57. package/dist/esm/index.js +10 -0
  58. package/dist/esm/index.liquid.js +11 -1
  59. package/dist/esm/text/components/Text.js +0 -1
  60. package/dist/esm/third-party/components/AlsoBoughtCbb.js +28 -0
  61. package/dist/esm/third-party/components/AlsoBoughtCbb.liquid.js +17 -0
  62. package/dist/esm/third-party/components/BfSizeChartSizeGuide.js +28 -0
  63. package/dist/esm/third-party/components/BfSizeChartSizeGuide.liquid.js +8 -0
  64. package/dist/esm/third-party/components/EssentialAnnouncementBar.js +28 -0
  65. package/dist/esm/third-party/components/EssentialAnnouncementBar.liquid.js +8 -0
  66. package/dist/esm/third-party/components/EssentialCountdownTimerBar.js +28 -0
  67. package/dist/esm/third-party/components/EssentialCountdownTimerBar.liquid.js +8 -0
  68. package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.js +28 -0
  69. package/dist/esm/third-party/components/EstimatedDeliveryDatePlus.liquid.js +8 -0
  70. package/dist/esm/third-party/components/GloColorSwatchvariantImage.js +28 -0
  71. package/dist/esm/third-party/components/GloColorSwatchvariantImage.liquid.js +8 -0
  72. package/dist/esm/third-party/components/HextomFreeShippingBar.js +28 -0
  73. package/dist/esm/third-party/components/HextomFreeShippingBar.liquid.js +8 -0
  74. package/dist/esm/third-party/components/OkendoReviewsLoyalty.js +28 -0
  75. package/dist/esm/third-party/components/OkendoReviewsLoyalty.liquid.js +8 -0
  76. package/dist/esm/third-party/components/StellarDeliveryDatePickup.js +28 -0
  77. package/dist/esm/third-party/components/StellarDeliveryDatePickup.liquid.js +17 -0
  78. package/dist/esm/third-party/components/TrustedsiteTrustBadges.js +28 -0
  79. package/dist/esm/third-party/components/TrustedsiteTrustBadges.liquid.js +8 -0
  80. package/dist/esm/third-party/configs/AlsoBoughtCbb.js +8 -0
  81. package/dist/esm/third-party/configs/BfSizeChartSizeGuide.js +8 -0
  82. package/dist/esm/third-party/configs/EssentialAnnouncementBar.js +8 -0
  83. package/dist/esm/third-party/configs/EssentialCountdownTimerBar.js +8 -0
  84. package/dist/esm/third-party/configs/EstimatedDeliveryDatePlus.js +8 -0
  85. package/dist/esm/third-party/configs/GloColorSwatchvariantImage.js +8 -0
  86. package/dist/esm/third-party/configs/HextomFreeShippingBar.js +8 -0
  87. package/dist/esm/third-party/configs/OkendoReviewsLoyalty.js +8 -0
  88. package/dist/esm/third-party/configs/StellarDeliveryDatePickup.js +8 -0
  89. package/dist/esm/third-party/configs/TrustedsiteTrustBadges.js +8 -0
  90. package/dist/esm/third-party/helpers/thirdParty.js +1 -1
  91. package/dist/esm/third-party/next.js +51 -1
  92. package/dist/esm/third-party/setting/AlsoBoughtCbb.js +123 -0
  93. package/dist/esm/third-party/setting/BfSizeChartSizeGuide.js +127 -0
  94. package/dist/esm/third-party/setting/EssentialAnnouncementBar.js +138 -0
  95. package/dist/esm/third-party/setting/EssentialCountdownTimerBar.js +138 -0
  96. package/dist/esm/third-party/setting/EstimatedDeliveryDatePlus.js +124 -0
  97. package/dist/esm/third-party/setting/GloColorSwatchvariantImage.js +148 -0
  98. package/dist/esm/third-party/setting/HextomFreeShippingBar.js +124 -0
  99. package/dist/esm/third-party/setting/OkendoReviewsLoyalty.js +167 -0
  100. package/dist/esm/third-party/setting/StellarDeliveryDatePickup.js +123 -0
  101. package/dist/esm/third-party/setting/TrustedsiteTrustBadges.js +173 -0
  102. package/dist/esm/third-party/setting/index.js +224 -204
  103. package/dist/esm/video/components/HTML5Embed.js +2 -2
  104. package/dist/esm/video/components/HTML5Embed.liquid.js +2 -2
  105. package/dist/types/index.d.ts +164 -2
  106. package/package.json +2 -2
@@ -0,0 +1,129 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import AdaptiveImage from './AdaptiveImage.js';
3
+
4
+ const NoDataImage = ({ style })=>{
5
+ return /*#__PURE__*/ jsxs("div", {
6
+ className: "gp-w-full gp-h-full gp-bg-[#F9F9F9] gp-flex gp-items-center gp-justify-center",
7
+ children: [
8
+ AdaptiveImage({
9
+ pictureClass: 'gp-w-full',
10
+ srcSet: {
11
+ desktop: {
12
+ src: 'https://cdn.shopify.com/s/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_large.gif'
13
+ }
14
+ },
15
+ style: {
16
+ ...style,
17
+ '--op': 0,
18
+ '--z': -1
19
+ }
20
+ }),
21
+ /*#__PURE__*/ jsx("div", {
22
+ className: "gp-absolute gp-flex gp-justify-center gp-items-center",
23
+ children: /*#__PURE__*/ jsxs("svg", {
24
+ width: "40",
25
+ height: "40",
26
+ viewBox: "0 0 40 40",
27
+ fill: "none",
28
+ xmlns: "http://www.w3.org/2000/svg",
29
+ children: [
30
+ /*#__PURE__*/ jsxs("g", {
31
+ clipPath: "url(#clip0_942_39561)",
32
+ children: [
33
+ /*#__PURE__*/ jsx("rect", {
34
+ width: "40",
35
+ height: "40",
36
+ fill: "#F9F9F9"
37
+ }),
38
+ /*#__PURE__*/ jsx("rect", {
39
+ x: "4",
40
+ width: "32",
41
+ height: "40",
42
+ rx: "2",
43
+ fill: "#E2E2E2"
44
+ }),
45
+ /*#__PURE__*/ jsx("rect", {
46
+ y: "26",
47
+ width: "40",
48
+ height: "14",
49
+ fill: "url(#paint0_linear_942_39561)"
50
+ }),
51
+ /*#__PURE__*/ jsx("rect", {
52
+ x: "8",
53
+ y: "4",
54
+ width: "24",
55
+ height: "24",
56
+ rx: "1",
57
+ fill: "#F9F9F9"
58
+ }),
59
+ /*#__PURE__*/ jsx("circle", {
60
+ cx: "15.2809",
61
+ cy: "11.3688",
62
+ r: "1.36884",
63
+ fill: "#D2D2D2"
64
+ }),
65
+ /*#__PURE__*/ jsx("path", {
66
+ d: "M13.1916 17.7343L15.3456 15.0797C15.4185 14.9896 15.5086 14.9168 15.6101 14.8659C15.7115 14.815 15.822 14.7872 15.9343 14.7844C16.0466 14.7815 16.1583 14.8036 16.2619 14.8492C16.3656 14.8949 16.459 14.963 16.536 15.0492L17.5432 16.1758L21.4803 11.2146C21.5573 11.1174 21.6542 11.0397 21.7637 10.9874C21.8732 10.9351 21.9925 10.9094 22.1127 10.9123C22.2329 10.9153 22.3509 10.9467 22.458 11.0043C22.5651 11.0619 22.6585 11.1442 22.7312 11.245L27.4383 17.7671C27.5283 17.8921 27.5834 18.0411 27.5974 18.1973C27.6114 18.3535 27.5838 18.5108 27.5176 18.6513C27.4514 18.7919 27.3493 18.9102 27.2228 18.993C27.0963 19.0758 26.9503 19.1198 26.8014 19.12L13.8002 19.1251C13.6473 19.1251 13.4975 19.0789 13.3688 18.992C13.24 18.9051 13.1375 18.7812 13.0735 18.6348C13.0095 18.4885 12.9866 18.326 13.0075 18.1664C13.0285 18.0068 13.0923 17.8569 13.1916 17.7343Z",
67
+ fill: "#D2D2D2"
68
+ }),
69
+ /*#__PURE__*/ jsx("rect", {
70
+ x: "24.3333",
71
+ y: "24.3333",
72
+ width: "15.3333",
73
+ height: "15.3333",
74
+ rx: "7.66667",
75
+ fill: "white"
76
+ }),
77
+ /*#__PURE__*/ jsx("rect", {
78
+ x: "24.3333",
79
+ y: "24.3333",
80
+ width: "15.3333",
81
+ height: "15.3333",
82
+ rx: "7.66667",
83
+ stroke: "#C4C4C4",
84
+ strokeWidth: "0.666667"
85
+ }),
86
+ /*#__PURE__*/ jsx("path", {
87
+ d: "M33.813 34.5199C34.0083 34.7152 34.3249 34.7152 34.5201 34.5199C34.7154 34.3246 34.7154 34.0081 34.5201 33.8128L32.707 31.9997L34.5201 30.1866C34.7154 29.9913 34.7154 29.6747 34.5201 29.4795C34.3249 29.2842 34.0083 29.2842 33.813 29.4795L31.9999 31.2926L30.1868 29.4795C29.9915 29.2842 29.675 29.2842 29.4797 29.4795C29.2844 29.6747 29.2844 29.9913 29.4797 30.1866L31.2928 31.9997L29.4797 33.8128C29.2844 34.0081 29.2844 34.3246 29.4797 34.5199C29.675 34.7152 29.9915 34.7152 30.1868 34.5199L31.9999 32.7068L33.813 34.5199Z",
88
+ fill: "#676767"
89
+ })
90
+ ]
91
+ }),
92
+ /*#__PURE__*/ jsxs("defs", {
93
+ children: [
94
+ /*#__PURE__*/ jsxs("linearGradient", {
95
+ id: "paint0_linear_942_39561",
96
+ x1: "20",
97
+ y1: "26",
98
+ x2: "20",
99
+ y2: "40",
100
+ gradientUnits: "userSpaceOnUse",
101
+ children: [
102
+ /*#__PURE__*/ jsx("stop", {
103
+ stopColor: "#F9F9F9",
104
+ stopOpacity: "0"
105
+ }),
106
+ /*#__PURE__*/ jsx("stop", {
107
+ offset: "1",
108
+ stopColor: "#F9F9F9"
109
+ })
110
+ ]
111
+ }),
112
+ /*#__PURE__*/ jsx("clipPath", {
113
+ id: "clip0_942_39561",
114
+ children: /*#__PURE__*/ jsx("rect", {
115
+ width: "40",
116
+ height: "40",
117
+ fill: "white"
118
+ })
119
+ })
120
+ ]
121
+ })
122
+ ]
123
+ })
124
+ })
125
+ ]
126
+ });
127
+ };
128
+
129
+ export { NoDataImage as default };
package/dist/esm/index.js CHANGED
@@ -205,8 +205,18 @@ export { default as TrustreviewsProductReviews } from './third-party/components/
205
205
  export { default as MyappgurusProductReviews } from './third-party/components/MyappgurusProductReviews.js';
206
206
  export { default as HulkProductOptions } from './third-party/components/HulkProductOptions.js';
207
207
  export { default as TrustshopProductReviews } from './third-party/components/TrustshopProductReviews.js';
208
+ export { default as StellarDeliveryDatePickup } from './third-party/components/StellarDeliveryDatePickup.js';
209
+ export { default as EssentialCountdownTimerBar } from './third-party/components/EssentialCountdownTimerBar.js';
210
+ export { default as EssentialAnnouncementBar } from './third-party/components/EssentialAnnouncementBar.js';
211
+ export { default as OkendoReviewsLoyalty } from './third-party/components/OkendoReviewsLoyalty.js';
212
+ export { default as EstimatedDeliveryDatePlus } from './third-party/components/EstimatedDeliveryDatePlus.js';
208
213
  export { default as HextomCountdownTimerBar } from './third-party/components/HextomCountdownTimerBar.js';
209
214
  export { default as TrustBadgesBear } from './third-party/components/TrustBadgesBear.js';
215
+ export { default as TrustedsiteTrustBadges } from './third-party/components/TrustedsiteTrustBadges.js';
216
+ export { default as GloColorSwatchvariantImage } from './third-party/components/GloColorSwatchvariantImage.js';
217
+ export { default as BfSizeChartSizeGuide } from './third-party/components/BfSizeChartSizeGuide.js';
218
+ export { default as AlsoBoughtCbb } from './third-party/components/AlsoBoughtCbb.js';
219
+ export { default as HextomFreeShippingBar } from './third-party/components/HextomFreeShippingBar.js';
210
220
  export { default as thirdPartyInstantSetting } from './third-party-instant/setting/index.js';
211
221
  export { default as InstantJudgemeReviews } from './third-party-instant/components/InstantJudgemeReviews.js';
212
222
  export { default as InstantLooxReviews } from './third-party-instant/components/InstantLooxReviews.js';
@@ -159,9 +159,19 @@ export { default as SeoantTrustBadgesIcon } from './third-party/components/Seoan
159
159
  export { default as TrustreviewsProductReviews } from './third-party/components/TrustreviewsProductReviews.liquid.js';
160
160
  export { default as MyappgurusProductReviews } from './third-party/components/MyappgurusProductReviews.liquid.js';
161
161
  export { default as HulkProductOptions } from './third-party/components/HulkProductOptions.liquid.js';
162
+ export { default as TrustshopProductReviews } from './third-party/components/TrustshopProductReviews.liquid.js';
163
+ export { default as StellarDeliveryDatePickup } from './third-party/components/StellarDeliveryDatePickup.liquid.js';
164
+ export { default as EssentialCountdownTimerBar } from './third-party/components/EssentialCountdownTimerBar.liquid.js';
165
+ export { default as EssentialAnnouncementBar } from './third-party/components/EssentialAnnouncementBar.liquid.js';
166
+ export { default as OkendoReviewsLoyalty } from './third-party/components/OkendoReviewsLoyalty.liquid.js';
167
+ export { default as EstimatedDeliveryDatePlus } from './third-party/components/EstimatedDeliveryDatePlus.liquid.js';
162
168
  export { default as HextomCountdownTimerBar } from './third-party/components/HextomCountdownTimerBar.liquid.js';
163
169
  export { default as TrustBadgesBear } from './third-party/components/TrustBadgesBear.liquid.js';
164
- export { default as TrustshopProductReviews } from './third-party/components/TrustshopProductReviews.liquid.js';
170
+ export { default as TrustedsiteTrustBadges } from './third-party/components/TrustedsiteTrustBadges.liquid.js';
171
+ export { default as GloColorSwatchvariantImage } from './third-party/components/GloColorSwatchvariantImage.liquid.js';
172
+ export { default as BfSizeChartSizeGuide } from './third-party/components/BfSizeChartSizeGuide.liquid.js';
173
+ export { default as AlsoBoughtCbb } from './third-party/components/AlsoBoughtCbb.liquid.js';
174
+ export { default as HextomFreeShippingBar } from './third-party/components/HextomFreeShippingBar.liquid.js';
165
175
  export { default as ImageComparison } from './image-comparison/components/ImageComparison.liquid.js';
166
176
  export { default as ThirdPartySlot } from './third-party-slot/components/ThirdPartySlot.liquid.js';
167
177
  export { default as Sticky } from './sticky/components/Sticky.liquid.js';
@@ -5,7 +5,6 @@ import { forwardRef, useMemo } from 'react';
5
5
  const Text = /*#__PURE__*/ forwardRef(({ styles, builderAttrs, style, setting, advanced, builderProps, className, children, ...props }, ref)=>{
6
6
  const { text, htmlTag: Element = 'div', options, tagWidth, excludeFlex } = setting ?? {};
7
7
  const composeGlobalSize = makeGlobalSize(setting?.globalSize);
8
- console.log('Text: ', text);
9
8
  const mode = useEditorMode();
10
9
  const getPlaceHolderWhenContentNone = ()=>{
11
10
  let classList = '';
@@ -0,0 +1,28 @@
1
+ import { jsx, Fragment } from 'react/jsx-runtime';
2
+ import { makeStyleResponsive } from '@gem-sdk/core';
3
+ import ThirdPartyPreview from './ThirdPartyPreview.js';
4
+ import AppConfig from '../configs/AlsoBoughtCbb.js';
5
+
6
+ const AlsoBoughtCbbContent = ()=>{
7
+ return /*#__PURE__*/ jsx(Fragment, {
8
+ children: /*#__PURE__*/ jsx("div", {
9
+ className: "gp-p-2",
10
+ children: /*#__PURE__*/ jsx(ThirdPartyPreview, {
11
+ setting: {
12
+ label: 'Also Bought • CBB',
13
+ iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`
14
+ }
15
+ })
16
+ })
17
+ });
18
+ };
19
+ const AlsoBoughtCbb = ({ setting })=>{
20
+ return /*#__PURE__*/ jsx("div", {
21
+ style: {
22
+ ...makeStyleResponsive('ta', setting?.align)
23
+ },
24
+ children: /*#__PURE__*/ jsx(AlsoBoughtCbbContent, {})
25
+ });
26
+ };
27
+
28
+ export { AlsoBoughtCbb as default };
@@ -0,0 +1,17 @@
1
+ import { template, makeStyleResponsive } from '@gem-sdk/core';
2
+
3
+ const AlsoBoughtCbb = ({ setting, advanced })=>{
4
+ const { align } = setting ?? {};
5
+ return template`
6
+ <div
7
+ class="${advanced?.cssClass}"
8
+ style="${{
9
+ ...makeStyleResponsive('ta', align)
10
+ }}"
11
+ >
12
+ <div class="gp-integration-also-bought__position" />
13
+ </div>
14
+ `;
15
+ };
16
+
17
+ export { AlsoBoughtCbb as default };
@@ -0,0 +1,28 @@
1
+ import { jsx, Fragment } from 'react/jsx-runtime';
2
+ import { makeStyleResponsive } from '@gem-sdk/core';
3
+ import ThirdPartyPreview from './ThirdPartyPreview.js';
4
+ import AppConfig from '../configs/BfSizeChartSizeGuide.js';
5
+
6
+ const BfSizeChartSizeGuideContent = ()=>{
7
+ return /*#__PURE__*/ jsx(Fragment, {
8
+ children: /*#__PURE__*/ jsx("div", {
9
+ className: "gp-p-2",
10
+ children: /*#__PURE__*/ jsx(ThirdPartyPreview, {
11
+ setting: {
12
+ label: 'BF Size Chart & Size Guide',
13
+ iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`
14
+ }
15
+ })
16
+ })
17
+ });
18
+ };
19
+ const BfSizeChartSizeGuide = ({ setting })=>{
20
+ return /*#__PURE__*/ jsx("div", {
21
+ style: {
22
+ ...makeStyleResponsive('ta', setting?.align)
23
+ },
24
+ children: /*#__PURE__*/ jsx(BfSizeChartSizeGuideContent, {})
25
+ });
26
+ };
27
+
28
+ export { BfSizeChartSizeGuide as default };
@@ -0,0 +1,8 @@
1
+ import { getLiquidForAppBlock } from '../helpers/thirdParty.js';
2
+
3
+ const BfSizeChartSizeGuide = ({ setting, advanced })=>{
4
+ const { align, appBlockId } = setting ?? {};
5
+ return getLiquidForAppBlock(appBlockId, align, advanced?.cssClass);
6
+ };
7
+
8
+ export { BfSizeChartSizeGuide as default };
@@ -0,0 +1,28 @@
1
+ import { jsx, Fragment } from 'react/jsx-runtime';
2
+ import { makeStyleResponsive } from '@gem-sdk/core';
3
+ import ThirdPartyPreview from './ThirdPartyPreview.js';
4
+ import AppConfig from '../configs/EssentialAnnouncementBar.js';
5
+
6
+ const EssentialAnnouncementBarContent = ()=>{
7
+ return /*#__PURE__*/ jsx(Fragment, {
8
+ children: /*#__PURE__*/ jsx("div", {
9
+ className: "gp-p-2",
10
+ children: /*#__PURE__*/ jsx(ThirdPartyPreview, {
11
+ setting: {
12
+ label: 'Essential Announcement Bar',
13
+ iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`
14
+ }
15
+ })
16
+ })
17
+ });
18
+ };
19
+ const EssentialAnnouncementBar = ({ setting })=>{
20
+ return /*#__PURE__*/ jsx("div", {
21
+ style: {
22
+ ...makeStyleResponsive('ta', setting?.align)
23
+ },
24
+ children: /*#__PURE__*/ jsx(EssentialAnnouncementBarContent, {})
25
+ });
26
+ };
27
+
28
+ export { EssentialAnnouncementBar as default };
@@ -0,0 +1,8 @@
1
+ import { getLiquidForAppBlock } from '../helpers/thirdParty.js';
2
+
3
+ const EssentialAnnouncementBar = ({ setting, advanced })=>{
4
+ const { align, appBlockId } = setting ?? {};
5
+ return getLiquidForAppBlock(appBlockId, align, `${advanced?.cssClass ?? ''} !gp-block `);
6
+ };
7
+
8
+ export { EssentialAnnouncementBar as default };
@@ -0,0 +1,28 @@
1
+ import { jsx, Fragment } from 'react/jsx-runtime';
2
+ import { makeStyleResponsive } from '@gem-sdk/core';
3
+ import ThirdPartyPreview from './ThirdPartyPreview.js';
4
+ import AppConfig from '../configs/EssentialCountdownTimerBar.js';
5
+
6
+ const EssentialCountdownTimerBarContent = ()=>{
7
+ return /*#__PURE__*/ jsx(Fragment, {
8
+ children: /*#__PURE__*/ jsx("div", {
9
+ className: "gp-p-2",
10
+ children: /*#__PURE__*/ jsx(ThirdPartyPreview, {
11
+ setting: {
12
+ label: 'Essential Countdown Timer Bar',
13
+ iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`
14
+ }
15
+ })
16
+ })
17
+ });
18
+ };
19
+ const EssentialCountdownTimerBar = ({ setting })=>{
20
+ return /*#__PURE__*/ jsx("div", {
21
+ style: {
22
+ ...makeStyleResponsive('ta', setting?.align)
23
+ },
24
+ children: /*#__PURE__*/ jsx(EssentialCountdownTimerBarContent, {})
25
+ });
26
+ };
27
+
28
+ export { EssentialCountdownTimerBar as default };
@@ -0,0 +1,8 @@
1
+ import { getLiquidForAppBlock } from '../helpers/thirdParty.js';
2
+
3
+ const EssentialCountdownTimerBar = ({ setting, advanced })=>{
4
+ const { align, appBlockId } = setting ?? {};
5
+ return getLiquidForAppBlock(appBlockId, align, `${advanced?.cssClass ?? ''} !gp-block `);
6
+ };
7
+
8
+ export { EssentialCountdownTimerBar as default };
@@ -0,0 +1,28 @@
1
+ import { jsx, Fragment } from 'react/jsx-runtime';
2
+ import { makeStyleResponsive } from '@gem-sdk/core';
3
+ import ThirdPartyPreview from './ThirdPartyPreview.js';
4
+ import AppConfig from '../configs/EstimatedDeliveryDatePlus.js';
5
+
6
+ const EstimatedDeliveryDatePlusContent = ()=>{
7
+ return /*#__PURE__*/ jsx(Fragment, {
8
+ children: /*#__PURE__*/ jsx("div", {
9
+ className: "gp-p-2",
10
+ children: /*#__PURE__*/ jsx(ThirdPartyPreview, {
11
+ setting: {
12
+ label: 'Estimated Delivery Date ‑ Plus',
13
+ iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`
14
+ }
15
+ })
16
+ })
17
+ });
18
+ };
19
+ const EstimatedDeliveryDatePlus = ({ setting })=>{
20
+ return /*#__PURE__*/ jsx("div", {
21
+ style: {
22
+ ...makeStyleResponsive('ta', setting?.align)
23
+ },
24
+ children: /*#__PURE__*/ jsx(EstimatedDeliveryDatePlusContent, {})
25
+ });
26
+ };
27
+
28
+ export { EstimatedDeliveryDatePlus as default };
@@ -0,0 +1,8 @@
1
+ import { getLiquidForAppBlock } from '../helpers/thirdParty.js';
2
+
3
+ const EstimatedDeliveryDatePlus = ({ setting, advanced })=>{
4
+ const { align, appBlockId } = setting ?? {};
5
+ return getLiquidForAppBlock(appBlockId, align, `${advanced?.cssClass ?? ''} !gp-block`);
6
+ };
7
+
8
+ export { EstimatedDeliveryDatePlus as default };
@@ -0,0 +1,28 @@
1
+ import { jsx, Fragment } from 'react/jsx-runtime';
2
+ import { makeStyleResponsive } from '@gem-sdk/core';
3
+ import ThirdPartyPreview from './ThirdPartyPreview.js';
4
+ import AppConfig from '../configs/GloColorSwatchvariantImage.js';
5
+
6
+ const GloColorSwatchvariantImageContent = ()=>{
7
+ return /*#__PURE__*/ jsx(Fragment, {
8
+ children: /*#__PURE__*/ jsx("div", {
9
+ className: "gp-p-2",
10
+ children: /*#__PURE__*/ jsx(ThirdPartyPreview, {
11
+ setting: {
12
+ label: 'GLO Color Swatch,Variant Image',
13
+ iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`
14
+ }
15
+ })
16
+ })
17
+ });
18
+ };
19
+ const GloColorSwatchvariantImage = ({ setting })=>{
20
+ return /*#__PURE__*/ jsx("div", {
21
+ style: {
22
+ ...makeStyleResponsive('ta', setting?.align)
23
+ },
24
+ children: /*#__PURE__*/ jsx(GloColorSwatchvariantImageContent, {})
25
+ });
26
+ };
27
+
28
+ export { GloColorSwatchvariantImage as default };
@@ -0,0 +1,8 @@
1
+ import { getLiquidForAppBlock } from '../helpers/thirdParty.js';
2
+
3
+ const GloColorSwatchvariantImage = ({ setting, advanced })=>{
4
+ const { align, appBlockId } = setting ?? {};
5
+ return getLiquidForAppBlock(appBlockId, align, `${advanced?.cssClass ?? ''} !gp-block`);
6
+ };
7
+
8
+ export { GloColorSwatchvariantImage as default };
@@ -0,0 +1,28 @@
1
+ import { jsx, Fragment } from 'react/jsx-runtime';
2
+ import { makeStyleResponsive } from '@gem-sdk/core';
3
+ import ThirdPartyPreview from './ThirdPartyPreview.js';
4
+ import AppConfig from '../configs/HextomFreeShippingBar.js';
5
+
6
+ const HextomFreeShippingBarContent = ()=>{
7
+ return /*#__PURE__*/ jsx(Fragment, {
8
+ children: /*#__PURE__*/ jsx("div", {
9
+ className: "gp-p-2",
10
+ children: /*#__PURE__*/ jsx(ThirdPartyPreview, {
11
+ setting: {
12
+ label: 'Hextom: Free Shipping Bar',
13
+ iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`
14
+ }
15
+ })
16
+ })
17
+ });
18
+ };
19
+ const HextomFreeShippingBar = ({ setting })=>{
20
+ return /*#__PURE__*/ jsx("div", {
21
+ style: {
22
+ ...makeStyleResponsive('ta', setting?.align)
23
+ },
24
+ children: /*#__PURE__*/ jsx(HextomFreeShippingBarContent, {})
25
+ });
26
+ };
27
+
28
+ export { HextomFreeShippingBar as default };
@@ -0,0 +1,8 @@
1
+ import { getLiquidForAppBlock } from '../helpers/thirdParty.js';
2
+
3
+ const HextomFreeShippingBar = ({ setting, advanced })=>{
4
+ const { align, appBlockId } = setting ?? {};
5
+ return getLiquidForAppBlock(appBlockId, align, `${advanced?.cssClass ?? ''} !gp-block`);
6
+ };
7
+
8
+ export { HextomFreeShippingBar as default };
@@ -0,0 +1,28 @@
1
+ import { jsx, Fragment } from 'react/jsx-runtime';
2
+ import { makeStyleResponsive } from '@gem-sdk/core';
3
+ import ThirdPartyPreview from './ThirdPartyPreview.js';
4
+ import AppConfig from '../configs/OkendoReviewsLoyalty.js';
5
+
6
+ const OkendoReviewsLoyaltyContent = ()=>{
7
+ return /*#__PURE__*/ jsx(Fragment, {
8
+ children: /*#__PURE__*/ jsx("div", {
9
+ className: "gp-p-2",
10
+ children: /*#__PURE__*/ jsx(ThirdPartyPreview, {
11
+ setting: {
12
+ label: 'Okendo: Reviews & Loyalty',
13
+ iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`
14
+ }
15
+ })
16
+ })
17
+ });
18
+ };
19
+ const OkendoReviewsLoyalty = ({ setting })=>{
20
+ return /*#__PURE__*/ jsx("div", {
21
+ style: {
22
+ ...makeStyleResponsive('ta', setting?.align)
23
+ },
24
+ children: /*#__PURE__*/ jsx(OkendoReviewsLoyaltyContent, {})
25
+ });
26
+ };
27
+
28
+ export { OkendoReviewsLoyalty as default };
@@ -0,0 +1,8 @@
1
+ import { getLiquidForAppBlock } from '../helpers/thirdParty.js';
2
+
3
+ const OkendoReviewsLoyalty = ({ setting, advanced })=>{
4
+ const { align, appBlockId } = setting ?? {};
5
+ return getLiquidForAppBlock(appBlockId, align, `${advanced?.cssClass ?? ''} !gp-block [&_*]:gp-max-w-none`);
6
+ };
7
+
8
+ export { OkendoReviewsLoyalty as default };
@@ -0,0 +1,28 @@
1
+ import { jsx, Fragment } from 'react/jsx-runtime';
2
+ import { makeStyleResponsive } from '@gem-sdk/core';
3
+ import ThirdPartyPreview from './ThirdPartyPreview.js';
4
+ import AppConfig from '../configs/StellarDeliveryDatePickup.js';
5
+
6
+ const StellarDeliveryDatePickupContent = ()=>{
7
+ return /*#__PURE__*/ jsx(Fragment, {
8
+ children: /*#__PURE__*/ jsx("div", {
9
+ className: "gp-p-2",
10
+ children: /*#__PURE__*/ jsx(ThirdPartyPreview, {
11
+ setting: {
12
+ label: 'Stellar Delivery Date & Pickup',
13
+ iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`
14
+ }
15
+ })
16
+ })
17
+ });
18
+ };
19
+ const StellarDeliveryDatePickup = ({ setting })=>{
20
+ return /*#__PURE__*/ jsx("div", {
21
+ style: {
22
+ ...makeStyleResponsive('ta', setting?.align)
23
+ },
24
+ children: /*#__PURE__*/ jsx(StellarDeliveryDatePickupContent, {})
25
+ });
26
+ };
27
+
28
+ export { StellarDeliveryDatePickup as default };
@@ -0,0 +1,17 @@
1
+ import { template, makeStyleResponsive } from '@gem-sdk/core';
2
+
3
+ const StellarDeliveryDatePickup = ({ setting, advanced })=>{
4
+ const { align } = setting ?? {};
5
+ return template`
6
+ <div
7
+ class="${advanced?.cssClass}"
8
+ style="${{
9
+ ...makeStyleResponsive('ta', align)
10
+ }}"
11
+ >
12
+ <div class="gp-integration-stellar-delivery__position" ></div>
13
+ </div>
14
+ `;
15
+ };
16
+
17
+ export { StellarDeliveryDatePickup as default };
@@ -0,0 +1,28 @@
1
+ import { jsx, Fragment } from 'react/jsx-runtime';
2
+ import { makeStyleResponsive } from '@gem-sdk/core';
3
+ import ThirdPartyPreview from './ThirdPartyPreview.js';
4
+ import AppConfig from '../configs/TrustedsiteTrustBadges.js';
5
+
6
+ const TrustedsiteTrustBadgesContent = ()=>{
7
+ return /*#__PURE__*/ jsx(Fragment, {
8
+ children: /*#__PURE__*/ jsx("div", {
9
+ className: "gp-p-2",
10
+ children: /*#__PURE__*/ jsx(ThirdPartyPreview, {
11
+ setting: {
12
+ label: 'TrustedSite ‑ Trust Badges',
13
+ iconSvg: `<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="${AppConfig.logoUrl}">`
14
+ }
15
+ })
16
+ })
17
+ });
18
+ };
19
+ const TrustedsiteTrustBadges = ({ setting })=>{
20
+ return /*#__PURE__*/ jsx("div", {
21
+ style: {
22
+ ...makeStyleResponsive('ta', setting?.align)
23
+ },
24
+ children: /*#__PURE__*/ jsx(TrustedsiteTrustBadgesContent, {})
25
+ });
26
+ };
27
+
28
+ export { TrustedsiteTrustBadges as default };
@@ -0,0 +1,8 @@
1
+ import { getLiquidForAppBlock } from '../helpers/thirdParty.js';
2
+
3
+ const TrustedsiteTrustBadges = ({ setting, advanced })=>{
4
+ const { align, appBlockId } = setting ?? {};
5
+ return getLiquidForAppBlock(appBlockId, align, `${advanced?.cssClass ?? ''} !gp-block`);
6
+ };
7
+
8
+ export { TrustedsiteTrustBadges as default };
@@ -0,0 +1,8 @@
1
+ var AppConfig = {
2
+ id: 'also-bought-cbb',
3
+ label: 'Also Bought • CBB',
4
+ logoUrl: 'https://cdn.shopify.com/app-store/listing_images/55a595d2413473dd0c6e6a315690886a/icon/CITkod-6vf0CEAE=.png',
5
+ tag: 'AlsoBoughtCbb'
6
+ };
7
+
8
+ export { AppConfig as default };
@@ -0,0 +1,8 @@
1
+ var AppConfig = {
2
+ id: 'bf-size-chart-size-guide',
3
+ label: 'BF Size Chart & Size Guide',
4
+ logoUrl: 'https://cdn.shopify.com/app-store/listing_images/022ba73148820196cc39ae7ac1667ec0/icon/CLqQkc30lu8CEAE=.png',
5
+ tag: 'BfSizeChartSizeGuide'
6
+ };
7
+
8
+ export { AppConfig as default };
@@ -0,0 +1,8 @@
1
+ var AppConfig = {
2
+ id: 'essential-announcement-bar',
3
+ label: 'Essential Announcement Bar',
4
+ logoUrl: 'https://cdn.shopify.com/app-store/listing_images/15e8255158a042a1eab34a4c45c72aa5/icon/CMK1jPv9uoADEAE=.png',
5
+ tag: 'EssentialAnnouncementBar'
6
+ };
7
+
8
+ export { AppConfig as default };
@@ -0,0 +1,8 @@
1
+ var AppConfig = {
2
+ id: 'essential-countdown-timer-bar',
3
+ label: 'Essential Countdown Timer Bar',
4
+ logoUrl: 'https://cdn.shopify.com/app-store/listing_images/f84bf9e49eca8bd84c2af7488461363b/icon/CPzKxLTD4_UCEAE=.png',
5
+ tag: 'EssentialCountdownTimerBar'
6
+ };
7
+
8
+ export { AppConfig as default };
@@ -0,0 +1,8 @@
1
+ var AppConfig = {
2
+ id: 'estimated-delivery-date-plus',
3
+ label: 'Estimated Delivery Date ‑ Plus',
4
+ logoUrl: 'https://cdn.shopify.com/app-store/listing_images/e4733a4cb318126885ef06c1a11c2c35/icon/COTnt4SChPkCEAE=.jpeg',
5
+ tag: 'EstimatedDeliveryDatePlus'
6
+ };
7
+
8
+ export { AppConfig as default };