New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lux-design-system/web-components-react

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lux-design-system/web-components-react - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

dist/components.d.ts
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

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc