@homebound/beam 3.13.0 → 3.14.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
@@ -543,8 +543,6 @@
543
543
  .zIndex_auto { z-index: auto; }
544
544
  /* @truss p:3000 c:z_10 */
545
545
  .z_10 { z-index: 10; }
546
- /* @truss p:3000 c:z_1000 */
547
- .z_1000 { z-index: 1000; }
548
546
  /* @truss p:3000 c:z_999999 */
549
547
  .z_999999 { z-index: 999999; }
550
548
  /* @truss p:3000.5 c:ai_var */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "3.13.0",
3
+ "version": "3.14.0",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",