@homebound/beam 4.2.1 → 4.3.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
@@ -61,6 +61,8 @@
61
61
  .borderRadius_8px_0_0_0 { border-radius: 8px 0 0 0 ; }
62
62
  /* @truss p:2000 c:borderRadius_8px_8px_0_0 */
63
63
  .borderRadius_8px_8px_0_0 { border-radius: 8px 8px 0 0; }
64
+ /* @truss p:2000 c:borderRadius_999px */
65
+ .borderRadius_999px { border-radius: 999px; }
64
66
  /* @truss p:2000 c:borderWidth_3px */
65
67
  .borderWidth_3px { border-width: 3px; }
66
68
  /* @truss p:2000 c:br0 */
@@ -947,6 +949,8 @@
947
949
  .pl_10px { padding-left: 10px; }
948
950
  /* @truss p:4000 c:pl_12px */
949
951
  .pl_12px { padding-left: 12px; }
952
+ /* @truss p:4000 c:pl_20px */
953
+ .pl_20px { padding-left: 20px; }
950
954
  /* @truss p:4000 c:pl_24px */
951
955
  .pl_24px { padding-left: 24px; }
952
956
  /* @truss p:4000 c:pl_2px */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "4.2.1",
3
+ "version": "4.3.0",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",