@ppg_pl/pallete 0.0.4 → 0.0.6

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 (154) hide show
  1. package/dist/cjs/index-160fcb6c.js +1661 -0
  2. package/dist/cjs/index-160fcb6c.js.map +1 -0
  3. package/dist/cjs/index.cjs.js +4 -0
  4. package/dist/cjs/index.cjs.js.map +1 -0
  5. package/dist/cjs/loader.cjs.js +24 -0
  6. package/dist/cjs/loader.cjs.js.map +1 -0
  7. package/dist/cjs/my-backdrop_8.cjs.entry.js +7985 -0
  8. package/dist/cjs/my-backdrop_8.cjs.entry.js.map +1 -0
  9. package/dist/cjs/pallete.cjs.js +28 -0
  10. package/dist/cjs/pallete.cjs.js.map +1 -0
  11. package/dist/collection/collection-manifest.json +19 -0
  12. package/dist/collection/components/api/index.js +20 -0
  13. package/dist/collection/components/api/index.js.map +1 -0
  14. package/dist/collection/components/api/services.js +82 -0
  15. package/dist/collection/components/api/services.js.map +1 -0
  16. package/dist/collection/components/my-backdrop/my-backdrop.css +13 -0
  17. package/dist/collection/components/my-backdrop/my-backdrop.js +17 -0
  18. package/dist/collection/components/my-backdrop/my-backdrop.js.map +1 -0
  19. package/dist/collection/components/my-colorbox/my-colorbox.css +52 -0
  20. package/dist/collection/components/my-colorbox/my-colorbox.js +157 -0
  21. package/dist/collection/components/my-colorbox/my-colorbox.js.map +1 -0
  22. package/dist/collection/components/my-colorinfo/my-colorinfo.js +187 -0
  23. package/dist/collection/components/my-colorinfo/my-colorinfo.js.map +1 -0
  24. package/dist/collection/components/my-component/my-component.css +6 -0
  25. package/dist/collection/components/my-component/my-component.js +133 -0
  26. package/dist/collection/components/my-component/my-component.js.map +1 -0
  27. package/dist/collection/components/my-loader/my-loader.css +85 -0
  28. package/dist/collection/components/my-loader/my-loader.js +19 -0
  29. package/dist/collection/components/my-loader/my-loader.js.map +1 -0
  30. package/dist/collection/components/my-modal/__mocks__/index.js +759 -0
  31. package/dist/collection/components/my-modal/__mocks__/index.js.map +1 -0
  32. package/dist/collection/components/my-modal/assets/arrow_down.png +0 -0
  33. package/dist/collection/components/my-modal/assets/close.png +0 -0
  34. package/dist/collection/components/my-modal/my-modal.css +367 -0
  35. package/dist/collection/components/my-modal/my-modal.js +448 -0
  36. package/dist/collection/components/my-modal/my-modal.js.map +1 -0
  37. package/dist/collection/components/my-search/assets/search.svg +15 -0
  38. package/dist/collection/components/my-search/my-search.css +35 -0
  39. package/dist/collection/components/my-search/my-search.js +125 -0
  40. package/dist/collection/components/my-search/my-search.js.map +1 -0
  41. package/dist/collection/components/my-slider/index.js +148 -0
  42. package/dist/collection/components/my-slider/index.js.map +1 -0
  43. package/dist/collection/components/my-slider/my-slider.css +88 -0
  44. package/dist/collection/gtmUtils.js +4 -0
  45. package/dist/collection/gtmUtils.js.map +1 -0
  46. package/dist/collection/index.js +2 -0
  47. package/dist/collection/index.js.map +1 -0
  48. package/dist/collection/types.js +2 -0
  49. package/dist/collection/types.js.map +1 -0
  50. package/{www/build/gtmUtils-dcdac4ce.js → dist/components/gtmUtils.js} +2 -0
  51. package/dist/components/gtmUtils.js.map +1 -0
  52. package/dist/components/index.d.ts +9 -11
  53. package/dist/components/index.js +3 -0
  54. package/dist/components/index.js.map +1 -0
  55. package/dist/components/index2.js +5305 -0
  56. package/dist/components/index2.js.map +1 -0
  57. package/dist/components/my-backdrop.js +8 -0
  58. package/dist/components/my-backdrop.js.map +1 -0
  59. package/dist/components/my-backdrop2.js +31 -0
  60. package/dist/components/my-backdrop2.js.map +1 -0
  61. package/dist/components/my-colorbox.js +8 -0
  62. package/dist/components/my-colorbox.js.map +1 -0
  63. package/dist/{pallete/my-colorbox.entry.js → components/my-colorbox2.js} +37 -8
  64. package/dist/components/my-colorbox2.js.map +1 -0
  65. package/dist/components/my-colorinfo.js +8 -0
  66. package/dist/components/my-colorinfo.js.map +1 -0
  67. package/dist/{pallete/my-colorinfo.entry.js → components/my-colorinfo2.js} +44 -10
  68. package/dist/components/my-colorinfo2.js.map +1 -0
  69. package/dist/{pallete/my-component.entry.js → components/my-component.js} +87 -11
  70. package/dist/components/my-component.js.map +1 -0
  71. package/dist/components/my-loader.js +8 -0
  72. package/dist/components/my-loader.js.map +1 -0
  73. package/{www/build/my-loader.entry.js → dist/components/my-loader2.js} +23 -7
  74. package/dist/components/my-loader2.js.map +1 -0
  75. package/dist/components/my-modal.js +8 -0
  76. package/dist/components/my-modal.js.map +1 -0
  77. package/dist/{pallete/my-modal.entry.js → components/my-modal2.js} +120 -120
  78. package/dist/components/my-modal2.js.map +1 -0
  79. package/dist/components/my-search.js +8 -0
  80. package/dist/components/my-search.js.map +1 -0
  81. package/{www/build/my-search.entry.js → dist/components/my-search2.js} +32 -9
  82. package/dist/components/my-search2.js.map +1 -0
  83. package/dist/components/my-slider.js +8 -0
  84. package/dist/components/my-slider.js.map +1 -0
  85. package/dist/esm/index-943c259f.js +1632 -0
  86. package/dist/esm/index-943c259f.js.map +1 -0
  87. package/dist/esm/index.js +3 -0
  88. package/dist/esm/index.js.map +1 -0
  89. package/dist/esm/loader.js +20 -0
  90. package/dist/esm/loader.js.map +1 -0
  91. package/dist/esm/my-backdrop_8.entry.js +7974 -0
  92. package/dist/esm/my-backdrop_8.entry.js.map +1 -0
  93. package/dist/esm/pallete.js +23 -0
  94. package/dist/esm/pallete.js.map +1 -0
  95. package/dist/esm/polyfills/core-js.js +11 -0
  96. package/dist/esm/polyfills/css-shim.js +1 -0
  97. package/dist/esm/polyfills/dom.js +79 -0
  98. package/dist/esm/polyfills/es5-html-element.js +1 -0
  99. package/dist/esm/polyfills/index.js +34 -0
  100. package/dist/esm/polyfills/system.js +6 -0
  101. package/dist/index.cjs.js +1 -0
  102. package/dist/index.js +1 -0
  103. package/dist/pallete/index.esm.js +1 -0
  104. package/dist/pallete/index.esm.js.map +1 -0
  105. package/dist/pallete/p-9a7eff4f.entry.js +2 -0
  106. package/dist/pallete/p-9a7eff4f.entry.js.map +1 -0
  107. package/dist/pallete/p-c77aaa54.js +3 -0
  108. package/dist/pallete/p-c77aaa54.js.map +1 -0
  109. package/dist/pallete/pallete.css +1 -3
  110. package/dist/pallete/pallete.esm.js +2 -129
  111. package/dist/pallete/pallete.esm.js.map +1 -0
  112. package/dist/types/components/api/services.d.ts +1 -1
  113. package/dist/types/components/my-component/my-component.d.ts +2 -0
  114. package/dist/types/components/my-modal/__mocks__/index.d.ts +415 -0
  115. package/dist/types/components/my-modal/my-modal.d.ts +3 -1
  116. package/dist/types/components.d.ts +2 -0
  117. package/dist/types/stencil-public-runtime.d.ts +91 -19
  118. package/dist/types/types.d.ts +8 -8
  119. package/loader/index.d.ts +9 -0
  120. package/loader/package.json +1 -0
  121. package/package.json +21 -5
  122. package/www/build/index.esm.js +1 -0
  123. package/www/build/index.esm.js.map +1 -0
  124. package/www/build/p-825a7d1d.js +163 -0
  125. package/www/build/p-9a7eff4f.entry.js +2 -0
  126. package/www/build/p-9a7eff4f.entry.js.map +1 -0
  127. package/www/build/p-c77aaa54.js +3 -0
  128. package/www/build/p-c77aaa54.js.map +1 -0
  129. package/www/build/p-fd390eef.css +3 -0
  130. package/www/build/pallete.css +1 -3
  131. package/www/build/pallete.esm.js +2 -129
  132. package/www/build/pallete.esm.js.map +1 -0
  133. package/www/index.html +2 -40
  134. package/dist/pallete/app-globals-0f993ce5.js +0 -3
  135. package/dist/pallete/css-shim-60f618b9.js +0 -4
  136. package/dist/pallete/dom-4eeb3fee.js +0 -73
  137. package/dist/pallete/gtmUtils-dcdac4ce.js +0 -5
  138. package/dist/pallete/index-1ac7471e.js +0 -3059
  139. package/dist/pallete/my-backdrop.entry.js +0 -15
  140. package/dist/pallete/my-loader.entry.js +0 -15
  141. package/dist/pallete/my-search.entry.js +0 -36
  142. package/dist/pallete/my-slider.entry.js +0 -11333
  143. package/dist/pallete/shadow-css-02866686.js +0 -387
  144. package/www/build/app-globals-0f993ce5.js +0 -3
  145. package/www/build/css-shim-60f618b9.js +0 -4
  146. package/www/build/dom-4eeb3fee.js +0 -73
  147. package/www/build/index-1ac7471e.js +0 -3059
  148. package/www/build/my-backdrop.entry.js +0 -15
  149. package/www/build/my-colorbox.entry.js +0 -40
  150. package/www/build/my-colorinfo.entry.js +0 -36
  151. package/www/build/my-component.entry.js +0 -154
  152. package/www/build/my-modal.entry.js +0 -2459
  153. package/www/build/my-slider.entry.js +0 -11333
  154. package/www/build/shadow-css-02866686.js +0 -387
@@ -0,0 +1,759 @@
1
+ export const fetchProductResponse = {
2
+ data: [
3
+ {
4
+ id: 2,
5
+ attributes: {
6
+ name: 'Dekoral Łazienka & Kuchnia',
7
+ modalName: 'Dekoral Łazienka & Kuchnia',
8
+ modalDescription: 'Kliknij w kolor, aby dowiedzieć się więcej.',
9
+ slug: 'dekoral-lazienka-and-kuchnia',
10
+ useColorImage: false,
11
+ createdAt: '2022-08-04T12:43:27.940Z',
12
+ updatedAt: '2022-08-09T20:35:22.626Z',
13
+ publishedAt: '2022-08-04T18:57:15.767Z',
14
+ modalLogo: {
15
+ data: {
16
+ id: 8,
17
+ attributes: {
18
+ name: 'logo_dekoral.webp',
19
+ alternativeText: 'logo_dekoral.webp',
20
+ caption: 'logo_dekoral.webp',
21
+ width: 608,
22
+ height: 54,
23
+ formats: {
24
+ small: {
25
+ ext: '.webp',
26
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/0c58f93a-28e7-424a-306d-3e4cdd231200/public',
27
+ hash: 'small_logo_dekoral_e1477f1632',
28
+ mime: 'image/webp',
29
+ name: 'small_logo_dekoral.webp',
30
+ path: null,
31
+ size: 4.63,
32
+ width: 500,
33
+ height: 44,
34
+ provider_metadata: { public_id: '0c58f93a-28e7-424a-306d-3e4cdd231200', resource_type: 'webp' },
35
+ },
36
+ thumbnail: {
37
+ ext: '.webp',
38
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/2effc27c-db25-4b52-165b-656668017800/public',
39
+ hash: 'thumbnail_logo_dekoral_e1477f1632',
40
+ mime: 'image/webp',
41
+ name: 'thumbnail_logo_dekoral.webp',
42
+ path: null,
43
+ size: 2.36,
44
+ width: 245,
45
+ height: 22,
46
+ provider_metadata: { public_id: '2effc27c-db25-4b52-165b-656668017800', resource_type: 'webp' },
47
+ },
48
+ },
49
+ hash: 'logo_dekoral_e1477f1632',
50
+ ext: '.webp',
51
+ mime: 'image/webp',
52
+ size: 5.56,
53
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/a12b6ad6-2cb7-40f0-ba40-a7497c9b1700/public',
54
+ previewUrl: null,
55
+ provider: 'strapi-provider-upload-cloudflare',
56
+ provider_metadata: { public_id: 'a12b6ad6-2cb7-40f0-ba40-a7497c9b1700', resource_type: 'webp' },
57
+ createdAt: '2022-08-04T07:25:52.878Z',
58
+ updatedAt: '2022-08-04T07:25:52.878Z',
59
+ },
60
+ },
61
+ },
62
+ images: { data: null },
63
+ shops: {
64
+ data: [{ id: 1, attributes: { name: 'Viverto', createdAt: '2022-08-04T12:41:02.701Z', updatedAt: '2022-08-04T18:58:00.913Z', publishedAt: '2022-08-04T18:58:00.910Z' } }],
65
+ },
66
+ categories: { data: [] },
67
+ },
68
+ },
69
+ {
70
+ id: 1,
71
+ attributes: {
72
+ name: 'Dekoral Moc Koloru',
73
+ modalName: 'Dekoral Moc Koloru',
74
+ modalDescription: 'Kliknij w kolor, aby dowiedzieć się więcej.',
75
+ slug: 'dekoral-moc-koloru',
76
+ useColorImage: false,
77
+ createdAt: '2022-08-04T12:42:57.542Z',
78
+ updatedAt: '2022-08-28T15:21:01.609Z',
79
+ publishedAt: '2022-08-04T18:57:19.247Z',
80
+ modalLogo: {
81
+ data: {
82
+ id: 8,
83
+ attributes: {
84
+ name: 'logo_dekoral.webp',
85
+ alternativeText: 'logo_dekoral.webp',
86
+ caption: 'logo_dekoral.webp',
87
+ width: 608,
88
+ height: 54,
89
+ formats: {
90
+ small: {
91
+ ext: '.webp',
92
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/0c58f93a-28e7-424a-306d-3e4cdd231200/public',
93
+ hash: 'small_logo_dekoral_e1477f1632',
94
+ mime: 'image/webp',
95
+ name: 'small_logo_dekoral.webp',
96
+ path: null,
97
+ size: 4.63,
98
+ width: 500,
99
+ height: 44,
100
+ provider_metadata: { public_id: '0c58f93a-28e7-424a-306d-3e4cdd231200', resource_type: 'webp' },
101
+ },
102
+ thumbnail: {
103
+ ext: '.webp',
104
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/2effc27c-db25-4b52-165b-656668017800/public',
105
+ hash: 'thumbnail_logo_dekoral_e1477f1632',
106
+ mime: 'image/webp',
107
+ name: 'thumbnail_logo_dekoral.webp',
108
+ path: null,
109
+ size: 2.36,
110
+ width: 245,
111
+ height: 22,
112
+ provider_metadata: { public_id: '2effc27c-db25-4b52-165b-656668017800', resource_type: 'webp' },
113
+ },
114
+ },
115
+ hash: 'logo_dekoral_e1477f1632',
116
+ ext: '.webp',
117
+ mime: 'image/webp',
118
+ size: 5.56,
119
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/a12b6ad6-2cb7-40f0-ba40-a7497c9b1700/public',
120
+ previewUrl: null,
121
+ provider: 'strapi-provider-upload-cloudflare',
122
+ provider_metadata: { public_id: 'a12b6ad6-2cb7-40f0-ba40-a7497c9b1700', resource_type: 'webp' },
123
+ createdAt: '2022-08-04T07:25:52.878Z',
124
+ updatedAt: '2022-08-04T07:25:52.878Z',
125
+ },
126
+ },
127
+ },
128
+ images: {
129
+ data: [
130
+ {
131
+ id: 215,
132
+ attributes: {
133
+ name: 'photo-2.webp',
134
+ alternativeText: 'photo-2.webp',
135
+ caption: 'photo-2.webp',
136
+ width: 1000,
137
+ height: 667,
138
+ formats: {
139
+ small: {
140
+ ext: '.webp',
141
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/5b8baeb3-e2a3-4607-f12d-333f542bef00/public',
142
+ hash: 'small_photo_2_de8249f29b',
143
+ mime: 'image/webp',
144
+ name: 'small_photo-2.webp',
145
+ path: null,
146
+ size: 265.96,
147
+ width: 500,
148
+ height: 334,
149
+ provider_metadata: { public_id: '5b8baeb3-e2a3-4607-f12d-333f542bef00', resource_type: 'webp' },
150
+ },
151
+ medium: {
152
+ ext: '.webp',
153
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/737d3396-df51-4204-75fb-43fb0fd12900/public',
154
+ hash: 'medium_photo_2_de8249f29b',
155
+ mime: 'image/webp',
156
+ name: 'medium_photo-2.webp',
157
+ path: null,
158
+ size: 553.01,
159
+ width: 750,
160
+ height: 500,
161
+ provider_metadata: { public_id: '737d3396-df51-4204-75fb-43fb0fd12900', resource_type: 'webp' },
162
+ },
163
+ thumbnail: {
164
+ ext: '.webp',
165
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/28dade4b-cd3d-4fa4-d039-8e71ff589600/public',
166
+ hash: 'thumbnail_photo_2_de8249f29b',
167
+ mime: 'image/webp',
168
+ name: 'thumbnail_photo-2.webp',
169
+ path: null,
170
+ size: 71.7,
171
+ width: 234,
172
+ height: 156,
173
+ provider_metadata: { public_id: '28dade4b-cd3d-4fa4-d039-8e71ff589600', resource_type: 'webp' },
174
+ },
175
+ },
176
+ hash: 'photo_2_de8249f29b',
177
+ ext: '.webp',
178
+ mime: 'image/webp',
179
+ size: 218.05,
180
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/c4289ca9-d922-4a97-d18b-4a289163fd00/public',
181
+ previewUrl: null,
182
+ provider: 'strapi-provider-upload-cloudflare',
183
+ provider_metadata: { public_id: 'c4289ca9-d922-4a97-d18b-4a289163fd00', resource_type: 'webp' },
184
+ createdAt: '2022-08-28T15:20:45.039Z',
185
+ updatedAt: '2022-08-28T15:20:45.039Z',
186
+ },
187
+ },
188
+ {
189
+ id: 216,
190
+ attributes: {
191
+ name: 'photo-3.webp',
192
+ alternativeText: 'photo-3.webp',
193
+ caption: 'photo-3.webp',
194
+ width: 1000,
195
+ height: 667,
196
+ formats: {
197
+ small: {
198
+ ext: '.webp',
199
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/db7b2c20-06aa-42a7-38c4-f37f700e9500/public',
200
+ hash: 'small_photo_3_0007db55e8',
201
+ mime: 'image/webp',
202
+ name: 'small_photo-3.webp',
203
+ path: null,
204
+ size: 263.97,
205
+ width: 500,
206
+ height: 334,
207
+ provider_metadata: { public_id: 'db7b2c20-06aa-42a7-38c4-f37f700e9500', resource_type: 'webp' },
208
+ },
209
+ medium: {
210
+ ext: '.webp',
211
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/d6801588-38f3-42d7-cc80-7618db953f00/public',
212
+ hash: 'medium_photo_3_0007db55e8',
213
+ mime: 'image/webp',
214
+ name: 'medium_photo-3.webp',
215
+ path: null,
216
+ size: 537.02,
217
+ width: 750,
218
+ height: 500,
219
+ provider_metadata: { public_id: 'd6801588-38f3-42d7-cc80-7618db953f00', resource_type: 'webp' },
220
+ },
221
+ thumbnail: {
222
+ ext: '.webp',
223
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/7dbe526b-d59b-42ef-4965-8b7fa55ced00/public',
224
+ hash: 'thumbnail_photo_3_0007db55e8',
225
+ mime: 'image/webp',
226
+ name: 'thumbnail_photo-3.webp',
227
+ path: null,
228
+ size: 73.29,
229
+ width: 234,
230
+ height: 156,
231
+ provider_metadata: { public_id: '7dbe526b-d59b-42ef-4965-8b7fa55ced00', resource_type: 'webp' },
232
+ },
233
+ },
234
+ hash: 'photo_3_0007db55e8',
235
+ ext: '.webp',
236
+ mime: 'image/webp',
237
+ size: 223.67,
238
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/628a8899-c7c5-47a9-303d-73d085afa700/public',
239
+ previewUrl: null,
240
+ provider: 'strapi-provider-upload-cloudflare',
241
+ provider_metadata: { public_id: '628a8899-c7c5-47a9-303d-73d085afa700', resource_type: 'webp' },
242
+ createdAt: '2022-08-28T15:20:45.696Z',
243
+ updatedAt: '2022-08-28T15:20:45.696Z',
244
+ },
245
+ },
246
+ {
247
+ id: 217,
248
+ attributes: {
249
+ name: 'photo-1.webp',
250
+ alternativeText: 'photo-1.webp',
251
+ caption: 'photo-1.webp',
252
+ width: 1000,
253
+ height: 667,
254
+ formats: {
255
+ small: {
256
+ ext: '.webp',
257
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/5aad43da-0e62-469a-ee04-7ef416f1bf00/public',
258
+ hash: 'small_photo_1_4d66f6cd9a',
259
+ mime: 'image/webp',
260
+ name: 'small_photo-1.webp',
261
+ path: null,
262
+ size: 331.1,
263
+ width: 500,
264
+ height: 334,
265
+ provider_metadata: { public_id: '5aad43da-0e62-469a-ee04-7ef416f1bf00', resource_type: 'webp' },
266
+ },
267
+ medium: {
268
+ ext: '.webp',
269
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/80893350-aa16-47b3-a0ba-d8414ebfb300/public',
270
+ hash: 'medium_photo_1_4d66f6cd9a',
271
+ mime: 'image/webp',
272
+ name: 'medium_photo-1.webp',
273
+ path: null,
274
+ size: 695.85,
275
+ width: 750,
276
+ height: 500,
277
+ provider_metadata: { public_id: '80893350-aa16-47b3-a0ba-d8414ebfb300', resource_type: 'webp' },
278
+ },
279
+ thumbnail: {
280
+ ext: '.webp',
281
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/11ca89fe-0259-4975-9418-f6c47b5a2900/public',
282
+ hash: 'thumbnail_photo_1_4d66f6cd9a',
283
+ mime: 'image/webp',
284
+ name: 'thumbnail_photo-1.webp',
285
+ path: null,
286
+ size: 85.2,
287
+ width: 234,
288
+ height: 156,
289
+ provider_metadata: { public_id: '11ca89fe-0259-4975-9418-f6c47b5a2900', resource_type: 'webp' },
290
+ },
291
+ },
292
+ hash: 'photo_1_4d66f6cd9a',
293
+ ext: '.webp',
294
+ mime: 'image/webp',
295
+ size: 264.45,
296
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/09acfcf1-76f4-4e42-7f5e-12f1dabbea00/public',
297
+ previewUrl: null,
298
+ provider: 'strapi-provider-upload-cloudflare',
299
+ provider_metadata: { public_id: '09acfcf1-76f4-4e42-7f5e-12f1dabbea00', resource_type: 'webp' },
300
+ createdAt: '2022-08-28T15:20:46.091Z',
301
+ updatedAt: '2022-08-28T15:20:46.091Z',
302
+ },
303
+ },
304
+ ],
305
+ },
306
+ shops: {
307
+ data: [
308
+ { id: 3, attributes: { name: 'Demo', createdAt: '2023-03-23T12:35:18.033Z', updatedAt: '2023-03-23T12:35:53.382Z', publishedAt: '2023-03-23T12:35:53.379Z' } },
309
+ { id: 1, attributes: { name: 'Viverto', createdAt: '2022-08-04T12:41:02.701Z', updatedAt: '2022-08-04T18:58:00.913Z', publishedAt: '2022-08-04T18:58:00.910Z' } },
310
+ ],
311
+ },
312
+ categories: { data: [] },
313
+ },
314
+ },
315
+ {
316
+ id: 4,
317
+ attributes: {
318
+ name: 'Sigma',
319
+ modalName: 'Sigma',
320
+ modalDescription: 'Kliknij w kolor, aby dowiedzieć się więcej.',
321
+ slug: 'sigma',
322
+ useColorImage: true,
323
+ createdAt: '2023-02-01T10:44:16.389Z',
324
+ updatedAt: '2023-02-01T15:43:36.898Z',
325
+ publishedAt: '2023-02-01T12:17:27.812Z',
326
+ modalLogo: {
327
+ data: {
328
+ id: 8,
329
+ attributes: {
330
+ name: 'logo_dekoral.webp',
331
+ alternativeText: 'logo_dekoral.webp',
332
+ caption: 'logo_dekoral.webp',
333
+ width: 608,
334
+ height: 54,
335
+ formats: {
336
+ small: {
337
+ ext: '.webp',
338
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/0c58f93a-28e7-424a-306d-3e4cdd231200/public',
339
+ hash: 'small_logo_dekoral_e1477f1632',
340
+ mime: 'image/webp',
341
+ name: 'small_logo_dekoral.webp',
342
+ path: null,
343
+ size: 4.63,
344
+ width: 500,
345
+ height: 44,
346
+ provider_metadata: { public_id: '0c58f93a-28e7-424a-306d-3e4cdd231200', resource_type: 'webp' },
347
+ },
348
+ thumbnail: {
349
+ ext: '.webp',
350
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/2effc27c-db25-4b52-165b-656668017800/public',
351
+ hash: 'thumbnail_logo_dekoral_e1477f1632',
352
+ mime: 'image/webp',
353
+ name: 'thumbnail_logo_dekoral.webp',
354
+ path: null,
355
+ size: 2.36,
356
+ width: 245,
357
+ height: 22,
358
+ provider_metadata: { public_id: '2effc27c-db25-4b52-165b-656668017800', resource_type: 'webp' },
359
+ },
360
+ },
361
+ hash: 'logo_dekoral_e1477f1632',
362
+ ext: '.webp',
363
+ mime: 'image/webp',
364
+ size: 5.56,
365
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/a12b6ad6-2cb7-40f0-ba40-a7497c9b1700/public',
366
+ previewUrl: null,
367
+ provider: 'strapi-provider-upload-cloudflare',
368
+ provider_metadata: { public_id: 'a12b6ad6-2cb7-40f0-ba40-a7497c9b1700', resource_type: 'webp' },
369
+ createdAt: '2022-08-04T07:25:52.878Z',
370
+ updatedAt: '2022-08-04T07:25:52.878Z',
371
+ },
372
+ },
373
+ },
374
+ images: {
375
+ data: [
376
+ {
377
+ id: 217,
378
+ attributes: {
379
+ name: 'photo-1.webp',
380
+ alternativeText: 'photo-1.webp',
381
+ caption: 'photo-1.webp',
382
+ width: 1000,
383
+ height: 667,
384
+ formats: {
385
+ small: {
386
+ ext: '.webp',
387
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/5aad43da-0e62-469a-ee04-7ef416f1bf00/public',
388
+ hash: 'small_photo_1_4d66f6cd9a',
389
+ mime: 'image/webp',
390
+ name: 'small_photo-1.webp',
391
+ path: null,
392
+ size: 331.1,
393
+ width: 500,
394
+ height: 334,
395
+ provider_metadata: { public_id: '5aad43da-0e62-469a-ee04-7ef416f1bf00', resource_type: 'webp' },
396
+ },
397
+ medium: {
398
+ ext: '.webp',
399
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/80893350-aa16-47b3-a0ba-d8414ebfb300/public',
400
+ hash: 'medium_photo_1_4d66f6cd9a',
401
+ mime: 'image/webp',
402
+ name: 'medium_photo-1.webp',
403
+ path: null,
404
+ size: 695.85,
405
+ width: 750,
406
+ height: 500,
407
+ provider_metadata: { public_id: '80893350-aa16-47b3-a0ba-d8414ebfb300', resource_type: 'webp' },
408
+ },
409
+ thumbnail: {
410
+ ext: '.webp',
411
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/11ca89fe-0259-4975-9418-f6c47b5a2900/public',
412
+ hash: 'thumbnail_photo_1_4d66f6cd9a',
413
+ mime: 'image/webp',
414
+ name: 'thumbnail_photo-1.webp',
415
+ path: null,
416
+ size: 85.2,
417
+ width: 234,
418
+ height: 156,
419
+ provider_metadata: { public_id: '11ca89fe-0259-4975-9418-f6c47b5a2900', resource_type: 'webp' },
420
+ },
421
+ },
422
+ hash: 'photo_1_4d66f6cd9a',
423
+ ext: '.webp',
424
+ mime: 'image/webp',
425
+ size: 264.45,
426
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/09acfcf1-76f4-4e42-7f5e-12f1dabbea00/public',
427
+ previewUrl: null,
428
+ provider: 'strapi-provider-upload-cloudflare',
429
+ provider_metadata: { public_id: '09acfcf1-76f4-4e42-7f5e-12f1dabbea00', resource_type: 'webp' },
430
+ createdAt: '2022-08-28T15:20:46.091Z',
431
+ updatedAt: '2022-08-28T15:20:46.091Z',
432
+ },
433
+ },
434
+ {
435
+ id: 216,
436
+ attributes: {
437
+ name: 'photo-3.webp',
438
+ alternativeText: 'photo-3.webp',
439
+ caption: 'photo-3.webp',
440
+ width: 1000,
441
+ height: 667,
442
+ formats: {
443
+ small: {
444
+ ext: '.webp',
445
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/db7b2c20-06aa-42a7-38c4-f37f700e9500/public',
446
+ hash: 'small_photo_3_0007db55e8',
447
+ mime: 'image/webp',
448
+ name: 'small_photo-3.webp',
449
+ path: null,
450
+ size: 263.97,
451
+ width: 500,
452
+ height: 334,
453
+ provider_metadata: { public_id: 'db7b2c20-06aa-42a7-38c4-f37f700e9500', resource_type: 'webp' },
454
+ },
455
+ medium: {
456
+ ext: '.webp',
457
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/d6801588-38f3-42d7-cc80-7618db953f00/public',
458
+ hash: 'medium_photo_3_0007db55e8',
459
+ mime: 'image/webp',
460
+ name: 'medium_photo-3.webp',
461
+ path: null,
462
+ size: 537.02,
463
+ width: 750,
464
+ height: 500,
465
+ provider_metadata: { public_id: 'd6801588-38f3-42d7-cc80-7618db953f00', resource_type: 'webp' },
466
+ },
467
+ thumbnail: {
468
+ ext: '.webp',
469
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/7dbe526b-d59b-42ef-4965-8b7fa55ced00/public',
470
+ hash: 'thumbnail_photo_3_0007db55e8',
471
+ mime: 'image/webp',
472
+ name: 'thumbnail_photo-3.webp',
473
+ path: null,
474
+ size: 73.29,
475
+ width: 234,
476
+ height: 156,
477
+ provider_metadata: { public_id: '7dbe526b-d59b-42ef-4965-8b7fa55ced00', resource_type: 'webp' },
478
+ },
479
+ },
480
+ hash: 'photo_3_0007db55e8',
481
+ ext: '.webp',
482
+ mime: 'image/webp',
483
+ size: 223.67,
484
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/628a8899-c7c5-47a9-303d-73d085afa700/public',
485
+ previewUrl: null,
486
+ provider: 'strapi-provider-upload-cloudflare',
487
+ provider_metadata: { public_id: '628a8899-c7c5-47a9-303d-73d085afa700', resource_type: 'webp' },
488
+ createdAt: '2022-08-28T15:20:45.696Z',
489
+ updatedAt: '2022-08-28T15:20:45.696Z',
490
+ },
491
+ },
492
+ {
493
+ id: 215,
494
+ attributes: {
495
+ name: 'photo-2.webp',
496
+ alternativeText: 'photo-2.webp',
497
+ caption: 'photo-2.webp',
498
+ width: 1000,
499
+ height: 667,
500
+ formats: {
501
+ small: {
502
+ ext: '.webp',
503
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/5b8baeb3-e2a3-4607-f12d-333f542bef00/public',
504
+ hash: 'small_photo_2_de8249f29b',
505
+ mime: 'image/webp',
506
+ name: 'small_photo-2.webp',
507
+ path: null,
508
+ size: 265.96,
509
+ width: 500,
510
+ height: 334,
511
+ provider_metadata: { public_id: '5b8baeb3-e2a3-4607-f12d-333f542bef00', resource_type: 'webp' },
512
+ },
513
+ medium: {
514
+ ext: '.webp',
515
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/737d3396-df51-4204-75fb-43fb0fd12900/public',
516
+ hash: 'medium_photo_2_de8249f29b',
517
+ mime: 'image/webp',
518
+ name: 'medium_photo-2.webp',
519
+ path: null,
520
+ size: 553.01,
521
+ width: 750,
522
+ height: 500,
523
+ provider_metadata: { public_id: '737d3396-df51-4204-75fb-43fb0fd12900', resource_type: 'webp' },
524
+ },
525
+ thumbnail: {
526
+ ext: '.webp',
527
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/28dade4b-cd3d-4fa4-d039-8e71ff589600/public',
528
+ hash: 'thumbnail_photo_2_de8249f29b',
529
+ mime: 'image/webp',
530
+ name: 'thumbnail_photo-2.webp',
531
+ path: null,
532
+ size: 71.7,
533
+ width: 234,
534
+ height: 156,
535
+ provider_metadata: { public_id: '28dade4b-cd3d-4fa4-d039-8e71ff589600', resource_type: 'webp' },
536
+ },
537
+ },
538
+ hash: 'photo_2_de8249f29b',
539
+ ext: '.webp',
540
+ mime: 'image/webp',
541
+ size: 218.05,
542
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/c4289ca9-d922-4a97-d18b-4a289163fd00/public',
543
+ previewUrl: null,
544
+ provider: 'strapi-provider-upload-cloudflare',
545
+ provider_metadata: { public_id: 'c4289ca9-d922-4a97-d18b-4a289163fd00', resource_type: 'webp' },
546
+ createdAt: '2022-08-28T15:20:45.039Z',
547
+ updatedAt: '2022-08-28T15:20:45.039Z',
548
+ },
549
+ },
550
+ ],
551
+ },
552
+ shops: {
553
+ data: [{ id: 2, attributes: { name: 'PPG', createdAt: '2023-02-01T10:43:56.540Z', updatedAt: '2023-02-01T12:17:30.785Z', publishedAt: '2023-02-01T12:17:30.783Z' } }],
554
+ },
555
+ categories: {
556
+ data: [
557
+ { id: 1, attributes: { name: 'białe', hex: '#ebe9d7', createdAt: '2023-02-01T15:30:16.584Z', updatedAt: '2023-02-01T15:30:16.584Z' } },
558
+ { id: 2, attributes: { name: 'beże', hex: '#c7b8a0', createdAt: '2023-02-01T15:30:36.070Z', updatedAt: '2023-02-01T15:30:36.070Z' } },
559
+ { id: 3, attributes: { name: 'żółtcienie', hex: '#dfb563', createdAt: '2023-02-01T15:30:51.800Z', updatedAt: '2023-02-01T15:31:00.520Z' } },
560
+ { id: 4, attributes: { name: 'pomarańcze', hex: '#d58b60', createdAt: '2023-02-01T15:31:13.968Z', updatedAt: '2023-02-01T15:31:13.968Z' } },
561
+ { id: 5, attributes: { name: 'czerwienie', hex: '#c4736e', createdAt: '2023-02-01T15:31:27.194Z', updatedAt: '2023-02-01T15:31:27.194Z' } },
562
+ { id: 6, attributes: { name: 'róże', hex: '#e5bebc', createdAt: '2023-02-01T15:31:38.608Z', updatedAt: '2023-02-01T15:31:38.608Z' } },
563
+ { id: 7, attributes: { name: 'niebieskie', hex: '#789bc5', createdAt: '2023-02-01T15:31:51.173Z', updatedAt: '2023-02-01T15:31:51.173Z' } },
564
+ { id: 8, attributes: { name: 'zielenie', hex: '#b0bf74', createdAt: '2023-02-01T15:32:01.784Z', updatedAt: '2023-02-01T15:32:01.784Z' } },
565
+ { id: 9, attributes: { name: 'szarości', hex: '#939292', createdAt: '2023-02-01T15:32:56.896Z', updatedAt: '2023-02-01T15:32:56.896Z' } },
566
+ { id: 10, attributes: { name: 'czernie', hex: '#010101', createdAt: '2023-02-01T15:33:07.850Z', updatedAt: '2023-02-01T15:33:07.850Z' } },
567
+ ],
568
+ },
569
+ },
570
+ },
571
+ {
572
+ id: 3,
573
+ attributes: {
574
+ name: 'Dekoral Clean & Color',
575
+ modalName: 'Dekoral Clean & Color',
576
+ modalDescription: 'Kliknij w kolor, aby dowiedzieć się więcej.',
577
+ slug: 'dekoral-clean-and-color',
578
+ useColorImage: false,
579
+ createdAt: '2022-08-04T12:43:39.030Z',
580
+ updatedAt: '2023-04-04T17:33:00.742Z',
581
+ publishedAt: '2022-08-04T18:56:55.491Z',
582
+ modalLogo: {
583
+ data: {
584
+ id: 8,
585
+ attributes: {
586
+ name: 'logo_dekoral.webp',
587
+ alternativeText: 'logo_dekoral.webp',
588
+ caption: 'logo_dekoral.webp',
589
+ width: 608,
590
+ height: 54,
591
+ formats: {
592
+ small: {
593
+ ext: '.webp',
594
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/0c58f93a-28e7-424a-306d-3e4cdd231200/public',
595
+ hash: 'small_logo_dekoral_e1477f1632',
596
+ mime: 'image/webp',
597
+ name: 'small_logo_dekoral.webp',
598
+ path: null,
599
+ size: 4.63,
600
+ width: 500,
601
+ height: 44,
602
+ provider_metadata: { public_id: '0c58f93a-28e7-424a-306d-3e4cdd231200', resource_type: 'webp' },
603
+ },
604
+ thumbnail: {
605
+ ext: '.webp',
606
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/2effc27c-db25-4b52-165b-656668017800/public',
607
+ hash: 'thumbnail_logo_dekoral_e1477f1632',
608
+ mime: 'image/webp',
609
+ name: 'thumbnail_logo_dekoral.webp',
610
+ path: null,
611
+ size: 2.36,
612
+ width: 245,
613
+ height: 22,
614
+ provider_metadata: { public_id: '2effc27c-db25-4b52-165b-656668017800', resource_type: 'webp' },
615
+ },
616
+ },
617
+ hash: 'logo_dekoral_e1477f1632',
618
+ ext: '.webp',
619
+ mime: 'image/webp',
620
+ size: 5.56,
621
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/a12b6ad6-2cb7-40f0-ba40-a7497c9b1700/public',
622
+ previewUrl: null,
623
+ provider: 'strapi-provider-upload-cloudflare',
624
+ provider_metadata: { public_id: 'a12b6ad6-2cb7-40f0-ba40-a7497c9b1700', resource_type: 'webp' },
625
+ createdAt: '2022-08-04T07:25:52.878Z',
626
+ updatedAt: '2022-08-04T07:25:52.878Z',
627
+ },
628
+ },
629
+ },
630
+ images: {
631
+ data: [
632
+ {
633
+ id: 219,
634
+ attributes: {
635
+ name: 'photo-3.webp',
636
+ alternativeText: null,
637
+ caption: null,
638
+ width: 1000,
639
+ height: 667,
640
+ formats: {
641
+ small: {
642
+ ext: '.webp',
643
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/8687c9d4-1fab-467f-4c6b-3b2649f45400/public',
644
+ hash: 'small_photo_3_285e9beba8',
645
+ mime: 'image/webp',
646
+ name: 'small_photo-3.webp',
647
+ path: null,
648
+ size: 259.12,
649
+ width: 500,
650
+ height: 334,
651
+ provider_metadata: { public_id: '8687c9d4-1fab-467f-4c6b-3b2649f45400', resource_type: 'webp' },
652
+ },
653
+ medium: {
654
+ ext: '.webp',
655
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/e3b7118d-4875-497b-3d6f-f90da2027e00/public',
656
+ hash: 'medium_photo_3_285e9beba8',
657
+ mime: 'image/webp',
658
+ name: 'medium_photo-3.webp',
659
+ path: null,
660
+ size: 530.93,
661
+ width: 750,
662
+ height: 500,
663
+ provider_metadata: { public_id: 'e3b7118d-4875-497b-3d6f-f90da2027e00', resource_type: 'webp' },
664
+ },
665
+ thumbnail: {
666
+ ext: '.webp',
667
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/052f22ee-f7b7-4c17-52eb-4edf9dd1b200/public',
668
+ hash: 'thumbnail_photo_3_285e9beba8',
669
+ mime: 'image/webp',
670
+ name: 'thumbnail_photo-3.webp',
671
+ path: null,
672
+ size: 71.75,
673
+ width: 234,
674
+ height: 156,
675
+ provider_metadata: { public_id: '052f22ee-f7b7-4c17-52eb-4edf9dd1b200', resource_type: 'webp' },
676
+ },
677
+ },
678
+ hash: 'photo_3_285e9beba8',
679
+ ext: '.webp',
680
+ mime: 'image/webp',
681
+ size: 186.74,
682
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/1b459e5b-0373-43d4-d77d-358ea3560e00/public',
683
+ previewUrl: null,
684
+ provider: 'strapi-provider-upload-cloudflare',
685
+ provider_metadata: { public_id: '1b459e5b-0373-43d4-d77d-358ea3560e00', resource_type: 'webp' },
686
+ createdAt: '2023-03-23T13:13:19.250Z',
687
+ updatedAt: '2023-03-23T13:13:19.250Z',
688
+ },
689
+ },
690
+ {
691
+ id: 220,
692
+ attributes: {
693
+ name: 'photo-2.webp',
694
+ alternativeText: null,
695
+ caption: null,
696
+ width: 1000,
697
+ height: 667,
698
+ formats: {
699
+ small: {
700
+ ext: '.webp',
701
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/9c42f0d9-085f-47bc-8359-bebc21fa5d00/public',
702
+ hash: 'small_photo_2_3131203d18',
703
+ mime: 'image/webp',
704
+ name: 'small_photo-2.webp',
705
+ path: null,
706
+ size: 260.69,
707
+ width: 500,
708
+ height: 334,
709
+ provider_metadata: { public_id: '9c42f0d9-085f-47bc-8359-bebc21fa5d00', resource_type: 'webp' },
710
+ },
711
+ medium: {
712
+ ext: '.webp',
713
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/7e3e53d0-17e1-4fc8-fca5-c3b25a039300/public',
714
+ hash: 'medium_photo_2_3131203d18',
715
+ mime: 'image/webp',
716
+ name: 'medium_photo-2.webp',
717
+ path: null,
718
+ size: 547.12,
719
+ width: 750,
720
+ height: 500,
721
+ provider_metadata: { public_id: '7e3e53d0-17e1-4fc8-fca5-c3b25a039300', resource_type: 'webp' },
722
+ },
723
+ thumbnail: {
724
+ ext: '.webp',
725
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/479fcbb5-8e7a-411e-17eb-1545f19a9700/public',
726
+ hash: 'thumbnail_photo_2_3131203d18',
727
+ mime: 'image/webp',
728
+ name: 'thumbnail_photo-2.webp',
729
+ path: null,
730
+ size: 69.66,
731
+ width: 234,
732
+ height: 156,
733
+ provider_metadata: { public_id: '479fcbb5-8e7a-411e-17eb-1545f19a9700', resource_type: 'webp' },
734
+ },
735
+ },
736
+ hash: 'photo_2_3131203d18',
737
+ ext: '.webp',
738
+ mime: 'image/webp',
739
+ size: 190.04,
740
+ url: 'https://imagedelivery.net/3ZAPgw7LMFZhXpzDVVADAw/47d6ce80-e136-4154-4ed1-36ef05521600/public',
741
+ previewUrl: null,
742
+ provider: 'strapi-provider-upload-cloudflare',
743
+ provider_metadata: { public_id: '47d6ce80-e136-4154-4ed1-36ef05521600', resource_type: 'webp' },
744
+ createdAt: '2023-03-23T13:13:19.682Z',
745
+ updatedAt: '2023-03-23T13:13:19.682Z',
746
+ },
747
+ },
748
+ ],
749
+ },
750
+ shops: {
751
+ data: [{ id: 1, attributes: { name: 'Viverto', createdAt: '2022-08-04T12:41:02.701Z', updatedAt: '2022-08-04T18:58:00.913Z', publishedAt: '2022-08-04T18:58:00.910Z' } }],
752
+ },
753
+ categories: { data: [] },
754
+ },
755
+ },
756
+ ],
757
+ meta: { pagination: { page: 1, pageSize: 25, pageCount: 1, total: 4 } },
758
+ };
759
+ //# sourceMappingURL=index.js.map