@lux-design-system/web-components-react
Advanced tools
Comparing version 1.0.0 to 1.1.0
import type { JSX } from '@lux-design-system/web-components-stencil'; | ||
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>>; | ||
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>>; | ||
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>>; | ||
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>>; | ||
@@ -14,3 +15,4 @@ 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>>; | ||
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>>; | ||
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>>; | ||
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>>; | ||
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>>; |
@@ -7,2 +7,3 @@ /* eslint-disable */ | ||
export const LuxButton = /*@__PURE__*/ createReactComponent('lux-button'); | ||
export const LuxDocument = /*@__PURE__*/ createReactComponent('lux-document'); | ||
export const LuxIconChevronLeft = /*@__PURE__*/ createReactComponent('lux-icon-chevron-left'); | ||
@@ -18,4 +19,5 @@ export const LuxIconChevronRight = /*@__PURE__*/ createReactComponent('lux-icon-chevron-right'); | ||
export const LuxIconWarning = /*@__PURE__*/ createReactComponent('lux-icon-warning'); | ||
export const LuxLink = /*@__PURE__*/ createReactComponent('lux-link'); | ||
export const LuxLoginLink = /*@__PURE__*/ createReactComponent('lux-login-link'); | ||
export const LuxParagraph = /*@__PURE__*/ createReactComponent('lux-paragraph'); | ||
//# sourceMappingURL=components.js.map |
{ | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"author": "Community for NL Design System", | ||
@@ -39,3 +39,3 @@ "description": "React web components bundle from LUX, the Design System for Logius, based on the NL Design System architecture", | ||
"typescript": "5.5.4", | ||
"@lux-design-system/web-components-stencil": "1.0.0" | ||
"@lux-design-system/web-components-stencil": "1.1.0" | ||
}, | ||
@@ -42,0 +42,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
55913
489