@lux-design-system/web-components-stencil 1.0.0-alpha.0 → 1.0.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/dist/cjs/app-globals-f4866f42.js.map +1 -1
- package/dist/components/index.js.map +1 -1
- package/dist/esm/app-globals-535077d3.js.map +1 -1
- package/dist/lux/p-2e4ce2ba.js.map +1 -1
- package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/components/button/button.d.ts +1 -1
- package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/components/login-link/login-link.d.ts +1 -1
- package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/utils/test/element.d.ts +1 -1
- package/dist/types/home/runner/work/lux/lux/packages/web-components-stencil/.stencil/stencil.config.d.ts +2 -0
- package/package.json +1 -1
- package/dist/types/Projects/Logius/lux/packages/web-components-stencil/.stencil/stencil.config.d.ts +0 -2
- /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/components/alert/alert.d.ts +0 -0
- /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/components/login-link/constants.d.ts +0 -0
- /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/components/login-link/types.d.ts +0 -0
- /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/components/paragraph/paragraph.d.ts +0 -0
- /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/global/app.d.ts +0 -0
- /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/icons/chevron-left.d.ts +0 -0
- /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/icons/chevron-right.d.ts +0 -0
- /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/icons/error.d.ts +0 -0
- /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/icons/info.d.ts +0 -0
- /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/icons/logo-digid.d.ts +0 -0
- /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/icons/logo-eherkenning.d.ts +0 -0
- /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/icons/logo-eidas.d.ts +0 -0
- /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/icons/mail.d.ts +0 -0
- /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/icons/success.d.ts +0 -0
- /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/icons/warning.d.ts +0 -0
- /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/utils/helpers/attrBoolean.d.ts +0 -0
- /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/utils/test/testid.d.ts +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter } from '
|
|
1
|
+
import { EventEmitter } from '../../../../../../../../../../../stencil-public-runtime';
|
|
2
2
|
import { UtrechtButtonCustomEvent } from '@utrecht/web-component-library-stencil';
|
|
3
3
|
export declare class Button {
|
|
4
4
|
appearance: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HTMLStencilElement } from '
|
|
1
|
+
import { HTMLStencilElement } from '../../../../../../../../../../../stencil-public-runtime';
|
|
2
2
|
import type { LoginLinkAgent } from './types';
|
|
3
3
|
export declare class LoginLink {
|
|
4
4
|
private get printedLabel();
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { type SpecPage } from '
|
|
1
|
+
import { type SpecPage } from '../../../../../../../../../../../stencil-public-runtime';
|
|
2
2
|
export declare const getTestableShadowElement: <T extends Element>(page: SpecPage, testId: string) => T;
|
package/package.json
CHANGED
|
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
|