@homebound/beam 3.42.0 → 3.42.2

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
@@ -249,12 +249,10 @@
249
249
  .bgGray900 { background-color: rgba(36, 36, 36, 1); }
250
250
  /* @truss p:3000 c:bgGreen100 */
251
251
  .bgGreen100 { background-color: rgba(209, 250, 229, 1); }
252
- /* @truss p:3000 c:bgGreen200 */
253
- .bgGreen200 { background-color: rgba(167, 243, 208, 1); }
252
+ /* @truss p:3000 c:bgOrange100 */
253
+ .bgOrange100 { background-color: rgba(255, 237, 213, 1); }
254
254
  /* @truss p:3000 c:bgRed100 */
255
255
  .bgRed100 { background-color: rgba(254, 226, 226, 1); }
256
- /* @truss p:3000 c:bgRed200 */
257
- .bgRed200 { background-color: rgba(254, 202, 202, 1); }
258
256
  /* @truss p:3000 c:bgRed600 */
259
257
  .bgRed600 { background-color: rgba(220, 38, 38, 1); }
260
258
  /* @truss p:3000 c:bgRed700 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "3.42.0",
3
+ "version": "3.42.2",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",