@homebound/beam 3.34.1 → 3.36.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/truss.css CHANGED
@@ -17,8 +17,8 @@
17
17
  .bcBlue200 { border-color: rgba(191, 219, 254, 1); }
18
18
  /* @truss p:2000 c:bcBlue300 */
19
19
  .bcBlue300 { border-color: rgba(147, 197, 253, 1); }
20
- /* @truss p:2000 c:bcBlue500 */
21
- .bcBlue500 { border-color: rgba(59, 130, 246, 1); }
20
+ /* @truss p:2000 c:bcBlue600 */
21
+ .bcBlue600 { border-color: rgba(37, 99, 235, 1); }
22
22
  /* @truss p:2000 c:bcBlue700 */
23
23
  .bcBlue700 { border-color: rgba(29, 78, 216, 1); }
24
24
  /* @truss p:2000 c:bcBlue900 */
@@ -203,6 +203,8 @@
203
203
  .animationTimingFunction_linear { animation-timing-function: linear; }
204
204
  /* @truss p:3000 c:appearance_none */
205
205
  .appearance_none { appearance: none; }
206
+ /* @truss p:3000 c:asStretch */
207
+ .asStretch { align-self: stretch; }
206
208
  /* @truss p:3000 c:asc */
207
209
  .asc { align-self: center; }
208
210
  /* @truss p:3000 c:asfe */
@@ -345,6 +347,8 @@
345
347
  .dn { display: none; }
346
348
  /* @truss p:3000 c:dtc */
347
349
  .dtc { display: table-cell; }
350
+ /* @truss p:3000 c:fb_0 */
351
+ .fb_0 { flex-basis: 0; }
348
352
  /* @truss p:3000 c:fdc */
349
353
  .fdc { flex-direction: column; }
350
354
  /* @truss p:3000 c:fdr */
@@ -691,6 +695,8 @@
691
695
  .h_auto { height: auto; }
692
696
  /* @truss p:4000 c:h_calc_100vh_168px */
693
697
  .h_calc_100vh_168px { height: calc(100vh - 168px); }
698
+ /* @truss p:4000 c:ha */
699
+ .ha { height: auto; }
694
700
  /* @truss p:4000 c:height_100dvh */
695
701
  .height_100dvh { height: 100dvh; }
696
702
  /* @truss p:4000 c:l_0 */
@@ -819,6 +825,8 @@
819
825
  .mw0 { min-width: 0; }
820
826
  /* @truss p:4000 c:mw100 */
821
827
  .mw100 { min-width: 100%; }
828
+ /* @truss p:4000 c:mw_187px */
829
+ .mw_187px { min-width: 187px; }
822
830
  /* @truss p:4000 c:mw_32px */
823
831
  .mw_32px { min-width: 32px; }
824
832
  /* @truss p:4000 c:mw_fit_content */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "3.34.1",
3
+ "version": "3.36.0",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",