@inera/ids-react 5.1.0 → 5.2.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.
- package/components/form/checkbox/checkbox-group.js +3 -3
- package/components/side-panel/side-panel.js +16 -0
- package/index.js +1 -0
- package/package.json +2 -2
- package/src/components/form/checkbox/checkbox-group.d.ts +3 -0
- package/src/components/side-panel/side-panel.d.ts +6 -0
- package/{index.d.ts → src/index.d.ts} +1 -0
- package/storybook/components/header/header-utils.d.ts +9 -0
- package/storybook/components/header-inera/header-inera-utils.d.ts +2 -0
- package/storybook/components/header-inera-admin/header-inera-admin-utils.d.ts +4 -0
- package/storybook/components/side-panel/side-panel-utils.d.ts +1 -0
- package/components/form/checkbox/checkbox-group.d.ts +0 -3
- /package/{components → src/components}/agent/agent.d.ts +0 -0
- /package/{components → src/components}/alert/alert.d.ts +0 -0
- /package/{components → src/components}/alert-global/alert-global.d.ts +0 -0
- /package/{components → src/components}/badge/badge.d.ts +0 -0
- /package/{components → src/components}/breadcrumbs/breacrumbs.d.ts +0 -0
- /package/{components → src/components}/button/button.d.ts +0 -0
- /package/{components → src/components}/button-group/button-group.d.ts +0 -0
- /package/{components → src/components}/card/card.d.ts +0 -0
- /package/{components → src/components}/carousel/carousel.d.ts +0 -0
- /package/{components → src/components}/date-label/date-label.d.ts +0 -0
- /package/{components → src/components}/dialog/dialog.d.ts +0 -0
- /package/{components → src/components}/dropdown/dropdown.d.ts +0 -0
- /package/{components → src/components}/expandable/expandable.d.ts +0 -0
- /package/{components → src/components}/footer/footer.d.ts +0 -0
- /package/{components → src/components}/footer-1177/footer-1177.d.ts +0 -0
- /package/{components → src/components}/footer-1177-admin/footer-1177-admin.d.ts +0 -0
- /package/{components → src/components}/footer-1177-pro/footer-1177-pro.d.ts +0 -0
- /package/{components → src/components}/footer-inera/footer-inera.d.ts +0 -0
- /package/{components → src/components}/footer-inera-admin/footer-inera-admin.d.ts +0 -0
- /package/{components → src/components}/form/checkbox/checkbox.d.ts +0 -0
- /package/{components → src/components}/form/errormessage/error-message.d.ts +0 -0
- /package/{components → src/components}/form/input/input.d.ts +0 -0
- /package/{components → src/components}/form/radio/radio-group.d.ts +0 -0
- /package/{components → src/components}/form/radio/radio.d.ts +0 -0
- /package/{components → src/components}/form/range/range.d.ts +0 -0
- /package/{components → src/components}/form/select/select.d.ts +0 -0
- /package/{components → src/components}/form/selectmultiple/select-multiple.d.ts +0 -0
- /package/{components → src/components}/form/spinner/spinner.d.ts +0 -0
- /package/{components → src/components}/form/textarea/textarea.d.ts +0 -0
- /package/{components → src/components}/form/time/time.d.ts +0 -0
- /package/{components → src/components}/form/toggle/toggle.d.ts +0 -0
- /package/{components → src/components}/grid/grid.d.ts +0 -0
- /package/{components → src/components}/header/avatar/header-avatar.d.ts +0 -0
- /package/{components → src/components}/header/header.d.ts +0 -0
- /package/{components → src/components}/header/item/header-item.d.ts +0 -0
- /package/{components → src/components}/header/mobile-menu/header-mobile-menu.d.ts +0 -0
- /package/{components → src/components}/header/navigation/item/nav-item.d.ts +0 -0
- /package/{components → src/components}/header/navigation/mobile-item/nav-mobile-item.d.ts +0 -0
- /package/{components → src/components}/header/navigation/navigation.d.ts +0 -0
- /package/{components → src/components}/header-1177/header-1177-avatar.d.ts +0 -0
- /package/{components → src/components}/header-1177/header-1177-item.d.ts +0 -0
- /package/{components → src/components}/header-1177/header-1177-nav-item-mobile.d.ts +0 -0
- /package/{components → src/components}/header-1177/header-1177-nav-item.d.ts +0 -0
- /package/{components → src/components}/header-1177/header-1177-nav-menu-mobile.d.ts +0 -0
- /package/{components → src/components}/header-1177/header-1177-nav.d.ts +0 -0
- /package/{components → src/components}/header-1177/header-1177.d.ts +0 -0
- /package/{components → src/components}/header-1177-admin/header-1177-admin-avatar-mobile.d.ts +0 -0
- /package/{components → src/components}/header-1177-admin/header-1177-admin-avatar.d.ts +0 -0
- /package/{components → src/components}/header-1177-admin/header-1177-admin-item.d.ts +0 -0
- /package/{components → src/components}/header-1177-admin/header-1177-admin-nav-item.d.ts +0 -0
- /package/{components → src/components}/header-1177-admin/header-1177-admin-nav.d.ts +0 -0
- /package/{components → src/components}/header-1177-admin/header-1177-admin.d.ts +0 -0
- /package/{components → src/components}/header-1177-pro/header-1177-pro-avatar-mobile.d.ts +0 -0
- /package/{components → src/components}/header-1177-pro/header-1177-pro-avatar.d.ts +0 -0
- /package/{components → src/components}/header-1177-pro/header-1177-pro-item.d.ts +0 -0
- /package/{components → src/components}/header-1177-pro/header-1177-pro-nav-item.d.ts +0 -0
- /package/{components → src/components}/header-1177-pro/header-1177-pro-nav-menu-mobile.d.ts +0 -0
- /package/{components → src/components}/header-1177-pro/header-1177-pro-nav.d.ts +0 -0
- /package/{components → src/components}/header-1177-pro/header-1177-pro.d.ts +0 -0
- /package/{components → src/components}/header-inera/header-inera-item.d.ts +0 -0
- /package/{components → src/components}/header-inera/header-inera-nav-item.d.ts +0 -0
- /package/{components → src/components}/header-inera/header-inera-nav-mobile.d.ts +0 -0
- /package/{components → src/components}/header-inera/header-inera-nav.d.ts +0 -0
- /package/{components → src/components}/header-inera/header-inera.d.ts +0 -0
- /package/{components → src/components}/header-inera-admin/header-inera-admin-avatar-mobile.d.ts +0 -0
- /package/{components → src/components}/header-inera-admin/header-inera-admin-avatar.d.ts +0 -0
- /package/{components → src/components}/header-inera-admin/header-inera-admin-item.d.ts +0 -0
- /package/{components → src/components}/header-inera-admin/header-inera-admin-nav-item.d.ts +0 -0
- /package/{components → src/components}/header-inera-admin/header-inera-admin-nav-mobile.d.ts +0 -0
- /package/{components → src/components}/header-inera-admin/header-inera-admin-nav.d.ts +0 -0
- /package/{components → src/components}/header-inera-admin/header-inera-admin.d.ts +0 -0
- /package/{components → src/components}/icon-region/icon-region.d.ts +0 -0
- /package/{components → src/components}/icons/icon-1177.d.ts +0 -0
- /package/{components → src/components}/icons/icon-activity.d.ts +0 -0
- /package/{components → src/components}/icons/icon-agent.d.ts +0 -0
- /package/{components → src/components}/icons/icon-alarm-clock-inactivity.d.ts +0 -0
- /package/{components → src/components}/icons/icon-alarm-clock-neutral.d.ts +0 -0
- /package/{components → src/components}/icons/icon-archive.d.ts +0 -0
- /package/{components → src/components}/icons/icon-arrow.d.ts +0 -0
- /package/{components → src/components}/icons/icon-attention.d.ts +0 -0
- /package/{components → src/components}/icons/icon-blekinge.d.ts +0 -0
- /package/{components → src/components}/icons/icon-bookmark.d.ts +0 -0
- /package/{components → src/components}/icons/icon-calendar.d.ts +0 -0
- /package/{components → src/components}/icons/icon-call-active.d.ts +0 -0
- /package/{components → src/components}/icons/icon-call.d.ts +0 -0
- /package/{components → src/components}/icons/icon-camera-off.d.ts +0 -0
- /package/{components → src/components}/icons/icon-camera-on.d.ts +0 -0
- /package/{components → src/components}/icons/icon-camera-switch.d.ts +0 -0
- /package/{components → src/components}/icons/icon-chart-bar.d.ts +0 -0
- /package/{components → src/components}/icons/icon-chart-line.d.ts +0 -0
- /package/{components → src/components}/icons/icon-chat.d.ts +0 -0
- /package/{components → src/components}/icons/icon-check.d.ts +0 -0
- /package/{components → src/components}/icons/icon-chevron-bold.d.ts +0 -0
- /package/{components → src/components}/icons/icon-chevron.d.ts +0 -0
- /package/{components → src/components}/icons/icon-clipboard-cross.d.ts +0 -0
- /package/{components → src/components}/icons/icon-clipboard-text.d.ts +0 -0
- /package/{components → src/components}/icons/icon-clipboard.d.ts +0 -0
- /package/{components → src/components}/icons/icon-clock.d.ts +0 -0
- /package/{components → src/components}/icons/icon-close-bold.d.ts +0 -0
- /package/{components → src/components}/icons/icon-close.d.ts +0 -0
- /package/{components → src/components}/icons/icon-cog.d.ts +0 -0
- /package/{components → src/components}/icons/icon-computer-inera.d.ts +0 -0
- /package/{components → src/components}/icons/icon-computer.d.ts +0 -0
- /package/{components → src/components}/icons/icon-copy-file.d.ts +0 -0
- /package/{components → src/components}/icons/icon-copy-link.d.ts +0 -0
- /package/{components → src/components}/icons/icon-dalarna.d.ts +0 -0
- /package/{components → src/components}/icons/icon-denied.d.ts +0 -0
- /package/{components → src/components}/icons/icon-doctors-bag.d.ts +0 -0
- /package/{components → src/components}/icons/icon-document.d.ts +0 -0
- /package/{components → src/components}/icons/icon-download.d.ts +0 -0
- /package/{components → src/components}/icons/icon-drag-n-drop.d.ts +0 -0
- /package/{components → src/components}/icons/icon-ear-hearing.d.ts +0 -0
- /package/{components → src/components}/icons/icon-edit.d.ts +0 -0
- /package/{components → src/components}/icons/icon-email-sent.d.ts +0 -0
- /package/{components → src/components}/icons/icon-email-unread.d.ts +0 -0
- /package/{components → src/components}/icons/icon-email.d.ts +0 -0
- /package/{components → src/components}/icons/icon-expand.d.ts +0 -0
- /package/{components → src/components}/icons/icon-external.d.ts +0 -0
- /package/{components → src/components}/icons/icon-facebook.d.ts +0 -0
- /package/{components → src/components}/icons/icon-file-csv.d.ts +0 -0
- /package/{components → src/components}/icons/icon-file-excel.d.ts +0 -0
- /package/{components → src/components}/icons/icon-file-other.d.ts +0 -0
- /package/{components → src/components}/icons/icon-file-pdf.d.ts +0 -0
- /package/{components → src/components}/icons/icon-file-picture.d.ts +0 -0
- /package/{components → src/components}/icons/icon-file-powerpoint.d.ts +0 -0
- /package/{components → src/components}/icons/icon-file-word.d.ts +0 -0
- /package/{components → src/components}/icons/icon-find-care.d.ts +0 -0
- /package/{components → src/components}/icons/icon-find-region.d.ts +0 -0
- /package/{components → src/components}/icons/icon-flag.d.ts +0 -0
- /package/{components → src/components}/icons/icon-form-numbered-reocurring.d.ts +0 -0
- /package/{components → src/components}/icons/icon-form-numbered.d.ts +0 -0
- /package/{components → src/components}/icons/icon-gavleborg.d.ts +0 -0
- /package/{components → src/components}/icons/icon-gotland.d.ts +0 -0
- /package/{components → src/components}/icons/icon-halland.d.ts +0 -0
- /package/{components → src/components}/icons/icon-headphones.d.ts +0 -0
- /package/{components → src/components}/icons/icon-hourglass-end.d.ts +0 -0
- /package/{components → src/components}/icons/icon-hourglass-start.d.ts +0 -0
- /package/{components → src/components}/icons/icon-hourglass.d.ts +0 -0
- /package/{components → src/components}/icons/icon-house.d.ts +0 -0
- /package/{components → src/components}/icons/icon-id-card-locked.d.ts +0 -0
- /package/{components → src/components}/icons/icon-id-card.d.ts +0 -0
- /package/{components → src/components}/icons/icon-image.d.ts +0 -0
- /package/{components → src/components}/icons/icon-inera-legacy.d.ts +0 -0
- /package/{components → src/components}/icons/icon-inera.d.ts +0 -0
- /package/{components → src/components}/icons/icon-information.d.ts +0 -0
- /package/{components → src/components}/icons/icon-jamtland-harjedalen.d.ts +0 -0
- /package/{components → src/components}/icons/icon-jonkoping.d.ts +0 -0
- /package/{components → src/components}/icons/icon-kalmar.d.ts +0 -0
- /package/{components → src/components}/icons/icon-kronoberg.d.ts +0 -0
- /package/{components → src/components}/icons/icon-lightbulb.d.ts +0 -0
- /package/{components → src/components}/icons/icon-linkedin.d.ts +0 -0
- /package/{components → src/components}/icons/icon-list.d.ts +0 -0
- /package/{components → src/components}/icons/icon-lock-open.d.ts +0 -0
- /package/{components → src/components}/icons/icon-lock.d.ts +0 -0
- /package/{components → src/components}/icons/icon-log-locked.d.ts +0 -0
- /package/{components → src/components}/icons/icon-log.d.ts +0 -0
- /package/{components → src/components}/icons/icon-menu.d.ts +0 -0
- /package/{components → src/components}/icons/icon-minus.d.ts +0 -0
- /package/{components → src/components}/icons/icon-moment-start.d.ts +0 -0
- /package/{components → src/components}/icons/icon-moment-stop.d.ts +0 -0
- /package/{components → src/components}/icons/icon-norrbotten.d.ts +0 -0
- /package/{components → src/components}/icons/icon-office-building.d.ts +0 -0
- /package/{components → src/components}/icons/icon-orebro.d.ts +0 -0
- /package/{components → src/components}/icons/icon-organization.d.ts +0 -0
- /package/{components → src/components}/icons/icon-ostergotland.d.ts +0 -0
- /package/{components → src/components}/icons/icon-plus.d.ts +0 -0
- /package/{components → src/components}/icons/icon-prescription.d.ts +0 -0
- /package/{components → src/components}/icons/icon-print.d.ts +0 -0
- /package/{components → src/components}/icons/icon-question.d.ts +0 -0
- /package/{components → src/components}/icons/icon-reload.d.ts +0 -0
- /package/{components → src/components}/icons/icon-reply.d.ts +0 -0
- /package/{components → src/components}/icons/icon-search-inera.d.ts +0 -0
- /package/{components → src/components}/icons/icon-search.d.ts +0 -0
- /package/{components → src/components}/icons/icon-share.d.ts +0 -0
- /package/{components → src/components}/icons/icon-shield-locked-primary.d.ts +0 -0
- /package/{components → src/components}/icons/icon-shield-locked.d.ts +0 -0
- /package/{components → src/components}/icons/icon-skane.d.ts +0 -0
- /package/{components → src/components}/icons/icon-sormland.d.ts +0 -0
- /package/{components → src/components}/icons/icon-star-filled.d.ts +0 -0
- /package/{components → src/components}/icons/icon-star.d.ts +0 -0
- /package/{components → src/components}/icons/icon-stockholm.d.ts +0 -0
- /package/{components → src/components}/icons/icon-success.d.ts +0 -0
- /package/{components → src/components}/icons/icon-swap.d.ts +0 -0
- /package/{components → src/components}/icons/icon-switch-person.d.ts +0 -0
- /package/{components → src/components}/icons/icon-telephone.d.ts +0 -0
- /package/{components → src/components}/icons/icon-test-tube-analyze.d.ts +0 -0
- /package/{components → src/components}/icons/icon-test-tube-empty.d.ts +0 -0
- /package/{components → src/components}/icons/icon-test-tube.d.ts +0 -0
- /package/{components → src/components}/icons/icon-toggle-card.d.ts +0 -0
- /package/{components → src/components}/icons/icon-toggle-list.d.ts +0 -0
- /package/{components → src/components}/icons/icon-trash.d.ts +0 -0
- /package/{components → src/components}/icons/icon-twitter.d.ts +0 -0
- /package/{components → src/components}/icons/icon-uppsala.d.ts +0 -0
- /package/{components → src/components}/icons/icon-user.d.ts +0 -0
- /package/{components → src/components}/icons/icon-varmland.d.ts +0 -0
- /package/{components → src/components}/icons/icon-vasterbotten.d.ts +0 -0
- /package/{components → src/components}/icons/icon-vasternorrland.d.ts +0 -0
- /package/{components → src/components}/icons/icon-vastmanland.d.ts +0 -0
- /package/{components → src/components}/icons/icon-vastra-gotaland.d.ts +0 -0
- /package/{components → src/components}/icons/icon-video-off.d.ts +0 -0
- /package/{components → src/components}/icons/icon-video-on.d.ts +0 -0
- /package/{components → src/components}/icons/icon-video-switch.d.ts +0 -0
- /package/{components → src/components}/icons/icon-visibility-off.d.ts +0 -0
- /package/{components → src/components}/icons/icon-visibility.d.ts +0 -0
- /package/{components → src/components}/icons/icon-warning.d.ts +0 -0
- /package/{components → src/components}/icons/icon-x.d.ts +0 -0
- /package/{components → src/components}/link/link.d.ts +0 -0
- /package/{components → src/components}/list/item/info/list-item-info.d.ts +0 -0
- /package/{components → src/components}/list/item/list-item.d.ts +0 -0
- /package/{components → src/components}/list/list.d.ts +0 -0
- /package/{components → src/components}/mobile/menu/avatar/mobile-avatar.d.ts +0 -0
- /package/{components → src/components}/mobile/menu/item/mobile-item.d.ts +0 -0
- /package/{components → src/components}/mobile/menu/mobile-menu.d.ts +0 -0
- /package/{components → src/components}/navigation/content/navigation-content.d.ts +0 -0
- /package/{components → src/components}/navigation/local/navigation-local.d.ts +0 -0
- /package/{components → src/components}/notification/badge/notification-badge.d.ts +0 -0
- /package/{components → src/components}/pagination/data-pagination/data-pagination.d.ts +0 -0
- /package/{components → src/components}/pagination/list-pagination/list-pagination.d.ts +0 -0
- /package/{components → src/components}/popover/popover.d.ts +0 -0
- /package/{components → src/components}/progressbar/progressbar.d.ts +0 -0
- /package/{components → src/components}/stepper/stepper.d.ts +0 -0
- /package/{components → src/components}/tabs/tabs.d.ts +0 -0
- /package/{components → src/components}/tag/tag.d.ts +0 -0
- /package/{components → src/components}/tooltip/tooltip.d.ts +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import { createComponent } from '@lit-labs/react';
|
|
3
3
|
import '@inera/ids-core/components/form/checkbox/register.js';
|
|
4
|
-
import { IDSCheckboxGroup as IDSCheckboxGroup$1 } from '@inera/ids-core/components/form/checkbox/checkbox-group-element';
|
|
4
|
+
import { IDSCheckboxGroup as IDSCheckboxGroup$1 } from '@inera/ids-core/components/form/checkbox/checkbox-group-element.js';
|
|
5
5
|
|
|
6
6
|
const IDSCheckboxGroup = createComponent({
|
|
7
|
-
tagName:
|
|
7
|
+
tagName: "ids-checkbox-group",
|
|
8
8
|
elementClass: IDSCheckboxGroup$1,
|
|
9
|
-
react: React__default
|
|
9
|
+
react: React__default
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export { IDSCheckboxGroup };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import '@inera/ids-core/components/side-panel/register.js';
|
|
3
|
+
import { IDSSidePanel as IDSSidePanel$1 } from '@inera/ids-core/components/side-panel/side-panel-element.js';
|
|
4
|
+
import { createComponent } from '@lit-labs/react';
|
|
5
|
+
|
|
6
|
+
const IDSSidePanel = createComponent({
|
|
7
|
+
tagName: 'ids-side-panel',
|
|
8
|
+
elementClass: IDSSidePanel$1,
|
|
9
|
+
react: React,
|
|
10
|
+
events: {
|
|
11
|
+
onClosed: 'closed',
|
|
12
|
+
onOpen: 'open'
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
export { IDSSidePanel };
|
package/index.js
CHANGED
|
@@ -42,6 +42,7 @@ export { IDSExpandable } from './components/expandable/expandable.js';
|
|
|
42
42
|
export { IDSPopover, IDSPopoverContent } from './components/popover/popover.js';
|
|
43
43
|
export { IDSProgressbar } from './components/progressbar/progressbar.js';
|
|
44
44
|
export { IDSBadge } from './components/badge/badge.js';
|
|
45
|
+
export { IDSSidePanel } from './components/side-panel/side-panel.js';
|
|
45
46
|
export { IDSTooltip } from './components/tooltip/tooltip.js';
|
|
46
47
|
export { IDSNavigationContent } from './components/navigation/content/navigation-content.js';
|
|
47
48
|
export { IDSCarousel, IDSCarouselItem } from './components/carousel/carousel.js';
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inera/ids-react",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"react": "*"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@inera/ids-core": "5.
|
|
9
|
+
"@inera/ids-core": "5.2.x",
|
|
10
10
|
"@lit-labs/react": "^1.1.0"
|
|
11
11
|
},
|
|
12
12
|
"types": "index.d.ts",
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import "@inera/ids-core/components/form/checkbox/register.js";
|
|
2
|
+
import { IDSCheckboxGroup as CheckboxGroup } from "@inera/ids-core/components/form/checkbox/checkbox-group-element.js";
|
|
3
|
+
export declare const IDSCheckboxGroup: import("@lit-labs/react").ReactWebComponent<CheckboxGroup, {}>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import '@inera/ids-core/components/side-panel/register.js';
|
|
2
|
+
import { IDSSidePanel as SidePanel } from '@inera/ids-core/components/side-panel/side-panel-element.js';
|
|
3
|
+
export declare const IDSSidePanel: import("@lit-labs/react").ReactWebComponent<SidePanel, {
|
|
4
|
+
onClosed: string;
|
|
5
|
+
onOpen: string;
|
|
6
|
+
}>;
|
|
@@ -42,6 +42,7 @@ export * from "./components/expandable/expandable";
|
|
|
42
42
|
export * from "./components/popover/popover";
|
|
43
43
|
export * from "./components/progressbar/progressbar";
|
|
44
44
|
export * from "./components/badge/badge";
|
|
45
|
+
export * from "./components/side-panel/side-panel";
|
|
45
46
|
export * from "./components/tooltip/tooltip";
|
|
46
47
|
export * from "./components/navigation/content/navigation-content";
|
|
47
48
|
export * from "./components/carousel/carousel";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const items1177: () => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare const puff1177: () => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const audioWeb: () => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare const baseItems: () => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const mobileItems1177: () => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare const baseIneraItems: () => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const baseNavItems: () => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare const avatar: (color: 0 | 1 | 2) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export declare const ineraAvatar: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const baseItems: () => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare const baseNavItems: () => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const avatarLinks: () => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare const avatarLinksMobile: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const panelContent: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import '@inera/ids-core/components/form/checkbox/register.js';
|
|
2
|
-
import { IDSCheckboxGroup as CheckboxGroup } from '@inera/ids-core/components/form/checkbox/checkbox-group-element';
|
|
3
|
-
export declare const IDSCheckboxGroup: import("@lit-labs/react").ReactWebComponent<CheckboxGroup, {}>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{components → src/components}/header-1177-admin/header-1177-admin-avatar-mobile.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{components → src/components}/header-inera-admin/header-inera-admin-avatar-mobile.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{components → src/components}/header-inera-admin/header-inera-admin-nav-mobile.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|