@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,702 +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
- - title: Common Icons
16
- blocks:
17
- - id: icon_home
18
- type: Icon
19
- layout:
20
- flex: 0 0 auto
21
- properties:
22
- name: AiOutlineHome
23
- size: 24
24
- - id: icon_search
25
- type: Icon
26
- layout:
27
- flex: 0 0 auto
28
- properties:
29
- name: AiOutlineSearch
30
- size: 24
31
- - id: icon_user
32
- type: Icon
33
- layout:
34
- flex: 0 0 auto
35
- properties:
36
- name: AiOutlineUser
37
- size: 24
38
- - id: icon_setting
39
- type: Icon
40
- layout:
41
- flex: 0 0 auto
42
- properties:
43
- name: AiOutlineSetting
44
- size: 24
45
- - id: icon_bell
46
- type: Icon
47
- layout:
48
- flex: 0 0 auto
49
- properties:
50
- name: AiOutlineBell
51
- size: 24
52
- - id: icon_heart
53
- type: Icon
54
- layout:
55
- flex: 0 0 auto
56
- properties:
57
- name: AiOutlineHeart
58
- size: 24
59
- - id: icon_star
60
- type: Icon
61
- layout:
62
- flex: 0 0 auto
63
- properties:
64
- name: AiOutlineStar
65
- size: 24
66
- - id: icon_check
67
- type: Icon
68
- layout:
69
- flex: 0 0 auto
70
- properties:
71
- name: AiOutlineCheck
72
- size: 24
73
- - id: icon_close
74
- type: Icon
75
- layout:
76
- flex: 0 0 auto
77
- properties:
78
- name: AiOutlineClose
79
- size: 24
80
- - id: icon_info
81
- type: Icon
82
- layout:
83
- flex: 0 0 auto
84
- properties:
85
- name: AiOutlineInfoCircle
86
- size: 24
87
- - id: icon_warning
88
- type: Icon
89
- layout:
90
- flex: 0 0 auto
91
- properties:
92
- name: AiOutlineWarning
93
- size: 24
94
- - id: icon_mail
95
- type: Icon
96
- layout:
97
- flex: 0 0 auto
98
- properties:
99
- name: AiOutlineMail
100
- size: 24
101
-
102
- - title: Sizes
103
- blocks:
104
- - id: size_16
105
- type: Icon
106
- layout:
107
- flex: 0 0 auto
108
- properties:
109
- name: AiOutlineRocket
110
- size: 16
111
- - id: size_24
112
- type: Icon
113
- layout:
114
- flex: 0 0 auto
115
- properties:
116
- name: AiOutlineRocket
117
- size: 24
118
- - id: size_32
119
- type: Icon
120
- layout:
121
- flex: 0 0 auto
122
- properties:
123
- name: AiOutlineRocket
124
- size: 32
125
- - id: size_48
126
- type: Icon
127
- layout:
128
- flex: 0 0 auto
129
- properties:
130
- name: AiOutlineRocket
131
- size: 48
132
- - id: size_64
133
- type: Icon
134
- layout:
135
- flex: 0 0 auto
136
- properties:
137
- name: AiOutlineRocket
138
- size: 64
139
-
140
- - title: Named Colors
141
- blocks:
142
- - id: color_red
143
- type: Icon
144
- layout:
145
- flex: 0 0 auto
146
- properties:
147
- name: AiOutlineHeart
148
- size: 32
149
- color: red
150
- - id: color_blue
151
- type: Icon
152
- layout:
153
- flex: 0 0 auto
154
- properties:
155
- name: AiOutlineHeart
156
- size: 32
157
- color: blue
158
- - id: color_green
159
- type: Icon
160
- layout:
161
- flex: 0 0 auto
162
- properties:
163
- name: AiOutlineHeart
164
- size: 32
165
- color: green
166
- - id: color_orange
167
- type: Icon
168
- layout:
169
- flex: 0 0 auto
170
- properties:
171
- name: AiOutlineHeart
172
- size: 32
173
- color: orange
174
- - id: color_purple
175
- type: Icon
176
- layout:
177
- flex: 0 0 auto
178
- properties:
179
- name: AiOutlineHeart
180
- size: 32
181
- color: purple
182
- - id: color_tomato
183
- type: Icon
184
- layout:
185
- flex: 0 0 auto
186
- properties:
187
- name: AiOutlineHeart
188
- size: 32
189
- color: tomato
190
- - id: color_teal
191
- type: Icon
192
- layout:
193
- flex: 0 0 auto
194
- properties:
195
- name: AiOutlineHeart
196
- size: 32
197
- color: teal
198
- - id: color_coral
199
- type: Icon
200
- layout:
201
- flex: 0 0 auto
202
- properties:
203
- name: AiOutlineHeart
204
- size: 32
205
- color: coral
206
-
207
- - title: Hex Colors
208
- blocks:
209
- - id: hex_blue
210
- type: Icon
211
- layout:
212
- flex: 0 0 auto
213
- properties:
214
- name: AiOutlineThunderbolt
215
- size: 40
216
- color: '#1677ff'
217
- - id: hex_green
218
- type: Icon
219
- layout:
220
- flex: 0 0 auto
221
- properties:
222
- name: AiOutlineThunderbolt
223
- size: 40
224
- color: '#52c41a'
225
- - id: hex_red
226
- type: Icon
227
- layout:
228
- flex: 0 0 auto
229
- properties:
230
- name: AiOutlineThunderbolt
231
- size: 40
232
- color: '#f5222d'
233
- - id: hex_orange
234
- type: Icon
235
- layout:
236
- flex: 0 0 auto
237
- properties:
238
- name: AiOutlineThunderbolt
239
- size: 40
240
- color: '#fa8c16'
241
- - id: hex_purple
242
- type: Icon
243
- layout:
244
- flex: 0 0 auto
245
- properties:
246
- name: AiOutlineThunderbolt
247
- size: 40
248
- color: '#722ed1'
249
- - id: hex_cyan
250
- type: Icon
251
- layout:
252
- flex: 0 0 auto
253
- properties:
254
- name: AiOutlineThunderbolt
255
- size: 40
256
- color: '#13c2c2'
257
- - id: hex_coral
258
- type: Icon
259
- layout:
260
- flex: 0 0 auto
261
- properties:
262
- name: AiOutlineThunderbolt
263
- size: 40
264
- color: '#ff6b6b'
265
- - id: hex_indigo
266
- type: Icon
267
- layout:
268
- flex: 0 0 auto
269
- properties:
270
- name: AiOutlineThunderbolt
271
- size: 40
272
- color: '#4c6ef5'
273
- - id: hex_pink
274
- type: Icon
275
- layout:
276
- flex: 0 0 auto
277
- properties:
278
- name: AiOutlineThunderbolt
279
- size: 40
280
- color: '#e64980'
281
- - id: hex_amber
282
- type: Icon
283
- layout:
284
- flex: 0 0 auto
285
- properties:
286
- name: AiOutlineThunderbolt
287
- size: 40
288
- color: '#fab005'
289
-
290
- - title: Spin Animation
291
- blocks:
292
- - id: spin_loading
293
- type: Icon
294
- layout:
295
- flex: 0 0 auto
296
- properties:
297
- name: AiOutlineLoading
298
- size: 32
299
- spin: true
300
- color: '#1677ff'
301
- - id: spin_loading3q
302
- type: Icon
303
- layout:
304
- flex: 0 0 auto
305
- properties:
306
- name: AiOutlineLoading3Quarters
307
- size: 32
308
- spin: true
309
- color: '#52c41a'
310
- - id: spin_sync
311
- type: Icon
312
- layout:
313
- flex: 0 0 auto
314
- properties:
315
- name: AiOutlineSync
316
- size: 32
317
- spin: true
318
- color: '#fa8c16'
319
- - id: spin_setting
320
- type: Icon
321
- layout:
322
- flex: 0 0 auto
323
- properties:
324
- name: AiOutlineSetting
325
- size: 32
326
- spin: true
327
- color: '#722ed1'
328
- - id: spin_reload
329
- type: Icon
330
- layout:
331
- flex: 0 0 auto
332
- properties:
333
- name: AiOutlineReload
334
- size: 32
335
- spin: true
336
- color: '#f5222d'
337
-
338
- - title: Rotate
339
- blocks:
340
- - id: rotate_0
341
- type: Icon
342
- layout:
343
- flex: 0 0 auto
344
- properties:
345
- name: AiOutlineArrowUp
346
- size: 32
347
- rotate: 0
348
- color: '#1677ff'
349
- - id: rotate_45
350
- type: Icon
351
- layout:
352
- flex: 0 0 auto
353
- properties:
354
- name: AiOutlineArrowUp
355
- size: 32
356
- rotate: 45
357
- color: '#1677ff'
358
- - id: rotate_90
359
- type: Icon
360
- layout:
361
- flex: 0 0 auto
362
- properties:
363
- name: AiOutlineArrowUp
364
- size: 32
365
- rotate: 90
366
- color: '#1677ff'
367
- - id: rotate_135
368
- type: Icon
369
- layout:
370
- flex: 0 0 auto
371
- properties:
372
- name: AiOutlineArrowUp
373
- size: 32
374
- rotate: 135
375
- color: '#1677ff'
376
- - id: rotate_180
377
- type: Icon
378
- layout:
379
- flex: 0 0 auto
380
- properties:
381
- name: AiOutlineArrowUp
382
- size: 32
383
- rotate: 180
384
- color: '#1677ff'
385
- - id: rotate_270
386
- type: Icon
387
- layout:
388
- flex: 0 0 auto
389
- properties:
390
- name: AiOutlineArrowUp
391
- size: 32
392
- rotate: 270
393
- color: '#1677ff'
394
-
395
- - title: Title (Hover Tooltip)
396
- blocks:
397
- - id: title_info
398
- type: Icon
399
- layout:
400
- flex: 0 0 auto
401
- properties:
402
- name: AiOutlineInfoCircle
403
- size: 32
404
- color: '#1677ff'
405
- title: More information
406
- - id: title_warning
407
- type: Icon
408
- layout:
409
- flex: 0 0 auto
410
- properties:
411
- name: AiOutlineWarning
412
- size: 32
413
- color: '#faad14'
414
- title: Warning - proceed with caution
415
- - id: title_help
416
- type: Icon
417
- layout:
418
- flex: 0 0 auto
419
- properties:
420
- name: AiOutlineQuestionCircle
421
- size: 32
422
- color: '#722ed1'
423
- title: Click for help
424
-
425
- - title: Icons on Dark Backgrounds
426
- blocks:
427
- - id: dark_bg_blue
428
- type: Box
429
- layout:
430
- flex: 0 0 auto
431
- style:
432
- .element:
433
- background: '#1a1a2e'
434
- padding: 16
435
- borderRadius: 8
436
- display: flex
437
- alignItems: center
438
- justifyContent: center
439
- blocks:
440
- - id: dark_icon_blue
441
- type: Icon
442
- layout:
443
- flex: 0 0 auto
444
- properties:
445
- name: AiOutlineCloud
446
- size: 40
447
- color: '#69b1ff'
448
- - id: dark_bg_green
449
- type: Box
450
- layout:
451
- flex: 0 0 auto
452
- style:
453
- .element:
454
- background: '#0d2818'
455
- padding: 16
456
- borderRadius: 8
457
- display: flex
458
- alignItems: center
459
- justifyContent: center
460
- blocks:
461
- - id: dark_icon_green
462
- type: Icon
463
- layout:
464
- flex: 0 0 auto
465
- properties:
466
- name: AiOutlineCheckCircle
467
- size: 40
468
- color: '#95de64'
469
- - id: dark_bg_red
470
- type: Box
471
- layout:
472
- flex: 0 0 auto
473
- style:
474
- .element:
475
- background: '#2a1215'
476
- padding: 16
477
- borderRadius: 8
478
- display: flex
479
- alignItems: center
480
- justifyContent: center
481
- blocks:
482
- - id: dark_icon_red
483
- type: Icon
484
- layout:
485
- flex: 0 0 auto
486
- properties:
487
- name: AiOutlineCloseCircle
488
- size: 40
489
- color: '#ff7875'
490
- - id: dark_bg_purple
491
- type: Box
492
- layout:
493
- flex: 0 0 auto
494
- style:
495
- .element:
496
- background: '#1a0a2e'
497
- padding: 16
498
- borderRadius: 8
499
- display: flex
500
- alignItems: center
501
- justifyContent: center
502
- blocks:
503
- - id: dark_icon_purple
504
- type: Icon
505
- layout:
506
- flex: 0 0 auto
507
- properties:
508
- name: AiOutlineStar
509
- size: 40
510
- color: '#b37feb'
511
-
512
- - title: Icons on Colored Backgrounds
513
- blocks:
514
- - id: colored_bg_success
515
- type: Box
516
- layout:
517
- flex: 0 0 auto
518
- style:
519
- .element:
520
- background: '#f6ffed'
521
- border: 1px solid #b7eb8f
522
- padding: 16
523
- borderRadius: 8
524
- display: flex
525
- alignItems: center
526
- justifyContent: center
527
- blocks:
528
- - id: colored_icon_success
529
- type: Icon
530
- layout:
531
- flex: 0 0 auto
532
- properties:
533
- name: AiOutlineCheckCircle
534
- size: 36
535
- color: '#52c41a'
536
- - id: colored_bg_warning
537
- type: Box
538
- layout:
539
- flex: 0 0 auto
540
- style:
541
- .element:
542
- background: '#fffbe6'
543
- border: 1px solid #ffe58f
544
- padding: 16
545
- borderRadius: 8
546
- display: flex
547
- alignItems: center
548
- justifyContent: center
549
- blocks:
550
- - id: colored_icon_warning
551
- type: Icon
552
- layout:
553
- flex: 0 0 auto
554
- properties:
555
- name: AiOutlineExclamationCircle
556
- size: 36
557
- color: '#faad14'
558
- - id: colored_bg_error
559
- type: Box
560
- layout:
561
- flex: 0 0 auto
562
- style:
563
- .element:
564
- background: '#fff2f0'
565
- border: 1px solid #ffccc7
566
- padding: 16
567
- borderRadius: 8
568
- display: flex
569
- alignItems: center
570
- justifyContent: center
571
- blocks:
572
- - id: colored_icon_error
573
- type: Icon
574
- layout:
575
- flex: 0 0 auto
576
- properties:
577
- name: AiOutlineCloseCircle
578
- size: 36
579
- color: '#ff4d4f'
580
- - id: colored_bg_info
581
- type: Box
582
- layout:
583
- flex: 0 0 auto
584
- style:
585
- .element:
586
- background: '#e6f4ff'
587
- border: 1px solid #91caff
588
- padding: 16
589
- borderRadius: 8
590
- display: flex
591
- alignItems: center
592
- justifyContent: center
593
- blocks:
594
- - id: colored_icon_info
595
- type: Icon
596
- layout:
597
- flex: 0 0 auto
598
- properties:
599
- name: AiOutlineInfoCircle
600
- size: 36
601
- color: '#1677ff'
602
-
603
- - title: Style Overrides
604
- blocks:
605
- - id: style_padded
606
- type: Icon
607
- layout:
608
- flex: 0 0 auto
609
- style:
610
- .element:
611
- background: '#f0f5ff'
612
- padding: 12
613
- borderRadius: 50%
614
- properties:
615
- name: AiOutlineUser
616
- size: 32
617
- color: '#1677ff'
618
- - id: style_bordered
619
- type: Icon
620
- layout:
621
- flex: 0 0 auto
622
- style:
623
- .element:
624
- border: 2px solid #d9d9d9
625
- padding: 10
626
- borderRadius: 8
627
- properties:
628
- name: AiOutlineSetting
629
- size: 28
630
- color: '#595959'
631
- - id: style_shadow
632
- type: Icon
633
- layout:
634
- flex: 0 0 auto
635
- style:
636
- .element:
637
- background: '#ffffff'
638
- padding: 14
639
- borderRadius: 12
640
- boxShadow: 0 2px 8px rgba(0, 0, 0, 0.15)
641
- properties:
642
- name: AiOutlineBell
643
- size: 30
644
- color: '#fa8c16'
645
- - id: style_gradient_bg
646
- type: Icon
647
- layout:
648
- flex: 0 0 auto
649
- style:
650
- .element:
651
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%)
652
- padding: 14
653
- borderRadius: 12
654
- properties:
655
- name: AiOutlineThunderbolt
656
- size: 30
657
- color: '#ffffff'
658
- - id: style_circle_bg
659
- type: Icon
660
- layout:
661
- flex: 0 0 auto
662
- style:
663
- .element:
664
- background: '#ff4d4f'
665
- padding: 12
666
- borderRadius: 50%
667
- display: flex
668
- alignItems: center
669
- justifyContent: center
670
- properties:
671
- name: AiOutlineHeart
672
- size: 24
673
- color: '#ffffff'
674
-
675
- - title: Disable Loading Icon
676
- blocks:
677
- - id: disable_loading_false_label
678
- type: Markdown
679
- properties:
680
- content: '**disableLoadingIcon: false (default):**'
681
- - id: disable_loading_default
682
- type: Icon
683
- layout:
684
- flex: 0 0 auto
685
- properties:
686
- name: AiOutlineEdit
687
- size: 32
688
- color: '#1677ff'
689
- disableLoadingIcon: false
690
- - id: disable_loading_true_label
691
- type: Markdown
692
- properties:
693
- content: '**disableLoadingIcon: true:**'
694
- - id: disable_loading_true
695
- type: Icon
696
- layout:
697
- flex: 0 0 auto
698
- properties:
699
- name: AiOutlineEdit
700
- size: 32
701
- color: '#1677ff'
702
- disableLoadingIcon: true