@rivet-health/design-system 31.8.1 → 31.8.2

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.
@@ -13,5 +13,5 @@ export declare class PhoneFieldComponent extends TextFieldComponent {
13
13
  }
14
14
  export declare namespace PhoneFieldComponent {
15
15
  function clean(v: string): string;
16
- function format(v: string): string;
16
+ function format(value: string): string;
17
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivet-health/design-system",
3
- "version": "31.8.1",
3
+ "version": "31.8.2",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^14.0.0",
6
6
  "@angular/common": "^14.0.0",