@photonhealth/elements 0.0.101 → 0.0.102

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/utils.d.ts CHANGED
@@ -2,3 +2,4 @@ export declare const validateProps: (props: Record<string, any>, required: strin
2
2
  export declare const hasAuthParams: (searchParams?: string) => boolean;
3
3
  export declare const toTitleCase: (str: string) => string;
4
4
  export declare const isZip: (zip: string) => boolean;
5
+ export declare const formatDate: (dateString: string) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photonhealth/elements",
3
- "version": "0.0.101",
3
+ "version": "0.0.102",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",