@homebound/beam 3.108.1 → 3.108.2

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/truss.css CHANGED
@@ -383,8 +383,6 @@
383
383
  .filter_invert_1 { filter: invert(1); }
384
384
  /* @truss p:3000 c:fixed */
385
385
  .fixed { position: fixed; }
386
- /* @truss p:3000 c:flexWrap_wrap */
387
- .flexWrap_wrap { flex-wrap: wrap; }
388
386
  /* @truss p:3000 c:fontSize_inherit */
389
387
  .fontSize_inherit { font-size: inherit; }
390
388
  /* @truss p:3000 c:fs0 */
@@ -477,12 +475,8 @@
477
475
  .objectCover { object-fit: cover; }
478
476
  /* @truss p:3000 c:objectFit_cover */
479
477
  .objectFit_cover { object-fit: cover; }
480
- /* @truss p:3000 c:opacity_0 */
481
- .opacity_0 { opacity: 0; }
482
478
  /* @truss p:3000 c:opacity_0_2 */
483
479
  .opacity_0_2 { opacity: 0.2; }
484
- /* @truss p:3000 c:opacity_0_5 */
485
- .opacity_0_5 { opacity: 0.5; }
486
480
  /* @truss p:3000 c:outlineOffset_2px */
487
481
  .outlineOffset_2px { outline-offset: 2px; }
488
482
  /* @truss p:3000 c:pageBreakAfter_auto */
@@ -509,8 +503,6 @@
509
503
  .resize_none { resize: none; }
510
504
  /* @truss p:3000 c:sbwn */
511
505
  .sbwn { scrollbar-width: none; }
512
- /* @truss p:3000 c:scrollbarWidth_none */
513
- .scrollbarWidth_none { scrollbar-width: none; }
514
506
  /* @truss p:3000 c:ssa_start */
515
507
  .ssa_start { scroll-snap-align: start; }
516
508
  /* @truss p:3000 c:sticky */
@@ -545,8 +537,6 @@
545
537
  .tt_inherit { text-transform: inherit; }
546
538
  /* @truss p:3000 c:ttu */
547
539
  .ttu { text-transform: uppercase; }
548
- /* @truss p:3000 c:userSelect_none */
549
- .userSelect_none { user-select: none; }
550
540
  /* @truss p:3000 c:usn */
551
541
  .usn { user-select: none; }
552
542
  /* @truss p:3000 c:vam */
@@ -749,8 +739,12 @@
749
739
  .left_100 { left: calc(var(--t-spacing) * 100); }
750
740
  /* @truss p:4000 c:left_2px */
751
741
  .left_2px { left: 2px; }
752
- /* @truss p:4000 c:marginLeft_auto */
753
- .marginLeft_auto { margin-left: auto; }
742
+ /* @truss p:4000 c:left_neg1px */
743
+ .left_neg1px { left: -1px; }
744
+ /* @truss p:4000 c:left_neg24px */
745
+ .left_neg24px { left: -24px; }
746
+ /* @truss p:4000 c:left_neg2px */
747
+ .left_neg2px { left: -2px; }
754
748
  /* @truss p:4000 c:maxh_50 */
755
749
  .maxh_50 { max-height: 50%; }
756
750
  /* @truss p:4000 c:maxh_512px */
@@ -789,6 +783,10 @@
789
783
  .mb_4px { margin-bottom: 4px; }
790
784
  /* @truss p:4000 c:mb_72px */
791
785
  .mb_72px { margin-bottom: 72px; }
786
+ /* @truss p:4000 c:mb_neg12px */
787
+ .mb_neg12px { margin-bottom: -12px; }
788
+ /* @truss p:4000 c:mb_neg4px */
789
+ .mb_neg4px { margin-bottom: -4px; }
792
790
  /* @truss p:4000 c:mba */
793
791
  .mba { margin-bottom: auto; }
794
792
  /* @truss p:4000 c:mh0 */
@@ -801,8 +799,6 @@
801
799
  .mh_56px { min-height: 56px; }
802
800
  /* @truss p:4000 c:mh_negwebkit_fill_available */
803
801
  .mh_negwebkit_fill_available { min-height: -webkit-fill-available; }
804
- /* @truss p:4000 c:minWidth_fit_content */
805
- .minWidth_fit_content { min-width: fit-content; }
806
802
  /* @truss p:4000 c:ml0 */
807
803
  .ml0 { margin-left: calc(var(--t-spacing) * 0); }
808
804
  /* @truss p:4000 c:ml1 */
@@ -817,8 +813,16 @@
817
813
  .ml_4px { margin-left: 4px; }
818
814
  /* @truss p:4000 c:ml_neg1 */
819
815
  .ml_neg1 { margin-left: calc(var(--t-spacing) * -1); }
816
+ /* @truss p:4000 c:ml_neg12px */
817
+ .ml_neg12px { margin-left: -12px; }
818
+ /* @truss p:4000 c:ml_neg1px */
819
+ .ml_neg1px { margin-left: -1px; }
820
820
  /* @truss p:4000 c:ml_neg3 */
821
821
  .ml_neg3 { margin-left: calc(var(--t-spacing) * -3); }
822
+ /* @truss p:4000 c:ml_neg4px */
823
+ .ml_neg4px { margin-left: -4px; }
824
+ /* @truss p:4000 c:ml_neg8px */
825
+ .ml_neg8px { margin-left: -8px; }
822
826
  /* @truss p:4000 c:mla */
823
827
  .mla { margin-left: auto; }
824
828
  /* @truss p:4000 c:mr0 */
@@ -839,8 +843,16 @@
839
843
  .mr_2px { margin-right: 2px; }
840
844
  /* @truss p:4000 c:mr_4px */
841
845
  .mr_4px { margin-right: 4px; }
846
+ /* @truss p:4000 c:mr_neg12px */
847
+ .mr_neg12px { margin-right: -12px; }
848
+ /* @truss p:4000 c:mr_neg2px */
849
+ .mr_neg2px { margin-right: -2px; }
842
850
  /* @truss p:4000 c:mr_neg3 */
843
851
  .mr_neg3 { margin-right: calc(var(--t-spacing) * -3); }
852
+ /* @truss p:4000 c:mr_neg4px */
853
+ .mr_neg4px { margin-right: -4px; }
854
+ /* @truss p:4000 c:mr_neg8px */
855
+ .mr_neg8px { margin-right: -8px; }
844
856
  /* @truss p:4000 c:mra */
845
857
  .mra { margin-right: auto; }
846
858
  /* @truss p:4000 c:mt0 */
@@ -855,8 +867,16 @@
855
867
  .mt_4px { margin-top: 4px; }
856
868
  /* @truss p:4000 c:mt_auto */
857
869
  .mt_auto { margin-top: auto; }
870
+ /* @truss p:4000 c:mt_neg12px */
871
+ .mt_neg12px { margin-top: -12px; }
872
+ /* @truss p:4000 c:mt_neg2px */
873
+ .mt_neg2px { margin-top: -2px; }
858
874
  /* @truss p:4000 c:mt_neg3 */
859
875
  .mt_neg3 { margin-top: calc(var(--t-spacing) * -3); }
876
+ /* @truss p:4000 c:mt_neg4px */
877
+ .mt_neg4px { margin-top: -4px; }
878
+ /* @truss p:4000 c:mt_neg8px */
879
+ .mt_neg8px { margin-top: -8px; }
860
880
  /* @truss p:4000 c:mta */
861
881
  .mta { margin-top: auto; }
862
882
  /* @truss p:4000 c:mw0 */
@@ -869,6 +889,8 @@
869
889
  .mw_32px { min-width: 32px; }
870
890
  /* @truss p:4000 c:mw_fit_content */
871
891
  .mw_fit_content { min-width: fit-content; }
892
+ /* @truss p:4000 c:mwfc */
893
+ .mwfc { min-width: fit-content; }
872
894
  /* @truss p:4000 c:oxa */
873
895
  .oxa { overflow-x: auto; }
874
896
  /* @truss p:4000 c:oxh */
@@ -993,6 +1015,8 @@
993
1015
  .right_0 { right: calc(var(--t-spacing) * 0); }
994
1016
  /* @truss p:4000 c:right_12px */
995
1017
  .right_12px { right: 12px; }
1018
+ /* @truss p:4000 c:right_neg2px */
1019
+ .right_neg2px { right: -2px; }
996
1020
  /* @truss p:4000 c:top0 */
997
1021
  .top0 { top: calc(var(--t-spacing) * 0); }
998
1022
  /* @truss p:4000 c:top1 */
@@ -1007,6 +1031,10 @@
1007
1031
  .top_48px { top: 48px; }
1008
1032
  /* @truss p:4000 c:top_4px */
1009
1033
  .top_4px { top: 4px; }
1034
+ /* @truss p:4000 c:top_neg1px */
1035
+ .top_neg1px { top: -1px; }
1036
+ /* @truss p:4000 c:top_neg32px */
1037
+ .top_neg32px { top: -32px; }
1010
1038
  /* @truss p:4000 c:tp_0 */
1011
1039
  .tp_0 { top: 0; }
1012
1040
  /* @truss p:4000 c:vh100 */
@@ -1073,10 +1101,6 @@
1073
1101
  .wfc { width: fit-content; }
1074
1102
  /* @truss p:4000 c:width_100dvw */
1075
1103
  .width_100dvw { width: 100dvw; }
1076
- /* @truss p:4000 c:width_fit_content */
1077
- .width_fit_content { width: fit-content; }
1078
- /* @truss p:4000 c:width_max_content */
1079
- .width_max_content { width: max-content; }
1080
1104
  /* @truss p:4000 c:wmaxc */
1081
1105
  .wmaxc { width: max-content; }
1082
1106
  /* @truss p:4000.5 c:borderBottomWidth_var */
@@ -1089,8 +1113,6 @@
1089
1113
  .h_var { height: var(--height); }
1090
1114
  /* @truss p:4000.5 c:left_var */
1091
1115
  .left_var { left: var(--left); }
1092
- /* @truss p:4000.5 c:m_var */
1093
- .m_var { margin-top: var(--marginTop); margin-bottom: var(--marginBottom); margin-right: var(--marginRight); margin-left: var(--marginLeft); }
1094
1116
  /* @truss p:4000.5 c:maxw_var */
1095
1117
  .maxw_var { max-width: var(--maxWidth); }
1096
1118
  /* @truss p:4000.5 c:mb_var */
@@ -1101,12 +1123,8 @@
1101
1123
  .ml_var { margin-left: var(--marginLeft); }
1102
1124
  /* @truss p:4000.5 c:mr_var */
1103
1125
  .mr_var { margin-right: var(--marginRight); }
1104
- /* @truss p:4000.5 c:mt_var */
1105
- .mt_var { margin-top: var(--marginTop); }
1106
1126
  /* @truss p:4000.5 c:mw_var */
1107
1127
  .mw_var { min-width: var(--minWidth); }
1108
- /* @truss p:4000.5 c:mx_var */
1109
- .mx_var { margin-left: var(--marginLeft); margin-right: var(--marginRight); }
1110
1128
  /* @truss p:4000.5 c:pb_var */
1111
1129
  .pb_var { padding-bottom: var(--paddingBottom); }
1112
1130
  /* @truss p:4000.5 c:pl_var */
@@ -1238,14 +1256,6 @@
1238
1256
  /* @truss @property */
1239
1257
  @property --left { syntax: "*"; inherits: false; }
1240
1258
  /* @truss @property */
1241
- @property --marginTop { syntax: "*"; inherits: false; }
1242
- /* @truss @property */
1243
- @property --marginBottom { syntax: "*"; inherits: false; }
1244
- /* @truss @property */
1245
- @property --marginRight { syntax: "*"; inherits: false; }
1246
- /* @truss @property */
1247
- @property --marginLeft { syntax: "*"; inherits: false; }
1248
- /* @truss @property */
1249
1259
  @property --maxWidth { syntax: "*"; inherits: false; }
1250
1260
  /* @truss @property */
1251
1261
  @property --marginBottom { syntax: "*"; inherits: false; }
@@ -1256,14 +1266,8 @@
1256
1266
  /* @truss @property */
1257
1267
  @property --marginRight { syntax: "*"; inherits: false; }
1258
1268
  /* @truss @property */
1259
- @property --marginTop { syntax: "*"; inherits: false; }
1260
- /* @truss @property */
1261
1269
  @property --minWidth { syntax: "*"; inherits: false; }
1262
1270
  /* @truss @property */
1263
- @property --marginLeft { syntax: "*"; inherits: false; }
1264
- /* @truss @property */
1265
- @property --marginRight { syntax: "*"; inherits: false; }
1266
- /* @truss @property */
1267
1271
  @property --paddingBottom { syntax: "*"; inherits: false; }
1268
1272
  /* @truss @property */
1269
1273
  @property --paddingLeft { syntax: "*"; inherits: false; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "3.108.1",
3
+ "version": "3.108.2",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",
@@ -100,7 +100,7 @@
100
100
  "@homebound/eslint-config": "^1.10.2",
101
101
  "@homebound/rtl-react-router-utils": "2.0.0",
102
102
  "@homebound/rtl-utils": "^2.71.0",
103
- "@homebound/truss": "2.28.0",
103
+ "@homebound/truss": "2.29.5",
104
104
  "@homebound/tsconfig": "^1.1.1",
105
105
  "@semantic-release/exec": "^7.1.0",
106
106
  "@semantic-release/git": "^10.0.1",