@cronocode/react-box 0.3.0 → 0.3.1

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.
Files changed (4) hide show
  1. package/box.d.ts +1 -0
  2. package/box.js +3417 -3316
  3. package/package.json +1 -1
  4. package/style.css +1 -1
package/box.d.ts CHANGED
@@ -128,6 +128,7 @@ interface BoxOpacity {
128
128
  interface BoxFont {
129
129
  fontSize?: FontSizeType;
130
130
  fontWeight?: 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900;
131
+ letterSpacing?: SizeType;
131
132
  }
132
133
  interface BoxText {
133
134
  textDecoration?: 'none' | 'underline';