@homebound/beam 3.0.0-alpha.5 → 3.0.0-alpha.7
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.
- package/README.md +5 -1
- package/dist/Css.json +1 -1
- package/dist/index.cjs +482 -448
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +17 -2
- package/dist/index.d.ts +17 -2
- package/dist/index.js +481 -448
- package/dist/index.js.map +1 -1
- package/dist/truss.css +114 -190
- package/package.json +4 -3
package/dist/truss.css
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
/* @truss p:1000 c:animation_pulse_2s_cubic_bezier_0_4_0_0_6_1_infinite */
|
|
2
2
|
.animation_pulse_2s_cubic_bezier_0_4_0_0_6_1_infinite { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
|
|
3
|
-
/* @truss p:1000 c:
|
|
4
|
-
.
|
|
5
|
-
/* @truss p:1000 c:
|
|
6
|
-
.
|
|
7
|
-
/* @truss p:1000 c:
|
|
8
|
-
.
|
|
9
|
-
/* @truss p:1000 c:
|
|
10
|
-
.
|
|
11
|
-
/* @truss p:1000 c:visuallyHidden_padding */
|
|
12
|
-
.visuallyHidden_padding { padding: 0; }
|
|
3
|
+
/* @truss p:1000 c:bd_0 */
|
|
4
|
+
.bd_0 { border: 0; }
|
|
5
|
+
/* @truss p:1000 c:m_0 */
|
|
6
|
+
.m_0 { margin: 0; }
|
|
7
|
+
/* @truss p:1000 c:m_neg1px */
|
|
8
|
+
.m_neg1px { margin: -1px; }
|
|
9
|
+
/* @truss p:1000 c:p_0 */
|
|
10
|
+
.p_0 { padding: 0; }
|
|
13
11
|
/* @truss p:1000.5 c:background_var */
|
|
14
12
|
.background_var { background: var(--background); }
|
|
15
13
|
/* @truss p:2000 c:backgroundPosition_center */
|
|
@@ -44,8 +42,6 @@
|
|
|
44
42
|
.bcTransparent { border-color: rgba(0,0,0,0); }
|
|
45
43
|
/* @truss p:2000 c:bcWhite */
|
|
46
44
|
.bcWhite { border-color: rgba(255,255,255,1); }
|
|
47
|
-
/* @truss p:2000 c:bn_borderWidth */
|
|
48
|
-
.bn_borderWidth { border-width: 0; }
|
|
49
45
|
/* @truss p:2000 c:borderColor_currentColor */
|
|
50
46
|
.borderColor_currentColor { border-color: currentColor; }
|
|
51
47
|
/* @truss p:2000 c:borderRadius_0_0_0_8px */
|
|
@@ -90,6 +86,8 @@
|
|
|
90
86
|
.bw1 { border-width: 1px; }
|
|
91
87
|
/* @truss p:2000 c:bw2 */
|
|
92
88
|
.bw2 { border-width: 2px; }
|
|
89
|
+
/* @truss p:2000 c:bw_0 */
|
|
90
|
+
.bw_0 { border-width: 0; }
|
|
93
91
|
/* @truss p:2000 c:fn */
|
|
94
92
|
.fn { flex: none; }
|
|
95
93
|
/* @truss p:2000 c:gap0 */
|
|
@@ -122,10 +120,8 @@
|
|
|
122
120
|
.gr_1 { grid-row: 1; }
|
|
123
121
|
/* @truss p:2000 c:gr_2 */
|
|
124
122
|
.gr_2 { grid-row: 2; }
|
|
125
|
-
/* @truss p:2000 c:
|
|
126
|
-
.
|
|
127
|
-
/* @truss p:2000 c:listReset_listStyle */
|
|
128
|
-
.listReset_listStyle { list-style: none; }
|
|
123
|
+
/* @truss p:2000 c:lis_none */
|
|
124
|
+
.lis_none { list-style: none; }
|
|
129
125
|
/* @truss p:2000 c:oa */
|
|
130
126
|
.oa { overflow: auto; }
|
|
131
127
|
/* @truss p:2000 c:oh */
|
|
@@ -276,6 +272,8 @@
|
|
|
276
272
|
.bgYellow400 { background-color: rgba(250, 204, 21, 1); }
|
|
277
273
|
/* @truss p:3000 c:bgYellow900 */
|
|
278
274
|
.bgYellow900 { background-color: rgba(113, 63, 18, 1); }
|
|
275
|
+
/* @truss p:3000 c:bgc_rgba_36_36_36_0_6 */
|
|
276
|
+
.bgc_rgba_36_36_36_0_6 { background-color: rgba(36,36,36,0.6); }
|
|
279
277
|
/* @truss p:3000 c:blue200 */
|
|
280
278
|
.blue200 { color: rgba(191, 219, 254, 1); }
|
|
281
279
|
/* @truss p:3000 c:blue300 */
|
|
@@ -308,12 +306,12 @@
|
|
|
308
306
|
.bshFocus { box-shadow: 0px 0px 0px 2px rgba(255,255,255,1), 0px 0px 0px 4px rgba(29, 78, 216, 1); }
|
|
309
307
|
/* @truss p:3000 c:bshModal */
|
|
310
308
|
.bshModal { box-shadow: 0px 20px 25px -5px rgba(0,0,0,0.1), 0px 10px 10px -5px rgba(0,0,0,0.04); }
|
|
311
|
-
/* @truss p:3000 c:buttonBase_fontSize */
|
|
312
|
-
.buttonBase_fontSize { font-size: 14px; }
|
|
313
|
-
/* @truss p:3000 c:buttonBase_lineHeight */
|
|
314
|
-
.buttonBase_lineHeight { line-height: 20px; }
|
|
315
309
|
/* @truss p:3000 c:cg3 */
|
|
316
310
|
.cg3 { column-gap: 24px; }
|
|
311
|
+
/* @truss p:3000 c:cli_inset_50 */
|
|
312
|
+
.cli_inset_50 { clip: inset(50%); }
|
|
313
|
+
/* @truss p:3000 c:clp_none */
|
|
314
|
+
.clp_none { clip-path: none; }
|
|
317
315
|
/* @truss p:3000 c:color_currentColor */
|
|
318
316
|
.color_currentColor { color: currentColor; }
|
|
319
317
|
/* @truss p:3000 c:color_unset */
|
|
@@ -332,6 +330,8 @@
|
|
|
332
330
|
.cursor_grab { cursor: grab; }
|
|
333
331
|
/* @truss p:3000 c:cursor_initial */
|
|
334
332
|
.cursor_initial { cursor: initial; }
|
|
333
|
+
/* @truss p:3000 c:d_negwebkit_box */
|
|
334
|
+
.d_negwebkit_box { display: -webkit-box; }
|
|
335
335
|
/* @truss p:3000 c:db */
|
|
336
336
|
.db { display: block; }
|
|
337
337
|
/* @truss p:3000 c:df */
|
|
@@ -382,6 +382,20 @@
|
|
|
382
382
|
.fwr { flex-wrap: wrap-reverse; }
|
|
383
383
|
/* @truss p:3000 c:fww */
|
|
384
384
|
.fww { flex-wrap: wrap; }
|
|
385
|
+
/* @truss p:3000 c:fz_10px */
|
|
386
|
+
.fz_10px { font-size: 10px; }
|
|
387
|
+
/* @truss p:3000 c:fz_12px */
|
|
388
|
+
.fz_12px { font-size: 12px; }
|
|
389
|
+
/* @truss p:3000 c:fz_14px */
|
|
390
|
+
.fz_14px { font-size: 14px; }
|
|
391
|
+
/* @truss p:3000 c:fz_16px */
|
|
392
|
+
.fz_16px { font-size: 16px; }
|
|
393
|
+
/* @truss p:3000 c:fz_18px */
|
|
394
|
+
.fz_18px { font-size: 18px; }
|
|
395
|
+
/* @truss p:3000 c:fz_20px */
|
|
396
|
+
.fz_20px { font-size: 20px; }
|
|
397
|
+
/* @truss p:3000 c:fz_30px */
|
|
398
|
+
.fz_30px { font-size: 30px; }
|
|
385
399
|
/* @truss p:3000 c:gray100 */
|
|
386
400
|
.gray100 { color: rgba(247, 245, 245, 1); }
|
|
387
401
|
/* @truss p:3000 c:gray300 */
|
|
@@ -418,54 +432,24 @@
|
|
|
418
432
|
.jcsb { justify-content: space-between; }
|
|
419
433
|
/* @truss p:3000 c:jsc */
|
|
420
434
|
.jsc { justify-self: center; }
|
|
421
|
-
/* @truss p:3000 c:lg_fontSize */
|
|
422
|
-
.lg_fontSize { font-size: 18px; }
|
|
423
|
-
/* @truss p:3000 c:lg_lineHeight */
|
|
424
|
-
.lg_lineHeight { line-height: 28px; }
|
|
425
435
|
/* @truss p:3000 c:lh_0 */
|
|
426
436
|
.lh_0 { line-height: 0; }
|
|
427
|
-
/* @truss p:3000 c:
|
|
428
|
-
.
|
|
429
|
-
/* @truss p:3000 c:
|
|
430
|
-
.
|
|
431
|
-
/* @truss p:3000 c:
|
|
432
|
-
.
|
|
433
|
-
/* @truss p:3000 c:
|
|
434
|
-
.
|
|
435
|
-
/* @truss p:3000 c:
|
|
436
|
-
.
|
|
437
|
-
/* @truss p:3000 c:
|
|
438
|
-
.
|
|
439
|
-
/* @truss p:3000 c:lineClamp2_display */
|
|
440
|
-
.lineClamp2_display { display: -webkit-box; }
|
|
441
|
-
/* @truss p:3000 c:lineClamp2_textOverflow */
|
|
442
|
-
.lineClamp2_textOverflow { text-overflow: ellipsis; }
|
|
443
|
-
/* @truss p:3000 c:lineClamp3_WebkitBoxOrient */
|
|
444
|
-
.lineClamp3_WebkitBoxOrient { -webkit-box-orient: vertical; }
|
|
445
|
-
/* @truss p:3000 c:lineClamp3_WebkitLineClamp */
|
|
446
|
-
.lineClamp3_WebkitLineClamp { -webkit-line-clamp: 3; }
|
|
447
|
-
/* @truss p:3000 c:lineClamp3_display */
|
|
448
|
-
.lineClamp3_display { display: -webkit-box; }
|
|
449
|
-
/* @truss p:3000 c:lineClamp3_textOverflow */
|
|
450
|
-
.lineClamp3_textOverflow { text-overflow: ellipsis; }
|
|
451
|
-
/* @truss p:3000 c:lineClamp_WebkitBoxOrient */
|
|
452
|
-
.lineClamp_WebkitBoxOrient { -webkit-box-orient: vertical; }
|
|
453
|
-
/* @truss p:3000 c:lineClamp_display */
|
|
454
|
-
.lineClamp_display { display: -webkit-box; }
|
|
455
|
-
/* @truss p:3000 c:lineClamp_textOverflow */
|
|
456
|
-
.lineClamp_textOverflow { text-overflow: ellipsis; }
|
|
437
|
+
/* @truss p:3000 c:lh_14px */
|
|
438
|
+
.lh_14px { line-height: 14px; }
|
|
439
|
+
/* @truss p:3000 c:lh_16px */
|
|
440
|
+
.lh_16px { line-height: 16px; }
|
|
441
|
+
/* @truss p:3000 c:lh_20px */
|
|
442
|
+
.lh_20px { line-height: 20px; }
|
|
443
|
+
/* @truss p:3000 c:lh_24px */
|
|
444
|
+
.lh_24px { line-height: 24px; }
|
|
445
|
+
/* @truss p:3000 c:lh_28px */
|
|
446
|
+
.lh_28px { line-height: 28px; }
|
|
447
|
+
/* @truss p:3000 c:lh_36px */
|
|
448
|
+
.lh_36px { line-height: 36px; }
|
|
457
449
|
/* @truss p:3000 c:lineHeight_0 */
|
|
458
450
|
.lineHeight_0 { line-height: 0; }
|
|
459
451
|
/* @truss p:3000 c:lineHeight_1 */
|
|
460
452
|
.lineHeight_1 { line-height: 1; }
|
|
461
|
-
/* @truss p:3000 c:mdSb_fontSize */
|
|
462
|
-
.mdSb_fontSize { font-size: 16px; }
|
|
463
|
-
/* @truss p:3000 c:mdSb_lineHeight */
|
|
464
|
-
.mdSb_lineHeight { line-height: 24px; }
|
|
465
|
-
/* @truss p:3000 c:md_fontSize */
|
|
466
|
-
.md_fontSize { font-size: 16px; }
|
|
467
|
-
/* @truss p:3000 c:md_lineHeight */
|
|
468
|
-
.md_lineHeight { line-height: 24px; }
|
|
469
453
|
/* @truss p:3000 c:o0 */
|
|
470
454
|
.o0 { opacity: 0; }
|
|
471
455
|
/* @truss p:3000 c:objectCover */
|
|
@@ -504,14 +488,6 @@
|
|
|
504
488
|
.resize_none { resize: none; }
|
|
505
489
|
/* @truss p:3000 c:scrollbarWidth_none */
|
|
506
490
|
.scrollbarWidth_none { scrollbar-width: none; }
|
|
507
|
-
/* @truss p:3000 c:smSb_fontSize */
|
|
508
|
-
.smSb_fontSize { font-size: 14px; }
|
|
509
|
-
/* @truss p:3000 c:smSb_lineHeight */
|
|
510
|
-
.smSb_lineHeight { line-height: 20px; }
|
|
511
|
-
/* @truss p:3000 c:sm_fontSize */
|
|
512
|
-
.sm_fontSize { font-size: 14px; }
|
|
513
|
-
/* @truss p:3000 c:sm_lineHeight */
|
|
514
|
-
.sm_lineHeight { line-height: 20px; }
|
|
515
491
|
/* @truss p:3000 c:sticky */
|
|
516
492
|
.sticky { position: sticky; }
|
|
517
493
|
/* @truss p:3000 c:ta_inherit */
|
|
@@ -524,18 +500,16 @@
|
|
|
524
500
|
.tar { text-align: right; }
|
|
525
501
|
/* @truss p:3000 c:textIndent_neg999px */
|
|
526
502
|
.textIndent_neg999px { text-indent: -999px; }
|
|
503
|
+
/* @truss p:3000 c:to_ellipsis */
|
|
504
|
+
.to_ellipsis { text-overflow: ellipsis; }
|
|
527
505
|
/* @truss p:3000 c:transform_translateX_50 */
|
|
528
506
|
.transform_translateX_50 { transform: translateX(-50%); }
|
|
529
507
|
/* @truss p:3000 c:transform_translateZ_0 */
|
|
530
508
|
.transform_translateZ_0 { transform: translateZ(0); }
|
|
531
|
-
/* @truss p:3000 c:truncate_textOverflow */
|
|
532
|
-
.truncate_textOverflow { text-overflow: ellipsis; }
|
|
533
509
|
/* @truss p:3000 c:tt_inherit */
|
|
534
510
|
.tt_inherit { text-transform: inherit; }
|
|
535
511
|
/* @truss p:3000 c:ttu */
|
|
536
512
|
.ttu { text-transform: uppercase; }
|
|
537
|
-
/* @truss p:3000 c:underlay_backgroundColor */
|
|
538
|
-
.underlay_backgroundColor { background-color: rgba(36,36,36,0.6); }
|
|
539
513
|
/* @truss p:3000 c:userSelect_none */
|
|
540
514
|
.userSelect_none { user-select: none; }
|
|
541
515
|
/* @truss p:3000 c:usn */
|
|
@@ -548,12 +522,10 @@
|
|
|
548
522
|
.visibility_hidden { visibility: hidden; }
|
|
549
523
|
/* @truss p:3000 c:visibility_visible */
|
|
550
524
|
.visibility_visible { visibility: visible; }
|
|
551
|
-
/* @truss p:3000 c:visuallyHidden_clip */
|
|
552
|
-
.visuallyHidden_clip { clip: inset(50%); }
|
|
553
|
-
/* @truss p:3000 c:visuallyHidden_clipPath */
|
|
554
|
-
.visuallyHidden_clipPath { clip-path: none; }
|
|
555
525
|
/* @truss p:3000 c:wbba */
|
|
556
526
|
.wbba { word-break: break-all; }
|
|
527
|
+
/* @truss p:3000 c:wbo_vertical */
|
|
528
|
+
.wbo_vertical { -webkit-box-orient: vertical; }
|
|
557
529
|
/* @truss p:3000 c:white */
|
|
558
530
|
.white { color: rgba(255,255,255,1); }
|
|
559
531
|
/* @truss p:3000 c:whiteSpace_initial */
|
|
@@ -562,34 +534,16 @@
|
|
|
562
534
|
.whiteSpace_normal { white-space: normal; }
|
|
563
535
|
/* @truss p:3000 c:whiteSpace_unset */
|
|
564
536
|
.whiteSpace_unset { white-space: unset; }
|
|
537
|
+
/* @truss p:3000 c:wlc_1 */
|
|
538
|
+
.wlc_1 { -webkit-line-clamp: 1; }
|
|
539
|
+
/* @truss p:3000 c:wlc_2 */
|
|
540
|
+
.wlc_2 { -webkit-line-clamp: 2; }
|
|
541
|
+
/* @truss p:3000 c:wlc_3 */
|
|
542
|
+
.wlc_3 { -webkit-line-clamp: 3; }
|
|
565
543
|
/* @truss p:3000 c:wsn */
|
|
566
544
|
.wsn { white-space: normal; }
|
|
567
545
|
/* @truss p:3000 c:wsnw */
|
|
568
546
|
.wsnw { white-space: nowrap; }
|
|
569
|
-
/* @truss p:3000 c:xl2_fontSize */
|
|
570
|
-
.xl2_fontSize { font-size: 30px; }
|
|
571
|
-
/* @truss p:3000 c:xl2_lineHeight */
|
|
572
|
-
.xl2_lineHeight { line-height: 36px; }
|
|
573
|
-
/* @truss p:3000 c:xl_fontSize */
|
|
574
|
-
.xl_fontSize { font-size: 20px; }
|
|
575
|
-
/* @truss p:3000 c:xl_lineHeight */
|
|
576
|
-
.xl_lineHeight { line-height: 28px; }
|
|
577
|
-
/* @truss p:3000 c:xs2Sb_fontSize */
|
|
578
|
-
.xs2Sb_fontSize { font-size: 10px; }
|
|
579
|
-
/* @truss p:3000 c:xs2Sb_lineHeight */
|
|
580
|
-
.xs2Sb_lineHeight { line-height: 14px; }
|
|
581
|
-
/* @truss p:3000 c:xs2_fontSize */
|
|
582
|
-
.xs2_fontSize { font-size: 10px; }
|
|
583
|
-
/* @truss p:3000 c:xs2_lineHeight */
|
|
584
|
-
.xs2_lineHeight { line-height: 14px; }
|
|
585
|
-
/* @truss p:3000 c:xsSb_fontSize */
|
|
586
|
-
.xsSb_fontSize { font-size: 12px; }
|
|
587
|
-
/* @truss p:3000 c:xsSb_lineHeight */
|
|
588
|
-
.xsSb_lineHeight { line-height: 16px; }
|
|
589
|
-
/* @truss p:3000 c:xs_fontSize */
|
|
590
|
-
.xs_fontSize { font-size: 12px; }
|
|
591
|
-
/* @truss p:3000 c:xs_lineHeight */
|
|
592
|
-
.xs_lineHeight { line-height: 16px; }
|
|
593
547
|
/* @truss p:3000 c:z0 */
|
|
594
548
|
.z0 { z-index: 0; }
|
|
595
549
|
/* @truss p:3000 c:z1 */
|
|
@@ -664,34 +618,36 @@
|
|
|
664
618
|
.h_cursorPointer:hover { cursor: pointer; }
|
|
665
619
|
/* @truss p:3130 c:h_fw6 */
|
|
666
620
|
.h_fw6:hover { font-weight: 600; }
|
|
621
|
+
/* @truss p:3130 c:h_fz_16px */
|
|
622
|
+
.h_fz_16px:hover { font-size: 16px; }
|
|
667
623
|
/* @truss p:3130 c:h_gray900 */
|
|
668
624
|
.h_gray900:hover { color: rgba(36, 36, 36, 1); }
|
|
669
|
-
/* @truss p:3130 c:
|
|
670
|
-
.
|
|
671
|
-
/* @truss p:3130 c:h_mdSb_lineHeight */
|
|
672
|
-
.h_mdSb_lineHeight:hover { line-height: 24px; }
|
|
625
|
+
/* @truss p:3130 c:h_lh_24px */
|
|
626
|
+
.h_lh_24px:hover { line-height: 24px; }
|
|
673
627
|
/* @truss p:3130.5 c:h_bgColor_var */
|
|
674
628
|
.h_bgColor_var:hover { background-color: var(--h_backgroundColor); }
|
|
675
|
-
/* @truss p:4000 c:
|
|
676
|
-
.
|
|
677
|
-
/* @truss p:4000 c:
|
|
678
|
-
.
|
|
679
|
-
/* @truss p:4000 c:
|
|
680
|
-
.
|
|
681
|
-
/* @truss p:4000 c:
|
|
682
|
-
.
|
|
629
|
+
/* @truss p:4000 c:bbs_solid */
|
|
630
|
+
.bbs_solid { border-bottom-style: solid; }
|
|
631
|
+
/* @truss p:4000 c:bbw_1px */
|
|
632
|
+
.bbw_1px { border-bottom-width: 1px; }
|
|
633
|
+
/* @truss p:4000 c:bls_solid */
|
|
634
|
+
.bls_solid { border-left-style: solid; }
|
|
635
|
+
/* @truss p:4000 c:blw_1px */
|
|
636
|
+
.blw_1px { border-left-width: 1px; }
|
|
637
|
+
/* @truss p:4000 c:bot_0 */
|
|
638
|
+
.bot_0 { bottom: 0; }
|
|
683
639
|
/* @truss p:4000 c:bottom0 */
|
|
684
640
|
.bottom0 { bottom: 0px; }
|
|
685
641
|
/* @truss p:4000 c:bottom_4px */
|
|
686
642
|
.bottom_4px { bottom: 4px; }
|
|
687
|
-
/* @truss p:4000 c:
|
|
688
|
-
.
|
|
689
|
-
/* @truss p:4000 c:
|
|
690
|
-
.
|
|
691
|
-
/* @truss p:4000 c:
|
|
692
|
-
.
|
|
693
|
-
/* @truss p:4000 c:
|
|
694
|
-
.
|
|
643
|
+
/* @truss p:4000 c:brs_solid */
|
|
644
|
+
.brs_solid { border-right-style: solid; }
|
|
645
|
+
/* @truss p:4000 c:brw_1px */
|
|
646
|
+
.brw_1px { border-right-width: 1px; }
|
|
647
|
+
/* @truss p:4000 c:bts_solid */
|
|
648
|
+
.bts_solid { border-top-style: solid; }
|
|
649
|
+
/* @truss p:4000 c:btw_1px */
|
|
650
|
+
.btw_1px { border-top-width: 1px; }
|
|
695
651
|
/* @truss p:4000 c:h100 */
|
|
696
652
|
.h100 { height: 100%; }
|
|
697
653
|
/* @truss p:4000 c:h2 */
|
|
@@ -730,6 +686,8 @@
|
|
|
730
686
|
.h_calc_100vh_168px { height: calc(100vh - 168px); }
|
|
731
687
|
/* @truss p:4000 c:height_100dvh */
|
|
732
688
|
.height_100dvh { height: 100dvh; }
|
|
689
|
+
/* @truss p:4000 c:l_0 */
|
|
690
|
+
.l_0 { left: 0; }
|
|
733
691
|
/* @truss p:4000 c:left0 */
|
|
734
692
|
.left0 { left: 0px; }
|
|
735
693
|
/* @truss p:4000 c:left1 */
|
|
@@ -774,6 +732,10 @@
|
|
|
774
732
|
.mb3 { margin-bottom: 24px; }
|
|
775
733
|
/* @truss p:4000 c:mb4 */
|
|
776
734
|
.mb4 { margin-bottom: 32px; }
|
|
735
|
+
/* @truss p:4000 c:mb_12px */
|
|
736
|
+
.mb_12px { margin-bottom: 12px; }
|
|
737
|
+
/* @truss p:4000 c:mb_2px */
|
|
738
|
+
.mb_2px { margin-bottom: 2px; }
|
|
777
739
|
/* @truss p:4000 c:mb_4px */
|
|
778
740
|
.mb_4px { margin-bottom: 4px; }
|
|
779
741
|
/* @truss p:4000 c:mb_72px */
|
|
@@ -832,6 +794,8 @@
|
|
|
832
794
|
.mt1 { margin-top: 8px; }
|
|
833
795
|
/* @truss p:4000 c:mt2 */
|
|
834
796
|
.mt2 { margin-top: 16px; }
|
|
797
|
+
/* @truss p:4000 c:mt_12px */
|
|
798
|
+
.mt_12px { margin-top: 12px; }
|
|
835
799
|
/* @truss p:4000 c:mt_2px */
|
|
836
800
|
.mt_2px { margin-top: 2px; }
|
|
837
801
|
/* @truss p:4000 c:mt_4px */
|
|
@@ -844,18 +808,6 @@
|
|
|
844
808
|
.mw_32px { min-width: 32px; }
|
|
845
809
|
/* @truss p:4000 c:mw_fit_content */
|
|
846
810
|
.mw_fit_content { min-width: fit-content; }
|
|
847
|
-
/* @truss p:4000 c:my_12px_marginBottom */
|
|
848
|
-
.my_12px_marginBottom { margin-bottom: 12px; }
|
|
849
|
-
/* @truss p:4000 c:my_12px_marginTop */
|
|
850
|
-
.my_12px_marginTop { margin-top: 12px; }
|
|
851
|
-
/* @truss p:4000 c:my_2px_marginBottom */
|
|
852
|
-
.my_2px_marginBottom { margin-bottom: 2px; }
|
|
853
|
-
/* @truss p:4000 c:my_2px_marginTop */
|
|
854
|
-
.my_2px_marginTop { margin-top: 2px; }
|
|
855
|
-
/* @truss p:4000 c:my_4px_marginBottom */
|
|
856
|
-
.my_4px_marginBottom { margin-bottom: 4px; }
|
|
857
|
-
/* @truss p:4000 c:my_4px_marginTop */
|
|
858
|
-
.my_4px_marginTop { margin-top: 4px; }
|
|
859
811
|
/* @truss p:4000 c:oxa */
|
|
860
812
|
.oxa { overflow-x: auto; }
|
|
861
813
|
/* @truss p:4000 c:oxh */
|
|
@@ -864,14 +816,6 @@
|
|
|
864
816
|
.oya { overflow-y: auto; }
|
|
865
817
|
/* @truss p:4000 c:oys */
|
|
866
818
|
.oys { overflow-y: scroll; }
|
|
867
|
-
/* @truss p:4000 c:p_12px_paddingBottom */
|
|
868
|
-
.p_12px_paddingBottom { padding-bottom: 12px; }
|
|
869
|
-
/* @truss p:4000 c:p_12px_paddingLeft */
|
|
870
|
-
.p_12px_paddingLeft { padding-left: 12px; }
|
|
871
|
-
/* @truss p:4000 c:p_12px_paddingRight */
|
|
872
|
-
.p_12px_paddingRight { padding-right: 12px; }
|
|
873
|
-
/* @truss p:4000 c:p_12px_paddingTop */
|
|
874
|
-
.p_12px_paddingTop { padding-top: 12px; }
|
|
875
819
|
/* @truss p:4000 c:pb0 */
|
|
876
820
|
.pb0 { padding-bottom: 0px; }
|
|
877
821
|
/* @truss p:4000 c:pb1 */
|
|
@@ -884,8 +828,12 @@
|
|
|
884
828
|
.pb_12px { padding-bottom: 12px; }
|
|
885
829
|
/* @truss p:4000 c:pb_25px */
|
|
886
830
|
.pb_25px { padding-bottom: 25px; }
|
|
831
|
+
/* @truss p:4000 c:pb_2px */
|
|
832
|
+
.pb_2px { padding-bottom: 2px; }
|
|
887
833
|
/* @truss p:4000 c:pb_4px */
|
|
888
834
|
.pb_4px { padding-bottom: 4px; }
|
|
835
|
+
/* @truss p:4000 c:pb_6px */
|
|
836
|
+
.pb_6px { padding-bottom: 6px; }
|
|
889
837
|
/* @truss p:4000 c:pl0 */
|
|
890
838
|
.pl0 { padding-left: 0px; }
|
|
891
839
|
/* @truss p:4000 c:pl1 */
|
|
@@ -896,12 +844,18 @@
|
|
|
896
844
|
.pl3 { padding-left: 24px; }
|
|
897
845
|
/* @truss p:4000 c:pl4 */
|
|
898
846
|
.pl4 { padding-left: 32px; }
|
|
847
|
+
/* @truss p:4000 c:pl_10px */
|
|
848
|
+
.pl_10px { padding-left: 10px; }
|
|
899
849
|
/* @truss p:4000 c:pl_12px */
|
|
900
850
|
.pl_12px { padding-left: 12px; }
|
|
851
|
+
/* @truss p:4000 c:pl_2px */
|
|
852
|
+
.pl_2px { padding-left: 2px; }
|
|
901
853
|
/* @truss p:4000 c:pl_36px */
|
|
902
854
|
.pl_36px { padding-left: 36px; }
|
|
903
855
|
/* @truss p:4000 c:pl_4px */
|
|
904
856
|
.pl_4px { padding-left: 4px; }
|
|
857
|
+
/* @truss p:4000 c:pl_6px */
|
|
858
|
+
.pl_6px { padding-left: 6px; }
|
|
905
859
|
/* @truss p:4000 c:pr0 */
|
|
906
860
|
.pr0 { padding-right: 0px; }
|
|
907
861
|
/* @truss p:4000 c:pr1 */
|
|
@@ -912,8 +866,14 @@
|
|
|
912
866
|
.pr3 { padding-right: 24px; }
|
|
913
867
|
/* @truss p:4000 c:pr_10px */
|
|
914
868
|
.pr_10px { padding-right: 10px; }
|
|
869
|
+
/* @truss p:4000 c:pr_12px */
|
|
870
|
+
.pr_12px { padding-right: 12px; }
|
|
871
|
+
/* @truss p:4000 c:pr_2px */
|
|
872
|
+
.pr_2px { padding-right: 2px; }
|
|
915
873
|
/* @truss p:4000 c:pr_4px */
|
|
916
874
|
.pr_4px { padding-right: 4px; }
|
|
875
|
+
/* @truss p:4000 c:pr_6px */
|
|
876
|
+
.pr_6px { padding-right: 6px; }
|
|
917
877
|
/* @truss p:4000 c:pt0 */
|
|
918
878
|
.pt0 { padding-top: 0px; }
|
|
919
879
|
/* @truss p:4000 c:pt1 */
|
|
@@ -922,44 +882,18 @@
|
|
|
922
882
|
.pt2 { padding-top: 16px; }
|
|
923
883
|
/* @truss p:4000 c:pt3 */
|
|
924
884
|
.pt3 { padding-top: 24px; }
|
|
885
|
+
/* @truss p:4000 c:pt_12px */
|
|
886
|
+
.pt_12px { padding-top: 12px; }
|
|
925
887
|
/* @truss p:4000 c:pt_25px */
|
|
926
888
|
.pt_25px { padding-top: 25px; }
|
|
927
|
-
/* @truss p:4000 c:
|
|
928
|
-
.
|
|
929
|
-
/* @truss p:4000 c:
|
|
930
|
-
.
|
|
931
|
-
/* @truss p:4000 c:
|
|
932
|
-
.
|
|
933
|
-
/* @truss p:4000 c:
|
|
934
|
-
.
|
|
935
|
-
/* @truss p:4000 c:px_2px_paddingLeft */
|
|
936
|
-
.px_2px_paddingLeft { padding-left: 2px; }
|
|
937
|
-
/* @truss p:4000 c:px_2px_paddingRight */
|
|
938
|
-
.px_2px_paddingRight { padding-right: 2px; }
|
|
939
|
-
/* @truss p:4000 c:px_4px_paddingLeft */
|
|
940
|
-
.px_4px_paddingLeft { padding-left: 4px; }
|
|
941
|
-
/* @truss p:4000 c:px_4px_paddingRight */
|
|
942
|
-
.px_4px_paddingRight { padding-right: 4px; }
|
|
943
|
-
/* @truss p:4000 c:px_6px_paddingLeft */
|
|
944
|
-
.px_6px_paddingLeft { padding-left: 6px; }
|
|
945
|
-
/* @truss p:4000 c:px_6px_paddingRight */
|
|
946
|
-
.px_6px_paddingRight { padding-right: 6px; }
|
|
947
|
-
/* @truss p:4000 c:py_12px_paddingBottom */
|
|
948
|
-
.py_12px_paddingBottom { padding-bottom: 12px; }
|
|
949
|
-
/* @truss p:4000 c:py_12px_paddingTop */
|
|
950
|
-
.py_12px_paddingTop { padding-top: 12px; }
|
|
951
|
-
/* @truss p:4000 c:py_2px_paddingBottom */
|
|
952
|
-
.py_2px_paddingBottom { padding-bottom: 2px; }
|
|
953
|
-
/* @truss p:4000 c:py_2px_paddingTop */
|
|
954
|
-
.py_2px_paddingTop { padding-top: 2px; }
|
|
955
|
-
/* @truss p:4000 c:py_4px_paddingBottom */
|
|
956
|
-
.py_4px_paddingBottom { padding-bottom: 4px; }
|
|
957
|
-
/* @truss p:4000 c:py_4px_paddingTop */
|
|
958
|
-
.py_4px_paddingTop { padding-top: 4px; }
|
|
959
|
-
/* @truss p:4000 c:py_6px_paddingBottom */
|
|
960
|
-
.py_6px_paddingBottom { padding-bottom: 6px; }
|
|
961
|
-
/* @truss p:4000 c:py_6px_paddingTop */
|
|
962
|
-
.py_6px_paddingTop { padding-top: 6px; }
|
|
889
|
+
/* @truss p:4000 c:pt_2px */
|
|
890
|
+
.pt_2px { padding-top: 2px; }
|
|
891
|
+
/* @truss p:4000 c:pt_4px */
|
|
892
|
+
.pt_4px { padding-top: 4px; }
|
|
893
|
+
/* @truss p:4000 c:pt_6px */
|
|
894
|
+
.pt_6px { padding-top: 6px; }
|
|
895
|
+
/* @truss p:4000 c:r_0 */
|
|
896
|
+
.r_0 { right: 0; }
|
|
963
897
|
/* @truss p:4000 c:right0 */
|
|
964
898
|
.right0 { right: 0px; }
|
|
965
899
|
/* @truss p:4000 c:right1 */
|
|
@@ -980,20 +914,10 @@
|
|
|
980
914
|
.top_48px { top: 48px; }
|
|
981
915
|
/* @truss p:4000 c:top_4px */
|
|
982
916
|
.top_4px { top: 4px; }
|
|
983
|
-
/* @truss p:4000 c:
|
|
984
|
-
.
|
|
985
|
-
/* @truss p:4000 c:underlay_left */
|
|
986
|
-
.underlay_left { left: 0; }
|
|
987
|
-
/* @truss p:4000 c:underlay_right */
|
|
988
|
-
.underlay_right { right: 0; }
|
|
989
|
-
/* @truss p:4000 c:underlay_top */
|
|
990
|
-
.underlay_top { top: 0; }
|
|
917
|
+
/* @truss p:4000 c:tp_0 */
|
|
918
|
+
.tp_0 { top: 0; }
|
|
991
919
|
/* @truss p:4000 c:vh100 */
|
|
992
920
|
.vh100 { height: 100vh; }
|
|
993
|
-
/* @truss p:4000 c:visuallyHidden_height */
|
|
994
|
-
.visuallyHidden_height { height: 1px; }
|
|
995
|
-
/* @truss p:4000 c:visuallyHidden_width */
|
|
996
|
-
.visuallyHidden_width { width: 1px; }
|
|
997
921
|
/* @truss p:4000 c:w100 */
|
|
998
922
|
.w100 { width: 100%; }
|
|
999
923
|
/* @truss p:4000 c:w2 */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@homebound/beam",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "Homebound",
|
|
6
6
|
"license": "MIT",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"@homebound/eslint-config": "^1.10.2",
|
|
89
89
|
"@homebound/rtl-react-router-utils": "1.3.0",
|
|
90
90
|
"@homebound/rtl-utils": "^2.70.0",
|
|
91
|
-
"@homebound/truss": "^2.
|
|
91
|
+
"@homebound/truss": "^2.10.0",
|
|
92
92
|
"@homebound/tsconfig": "^1.1.1",
|
|
93
93
|
"@semantic-release/exec": "^7.1.0",
|
|
94
94
|
"@semantic-release/git": "^10.0.1",
|
|
@@ -129,7 +129,8 @@
|
|
|
129
129
|
"@types/react": "18.0.28",
|
|
130
130
|
"react-router": "5.3.4",
|
|
131
131
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
132
|
-
"@typescript-eslint/parser": "^7.18.0"
|
|
132
|
+
"@typescript-eslint/parser": "^7.18.0",
|
|
133
|
+
"@vitest/expect": "^4.1.0"
|
|
133
134
|
},
|
|
134
135
|
"imports": {
|
|
135
136
|
"src/*": "./src/*"
|