@ndlib/component-library 1.0.28 → 1.0.30
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/dist/components/elements/ConsentBanner/ConsentBanner.stories.d.ts +1 -1
- package/dist/components/elements/ConsentBanner/ConsentBanner.stories.js +1 -1
- package/dist/components/elements/ConsentBanner/ConsentBanner.test.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
- /package/dist/components/elements/ConsentBanner/{consentBanner.d.ts → index.d.ts} +0 -0
- /package/dist/components/elements/ConsentBanner/{consentBanner.js → index.js} +0 -0
|
@@ -8,7 +8,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
10
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
11
|
-
import { ConsentBanner } from '
|
|
11
|
+
import { ConsentBanner } from '.';
|
|
12
12
|
function clearConsent() {
|
|
13
13
|
try {
|
|
14
14
|
localStorage.removeItem('clarityConsent');
|
|
@@ -10,7 +10,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
10
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
11
|
import { render, screen, waitFor } from '@testing-library/react';
|
|
12
12
|
import userEvent from '@testing-library/user-event';
|
|
13
|
-
import { ConsentBanner } from '
|
|
13
|
+
import { ConsentBanner } from '.';
|
|
14
14
|
function cleanupClarityScripts() {
|
|
15
15
|
document
|
|
16
16
|
.querySelectorAll('script[src*="clarity.ms"]')
|
package/dist/index.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ export { Checkbox } from './components/elements/Checkbox';
|
|
|
35
35
|
export { CheckboxV2 } from './components/elements/CheckboxV2';
|
|
36
36
|
export { CheckboxGroup } from './components/elements/CheckboxGroup';
|
|
37
37
|
export { CheckboxGroupV2 } from './components/elements/CheckboxGroupV2';
|
|
38
|
+
export { ConsentBanner } from './components/elements/ConsentBanner';
|
|
38
39
|
export { Radio } from './components/elements/Radio';
|
|
39
40
|
export { RadioGroup } from './components/elements/RadioGroup';
|
|
40
41
|
export { List, ListItem, LIST_SIZE } from './components/elements/List';
|
package/dist/index.js
CHANGED
|
@@ -34,6 +34,7 @@ export { Checkbox } from './components/elements/Checkbox';
|
|
|
34
34
|
export { CheckboxV2 } from './components/elements/CheckboxV2';
|
|
35
35
|
export { CheckboxGroup } from './components/elements/CheckboxGroup';
|
|
36
36
|
export { CheckboxGroupV2 } from './components/elements/CheckboxGroupV2';
|
|
37
|
+
export { ConsentBanner } from './components/elements/ConsentBanner';
|
|
37
38
|
export { Radio } from './components/elements/Radio';
|
|
38
39
|
export { RadioGroup } from './components/elements/RadioGroup';
|
|
39
40
|
export { List, ListItem, LIST_SIZE } from './components/elements/List';
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|