@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.
Files changed (27) hide show
  1. package/dist/cjs/app-globals-f4866f42.js.map +1 -1
  2. package/dist/components/index.js.map +1 -1
  3. package/dist/esm/app-globals-535077d3.js.map +1 -1
  4. package/dist/lux/p-2e4ce2ba.js.map +1 -1
  5. package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/components/button/button.d.ts +1 -1
  6. 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
  7. package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/utils/test/element.d.ts +1 -1
  8. package/dist/types/home/runner/work/lux/lux/packages/web-components-stencil/.stencil/stencil.config.d.ts +2 -0
  9. package/package.json +1 -1
  10. package/dist/types/Projects/Logius/lux/packages/web-components-stencil/.stencil/stencil.config.d.ts +0 -2
  11. /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/components/alert/alert.d.ts +0 -0
  12. /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/components/login-link/constants.d.ts +0 -0
  13. /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/components/login-link/types.d.ts +0 -0
  14. /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/components/paragraph/paragraph.d.ts +0 -0
  15. /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/global/app.d.ts +0 -0
  16. /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/icons/chevron-left.d.ts +0 -0
  17. /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/icons/chevron-right.d.ts +0 -0
  18. /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/icons/error.d.ts +0 -0
  19. /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/icons/info.d.ts +0 -0
  20. /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/icons/logo-digid.d.ts +0 -0
  21. /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/icons/logo-eherkenning.d.ts +0 -0
  22. /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/icons/logo-eidas.d.ts +0 -0
  23. /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/icons/mail.d.ts +0 -0
  24. /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/icons/success.d.ts +0 -0
  25. /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/icons/warning.d.ts +0 -0
  26. /package/dist/types/{Projects/Logius → home/runner/work/lux}/lux/packages/web-components-stencil/.stencil/src/utils/helpers/attrBoolean.d.ts +0 -0
  27. /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 '../../../../../../../../../stencil-public-runtime';
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 '../../../../../../../../../stencil-public-runtime';
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 '../../../../../../../../../stencil-public-runtime';
1
+ import { type SpecPage } from '../../../../../../../../../../../stencil-public-runtime';
2
2
  export declare const getTestableShadowElement: <T extends Element>(page: SpecPage, testId: string) => T;
@@ -0,0 +1,2 @@
1
+ import { Config } from '../../../../../../../../stencil-public-runtime';
2
+ export declare const config: Config;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.0",
2
+ "version": "1.0.0",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Stencil web components bundle from LUX, the Design System for Logius, based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -1,2 +0,0 @@
1
- import { Config } from '../../../../../../stencil-public-runtime';
2
- export declare const config: Config;