@homebound/beam 3.41.0 → 3.42.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
@@ -167,8 +167,6 @@
167
167
  .bw_var { border-width: var(--borderWidth); }
168
168
  /* @truss p:2000.5 c:gap_var */
169
169
  .gap_var { gap: var(--gap); }
170
- /* @truss p:2000.5 c:gc_var */
171
- .gc_var { grid-column: var(--gridColumn); }
172
170
  /* @truss p:2092 c:d_bcGray300 */
173
171
  .d_bcGray300:disabled { border-color: rgba(221, 220, 220, 1); }
174
172
  /* @truss p:2130 c:h_bcGray700 */
@@ -425,8 +423,6 @@
425
423
  .gtc_1fr_auto { grid-template-columns: 1fr auto; }
426
424
  /* @truss p:3000 c:gtc_50px_1fr */
427
425
  .gtc_50px_1fr { grid-template-columns: 50px 1fr; }
428
- /* @truss p:3000 c:gtc_repeat_2_minmax_0_1fr */
429
- .gtc_repeat_2_minmax_0_1fr { grid-template-columns: repeat(2, minmax(0, 1fr)); }
430
426
  /* @truss p:3000 c:gtr_auto */
431
427
  .gtr_auto { grid-template-rows: auto; }
432
428
  /* @truss p:3000 c:gtr_auto_1fr */
@@ -685,6 +681,8 @@
685
681
  .h_32px { height: 32px; }
686
682
  /* @truss p:4000 c:h_40px */
687
683
  .h_40px { height: 40px; }
684
+ /* @truss p:4000 c:h_430px */
685
+ .h_430px { height: 430px; }
688
686
  /* @truss p:4000 c:h_48px */
689
687
  .h_48px { height: 48px; }
690
688
  /* @truss p:4000 c:h_4px */
@@ -1094,8 +1092,6 @@
1094
1092
  /* @truss @property */
1095
1093
  @property --gap { syntax: "*"; inherits: false; }
1096
1094
  /* @truss @property */
1097
- @property --gridColumn { syntax: "*"; inherits: false; }
1098
- /* @truss @property */
1099
1095
  @property --alignItems { syntax: "*"; inherits: false; }
1100
1096
  /* @truss @property */
1101
1097
  @property --backgroundImage { syntax: "*"; inherits: false; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "3.41.0",
3
+ "version": "3.42.0",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",