@inera/ids-react 5.1.0 → 5.1.1
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.
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { IDSCheckboxGroup as CheckboxGroup } from
|
|
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
3
|
export declare const IDSCheckboxGroup: import("@lit-labs/react").ReactWebComponent<CheckboxGroup, {}>;
|
|
@@ -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 };
|