@inera/ids-react 4.6.1 → 4.8.0

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.
Files changed (48) hide show
  1. package/api.d.ts +21 -1
  2. package/api.js +21 -1
  3. package/components/icons/icon-activity.d.ts +3 -0
  4. package/components/icons/icon-activity.js +12 -0
  5. package/components/icons/icon-alarm-clock-inactivity.d.ts +3 -0
  6. package/components/icons/icon-alarm-clock-inactivity.js +12 -0
  7. package/components/icons/icon-alarm-clock-neutral.d.ts +3 -0
  8. package/components/icons/icon-alarm-clock-neutral.js +12 -0
  9. package/components/icons/icon-archive.d.ts +3 -0
  10. package/components/icons/icon-archive.js +12 -0
  11. package/components/icons/icon-denied.d.ts +3 -0
  12. package/components/icons/icon-denied.js +12 -0
  13. package/components/icons/icon-document.d.ts +3 -0
  14. package/components/icons/icon-document.js +12 -0
  15. package/components/icons/icon-download.d.ts +3 -0
  16. package/components/icons/icon-download.js +12 -0
  17. package/components/icons/icon-email-sent.d.ts +3 -0
  18. package/components/icons/icon-email-sent.js +12 -0
  19. package/components/icons/icon-email-unread.d.ts +3 -0
  20. package/components/icons/icon-email-unread.js +12 -0
  21. package/components/icons/icon-file-csv.d.ts +3 -0
  22. package/components/icons/icon-file-csv.js +12 -0
  23. package/components/icons/icon-flag.d.ts +3 -0
  24. package/components/icons/icon-flag.js +12 -0
  25. package/components/icons/icon-form-numbered-reocurring.d.ts +3 -0
  26. package/components/icons/icon-form-numbered-reocurring.js +12 -0
  27. package/components/icons/icon-form-numbered.d.ts +3 -0
  28. package/components/icons/icon-form-numbered.js +12 -0
  29. package/components/icons/icon-headphones.d.ts +3 -0
  30. package/components/icons/icon-headphones.js +12 -0
  31. package/components/icons/icon-hourglass-end.d.ts +3 -0
  32. package/components/icons/icon-hourglass-end.js +12 -0
  33. package/components/icons/icon-hourglass-start.d.ts +3 -0
  34. package/components/icons/icon-hourglass-start.js +12 -0
  35. package/components/icons/icon-hourglass.d.ts +3 -0
  36. package/components/icons/icon-hourglass.js +12 -0
  37. package/components/icons/icon-moment-start.d.ts +3 -0
  38. package/components/icons/icon-moment-start.js +12 -0
  39. package/components/icons/icon-moment-stop.d.ts +3 -0
  40. package/components/icons/icon-moment-stop.js +12 -0
  41. package/components/icons/icon-share.d.ts +3 -0
  42. package/components/icons/icon-share.js +12 -0
  43. package/components/icons/icon-switch-person.d.ts +3 -0
  44. package/components/icons/icon-switch-person.js +12 -0
  45. package/components/icons/icon-x.d.ts +2 -1
  46. package/package.json +2 -2
  47. package/components/icon/icon.d.ts +0 -3
  48. package/components/icon/icon.js +0 -12
package/api.d.ts CHANGED
@@ -10,7 +10,6 @@ export * from "./components/form/selectmultiple/select-multiple";
10
10
  export * from "./components/form/errormessage/error-message";
11
11
  export * from "./components/form/time/time";
12
12
  export * from "./components/form/spinner/spinner";
13
- export * from "./components/icon/icon";
14
13
  export * from "./components/button/button";
15
14
  export * from "./components/button/button-group";
16
15
  export * from "./components/layout/grid";
@@ -51,7 +50,11 @@ export * from "./components/form/toggle/toggle";
51
50
  export * from "./components/icon-region/icon-region";
52
51
  export * from "./components/navigation/local/navigation-local";
53
52
  export * from './components/icons/icon-1177';
53
+ export * from './components/icons/icon-activity';
54
+ export * from './components/icons/icon-alarm-clock-neutral';
55
+ export * from './components/icons/icon-alarm-clock-inactivity';
54
56
  export * from './components/icons/icon-agent';
57
+ export * from './components/icons/icon-archive';
55
58
  export * from './components/icons/icon-arrow';
56
59
  export * from './components/icons/icon-attention';
57
60
  export * from './components/icons/icon-blekinge';
@@ -80,14 +83,20 @@ export * from './components/icons/icon-computer-inera';
80
83
  export * from './components/icons/icon-copy-file';
81
84
  export * from './components/icons/icon-copy-link';
82
85
  export * from './components/icons/icon-dalarna';
86
+ export * from './components/icons/icon-denied';
83
87
  export * from './components/icons/icon-doctors-bag';
88
+ export * from './components/icons/icon-document';
89
+ export * from './components/icons/icon-download';
84
90
  export * from './components/icons/icon-drag-n-drop';
85
91
  export * from './components/icons/icon-ear-hearing';
86
92
  export * from './components/icons/icon-edit';
87
93
  export * from './components/icons/icon-email';
94
+ export * from './components/icons/icon-email-sent';
95
+ export * from './components/icons/icon-email-unread';
88
96
  export * from './components/icons/icon-expand';
89
97
  export * from './components/icons/icon-external';
90
98
  export * from './components/icons/icon-facebook';
99
+ export * from './components/icons/icon-file-csv';
91
100
  export * from './components/icons/icon-file-excel';
92
101
  export * from './components/icons/icon-file-other';
93
102
  export * from './components/icons/icon-file-pdf';
@@ -96,10 +105,17 @@ export * from './components/icons/icon-file-powerpoint';
96
105
  export * from './components/icons/icon-file-word';
97
106
  export * from './components/icons/icon-find-care';
98
107
  export * from './components/icons/icon-find-region';
108
+ export * from './components/icons/icon-flag';
109
+ export * from './components/icons/icon-form-numbered';
110
+ export * from './components/icons/icon-form-numbered-reocurring';
99
111
  export * from './components/icons/icon-gavleborg';
100
112
  export * from './components/icons/icon-gotland';
101
113
  export * from './components/icons/icon-halland';
114
+ export * from './components/icons/icon-headphones';
102
115
  export * from './components/icons/icon-house';
116
+ export * from './components/icons/icon-hourglass';
117
+ export * from './components/icons/icon-hourglass-start';
118
+ export * from './components/icons/icon-hourglass-end';
103
119
  export * from './components/icons/icon-id-card';
104
120
  export * from './components/icons/icon-id-card-locked';
105
121
  export * from './components/icons/icon-image';
@@ -119,6 +135,8 @@ export * from './components/icons/icon-log';
119
135
  export * from './components/icons/icon-log-locked';
120
136
  export * from './components/icons/icon-menu';
121
137
  export * from './components/icons/icon-minus';
138
+ export * from './components/icons/icon-moment-start';
139
+ export * from './components/icons/icon-moment-stop';
122
140
  export * from './components/icons/icon-norrbotten';
123
141
  export * from './components/icons/icon-office-building';
124
142
  export * from './components/icons/icon-orebro';
@@ -132,6 +150,7 @@ export * from './components/icons/icon-reload';
132
150
  export * from './components/icons/icon-reply';
133
151
  export * from './components/icons/icon-search-inera';
134
152
  export * from './components/icons/icon-search';
153
+ export * from './components/icons/icon-share';
135
154
  export * from './components/icons/icon-shield-locked-primary';
136
155
  export * from './components/icons/icon-shield-locked';
137
156
  export * from './components/icons/icon-skane';
@@ -141,6 +160,7 @@ export * from './components/icons/icon-star';
141
160
  export * from './components/icons/icon-stockholm';
142
161
  export * from './components/icons/icon-success';
143
162
  export * from './components/icons/icon-swap';
163
+ export * from './components/icons/icon-switch-person';
144
164
  export * from './components/icons/icon-telephone';
145
165
  export * from './components/icons/icon-test-tube-analyze';
146
166
  export * from './components/icons/icon-test-tube-empty';
package/api.js CHANGED
@@ -10,7 +10,6 @@ export { IDSSelectMultiple } from './components/form/selectmultiple/select-multi
10
10
  export { IDSErrorMessage } from './components/form/errormessage/error-message.js';
11
11
  export { IDSTime } from './components/form/time/time.js';
12
12
  export { IDSSpinner } from './components/form/spinner/spinner.js';
13
- export { IDSIcon } from './components/icon/icon.js';
14
13
  export { IDSButton } from './components/button/button.js';
15
14
  export { IDSButtonGroup } from './components/button/button-group.js';
16
15
  export { IDSCol, IDSContainer, IDSRow } from './components/layout/grid.js';
@@ -51,7 +50,11 @@ export { IDSToggle } from './components/form/toggle/toggle.js';
51
50
  export { IDSIconRegion } from './components/icon-region/icon-region.js';
52
51
  export { IDSNavigationLocal } from './components/navigation/local/navigation-local.js';
53
52
  export { IDSIcon1177 } from './components/icons/icon-1177.js';
53
+ export { IDSIconActivity } from './components/icons/icon-activity.js';
54
+ export { IDSIconAlarmClockInactivity } from './components/icons/icon-alarm-clock-neutral.js';
55
+ export { IDSIconAlarmClockNeutral } from './components/icons/icon-alarm-clock-inactivity.js';
54
56
  export { IDSIconAgent } from './components/icons/icon-agent.js';
57
+ export { IDSIconArchive } from './components/icons/icon-archive.js';
55
58
  export { IDSIconArrow } from './components/icons/icon-arrow.js';
56
59
  export { IDSIconAttention } from './components/icons/icon-attention.js';
57
60
  export { IDSIconBlekinge } from './components/icons/icon-blekinge.js';
@@ -80,14 +83,20 @@ export { IDSIconComputerInera } from './components/icons/icon-computer-inera.js'
80
83
  export { IDSIconCopyFile } from './components/icons/icon-copy-file.js';
81
84
  export { IDSIconCopyLink } from './components/icons/icon-copy-link.js';
82
85
  export { IDSIconDalarna } from './components/icons/icon-dalarna.js';
86
+ export { IDSIconDenied } from './components/icons/icon-denied.js';
83
87
  export { IDSIconDoctorsBag } from './components/icons/icon-doctors-bag.js';
88
+ export { IDSIconDocument } from './components/icons/icon-document.js';
89
+ export { IDSIconDownload } from './components/icons/icon-download.js';
84
90
  export { IDSIconDragNDrop } from './components/icons/icon-drag-n-drop.js';
85
91
  export { IDSIconEarHearing } from './components/icons/icon-ear-hearing.js';
86
92
  export { IDSIconEdit } from './components/icons/icon-edit.js';
87
93
  export { IDSIconEmail } from './components/icons/icon-email.js';
94
+ export { IDSIconEmailSent } from './components/icons/icon-email-sent.js';
95
+ export { IDSIconEmailUnread } from './components/icons/icon-email-unread.js';
88
96
  export { IDSIconExpand } from './components/icons/icon-expand.js';
89
97
  export { IDSIconExternal } from './components/icons/icon-external.js';
90
98
  export { IDSIconFacebook } from './components/icons/icon-facebook.js';
99
+ export { IDSIconFileCSV } from './components/icons/icon-file-csv.js';
91
100
  export { IDSIconFileExcel } from './components/icons/icon-file-excel.js';
92
101
  export { IDSIconFileOther } from './components/icons/icon-file-other.js';
93
102
  export { IDSIconFilePdf } from './components/icons/icon-file-pdf.js';
@@ -96,10 +105,17 @@ export { IDSIconFilePowerpoint } from './components/icons/icon-file-powerpoint.j
96
105
  export { IDSIconFileWord } from './components/icons/icon-file-word.js';
97
106
  export { IDSIconFindCare } from './components/icons/icon-find-care.js';
98
107
  export { IDSIconFindRegion } from './components/icons/icon-find-region.js';
108
+ export { IDSIconFlag } from './components/icons/icon-flag.js';
109
+ export { IDSIconFormNumbered } from './components/icons/icon-form-numbered.js';
110
+ export { IDSIconFormNumberedReoccuring } from './components/icons/icon-form-numbered-reocurring.js';
99
111
  export { IDSIconGavleborg } from './components/icons/icon-gavleborg.js';
100
112
  export { IDSIconGotland } from './components/icons/icon-gotland.js';
101
113
  export { IDSIconHalland } from './components/icons/icon-halland.js';
114
+ export { IDSIconHeadphones } from './components/icons/icon-headphones.js';
102
115
  export { IDSIconHouse } from './components/icons/icon-house.js';
116
+ export { IDSIconHourglass } from './components/icons/icon-hourglass.js';
117
+ export { IDSIconHourglassStart } from './components/icons/icon-hourglass-start.js';
118
+ export { IDSIconHourglassEnd } from './components/icons/icon-hourglass-end.js';
103
119
  export { IDSIconIDCard } from './components/icons/icon-id-card.js';
104
120
  export { IDSIconIDCardLocked } from './components/icons/icon-id-card-locked.js';
105
121
  export { IDSIconImage } from './components/icons/icon-image.js';
@@ -119,6 +135,8 @@ export { IDSIconLog } from './components/icons/icon-log.js';
119
135
  export { IDSIconLogLocked } from './components/icons/icon-log-locked.js';
120
136
  export { IDSIconMenu } from './components/icons/icon-menu.js';
121
137
  export { IDSIconMinus } from './components/icons/icon-minus.js';
138
+ export { IDSIconMomentStart } from './components/icons/icon-moment-start.js';
139
+ export { IDSIconMomentStop } from './components/icons/icon-moment-stop.js';
122
140
  export { IDSIconNorrbotten } from './components/icons/icon-norrbotten.js';
123
141
  export { IDSIconOfficeBuilding } from './components/icons/icon-office-building.js';
124
142
  export { IDSIconOrebro } from './components/icons/icon-orebro.js';
@@ -132,6 +150,7 @@ export { IDSIconReload } from './components/icons/icon-reload.js';
132
150
  export { IDSIconReply } from './components/icons/icon-reply.js';
133
151
  export { IDSIconSearchInera } from './components/icons/icon-search-inera.js';
134
152
  export { IDSIconSearch } from './components/icons/icon-search.js';
153
+ export { IDSIconShare } from './components/icons/icon-share.js';
135
154
  export { IDSIconShieldLockedPrimary } from './components/icons/icon-shield-locked-primary.js';
136
155
  export { IDSIconShieldLocked } from './components/icons/icon-shield-locked.js';
137
156
  export { IDSIconSkane } from './components/icons/icon-skane.js';
@@ -141,6 +160,7 @@ export { IDSIconStar } from './components/icons/icon-star.js';
141
160
  export { IDSIconStockholm } from './components/icons/icon-stockholm.js';
142
161
  export { IDSIconSuccess } from './components/icons/icon-success.js';
143
162
  export { IDSIconSwap } from './components/icons/icon-swap.js';
163
+ export { IDSIconSwitchPerson } from './components/icons/icon-switch-person.js';
144
164
  export { IDSIconTelephone } from './components/icons/icon-telephone.js';
145
165
  export { IDSIconTestTubeAnalyze } from './components/icons/icon-test-tube-analyze.js';
146
166
  export { IDSIconTestTubeEmpty } from './components/icons/icon-test-tube-empty.js';
@@ -0,0 +1,3 @@
1
+ import '@inera/ids-core/components/icons/activity/register';
2
+ import { IDSIconActivity as Icon } from '@inera/ids-core/components/icons/activity/icon-activity-element';
3
+ export declare const IDSIconActivity: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import '@inera/ids-core/components/icons/activity/register';
3
+ import { IDSIconActivity as IDSIconActivity$1 } from '@inera/ids-core/components/icons/activity/icon-activity-element';
4
+ import { createComponent } from '@lit-labs/react';
5
+
6
+ const IDSIconActivity = createComponent({
7
+ tagName: 'ids-icon-activity',
8
+ elementClass: IDSIconActivity$1,
9
+ react: React,
10
+ });
11
+
12
+ export { IDSIconActivity };
@@ -0,0 +1,3 @@
1
+ import '@inera/ids-core/components/icons/alarm-clock-neutral/register';
2
+ import { IDSIconAlarmClockNeutral as Icon } from '@inera/ids-core/components/icons/alarm-clock-neutral/icon-alarm-clock-neutral-element';
3
+ export declare const IDSIconAlarmClockNeutral: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import '@inera/ids-core/components/icons/alarm-clock-neutral/register';
3
+ import { IDSIconAlarmClockNeutral as IDSIconAlarmClockNeutral$1 } from '@inera/ids-core/components/icons/alarm-clock-neutral/icon-alarm-clock-neutral-element';
4
+ import { createComponent } from '@lit-labs/react';
5
+
6
+ const IDSIconAlarmClockNeutral = createComponent({
7
+ tagName: 'ids-icon-alarm-clock-neutral',
8
+ elementClass: IDSIconAlarmClockNeutral$1,
9
+ react: React,
10
+ });
11
+
12
+ export { IDSIconAlarmClockNeutral };
@@ -0,0 +1,3 @@
1
+ import '@inera/ids-core/components/icons/alarm-clock-inactivity/register';
2
+ import { IDSIconAlarmClockInactivity as Icon } from '@inera/ids-core/components/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity-element';
3
+ export declare const IDSIconAlarmClockInactivity: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import '@inera/ids-core/components/icons/alarm-clock-inactivity/register';
3
+ import { IDSIconAlarmClockInactivity as IDSIconAlarmClockInactivity$1 } from '@inera/ids-core/components/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity-element';
4
+ import { createComponent } from '@lit-labs/react';
5
+
6
+ const IDSIconAlarmClockInactivity = createComponent({
7
+ tagName: 'ids-icon-alarm-clock-inactivity',
8
+ elementClass: IDSIconAlarmClockInactivity$1,
9
+ react: React,
10
+ });
11
+
12
+ export { IDSIconAlarmClockInactivity };
@@ -0,0 +1,3 @@
1
+ import '@inera/ids-core/components/icons/archive/register';
2
+ import { IDSIconArchive as Icon } from '@inera/ids-core/components/icons/archive/icon-archive-element';
3
+ export declare const IDSIconArchive: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import '@inera/ids-core/components/icons/archive/register';
3
+ import { IDSIconArchive as IDSIconArchive$1 } from '@inera/ids-core/components/icons/archive/icon-archive-element';
4
+ import { createComponent } from '@lit-labs/react';
5
+
6
+ const IDSIconArchive = createComponent({
7
+ tagName: 'ids-icon-archive',
8
+ elementClass: IDSIconArchive$1,
9
+ react: React,
10
+ });
11
+
12
+ export { IDSIconArchive };
@@ -0,0 +1,3 @@
1
+ import '@inera/ids-core/components/icons/denied/register';
2
+ import { IDSIconDenied as Icon } from '@inera/ids-core/components/icons/denied/icon-denied-element';
3
+ export declare const IDSIconDenied: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import '@inera/ids-core/components/icons/denied/register';
3
+ import { IDSIconDenied as IDSIconDenied$1 } from '@inera/ids-core/components/icons/denied/icon-denied-element';
4
+ import { createComponent } from '@lit-labs/react';
5
+
6
+ const IDSIconDenied = createComponent({
7
+ tagName: 'ids-icon-denied',
8
+ elementClass: IDSIconDenied$1,
9
+ react: React,
10
+ });
11
+
12
+ export { IDSIconDenied };
@@ -0,0 +1,3 @@
1
+ import '@inera/ids-core/components/icons/document/register';
2
+ import { IDSIconDocument as Icon } from '@inera/ids-core/components/icons/document/icon-document-element';
3
+ export declare const IDSIconDocument: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import '@inera/ids-core/components/icons/document/register';
3
+ import { IDSIconDocument as IDSIconDocument$1 } from '@inera/ids-core/components/icons/document/icon-document-element';
4
+ import { createComponent } from '@lit-labs/react';
5
+
6
+ const IDSIconDocument = createComponent({
7
+ tagName: 'ids-icon-document',
8
+ elementClass: IDSIconDocument$1,
9
+ react: React,
10
+ });
11
+
12
+ export { IDSIconDocument };
@@ -0,0 +1,3 @@
1
+ import '@inera/ids-core/components/icons/download/register';
2
+ import { IDSIconDownload as Icon } from '@inera/ids-core/components/icons/download/icon-download-element';
3
+ export declare const IDSIconDownload: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import '@inera/ids-core/components/icons/download/register';
3
+ import { IDSIconDownload as IDSIconDownload$1 } from '@inera/ids-core/components/icons/download/icon-download-element';
4
+ import { createComponent } from '@lit-labs/react';
5
+
6
+ const IDSIconDownload = createComponent({
7
+ tagName: 'ids-icon-download',
8
+ elementClass: IDSIconDownload$1,
9
+ react: React,
10
+ });
11
+
12
+ export { IDSIconDownload };
@@ -0,0 +1,3 @@
1
+ import '@inera/ids-core/components/icons/email-sent/register';
2
+ import { IDSIconEmailSent as Icon } from '@inera/ids-core/components/icons/email-sent/icon-email-sent-element';
3
+ export declare const IDSIconEmailSent: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import '@inera/ids-core/components/icons/email-sent/register';
3
+ import { IDSIconEmailSent as IDSIconEmailSent$1 } from '@inera/ids-core/components/icons/email-sent/icon-email-sent-element';
4
+ import { createComponent } from '@lit-labs/react';
5
+
6
+ const IDSIconEmailSent = createComponent({
7
+ tagName: 'ids-icon-email-sent',
8
+ elementClass: IDSIconEmailSent$1,
9
+ react: React,
10
+ });
11
+
12
+ export { IDSIconEmailSent };
@@ -0,0 +1,3 @@
1
+ import '@inera/ids-core/components/icons/email-unread/register';
2
+ import { IDSIconEmailUnread as Icon } from '@inera/ids-core/components/icons/email-unread/icon-email-unread-element';
3
+ export declare const IDSIconEmailUnread: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import '@inera/ids-core/components/icons/email-unread/register';
3
+ import { IDSIconEmailUnread as IDSIconEmailUnread$1 } from '@inera/ids-core/components/icons/email-unread/icon-email-unread-element';
4
+ import { createComponent } from '@lit-labs/react';
5
+
6
+ const IDSIconEmailUnread = createComponent({
7
+ tagName: 'ids-icon-email-unread',
8
+ elementClass: IDSIconEmailUnread$1,
9
+ react: React,
10
+ });
11
+
12
+ export { IDSIconEmailUnread };
@@ -0,0 +1,3 @@
1
+ import '@inera/ids-core/components/icons/file-csv/register';
2
+ import { IDSIconFileCSV as Icon } from '@inera/ids-core/components/icons/file-csv/icon-file-csv-element';
3
+ export declare const IDSIconFileCSV: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import '@inera/ids-core/components/icons/file-csv/register';
3
+ import { IDSIconFileCSV as IDSIconFileCSV$1 } from '@inera/ids-core/components/icons/file-csv/icon-file-csv-element';
4
+ import { createComponent } from '@lit-labs/react';
5
+
6
+ const IDSIconFileCSV = createComponent({
7
+ tagName: 'ids-icon-file-csv',
8
+ elementClass: IDSIconFileCSV$1,
9
+ react: React,
10
+ });
11
+
12
+ export { IDSIconFileCSV };
@@ -0,0 +1,3 @@
1
+ import '@inera/ids-core/components/icons/flag/register';
2
+ import { IDSIconFlag as Icon } from '@inera/ids-core/components/icons/flag/icon-flag-element';
3
+ export declare const IDSIconFlag: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import '@inera/ids-core/components/icons/flag/register';
3
+ import { IDSIconFlag as IDSIconFlag$1 } from '@inera/ids-core/components/icons/flag/icon-flag-element';
4
+ import { createComponent } from '@lit-labs/react';
5
+
6
+ const IDSIconFlag = createComponent({
7
+ tagName: 'ids-icon-flag',
8
+ elementClass: IDSIconFlag$1,
9
+ react: React,
10
+ });
11
+
12
+ export { IDSIconFlag };
@@ -0,0 +1,3 @@
1
+ import '@inera/ids-core/components/icons/form-numbered-reoccuring/register';
2
+ import { IDSIconFormNumberedReoccuring as Icon } from '@inera/ids-core/components/icons/form-numbered-reoccuring/icon-form-numbered-reoccuring-element';
3
+ export declare const IDSIconFormNumberedReoccuring: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import '@inera/ids-core/components/icons/form-numbered-reoccuring/register';
3
+ import { IDSIconFormNumberedReoccuring as IDSIconFormNumberedReoccuring$1 } from '@inera/ids-core/components/icons/form-numbered-reoccuring/icon-form-numbered-reoccuring-element';
4
+ import { createComponent } from '@lit-labs/react';
5
+
6
+ const IDSIconFormNumberedReoccuring = createComponent({
7
+ tagName: 'ids-icon-form-numbered-reoccuring',
8
+ elementClass: IDSIconFormNumberedReoccuring$1,
9
+ react: React,
10
+ });
11
+
12
+ export { IDSIconFormNumberedReoccuring };
@@ -0,0 +1,3 @@
1
+ import '@inera/ids-core/components/icons/form-numbered/register';
2
+ import { IDSIconFormNumbered as Icon } from '@inera/ids-core/components/icons/form-numbered/icon-form-numbered-element';
3
+ export declare const IDSIconFormNumbered: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import '@inera/ids-core/components/icons/form-numbered/register';
3
+ import { IDSIconFormNumbered as IDSIconFormNumbered$1 } from '@inera/ids-core/components/icons/form-numbered/icon-form-numbered-element';
4
+ import { createComponent } from '@lit-labs/react';
5
+
6
+ const IDSIconFormNumbered = createComponent({
7
+ tagName: 'ids-icon-form-numbered',
8
+ elementClass: IDSIconFormNumbered$1,
9
+ react: React,
10
+ });
11
+
12
+ export { IDSIconFormNumbered };
@@ -0,0 +1,3 @@
1
+ import '@inera/ids-core/components/icons/headphones/register';
2
+ import { IDSIconHeadphones as Icon } from '@inera/ids-core/components/icons/headphones/icon-headphones-element';
3
+ export declare const IDSIconHeadphones: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import '@inera/ids-core/components/icons/headphones/register';
3
+ import { IDSIconHeadphones as IDSIconHeadphones$1 } from '@inera/ids-core/components/icons/headphones/icon-headphones-element';
4
+ import { createComponent } from '@lit-labs/react';
5
+
6
+ const IDSIconHeadphones = createComponent({
7
+ tagName: 'ids-icon-headphones',
8
+ elementClass: IDSIconHeadphones$1,
9
+ react: React,
10
+ });
11
+
12
+ export { IDSIconHeadphones };
@@ -0,0 +1,3 @@
1
+ import '@inera/ids-core/components/icons/hourglass-end/register';
2
+ import { IDSIconHourglassEnd as Icon } from '@inera/ids-core/components/icons/hourglass-end/icon-hourglass-end-element';
3
+ export declare const IDSIconHourglassEnd: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import '@inera/ids-core/components/icons/hourglass-end/register';
3
+ import { IDSIconHourglassEnd as IDSIconHourglassEnd$1 } from '@inera/ids-core/components/icons/hourglass-end/icon-hourglass-end-element';
4
+ import { createComponent } from '@lit-labs/react';
5
+
6
+ const IDSIconHourglassEnd = createComponent({
7
+ tagName: 'ids-icon-hourglass-end',
8
+ elementClass: IDSIconHourglassEnd$1,
9
+ react: React,
10
+ });
11
+
12
+ export { IDSIconHourglassEnd };
@@ -0,0 +1,3 @@
1
+ import '@inera/ids-core/components/icons/hourglass-start/register';
2
+ import { IDSIconHourglassStart as Icon } from '@inera/ids-core/components/icons/hourglass-start/icon-hourglass-start-element';
3
+ export declare const IDSIconHourglassStart: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import '@inera/ids-core/components/icons/hourglass-start/register';
3
+ import { IDSIconHourglassStart as IDSIconHourglassStart$1 } from '@inera/ids-core/components/icons/hourglass-start/icon-hourglass-start-element';
4
+ import { createComponent } from '@lit-labs/react';
5
+
6
+ const IDSIconHourglassStart = createComponent({
7
+ tagName: 'ids-icon-hourglass-start',
8
+ elementClass: IDSIconHourglassStart$1,
9
+ react: React,
10
+ });
11
+
12
+ export { IDSIconHourglassStart };
@@ -0,0 +1,3 @@
1
+ import '@inera/ids-core/components/icons/hourglass/register';
2
+ import { IDSIconHourglass as Icon } from '@inera/ids-core/components/icons/hourglass/icon-hourglass-element';
3
+ export declare const IDSIconHourglass: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import '@inera/ids-core/components/icons/hourglass/register';
3
+ import { IDSIconHourglass as IDSIconHourglass$1 } from '@inera/ids-core/components/icons/hourglass/icon-hourglass-element';
4
+ import { createComponent } from '@lit-labs/react';
5
+
6
+ const IDSIconHourglass = createComponent({
7
+ tagName: 'ids-icon-hourglass',
8
+ elementClass: IDSIconHourglass$1,
9
+ react: React,
10
+ });
11
+
12
+ export { IDSIconHourglass };
@@ -0,0 +1,3 @@
1
+ import '@inera/ids-core/components/icons/moment-start/register';
2
+ import { IDSIconMomentStart as Icon } from '@inera/ids-core/components/icons/moment-start/icon-moment-start-element';
3
+ export declare const IDSIconMomentStart: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import '@inera/ids-core/components/icons/moment-start/register';
3
+ import { IDSIconMomentStart as IDSIconMomentStart$1 } from '@inera/ids-core/components/icons/moment-start/icon-moment-start-element';
4
+ import { createComponent } from '@lit-labs/react';
5
+
6
+ const IDSIconMomentStart = createComponent({
7
+ tagName: 'ids-icon-moment-start',
8
+ elementClass: IDSIconMomentStart$1,
9
+ react: React,
10
+ });
11
+
12
+ export { IDSIconMomentStart };
@@ -0,0 +1,3 @@
1
+ import '@inera/ids-core/components/icons/moment-stop/register';
2
+ import { IDSIconMomentStop as Icon } from '@inera/ids-core/components/icons/moment-stop/icon-moment-stop-element';
3
+ export declare const IDSIconMomentStop: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import '@inera/ids-core/components/icons/moment-stop/register';
3
+ import { IDSIconMomentStop as IDSIconMomentStop$1 } from '@inera/ids-core/components/icons/moment-stop/icon-moment-stop-element';
4
+ import { createComponent } from '@lit-labs/react';
5
+
6
+ const IDSIconMomentStop = createComponent({
7
+ tagName: 'ids-icon-moment-stop',
8
+ elementClass: IDSIconMomentStop$1,
9
+ react: React,
10
+ });
11
+
12
+ export { IDSIconMomentStop };
@@ -0,0 +1,3 @@
1
+ import '@inera/ids-core/components/icons/share/register';
2
+ import { IDSIconShare as Icon } from '@inera/ids-core/components/icons/share/icon-share-element';
3
+ export declare const IDSIconShare: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import '@inera/ids-core/components/icons/share/register';
3
+ import { IDSIconShare as IDSIconShare$1 } from '@inera/ids-core/components/icons/share/icon-share-element';
4
+ import { createComponent } from '@lit-labs/react';
5
+
6
+ const IDSIconShare = createComponent({
7
+ tagName: 'ids-icon-share',
8
+ elementClass: IDSIconShare$1,
9
+ react: React,
10
+ });
11
+
12
+ export { IDSIconShare };
@@ -0,0 +1,3 @@
1
+ import '@inera/ids-core/components/icons/switch-person/register';
2
+ import { IDSIconSwitchPerson as Icon } from '@inera/ids-core/components/icons/switch-person/icon-switch-person-element';
3
+ export declare const IDSIconSwitchPerson: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import '@inera/ids-core/components/icons/switch-person/register';
3
+ import { IDSIconSwitchPerson as IDSIconSwitchPerson$1 } from '@inera/ids-core/components/icons/switch-person/icon-switch-person-element';
4
+ import { createComponent } from '@lit-labs/react';
5
+
6
+ const IDSIconSwitchPerson = createComponent({
7
+ tagName: 'ids-icon-switch-person',
8
+ elementClass: IDSIconSwitchPerson$1,
9
+ react: React,
10
+ });
11
+
12
+ export { IDSIconSwitchPerson };
@@ -1,2 +1,3 @@
1
1
  import '@inera/ids-core/components/icons/x/register';
2
- export declare const IDSIconX: import("@lit-labs/react").ReactWebComponent<HTMLElement, {}>;
2
+ import { IDSIconX as Icon } from '@inera/ids-core/components/icons/x/icon-x-element';
3
+ export declare const IDSIconX: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@inera/ids-react",
3
- "version": "4.6.1",
3
+ "version": "4.8.0",
4
4
  "peerDependencies": {
5
5
  "react": "*"
6
6
  },
7
7
  "dependencies": {
8
- "@inera/ids-core": "4.6.x",
8
+ "@inera/ids-core": "4.8.x",
9
9
  "@lit-labs/react": "^1.1.0"
10
10
  },
11
11
  "main": "api.js",
@@ -1,3 +0,0 @@
1
- import '@inera/ids-core/components/icon/register';
2
- import { IDSIcon as Icon } from '@inera/ids-core/components/icon/icon-element';
3
- export declare const IDSIcon: import("@lit-labs/react").ReactWebComponent<Icon, {}>;
@@ -1,12 +0,0 @@
1
- import * as React from 'react';
2
- import '@inera/ids-core/components/icon/register';
3
- import { IDSIcon as IDSIcon$1 } from '@inera/ids-core/components/icon/icon-element';
4
- import { createComponent } from '@lit-labs/react';
5
-
6
- const IDSIcon = createComponent({
7
- tagName: 'ids-icon',
8
- elementClass: IDSIcon$1,
9
- react: React,
10
- });
11
-
12
- export { IDSIcon };