@lux-design-system/web-components-react 1.0.0 → 1.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.
- package/dist/components.d.ts +2 -0
- package/dist/components.js +2 -0
- package/dist/components.js.map +1 -1
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { JSX } from '@lux-design-system/web-components-stencil';
|
|
2
2
|
export declare const LuxAlert: import("react").ForwardRefExoticComponent<JSX.LuxAlert & Omit<import("react").HTMLAttributes<HTMLLuxAlertElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLLuxAlertElement>>;
|
|
3
3
|
export declare const LuxButton: import("react").ForwardRefExoticComponent<JSX.LuxButton & Omit<import("react").HTMLAttributes<HTMLLuxButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLLuxButtonElement>>;
|
|
4
|
+
export declare const LuxDocument: import("react").ForwardRefExoticComponent<JSX.LuxDocument & Omit<import("react").HTMLAttributes<HTMLLuxDocumentElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLLuxDocumentElement>>;
|
|
4
5
|
export declare const LuxIconChevronLeft: import("react").ForwardRefExoticComponent<JSX.LuxIconChevronLeft & Omit<import("react").HTMLAttributes<HTMLLuxIconChevronLeftElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLLuxIconChevronLeftElement>>;
|
|
5
6
|
export declare const LuxIconChevronRight: import("react").ForwardRefExoticComponent<JSX.LuxIconChevronRight & Omit<import("react").HTMLAttributes<HTMLLuxIconChevronRightElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLLuxIconChevronRightElement>>;
|
|
6
7
|
export declare const LuxIconError: import("react").ForwardRefExoticComponent<JSX.LuxIconError & Omit<import("react").HTMLAttributes<HTMLLuxIconErrorElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLLuxIconErrorElement>>;
|
|
@@ -11,5 +12,6 @@ export declare const LuxIconLogoEidas: import("react").ForwardRefExoticComponent
|
|
|
11
12
|
export declare const LuxIconMail: import("react").ForwardRefExoticComponent<JSX.LuxIconMail & Omit<import("react").HTMLAttributes<HTMLLuxIconMailElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLLuxIconMailElement>>;
|
|
12
13
|
export declare const LuxIconSuccess: import("react").ForwardRefExoticComponent<JSX.LuxIconSuccess & Omit<import("react").HTMLAttributes<HTMLLuxIconSuccessElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLLuxIconSuccessElement>>;
|
|
13
14
|
export declare const LuxIconWarning: import("react").ForwardRefExoticComponent<JSX.LuxIconWarning & Omit<import("react").HTMLAttributes<HTMLLuxIconWarningElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLLuxIconWarningElement>>;
|
|
15
|
+
export declare const LuxLink: import("react").ForwardRefExoticComponent<JSX.LuxLink & Omit<import("react").HTMLAttributes<HTMLLuxLinkElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLLuxLinkElement>>;
|
|
14
16
|
export declare const LuxLoginLink: import("react").ForwardRefExoticComponent<JSX.LuxLoginLink & Omit<import("react").HTMLAttributes<HTMLLuxLoginLinkElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLLuxLoginLinkElement>>;
|
|
15
17
|
export declare const LuxParagraph: import("react").ForwardRefExoticComponent<JSX.LuxParagraph & Omit<import("react").HTMLAttributes<HTMLLuxParagraphElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLLuxParagraphElement>>;
|
package/dist/components.js
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
import { createReactComponent } from './react-component-lib';
|
|
5
5
|
export const LuxAlert = /*@__PURE__*/ createReactComponent('lux-alert');
|
|
6
6
|
export const LuxButton = /*@__PURE__*/ createReactComponent('lux-button');
|
|
7
|
+
export const LuxDocument = /*@__PURE__*/ createReactComponent('lux-document');
|
|
7
8
|
export const LuxIconChevronLeft = /*@__PURE__*/ createReactComponent('lux-icon-chevron-left');
|
|
8
9
|
export const LuxIconChevronRight = /*@__PURE__*/ createReactComponent('lux-icon-chevron-right');
|
|
9
10
|
export const LuxIconError = /*@__PURE__*/ createReactComponent('lux-icon-error');
|
|
@@ -14,6 +15,7 @@ export const LuxIconLogoEidas = /*@__PURE__*/ createReactComponent('lux-icon-log
|
|
|
14
15
|
export const LuxIconMail = /*@__PURE__*/ createReactComponent('lux-icon-mail');
|
|
15
16
|
export const LuxIconSuccess = /*@__PURE__*/ createReactComponent('lux-icon-success');
|
|
16
17
|
export const LuxIconWarning = /*@__PURE__*/ createReactComponent('lux-icon-warning');
|
|
18
|
+
export const LuxLink = /*@__PURE__*/ createReactComponent('lux-link');
|
|
17
19
|
export const LuxLoginLink = /*@__PURE__*/ createReactComponent('lux-login-link');
|
|
18
20
|
export const LuxParagraph = /*@__PURE__*/ createReactComponent('lux-paragraph');
|
|
19
21
|
//# sourceMappingURL=components.js.map
|
package/dist/components.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,kCAAkC;AAClC,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAM7D,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAA,oBAAoB,CAAoC,WAAW,CAAC,CAAC;AAC1G,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CAAA,oBAAoB,CAAsC,YAAY,CAAC,CAAC;AAC9G,MAAM,CAAC,MAAM,kBAAkB,GAAG,aAAa,CAAA,oBAAoB,CAAwD,uBAAuB,CAAC,CAAC;AACpJ,MAAM,CAAC,MAAM,mBAAmB,GAAG,aAAa,CAAA,oBAAoB,CAA0D,wBAAwB,CAAC,CAAC;AACxJ,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAA,oBAAoB,CAA4C,gBAAgB,CAAC,CAAC;AAC3H,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAA,oBAAoB,CAA0C,eAAe,CAAC,CAAC;AACvH,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAA,oBAAoB,CAAoD,qBAAqB,CAAC,CAAC;AAC5I,MAAM,CAAC,MAAM,sBAAsB,GAAG,aAAa,CAAA,oBAAoB,CAAgE,2BAA2B,CAAC,CAAC;AACpK,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAA,oBAAoB,CAAoD,qBAAqB,CAAC,CAAC;AAC5I,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAA,oBAAoB,CAA0C,eAAe,CAAC,CAAC;AACvH,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAA,oBAAoB,CAAgD,kBAAkB,CAAC,CAAC;AACnI,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAA,oBAAoB,CAAgD,kBAAkB,CAAC,CAAC;AACnI,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAA,oBAAoB,CAA4C,gBAAgB,CAAC,CAAC;AAC3H,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAA,oBAAoB,CAA4C,eAAe,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,kCAAkC;AAClC,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAM7D,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAA,oBAAoB,CAAoC,WAAW,CAAC,CAAC;AAC1G,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CAAA,oBAAoB,CAAsC,YAAY,CAAC,CAAC;AAC9G,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAA,oBAAoB,CAA0C,cAAc,CAAC,CAAC;AACtH,MAAM,CAAC,MAAM,kBAAkB,GAAG,aAAa,CAAA,oBAAoB,CAAwD,uBAAuB,CAAC,CAAC;AACpJ,MAAM,CAAC,MAAM,mBAAmB,GAAG,aAAa,CAAA,oBAAoB,CAA0D,wBAAwB,CAAC,CAAC;AACxJ,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAA,oBAAoB,CAA4C,gBAAgB,CAAC,CAAC;AAC3H,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAA,oBAAoB,CAA0C,eAAe,CAAC,CAAC;AACvH,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAA,oBAAoB,CAAoD,qBAAqB,CAAC,CAAC;AAC5I,MAAM,CAAC,MAAM,sBAAsB,GAAG,aAAa,CAAA,oBAAoB,CAAgE,2BAA2B,CAAC,CAAC;AACpK,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAA,oBAAoB,CAAoD,qBAAqB,CAAC,CAAC;AAC5I,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAA,oBAAoB,CAA0C,eAAe,CAAC,CAAC;AACvH,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAA,oBAAoB,CAAgD,kBAAkB,CAAC,CAAC;AACnI,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAA,oBAAoB,CAAgD,kBAAkB,CAAC,CAAC;AACnI,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAA,oBAAoB,CAAkC,UAAU,CAAC,CAAC;AACtG,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAA,oBAAoB,CAA4C,gBAAgB,CAAC,CAAC;AAC3H,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAA,oBAAoB,CAA4C,eAAe,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.1.1",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "React web components bundle from LUX, the Design System for Logius, based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"react-dom": "18.3.1",
|
|
37
37
|
"rimraf": "6.0.1",
|
|
38
38
|
"typescript": "5.5.4",
|
|
39
|
-
"@lux-design-system/web-components-stencil": "1.
|
|
39
|
+
"@lux-design-system/web-components-stencil": "1.1.1"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "tsc -p .",
|