@homebound/beam 3.63.0 → 3.64.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
@@ -23,16 +23,12 @@
23
23
  .bcBlue700 { border-color: rgba(29, 78, 216, 1); }
24
24
  /* @truss p:2000 c:bcBlue900 */
25
25
  .bcBlue900 { border-color: rgba(30, 58, 138, 1); }
26
- /* @truss p:2000 c:bcGray100 */
27
- .bcGray100 { border-color: rgba(247, 245, 245, 1); }
28
26
  /* @truss p:2000 c:bcGray200 */
29
27
  .bcGray200 { border-color: rgba(236, 235, 235, 1); }
30
28
  /* @truss p:2000 c:bcGray300 */
31
29
  .bcGray300 { border-color: rgba(221, 220, 220, 1); }
32
30
  /* @truss p:2000 c:bcGray400 */
33
31
  .bcGray400 { border-color: rgba(201, 201, 201, 1); }
34
- /* @truss p:2000 c:bcGray700 */
35
- .bcGray700 { border-color: rgba(100, 100, 100, 1); }
36
32
  /* @truss p:2000 c:bcTransparent */
37
33
  .bcTransparent { border-color: rgba(0,0,0,0); }
38
34
  /* @truss p:2000 c:bcWhite */
@@ -175,10 +171,12 @@
175
171
  .lot_bsn:last-of-type { border-style: none; }
176
172
  /* @truss p:2055 c:lot_bw_0 */
177
173
  .lot_bw_0:last-of-type { border-width: 0; }
178
- /* @truss p:2092 c:d_bcGray300 */
179
- .d_bcGray300:disabled { border-color: rgba(221, 220, 220, 1); }
180
- /* @truss p:2130 c:h_bcGray700 */
181
- .h_bcGray700:hover { border-color: rgba(100, 100, 100, 1); }
174
+ /* @truss p:2092.5 c:d_bc_var */
175
+ .d_bc_var:disabled { border-color: var(--d_borderColor); }
176
+ /* @truss p:2130 c:h_oa */
177
+ .h_oa:hover { overflow: auto; }
178
+ /* @truss p:2130.5 c:h_bc_var */
179
+ .h_bc_var:hover { border-color: var(--h_borderColor); }
182
180
  /* @truss p:3000 c:absolute */
183
181
  .absolute { position: absolute; }
184
182
  /* @truss p:3000 c:aiStretch */
@@ -217,8 +215,6 @@
217
215
  .asfs { align-self: flex-start; }
218
216
  /* @truss p:3000 c:backgroundColor_currentColor */
219
217
  .backgroundColor_currentColor { background-color: currentColor; }
220
- /* @truss p:3000 c:backgroundColor_rgba_36_36_36_0_2 */
221
- .backgroundColor_rgba_36_36_36_0_2 { background-color: rgba(36,36,36,0.2); }
222
218
  /* @truss p:3000 c:backgroundRepeat_no_repeat */
223
219
  .backgroundRepeat_no_repeat { background-repeat: no-repeat; }
224
220
  /* @truss p:3000 c:backgroundSize_100_100 */
@@ -229,10 +225,6 @@
229
225
  .bgBlue50 { background-color: rgba(239, 246, 255, 1); }
230
226
  /* @truss p:3000 c:bgBlue500 */
231
227
  .bgBlue500 { background-color: rgba(59, 130, 246, 1); }
232
- /* @truss p:3000 c:bgBlue600 */
233
- .bgBlue600 { background-color: rgba(37, 99, 235, 1); }
234
- /* @truss p:3000 c:bgBlue700 */
235
- .bgBlue700 { background-color: rgba(29, 78, 216, 1); }
236
228
  /* @truss p:3000 c:bgBlue900 */
237
229
  .bgBlue900 { background-color: rgba(30, 58, 138, 1); }
238
230
  /* @truss p:3000 c:bgColor_FFFFFF90 */
@@ -243,14 +235,8 @@
243
235
  .bgGray200 { background-color: rgba(236, 235, 235, 1); }
244
236
  /* @truss p:3000 c:bgGray300 */
245
237
  .bgGray300 { background-color: rgba(221, 220, 220, 1); }
246
- /* @truss p:3000 c:bgGray400 */
247
- .bgGray400 { background-color: rgba(201, 201, 201, 1); }
248
- /* @truss p:3000 c:bgGray50 */
249
- .bgGray50 { background-color: rgba(255, 253, 253, 1); }
250
238
  /* @truss p:3000 c:bgGray700 */
251
239
  .bgGray700 { background-color: rgba(100, 100, 100, 1); }
252
- /* @truss p:3000 c:bgGray800 */
253
- .bgGray800 { background-color: rgba(53, 53, 53, 1); }
254
240
  /* @truss p:3000 c:bgGray900 */
255
241
  .bgGray900 { background-color: rgba(36, 36, 36, 1); }
256
242
  /* @truss p:3000 c:bgGreen100 */
@@ -279,12 +265,8 @@
279
265
  .bgYellow400 { background-color: rgba(250, 204, 21, 1); }
280
266
  /* @truss p:3000 c:bgc_rgba_36_36_36_0_6 */
281
267
  .bgc_rgba_36_36_36_0_6 { background-color: rgba(36,36,36,0.6); }
282
- /* @truss p:3000 c:blue300 */
283
- .blue300 { color: rgba(147, 197, 253, 1); }
284
268
  /* @truss p:3000 c:blue500 */
285
269
  .blue500 { color: rgba(59, 130, 246, 1); }
286
- /* @truss p:3000 c:blue600 */
287
- .blue600 { color: rgba(37, 99, 235, 1); }
288
270
  /* @truss p:3000 c:blue700 */
289
271
  .blue700 { color: rgba(29, 78, 216, 1); }
290
272
  /* @truss p:3000 c:blue800 */
@@ -401,20 +383,12 @@
401
383
  .fz_20px { font-size: 20px; }
402
384
  /* @truss p:3000 c:fz_30px */
403
385
  .fz_30px { font-size: 30px; }
404
- /* @truss p:3000 c:gray100 */
405
- .gray100 { color: rgba(247, 245, 245, 1); }
406
- /* @truss p:3000 c:gray300 */
407
- .gray300 { color: rgba(221, 220, 220, 1); }
408
386
  /* @truss p:3000 c:gray400 */
409
387
  .gray400 { color: rgba(201, 201, 201, 1); }
410
388
  /* @truss p:3000 c:gray500 */
411
389
  .gray500 { color: rgba(175, 175, 175, 1); }
412
390
  /* @truss p:3000 c:gray600 */
413
391
  .gray600 { color: rgba(141, 141, 141, 1); }
414
- /* @truss p:3000 c:gray700 */
415
- .gray700 { color: rgba(100, 100, 100, 1); }
416
- /* @truss p:3000 c:gray800 */
417
- .gray800 { color: rgba(53, 53, 53, 1); }
418
392
  /* @truss p:3000 c:gray900 */
419
393
  .gray900 { color: rgba(36, 36, 36, 1); }
420
394
  /* @truss p:3000 c:green500 */
@@ -483,8 +457,6 @@
483
457
  .red200 { color: rgba(254, 202, 202, 1); }
484
458
  /* @truss p:3000 c:red500 */
485
459
  .red500 { color: rgba(239, 68, 68, 1); }
486
- /* @truss p:3000 c:red600 */
487
- .red600 { color: rgba(220, 38, 38, 1); }
488
460
  /* @truss p:3000 c:red800 */
489
461
  .red800 { color: rgba(153, 27, 27, 1); }
490
462
  /* @truss p:3000 c:red900 */
@@ -603,16 +575,10 @@
603
575
  .z_var { z-index: var(--zIndex); }
604
576
  /* @truss p:3092 c:d_cursorNotAllowed */
605
577
  .d_cursorNotAllowed:disabled { cursor: not-allowed; }
606
- /* @truss p:3092 c:d_gray400 */
607
- .d_gray400:disabled { color: rgba(201, 201, 201, 1); }
608
- /* @truss p:3130 c:h_bgGray100 */
609
- .h_bgGray100:hover { background-color: rgba(247, 245, 245, 1); }
610
- /* @truss p:3130 c:h_bgGray200 */
611
- .h_bgGray200:hover { background-color: rgba(236, 235, 235, 1); }
578
+ /* @truss p:3092.5 c:d_color_var */
579
+ .d_color_var:disabled { color: var(--d_color); }
612
580
  /* @truss p:3130 c:h_bgGray300 */
613
581
  .h_bgGray300:hover { background-color: rgba(221, 220, 220, 1); }
614
- /* @truss p:3130 c:h_bgGray700 */
615
- .h_bgGray700:hover { background-color: rgba(100, 100, 100, 1); }
616
582
  /* @truss p:3130 c:h_bshHover */
617
583
  .h_bshHover:hover { box-shadow: 0px 4px 8px rgba(53, 53, 53, 0.1), 0px 2px 24px rgba(53, 53, 53, 0.08);; }
618
584
  /* @truss p:3130 c:h_cursorPointer */
@@ -623,12 +589,12 @@
623
589
  .h_fz_16px:hover { font-size: 16px; }
624
590
  /* @truss p:3130 c:h_gray600 */
625
591
  .h_gray600:hover { color: rgba(141, 141, 141, 1); }
626
- /* @truss p:3130 c:h_gray900 */
627
- .h_gray900:hover { color: rgba(36, 36, 36, 1); }
628
592
  /* @truss p:3130 c:h_lh_24px */
629
593
  .h_lh_24px:hover { line-height: 24px; }
630
594
  /* @truss p:3130.5 c:h_bgColor_var */
631
595
  .h_bgColor_var:hover { background-color: var(--h_backgroundColor); }
596
+ /* @truss p:3130.5 c:h_color_var */
597
+ .h_color_var:hover { color: var(--h_color); }
632
598
  /* @truss p:3200 c:mdandup_df */
633
599
  @media screen and (min-width: 600px) { .mdandup_df.mdandup_df { display: flex; } }
634
600
  /* @truss p:3200 c:mdandup_dib */
@@ -1083,6 +1049,8 @@
1083
1049
  .top_var { top: var(--top); }
1084
1050
  /* @truss p:4000.5 c:w_var */
1085
1051
  .w_var { width: var(--width); }
1052
+ /* @truss p:4130 c:h_maxh_inherit */
1053
+ .h_maxh_inherit:hover { max-height: inherit; }
1086
1054
  /* @truss p:4200 c:mdandup_pl5 */
1087
1055
  @media screen and (min-width: 600px) { .mdandup_pl5.mdandup_pl5 { padding-left: calc(var(--t-spacing) * 5); } }
1088
1056
  /* @truss p:4200 c:mdandup_pr5 */
@@ -1104,6 +1072,10 @@
1104
1072
  /* @truss @property */
1105
1073
  @property --gap { syntax: "*"; inherits: false; }
1106
1074
  /* @truss @property */
1075
+ @property --d_borderColor { syntax: "*"; inherits: false; }
1076
+ /* @truss @property */
1077
+ @property --h_borderColor { syntax: "*"; inherits: false; }
1078
+ /* @truss @property */
1107
1079
  @property --alignItems { syntax: "*"; inherits: false; }
1108
1080
  /* @truss @property */
1109
1081
  @property --backgroundImage { syntax: "*"; inherits: false; }
@@ -1138,8 +1110,12 @@
1138
1110
  /* @truss @property */
1139
1111
  @property --zIndex { syntax: "*"; inherits: false; }
1140
1112
  /* @truss @property */
1113
+ @property --d_color { syntax: "*"; inherits: false; }
1114
+ /* @truss @property */
1141
1115
  @property --h_backgroundColor { syntax: "*"; inherits: false; }
1142
1116
  /* @truss @property */
1117
+ @property --h_color { syntax: "*"; inherits: false; }
1118
+ /* @truss @property */
1143
1119
  @property --borderBottomWidth { syntax: "*"; inherits: false; }
1144
1120
  /* @truss @property */
1145
1121
  @property --borderTopColor { syntax: "*"; inherits: false; }
@@ -1209,7 +1185,7 @@
1209
1185
  .beam-bhp:hover:not(:has(.beam-bhc:hover)) .beam-bhc {
1210
1186
  border-style: solid;
1211
1187
  border-width: 1px;
1212
- border-color: rgba(147, 197, 253, 1);
1188
+ border-color: var(--b-field-border-focus);
1213
1189
  }
1214
1190
 
1215
1191
  .beam-row-hover:hover > * {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "3.63.0",
3
+ "version": "3.64.0",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",
@@ -104,7 +104,6 @@
104
104
  "@homebound/tsconfig": "^1.1.1",
105
105
  "@semantic-release/exec": "^7.1.0",
106
106
  "@semantic-release/git": "^10.0.1",
107
- "@storybook/addon-links": "^10.4.0",
108
107
  "@storybook/react-vite": "^10.4.0",
109
108
  "@testing-library/dom": "^10.4.1",
110
109
  "@testing-library/jest-dom": "^6.9.1",