@homebound/beam 3.95.0 → 3.96.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
@@ -31,6 +31,8 @@
31
31
  .bcGray300 { border-color: rgba(221, 220, 220, 1); }
32
32
  /* @truss p:2000 c:bcGray400 */
33
33
  .bcGray400 { border-color: rgba(201, 201, 201, 1); }
34
+ /* @truss p:2000 c:bcPurple600 */
35
+ .bcPurple600 { border-color: rgba(124, 58, 237, 1); }
34
36
  /* @truss p:2000 c:bcTransparent */
35
37
  .bcTransparent { border-color: rgba(0,0,0,0); }
36
38
  /* @truss p:2000 c:bcWhite */
@@ -269,6 +271,8 @@
269
271
  .bgGreen100 { background-color: rgba(209, 250, 229, 1); }
270
272
  /* @truss p:3000 c:bgOrange100 */
271
273
  .bgOrange100 { background-color: rgba(255, 237, 213, 1); }
274
+ /* @truss p:3000 c:bgPurple200 */
275
+ .bgPurple200 { background-color: rgba(221, 214, 254, 1); }
272
276
  /* @truss p:3000 c:bgRed100 */
273
277
  .bgRed100 { background-color: rgba(254, 226, 226, 1); }
274
278
  /* @truss p:3000 c:bgRed600 */
@@ -487,6 +491,8 @@
487
491
  .pointerEvents_none { pointer-events: none; }
488
492
  /* @truss p:3000 c:purple700 */
489
493
  .purple700 { color: rgba(109, 40, 217, 1); }
494
+ /* @truss p:3000 c:purple800 */
495
+ .purple800 { color: rgba(91, 33, 182, 1); }
490
496
  /* @truss p:3000 c:red200 */
491
497
  .red200 { color: rgba(254, 202, 202, 1); }
492
498
  /* @truss p:3000 c:red500 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "3.95.0",
3
+ "version": "3.96.0",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",