@photonhealth/elements 0.2.11 → 0.2.13

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.
@@ -5,4 +5,5 @@ export declare const AddPrescriptionCard: (props: {
5
5
  actions: Record<string, (...args: any) => any>;
6
6
  store: Record<string, any>;
7
7
  weight?: number | undefined;
8
+ weightUnit?: string | undefined;
8
9
  }) => import("solid-js").JSX.Element;
@@ -8,5 +8,6 @@ export declare const PatientCard: (props: {
8
8
  enableOrder?: boolean | undefined;
9
9
  address?: Address | undefined;
10
10
  weight?: number | undefined;
11
+ weightUnit?: string | undefined;
11
12
  enableMedHistory?: boolean | undefined;
12
13
  }) => import("solid-js").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photonhealth/elements",
3
- "version": "0.2.11",
3
+ "version": "0.2.13",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -44,7 +44,7 @@
44
44
  "eslint-plugin-unused-imports": "^2.0.0",
45
45
  "fast-glob": "^3.2.12",
46
46
  "open-props": "^1.4.16",
47
- "postcss": "^8.4.16",
47
+ "postcss": "^8.4.31",
48
48
  "postcss-custom-media": "^8.0.2",
49
49
  "postcss-jit-props": "^1.0.7",
50
50
  "rimraf": "^3.0.2",
@@ -1,6 +0,0 @@
1
- import { Story, Meta } from '@storybook/html';
2
- import '.';
3
- declare const _default: Meta<import("@storybook/types").Args>;
4
- export default _default;
5
- export declare const Solid: Story<import("@storybook/types").Args>;
6
- export declare const Outline: Story<import("@storybook/types").Args>;
@@ -1,6 +0,0 @@
1
- import { Meta } from '@storybook/html';
2
- import '../photon-client';
3
- import '.';
4
- declare const _default: Meta<import("@storybook/types").Args>;
5
- export default _default;
6
- export declare const PrescribeWorkflow: () => HTMLDivElement;
@@ -1,7 +0,0 @@
1
- import { Story, Meta } from '@storybook/html';
2
- import '../photon-client';
3
- import '.';
4
- import type { PhoneInputProps } from '.';
5
- declare const _default: Meta<import("@storybook/types").Args>;
6
- export default _default;
7
- export declare const PhoneInput: Story<PhoneInputProps>;
@@ -1,6 +0,0 @@
1
- import { Story, Meta } from '@storybook/html';
2
- import '../photon-client';
3
- import '.';
4
- declare const _default: Meta<import("@storybook/types").Args>;
5
- export default _default;
6
- export declare const TreatmentSelect: Story<import("@storybook/types").Args>;
@@ -1,6 +0,0 @@
1
- import { Story, Meta } from '@storybook/html';
2
- import '../photon-client';
3
- import '.';
4
- declare const _default: Meta<import("@storybook/types").Args>;
5
- export default _default;
6
- export declare const UpdatePatientDialog: Story<import("@storybook/types").Args>;