@gem-sdk/components 2.0.7 → 2.0.9

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 (82) hide show
  1. package/dist/cjs/builder.js +18 -0
  2. package/dist/cjs/image/components/AdaptiveImage.liquid.js +2 -2
  3. package/dist/cjs/index.js +18 -0
  4. package/dist/cjs/index.liquid.js +18 -0
  5. package/dist/cjs/third-party/components/AftershipEmailMarketingsms.js +32 -0
  6. package/dist/cjs/third-party/components/AftershipEmailMarketingsms.liquid.js +12 -0
  7. package/dist/cjs/third-party/components/BestBuyFulfillment.js +38 -0
  8. package/dist/cjs/third-party/components/BestBuyFulfillment.liquid.js +12 -0
  9. package/dist/cjs/third-party/components/HulkProductOptions.js +32 -0
  10. package/dist/cjs/third-party/components/HulkProductOptions.liquid.js +12 -0
  11. package/dist/cjs/third-party/components/MyappgurusProductReviews.js +32 -0
  12. package/dist/cjs/third-party/components/MyappgurusProductReviews.liquid.js +12 -0
  13. package/dist/cjs/third-party/components/ProductOptionsVariantOption.js +38 -0
  14. package/dist/cjs/third-party/components/ProductOptionsVariantOption.liquid.js +21 -0
  15. package/dist/cjs/third-party/components/SegunoEmailMarketing.js +32 -0
  16. package/dist/cjs/third-party/components/SegunoEmailMarketing.liquid.js +12 -0
  17. package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.js +32 -0
  18. package/dist/cjs/third-party/components/SeoantTrustBadgesIcon.liquid.js +12 -0
  19. package/dist/cjs/third-party/components/TrustreviewsProductReviews.js +32 -0
  20. package/dist/cjs/third-party/components/TrustreviewsProductReviews.liquid.js +12 -0
  21. package/dist/cjs/third-party/components/TrustshopProductReviews.js +46 -0
  22. package/dist/cjs/third-party/components/TrustshopProductReviews.liquid.js +12 -0
  23. package/dist/cjs/third-party/configs/AftershipEmailMarketingsms.js +12 -0
  24. package/dist/cjs/third-party/configs/HulkProductOptions.js +12 -0
  25. package/dist/cjs/third-party/configs/MyappgurusProductReviews.js +12 -0
  26. package/dist/cjs/third-party/configs/SegunoEmailMarketing.js +12 -0
  27. package/dist/cjs/third-party/configs/SeoantTrustBadgesIcon.js +12 -0
  28. package/dist/cjs/third-party/configs/TrustreviewsProductReviews.js +12 -0
  29. package/dist/cjs/third-party/configs/TrustshopProductReviews.js +12 -0
  30. package/dist/cjs/third-party/next.js +45 -0
  31. package/dist/cjs/third-party/setting/AftershipEmailMarketingsms.js +160 -0
  32. package/dist/cjs/third-party/setting/BestBuyFulfillment.js +133 -0
  33. package/dist/cjs/third-party/setting/HulkProductOptions.js +131 -0
  34. package/dist/cjs/third-party/setting/MyappgurusProductReviews.js +171 -0
  35. package/dist/cjs/third-party/setting/ProductOptionsVariantOption.js +131 -0
  36. package/dist/cjs/third-party/setting/SegunoEmailMarketing.js +152 -0
  37. package/dist/cjs/third-party/setting/SeoantTrustBadgesIcon.js +142 -0
  38. package/dist/cjs/third-party/setting/TrustreviewsProductReviews.js +210 -0
  39. package/dist/cjs/third-party/setting/TrustshopProductReviews.js +159 -0
  40. package/dist/cjs/third-party/setting/index.js +18 -0
  41. package/dist/esm/builder.js +18 -0
  42. package/dist/esm/image/components/AdaptiveImage.liquid.js +2 -2
  43. package/dist/esm/index.js +9 -0
  44. package/dist/esm/index.liquid.js +9 -0
  45. package/dist/esm/third-party/components/AftershipEmailMarketingsms.js +28 -0
  46. package/dist/esm/third-party/components/AftershipEmailMarketingsms.liquid.js +8 -0
  47. package/dist/esm/third-party/components/BestBuyFulfillment.js +33 -0
  48. package/dist/esm/third-party/components/BestBuyFulfillment.liquid.js +8 -0
  49. package/dist/esm/third-party/components/HulkProductOptions.js +28 -0
  50. package/dist/esm/third-party/components/HulkProductOptions.liquid.js +8 -0
  51. package/dist/esm/third-party/components/MyappgurusProductReviews.js +28 -0
  52. package/dist/esm/third-party/components/MyappgurusProductReviews.liquid.js +8 -0
  53. package/dist/esm/third-party/components/ProductOptionsVariantOption.js +33 -0
  54. package/dist/esm/third-party/components/ProductOptionsVariantOption.liquid.js +17 -0
  55. package/dist/esm/third-party/components/SegunoEmailMarketing.js +28 -0
  56. package/dist/esm/third-party/components/SegunoEmailMarketing.liquid.js +8 -0
  57. package/dist/esm/third-party/components/SeoantTrustBadgesIcon.js +28 -0
  58. package/dist/esm/third-party/components/SeoantTrustBadgesIcon.liquid.js +8 -0
  59. package/dist/esm/third-party/components/TrustreviewsProductReviews.js +28 -0
  60. package/dist/esm/third-party/components/TrustreviewsProductReviews.liquid.js +8 -0
  61. package/dist/esm/third-party/components/TrustshopProductReviews.js +42 -0
  62. package/dist/esm/third-party/components/TrustshopProductReviews.liquid.js +8 -0
  63. package/dist/esm/third-party/configs/AftershipEmailMarketingsms.js +8 -0
  64. package/dist/esm/third-party/configs/HulkProductOptions.js +8 -0
  65. package/dist/esm/third-party/configs/MyappgurusProductReviews.js +8 -0
  66. package/dist/esm/third-party/configs/SegunoEmailMarketing.js +8 -0
  67. package/dist/esm/third-party/configs/SeoantTrustBadgesIcon.js +8 -0
  68. package/dist/esm/third-party/configs/TrustreviewsProductReviews.js +8 -0
  69. package/dist/esm/third-party/configs/TrustshopProductReviews.js +8 -0
  70. package/dist/esm/third-party/next.js +45 -0
  71. package/dist/esm/third-party/setting/AftershipEmailMarketingsms.js +156 -0
  72. package/dist/esm/third-party/setting/BestBuyFulfillment.js +129 -0
  73. package/dist/esm/third-party/setting/HulkProductOptions.js +127 -0
  74. package/dist/esm/third-party/setting/MyappgurusProductReviews.js +167 -0
  75. package/dist/esm/third-party/setting/ProductOptionsVariantOption.js +127 -0
  76. package/dist/esm/third-party/setting/SegunoEmailMarketing.js +148 -0
  77. package/dist/esm/third-party/setting/SeoantTrustBadgesIcon.js +138 -0
  78. package/dist/esm/third-party/setting/TrustreviewsProductReviews.js +206 -0
  79. package/dist/esm/third-party/setting/TrustshopProductReviews.js +155 -0
  80. package/dist/esm/third-party/setting/index.js +202 -184
  81. package/dist/types/index.d.ts +147 -1
  82. package/package.json +2 -2
@@ -0,0 +1,8 @@
1
+ import { getLiquidForAppBlock } from '../helpers/thirdParty.js';
2
+
3
+ const TrustshopProductReviews = ({ setting, advanced })=>{
4
+ const { align, appBlockId } = setting ?? {};
5
+ return getLiquidForAppBlock(appBlockId, align, advanced?.cssClass);
6
+ };
7
+
8
+ export { TrustshopProductReviews as default };
@@ -0,0 +1,8 @@
1
+ var AppConfig = {
2
+ id: 'aftership-email-marketingsms',
3
+ label: 'AfterShip Email Marketing,SMS',
4
+ logoUrl: 'https://cdn.shopify.com/app-store/listing_images/b8bc9d365792ea16185361099864182c/icon/COb3zP2Pwv4CEAE=.png',
5
+ tag: 'AftershipEmailMarketingsms'
6
+ };
7
+
8
+ export { AppConfig as default };
@@ -0,0 +1,8 @@
1
+ var AppConfig = {
2
+ id: 'hulk-product-options',
3
+ label: 'Hulk Product Options',
4
+ logoUrl: 'https://cdn.shopify.com/app-store/listing_images/4a60d8b5eaf751b3d02d0dc8c28a23b4/icon/COfb5p7_lP4CEAE=.png',
5
+ tag: 'HulkProductOptions'
6
+ };
7
+
8
+ export { AppConfig as default };
@@ -0,0 +1,8 @@
1
+ var AppConfig = {
2
+ id: 'myappgurus-product-reviews',
3
+ label: 'MyAppGurus Product Reviews',
4
+ logoUrl: 'https://cdn.shopify.com/app-store/listing_images/772b08d7aeeedd29dda48e1bbf1918bd/icon/CL2ZuMKHpv4CEAE=.jpeg',
5
+ tag: 'MyappgurusProductReviews'
6
+ };
7
+
8
+ export { AppConfig as default };
@@ -0,0 +1,8 @@
1
+ var AppConfig = {
2
+ id: 'seguno-email-marketing',
3
+ label: 'Seguno Email Marketing',
4
+ logoUrl: 'https://cdn.shopify.com/app-store/listing_images/b6c8035c51d734fa4f88beb66b94a2d5/icon/CMG5orL0lu8CEAE=.png',
5
+ tag: 'SegunoEmailMarketing'
6
+ };
7
+
8
+ export { AppConfig as default };
@@ -0,0 +1,8 @@
1
+ var AppConfig = {
2
+ id: 'seoant-trust-badges-icon',
3
+ label: 'SEOAnt ‑ Trust Badges & Icon',
4
+ logoUrl: 'https://cdn.shopify.com/app-store/listing_images/6baee2749b9ede050c5235f5ad143bb7/icon/CMOhyp-BrocDEAE=.png',
5
+ tag: 'SeoantTrustBadgesIcon'
6
+ };
7
+
8
+ export { AppConfig as default };
@@ -0,0 +1,8 @@
1
+ var AppConfig = {
2
+ id: 'trustreviews-product-reviews',
3
+ label: 'TrustReviews: Product Reviews',
4
+ logoUrl: 'https://cdn.shopify.com/app-store/listing_images/0aea8ea03bebbafd0eab4c8089b14f5e/icon/CPOlzd-d1vsCEAE=.png',
5
+ tag: 'TrustreviewsProductReviews'
6
+ };
7
+
8
+ export { AppConfig as default };
@@ -0,0 +1,8 @@
1
+ var AppConfig = {
2
+ id: 'trustshop-product-reviews',
3
+ label: 'TrustShop: Product Reviews',
4
+ logoUrl: 'https://cdn.shopify.com/app-store/listing_images/97bd740ed0597c4d5220e15ae930308d/icon/CKub0pnr1okDEAE=.png',
5
+ tag: 'TrustshopProductReviews'
6
+ };
7
+
8
+ export { AppConfig as default };
@@ -2,10 +2,46 @@ import dynamic from 'next/dynamic';
2
2
  import Loading from '../common/components/Loading.js';
3
3
  import 'react/jsx-runtime';
4
4
 
5
+ const TrustshopProductReviews = dynamic(()=>import('./components/TrustshopProductReviews.js'), {
6
+ ssr: false,
7
+ loading: Loading
8
+ });
9
+ const HulkProductOptions = dynamic(()=>import('./components/HulkProductOptions.js'), {
10
+ ssr: false,
11
+ loading: Loading
12
+ });
13
+ const MyappgurusProductReviews = dynamic(()=>import('./components/MyappgurusProductReviews.js'), {
14
+ ssr: false,
15
+ loading: Loading
16
+ });
17
+ const SeoantTrustBadgesIcon = dynamic(()=>import('./components/SeoantTrustBadgesIcon.js'), {
18
+ ssr: false,
19
+ loading: Loading
20
+ });
21
+ const TrustreviewsProductReviews = dynamic(()=>import('./components/TrustreviewsProductReviews.js'), {
22
+ ssr: false,
23
+ loading: Loading
24
+ });
5
25
  const PowrContactFormBuilder = dynamic(()=>import('./components/PowrContactFormBuilder.js'), {
6
26
  ssr: false,
7
27
  loading: Loading
8
28
  });
29
+ const SegunoEmailMarketing = dynamic(()=>import('./components/SegunoEmailMarketing.js'), {
30
+ ssr: false,
31
+ loading: Loading
32
+ });
33
+ const AftershipEmailMarketingsms = dynamic(()=>import('./components/AftershipEmailMarketingsms.js'), {
34
+ ssr: false,
35
+ loading: Loading
36
+ });
37
+ const BestBuyFulfillment = dynamic(()=>import('./components/BestBuyFulfillment.js'), {
38
+ ssr: false,
39
+ loading: Loading
40
+ });
41
+ const ProductOptionsVariantOption = dynamic(()=>import('./components/ProductOptionsVariantOption.js'), {
42
+ ssr: false,
43
+ loading: Loading
44
+ });
9
45
  const DiscountyBulkDiscountSales = dynamic(()=>import('./components/DiscountyBulkDiscountSales.js'), {
10
46
  ssr: false,
11
47
  loading: Loading
@@ -371,8 +407,17 @@ const Selleasy = dynamic(()=>import('./components/Selleasy.js'), {
371
407
  loading: Loading
372
408
  });
373
409
  var thirdParty = {
410
+ TrustshopProductReviews,
411
+ HulkProductOptions,
412
+ TrustreviewsProductReviews,
413
+ MyappgurusProductReviews,
414
+ SeoantTrustBadgesIcon,
415
+ SegunoEmailMarketing,
374
416
  PowrContactFormBuilder,
375
417
  DiscountyBulkDiscountSales,
418
+ AftershipEmailMarketingsms,
419
+ BestBuyFulfillment,
420
+ ProductOptionsVariantOption,
376
421
  GloboProductOptionsVariant,
377
422
  TeeinblueProductPersonalizer,
378
423
  WishlistKing,
@@ -0,0 +1,156 @@
1
+ import AppConfig from '../configs/AftershipEmailMarketingsms.js';
2
+
3
+ const config = {
4
+ tag: AppConfig.tag,
5
+ label: AppConfig.label,
6
+ icon: '<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="https://cdn.shopify.com/app-store/listing_images/b8bc9d365792ea16185361099864182c/icon/COb3zP2Pwv4CEAE=.png">',
7
+ editorConfigs: {
8
+ component: {
9
+ isThirdParty: true
10
+ }
11
+ },
12
+ presets: [
13
+ {
14
+ id: AppConfig.id,
15
+ name: {
16
+ en: AppConfig.label
17
+ },
18
+ hideTextContent: true,
19
+ icon: {
20
+ desktop: `<div class="w-full flex flex-col items-center">
21
+ <img class="w-24 border border-dark-200 rounded-medium" src="https://cdn.shopify.com/app-store/listing_images/b8bc9d365792ea16185361099864182c/icon/COb3zP2Pwv4CEAE=.png">
22
+ <span class="preset-item-title">AfterShip Email Marketing,SMS</span>
23
+ </div>`
24
+ },
25
+ components: [
26
+ {
27
+ tag: AppConfig.tag
28
+ }
29
+ ]
30
+ }
31
+ ],
32
+ settings: [
33
+ {
34
+ id: 'setting',
35
+ controls: [
36
+ {
37
+ id: 'appBlockId',
38
+ type: 'input',
39
+ default: ''
40
+ },
41
+ {
42
+ id: 'widgetType',
43
+ label: 'Choose widget',
44
+ type: 'select',
45
+ options: [
46
+ {
47
+ label: 'Embeded_form',
48
+ value: 'embeded_form'
49
+ }
50
+ ],
51
+ default: 'embeded_form'
52
+ },
53
+ {
54
+ id: 'install',
55
+ type: 'open-link',
56
+ target: '_blank',
57
+ linkType: 'install',
58
+ href: 'https://apps.shopify.com/automizely-messages?utm_source=gempages',
59
+ appName: AppConfig.label
60
+ },
61
+ {
62
+ id: 'formId',
63
+ type: 'input',
64
+ default: ''
65
+ },
66
+ {
67
+ id: 'getFormId',
68
+ type: 'group'
69
+ },
70
+ {
71
+ id: 'openApp',
72
+ type: 'open-link',
73
+ target: '_blank',
74
+ linkType: 'openApp',
75
+ href: 'https://marketing.automizely.com',
76
+ appName: AppConfig.label
77
+ },
78
+ {
79
+ id: 'align',
80
+ label: 'Alignment',
81
+ type: 'segment',
82
+ options: [
83
+ {
84
+ label: 'Left',
85
+ value: 'left',
86
+ type: 'align'
87
+ },
88
+ {
89
+ label: 'Center',
90
+ value: 'center',
91
+ type: 'align'
92
+ },
93
+ {
94
+ label: 'Right',
95
+ value: 'right',
96
+ type: 'align'
97
+ }
98
+ ],
99
+ devices: {
100
+ desktop: {
101
+ default: 'left'
102
+ }
103
+ }
104
+ }
105
+ ]
106
+ }
107
+ ],
108
+ ui: [
109
+ {
110
+ type: 'control',
111
+ setting: {
112
+ id: 'install'
113
+ }
114
+ },
115
+ {
116
+ type: 'group',
117
+ controls: [
118
+ {
119
+ type: 'control',
120
+ label: {
121
+ en: 'Form ID'
122
+ },
123
+ setting: {
124
+ id: 'formId'
125
+ }
126
+ },
127
+ {
128
+ type: 'control',
129
+ info: {
130
+ en: '<a style="text-decoration: none; color: #8AA4FF; font-style: normal" href="https://support.aftership.com/en/email/article/how-to-add-embedded-forms-to-a-shopify-store-1c87pux" target="_blank">How can I get the form ID?</a>'
131
+ },
132
+ setting: {
133
+ id: 'getFormId'
134
+ }
135
+ }
136
+ ]
137
+ },
138
+ {
139
+ type: 'control',
140
+ setting: {
141
+ id: 'openApp'
142
+ }
143
+ },
144
+ {
145
+ type: 'control',
146
+ label: {
147
+ en: 'Align'
148
+ },
149
+ setting: {
150
+ id: 'align'
151
+ }
152
+ }
153
+ ]
154
+ };
155
+
156
+ export { config as default };
@@ -0,0 +1,129 @@
1
+ import { AppConfig } from '../components/BestBuyFulfillment.js';
2
+
3
+ const config = {
4
+ tag: AppConfig.tag,
5
+ label: AppConfig.label,
6
+ icon: '<img class="gp-w-6 gp-border gp-border-[#494949] gp-rounded-[3px]" src="https://cdn.shopify.com/app-store/listing_images/cff02298a65798558a8b2ec125eaa1e4/icon/CKzimdrIrIcDEAE=.png">',
7
+ editorConfigs: {
8
+ placeholder: {
9
+ flowTag: [
10
+ 'Product'
11
+ ]
12
+ },
13
+ component: {
14
+ isThirdParty: true
15
+ }
16
+ },
17
+ presets: [
18
+ {
19
+ id: AppConfig.id,
20
+ name: {
21
+ en: AppConfig.label
22
+ },
23
+ hideTextContent: true,
24
+ icon: {
25
+ desktop: `<div class="w-full flex flex-col items-center">
26
+ <img class="w-24 border border-dark-200 rounded-medium" src="https://cdn.shopify.com/app-store/listing_images/cff02298a65798558a8b2ec125eaa1e4/icon/CKzimdrIrIcDEAE=.png">
27
+ <span class="preset-item-title">Best Buy Fulfillment</span>
28
+ </div>`
29
+ },
30
+ components: [
31
+ {
32
+ tag: AppConfig.tag
33
+ }
34
+ ]
35
+ }
36
+ ],
37
+ settings: [
38
+ {
39
+ id: 'setting',
40
+ controls: [
41
+ {
42
+ id: 'appBlockId',
43
+ type: 'input',
44
+ default: ''
45
+ },
46
+ {
47
+ id: 'widgetType',
48
+ label: 'Choose widget',
49
+ type: 'select',
50
+ options: [
51
+ {
52
+ label: 'Pickup Selector',
53
+ value: 'pickup-selector'
54
+ }
55
+ ],
56
+ default: 'pickup-selector'
57
+ },
58
+ {
59
+ id: 'install',
60
+ type: 'open-link',
61
+ target: '_blank',
62
+ linkType: 'install',
63
+ href: 'https://apps.shopify.com/best-buy-fulfillment?utm_source=gempages',
64
+ appName: AppConfig.label
65
+ },
66
+ {
67
+ id: 'openApp',
68
+ type: 'open-link',
69
+ target: '_blank',
70
+ linkType: 'openApp',
71
+ href: 'https://admin.shopify.com/?redirect=/apps/best-buy-fulfillment',
72
+ appName: AppConfig.label
73
+ },
74
+ {
75
+ id: 'align',
76
+ label: 'Alignment',
77
+ type: 'segment',
78
+ options: [
79
+ {
80
+ label: 'Left',
81
+ value: 'left',
82
+ type: 'align'
83
+ },
84
+ {
85
+ label: 'Center',
86
+ value: 'center',
87
+ type: 'align'
88
+ },
89
+ {
90
+ label: 'Right',
91
+ value: 'right',
92
+ type: 'align'
93
+ }
94
+ ],
95
+ devices: {
96
+ desktop: {
97
+ default: 'left'
98
+ }
99
+ }
100
+ }
101
+ ]
102
+ }
103
+ ],
104
+ ui: [
105
+ {
106
+ type: 'control',
107
+ setting: {
108
+ id: 'install'
109
+ }
110
+ },
111
+ {
112
+ type: 'control',
113
+ setting: {
114
+ id: 'openApp'
115
+ }
116
+ },
117
+ {
118
+ type: 'control',
119
+ label: {
120
+ en: 'Align'
121
+ },
122
+ setting: {
123
+ id: 'align'
124
+ }
125
+ }
126
+ ]
127
+ };
128
+
129
+ export { config as default };
@@ -0,0 +1,127 @@
1
+ import AppConfig from '../configs/HulkProductOptions.js';
2
+
3
+ const config = {
4
+ tag: AppConfig.tag,
5
+ label: AppConfig.label,
6
+ icon: '<img class="gp-w-[24px] gp-border gp-border-[#494949] gp-rounded-[3px]" src="https://cdn.shopify.com/app-store/listing_images/4a60d8b5eaf751b3d02d0dc8c28a23b4/icon/COfb5p7_lP4CEAE=.png">',
7
+ editorConfigs: {
8
+ placeholder: {
9
+ flowPage: 'GP_PRODUCT'
10
+ },
11
+ component: {
12
+ isThirdParty: true
13
+ }
14
+ },
15
+ presets: [
16
+ {
17
+ id: AppConfig.id,
18
+ name: {
19
+ en: AppConfig.label
20
+ },
21
+ hideTextContent: true,
22
+ icon: {
23
+ desktop: `<div class="w-full flex flex-col items-center">
24
+ <img class="w-24 border border-dark-200 rounded-medium" src="https://cdn.shopify.com/app-store/listing_images/4a60d8b5eaf751b3d02d0dc8c28a23b4/icon/COfb5p7_lP4CEAE=.png">
25
+ <span class="preset-item-title">Hulk Product Options</span>
26
+ </div>`
27
+ },
28
+ components: [
29
+ {
30
+ tag: AppConfig.tag
31
+ }
32
+ ]
33
+ }
34
+ ],
35
+ settings: [
36
+ {
37
+ id: 'setting',
38
+ controls: [
39
+ {
40
+ id: 'appBlockId',
41
+ type: 'input',
42
+ default: ''
43
+ },
44
+ {
45
+ id: 'widgetType',
46
+ label: 'Choose widget',
47
+ type: 'select',
48
+ options: [
49
+ {
50
+ label: 'Option_block',
51
+ value: 'option_block'
52
+ }
53
+ ],
54
+ default: 'option_block'
55
+ },
56
+ {
57
+ id: 'install',
58
+ type: 'open-link',
59
+ target: '_blank',
60
+ linkType: 'install',
61
+ href: 'https://apps.shopify.com/product-options-by-hulkapps-1?utm_source=gempages',
62
+ appName: AppConfig.label
63
+ },
64
+ {
65
+ id: 'openApp',
66
+ type: 'open-link',
67
+ target: '_blank',
68
+ linkType: 'openApp',
69
+ href: 'https://admin.shopify.com/?redirect=/apps/product-options-by-hulkapps-1',
70
+ appName: AppConfig.label
71
+ },
72
+ {
73
+ id: 'align',
74
+ label: 'Alignment',
75
+ type: 'segment',
76
+ options: [
77
+ {
78
+ label: 'Left',
79
+ value: 'left',
80
+ type: 'align'
81
+ },
82
+ {
83
+ label: 'Center',
84
+ value: 'center',
85
+ type: 'align'
86
+ },
87
+ {
88
+ label: 'Right',
89
+ value: 'right',
90
+ type: 'align'
91
+ }
92
+ ],
93
+ devices: {
94
+ desktop: {
95
+ default: 'left'
96
+ }
97
+ }
98
+ }
99
+ ]
100
+ }
101
+ ],
102
+ ui: [
103
+ {
104
+ type: 'control',
105
+ setting: {
106
+ id: 'install'
107
+ }
108
+ },
109
+ {
110
+ type: 'control',
111
+ setting: {
112
+ id: 'openApp'
113
+ }
114
+ },
115
+ {
116
+ type: 'control',
117
+ label: {
118
+ en: 'Align'
119
+ },
120
+ setting: {
121
+ id: 'align'
122
+ }
123
+ }
124
+ ]
125
+ };
126
+
127
+ export { config as default };