ariadne_view_components 0.0.1

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 (74) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +68 -0
  4. data/app/assets/javascripts/ariadne_view_components.js +2 -0
  5. data/app/assets/javascripts/ariadne_view_components.js.map +1 -0
  6. data/app/assets/stylesheets/application.tailwind.css +3 -0
  7. data/app/components/ariadne/ariadne.ts +14 -0
  8. data/app/components/ariadne/base_button.rb +60 -0
  9. data/app/components/ariadne/base_component.rb +155 -0
  10. data/app/components/ariadne/button_component.html.erb +4 -0
  11. data/app/components/ariadne/button_component.rb +158 -0
  12. data/app/components/ariadne/clipboard_copy_component.html.erb +8 -0
  13. data/app/components/ariadne/clipboard_copy_component.rb +50 -0
  14. data/app/components/ariadne/clipboard_copy_component.ts +19 -0
  15. data/app/components/ariadne/component.rb +123 -0
  16. data/app/components/ariadne/content.rb +12 -0
  17. data/app/components/ariadne/counter_component.rb +100 -0
  18. data/app/components/ariadne/flash_component.html.erb +31 -0
  19. data/app/components/ariadne/flash_component.rb +125 -0
  20. data/app/components/ariadne/heading_component.rb +49 -0
  21. data/app/components/ariadne/heroicon_component.html.erb +7 -0
  22. data/app/components/ariadne/heroicon_component.rb +116 -0
  23. data/app/components/ariadne/image_component.rb +51 -0
  24. data/app/components/ariadne/text.rb +25 -0
  25. data/app/components/ariadne/tooltip_component.rb +105 -0
  26. data/app/lib/ariadne/audited/dsl.rb +32 -0
  27. data/app/lib/ariadne/class_name_helper.rb +22 -0
  28. data/app/lib/ariadne/fetch_or_fallback_helper.rb +100 -0
  29. data/app/lib/ariadne/icon_helper.rb +47 -0
  30. data/app/lib/ariadne/join_style_arguments_helper.rb +14 -0
  31. data/app/lib/ariadne/logger_helper.rb +23 -0
  32. data/app/lib/ariadne/status/dsl.rb +41 -0
  33. data/app/lib/ariadne/tab_nav_helper.rb +35 -0
  34. data/app/lib/ariadne/tabbed_component_helper.rb +39 -0
  35. data/app/lib/ariadne/test_selector_helper.rb +20 -0
  36. data/app/lib/ariadne/underline_nav_helper.rb +44 -0
  37. data/app/lib/ariadne/view_helper.rb +22 -0
  38. data/lib/ariadne/classify/utilities.rb +199 -0
  39. data/lib/ariadne/classify/utilities.yml +1817 -0
  40. data/lib/ariadne/classify/validation.rb +18 -0
  41. data/lib/ariadne/classify.rb +210 -0
  42. data/lib/ariadne/view_components/constants.rb +53 -0
  43. data/lib/ariadne/view_components/engine.rb +30 -0
  44. data/lib/ariadne/view_components/linters.rb +3 -0
  45. data/lib/ariadne/view_components/statuses.rb +14 -0
  46. data/lib/ariadne/view_components/version.rb +7 -0
  47. data/lib/ariadne/view_components.rb +59 -0
  48. data/lib/rubocop/config/default.yml +14 -0
  49. data/lib/rubocop/cop/ariadne/ariadne_heroicon.rb +252 -0
  50. data/lib/rubocop/cop/ariadne/base_cop.rb +26 -0
  51. data/lib/rubocop/cop/ariadne/component_name_migration.rb +35 -0
  52. data/lib/rubocop/cop/ariadne/no_tag_memoize.rb +43 -0
  53. data/lib/rubocop/cop/ariadne/system_argument_instead_of_class.rb +57 -0
  54. data/lib/rubocop/cop/ariadne.rb +3 -0
  55. data/lib/tasks/ariadne_view_components.rake +47 -0
  56. data/lib/tasks/coverage.rake +19 -0
  57. data/lib/tasks/custom_utilities.yml +310 -0
  58. data/lib/tasks/docs.rake +525 -0
  59. data/lib/tasks/helpers/ast_processor.rb +44 -0
  60. data/lib/tasks/helpers/ast_traverser.rb +77 -0
  61. data/lib/tasks/static.rake +15 -0
  62. data/lib/tasks/tailwind.rake +31 -0
  63. data/lib/tasks/utilities.rake +121 -0
  64. data/lib/yard/docs_helper.rb +83 -0
  65. data/lib/yard/renders_many_handler.rb +19 -0
  66. data/lib/yard/renders_one_handler.rb +19 -0
  67. data/static/arguments.yml +251 -0
  68. data/static/assets/view-components.svg +18 -0
  69. data/static/audited_at.json +14 -0
  70. data/static/classes.yml +89 -0
  71. data/static/constants.json +243 -0
  72. data/static/statuses.json +14 -0
  73. data/static/tailwindcss.yml +727 -0
  74. metadata +193 -0
@@ -0,0 +1,1817 @@
1
+ ---
2
+ :animation:
3
+ :fade_in:
4
+ - anim-fade-in
5
+ :fade_out:
6
+ - anim-fade-out
7
+ :fade_up:
8
+ - anim-fade-up
9
+ :fade_down:
10
+ - anim-fade-down
11
+ :grow_x:
12
+ - anim-grow-x
13
+ :shrink_x:
14
+ - anim-shrink-x
15
+ :scale_in:
16
+ - anim-scale-in
17
+ :pulse:
18
+ - anim-pulse
19
+ :pulse_in:
20
+ - anim-pulse-in
21
+ :hover_grow:
22
+ - anim-hover-grow
23
+ :rotate:
24
+ - anim-rotate
25
+ :color:
26
+ :default:
27
+ - color-fg-default
28
+ :muted:
29
+ - color-fg-muted
30
+ :subtle:
31
+ - color-fg-subtle
32
+ :accent:
33
+ - color-fg-accent
34
+ :success:
35
+ - color-fg-success
36
+ :attention:
37
+ - color-fg-attention
38
+ :severe:
39
+ - color-fg-severe
40
+ :danger:
41
+ - color-fg-danger
42
+ :open:
43
+ - color-fg-open
44
+ :closed:
45
+ - color-fg-closed
46
+ :done:
47
+ - color-fg-done
48
+ :sponsors:
49
+ - color-fg-sponsors
50
+ :on_emphasis:
51
+ - color-fg-on-emphasis
52
+ :inherit:
53
+ - color-fg-inherit
54
+ :bg:
55
+ :default:
56
+ - color-bg-default
57
+ :overlay:
58
+ - color-bg-overlay
59
+ :inset:
60
+ - color-bg-inset
61
+ :subtle:
62
+ - color-bg-subtle
63
+ :emphasis:
64
+ - color-bg-emphasis
65
+ :accent:
66
+ - color-bg-accent
67
+ :accent_emphasis:
68
+ - color-bg-accent-emphasis
69
+ :success:
70
+ - color-bg-success
71
+ :success_emphasis:
72
+ - color-bg-success-emphasis
73
+ :attention:
74
+ - color-bg-attention
75
+ :attention_emphasis:
76
+ - color-bg-attention-emphasis
77
+ :severe:
78
+ - color-bg-severe
79
+ :severe_emphasis:
80
+ - color-bg-severe-emphasis
81
+ :danger:
82
+ - color-bg-danger
83
+ :danger_emphasis:
84
+ - color-bg-danger-emphasis
85
+ :open:
86
+ - color-bg-open
87
+ :open_emphasis:
88
+ - color-bg-open-emphasis
89
+ :closed:
90
+ - color-bg-closed
91
+ :closed_emphasis:
92
+ - color-bg-closed-emphasis
93
+ :done:
94
+ - color-bg-done
95
+ :done_emphasis:
96
+ - color-bg-done-emphasis
97
+ :sponsors:
98
+ - color-bg-sponsors
99
+ :sponsors_emphasis:
100
+ - color-bg-sponsors-emphasis
101
+ :transparent:
102
+ - color-bg-transparent
103
+ :border_color:
104
+ :default:
105
+ - color-border-default
106
+ :muted:
107
+ - color-border-muted
108
+ :subtle:
109
+ - color-border-subtle
110
+ :accent:
111
+ - color-border-accent
112
+ :accent_emphasis:
113
+ - color-border-accent-emphasis
114
+ :success:
115
+ - color-border-success
116
+ :success_emphasis:
117
+ - color-border-success-emphasis
118
+ :attention:
119
+ - color-border-attention
120
+ :attention_emphasis:
121
+ - color-border-attention-emphasis
122
+ :severe:
123
+ - color-border-severe
124
+ :severe_emphasis:
125
+ - color-border-severe-emphasis
126
+ :danger:
127
+ - color-border-danger
128
+ :danger_emphasis:
129
+ - color-border-danger-emphasis
130
+ :open:
131
+ - color-border-open
132
+ :open_emphasis:
133
+ - color-border-open-emphasis
134
+ :closed:
135
+ - color-border-closed
136
+ :closed_emphasis:
137
+ - color-border-closed-emphasis
138
+ :done:
139
+ - color-border-done
140
+ :done_emphasis:
141
+ - color-border-done-emphasis
142
+ :sponsors:
143
+ - color-border-sponsors
144
+ :sponsors_emphasis:
145
+ - color-border-sponsors-emphasis
146
+ :position:
147
+ :static:
148
+ - position-static
149
+ - position-sm-static
150
+ - position-md-static
151
+ - position-lg-static
152
+ - position-xl-static
153
+ :relative:
154
+ - position-relative
155
+ - position-sm-relative
156
+ - position-md-relative
157
+ - position-lg-relative
158
+ - position-xl-relative
159
+ :absolute:
160
+ - position-absolute
161
+ - position-sm-absolute
162
+ - position-md-absolute
163
+ - position-lg-absolute
164
+ - position-xl-absolute
165
+ :fixed:
166
+ - position-fixed
167
+ - position-sm-fixed
168
+ - position-md-fixed
169
+ - position-lg-fixed
170
+ - position-xl-fixed
171
+ :sticky:
172
+ - position-sticky
173
+ - position-sm-sticky
174
+ - position-md-sticky
175
+ - position-lg-sticky
176
+ - position-xl-sticky
177
+ :vertical_align:
178
+ :middle:
179
+ - v-align-middle
180
+ :top:
181
+ - v-align-top
182
+ :bottom:
183
+ - v-align-bottom
184
+ :text_top:
185
+ - v-align-text-top
186
+ :text_bottom:
187
+ - v-align-text-bottom
188
+ :baseline:
189
+ - v-align-baseline
190
+ :clearfix:
191
+ true:
192
+ - clearfix
193
+ :float:
194
+ :left:
195
+ - float-left
196
+ - float-sm-left
197
+ - float-md-left
198
+ - float-lg-left
199
+ - float-xl-left
200
+ :right:
201
+ - float-right
202
+ - float-sm-right
203
+ - float-md-right
204
+ - float-lg-right
205
+ - float-xl-right
206
+ :none:
207
+ - float-none
208
+ - float-sm-none
209
+ - float-md-none
210
+ - float-lg-none
211
+ - float-xl-none
212
+ :w:
213
+ :fit:
214
+ - width-fit
215
+ :full:
216
+ - width-full
217
+ :auto:
218
+ - width-auto
219
+ - width-sm-auto
220
+ - width-md-auto
221
+ - width-lg-auto
222
+ - width-xl-auto
223
+ :h:
224
+ :fit:
225
+ - height-fit
226
+ :full:
227
+ - height-full
228
+ :m:
229
+ 0:
230
+ - m-0
231
+ - m-sm-0
232
+ - m-md-0
233
+ - m-lg-0
234
+ - m-xl-0
235
+ 1:
236
+ - m-1
237
+ - m-sm-1
238
+ - m-md-1
239
+ - m-lg-1
240
+ - m-xl-1
241
+ 2:
242
+ - m-2
243
+ - m-sm-2
244
+ - m-md-2
245
+ - m-lg-2
246
+ - m-xl-2
247
+ 3:
248
+ - m-3
249
+ - m-sm-3
250
+ - m-md-3
251
+ - m-lg-3
252
+ - m-xl-3
253
+ 4:
254
+ - m-4
255
+ - m-sm-4
256
+ - m-md-4
257
+ - m-lg-4
258
+ - m-xl-4
259
+ 5:
260
+ - m-5
261
+ - m-sm-5
262
+ - m-md-5
263
+ - m-lg-5
264
+ - m-xl-5
265
+ 6:
266
+ - m-6
267
+ - m-sm-6
268
+ - m-md-6
269
+ - m-lg-6
270
+ - m-xl-6
271
+ :auto:
272
+ - m-auto
273
+ :mt:
274
+ 0:
275
+ - mt-0
276
+ - mt-sm-0
277
+ - mt-md-0
278
+ - mt-lg-0
279
+ - mt-xl-0
280
+ 1:
281
+ - mt-1
282
+ - mt-sm-1
283
+ - mt-md-1
284
+ - mt-lg-1
285
+ - mt-xl-1
286
+ -1:
287
+ - mt-n1
288
+ - mt-sm-n1
289
+ - mt-md-n1
290
+ - mt-lg-n1
291
+ - mt-xl-n1
292
+ 2:
293
+ - mt-2
294
+ - mt-sm-2
295
+ - mt-md-2
296
+ - mt-lg-2
297
+ - mt-xl-2
298
+ -2:
299
+ - mt-n2
300
+ - mt-sm-n2
301
+ - mt-md-n2
302
+ - mt-lg-n2
303
+ - mt-xl-n2
304
+ 3:
305
+ - mt-3
306
+ - mt-sm-3
307
+ - mt-md-3
308
+ - mt-lg-3
309
+ - mt-xl-3
310
+ -3:
311
+ - mt-n3
312
+ - mt-sm-n3
313
+ - mt-md-n3
314
+ - mt-lg-n3
315
+ - mt-xl-n3
316
+ 4:
317
+ - mt-4
318
+ - mt-sm-4
319
+ - mt-md-4
320
+ - mt-lg-4
321
+ - mt-xl-4
322
+ -4:
323
+ - mt-n4
324
+ - mt-sm-n4
325
+ - mt-md-n4
326
+ - mt-lg-n4
327
+ - mt-xl-n4
328
+ 5:
329
+ - mt-5
330
+ - mt-sm-5
331
+ - mt-md-5
332
+ - mt-lg-5
333
+ - mt-xl-5
334
+ -5:
335
+ - mt-n5
336
+ - mt-sm-n5
337
+ - mt-md-n5
338
+ - mt-lg-n5
339
+ - mt-xl-n5
340
+ 6:
341
+ - mt-6
342
+ - mt-sm-6
343
+ - mt-md-6
344
+ - mt-lg-6
345
+ - mt-xl-6
346
+ -6:
347
+ - mt-n6
348
+ - mt-sm-n6
349
+ - mt-md-n6
350
+ - mt-lg-n6
351
+ - mt-xl-n6
352
+ 7:
353
+ - mt-7
354
+ - mt-sm-7
355
+ - mt-md-7
356
+ - mt-lg-7
357
+ - mt-xl-7
358
+ -7:
359
+ - mt-n7
360
+ - mt-sm-n7
361
+ - mt-md-n7
362
+ - mt-lg-n7
363
+ - mt-xl-n7
364
+ 8:
365
+ - mt-8
366
+ - mt-sm-8
367
+ - mt-md-8
368
+ - mt-lg-8
369
+ - mt-xl-8
370
+ -8:
371
+ - mt-n8
372
+ - mt-sm-n8
373
+ - mt-md-n8
374
+ - mt-lg-n8
375
+ - mt-xl-n8
376
+ 9:
377
+ - mt-9
378
+ - mt-sm-9
379
+ - mt-md-9
380
+ - mt-lg-9
381
+ - mt-xl-9
382
+ -9:
383
+ - mt-n9
384
+ - mt-sm-n9
385
+ - mt-md-n9
386
+ - mt-lg-n9
387
+ - mt-xl-n9
388
+ 10:
389
+ - mt-10
390
+ - mt-sm-10
391
+ - mt-md-10
392
+ - mt-lg-10
393
+ - mt-xl-10
394
+ -10:
395
+ - mt-n10
396
+ - mt-sm-n10
397
+ - mt-md-n10
398
+ - mt-lg-n10
399
+ - mt-xl-n10
400
+ 11:
401
+ - mt-11
402
+ - mt-sm-11
403
+ - mt-md-11
404
+ - mt-lg-11
405
+ - mt-xl-11
406
+ -11:
407
+ - mt-n11
408
+ - mt-sm-n11
409
+ - mt-md-n11
410
+ - mt-lg-n11
411
+ - mt-xl-n11
412
+ 12:
413
+ - mt-12
414
+ - mt-sm-12
415
+ - mt-md-12
416
+ - mt-lg-12
417
+ - mt-xl-12
418
+ -12:
419
+ - mt-n12
420
+ - mt-sm-n12
421
+ - mt-md-n12
422
+ - mt-lg-n12
423
+ - mt-xl-n12
424
+ :auto:
425
+ - mt-auto
426
+ :mb:
427
+ 0:
428
+ - mb-0
429
+ - mb-sm-0
430
+ - mb-md-0
431
+ - mb-lg-0
432
+ - mb-xl-0
433
+ 1:
434
+ - mb-1
435
+ - mb-sm-1
436
+ - mb-md-1
437
+ - mb-lg-1
438
+ - mb-xl-1
439
+ -1:
440
+ - mb-n1
441
+ - mb-sm-n1
442
+ - mb-md-n1
443
+ - mb-lg-n1
444
+ - mb-xl-n1
445
+ 2:
446
+ - mb-2
447
+ - mb-sm-2
448
+ - mb-md-2
449
+ - mb-lg-2
450
+ - mb-xl-2
451
+ -2:
452
+ - mb-n2
453
+ - mb-sm-n2
454
+ - mb-md-n2
455
+ - mb-lg-n2
456
+ - mb-xl-n2
457
+ 3:
458
+ - mb-3
459
+ - mb-sm-3
460
+ - mb-md-3
461
+ - mb-lg-3
462
+ - mb-xl-3
463
+ -3:
464
+ - mb-n3
465
+ - mb-sm-n3
466
+ - mb-md-n3
467
+ - mb-lg-n3
468
+ - mb-xl-n3
469
+ 4:
470
+ - mb-4
471
+ - mb-sm-4
472
+ - mb-md-4
473
+ - mb-lg-4
474
+ - mb-xl-4
475
+ -4:
476
+ - mb-n4
477
+ - mb-sm-n4
478
+ - mb-md-n4
479
+ - mb-lg-n4
480
+ - mb-xl-n4
481
+ 5:
482
+ - mb-5
483
+ - mb-sm-5
484
+ - mb-md-5
485
+ - mb-lg-5
486
+ - mb-xl-5
487
+ -5:
488
+ - mb-n5
489
+ - mb-sm-n5
490
+ - mb-md-n5
491
+ - mb-lg-n5
492
+ - mb-xl-n5
493
+ 6:
494
+ - mb-6
495
+ - mb-sm-6
496
+ - mb-md-6
497
+ - mb-lg-6
498
+ - mb-xl-6
499
+ -6:
500
+ - mb-n6
501
+ - mb-sm-n6
502
+ - mb-md-n6
503
+ - mb-lg-n6
504
+ - mb-xl-n6
505
+ 7:
506
+ - mb-7
507
+ - mb-sm-7
508
+ - mb-md-7
509
+ - mb-lg-7
510
+ - mb-xl-7
511
+ -7:
512
+ - mb-n7
513
+ - mb-sm-n7
514
+ - mb-md-n7
515
+ - mb-lg-n7
516
+ - mb-xl-n7
517
+ 8:
518
+ - mb-8
519
+ - mb-sm-8
520
+ - mb-md-8
521
+ - mb-lg-8
522
+ - mb-xl-8
523
+ -8:
524
+ - mb-n8
525
+ - mb-sm-n8
526
+ - mb-md-n8
527
+ - mb-lg-n8
528
+ - mb-xl-n8
529
+ 9:
530
+ - mb-9
531
+ - mb-sm-9
532
+ - mb-md-9
533
+ - mb-lg-9
534
+ - mb-xl-9
535
+ -9:
536
+ - mb-n9
537
+ - mb-sm-n9
538
+ - mb-md-n9
539
+ - mb-lg-n9
540
+ - mb-xl-n9
541
+ 10:
542
+ - mb-10
543
+ - mb-sm-10
544
+ - mb-md-10
545
+ - mb-lg-10
546
+ - mb-xl-10
547
+ -10:
548
+ - mb-n10
549
+ - mb-sm-n10
550
+ - mb-md-n10
551
+ - mb-lg-n10
552
+ - mb-xl-n10
553
+ 11:
554
+ - mb-11
555
+ - mb-sm-11
556
+ - mb-md-11
557
+ - mb-lg-11
558
+ - mb-xl-11
559
+ -11:
560
+ - mb-n11
561
+ - mb-sm-n11
562
+ - mb-md-n11
563
+ - mb-lg-n11
564
+ - mb-xl-n11
565
+ 12:
566
+ - mb-12
567
+ - mb-sm-12
568
+ - mb-md-12
569
+ - mb-lg-12
570
+ - mb-xl-12
571
+ -12:
572
+ - mb-n12
573
+ - mb-sm-n12
574
+ - mb-md-n12
575
+ - mb-lg-n12
576
+ - mb-xl-n12
577
+ :auto:
578
+ - mb-auto
579
+ :mr:
580
+ 0:
581
+ - mr-0
582
+ - mr-sm-0
583
+ - mr-md-0
584
+ - mr-lg-0
585
+ - mr-xl-0
586
+ 1:
587
+ - mr-1
588
+ - mr-sm-1
589
+ - mr-md-1
590
+ - mr-lg-1
591
+ - mr-xl-1
592
+ -1:
593
+ - mr-n1
594
+ - mr-sm-n1
595
+ - mr-md-n1
596
+ - mr-lg-n1
597
+ - mr-xl-n1
598
+ 2:
599
+ - mr-2
600
+ - mr-sm-2
601
+ - mr-md-2
602
+ - mr-lg-2
603
+ - mr-xl-2
604
+ -2:
605
+ - mr-n2
606
+ - mr-sm-n2
607
+ - mr-md-n2
608
+ - mr-lg-n2
609
+ - mr-xl-n2
610
+ 3:
611
+ - mr-3
612
+ - mr-sm-3
613
+ - mr-md-3
614
+ - mr-lg-3
615
+ - mr-xl-3
616
+ -3:
617
+ - mr-n3
618
+ - mr-sm-n3
619
+ - mr-md-n3
620
+ - mr-lg-n3
621
+ - mr-xl-n3
622
+ 4:
623
+ - mr-4
624
+ - mr-sm-4
625
+ - mr-md-4
626
+ - mr-lg-4
627
+ - mr-xl-4
628
+ -4:
629
+ - mr-n4
630
+ - mr-sm-n4
631
+ - mr-md-n4
632
+ - mr-lg-n4
633
+ - mr-xl-n4
634
+ 5:
635
+ - mr-5
636
+ - mr-sm-5
637
+ - mr-md-5
638
+ - mr-lg-5
639
+ - mr-xl-5
640
+ -5:
641
+ - mr-n5
642
+ - mr-sm-n5
643
+ - mr-md-n5
644
+ - mr-lg-n5
645
+ - mr-xl-n5
646
+ 6:
647
+ - mr-6
648
+ - mr-sm-6
649
+ - mr-md-6
650
+ - mr-lg-6
651
+ - mr-xl-6
652
+ -6:
653
+ - mr-n6
654
+ - mr-sm-n6
655
+ - mr-md-n6
656
+ - mr-lg-n6
657
+ - mr-xl-n6
658
+ :auto:
659
+ - mr-auto
660
+ :ml:
661
+ 0:
662
+ - ml-0
663
+ - ml-sm-0
664
+ - ml-md-0
665
+ - ml-lg-0
666
+ - ml-xl-0
667
+ 1:
668
+ - ml-1
669
+ - ml-sm-1
670
+ - ml-md-1
671
+ - ml-lg-1
672
+ - ml-xl-1
673
+ -1:
674
+ - ml-n1
675
+ - ml-sm-n1
676
+ - ml-md-n1
677
+ - ml-lg-n1
678
+ - ml-xl-n1
679
+ 2:
680
+ - ml-2
681
+ - ml-sm-2
682
+ - ml-md-2
683
+ - ml-lg-2
684
+ - ml-xl-2
685
+ -2:
686
+ - ml-n2
687
+ - ml-sm-n2
688
+ - ml-md-n2
689
+ - ml-lg-n2
690
+ - ml-xl-n2
691
+ 3:
692
+ - ml-3
693
+ - ml-sm-3
694
+ - ml-md-3
695
+ - ml-lg-3
696
+ - ml-xl-3
697
+ -3:
698
+ - ml-n3
699
+ - ml-sm-n3
700
+ - ml-md-n3
701
+ - ml-lg-n3
702
+ - ml-xl-n3
703
+ 4:
704
+ - ml-4
705
+ - ml-sm-4
706
+ - ml-md-4
707
+ - ml-lg-4
708
+ - ml-xl-4
709
+ -4:
710
+ - ml-n4
711
+ - ml-sm-n4
712
+ - ml-md-n4
713
+ - ml-lg-n4
714
+ - ml-xl-n4
715
+ 5:
716
+ - ml-5
717
+ - ml-sm-5
718
+ - ml-md-5
719
+ - ml-lg-5
720
+ - ml-xl-5
721
+ -5:
722
+ - ml-n5
723
+ - ml-sm-n5
724
+ - ml-md-n5
725
+ - ml-lg-n5
726
+ - ml-xl-n5
727
+ 6:
728
+ - ml-6
729
+ - ml-sm-6
730
+ - ml-md-6
731
+ - ml-lg-6
732
+ - ml-xl-6
733
+ -6:
734
+ - ml-n6
735
+ - ml-sm-n6
736
+ - ml-md-n6
737
+ - ml-lg-n6
738
+ - ml-xl-n6
739
+ :auto:
740
+ - ml-auto
741
+ :mx:
742
+ 0:
743
+ - mx-0
744
+ - mx-sm-0
745
+ - mx-md-0
746
+ - mx-lg-0
747
+ - mx-xl-0
748
+ 1:
749
+ - mx-1
750
+ - mx-sm-1
751
+ - mx-md-1
752
+ - mx-lg-1
753
+ - mx-xl-1
754
+ 2:
755
+ - mx-2
756
+ - mx-sm-2
757
+ - mx-md-2
758
+ - mx-lg-2
759
+ - mx-xl-2
760
+ 3:
761
+ - mx-3
762
+ - mx-sm-3
763
+ - mx-md-3
764
+ - mx-lg-3
765
+ - mx-xl-3
766
+ 4:
767
+ - mx-4
768
+ - mx-sm-4
769
+ - mx-md-4
770
+ - mx-lg-4
771
+ - mx-xl-4
772
+ 5:
773
+ - mx-5
774
+ - mx-sm-5
775
+ - mx-md-5
776
+ - mx-lg-5
777
+ - mx-xl-5
778
+ 6:
779
+ - mx-6
780
+ - mx-sm-6
781
+ - mx-md-6
782
+ - mx-lg-6
783
+ - mx-xl-6
784
+ :auto:
785
+ - mx-auto
786
+ - mx-sm-auto
787
+ - mx-md-auto
788
+ - mx-lg-auto
789
+ - mx-xl-auto
790
+ :my:
791
+ 0:
792
+ - my-0
793
+ - my-sm-0
794
+ - my-md-0
795
+ - my-lg-0
796
+ - my-xl-0
797
+ 1:
798
+ - my-1
799
+ - my-sm-1
800
+ - my-md-1
801
+ - my-lg-1
802
+ - my-xl-1
803
+ 2:
804
+ - my-2
805
+ - my-sm-2
806
+ - my-md-2
807
+ - my-lg-2
808
+ - my-xl-2
809
+ 3:
810
+ - my-3
811
+ - my-sm-3
812
+ - my-md-3
813
+ - my-lg-3
814
+ - my-xl-3
815
+ 4:
816
+ - my-4
817
+ - my-sm-4
818
+ - my-md-4
819
+ - my-lg-4
820
+ - my-xl-4
821
+ 5:
822
+ - my-5
823
+ - my-sm-5
824
+ - my-md-5
825
+ - my-lg-5
826
+ - my-xl-5
827
+ 6:
828
+ - my-6
829
+ - my-sm-6
830
+ - my-md-6
831
+ - my-lg-6
832
+ - my-xl-6
833
+ 7:
834
+ - my-7
835
+ - my-sm-7
836
+ - my-md-7
837
+ - my-lg-7
838
+ - my-xl-7
839
+ 8:
840
+ - my-8
841
+ - my-sm-8
842
+ - my-md-8
843
+ - my-lg-8
844
+ - my-xl-8
845
+ 9:
846
+ - my-9
847
+ - my-sm-9
848
+ - my-md-9
849
+ - my-lg-9
850
+ - my-xl-9
851
+ 10:
852
+ - my-10
853
+ - my-sm-10
854
+ - my-md-10
855
+ - my-lg-10
856
+ - my-xl-10
857
+ 11:
858
+ - my-11
859
+ - my-sm-11
860
+ - my-md-11
861
+ - my-lg-11
862
+ - my-xl-11
863
+ 12:
864
+ - my-12
865
+ - my-sm-12
866
+ - my-md-12
867
+ - my-lg-12
868
+ - my-xl-12
869
+ :p:
870
+ 0:
871
+ - p-0
872
+ - p-sm-0
873
+ - p-md-0
874
+ - p-lg-0
875
+ - p-xl-0
876
+ 1:
877
+ - p-1
878
+ - p-sm-1
879
+ - p-md-1
880
+ - p-lg-1
881
+ - p-xl-1
882
+ 2:
883
+ - p-2
884
+ - p-sm-2
885
+ - p-md-2
886
+ - p-lg-2
887
+ - p-xl-2
888
+ 3:
889
+ - p-3
890
+ - p-sm-3
891
+ - p-md-3
892
+ - p-lg-3
893
+ - p-xl-3
894
+ 4:
895
+ - p-4
896
+ - p-sm-4
897
+ - p-md-4
898
+ - p-lg-4
899
+ - p-xl-4
900
+ 5:
901
+ - p-5
902
+ - p-sm-5
903
+ - p-md-5
904
+ - p-lg-5
905
+ - p-xl-5
906
+ 6:
907
+ - p-6
908
+ - p-sm-6
909
+ - p-md-6
910
+ - p-lg-6
911
+ - p-xl-6
912
+ :responsive:
913
+ - p-responsive
914
+ :pt:
915
+ 0:
916
+ - pt-0
917
+ - pt-sm-0
918
+ - pt-md-0
919
+ - pt-lg-0
920
+ - pt-xl-0
921
+ 1:
922
+ - pt-1
923
+ - pt-sm-1
924
+ - pt-md-1
925
+ - pt-lg-1
926
+ - pt-xl-1
927
+ 2:
928
+ - pt-2
929
+ - pt-sm-2
930
+ - pt-md-2
931
+ - pt-lg-2
932
+ - pt-xl-2
933
+ 3:
934
+ - pt-3
935
+ - pt-sm-3
936
+ - pt-md-3
937
+ - pt-lg-3
938
+ - pt-xl-3
939
+ 4:
940
+ - pt-4
941
+ - pt-sm-4
942
+ - pt-md-4
943
+ - pt-lg-4
944
+ - pt-xl-4
945
+ 5:
946
+ - pt-5
947
+ - pt-sm-5
948
+ - pt-md-5
949
+ - pt-lg-5
950
+ - pt-xl-5
951
+ 6:
952
+ - pt-6
953
+ - pt-sm-6
954
+ - pt-md-6
955
+ - pt-lg-6
956
+ - pt-xl-6
957
+ 7:
958
+ - pt-7
959
+ - pt-sm-7
960
+ - pt-md-7
961
+ - pt-lg-7
962
+ - pt-xl-7
963
+ 8:
964
+ - pt-8
965
+ - pt-sm-8
966
+ - pt-md-8
967
+ - pt-lg-8
968
+ - pt-xl-8
969
+ 9:
970
+ - pt-9
971
+ - pt-sm-9
972
+ - pt-md-9
973
+ - pt-lg-9
974
+ - pt-xl-9
975
+ 10:
976
+ - pt-10
977
+ - pt-sm-10
978
+ - pt-md-10
979
+ - pt-lg-10
980
+ - pt-xl-10
981
+ 11:
982
+ - pt-11
983
+ - pt-sm-11
984
+ - pt-md-11
985
+ - pt-lg-11
986
+ - pt-xl-11
987
+ 12:
988
+ - pt-12
989
+ - pt-sm-12
990
+ - pt-md-12
991
+ - pt-lg-12
992
+ - pt-xl-12
993
+ :pr:
994
+ 0:
995
+ - pr-0
996
+ - pr-sm-0
997
+ - pr-md-0
998
+ - pr-lg-0
999
+ - pr-xl-0
1000
+ 1:
1001
+ - pr-1
1002
+ - pr-sm-1
1003
+ - pr-md-1
1004
+ - pr-lg-1
1005
+ - pr-xl-1
1006
+ 2:
1007
+ - pr-2
1008
+ - pr-sm-2
1009
+ - pr-md-2
1010
+ - pr-lg-2
1011
+ - pr-xl-2
1012
+ 3:
1013
+ - pr-3
1014
+ - pr-sm-3
1015
+ - pr-md-3
1016
+ - pr-lg-3
1017
+ - pr-xl-3
1018
+ 4:
1019
+ - pr-4
1020
+ - pr-sm-4
1021
+ - pr-md-4
1022
+ - pr-lg-4
1023
+ - pr-xl-4
1024
+ 5:
1025
+ - pr-5
1026
+ - pr-sm-5
1027
+ - pr-md-5
1028
+ - pr-lg-5
1029
+ - pr-xl-5
1030
+ 6:
1031
+ - pr-6
1032
+ - pr-sm-6
1033
+ - pr-md-6
1034
+ - pr-lg-6
1035
+ - pr-xl-6
1036
+ 7:
1037
+ - pr-7
1038
+ - pr-sm-7
1039
+ - pr-md-7
1040
+ - pr-lg-7
1041
+ - pr-xl-7
1042
+ 8:
1043
+ - pr-8
1044
+ - pr-sm-8
1045
+ - pr-md-8
1046
+ - pr-lg-8
1047
+ - pr-xl-8
1048
+ 9:
1049
+ - pr-9
1050
+ - pr-sm-9
1051
+ - pr-md-9
1052
+ - pr-lg-9
1053
+ - pr-xl-9
1054
+ 10:
1055
+ - pr-10
1056
+ - pr-sm-10
1057
+ - pr-md-10
1058
+ - pr-lg-10
1059
+ - pr-xl-10
1060
+ 11:
1061
+ - pr-11
1062
+ - pr-sm-11
1063
+ - pr-md-11
1064
+ - pr-lg-11
1065
+ - pr-xl-11
1066
+ 12:
1067
+ - pr-12
1068
+ - pr-sm-12
1069
+ - pr-md-12
1070
+ - pr-lg-12
1071
+ - pr-xl-12
1072
+ :pb:
1073
+ 0:
1074
+ - pb-0
1075
+ - pb-sm-0
1076
+ - pb-md-0
1077
+ - pb-lg-0
1078
+ - pb-xl-0
1079
+ 1:
1080
+ - pb-1
1081
+ - pb-sm-1
1082
+ - pb-md-1
1083
+ - pb-lg-1
1084
+ - pb-xl-1
1085
+ 2:
1086
+ - pb-2
1087
+ - pb-sm-2
1088
+ - pb-md-2
1089
+ - pb-lg-2
1090
+ - pb-xl-2
1091
+ 3:
1092
+ - pb-3
1093
+ - pb-sm-3
1094
+ - pb-md-3
1095
+ - pb-lg-3
1096
+ - pb-xl-3
1097
+ 4:
1098
+ - pb-4
1099
+ - pb-sm-4
1100
+ - pb-md-4
1101
+ - pb-lg-4
1102
+ - pb-xl-4
1103
+ 5:
1104
+ - pb-5
1105
+ - pb-sm-5
1106
+ - pb-md-5
1107
+ - pb-lg-5
1108
+ - pb-xl-5
1109
+ 6:
1110
+ - pb-6
1111
+ - pb-sm-6
1112
+ - pb-md-6
1113
+ - pb-lg-6
1114
+ - pb-xl-6
1115
+ 7:
1116
+ - pb-7
1117
+ - pb-sm-7
1118
+ - pb-md-7
1119
+ - pb-lg-7
1120
+ - pb-xl-7
1121
+ 8:
1122
+ - pb-8
1123
+ - pb-sm-8
1124
+ - pb-md-8
1125
+ - pb-lg-8
1126
+ - pb-xl-8
1127
+ 9:
1128
+ - pb-9
1129
+ - pb-sm-9
1130
+ - pb-md-9
1131
+ - pb-lg-9
1132
+ - pb-xl-9
1133
+ 10:
1134
+ - pb-10
1135
+ - pb-sm-10
1136
+ - pb-md-10
1137
+ - pb-lg-10
1138
+ - pb-xl-10
1139
+ 11:
1140
+ - pb-11
1141
+ - pb-sm-11
1142
+ - pb-md-11
1143
+ - pb-lg-11
1144
+ - pb-xl-11
1145
+ 12:
1146
+ - pb-12
1147
+ - pb-sm-12
1148
+ - pb-md-12
1149
+ - pb-lg-12
1150
+ - pb-xl-12
1151
+ :pl:
1152
+ 0:
1153
+ - pl-0
1154
+ - pl-sm-0
1155
+ - pl-md-0
1156
+ - pl-lg-0
1157
+ - pl-xl-0
1158
+ 1:
1159
+ - pl-1
1160
+ - pl-sm-1
1161
+ - pl-md-1
1162
+ - pl-lg-1
1163
+ - pl-xl-1
1164
+ 2:
1165
+ - pl-2
1166
+ - pl-sm-2
1167
+ - pl-md-2
1168
+ - pl-lg-2
1169
+ - pl-xl-2
1170
+ 3:
1171
+ - pl-3
1172
+ - pl-sm-3
1173
+ - pl-md-3
1174
+ - pl-lg-3
1175
+ - pl-xl-3
1176
+ 4:
1177
+ - pl-4
1178
+ - pl-sm-4
1179
+ - pl-md-4
1180
+ - pl-lg-4
1181
+ - pl-xl-4
1182
+ 5:
1183
+ - pl-5
1184
+ - pl-sm-5
1185
+ - pl-md-5
1186
+ - pl-lg-5
1187
+ - pl-xl-5
1188
+ 6:
1189
+ - pl-6
1190
+ - pl-sm-6
1191
+ - pl-md-6
1192
+ - pl-lg-6
1193
+ - pl-xl-6
1194
+ 7:
1195
+ - pl-7
1196
+ - pl-sm-7
1197
+ - pl-md-7
1198
+ - pl-lg-7
1199
+ - pl-xl-7
1200
+ 8:
1201
+ - pl-8
1202
+ - pl-sm-8
1203
+ - pl-md-8
1204
+ - pl-lg-8
1205
+ - pl-xl-8
1206
+ 9:
1207
+ - pl-9
1208
+ - pl-sm-9
1209
+ - pl-md-9
1210
+ - pl-lg-9
1211
+ - pl-xl-9
1212
+ 10:
1213
+ - pl-10
1214
+ - pl-sm-10
1215
+ - pl-md-10
1216
+ - pl-lg-10
1217
+ - pl-xl-10
1218
+ 11:
1219
+ - pl-11
1220
+ - pl-sm-11
1221
+ - pl-md-11
1222
+ - pl-lg-11
1223
+ - pl-xl-11
1224
+ 12:
1225
+ - pl-12
1226
+ - pl-sm-12
1227
+ - pl-md-12
1228
+ - pl-lg-12
1229
+ - pl-xl-12
1230
+ :px:
1231
+ 0:
1232
+ - px-0
1233
+ - px-sm-0
1234
+ - px-md-0
1235
+ - px-lg-0
1236
+ - px-xl-0
1237
+ 1:
1238
+ - px-1
1239
+ - px-sm-1
1240
+ - px-md-1
1241
+ - px-lg-1
1242
+ - px-xl-1
1243
+ 2:
1244
+ - px-2
1245
+ - px-sm-2
1246
+ - px-md-2
1247
+ - px-lg-2
1248
+ - px-xl-2
1249
+ 3:
1250
+ - px-3
1251
+ - px-sm-3
1252
+ - px-md-3
1253
+ - px-lg-3
1254
+ - px-xl-3
1255
+ 4:
1256
+ - px-4
1257
+ - px-sm-4
1258
+ - px-md-4
1259
+ - px-lg-4
1260
+ - px-xl-4
1261
+ 5:
1262
+ - px-5
1263
+ - px-sm-5
1264
+ - px-md-5
1265
+ - px-lg-5
1266
+ - px-xl-5
1267
+ 6:
1268
+ - px-6
1269
+ - px-sm-6
1270
+ - px-md-6
1271
+ - px-lg-6
1272
+ - px-xl-6
1273
+ :py:
1274
+ 0:
1275
+ - py-0
1276
+ - py-sm-0
1277
+ - py-md-0
1278
+ - py-lg-0
1279
+ - py-xl-0
1280
+ 1:
1281
+ - py-1
1282
+ - py-sm-1
1283
+ - py-md-1
1284
+ - py-lg-1
1285
+ - py-xl-1
1286
+ 2:
1287
+ - py-2
1288
+ - py-sm-2
1289
+ - py-md-2
1290
+ - py-lg-2
1291
+ - py-xl-2
1292
+ 3:
1293
+ - py-3
1294
+ - py-sm-3
1295
+ - py-md-3
1296
+ - py-lg-3
1297
+ - py-xl-3
1298
+ 4:
1299
+ - py-4
1300
+ - py-sm-4
1301
+ - py-md-4
1302
+ - py-lg-4
1303
+ - py-xl-4
1304
+ 5:
1305
+ - py-5
1306
+ - py-sm-5
1307
+ - py-md-5
1308
+ - py-lg-5
1309
+ - py-xl-5
1310
+ 6:
1311
+ - py-6
1312
+ - py-sm-6
1313
+ - py-md-6
1314
+ - py-lg-6
1315
+ - py-xl-6
1316
+ 7:
1317
+ - py-7
1318
+ - py-sm-7
1319
+ - py-md-7
1320
+ - py-lg-7
1321
+ - py-xl-7
1322
+ 8:
1323
+ - py-8
1324
+ - py-sm-8
1325
+ - py-md-8
1326
+ - py-lg-8
1327
+ - py-xl-8
1328
+ 9:
1329
+ - py-9
1330
+ - py-sm-9
1331
+ - py-md-9
1332
+ - py-lg-9
1333
+ - py-xl-9
1334
+ 10:
1335
+ - py-10
1336
+ - py-sm-10
1337
+ - py-md-10
1338
+ - py-lg-10
1339
+ - py-xl-10
1340
+ 11:
1341
+ - py-11
1342
+ - py-sm-11
1343
+ - py-md-11
1344
+ - py-lg-11
1345
+ - py-xl-11
1346
+ 12:
1347
+ - py-12
1348
+ - py-sm-12
1349
+ - py-md-12
1350
+ - py-lg-12
1351
+ - py-xl-12
1352
+ :word_break:
1353
+ :break_word:
1354
+ - wb-break-word
1355
+ :break_all:
1356
+ - wb-break-all
1357
+ :display:
1358
+ :block:
1359
+ - d-block
1360
+ - d-sm-block
1361
+ - d-md-block
1362
+ - d-lg-block
1363
+ - d-xl-block
1364
+ :flex:
1365
+ - d-flex
1366
+ - d-sm-flex
1367
+ - d-md-flex
1368
+ - d-lg-flex
1369
+ - d-xl-flex
1370
+ :inline:
1371
+ - d-inline
1372
+ - d-sm-inline
1373
+ - d-md-inline
1374
+ - d-lg-inline
1375
+ - d-xl-inline
1376
+ :inline_block:
1377
+ - d-inline-block
1378
+ - d-sm-inline-block
1379
+ - d-md-inline-block
1380
+ - d-lg-inline-block
1381
+ - d-xl-inline-block
1382
+ :inline_flex:
1383
+ - d-inline-flex
1384
+ - d-sm-inline-flex
1385
+ - d-md-inline-flex
1386
+ - d-lg-inline-flex
1387
+ - d-xl-inline-flex
1388
+ :none:
1389
+ - d-none
1390
+ - d-sm-none
1391
+ - d-md-none
1392
+ - d-lg-none
1393
+ - d-xl-none
1394
+ :table:
1395
+ - d-table
1396
+ - d-sm-table
1397
+ - d-md-table
1398
+ - d-lg-table
1399
+ - d-xl-table
1400
+ :table_cell:
1401
+ - d-table-cell
1402
+ - d-sm-table-cell
1403
+ - d-md-table-cell
1404
+ - d-lg-table-cell
1405
+ - d-xl-table-cell
1406
+ :visibility:
1407
+ :hidden:
1408
+ - v-hidden
1409
+ :visible:
1410
+ - v-visible
1411
+ :hide:
1412
+ :sm:
1413
+ - hide-sm
1414
+ :md:
1415
+ - hide-md
1416
+ :lg:
1417
+ - hide-lg
1418
+ :xl:
1419
+ - hide-xl
1420
+ :whenNarrow:
1421
+ - hide-whenNarrow
1422
+ :whenRegular:
1423
+ - hide-whenRegular
1424
+ :whenWide:
1425
+ - hide-whenWide
1426
+ :container:
1427
+ :sm:
1428
+ - container-sm
1429
+ :md:
1430
+ - container-md
1431
+ :lg:
1432
+ - container-lg
1433
+ :xl:
1434
+ - container-xl
1435
+ :col:
1436
+ 1:
1437
+ - col-1
1438
+ - col-sm-1
1439
+ - col-md-1
1440
+ - col-lg-1
1441
+ - col-xl-1
1442
+ 2:
1443
+ - col-2
1444
+ - col-sm-2
1445
+ - col-md-2
1446
+ - col-lg-2
1447
+ - col-xl-2
1448
+ 3:
1449
+ - col-3
1450
+ - col-sm-3
1451
+ - col-md-3
1452
+ - col-lg-3
1453
+ - col-xl-3
1454
+ 4:
1455
+ - col-4
1456
+ - col-sm-4
1457
+ - col-md-4
1458
+ - col-lg-4
1459
+ - col-xl-4
1460
+ 5:
1461
+ - col-5
1462
+ - col-sm-5
1463
+ - col-md-5
1464
+ - col-lg-5
1465
+ - col-xl-5
1466
+ 6:
1467
+ - col-6
1468
+ - col-sm-6
1469
+ - col-md-6
1470
+ - col-lg-6
1471
+ - col-xl-6
1472
+ 7:
1473
+ - col-7
1474
+ - col-sm-7
1475
+ - col-md-7
1476
+ - col-lg-7
1477
+ - col-xl-7
1478
+ 8:
1479
+ - col-8
1480
+ - col-sm-8
1481
+ - col-md-8
1482
+ - col-lg-8
1483
+ - col-xl-8
1484
+ 9:
1485
+ - col-9
1486
+ - col-sm-9
1487
+ - col-md-9
1488
+ - col-lg-9
1489
+ - col-xl-9
1490
+ 10:
1491
+ - col-10
1492
+ - col-sm-10
1493
+ - col-md-10
1494
+ - col-lg-10
1495
+ - col-xl-10
1496
+ 11:
1497
+ - col-11
1498
+ - col-sm-11
1499
+ - col-md-11
1500
+ - col-lg-11
1501
+ - col-xl-11
1502
+ 12:
1503
+ - col-12
1504
+ - col-sm-12
1505
+ - col-md-12
1506
+ - col-lg-12
1507
+ - col-xl-12
1508
+ :font_size:
1509
+ '00':
1510
+ - f00
1511
+ 1:
1512
+ - f1
1513
+ 2:
1514
+ - f2
1515
+ 3:
1516
+ - f3
1517
+ 4:
1518
+ - f4
1519
+ 5:
1520
+ - f5
1521
+ 6:
1522
+ - f6
1523
+ :small:
1524
+ - text-small
1525
+ :normal:
1526
+ - text-normal
1527
+ :top:
1528
+ 0:
1529
+ - top-0
1530
+ false:
1531
+ - top-0
1532
+ :bottom:
1533
+ 0:
1534
+ - bottom-0
1535
+ false:
1536
+ - bottom-0
1537
+ :left:
1538
+ 0:
1539
+ - left-0
1540
+ false:
1541
+ - left-0
1542
+ :right:
1543
+ 0:
1544
+ - right-0
1545
+ false:
1546
+ - right-0
1547
+ :underline:
1548
+ true:
1549
+ - text-underline
1550
+ false:
1551
+ - no-underline
1552
+ :font_family:
1553
+ :mono:
1554
+ - text-mono
1555
+ :font_style:
1556
+ :italic:
1557
+ - text-italic
1558
+ :text_transform:
1559
+ :uppercase:
1560
+ - text-uppercase
1561
+ :text_align:
1562
+ :right:
1563
+ - text-right
1564
+ - text-sm-right
1565
+ - text-md-right
1566
+ - text-lg-right
1567
+ - text-xl-right
1568
+ :left:
1569
+ - text-left
1570
+ - text-sm-left
1571
+ - text-md-left
1572
+ - text-lg-left
1573
+ - text-xl-left
1574
+ :center:
1575
+ - text-center
1576
+ - text-sm-center
1577
+ - text-md-center
1578
+ - text-lg-center
1579
+ - text-xl-center
1580
+ :font_weight:
1581
+ :light:
1582
+ - text-light
1583
+ :normal:
1584
+ - text-normal
1585
+ :bold:
1586
+ - text-bold
1587
+ :semibold:
1588
+ - text-semibold
1589
+ :emphasized:
1590
+ - text-emphasized
1591
+ :box_shadow:
1592
+ true:
1593
+ - color-shadow-small
1594
+ :small:
1595
+ - color-shadow-small
1596
+ :medium:
1597
+ - color-shadow-medium
1598
+ :large:
1599
+ - color-shadow-large
1600
+ :extra_large:
1601
+ - color-shadow-extra-large
1602
+ :none:
1603
+ - box-shadow-none
1604
+ false:
1605
+ - box-shadow-none
1606
+ :border:
1607
+ :left:
1608
+ - border-left
1609
+ :top:
1610
+ - border-top
1611
+ :bottom:
1612
+ - border-bottom
1613
+ :right:
1614
+ - border-right
1615
+ :y:
1616
+ - border-y
1617
+ :x:
1618
+ - border-x
1619
+ true:
1620
+ - border
1621
+ 0:
1622
+ - border-0
1623
+ false:
1624
+ - border-0
1625
+ :dashed:
1626
+ - border-dashed
1627
+ :border_top:
1628
+ 0:
1629
+ - border-top-0
1630
+ :border_bottom:
1631
+ 0:
1632
+ - border-bottom-0
1633
+ :border_left:
1634
+ 0:
1635
+ - border-left-0
1636
+ :border_right:
1637
+ 0:
1638
+ - border-right-0
1639
+ :border_radius:
1640
+ 0:
1641
+ - rounded-0
1642
+ 1:
1643
+ - rounded-1
1644
+ 2:
1645
+ - rounded-2
1646
+ 3:
1647
+ - rounded-3
1648
+ :justify_content:
1649
+ :flex_start:
1650
+ - flex-justify-start
1651
+ - flex-sm-justify-start
1652
+ - flex-md-justify-start
1653
+ - flex-lg-justify-start
1654
+ - flex-xl-justify-start
1655
+ :flex_end:
1656
+ - flex-justify-end
1657
+ - flex-sm-justify-end
1658
+ - flex-md-justify-end
1659
+ - flex-lg-justify-end
1660
+ - flex-xl-justify-end
1661
+ :center:
1662
+ - flex-justify-center
1663
+ - flex-sm-justify-center
1664
+ - flex-md-justify-center
1665
+ - flex-lg-justify-center
1666
+ - flex-xl-justify-center
1667
+ :space_between:
1668
+ - flex-justify-between
1669
+ - flex-sm-justify-between
1670
+ - flex-md-justify-between
1671
+ - flex-lg-justify-between
1672
+ - flex-xl-justify-between
1673
+ :space_around:
1674
+ - flex-justify-around
1675
+ - flex-sm-justify-around
1676
+ - flex-md-justify-around
1677
+ - flex-lg-justify-around
1678
+ - flex-xl-justify-around
1679
+ :align_items:
1680
+ :flex_start:
1681
+ - flex-items-start
1682
+ - flex-sm-items-start
1683
+ - flex-md-items-start
1684
+ - flex-lg-items-start
1685
+ - flex-xl-items-start
1686
+ :flex_end:
1687
+ - flex-items-end
1688
+ - flex-sm-items-end
1689
+ - flex-md-items-end
1690
+ - flex-lg-items-end
1691
+ - flex-xl-items-end
1692
+ :center:
1693
+ - flex-items-center
1694
+ - flex-sm-items-center
1695
+ - flex-md-items-center
1696
+ - flex-lg-items-center
1697
+ - flex-xl-items-center
1698
+ :baseline:
1699
+ - flex-items-baseline
1700
+ - flex-sm-items-baseline
1701
+ - flex-md-items-baseline
1702
+ - flex-lg-items-baseline
1703
+ - flex-xl-items-baseline
1704
+ :stretch:
1705
+ - flex-items-stretch
1706
+ - flex-sm-items-stretch
1707
+ - flex-md-items-stretch
1708
+ - flex-lg-items-stretch
1709
+ - flex-xl-items-stretch
1710
+ :flex_wrap:
1711
+ :wrap:
1712
+ - flex-wrap
1713
+ - flex-sm-wrap
1714
+ - flex-md-wrap
1715
+ - flex-lg-wrap
1716
+ - flex-xl-wrap
1717
+ :nowrap:
1718
+ - flex-nowrap
1719
+ - flex-sm-nowrap
1720
+ - flex-md-nowrap
1721
+ - flex-lg-nowrap
1722
+ - flex-xl-nowrap
1723
+ :reverse:
1724
+ - flex-wrap-reverse
1725
+ - flex-sm-wrap-reverse
1726
+ - flex-md-wrap-reverse
1727
+ - flex-lg-wrap-reverse
1728
+ - flex-xl-wrap-reverse
1729
+ :direction:
1730
+ :column:
1731
+ - flex-column
1732
+ - flex-sm-column
1733
+ - flex-md-column
1734
+ - flex-lg-column
1735
+ - flex-xl-column
1736
+ :column_reverse:
1737
+ - flex-column-reverse
1738
+ - flex-sm-column-reverse
1739
+ - flex-md-column-reverse
1740
+ - flex-lg-column-reverse
1741
+ - flex-xl-column-reverse
1742
+ :row:
1743
+ - flex-row
1744
+ - flex-sm-row
1745
+ - flex-md-row
1746
+ - flex-lg-row
1747
+ - flex-xl-row
1748
+ :row_reverse:
1749
+ - flex-row-reverse
1750
+ - flex-sm-row-reverse
1751
+ - flex-md-row-reverse
1752
+ - flex-lg-row-reverse
1753
+ - flex-xl-row-reverse
1754
+ :flex:
1755
+ 1:
1756
+ - flex-1
1757
+ - flex-sm-1
1758
+ - flex-md-1
1759
+ - flex-lg-1
1760
+ - flex-xl-1
1761
+ :auto:
1762
+ - flex-auto
1763
+ - flex-sm-auto
1764
+ - flex-md-auto
1765
+ - flex-lg-auto
1766
+ - flex-xl-auto
1767
+ :align_self:
1768
+ :auto:
1769
+ - flex-self-auto
1770
+ - flex-sm-self-auto
1771
+ - flex-md-self-auto
1772
+ - flex-lg-self-auto
1773
+ - flex-xl-self-auto
1774
+ :start:
1775
+ - flex-self-start
1776
+ - flex-sm-self-start
1777
+ - flex-md-self-start
1778
+ - flex-lg-self-start
1779
+ - flex-xl-self-start
1780
+ :end:
1781
+ - flex-self-end
1782
+ - flex-sm-self-end
1783
+ - flex-md-self-end
1784
+ - flex-lg-self-end
1785
+ - flex-xl-self-end
1786
+ :center:
1787
+ - flex-self-center
1788
+ - flex-sm-self-center
1789
+ - flex-md-self-center
1790
+ - flex-lg-self-center
1791
+ - flex-xl-self-center
1792
+ :baseline:
1793
+ - flex-self-baseline
1794
+ - flex-sm-self-baseline
1795
+ - flex-md-self-baseline
1796
+ - flex-lg-self-baseline
1797
+ - flex-xl-self-baseline
1798
+ :stretch:
1799
+ - flex-self-stretch
1800
+ - flex-sm-self-stretch
1801
+ - flex-md-self-stretch
1802
+ - flex-lg-self-stretch
1803
+ - flex-xl-self-stretch
1804
+ :flex_grow:
1805
+ 0:
1806
+ - flex-grow-0
1807
+ - flex-sm-grow-0
1808
+ - flex-md-grow-0
1809
+ - flex-lg-grow-0
1810
+ - flex-xl-grow-0
1811
+ :flex_shrink:
1812
+ 0:
1813
+ - flex-shrink-0
1814
+ - flex-sm-shrink-0
1815
+ - flex-md-shrink-0
1816
+ - flex-lg-shrink-0
1817
+ - flex-xl-shrink-0