@lu-development/ux-patterns-react
Advanced tools
Comparing version 1.6.0 to 1.6.1
import React from 'react'; | ||
export declare const createReactComponent: <PropType, ElementType>(tagName: string) => React.ForwardRefExoticComponent<React.PropsWithoutRef<import("./utils").MyluReactExternalProps<PropType, ElementType>> & React.RefAttributes<ElementType>>; | ||
export declare const createReactComponent: <PropType, ElementType>(tagName: string) => React.ForwardRefExoticComponent<React.PropsWithoutRef<import("./utils").LuReactExternalProps<PropType, ElementType>> & React.RefAttributes<ElementType>>; |
@@ -1,8 +0,20 @@ | ||
import { defineCustomElements } from "@lu-development/ux-patterns/dist/loader"; | ||
import { createReactComponent } from "./createComponent"; | ||
import { defineCustomElements } from '@lu-development/ux-patterns/dist/loader'; | ||
import { createReactComponent } from './createComponent'; | ||
defineCustomElements(window); | ||
export const LuIcon = createReactComponent("lu-icon"); | ||
export const LuSelect = createReactComponent("lu-select"); | ||
export const LuRadioGroup = createReactComponent("lu-radio-group"); | ||
export const LuRadio = createReactComponent("lu-radio"); | ||
export const LuIcon = createReactComponent('lu-icon'); | ||
export const LuSelect = createReactComponent('lu-select'); | ||
export const LuRadioGroup = createReactComponent('lu-radio-group'); | ||
export const LuRadio = createReactComponent('lu-radio'); | ||
export { LuModal } from './LuModal'; | ||
export const LuCheckbox = createReactComponent('lu-checkbox'); | ||
export const LuCheckboxGroup = createReactComponent('lu-checkbox-group'); | ||
export const LuInput = createReactComponent('lu-input'); | ||
export const LuTextArea = createReactComponent('lu-text-area'); | ||
export const LuButton = createReactComponent('lu-button'); | ||
export const LuSpinner = createReactComponent('lu-spinner'); | ||
export const LuComboBox = createReactComponent('lu-combo-box'); | ||
export const LuComboBoxConnector = createReactComponent('lu-combo-box-connector'); | ||
export const LuBreakpoints = createReactComponent('lu-breakpoints'); | ||
export const LuDropdownListbox = createReactComponent('lu-dropdown-listbox'); | ||
export const LuListboxOption = createReactComponent('lu-listbox-option'); | ||
//# sourceMappingURL=index.js.map |
import React from 'react'; | ||
import { LuReactProps } from '../LuReactProps'; | ||
export declare type MyluReactExternalProps<PropType, ElementType> = PropType & Omit<React.HTMLAttributes<ElementType>, 'style'> & LuReactProps; | ||
export declare const createForwardRef: <PropType, ElementType>(ReactComponent: any, displayName: string) => React.ForwardRefExoticComponent<React.PropsWithoutRef<MyluReactExternalProps<PropType, ElementType>> & React.RefAttributes<ElementType>>; | ||
export declare type LuReactExternalProps<PropType, ElementType> = PropType & Omit<React.HTMLAttributes<ElementType>, 'style'> & LuReactProps; | ||
export declare const createForwardRef: <PropType, ElementType>(ReactComponent: any, displayName: string) => React.ForwardRefExoticComponent<React.PropsWithoutRef<LuReactExternalProps<PropType, ElementType>> & React.RefAttributes<ElementType>>; | ||
export * from './attachEventProps'; | ||
export * from './case'; | ||
export { attachProps } from './attachProps'; |
@@ -11,2 +11,3 @@ import React from 'react'; | ||
export * from './case'; | ||
export { attachProps } from './attachProps'; | ||
//# sourceMappingURL=index.js.map |
export * from './components'; | ||
export * from './types'; | ||
export { setupConfig, LibertyPatternsConfig, matchBreakpoint, sleep } from '@lu-development/ux-patterns'; |
export * from './components'; | ||
export { setupConfig, matchBreakpoint, sleep } from '@lu-development/ux-patterns'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@lu-development/ux-patterns-react", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "React specific wrapper for @lu-development/ux-patterns", | ||
@@ -28,3 +28,3 @@ "keywords": [], | ||
"@trust/webcrypto": "^0.9.2", | ||
"@types/jest": "^23.3.9", | ||
"@types/jest": "24.9.1", | ||
"@types/node": "12.12.6", | ||
@@ -37,4 +37,4 @@ "@types/react": "^16.9.2", | ||
"np": "^5.0.1", | ||
"react": "^16.9.0", | ||
"react-dom": "^16.9.0", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0", | ||
"react-testing-library": "^7.0.0", | ||
@@ -52,8 +52,8 @@ "rollup": "^1.18.0", | ||
"dependencies": { | ||
"@lu-development/ux-patterns": "1.6.0", | ||
"@lu-development/ux-patterns": "1.6.1", | ||
"tslib": "*" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6" | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0" | ||
}, | ||
@@ -60,0 +60,0 @@ "jest": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
246598
69
2886
+ Added@lu-development/ux-patterns@1.6.1(transitive)
- Removed@lu-development/ux-patterns@1.6.0(transitive)