@homebound/beam 3.72.0 → 3.72.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
@@ -3,6 +3,8 @@
3
3
  .animation_pulse_2s_cubic_bezier_0_4_0_0_6_1_infinite { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
4
4
  /* @truss p:1000 c:bd_0 */
5
5
  .bd_0 { border: 0; }
6
+ /* @truss p:1000 c:gridArea_1_1 */
7
+ .gridArea_1_1 { grid-area: 1/1; }
6
8
  /* @truss p:1000 c:m_0 */
7
9
  .m_0 { margin: 0; }
8
10
  /* @truss p:1000 c:m_neg1px */
@@ -267,8 +269,6 @@
267
269
  .bgc_rgba_36_36_36_0_6 { background-color: rgba(36,36,36,0.6); }
268
270
  /* @truss p:3000 c:blue500 */
269
271
  .blue500 { color: rgba(59, 130, 246, 1); }
270
- /* @truss p:3000 c:blue700 */
271
- .blue700 { color: rgba(29, 78, 216, 1); }
272
272
  /* @truss p:3000 c:blue800 */
273
273
  .blue800 { color: rgba(30, 64, 175, 1); }
274
274
  /* @truss p:3000 c:blue900 */
@@ -383,8 +383,6 @@
383
383
  .fz_20px { font-size: 20px; }
384
384
  /* @truss p:3000 c:fz_30px */
385
385
  .fz_30px { font-size: 30px; }
386
- /* @truss p:3000 c:gray400 */
387
- .gray400 { color: rgba(201, 201, 201, 1); }
388
386
  /* @truss p:3000 c:gray500 */
389
387
  .gray500 { color: rgba(175, 175, 175, 1); }
390
388
  /* @truss p:3000 c:gray600 */
@@ -409,6 +407,8 @@
409
407
  .jcfs { justify-content: flex-start; }
410
408
  /* @truss p:3000 c:jcsb */
411
409
  .jcsb { justify-content: space-between; }
410
+ /* @truss p:3000 c:jic */
411
+ .jic { justify-items: center; }
412
412
  /* @truss p:3000 c:jsc */
413
413
  .jsc { justify-self: center; }
414
414
  /* @truss p:3000 c:lh_0 */
@@ -431,6 +431,8 @@
431
431
  .lineHeight_1 { line-height: 1; }
432
432
  /* @truss p:3000 c:o0 */
433
433
  .o0 { opacity: 0; }
434
+ /* @truss p:3000 c:o100 */
435
+ .o100 { opacity: 1; }
434
436
  /* @truss p:3000 c:o50 */
435
437
  .o50 { opacity: 0.5; }
436
438
  /* @truss p:3000 c:objectContain */
@@ -485,6 +487,10 @@
485
487
  .to_ellipsis { text-overflow: ellipsis; }
486
488
  /* @truss p:3000 c:transform_rotate_180deg */
487
489
  .transform_rotate_180deg { transform: rotate(180deg); }
490
+ /* @truss p:3000 c:transform_scale_0_75_translateY_100 */
491
+ .transform_scale_0_75_translateY_100 { transform: scale(0.75) translateY(100%); }
492
+ /* @truss p:3000 c:transform_scale_1_translateY_0 */
493
+ .transform_scale_1_translateY_0 { transform: scale(1) translateY(0%); }
488
494
  /* @truss p:3000 c:transform_translateX_50 */
489
495
  .transform_translateX_50 { transform: translateX(-50%); }
490
496
  /* @truss p:3000 c:transform_translateY_0 */
@@ -525,6 +531,8 @@
525
531
  .wlc_2 { -webkit-line-clamp: 2; }
526
532
  /* @truss p:3000 c:wlc_3 */
527
533
  .wlc_3 { -webkit-line-clamp: 3; }
534
+ /* @truss p:3000 c:wordBreak_break_all */
535
+ .wordBreak_break_all { word-break: break-all; }
528
536
  /* @truss p:3000 c:wsn */
529
537
  .wsn { white-space: normal; }
530
538
  /* @truss p:3000 c:wsnw */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "3.72.0",
3
+ "version": "3.72.1",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",