@homebound/beam 3.41.0 → 3.42.1

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 */
@@ -251,12 +249,10 @@
251
249
  .bgGray900 { background-color: rgba(36, 36, 36, 1); }
252
250
  /* @truss p:3000 c:bgGreen100 */
253
251
  .bgGreen100 { background-color: rgba(209, 250, 229, 1); }
254
- /* @truss p:3000 c:bgGreen200 */
255
- .bgGreen200 { background-color: rgba(167, 243, 208, 1); }
252
+ /* @truss p:3000 c:bgOrange100 */
253
+ .bgOrange100 { background-color: rgba(255, 237, 213, 1); }
256
254
  /* @truss p:3000 c:bgRed100 */
257
255
  .bgRed100 { background-color: rgba(254, 226, 226, 1); }
258
- /* @truss p:3000 c:bgRed200 */
259
- .bgRed200 { background-color: rgba(254, 202, 202, 1); }
260
256
  /* @truss p:3000 c:bgRed600 */
261
257
  .bgRed600 { background-color: rgba(220, 38, 38, 1); }
262
258
  /* @truss p:3000 c:bgRed700 */
@@ -425,8 +421,6 @@
425
421
  .gtc_1fr_auto { grid-template-columns: 1fr auto; }
426
422
  /* @truss p:3000 c:gtc_50px_1fr */
427
423
  .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
424
  /* @truss p:3000 c:gtr_auto */
431
425
  .gtr_auto { grid-template-rows: auto; }
432
426
  /* @truss p:3000 c:gtr_auto_1fr */
@@ -685,6 +679,8 @@
685
679
  .h_32px { height: 32px; }
686
680
  /* @truss p:4000 c:h_40px */
687
681
  .h_40px { height: 40px; }
682
+ /* @truss p:4000 c:h_430px */
683
+ .h_430px { height: 430px; }
688
684
  /* @truss p:4000 c:h_48px */
689
685
  .h_48px { height: 48px; }
690
686
  /* @truss p:4000 c:h_4px */
@@ -1094,8 +1090,6 @@
1094
1090
  /* @truss @property */
1095
1091
  @property --gap { syntax: "*"; inherits: false; }
1096
1092
  /* @truss @property */
1097
- @property --gridColumn { syntax: "*"; inherits: false; }
1098
- /* @truss @property */
1099
1093
  @property --alignItems { syntax: "*"; inherits: false; }
1100
1094
  /* @truss @property */
1101
1095
  @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.1",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",