@purple/phoenix-components 4.19.1 → 4.20.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/index.d.ts CHANGED
@@ -507,6 +507,7 @@ interface FormControlProps extends GenericComponentProps {
507
507
  size?: ComponentSize;
508
508
  disabled?: boolean;
509
509
  focused?: boolean;
510
+ minimal?: boolean;
510
511
  }
511
512
 
512
513
  interface CommonSelectProps extends FormControlProps {
@@ -712,6 +713,10 @@ declare const prefixedTheme: {
712
713
  };
713
714
  };
714
715
  fontFamily: string;
716
+ fontWeight: {
717
+ regular: number;
718
+ bold: number;
719
+ };
715
720
  borderRadius: {
716
721
  tiny: string;
717
722
  small: string;
@@ -760,6 +765,18 @@ declare const prefixedTheme: {
760
765
  medium: number;
761
766
  large: number;
762
767
  };
768
+ padding: {
769
+ tiny: string;
770
+ small: string;
771
+ medium: string;
772
+ large: string;
773
+ };
774
+ borderRadius: {
775
+ tiny: number;
776
+ small: number;
777
+ medium: number;
778
+ large: number;
779
+ };
763
780
  };
764
781
  card: {
765
782
  default: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purple/phoenix-components",
3
- "version": "4.19.1",
3
+ "version": "4.20.0",
4
4
  "description": "",
5
5
  "main": "dist/bundle.umd.js",
6
6
  "module": "dist/bundle.esm.js",