@homebound/beam 3.6.0 → 3.7.0
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/dist/Css.json +207 -207
- package/dist/index.cjs +505 -505
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +228 -210
- package/dist/index.d.ts +228 -210
- package/dist/index.js +506 -506
- package/dist/index.js.map +1 -1
- package/dist/truss.css +62 -57
- package/package.json +2 -2
package/dist/truss.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
:root { --t-spacing: 8px; }
|
|
1
2
|
/* @truss p:1000 c:animation_pulse_2s_cubic_bezier_0_4_0_0_6_1_infinite */
|
|
2
3
|
.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
4
|
/* @truss p:1000 c:bd_0 */
|
|
@@ -91,13 +92,13 @@
|
|
|
91
92
|
/* @truss p:2000 c:fn */
|
|
92
93
|
.fn { flex: none; }
|
|
93
94
|
/* @truss p:2000 c:gap0 */
|
|
94
|
-
.gap0 { gap:
|
|
95
|
+
.gap0 { gap: calc(var(--t-spacing) * 0); }
|
|
95
96
|
/* @truss p:2000 c:gap1 */
|
|
96
|
-
.gap1 { gap:
|
|
97
|
+
.gap1 { gap: calc(var(--t-spacing) * 1); }
|
|
97
98
|
/* @truss p:2000 c:gap2 */
|
|
98
|
-
.gap2 { gap:
|
|
99
|
+
.gap2 { gap: calc(var(--t-spacing) * 2); }
|
|
99
100
|
/* @truss p:2000 c:gap3 */
|
|
100
|
-
.gap3 { gap:
|
|
101
|
+
.gap3 { gap: calc(var(--t-spacing) * 3); }
|
|
101
102
|
/* @truss p:2000 c:gap_12px */
|
|
102
103
|
.gap_12px { gap: 12px; }
|
|
103
104
|
/* @truss p:2000 c:gap_4px */
|
|
@@ -307,7 +308,7 @@
|
|
|
307
308
|
/* @truss p:3000 c:bshModal */
|
|
308
309
|
.bshModal { box-shadow: 0px 20px 25px -5px rgba(0,0,0,0.1), 0px 10px 10px -5px rgba(0,0,0,0.04); }
|
|
309
310
|
/* @truss p:3000 c:cg3 */
|
|
310
|
-
.cg3 { column-gap:
|
|
311
|
+
.cg3 { column-gap: calc(var(--t-spacing) * 3); }
|
|
311
312
|
/* @truss p:3000 c:cli_inset_50 */
|
|
312
313
|
.cli_inset_50 { clip: inset(50%); }
|
|
313
314
|
/* @truss p:3000 c:clp_none */
|
|
@@ -637,7 +638,7 @@
|
|
|
637
638
|
/* @truss p:4000 c:bot_0 */
|
|
638
639
|
.bot_0 { bottom: 0; }
|
|
639
640
|
/* @truss p:4000 c:bottom0 */
|
|
640
|
-
.bottom0 { bottom:
|
|
641
|
+
.bottom0 { bottom: calc(var(--t-spacing) * 0); }
|
|
641
642
|
/* @truss p:4000 c:bottom_4px */
|
|
642
643
|
.bottom_4px { bottom: 4px; }
|
|
643
644
|
/* @truss p:4000 c:brs_solid */
|
|
@@ -651,9 +652,9 @@
|
|
|
651
652
|
/* @truss p:4000 c:h100 */
|
|
652
653
|
.h100 { height: 100%; }
|
|
653
654
|
/* @truss p:4000 c:h2 */
|
|
654
|
-
.h2 { height:
|
|
655
|
+
.h2 { height: calc(var(--t-spacing) * 2); }
|
|
655
656
|
/* @truss p:4000 c:h5 */
|
|
656
|
-
.h5 { height:
|
|
657
|
+
.h5 { height: calc(var(--t-spacing) * 5); }
|
|
657
658
|
/* @truss p:4000 c:h_10px */
|
|
658
659
|
.h_10px { height: 10px; }
|
|
659
660
|
/* @truss p:4000 c:h_114px */
|
|
@@ -689,17 +690,17 @@
|
|
|
689
690
|
/* @truss p:4000 c:l_0 */
|
|
690
691
|
.l_0 { left: 0; }
|
|
691
692
|
/* @truss p:4000 c:left0 */
|
|
692
|
-
.left0 { left:
|
|
693
|
+
.left0 { left: calc(var(--t-spacing) * 0); }
|
|
693
694
|
/* @truss p:4000 c:left1 */
|
|
694
|
-
.left1 { left:
|
|
695
|
+
.left1 { left: calc(var(--t-spacing) * 1); }
|
|
695
696
|
/* @truss p:4000 c:left3 */
|
|
696
|
-
.left3 { left:
|
|
697
|
-
/* @truss p:4000 c:
|
|
698
|
-
.
|
|
697
|
+
.left3 { left: calc(var(--t-spacing) * 3); }
|
|
698
|
+
/* @truss p:4000 c:left_0 */
|
|
699
|
+
.left_0 { left: calc(var(--t-spacing) * 0); }
|
|
700
|
+
/* @truss p:4000 c:left_100 */
|
|
701
|
+
.left_100 { left: calc(var(--t-spacing) * 100); }
|
|
699
702
|
/* @truss p:4000 c:left_2px */
|
|
700
703
|
.left_2px { left: 2px; }
|
|
701
|
-
/* @truss p:4000 c:left_800px */
|
|
702
|
-
.left_800px { left: 800px; }
|
|
703
704
|
/* @truss p:4000 c:maxh_50 */
|
|
704
705
|
.maxh_50 { max-height: 50%; }
|
|
705
706
|
/* @truss p:4000 c:maxh_74px */
|
|
@@ -723,15 +724,15 @@
|
|
|
723
724
|
/* @truss p:4000 c:maxw_550px */
|
|
724
725
|
.maxw_550px { max-width: 550px; }
|
|
725
726
|
/* @truss p:4000 c:mb0 */
|
|
726
|
-
.mb0 { margin-bottom:
|
|
727
|
+
.mb0 { margin-bottom: calc(var(--t-spacing) * 0); }
|
|
727
728
|
/* @truss p:4000 c:mb1 */
|
|
728
|
-
.mb1 { margin-bottom:
|
|
729
|
+
.mb1 { margin-bottom: calc(var(--t-spacing) * 1); }
|
|
729
730
|
/* @truss p:4000 c:mb2 */
|
|
730
|
-
.mb2 { margin-bottom:
|
|
731
|
+
.mb2 { margin-bottom: calc(var(--t-spacing) * 2); }
|
|
731
732
|
/* @truss p:4000 c:mb3 */
|
|
732
|
-
.mb3 { margin-bottom:
|
|
733
|
+
.mb3 { margin-bottom: calc(var(--t-spacing) * 3); }
|
|
733
734
|
/* @truss p:4000 c:mb4 */
|
|
734
|
-
.mb4 { margin-bottom:
|
|
735
|
+
.mb4 { margin-bottom: calc(var(--t-spacing) * 4); }
|
|
735
736
|
/* @truss p:4000 c:mb_12px */
|
|
736
737
|
.mb_12px { margin-bottom: 12px; }
|
|
737
738
|
/* @truss p:4000 c:mb_2px */
|
|
@@ -757,29 +758,29 @@
|
|
|
757
758
|
/* @truss p:4000 c:minWidth_fit_content */
|
|
758
759
|
.minWidth_fit_content { min-width: fit-content; }
|
|
759
760
|
/* @truss p:4000 c:ml0 */
|
|
760
|
-
.ml0 { margin-left:
|
|
761
|
+
.ml0 { margin-left: calc(var(--t-spacing) * 0); }
|
|
761
762
|
/* @truss p:4000 c:ml1 */
|
|
762
|
-
.ml1 { margin-left:
|
|
763
|
+
.ml1 { margin-left: calc(var(--t-spacing) * 1); }
|
|
763
764
|
/* @truss p:4000 c:ml2 */
|
|
764
|
-
.ml2 { margin-left:
|
|
765
|
+
.ml2 { margin-left: calc(var(--t-spacing) * 2); }
|
|
765
766
|
/* @truss p:4000 c:ml_12px */
|
|
766
767
|
.ml_12px { margin-left: 12px; }
|
|
767
768
|
/* @truss p:4000 c:ml_4px */
|
|
768
769
|
.ml_4px { margin-left: 4px; }
|
|
769
|
-
/* @truss p:4000 c:
|
|
770
|
-
.
|
|
770
|
+
/* @truss p:4000 c:ml_neg1 */
|
|
771
|
+
.ml_neg1 { margin-left: calc(var(--t-spacing) * -1); }
|
|
771
772
|
/* @truss p:4000 c:mla */
|
|
772
773
|
.mla { margin-left: auto; }
|
|
773
774
|
/* @truss p:4000 c:mr0 */
|
|
774
|
-
.mr0 { margin-right:
|
|
775
|
+
.mr0 { margin-right: calc(var(--t-spacing) * 0); }
|
|
775
776
|
/* @truss p:4000 c:mr1 */
|
|
776
|
-
.mr1 { margin-right:
|
|
777
|
+
.mr1 { margin-right: calc(var(--t-spacing) * 1); }
|
|
777
778
|
/* @truss p:4000 c:mr2 */
|
|
778
|
-
.mr2 { margin-right:
|
|
779
|
+
.mr2 { margin-right: calc(var(--t-spacing) * 2); }
|
|
779
780
|
/* @truss p:4000 c:mr3 */
|
|
780
|
-
.mr3 { margin-right:
|
|
781
|
+
.mr3 { margin-right: calc(var(--t-spacing) * 3); }
|
|
781
782
|
/* @truss p:4000 c:mr4 */
|
|
782
|
-
.mr4 { margin-right:
|
|
783
|
+
.mr4 { margin-right: calc(var(--t-spacing) * 4); }
|
|
783
784
|
/* @truss p:4000 c:mr_10px */
|
|
784
785
|
.mr_10px { margin-right: 10px; }
|
|
785
786
|
/* @truss p:4000 c:mr_12px */
|
|
@@ -791,11 +792,11 @@
|
|
|
791
792
|
/* @truss p:4000 c:mra */
|
|
792
793
|
.mra { margin-right: auto; }
|
|
793
794
|
/* @truss p:4000 c:mt0 */
|
|
794
|
-
.mt0 { margin-top:
|
|
795
|
+
.mt0 { margin-top: calc(var(--t-spacing) * 0); }
|
|
795
796
|
/* @truss p:4000 c:mt1 */
|
|
796
|
-
.mt1 { margin-top:
|
|
797
|
+
.mt1 { margin-top: calc(var(--t-spacing) * 1); }
|
|
797
798
|
/* @truss p:4000 c:mt2 */
|
|
798
|
-
.mt2 { margin-top:
|
|
799
|
+
.mt2 { margin-top: calc(var(--t-spacing) * 2); }
|
|
799
800
|
/* @truss p:4000 c:mt_12px */
|
|
800
801
|
.mt_12px { margin-top: 12px; }
|
|
801
802
|
/* @truss p:4000 c:mt_2px */
|
|
@@ -819,13 +820,13 @@
|
|
|
819
820
|
/* @truss p:4000 c:oys */
|
|
820
821
|
.oys { overflow-y: scroll; }
|
|
821
822
|
/* @truss p:4000 c:pb0 */
|
|
822
|
-
.pb0 { padding-bottom:
|
|
823
|
+
.pb0 { padding-bottom: calc(var(--t-spacing) * 0); }
|
|
823
824
|
/* @truss p:4000 c:pb1 */
|
|
824
|
-
.pb1 { padding-bottom:
|
|
825
|
+
.pb1 { padding-bottom: calc(var(--t-spacing) * 1); }
|
|
825
826
|
/* @truss p:4000 c:pb2 */
|
|
826
|
-
.pb2 { padding-bottom:
|
|
827
|
+
.pb2 { padding-bottom: calc(var(--t-spacing) * 2); }
|
|
827
828
|
/* @truss p:4000 c:pb3 */
|
|
828
|
-
.pb3 { padding-bottom:
|
|
829
|
+
.pb3 { padding-bottom: calc(var(--t-spacing) * 3); }
|
|
829
830
|
/* @truss p:4000 c:pb_12px */
|
|
830
831
|
.pb_12px { padding-bottom: 12px; }
|
|
831
832
|
/* @truss p:4000 c:pb_25px */
|
|
@@ -837,15 +838,15 @@
|
|
|
837
838
|
/* @truss p:4000 c:pb_6px */
|
|
838
839
|
.pb_6px { padding-bottom: 6px; }
|
|
839
840
|
/* @truss p:4000 c:pl0 */
|
|
840
|
-
.pl0 { padding-left:
|
|
841
|
+
.pl0 { padding-left: calc(var(--t-spacing) * 0); }
|
|
841
842
|
/* @truss p:4000 c:pl1 */
|
|
842
|
-
.pl1 { padding-left:
|
|
843
|
+
.pl1 { padding-left: calc(var(--t-spacing) * 1); }
|
|
843
844
|
/* @truss p:4000 c:pl2 */
|
|
844
|
-
.pl2 { padding-left:
|
|
845
|
+
.pl2 { padding-left: calc(var(--t-spacing) * 2); }
|
|
845
846
|
/* @truss p:4000 c:pl3 */
|
|
846
|
-
.pl3 { padding-left:
|
|
847
|
+
.pl3 { padding-left: calc(var(--t-spacing) * 3); }
|
|
847
848
|
/* @truss p:4000 c:pl4 */
|
|
848
|
-
.pl4 { padding-left:
|
|
849
|
+
.pl4 { padding-left: calc(var(--t-spacing) * 4); }
|
|
849
850
|
/* @truss p:4000 c:pl_10px */
|
|
850
851
|
.pl_10px { padding-left: 10px; }
|
|
851
852
|
/* @truss p:4000 c:pl_12px */
|
|
@@ -858,14 +859,16 @@
|
|
|
858
859
|
.pl_4px { padding-left: 4px; }
|
|
859
860
|
/* @truss p:4000 c:pl_6px */
|
|
860
861
|
.pl_6px { padding-left: 6px; }
|
|
862
|
+
/* @truss p:4000 c:pl_8px */
|
|
863
|
+
.pl_8px { padding-left: 8px; }
|
|
861
864
|
/* @truss p:4000 c:pr0 */
|
|
862
|
-
.pr0 { padding-right:
|
|
865
|
+
.pr0 { padding-right: calc(var(--t-spacing) * 0); }
|
|
863
866
|
/* @truss p:4000 c:pr1 */
|
|
864
|
-
.pr1 { padding-right:
|
|
867
|
+
.pr1 { padding-right: calc(var(--t-spacing) * 1); }
|
|
865
868
|
/* @truss p:4000 c:pr2 */
|
|
866
|
-
.pr2 { padding-right:
|
|
869
|
+
.pr2 { padding-right: calc(var(--t-spacing) * 2); }
|
|
867
870
|
/* @truss p:4000 c:pr3 */
|
|
868
|
-
.pr3 { padding-right:
|
|
871
|
+
.pr3 { padding-right: calc(var(--t-spacing) * 3); }
|
|
869
872
|
/* @truss p:4000 c:pr_10px */
|
|
870
873
|
.pr_10px { padding-right: 10px; }
|
|
871
874
|
/* @truss p:4000 c:pr_12px */
|
|
@@ -876,14 +879,16 @@
|
|
|
876
879
|
.pr_4px { padding-right: 4px; }
|
|
877
880
|
/* @truss p:4000 c:pr_6px */
|
|
878
881
|
.pr_6px { padding-right: 6px; }
|
|
882
|
+
/* @truss p:4000 c:pr_8px */
|
|
883
|
+
.pr_8px { padding-right: 8px; }
|
|
879
884
|
/* @truss p:4000 c:pt0 */
|
|
880
|
-
.pt0 { padding-top:
|
|
885
|
+
.pt0 { padding-top: calc(var(--t-spacing) * 0); }
|
|
881
886
|
/* @truss p:4000 c:pt1 */
|
|
882
|
-
.pt1 { padding-top:
|
|
887
|
+
.pt1 { padding-top: calc(var(--t-spacing) * 1); }
|
|
883
888
|
/* @truss p:4000 c:pt2 */
|
|
884
|
-
.pt2 { padding-top:
|
|
889
|
+
.pt2 { padding-top: calc(var(--t-spacing) * 2); }
|
|
885
890
|
/* @truss p:4000 c:pt3 */
|
|
886
|
-
.pt3 { padding-top:
|
|
891
|
+
.pt3 { padding-top: calc(var(--t-spacing) * 3); }
|
|
887
892
|
/* @truss p:4000 c:pt_12px */
|
|
888
893
|
.pt_12px { padding-top: 12px; }
|
|
889
894
|
/* @truss p:4000 c:pt_25px */
|
|
@@ -897,19 +902,19 @@
|
|
|
897
902
|
/* @truss p:4000 c:r_0 */
|
|
898
903
|
.r_0 { right: 0; }
|
|
899
904
|
/* @truss p:4000 c:right0 */
|
|
900
|
-
.right0 { right:
|
|
905
|
+
.right0 { right: calc(var(--t-spacing) * 0); }
|
|
901
906
|
/* @truss p:4000 c:right1 */
|
|
902
|
-
.right1 { right:
|
|
907
|
+
.right1 { right: calc(var(--t-spacing) * 1); }
|
|
903
908
|
/* @truss p:4000 c:right3 */
|
|
904
|
-
.right3 { right:
|
|
909
|
+
.right3 { right: calc(var(--t-spacing) * 3); }
|
|
905
910
|
/* @truss p:4000 c:right_12px */
|
|
906
911
|
.right_12px { right: 12px; }
|
|
907
912
|
/* @truss p:4000 c:top0 */
|
|
908
|
-
.top0 { top:
|
|
913
|
+
.top0 { top: calc(var(--t-spacing) * 0); }
|
|
909
914
|
/* @truss p:4000 c:top1 */
|
|
910
|
-
.top1 { top:
|
|
915
|
+
.top1 { top: calc(var(--t-spacing) * 1); }
|
|
911
916
|
/* @truss p:4000 c:top3 */
|
|
912
|
-
.top3 { top:
|
|
917
|
+
.top3 { top: calc(var(--t-spacing) * 3); }
|
|
913
918
|
/* @truss p:4000 c:top_2px */
|
|
914
919
|
.top_2px { top: 2px; }
|
|
915
920
|
/* @truss p:4000 c:top_48px */
|
|
@@ -923,7 +928,7 @@
|
|
|
923
928
|
/* @truss p:4000 c:w100 */
|
|
924
929
|
.w100 { width: 100%; }
|
|
925
930
|
/* @truss p:4000 c:w2 */
|
|
926
|
-
.w2 { width:
|
|
931
|
+
.w2 { width: calc(var(--t-spacing) * 2); }
|
|
927
932
|
/* @truss p:4000 c:w50 */
|
|
928
933
|
.w50 { width: 50%; }
|
|
929
934
|
/* @truss p:4000 c:w_10px */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@homebound/beam",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "Homebound",
|
|
6
6
|
"license": "MIT",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"@homebound/eslint-config": "^1.10.2",
|
|
90
90
|
"@homebound/rtl-react-router-utils": "1.3.0",
|
|
91
91
|
"@homebound/rtl-utils": "^2.71.0",
|
|
92
|
-
"@homebound/truss": "
|
|
92
|
+
"@homebound/truss": "2.24.0",
|
|
93
93
|
"@homebound/tsconfig": "^1.1.1",
|
|
94
94
|
"@semantic-release/exec": "^7.1.0",
|
|
95
95
|
"@semantic-release/git": "^10.0.1",
|