@homebound/beam 3.23.0 → 3.24.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
@@ -361,6 +361,8 @@
361
361
  .fs0 { flex-shrink: 0; }
362
362
  /* @truss p:3000 c:fs1 */
363
363
  .fs1 { flex-shrink: 1; }
364
+ /* @truss p:3000 c:fsyi */
365
+ .fsyi { font-style: italic; }
364
366
  /* @truss p:3000 c:fw4 */
365
367
  .fw4 { font-weight: 400; }
366
368
  /* @truss p:3000 c:fw5 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "3.23.0",
3
+ "version": "3.24.0",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",
@@ -96,7 +96,7 @@
96
96
  "@homebound/eslint-config": "^1.10.2",
97
97
  "@homebound/rtl-react-router-utils": "2.0.0",
98
98
  "@homebound/rtl-utils": "^2.71.0",
99
- "@homebound/truss": "2.25.0",
99
+ "@homebound/truss": "2.26.0",
100
100
  "@homebound/tsconfig": "^1.1.1",
101
101
  "@semantic-release/exec": "^7.1.0",
102
102
  "@semantic-release/git": "^10.0.1",