@purple/phoenix-components 4.20.0 → 4.20.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.
package/dist/index.d.ts CHANGED
@@ -717,6 +717,7 @@ declare const prefixedTheme: {
717
717
  regular: number;
718
718
  bold: number;
719
719
  };
720
+ fontSize: number;
720
721
  borderRadius: {
721
722
  tiny: string;
722
723
  small: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purple/phoenix-components",
3
- "version": "4.20.0",
3
+ "version": "4.20.1",
4
4
  "description": "",
5
5
  "main": "dist/bundle.umd.js",
6
6
  "module": "dist/bundle.esm.js",