@lightspeed/crane 2.0.2 → 2.0.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.
@@ -22,6 +22,7 @@ export default {
22
22
  type: 'BUTTON',
23
23
  title: '$label.showcase_2.section_button.title',
24
24
  buttonType: 'HYPER_LINK',
25
+ link: 'https://www.example.com',
25
26
  },
26
27
  slider: {
27
28
  type: 'DECK',
@@ -26,21 +26,23 @@ export default {
26
26
  type: 'IMAGE',
27
27
  label: '$label.image_content_1.label',
28
28
  defaults: {
29
- set: {
30
- MOBILE_WEBP_LOW_RES: {
31
- url: 'new_arrivals_mobile_low.jpeg',
32
- },
33
- MOBILE_WEBP_HI_RES: {
34
- url: 'new_arrivals_mobile_high.jpeg',
35
- },
36
- WEBP_LOW_RES: {
37
- url: 'new_arrivals_pc_low.jpeg',
38
- },
39
- WEBP_HI_2X_RES: {
40
- url: 'new_arrivals_pc_high.jpeg',
29
+ imageData: {
30
+ set: {
31
+ MOBILE_WEBP_LOW_RES: {
32
+ url: 'new_arrivals_mobile_low.jpeg',
33
+ },
34
+ MOBILE_WEBP_HI_RES: {
35
+ url: 'new_arrivals_mobile_high.jpeg',
36
+ },
37
+ WEBP_LOW_RES: {
38
+ url: 'new_arrivals_pc_low.jpeg',
39
+ },
40
+ WEBP_HI_2X_RES: {
41
+ url: 'new_arrivals_pc_high.jpeg',
42
+ },
41
43
  },
44
+ borderInfo: {},
42
45
  },
43
- borderInfo: {},
44
46
  },
45
47
  },
46
48
  image_text: {
@@ -172,7 +172,6 @@ export default {
172
172
  button: {
173
173
  title: '$label.showcase_1.info.button.title',
174
174
  link: 'https://example.com',
175
- buttonType: 'HYPER_LINK',
176
175
  },
177
176
  },
178
177
  button: {
@@ -151,7 +151,6 @@ export default {
151
151
  button: {
152
152
  title: '$label.showcase_1.info.button.title',
153
153
  link: 'https://example.com',
154
- buttonType: 'HYPER_LINK',
155
154
  },
156
155
  },
157
156
  button: {
@@ -168,7 +168,6 @@ export default {
168
168
  button: {
169
169
  title: '$label.showcase_3.info.button.title',
170
170
  link: 'https://example.com',
171
- buttonType: 'HYPER_LINK',
172
171
  },
173
172
  },
174
173
  button: {