@lowdefy/blocks-basic 0.0.0-experimental-20260720072521 → 0.0.0-experimental-20260720135014

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 (33) hide show
  1. package/dist/blocks.js +0 -1
  2. package/dist/e2e.js +0 -1
  3. package/dist/metas.js +0 -1
  4. package/package.json +10 -10
  5. package/dist/blocks/Anchor/gallery.yaml +0 -316
  6. package/dist/blocks/Anchor/tests/Anchor.e2e.yaml +0 -78
  7. package/dist/blocks/Anchor/tests.yaml +0 -109
  8. package/dist/blocks/Box/gallery.yaml +0 -1369
  9. package/dist/blocks/Box/tests/Box.e2e.yaml +0 -78
  10. package/dist/blocks/Box/tests.yaml +0 -43
  11. package/dist/blocks/DangerousHtml/gallery.yaml +0 -182
  12. package/dist/blocks/DangerousHtml/tests/DangerousHtml.e2e.yaml +0 -33
  13. package/dist/blocks/DangerousHtml/tests.yaml +0 -83
  14. package/dist/blocks/Dynamic/Dynamic.js +0 -35
  15. package/dist/blocks/Dynamic/e2e.js +0 -16
  16. package/dist/blocks/Dynamic/meta.js +0 -76
  17. package/dist/blocks/Html/gallery.yaml +0 -239
  18. package/dist/blocks/Html/tests/Html.e2e.yaml +0 -56
  19. package/dist/blocks/Html/tests.yaml +0 -75
  20. package/dist/blocks/Icon/gallery.yaml +0 -702
  21. package/dist/blocks/Icon/tests/Icon.e2e.yaml +0 -43
  22. package/dist/blocks/Icon/tests.yaml +0 -54
  23. package/dist/blocks/Img/gallery.yaml +0 -446
  24. package/dist/blocks/Img/tests/Img.e2e.yaml +0 -61
  25. package/dist/blocks/Img/tests.yaml +0 -74
  26. package/dist/blocks/List/gallery.yaml +0 -523
  27. package/dist/blocks/List/tests/List.e2e.yaml +0 -199
  28. package/dist/blocks/List/tests.yaml +0 -471
  29. package/dist/blocks/Span/gallery.yaml +0 -664
  30. package/dist/blocks/Span/tests/Span.e2e.yaml +0 -59
  31. package/dist/blocks/Span/tests.yaml +0 -43
  32. package/dist/blocks/Throw/gallery.yaml +0 -40
  33. package/dist/blocks/Throw/tests.yaml +0 -20
@@ -1,471 +0,0 @@
1
- # Copyright 2020-2026 Lowdefy, Inc
2
-
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
-
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
-
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
- - id: default
16
- type: List
17
- - id: default-two-items
18
- type: List
19
- blocks:
20
- - id: one
21
- type: Test
22
- - id: two
23
- type: Test
24
- - id: properties.style
25
- type: List
26
- properties:
27
- style:
28
- border: 1px solid blue
29
- - id: properties.style-two-items
30
- type: List
31
- properties:
32
- style:
33
- border: 1px solid blue
34
- blocks:
35
- - id: one
36
- type: Test
37
- - id: two
38
- type: Test
39
- - id: properties.direction is row
40
- type: List
41
- properties:
42
- direction: row
43
- style:
44
- border: 1px solid blue
45
- blocks:
46
- - id: one
47
- type: Test
48
- - id: two
49
- type: Test
50
- - id: properties.direction is column
51
- type: List
52
- properties:
53
- direction: column
54
- style:
55
- border: 1px solid blue
56
- blocks:
57
- - id: one
58
- type: Test
59
- - id: two
60
- type: Test
61
- - id: properties.direction is row with default wrap
62
- type: List
63
- properties:
64
- direction: row
65
- style:
66
- border: 1px solid blue
67
- blocks:
68
- - id: 1
69
- type: Test
70
- - id: 2
71
- type: Test
72
- - id: 3
73
- type: Test
74
- - id: 4
75
- type: Test
76
- - id: 5
77
- type: Test
78
- - id: 6
79
- type: Test
80
- - id: 7
81
- type: Test
82
- - id: 8
83
- type: Test
84
- - id: 9
85
- type: Test
86
- - id: 10
87
- type: Test
88
- - id: 11
89
- type: Test
90
- - id: 12
91
- type: Test
92
- - id: 13
93
- type: Test
94
- - id: 14
95
- type: Test
96
- - id: 15
97
- type: Test
98
- - id: 16
99
- type: Test
100
- - id: 17
101
- type: Test
102
- - id: 18
103
- type: Test
104
- - id: 19
105
- type: Test
106
- - id: 20
107
- type: Test
108
- - id: 21
109
- type: Test
110
- - id: 22
111
- type: Test
112
- - id: 23
113
- type: Test
114
- - id: 24
115
- type: Test
116
- - id: 25
117
- type: Test
118
- - id: 26
119
- type: Test
120
- - id: 27
121
- type: Test
122
- - id: 28
123
- type: Test
124
- - id: 29
125
- type: Test
126
- - id: 30
127
- type: Test
128
- - id: properties.direction is row and with wrap
129
- type: List
130
- properties:
131
- direction: row
132
- wrap: wrap
133
- style:
134
- border: 1px solid blue
135
- blocks:
136
- - id: 1
137
- type: Test
138
- - id: 2
139
- type: Test
140
- - id: 3
141
- type: Test
142
- - id: 4
143
- type: Test
144
- - id: 5
145
- type: Test
146
- - id: 6
147
- type: Test
148
- - id: 7
149
- type: Test
150
- - id: 8
151
- type: Test
152
- - id: 9
153
- type: Test
154
- - id: 10
155
- type: Test
156
- - id: 11
157
- type: Test
158
- - id: 12
159
- type: Test
160
- - id: 13
161
- type: Test
162
- - id: 14
163
- type: Test
164
- - id: 15
165
- type: Test
166
- - id: 16
167
- type: Test
168
- - id: 17
169
- type: Test
170
- - id: 18
171
- type: Test
172
- - id: 19
173
- type: Test
174
- - id: 20
175
- type: Test
176
- - id: 21
177
- type: Test
178
- - id: 22
179
- type: Test
180
- - id: 23
181
- type: Test
182
- - id: 24
183
- type: Test
184
- - id: 25
185
- type: Test
186
- - id: 26
187
- type: Test
188
- - id: 27
189
- type: Test
190
- - id: 28
191
- type: Test
192
- - id: 29
193
- type: Test
194
- - id: 30
195
- type: Test
196
- - id: properties.direction is row with wrap-reverse
197
- type: List
198
- properties:
199
- direction: row
200
- wrap: wrap-reverse
201
- style:
202
- border: 1px solid blue
203
- blocks:
204
- - id: 1
205
- type: Test
206
- - id: 2
207
- type: Test
208
- - id: 3
209
- type: Test
210
- - id: 4
211
- type: Test
212
- - id: 5
213
- type: Test
214
- - id: 6
215
- type: Test
216
- - id: 7
217
- type: Test
218
- - id: 8
219
- type: Test
220
- - id: 9
221
- type: Test
222
- - id: 10
223
- type: Test
224
- - id: 11
225
- type: Test
226
- - id: 12
227
- type: Test
228
- - id: 13
229
- type: Test
230
- - id: 14
231
- type: Test
232
- - id: 15
233
- type: Test
234
- - id: 16
235
- type: Test
236
- - id: 17
237
- type: Test
238
- - id: 18
239
- type: Test
240
- - id: 19
241
- type: Test
242
- - id: 20
243
- type: Test
244
- - id: 21
245
- type: Test
246
- - id: 22
247
- type: Test
248
- - id: 23
249
- type: Test
250
- - id: 24
251
- type: Test
252
- - id: 25
253
- type: Test
254
- - id: 26
255
- type: Test
256
- - id: 27
257
- type: Test
258
- - id: 28
259
- type: Test
260
- - id: 29
261
- type: Test
262
- - id: 30
263
- type: Test
264
- - id: properties.direction is row with no wrap
265
- type: List
266
- properties:
267
- direction: row
268
- wrap: nowrap
269
- style:
270
- border: 1px solid blue
271
- blocks:
272
- - id: 1
273
- type: Test
274
- - id: 2
275
- type: Test
276
- - id: 3
277
- type: Test
278
- - id: 4
279
- type: Test
280
- - id: 5
281
- type: Test
282
- - id: 6
283
- type: Test
284
- - id: 7
285
- type: Test
286
- - id: 8
287
- type: Test
288
- - id: 9
289
- type: Test
290
- - id: 10
291
- type: Test
292
- - id: 11
293
- type: Test
294
- - id: 12
295
- type: Test
296
- - id: 13
297
- type: Test
298
- - id: 14
299
- type: Test
300
- - id: 15
301
- type: Test
302
- - id: 16
303
- type: Test
304
- - id: 17
305
- type: Test
306
- - id: 18
307
- type: Test
308
- - id: 19
309
- type: Test
310
- - id: 20
311
- type: Test
312
- - id: 21
313
- type: Test
314
- - id: 22
315
- type: Test
316
- - id: 23
317
- type: Test
318
- - id: 24
319
- type: Test
320
- - id: 25
321
- type: Test
322
- - id: 26
323
- type: Test
324
- - id: 27
325
- type: Test
326
- - id: 28
327
- type: Test
328
- - id: 29
329
- type: Test
330
- - id: 30
331
- type: Test
332
- - id: properties.direction is row with no wrap and scroll
333
- type: List
334
- properties:
335
- direction: row
336
- wrap: nowrap
337
- scroll: true
338
- style:
339
- width: 950px
340
- border: 1px solid blue
341
- blocks:
342
- - id: 1
343
- type: Test
344
- - id: 2
345
- type: Test
346
- - id: 3
347
- type: Test
348
- - id: 4
349
- type: Test
350
- - id: 5
351
- type: Test
352
- - id: 6
353
- type: Test
354
- - id: 7
355
- type: Test
356
- - id: 8
357
- type: Test
358
- - id: 9
359
- type: Test
360
- - id: 10
361
- type: Test
362
- - id: 11
363
- type: Test
364
- - id: 12
365
- type: Test
366
- - id: 13
367
- type: Test
368
- - id: 14
369
- type: Test
370
- - id: 15
371
- type: Test
372
- - id: 16
373
- type: Test
374
- - id: 17
375
- type: Test
376
- - id: 18
377
- type: Test
378
- - id: 19
379
- type: Test
380
- - id: 20
381
- type: Test
382
- - id: 21
383
- type: Test
384
- - id: 22
385
- type: Test
386
- - id: 23
387
- type: Test
388
- - id: 24
389
- type: Test
390
- - id: 25
391
- type: Test
392
- - id: 26
393
- type: Test
394
- - id: 27
395
- type: Test
396
- - id: 28
397
- type: Test
398
- - id: 29
399
- type: Test
400
- - id: 30
401
- type: Test
402
- - id: properties.direction is row with no wrap and scroll false
403
- type: List
404
- properties:
405
- direction: row
406
- wrap: nowrap
407
- scroll: false
408
- style:
409
- width: 950px
410
- border: 1px solid blue
411
- blocks:
412
- - id: 1
413
- type: Test
414
- - id: 2
415
- type: Test
416
- - id: 3
417
- type: Test
418
- - id: 4
419
- type: Test
420
- - id: 5
421
- type: Test
422
- - id: 6
423
- type: Test
424
- - id: 7
425
- type: Test
426
- - id: 8
427
- type: Test
428
- - id: 9
429
- type: Test
430
- - id: 10
431
- type: Test
432
- - id: 11
433
- type: Test
434
- - id: 12
435
- type: Test
436
- - id: 13
437
- type: Test
438
- - id: 14
439
- type: Test
440
- - id: 15
441
- type: Test
442
- - id: 16
443
- type: Test
444
- - id: 17
445
- type: Test
446
- - id: 18
447
- type: Test
448
- - id: 19
449
- type: Test
450
- - id: 20
451
- type: Test
452
- - id: 21
453
- type: Test
454
- - id: 22
455
- type: Test
456
- - id: 23
457
- type: Test
458
- - id: 24
459
- type: Test
460
- - id: 25
461
- type: Test
462
- - id: 26
463
- type: Test
464
- - id: 27
465
- type: Test
466
- - id: 28
467
- type: Test
468
- - id: 29
469
- type: Test
470
- - id: 30
471
- type: Test