@nordhealth/react 1.0.0-rc.11 → 1.0.0-rc.12
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 +4 -4
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +3 -3
package/lib/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export declare const Badge: React.ForwardRefExoticComponent<Partial<Omit<Compone
|
|
|
9
9
|
export declare const Banner: React.ForwardRefExoticComponent<Partial<Omit<Components.Banner, "children">> & Partial<{}> & Omit<React.HTMLAttributes<HTMLElement>, never> & {
|
|
10
10
|
children?: React.ReactNode;
|
|
11
11
|
} & React.RefAttributes<unknown>>;
|
|
12
|
-
export declare const
|
|
12
|
+
export declare const Button: React.ForwardRefExoticComponent<Partial<Omit<Components.Button, "children">> & Partial<{}> & Omit<React.HTMLAttributes<HTMLElement>, never> & {
|
|
13
13
|
children?: React.ReactNode;
|
|
14
14
|
} & React.RefAttributes<unknown>>;
|
|
15
15
|
export declare const Calendar: React.ForwardRefExoticComponent<Partial<Omit<Components.Calendar, "children">> & Partial<{
|
|
@@ -18,7 +18,7 @@ export declare const Calendar: React.ForwardRefExoticComponent<Partial<Omit<Comp
|
|
|
18
18
|
}> & Omit<React.HTMLAttributes<HTMLElement>, "onChange" | "onNordFocusDate"> & {
|
|
19
19
|
children?: React.ReactNode;
|
|
20
20
|
} & React.RefAttributes<unknown>>;
|
|
21
|
-
export declare const
|
|
21
|
+
export declare const Card: React.ForwardRefExoticComponent<Partial<Omit<Components.Card, "children">> & Partial<{}> & Omit<React.HTMLAttributes<HTMLElement>, never> & {
|
|
22
22
|
children?: React.ReactNode;
|
|
23
23
|
} & React.RefAttributes<unknown>>;
|
|
24
24
|
export declare const Checkbox: React.ForwardRefExoticComponent<Partial<Omit<Components.Checkbox, "children">> & Partial<{
|
|
@@ -48,10 +48,10 @@ export declare const Dropdown: React.ForwardRefExoticComponent<Partial<Omit<Comp
|
|
|
48
48
|
export declare const DropdownGroup: React.ForwardRefExoticComponent<Partial<Omit<Components.DropdownGroup, "children">> & Partial<{}> & Omit<React.HTMLAttributes<HTMLElement>, never> & {
|
|
49
49
|
children?: React.ReactNode;
|
|
50
50
|
} & React.RefAttributes<unknown>>;
|
|
51
|
-
export declare const
|
|
51
|
+
export declare const EmptyState: React.ForwardRefExoticComponent<Partial<Omit<Components.EmptyState, "children">> & Partial<{}> & Omit<React.HTMLAttributes<HTMLElement>, never> & {
|
|
52
52
|
children?: React.ReactNode;
|
|
53
53
|
} & React.RefAttributes<unknown>>;
|
|
54
|
-
export declare const
|
|
54
|
+
export declare const DropdownItem: React.ForwardRefExoticComponent<Partial<Omit<Components.DropdownItem, "children">> & Partial<{}> & Omit<React.HTMLAttributes<HTMLElement>, never> & {
|
|
55
55
|
children?: React.ReactNode;
|
|
56
56
|
} & React.RefAttributes<unknown>>;
|
|
57
57
|
export declare const Fieldset: React.ForwardRefExoticComponent<Partial<Omit<Components.Fieldset, "children">> & Partial<{}> & Omit<React.HTMLAttributes<HTMLElement>, never> & {
|
package/lib/index.js
CHANGED
|
@@ -3,5 +3,5 @@ import*as n from"react";import*as o from"@nordhealth/components";
|
|
|
3
3
|
* @license
|
|
4
4
|
* Copyright 2018 Google LLC
|
|
5
5
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
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))"__forwardedRef"!==n&&(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-badge",o.Badge,{}),i=a(n,"nord-banner",o.Banner,{}),p=a(n,"nord-
|
|
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))"__forwardedRef"!==n&&(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-badge",o.Badge,{}),i=a(n,"nord-banner",o.Banner,{}),p=a(n,"nord-button",o.Button,{}),l=a(n,"nord-calendar",o.Calendar,{onNordFocusDate:"nord-focus-date",onChange:"change"}),c=a(n,"nord-card",o.Card,{}),h=a(n,"nord-checkbox",o.Checkbox,{onInput:"input",onChange:"change"}),u=a(n,"nord-command-menu",o.CommandMenu,{onOpen:"open",onClose:"close",onNordSelect:"nord-select"}),m=a(n,"nord-date-picker",o.DatePicker,{onOpen:"open",onClose:"close",onChange:"change",onInput:"input"}),g=a(n,"nord-dropdown",o.Dropdown,{}),v=a(n,"nord-dropdown-group",o.DropdownGroup,{}),f=a(n,"nord-empty-state",o.EmptyState,{}),y=a(n,"nord-dropdown-item",o.DropdownItem,{}),w=a(n,"nord-fieldset",o.Fieldset,{}),C=a(n,"nord-header",o.Header,{}),b=a(n,"nord-icon",o.Icon,{}),I=a(n,"nord-input",o.Input,{onInput:"input",onChange:"change"}),N=a(n,"nord-layout",o.Layout,{}),k=a(n,"nord-nav-group",o.NavGroup,{}),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-progress-bar",o.ProgressBar,{}),M=a(n,"nord-radio",o.Radio,{onInput:"input",onChange:"change"}),O=a(n,"nord-select",o.Select,{onInput:"input",onChange:"change"}),R=a(n,"nord-spinner",o.Spinner,{}),T=a(n,"nord-stack",o.Stack,{}),B=a(n,"nord-table",o.Table,{}),L=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,s as Badge,i as Banner,p as Button,l as Calendar,c as Card,h as Checkbox,u as CommandMenu,m as DatePicker,g as Dropdown,v as DropdownGroup,y as DropdownItem,f as EmptyState,w as Fieldset,C as Header,b as Icon,I as Input,N as Layout,k as NavGroup,D as NavItem,E as Navigation,S as Popout,x as ProgressBar,M as Radio,O as Select,R as Spinner,T as Stack,B as Table,L 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,d=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.`):d.add(e));class h 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))\"__forwardedRef\"!==t&&(d.has(t)?this.i[t]=n:e[\"className\"===t?\"class\":t]=n);return r(s,e)}}h.displayName=null!=l?l:o.name;const a=e.forwardRef(((t,e)=>r(h,{...t,l:e},null==t?void 0:t.children)));return a.displayName=h.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 Badge = createComponent(React, \"nord-badge\", Components.Badge, {})\n\nexport const Banner = createComponent(React, \"nord-banner\", Components.Banner, {})\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,d=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.`):d.add(e));class h 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))\"__forwardedRef\"!==t&&(d.has(t)?this.i[t]=n:e[\"className\"===t?\"class\":t]=n);return r(s,e)}}h.displayName=null!=l?l:o.name;const a=e.forwardRef(((t,e)=>r(h,{...t,l:e},null==t?void 0:t.children)));return a.displayName=h.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 Badge = createComponent(React, \"nord-badge\", Components.Badge, {})\n\nexport const Banner = createComponent(React, \"nord-banner\", Components.Banner, {})\n\nexport const Button = createComponent(React, \"nord-button\", Components.Button, {})\n\nexport const Calendar = createComponent(React, \"nord-calendar\", Components.Calendar, {\n onNordFocusDate: \"nord-focus-date\",\n onChange: \"change\",\n})\n\nexport const Card = createComponent(React, \"nord-card\", Components.Card, {})\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 DatePicker = createComponent(React, \"nord-date-picker\", Components.DatePicker, {\n onOpen: \"open\",\n onClose: \"close\",\n onChange: \"change\",\n onInput: \"input\",\n})\n\nexport const Dropdown = createComponent(React, \"nord-dropdown\", Components.Dropdown, {})\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 DropdownItem = createComponent(React, \"nord-dropdown-item\", Components.DropdownItem, {})\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 Input = createComponent(React, \"nord-input\", Components.Input, { onInput: \"input\", onChange: \"change\" })\n\nexport const Layout = createComponent(React, \"nord-layout\", Components.Layout, {})\n\nexport const NavGroup = createComponent(React, \"nord-nav-group\", Components.NavGroup, {})\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 ProgressBar = createComponent(React, \"nord-progress-bar\", Components.ProgressBar, {})\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 Spinner = createComponent(React, \"nord-spinner\", Components.Spinner, {})\n\nexport const Stack = createComponent(React, \"nord-stack\", Components.Stack, {})\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","d","Object","keys","prototype","HTMLElement","has","console","warn","add","h","constructor","super","arguments","this","props","componentDidMount","componentDidUpdate","render","u","current","ref","entries","displayName","name","a","forwardRef","children","Avatar","createComponent","React","Components","Badge","Banner","Button","Calendar","onNordFocusDate","onChange","Card","Checkbox","onInput","CommandMenu","onOpen","onClose","onNordSelect","DatePicker","Dropdown","DropdownGroup","EmptyState","DropdownItem","Fieldset","Header","Icon","Input","Layout","NavGroup","NavItem","onToggle","Navigation","Popout","ProgressBar","Radio","Select","Spinner","Stack","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-rc.
|
|
3
|
+
"version": "1.0.0-rc.12",
|
|
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",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"homepage": "https://github.com/nordhealth/design-system#readme",
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@lit-labs/react": "1.0.4",
|
|
32
|
-
"@nordhealth/components": "^1.0.0-rc.
|
|
32
|
+
"@nordhealth/components": "^1.0.0-rc.12"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"react": "17.0.2"
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"rollup-plugin-summary": "1.3.0",
|
|
45
45
|
"rollup-plugin-terser": "7.0.2"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "c69ffa122fe745941ddd672920affbf6716c1fbc"
|
|
48
48
|
}
|