@nordhealth/react 1.0.0-beta.9 → 1.0.0-rc.3
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/lib/index.d.ts +39 -18
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/package.json +3 -3
package/lib/index.d.ts
CHANGED
|
@@ -3,21 +3,32 @@ import * as Components from "@nordhealth/components";
|
|
|
3
3
|
export declare const Avatar: React.ForwardRefExoticComponent<Partial<Omit<Components.Avatar, "children">> & {} & React.HTMLAttributes<HTMLElement> & {
|
|
4
4
|
children?: React.ReactNode;
|
|
5
5
|
} & React.RefAttributes<unknown>>;
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const Calendar: React.ForwardRefExoticComponent<Partial<Omit<Components.Calendar, "children">> & {
|
|
7
|
+
onNordFocusDate?: ((e: Event) => unknown) | undefined;
|
|
8
|
+
onChange?: ((e: Event) => unknown) | undefined;
|
|
9
|
+
} & React.HTMLAttributes<HTMLElement> & {
|
|
7
10
|
children?: React.ReactNode;
|
|
8
11
|
} & React.RefAttributes<unknown>>;
|
|
9
|
-
export declare const
|
|
12
|
+
export declare const Button: React.ForwardRefExoticComponent<Partial<Omit<Components.Button, "children">> & {} & React.HTMLAttributes<HTMLElement> & {
|
|
10
13
|
children?: React.ReactNode;
|
|
11
14
|
} & React.RefAttributes<unknown>>;
|
|
12
|
-
export declare const
|
|
15
|
+
export declare const Badge: React.ForwardRefExoticComponent<Partial<Omit<Components.Badge, "children">> & {} & React.HTMLAttributes<HTMLElement> & {
|
|
13
16
|
children?: React.ReactNode;
|
|
14
17
|
} & React.RefAttributes<unknown>>;
|
|
15
|
-
export declare const
|
|
18
|
+
export declare const Banner: React.ForwardRefExoticComponent<Partial<Omit<Components.Banner, "children">> & {} & React.HTMLAttributes<HTMLElement> & {
|
|
16
19
|
children?: React.ReactNode;
|
|
17
20
|
} & React.RefAttributes<unknown>>;
|
|
18
21
|
export declare const Card: React.ForwardRefExoticComponent<Partial<Omit<Components.Card, "children">> & {} & React.HTMLAttributes<HTMLElement> & {
|
|
19
22
|
children?: React.ReactNode;
|
|
20
23
|
} & React.RefAttributes<unknown>>;
|
|
24
|
+
export declare const DatePicker: React.ForwardRefExoticComponent<Partial<Omit<Components.DatePicker, "children">> & {
|
|
25
|
+
onOpen?: ((e: Event) => unknown) | undefined;
|
|
26
|
+
onClose?: ((e: Event) => unknown) | undefined;
|
|
27
|
+
onChange?: ((e: Event) => unknown) | undefined;
|
|
28
|
+
onInput?: ((e: Event) => unknown) | undefined;
|
|
29
|
+
} & React.HTMLAttributes<HTMLElement> & {
|
|
30
|
+
children?: React.ReactNode;
|
|
31
|
+
} & React.RefAttributes<unknown>>;
|
|
21
32
|
export declare const Checkbox: React.ForwardRefExoticComponent<Partial<Omit<Components.Checkbox, "children">> & {
|
|
22
33
|
onInput?: ((e: Event) => unknown) | undefined;
|
|
23
34
|
onChange?: ((e: Event) => unknown) | undefined;
|
|
@@ -31,12 +42,13 @@ export declare const CommandMenu: React.ForwardRefExoticComponent<Partial<Omit<C
|
|
|
31
42
|
} & React.HTMLAttributes<HTMLElement> & {
|
|
32
43
|
children?: React.ReactNode;
|
|
33
44
|
} & React.RefAttributes<unknown>>;
|
|
34
|
-
export declare const
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
} & React.
|
|
45
|
+
export declare const Dropdown: React.ForwardRefExoticComponent<Partial<Omit<Components.Dropdown, "children">> & {} & React.HTMLAttributes<HTMLElement> & {
|
|
46
|
+
children?: React.ReactNode;
|
|
47
|
+
} & React.RefAttributes<unknown>>;
|
|
48
|
+
export declare const DropdownItem: React.ForwardRefExoticComponent<Partial<Omit<Components.DropdownItem, "children">> & {} & React.HTMLAttributes<HTMLElement> & {
|
|
49
|
+
children?: React.ReactNode;
|
|
50
|
+
} & React.RefAttributes<unknown>>;
|
|
51
|
+
export declare const DropdownGroup: React.ForwardRefExoticComponent<Partial<Omit<Components.DropdownGroup, "children">> & {} & React.HTMLAttributes<HTMLElement> & {
|
|
40
52
|
children?: React.ReactNode;
|
|
41
53
|
} & React.RefAttributes<unknown>>;
|
|
42
54
|
export declare const EmptyState: React.ForwardRefExoticComponent<Partial<Omit<Components.EmptyState, "children">> & {} & React.HTMLAttributes<HTMLElement> & {
|
|
@@ -51,18 +63,18 @@ export declare const Header: React.ForwardRefExoticComponent<Partial<Omit<Compon
|
|
|
51
63
|
export declare const Icon: React.ForwardRefExoticComponent<Partial<Omit<Components.Icon, "children">> & {} & React.HTMLAttributes<HTMLElement> & {
|
|
52
64
|
children?: React.ReactNode;
|
|
53
65
|
} & React.RefAttributes<unknown>>;
|
|
54
|
-
export declare const Input: React.ForwardRefExoticComponent<Partial<Omit<Components.Input, "children">> & {
|
|
55
|
-
onInput?: ((e: Event) => unknown) | undefined;
|
|
56
|
-
onChange?: ((e: Event) => unknown) | undefined;
|
|
57
|
-
} & React.HTMLAttributes<HTMLElement> & {
|
|
58
|
-
children?: React.ReactNode;
|
|
59
|
-
} & React.RefAttributes<unknown>>;
|
|
60
66
|
export declare const Layout: React.ForwardRefExoticComponent<Partial<Omit<Components.Layout, "children">> & {} & React.HTMLAttributes<HTMLElement> & {
|
|
61
67
|
children?: React.ReactNode;
|
|
62
68
|
} & React.RefAttributes<unknown>>;
|
|
63
69
|
export declare const NavGroup: React.ForwardRefExoticComponent<Partial<Omit<Components.NavGroup, "children">> & {} & React.HTMLAttributes<HTMLElement> & {
|
|
64
70
|
children?: React.ReactNode;
|
|
65
71
|
} & React.RefAttributes<unknown>>;
|
|
72
|
+
export declare const Input: React.ForwardRefExoticComponent<Partial<Omit<Components.Input, "children">> & {
|
|
73
|
+
onInput?: ((e: Event) => unknown) | undefined;
|
|
74
|
+
onChange?: ((e: Event) => unknown) | undefined;
|
|
75
|
+
} & React.HTMLAttributes<HTMLElement> & {
|
|
76
|
+
children?: React.ReactNode;
|
|
77
|
+
} & React.RefAttributes<unknown>>;
|
|
66
78
|
export declare const NavItem: React.ForwardRefExoticComponent<Partial<Omit<Components.NavItem, "children">> & {
|
|
67
79
|
onToggle?: ((e: Event) => unknown) | undefined;
|
|
68
80
|
} & React.HTMLAttributes<HTMLElement> & {
|
|
@@ -71,6 +83,12 @@ export declare const NavItem: React.ForwardRefExoticComponent<Partial<Omit<Compo
|
|
|
71
83
|
export declare const Navigation: React.ForwardRefExoticComponent<Partial<Omit<Components.Navigation, "children">> & {} & React.HTMLAttributes<HTMLElement> & {
|
|
72
84
|
children?: React.ReactNode;
|
|
73
85
|
} & React.RefAttributes<unknown>>;
|
|
86
|
+
export declare const Popout: React.ForwardRefExoticComponent<Partial<Omit<Components.Popout, "children">> & {
|
|
87
|
+
onOpen?: ((e: Event) => unknown) | undefined;
|
|
88
|
+
onClose?: ((e: Event) => unknown) | undefined;
|
|
89
|
+
} & React.HTMLAttributes<HTMLElement> & {
|
|
90
|
+
children?: React.ReactNode;
|
|
91
|
+
} & React.RefAttributes<unknown>>;
|
|
74
92
|
export declare const Radio: React.ForwardRefExoticComponent<Partial<Omit<Components.Radio, "children">> & {
|
|
75
93
|
onInput?: ((e: Event) => unknown) | undefined;
|
|
76
94
|
onChange?: ((e: Event) => unknown) | undefined;
|
|
@@ -83,10 +101,13 @@ export declare const Select: React.ForwardRefExoticComponent<Partial<Omit<Compon
|
|
|
83
101
|
} & React.HTMLAttributes<HTMLElement> & {
|
|
84
102
|
children?: React.ReactNode;
|
|
85
103
|
} & React.RefAttributes<unknown>>;
|
|
86
|
-
export declare const
|
|
104
|
+
export declare const Stack: React.ForwardRefExoticComponent<Partial<Omit<Components.Stack, "children">> & {} & React.HTMLAttributes<HTMLElement> & {
|
|
87
105
|
children?: React.ReactNode;
|
|
88
106
|
} & React.RefAttributes<unknown>>;
|
|
89
|
-
export declare const
|
|
107
|
+
export declare const ProgressBar: React.ForwardRefExoticComponent<Partial<Omit<Components.ProgressBar, "children">> & {} & React.HTMLAttributes<HTMLElement> & {
|
|
108
|
+
children?: React.ReactNode;
|
|
109
|
+
} & React.RefAttributes<unknown>>;
|
|
110
|
+
export declare const Spinner: React.ForwardRefExoticComponent<Partial<Omit<Components.Spinner, "children">> & {} & React.HTMLAttributes<HTMLElement> & {
|
|
90
111
|
children?: React.ReactNode;
|
|
91
112
|
} & React.RefAttributes<unknown>>;
|
|
92
113
|
export declare const Table: React.ForwardRefExoticComponent<Partial<Omit<Components.Table, "children">> & {} & React.HTMLAttributes<HTMLElement> & {
|
package/lib/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import*as n from"react";import*as
|
|
1
|
+
import*as n from"react";import*as o from"@nordhealth/components";
|
|
2
2
|
/**
|
|
3
3
|
* @license
|
|
4
4
|
* Copyright 2018 Google LLC
|
|
5
5
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
6
|
-
*/const
|
|
6
|
+
*/const e=new Set(["children","localName","ref","style","className"]),t=new WeakMap,r=(n,o,e,r,a)=>{const d=null==a?void 0:a[o];void 0!==d?e!==r&&((n,o,e)=>{let r=t.get(n);void 0===r&&t.set(n,r=new Map);let a=r.get(o);void 0!==e?void 0===a?(r.set(o,a={handleEvent:e}),n.addEventListener(o,a)):a.handleEvent=e:void 0!==a&&(r.delete(o),n.removeEventListener(o,a))})(n,d,e):n[o]=e},a=(n,o,t,a,d)=>{const s=n.Component,i=n.createElement,p=new Set(Object.keys(null!=a?a:{}));for(const n in t.prototype)n in HTMLElement.prototype||(e.has(n)?console.warn(`${o} contains property ${n} which is a React reserved property. It will be used by React and not set on the element.`):p.add(n));class l extends s{constructor(){super(...arguments),this.t=null}o(n){if(null!==this.t)for(const o in this.i)r(this.t,o,this.props[o],n?n[o]:void 0,a)}componentDidMount(){this.o()}componentDidUpdate(n){this.o(n)}render(){const n=this.props.l;void 0!==this.h&&this.u===n||(this.h=o=>{null===this.t&&(this.t=o),null!==n&&((n,o)=>{"function"==typeof n?n(o):n.current=o})(n,o),this.u=n});const e={ref:this.h};this.i={};for(const[n,o]of Object.entries(this.props))p.has(n)?this.i[n]=o:e["className"===n?"class":n]=o;return i(o,e)}}l.displayName=null!=d?d:t.name;const c=n.forwardRef(((n,o)=>i(l,{...n,l:o},null==n?void 0:n.children)));return c.displayName=l.displayName,c},d=a(n,"nord-avatar",o.Avatar,{}),s=a(n,"nord-calendar",o.Calendar,{onNordFocusDate:"nord-focus-date",onChange:"change"}),i=a(n,"nord-button",o.Button,{}),p=a(n,"nord-badge",o.Badge,{}),l=a(n,"nord-banner",o.Banner,{}),c=a(n,"nord-card",o.Card,{}),h=a(n,"nord-date-picker",o.DatePicker,{onOpen:"open",onClose:"close",onChange:"change",onInput:"input"}),u=a(n,"nord-checkbox",o.Checkbox,{onInput:"input",onChange:"change"}),m=a(n,"nord-command-menu",o.CommandMenu,{onOpen:"open",onClose:"close",onNordSelect:"nord-select"}),g=a(n,"nord-dropdown",o.Dropdown,{}),v=a(n,"nord-dropdown-item",o.DropdownItem,{}),y=a(n,"nord-dropdown-group",o.DropdownGroup,{}),f=a(n,"nord-empty-state",o.EmptyState,{}),C=a(n,"nord-fieldset",o.Fieldset,{}),w=a(n,"nord-header",o.Header,{}),b=a(n,"nord-icon",o.Icon,{}),I=a(n,"nord-layout",o.Layout,{}),N=a(n,"nord-nav-group",o.NavGroup,{}),k=a(n,"nord-input",o.Input,{onInput:"input",onChange:"change"}),D=a(n,"nord-nav-item",o.NavItem,{onToggle:"toggle"}),E=a(n,"nord-navigation",o.Navigation,{}),S=a(n,"nord-popout",o.Popout,{onOpen:"open",onClose:"close"}),x=a(n,"nord-radio",o.Radio,{onInput:"input",onChange:"change"}),M=a(n,"nord-select",o.Select,{onInput:"input",onChange:"change"}),O=a(n,"nord-stack",o.Stack,{}),T=a(n,"nord-progress-bar",o.ProgressBar,{}),B=a(n,"nord-spinner",o.Spinner,{}),L=a(n,"nord-table",o.Table,{}),R=a(n,"nord-textarea",o.Textarea,{onInput:"input",onChange:"change"}),H=a(n,"nord-tooltip",o.Tooltip,{}),P=a(n,"nord-visually-hidden",o.VisuallyHidden,{});export{d as Avatar,p as Badge,l as Banner,i as Button,s as Calendar,c as Card,u as Checkbox,m as CommandMenu,h as DatePicker,g as Dropdown,y as DropdownGroup,v as DropdownItem,f as EmptyState,C as Fieldset,w as Header,b as Icon,k as Input,I as Layout,N as NavGroup,D as NavItem,E as Navigation,S as Popout,T as ProgressBar,x as Radio,M as Select,B as Spinner,O as Stack,L as Table,R as Textarea,H as Tooltip,P as VisuallyHidden};
|
|
7
7
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../node_modules/@lit-labs/react/create-component.js","../src/index.ts"],"sourcesContent":["/**\n * @license\n * Copyright 2018 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst t=new Set([\"children\",\"localName\",\"ref\",\"style\",\"className\"]),e=new WeakMap,n=(t,n,s,o,i)=>{const l=null==i?void 0:i[n];void 0!==l?s!==o&&((t,n,s)=>{let o=e.get(t);void 0===o&&e.set(t,o=new Map);let i=o.get(n);void 0!==s?void 0===i?(o.set(n,i={handleEvent:s}),t.addEventListener(n,i)):i.handleEvent=s:void 0!==i&&(o.delete(n),t.removeEventListener(n,i))})(t,l,s):t[n]=s},s=(e,s,o,i,l)=>{const c=e.Component,r=e.createElement,h=new Set(Object.keys(null!=i?i:{}));for(const e in o.prototype)e in HTMLElement.prototype||(t.has(e)?console.warn(`${s} contains property ${e} which is a React reserved property. It will be used by React and not set on the element.`):h.add(e));class d extends c{constructor(){super(...arguments),this.t=null}o(t){if(null!==this.t)for(const e in this.i)n(this.t,e,this.props[e],t?t[e]:void 0,i)}componentDidMount(){this.o()}componentDidUpdate(t){this.o(t)}render(){const t=this.props.l;void 0!==this.h&&this.u===t||(this.h=e=>{null===this.t&&(this.t=e),null!==t&&((t,e)=>{\"function\"==typeof t?t(e):t.current=e})(t,e),this.u=t});const e={ref:this.h};this.i={};for(const[t,n]of Object.entries(this.props))h.has(t)?this.i[t]=n:e[\"className\"===t?\"class\":t]=n;return r(s,e)}}d.displayName=null!=l?l:o.name;const a=e.forwardRef(((t,e)=>r(d,{...t,l:e},null==t?void 0:t.children)));return a.displayName=d.displayName,a};export{s as createComponent};\n//# sourceMappingURL=create-component.js.map\n","import * as React from \"react\"\nimport { createComponent } from \"@lit-labs/react\"\nimport * as Components from \"@nordhealth/components\"\n\nexport const Avatar = createComponent(React, \"nord-avatar\", Components.Avatar, {})\n\nexport const
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../node_modules/@lit-labs/react/create-component.js","../src/index.ts"],"sourcesContent":["/**\n * @license\n * Copyright 2018 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst t=new Set([\"children\",\"localName\",\"ref\",\"style\",\"className\"]),e=new WeakMap,n=(t,n,s,o,i)=>{const l=null==i?void 0:i[n];void 0!==l?s!==o&&((t,n,s)=>{let o=e.get(t);void 0===o&&e.set(t,o=new Map);let i=o.get(n);void 0!==s?void 0===i?(o.set(n,i={handleEvent:s}),t.addEventListener(n,i)):i.handleEvent=s:void 0!==i&&(o.delete(n),t.removeEventListener(n,i))})(t,l,s):t[n]=s},s=(e,s,o,i,l)=>{const c=e.Component,r=e.createElement,h=new Set(Object.keys(null!=i?i:{}));for(const e in o.prototype)e in HTMLElement.prototype||(t.has(e)?console.warn(`${s} contains property ${e} which is a React reserved property. It will be used by React and not set on the element.`):h.add(e));class d extends c{constructor(){super(...arguments),this.t=null}o(t){if(null!==this.t)for(const e in this.i)n(this.t,e,this.props[e],t?t[e]:void 0,i)}componentDidMount(){this.o()}componentDidUpdate(t){this.o(t)}render(){const t=this.props.l;void 0!==this.h&&this.u===t||(this.h=e=>{null===this.t&&(this.t=e),null!==t&&((t,e)=>{\"function\"==typeof t?t(e):t.current=e})(t,e),this.u=t});const e={ref:this.h};this.i={};for(const[t,n]of Object.entries(this.props))h.has(t)?this.i[t]=n:e[\"className\"===t?\"class\":t]=n;return r(s,e)}}d.displayName=null!=l?l:o.name;const a=e.forwardRef(((t,e)=>r(d,{...t,l:e},null==t?void 0:t.children)));return a.displayName=d.displayName,a};export{s as createComponent};\n//# sourceMappingURL=create-component.js.map\n","import * as React from \"react\"\nimport { createComponent } from \"@lit-labs/react\"\nimport * as Components from \"@nordhealth/components\"\n\nexport const Avatar = createComponent(React, \"nord-avatar\", Components.Avatar, {})\n\nexport const Calendar = createComponent(React, \"nord-calendar\", Components.Calendar, {\n onNordFocusDate: \"nord-focus-date\",\n onChange: \"change\",\n})\n\nexport const Button = createComponent(React, \"nord-button\", Components.Button, {})\n\nexport const Badge = createComponent(React, \"nord-badge\", Components.Badge, {})\n\nexport const Banner = createComponent(React, \"nord-banner\", Components.Banner, {})\n\nexport const Card = createComponent(React, \"nord-card\", Components.Card, {})\n\nexport const DatePicker = createComponent(React, \"nord-date-picker\", Components.DatePicker, {\n onOpen: \"open\",\n onClose: \"close\",\n onChange: \"change\",\n onInput: \"input\",\n})\n\nexport const Checkbox = createComponent(React, \"nord-checkbox\", Components.Checkbox, {\n onInput: \"input\",\n onChange: \"change\",\n})\n\nexport const CommandMenu = createComponent(React, \"nord-command-menu\", Components.CommandMenu, {\n onOpen: \"open\",\n onClose: \"close\",\n onNordSelect: \"nord-select\",\n})\n\nexport const Dropdown = createComponent(React, \"nord-dropdown\", Components.Dropdown, {})\n\nexport const DropdownItem = createComponent(React, \"nord-dropdown-item\", Components.DropdownItem, {})\n\nexport const DropdownGroup = createComponent(React, \"nord-dropdown-group\", Components.DropdownGroup, {})\n\nexport const EmptyState = createComponent(React, \"nord-empty-state\", Components.EmptyState, {})\n\nexport const Fieldset = createComponent(React, \"nord-fieldset\", Components.Fieldset, {})\n\nexport const Header = createComponent(React, \"nord-header\", Components.Header, {})\n\nexport const Icon = createComponent(React, \"nord-icon\", Components.Icon, {})\n\nexport const Layout = createComponent(React, \"nord-layout\", Components.Layout, {})\n\nexport const NavGroup = createComponent(React, \"nord-nav-group\", Components.NavGroup, {})\n\nexport const Input = createComponent(React, \"nord-input\", Components.Input, { onInput: \"input\", onChange: \"change\" })\n\nexport const NavItem = createComponent(React, \"nord-nav-item\", Components.NavItem, { onToggle: \"toggle\" })\n\nexport const Navigation = createComponent(React, \"nord-navigation\", Components.Navigation, {})\n\nexport const Popout = createComponent(React, \"nord-popout\", Components.Popout, { onOpen: \"open\", onClose: \"close\" })\n\nexport const Radio = createComponent(React, \"nord-radio\", Components.Radio, { onInput: \"input\", onChange: \"change\" })\n\nexport const Select = createComponent(React, \"nord-select\", Components.Select, { onInput: \"input\", onChange: \"change\" })\n\nexport const Stack = createComponent(React, \"nord-stack\", Components.Stack, {})\n\nexport const ProgressBar = createComponent(React, \"nord-progress-bar\", Components.ProgressBar, {})\n\nexport const Spinner = createComponent(React, \"nord-spinner\", Components.Spinner, {})\n\nexport const Table = createComponent(React, \"nord-table\", Components.Table, {})\n\nexport const Textarea = createComponent(React, \"nord-textarea\", Components.Textarea, {\n onInput: \"input\",\n onChange: \"change\",\n})\n\nexport const Tooltip = createComponent(React, \"nord-tooltip\", Components.Tooltip, {})\n\nexport const VisuallyHidden = createComponent(React, \"nord-visually-hidden\", Components.VisuallyHidden, {})\n"],"names":["t","Set","e","WeakMap","n","s","o","i","l","get","set","Map","handleEvent","addEventListener","delete","removeEventListener","c","Component","r","createElement","h","Object","keys","prototype","HTMLElement","has","console","warn","add","d","constructor","super","arguments","this","props","componentDidMount","componentDidUpdate","render","u","current","ref","entries","displayName","name","a","forwardRef","children","Avatar","createComponent","React","Components","Calendar","onNordFocusDate","onChange","Button","Badge","Banner","Card","DatePicker","onOpen","onClose","onInput","Checkbox","CommandMenu","onNordSelect","Dropdown","DropdownItem","DropdownGroup","EmptyState","Fieldset","Header","Icon","Layout","NavGroup","Input","NavItem","onToggle","Navigation","Popout","Radio","Select","Stack","ProgressBar","Spinner","Table","Textarea","Tooltip","VisuallyHidden"],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nordhealth/react",
|
|
3
|
-
"version": "1.0.0-
|
|
3
|
+
"version": "1.0.0-rc.3",
|
|
4
4
|
"description": "This package includes react wrappers for Nord Design System's web components",
|
|
5
5
|
"author": "Nordhealth <support@nordhealth.design>",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"homepage": "https://github.com/nordhealth/design-system#readme",
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@lit-labs/react": "1.0.2",
|
|
31
|
-
"@nordhealth/components": "^1.0.0-
|
|
31
|
+
"@nordhealth/components": "^1.0.0-rc.3"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": "17.0.2"
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"rollup-plugin-summary": "1.3.0",
|
|
44
44
|
"rollup-plugin-terser": "7.0.2"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "e18f4a19c60a148767ed828ea20f2331a50064c3"
|
|
47
47
|
}
|