tailwind_dsl 0.0.10 → 0.0.11
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.
- checksums.yaml +4 -4
- data/.builders/generators/domain-model.rb +30 -28
- data/.builders/generators/utilities.rb +19 -17
- data/CHANGELOG.md +7 -0
- data/docs/domain-model.drawio +49 -46
- data/docs/domain-model.json +144 -121
- data/docs/domain-model.svg +1 -1
- data/lib/tailwind_dsl/etl/component_structures/raw_component_query.rb +197 -0
- data/lib/tailwind_dsl/version.rb +1 -1
- data/lib/tailwind_dsl.rb +1 -0
- data/package-lock.json +2 -2
- data/package.json +1 -1
- metadata +3 -50
- data/.components/tui/application-ui/component/data-display/calendar/01.clean.html +0 -204
- data/.components/tui/application-ui/component/data-display/calendar/01.html +0 -243
- data/.components/tui/application-ui/component/data-display/calendar/01.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/calendar/02.clean.html +0 -496
- data/.components/tui/application-ui/component/data-display/calendar/02.html +0 -551
- data/.components/tui/application-ui/component/data-display/calendar/02.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/calendar/03.clean.html +0 -240
- data/.components/tui/application-ui/component/data-display/calendar/03.html +0 -274
- data/.components/tui/application-ui/component/data-display/calendar/03.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/calendar/04.clean.html +0 -385
- data/.components/tui/application-ui/component/data-display/calendar/04.html +0 -439
- data/.components/tui/application-ui/component/data-display/calendar/04.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/calendar/05.clean.html +0 -211
- data/.components/tui/application-ui/component/data-display/calendar/05.html +0 -254
- data/.components/tui/application-ui/component/data-display/calendar/05.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/calendar/06.clean.html +0 -320
- data/.components/tui/application-ui/component/data-display/calendar/06.html +0 -336
- data/.components/tui/application-ui/component/data-display/calendar/06.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/calendar/07.clean.html +0 -266
- data/.components/tui/application-ui/component/data-display/calendar/07.html +0 -294
- data/.components/tui/application-ui/component/data-display/calendar/07.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/calendar/08.clean.html +0 -268
- data/.components/tui/application-ui/component/data-display/calendar/08.html +0 -296
- data/.components/tui/application-ui/component/data-display/calendar/08.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/description-list/01.clean.html +0 -59
- data/.components/tui/application-ui/component/data-display/description-list/01.html +0 -61
- data/.components/tui/application-ui/component/data-display/description-list/01.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/description-list/02.clean.html +0 -59
- data/.components/tui/application-ui/component/data-display/description-list/02.html +0 -61
- data/.components/tui/application-ui/component/data-display/description-list/02.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/description-list/03.clean.html +0 -86
- data/.components/tui/application-ui/component/data-display/description-list/03.html +0 -88
- data/.components/tui/application-ui/component/data-display/description-list/03.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/description-list/04.clean.html +0 -59
- data/.components/tui/application-ui/component/data-display/description-list/04.html +0 -61
- data/.components/tui/application-ui/component/data-display/description-list/04.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/description-list/05.clean.html +0 -59
- data/.components/tui/application-ui/component/data-display/description-list/05.html +0 -61
- data/.components/tui/application-ui/component/data-display/description-list/05.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/stats/01.clean.html +0 -17
- data/.components/tui/application-ui/component/data-display/stats/01.html +0 -19
- data/.components/tui/application-ui/component/data-display/stats/01.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/stats/02.clean.html +0 -80
- data/.components/tui/application-ui/component/data-display/stats/02.html +0 -89
- data/.components/tui/application-ui/component/data-display/stats/02.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/stats/03.clean.html +0 -53
- data/.components/tui/application-ui/component/data-display/stats/03.html +0 -61
- data/.components/tui/application-ui/component/data-display/stats/03.settings.json +0 -9
data/docs/domain-model.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"host": "
|
|
2
|
+
"host": "ryo",
|
|
3
3
|
"theme": "style_04",
|
|
4
4
|
"palette": {
|
|
5
5
|
"fill_color": "#ffe6cc",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
},
|
|
18
18
|
"pages": [
|
|
19
19
|
{
|
|
20
|
-
"id": "
|
|
20
|
+
"id": "3Yx",
|
|
21
21
|
"active": true,
|
|
22
22
|
"name": "Domain Modal",
|
|
23
|
-
"position_x":
|
|
24
|
-
"position_y":
|
|
23
|
+
"position_x": 0,
|
|
24
|
+
"position_y": 760,
|
|
25
25
|
"theme": "style_04",
|
|
26
26
|
"bg_theme": "snow",
|
|
27
27
|
"palette": {
|
|
@@ -58,20 +58,20 @@
|
|
|
58
58
|
},
|
|
59
59
|
"nodes": [
|
|
60
60
|
{
|
|
61
|
-
"id": "
|
|
62
|
-
"parent_id": "
|
|
61
|
+
"id": "page_root_3Yx",
|
|
62
|
+
"parent_id": "3Yx",
|
|
63
63
|
"classification": "anchor",
|
|
64
64
|
"key": "page_root",
|
|
65
65
|
"nodes": [
|
|
66
66
|
{
|
|
67
|
-
"id": "
|
|
68
|
-
"parent_id": "
|
|
67
|
+
"id": "node_root_3Yx",
|
|
68
|
+
"parent_id": "page_root_3Yx",
|
|
69
69
|
"classification": "anchor",
|
|
70
70
|
"key": "node_root",
|
|
71
71
|
"nodes": [
|
|
72
72
|
{
|
|
73
73
|
"id": "rule-2",
|
|
74
|
-
"parent_id": "
|
|
74
|
+
"parent_id": "node_root_3Yx",
|
|
75
75
|
"classification": "layout_rule",
|
|
76
76
|
"key": "grid_layout",
|
|
77
77
|
"anchor_x": 0,
|
|
@@ -80,11 +80,11 @@
|
|
|
80
80
|
"wrap_at": 6,
|
|
81
81
|
"grid_w": 220,
|
|
82
82
|
"grid_h": 180,
|
|
83
|
-
"cell_no":
|
|
83
|
+
"cell_no": 1
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
|
-
"id": "
|
|
87
|
-
"parent_id": "
|
|
86
|
+
"id": "3Yx-2",
|
|
87
|
+
"parent_id": "node_root_3Yx",
|
|
88
88
|
"classification": "shape",
|
|
89
89
|
"key": "group",
|
|
90
90
|
"x": 5,
|
|
@@ -103,8 +103,8 @@
|
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
|
-
"id": "
|
|
107
|
-
"parent_id": "
|
|
106
|
+
"id": "3Yx-3",
|
|
107
|
+
"parent_id": "node_root_3Yx",
|
|
108
108
|
"classification": "shape",
|
|
109
109
|
"key": "group",
|
|
110
110
|
"x": 225,
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
"id": "a1",
|
|
127
|
-
"parent_id": "
|
|
127
|
+
"parent_id": "node_root_3Yx",
|
|
128
128
|
"classification": "shape",
|
|
129
129
|
"key": "klass",
|
|
130
130
|
"x": 450,
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
"id": "a2",
|
|
169
|
-
"parent_id": "
|
|
169
|
+
"parent_id": "node_root_3Yx",
|
|
170
170
|
"classification": "shape",
|
|
171
171
|
"key": "klass",
|
|
172
172
|
"x": 670,
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
210
|
"id": "a3",
|
|
211
|
-
"parent_id": "
|
|
211
|
+
"parent_id": "node_root_3Yx",
|
|
212
212
|
"classification": "shape",
|
|
213
213
|
"key": "klass",
|
|
214
214
|
"x": 890,
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"id": "a4",
|
|
248
|
-
"parent_id": "
|
|
248
|
+
"parent_id": "node_root_3Yx",
|
|
249
249
|
"classification": "shape",
|
|
250
250
|
"key": "klass",
|
|
251
251
|
"x": 1110,
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
},
|
|
283
283
|
{
|
|
284
284
|
"id": "a5",
|
|
285
|
-
"parent_id": "
|
|
285
|
+
"parent_id": "node_root_3Yx",
|
|
286
286
|
"classification": "shape",
|
|
287
287
|
"key": "klass",
|
|
288
288
|
"x": 10,
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
},
|
|
330
330
|
{
|
|
331
331
|
"id": "a6",
|
|
332
|
-
"parent_id": "
|
|
332
|
+
"parent_id": "node_root_3Yx",
|
|
333
333
|
"classification": "shape",
|
|
334
334
|
"key": "klass",
|
|
335
335
|
"x": 230,
|
|
@@ -370,8 +370,8 @@
|
|
|
370
370
|
}
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
|
-
"id": "
|
|
374
|
-
"parent_id": "
|
|
373
|
+
"id": "3Yx-10",
|
|
374
|
+
"parent_id": "node_root_3Yx",
|
|
375
375
|
"classification": "shape",
|
|
376
376
|
"key": "solid",
|
|
377
377
|
"x": 0,
|
|
@@ -390,8 +390,8 @@
|
|
|
390
390
|
}
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
|
-
"id": "
|
|
394
|
-
"parent_id": "
|
|
393
|
+
"id": "3Yx-11",
|
|
394
|
+
"parent_id": "node_root_3Yx",
|
|
395
395
|
"classification": "shape",
|
|
396
396
|
"key": "solid",
|
|
397
397
|
"x": 0,
|
|
@@ -410,8 +410,8 @@
|
|
|
410
410
|
}
|
|
411
411
|
},
|
|
412
412
|
{
|
|
413
|
-
"id": "
|
|
414
|
-
"parent_id": "
|
|
413
|
+
"id": "3Yx-12",
|
|
414
|
+
"parent_id": "node_root_3Yx",
|
|
415
415
|
"classification": "shape",
|
|
416
416
|
"key": "solid",
|
|
417
417
|
"x": 0,
|
|
@@ -430,8 +430,8 @@
|
|
|
430
430
|
}
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
|
-
"id": "
|
|
434
|
-
"parent_id": "
|
|
433
|
+
"id": "3Yx-13",
|
|
434
|
+
"parent_id": "node_root_3Yx",
|
|
435
435
|
"classification": "shape",
|
|
436
436
|
"key": "solid",
|
|
437
437
|
"x": 0,
|
|
@@ -450,8 +450,8 @@
|
|
|
450
450
|
}
|
|
451
451
|
},
|
|
452
452
|
{
|
|
453
|
-
"id": "
|
|
454
|
-
"parent_id": "
|
|
453
|
+
"id": "3Yx-14",
|
|
454
|
+
"parent_id": "node_root_3Yx",
|
|
455
455
|
"classification": "shape",
|
|
456
456
|
"key": "solid",
|
|
457
457
|
"x": 0,
|
|
@@ -470,8 +470,8 @@
|
|
|
470
470
|
}
|
|
471
471
|
},
|
|
472
472
|
{
|
|
473
|
-
"id": "
|
|
474
|
-
"parent_id": "
|
|
473
|
+
"id": "3Yx-15",
|
|
474
|
+
"parent_id": "node_root_3Yx",
|
|
475
475
|
"classification": "shape",
|
|
476
476
|
"key": "solid",
|
|
477
477
|
"x": 0,
|
|
@@ -490,8 +490,8 @@
|
|
|
490
490
|
}
|
|
491
491
|
},
|
|
492
492
|
{
|
|
493
|
-
"id": "
|
|
494
|
-
"parent_id": "
|
|
493
|
+
"id": "3Yx-16",
|
|
494
|
+
"parent_id": "node_root_3Yx",
|
|
495
495
|
"classification": "shape",
|
|
496
496
|
"key": "solid",
|
|
497
497
|
"x": 0,
|
|
@@ -510,8 +510,8 @@
|
|
|
510
510
|
}
|
|
511
511
|
},
|
|
512
512
|
{
|
|
513
|
-
"id": "
|
|
514
|
-
"parent_id": "
|
|
513
|
+
"id": "3Yx-17",
|
|
514
|
+
"parent_id": "node_root_3Yx",
|
|
515
515
|
"classification": "shape",
|
|
516
516
|
"key": "group",
|
|
517
517
|
"x": 445,
|
|
@@ -531,7 +531,7 @@
|
|
|
531
531
|
},
|
|
532
532
|
{
|
|
533
533
|
"id": "b1",
|
|
534
|
-
"parent_id": "
|
|
534
|
+
"parent_id": "node_root_3Yx",
|
|
535
535
|
"classification": "shape",
|
|
536
536
|
"key": "klass",
|
|
537
537
|
"x": 670,
|
|
@@ -593,7 +593,7 @@
|
|
|
593
593
|
},
|
|
594
594
|
{
|
|
595
595
|
"id": "b2",
|
|
596
|
-
"parent_id": "
|
|
596
|
+
"parent_id": "node_root_3Yx",
|
|
597
597
|
"classification": "shape",
|
|
598
598
|
"key": "klass",
|
|
599
599
|
"x": 890,
|
|
@@ -650,7 +650,7 @@
|
|
|
650
650
|
},
|
|
651
651
|
{
|
|
652
652
|
"id": "b3",
|
|
653
|
-
"parent_id": "
|
|
653
|
+
"parent_id": "node_root_3Yx",
|
|
654
654
|
"classification": "shape",
|
|
655
655
|
"key": "klass",
|
|
656
656
|
"x": 1110,
|
|
@@ -696,8 +696,8 @@
|
|
|
696
696
|
}
|
|
697
697
|
},
|
|
698
698
|
{
|
|
699
|
-
"id": "
|
|
700
|
-
"parent_id": "
|
|
699
|
+
"id": "3Yx-21",
|
|
700
|
+
"parent_id": "node_root_3Yx",
|
|
701
701
|
"classification": "shape",
|
|
702
702
|
"key": "solid",
|
|
703
703
|
"x": 0,
|
|
@@ -716,8 +716,8 @@
|
|
|
716
716
|
}
|
|
717
717
|
},
|
|
718
718
|
{
|
|
719
|
-
"id": "
|
|
720
|
-
"parent_id": "
|
|
719
|
+
"id": "3Yx-22",
|
|
720
|
+
"parent_id": "node_root_3Yx",
|
|
721
721
|
"classification": "shape",
|
|
722
722
|
"key": "solid",
|
|
723
723
|
"x": 0,
|
|
@@ -736,8 +736,8 @@
|
|
|
736
736
|
}
|
|
737
737
|
},
|
|
738
738
|
{
|
|
739
|
-
"id": "
|
|
740
|
-
"parent_id": "
|
|
739
|
+
"id": "3Yx-23",
|
|
740
|
+
"parent_id": "node_root_3Yx",
|
|
741
741
|
"classification": "shape",
|
|
742
742
|
"key": "solid",
|
|
743
743
|
"x": 0,
|
|
@@ -756,8 +756,8 @@
|
|
|
756
756
|
}
|
|
757
757
|
},
|
|
758
758
|
{
|
|
759
|
-
"id": "
|
|
760
|
-
"parent_id": "
|
|
759
|
+
"id": "3Yx-24",
|
|
760
|
+
"parent_id": "node_root_3Yx",
|
|
761
761
|
"classification": "shape",
|
|
762
762
|
"key": "group",
|
|
763
763
|
"x": 5,
|
|
@@ -776,8 +776,8 @@
|
|
|
776
776
|
}
|
|
777
777
|
},
|
|
778
778
|
{
|
|
779
|
-
"id": "
|
|
780
|
-
"parent_id": "
|
|
779
|
+
"id": "3Yx-25",
|
|
780
|
+
"parent_id": "node_root_3Yx",
|
|
781
781
|
"classification": "shape",
|
|
782
782
|
"key": "group",
|
|
783
783
|
"x": 225,
|
|
@@ -796,8 +796,8 @@
|
|
|
796
796
|
}
|
|
797
797
|
},
|
|
798
798
|
{
|
|
799
|
-
"id": "
|
|
800
|
-
"parent_id": "
|
|
799
|
+
"id": "3Yx-26",
|
|
800
|
+
"parent_id": "node_root_3Yx",
|
|
801
801
|
"classification": "shape",
|
|
802
802
|
"key": "klass",
|
|
803
803
|
"x": 450,
|
|
@@ -838,8 +838,8 @@
|
|
|
838
838
|
}
|
|
839
839
|
},
|
|
840
840
|
{
|
|
841
|
-
"id": "
|
|
842
|
-
"parent_id": "
|
|
841
|
+
"id": "3Yx-27",
|
|
842
|
+
"parent_id": "node_root_3Yx",
|
|
843
843
|
"classification": "shape",
|
|
844
844
|
"key": "group",
|
|
845
845
|
"x": 665,
|
|
@@ -858,8 +858,8 @@
|
|
|
858
858
|
}
|
|
859
859
|
},
|
|
860
860
|
{
|
|
861
|
-
"id": "
|
|
862
|
-
"parent_id": "
|
|
861
|
+
"id": "3Yx-28",
|
|
862
|
+
"parent_id": "node_root_3Yx",
|
|
863
863
|
"classification": "shape",
|
|
864
864
|
"key": "klass",
|
|
865
865
|
"x": 890,
|
|
@@ -885,8 +885,8 @@
|
|
|
885
885
|
}
|
|
886
886
|
},
|
|
887
887
|
{
|
|
888
|
-
"id": "
|
|
889
|
-
"parent_id": "
|
|
888
|
+
"id": "3Yx-29",
|
|
889
|
+
"parent_id": "node_root_3Yx",
|
|
890
890
|
"classification": "shape",
|
|
891
891
|
"key": "interface",
|
|
892
892
|
"x": 1130,
|
|
@@ -917,234 +917,257 @@
|
|
|
917
917
|
]
|
|
918
918
|
}
|
|
919
919
|
},
|
|
920
|
+
{
|
|
921
|
+
"id": "rule-2",
|
|
922
|
+
"parent_id": "node_root_3Yx",
|
|
923
|
+
"classification": "layout_rule",
|
|
924
|
+
"key": "grid_layout",
|
|
925
|
+
"anchor_x": 0,
|
|
926
|
+
"anchor_y": 540,
|
|
927
|
+
"direction": "horizontal",
|
|
928
|
+
"wrap_at": 6,
|
|
929
|
+
"grid_w": 220,
|
|
930
|
+
"grid_h": 220,
|
|
931
|
+
"cell_no": 1
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"id": "3Yx-31",
|
|
935
|
+
"parent_id": "node_root_3Yx",
|
|
936
|
+
"classification": "shape",
|
|
937
|
+
"key": "group",
|
|
938
|
+
"x": 5,
|
|
939
|
+
"y": 545,
|
|
940
|
+
"w": 210,
|
|
941
|
+
"h": 210,
|
|
942
|
+
"style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333;fontSize=20;verticalAlign=top",
|
|
943
|
+
"value": "Raw Component Transformers",
|
|
944
|
+
"meta_data": {
|
|
945
|
+
"items": [
|
|
946
|
+
{
|
|
947
|
+
"type": "title",
|
|
948
|
+
"content": "Raw Component Transformers"
|
|
949
|
+
}
|
|
950
|
+
]
|
|
951
|
+
}
|
|
952
|
+
},
|
|
920
953
|
{
|
|
921
954
|
"id": "c1",
|
|
922
|
-
"parent_id": "
|
|
955
|
+
"parent_id": "node_root_3Yx",
|
|
923
956
|
"classification": "shape",
|
|
924
957
|
"key": "klass",
|
|
925
|
-
"x":
|
|
926
|
-
"y":
|
|
958
|
+
"x": 230,
|
|
959
|
+
"y": 570,
|
|
927
960
|
"w": 200,
|
|
928
961
|
"h": 160,
|
|
929
962
|
"style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica",
|
|
930
|
-
"value": "<p style=\"margin:0px;margin-left:4px;margin-bottom:4px;text-align:center\"><b>
|
|
963
|
+
"value": "<p style=\"margin:0px;margin-left:4px;margin-bottom:4px;text-align:center\"><b>UiKit</b></p><hr size=\"1\"/><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">design_systems: DesignSystem[]</p>",
|
|
931
964
|
"meta_data": {
|
|
932
965
|
"items": [
|
|
933
966
|
{
|
|
934
967
|
"type": "class",
|
|
935
|
-
"name": "
|
|
968
|
+
"name": "UiKit",
|
|
936
969
|
"description": "Root container for normalizing the raw Tailwind html in component data structures",
|
|
937
|
-
"namespace": "
|
|
970
|
+
"namespace": "XEtl::RawComponents",
|
|
938
971
|
"dry_struct": false
|
|
939
972
|
},
|
|
940
973
|
{
|
|
941
974
|
"type": "field",
|
|
942
975
|
"name": "design_systems",
|
|
943
|
-
"return_type": "
|
|
976
|
+
"return_type": "DesignSystem[]"
|
|
944
977
|
}
|
|
945
978
|
]
|
|
946
979
|
}
|
|
947
980
|
},
|
|
948
981
|
{
|
|
949
982
|
"id": "c2",
|
|
950
|
-
"parent_id": "
|
|
983
|
+
"parent_id": "node_root_3Yx",
|
|
951
984
|
"classification": "shape",
|
|
952
985
|
"key": "klass",
|
|
953
|
-
"x":
|
|
954
|
-
"y":
|
|
986
|
+
"x": 450,
|
|
987
|
+
"y": 570,
|
|
955
988
|
"w": 200,
|
|
956
989
|
"h": 160,
|
|
957
990
|
"style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica",
|
|
958
|
-
"value": "<p style=\"margin:0px;margin-left:4px;margin-bottom:4px;text-align:center\"><b>DesignSystem</b></p><hr size=\"1\"/><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">name:
|
|
991
|
+
"value": "<p style=\"margin:0px;margin-left:4px;margin-bottom:4px;text-align:center\"><b>DesignSystem</b></p><hr size=\"1\"/><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">name: string</p><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">stats: Hash</p><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">groups: Group[]</p>",
|
|
959
992
|
"meta_data": {
|
|
960
993
|
"items": [
|
|
961
994
|
{
|
|
962
995
|
"type": "class",
|
|
963
996
|
"name": "DesignSystem",
|
|
964
997
|
"description": "DesignSystem represents a collection of Tailwind CSS components that follow a specific design system",
|
|
965
|
-
"namespace": "
|
|
998
|
+
"namespace": "XEtl::RawComponents",
|
|
966
999
|
"dry_struct": false
|
|
967
1000
|
},
|
|
968
1001
|
{
|
|
969
1002
|
"type": "field",
|
|
970
1003
|
"name": "name",
|
|
971
|
-
"return_type": "
|
|
972
|
-
},
|
|
973
|
-
{
|
|
974
|
-
"type": "field",
|
|
975
|
-
"name": "path",
|
|
976
|
-
"return_type": "Types::Strict::String"
|
|
1004
|
+
"return_type": "string"
|
|
977
1005
|
},
|
|
978
1006
|
{
|
|
979
1007
|
"type": "field",
|
|
980
1008
|
"name": "stats",
|
|
981
|
-
"return_type": "
|
|
1009
|
+
"return_type": "Hash"
|
|
982
1010
|
},
|
|
983
1011
|
{
|
|
984
1012
|
"type": "field",
|
|
985
1013
|
"name": "groups",
|
|
986
|
-
"return_type": "
|
|
1014
|
+
"return_type": "Group[]"
|
|
987
1015
|
}
|
|
988
1016
|
]
|
|
989
1017
|
}
|
|
990
1018
|
},
|
|
991
1019
|
{
|
|
992
1020
|
"id": "c3",
|
|
993
|
-
"parent_id": "
|
|
1021
|
+
"parent_id": "node_root_3Yx",
|
|
994
1022
|
"classification": "shape",
|
|
995
1023
|
"key": "klass",
|
|
996
|
-
"x":
|
|
997
|
-
"y":
|
|
1024
|
+
"x": 670,
|
|
1025
|
+
"y": 570,
|
|
998
1026
|
"w": 200,
|
|
999
1027
|
"h": 160,
|
|
1000
1028
|
"style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica",
|
|
1001
|
-
"value": "<p style=\"margin:0px;margin-left:4px;margin-bottom:4px;text-align:center\"><b>Group</b></p><hr size=\"1\"/><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">key:
|
|
1029
|
+
"value": "<p style=\"margin:0px;margin-left:4px;margin-bottom:4px;text-align:center\"><b>Group</b></p><hr size=\"1\"/><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">key: string</p><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">type: string</p><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">folder: string</p><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">sub_keys: string[]</p><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">files: SourceFile[]</p>",
|
|
1002
1030
|
"meta_data": {
|
|
1003
1031
|
"items": [
|
|
1004
1032
|
{
|
|
1005
1033
|
"type": "class",
|
|
1006
1034
|
"name": "Group",
|
|
1007
1035
|
"description": "Group represents a collection of Tailwind CSS components withing a named group or category",
|
|
1008
|
-
"namespace": "
|
|
1036
|
+
"namespace": "XEtl::RawComponents",
|
|
1009
1037
|
"dry_struct": false
|
|
1010
1038
|
},
|
|
1011
1039
|
{
|
|
1012
1040
|
"type": "field",
|
|
1013
1041
|
"name": "key",
|
|
1014
|
-
"return_type": "
|
|
1042
|
+
"return_type": "string"
|
|
1015
1043
|
},
|
|
1016
1044
|
{
|
|
1017
1045
|
"type": "field",
|
|
1018
1046
|
"name": "type",
|
|
1019
|
-
"return_type": "
|
|
1047
|
+
"return_type": "string"
|
|
1020
1048
|
},
|
|
1021
1049
|
{
|
|
1022
1050
|
"type": "field",
|
|
1023
1051
|
"name": "folder",
|
|
1024
|
-
"return_type": "
|
|
1052
|
+
"return_type": "string"
|
|
1025
1053
|
},
|
|
1026
1054
|
{
|
|
1027
1055
|
"type": "field",
|
|
1028
1056
|
"name": "sub_keys",
|
|
1029
|
-
"return_type": "
|
|
1057
|
+
"return_type": "string[]"
|
|
1030
1058
|
},
|
|
1031
1059
|
{
|
|
1032
1060
|
"type": "field",
|
|
1033
1061
|
"name": "files",
|
|
1034
|
-
"return_type": "
|
|
1062
|
+
"return_type": "SourceFile[]"
|
|
1035
1063
|
}
|
|
1036
1064
|
]
|
|
1037
1065
|
}
|
|
1038
1066
|
},
|
|
1039
1067
|
{
|
|
1040
1068
|
"id": "c4",
|
|
1041
|
-
"parent_id": "
|
|
1069
|
+
"parent_id": "node_root_3Yx",
|
|
1042
1070
|
"classification": "shape",
|
|
1043
1071
|
"key": "klass",
|
|
1044
|
-
"x":
|
|
1045
|
-
"y":
|
|
1072
|
+
"x": 890,
|
|
1073
|
+
"y": 570,
|
|
1046
1074
|
"w": 200,
|
|
1047
1075
|
"h": 160,
|
|
1048
1076
|
"style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica",
|
|
1049
|
-
"value": "<p style=\"margin:0px;margin-left:4px;margin-bottom:4px;text-align:center\"><b>SourceFile</b></p><hr size=\"1\"/><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">name:
|
|
1077
|
+
"value": "<p style=\"margin:0px;margin-left:4px;margin-bottom:4px;text-align:center\"><b>SourceFile</b></p><hr size=\"1\"/><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">name: string</p><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">file_name: string</p><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">file_name_only: string</p><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">file: string</p><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">target: TargetFile</p>",
|
|
1050
1078
|
"meta_data": {
|
|
1051
1079
|
"items": [
|
|
1052
1080
|
{
|
|
1053
1081
|
"type": "class",
|
|
1054
1082
|
"name": "SourceFile",
|
|
1055
1083
|
"description": "SourceFile represents a list of source files that contain raw Tailwind CSS components",
|
|
1056
|
-
"namespace": "
|
|
1084
|
+
"namespace": "XEtl::RawComponents",
|
|
1057
1085
|
"dry_struct": false
|
|
1058
1086
|
},
|
|
1059
1087
|
{
|
|
1060
1088
|
"type": "field",
|
|
1061
1089
|
"name": "name",
|
|
1062
|
-
"return_type": "
|
|
1090
|
+
"return_type": "string"
|
|
1063
1091
|
},
|
|
1064
1092
|
{
|
|
1065
1093
|
"type": "field",
|
|
1066
1094
|
"name": "file_name",
|
|
1067
|
-
"return_type": "
|
|
1095
|
+
"return_type": "string"
|
|
1068
1096
|
},
|
|
1069
1097
|
{
|
|
1070
1098
|
"type": "field",
|
|
1071
1099
|
"name": "file_name_only",
|
|
1072
|
-
"return_type": "
|
|
1073
|
-
},
|
|
1074
|
-
{
|
|
1075
|
-
"type": "field",
|
|
1076
|
-
"name": "absolute_file",
|
|
1077
|
-
"return_type": "Types::Strict::String"
|
|
1100
|
+
"return_type": "string"
|
|
1078
1101
|
},
|
|
1079
1102
|
{
|
|
1080
1103
|
"type": "field",
|
|
1081
1104
|
"name": "file",
|
|
1082
|
-
"return_type": "
|
|
1105
|
+
"return_type": "string"
|
|
1083
1106
|
},
|
|
1084
1107
|
{
|
|
1085
1108
|
"type": "field",
|
|
1086
1109
|
"name": "target",
|
|
1087
|
-
"return_type": "
|
|
1110
|
+
"return_type": "TargetFile"
|
|
1088
1111
|
}
|
|
1089
1112
|
]
|
|
1090
1113
|
}
|
|
1091
1114
|
},
|
|
1092
1115
|
{
|
|
1093
1116
|
"id": "c5",
|
|
1094
|
-
"parent_id": "
|
|
1117
|
+
"parent_id": "node_root_3Yx",
|
|
1095
1118
|
"classification": "shape",
|
|
1096
1119
|
"key": "klass",
|
|
1097
|
-
"x":
|
|
1098
|
-
"y":
|
|
1120
|
+
"x": 1110,
|
|
1121
|
+
"y": 570,
|
|
1099
1122
|
"w": 200,
|
|
1100
1123
|
"h": 160,
|
|
1101
1124
|
"style": "whiteSpace=wrap;html=1;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;fontColor=#333333;align=left;overflow=fill;fontSize=12;fontFamily=Helvetica",
|
|
1102
|
-
"value": "<p style=\"margin:0px;margin-left:4px;margin-bottom:4px;text-align:center\"><b>TargetFile</b></p><hr size=\"1\"/><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">html_file:
|
|
1125
|
+
"value": "<p style=\"margin:0px;margin-left:4px;margin-bottom:4px;text-align:center\"><b>TargetFile</b></p><hr size=\"1\"/><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">html_file: string</p><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">clean_html_file: string</p><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">tailwind_config_file: string</p><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">settings_file: string</p><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">data_file: string</p><p style=\"margin:0px;margin-left:4px;margin-bottom:4px\">astro_file: string</p>",
|
|
1103
1126
|
"meta_data": {
|
|
1104
1127
|
"items": [
|
|
1105
1128
|
{
|
|
1106
1129
|
"type": "class",
|
|
1107
1130
|
"name": "TargetFile",
|
|
1108
1131
|
"description": "TargetFile represents each sub_file that can be built from a source file, such as HTML Component, Tailwind Config, Settings and Data Structure",
|
|
1109
|
-
"namespace": "
|
|
1132
|
+
"namespace": "XEtl::RawComponents",
|
|
1110
1133
|
"dry_struct": false
|
|
1111
1134
|
},
|
|
1112
1135
|
{
|
|
1113
1136
|
"type": "field",
|
|
1114
1137
|
"name": "html_file",
|
|
1115
|
-
"return_type": "
|
|
1138
|
+
"return_type": "string"
|
|
1116
1139
|
},
|
|
1117
1140
|
{
|
|
1118
1141
|
"type": "field",
|
|
1119
1142
|
"name": "clean_html_file",
|
|
1120
|
-
"return_type": "
|
|
1143
|
+
"return_type": "string"
|
|
1121
1144
|
},
|
|
1122
1145
|
{
|
|
1123
1146
|
"type": "field",
|
|
1124
1147
|
"name": "tailwind_config_file",
|
|
1125
|
-
"return_type": "
|
|
1148
|
+
"return_type": "string"
|
|
1126
1149
|
},
|
|
1127
1150
|
{
|
|
1128
1151
|
"type": "field",
|
|
1129
1152
|
"name": "settings_file",
|
|
1130
|
-
"return_type": "
|
|
1153
|
+
"return_type": "string"
|
|
1131
1154
|
},
|
|
1132
1155
|
{
|
|
1133
1156
|
"type": "field",
|
|
1134
1157
|
"name": "data_file",
|
|
1135
|
-
"return_type": "
|
|
1158
|
+
"return_type": "string"
|
|
1136
1159
|
},
|
|
1137
1160
|
{
|
|
1138
1161
|
"type": "field",
|
|
1139
1162
|
"name": "astro_file",
|
|
1140
|
-
"return_type": "
|
|
1163
|
+
"return_type": "string"
|
|
1141
1164
|
}
|
|
1142
1165
|
]
|
|
1143
1166
|
}
|
|
1144
1167
|
},
|
|
1145
1168
|
{
|
|
1146
|
-
"id": "
|
|
1147
|
-
"parent_id": "
|
|
1169
|
+
"id": "3Yx-37",
|
|
1170
|
+
"parent_id": "node_root_3Yx",
|
|
1148
1171
|
"classification": "shape",
|
|
1149
1172
|
"key": "solid",
|
|
1150
1173
|
"x": 0,
|
|
@@ -1163,8 +1186,8 @@
|
|
|
1163
1186
|
}
|
|
1164
1187
|
},
|
|
1165
1188
|
{
|
|
1166
|
-
"id": "
|
|
1167
|
-
"parent_id": "
|
|
1189
|
+
"id": "3Yx-38",
|
|
1190
|
+
"parent_id": "node_root_3Yx",
|
|
1168
1191
|
"classification": "shape",
|
|
1169
1192
|
"key": "solid",
|
|
1170
1193
|
"x": 0,
|
|
@@ -1183,8 +1206,8 @@
|
|
|
1183
1206
|
}
|
|
1184
1207
|
},
|
|
1185
1208
|
{
|
|
1186
|
-
"id": "
|
|
1187
|
-
"parent_id": "
|
|
1209
|
+
"id": "3Yx-39",
|
|
1210
|
+
"parent_id": "node_root_3Yx",
|
|
1188
1211
|
"classification": "shape",
|
|
1189
1212
|
"key": "solid",
|
|
1190
1213
|
"x": 0,
|
|
@@ -1203,8 +1226,8 @@
|
|
|
1203
1226
|
}
|
|
1204
1227
|
},
|
|
1205
1228
|
{
|
|
1206
|
-
"id": "
|
|
1207
|
-
"parent_id": "
|
|
1229
|
+
"id": "3Yx-40",
|
|
1230
|
+
"parent_id": "node_root_3Yx",
|
|
1208
1231
|
"classification": "shape",
|
|
1209
1232
|
"key": "solid",
|
|
1210
1233
|
"x": 0,
|