@trimble-oss/modus-react-components
Advanced tools
Comparing version 0.1.55-react18 to 0.2.0-react18
@@ -22,2 +22,3 @@ /* eslint-disable */ | ||
export const ModusFileDropzone = /*@__PURE__*/ createReactComponent('modus-file-dropzone'); | ||
export const ModusIcon = /*@__PURE__*/ createReactComponent('modus-icon'); | ||
export const ModusList = /*@__PURE__*/ createReactComponent('modus-list'); | ||
@@ -47,2 +48,3 @@ export const ModusListItem = /*@__PURE__*/ createReactComponent('modus-list-item'); | ||
export const ModusTableDropdownMenu = /*@__PURE__*/ createReactComponent('modus-table-dropdown-menu'); | ||
export const ModusTableFillerColumn = /*@__PURE__*/ createReactComponent('modus-table-filler-column'); | ||
export const ModusTableToolbar = /*@__PURE__*/ createReactComponent('modus-table-toolbar'); | ||
@@ -49,0 +51,0 @@ export const ModusTabs = /*@__PURE__*/ createReactComponent('modus-tabs'); |
@@ -18,2 +18,3 @@ /// <reference types="react" /> | ||
export declare const ModusFileDropzone: import("react").ForwardRefExoticComponent<JSX.ModusFileDropzone & Omit<import("react").HTMLAttributes<HTMLModusFileDropzoneElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLModusFileDropzoneElement>>; | ||
export declare const ModusIcon: import("react").ForwardRefExoticComponent<JSX.ModusIcon & Omit<import("react").HTMLAttributes<HTMLModusIconElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLModusIconElement>>; | ||
export declare const ModusList: import("react").ForwardRefExoticComponent<JSX.ModusList & Omit<import("react").HTMLAttributes<HTMLModusListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLModusListElement>>; | ||
@@ -43,2 +44,3 @@ export declare const ModusListItem: import("react").ForwardRefExoticComponent<JSX.ModusListItem & Omit<import("react").HTMLAttributes<HTMLModusListItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLModusListItemElement>>; | ||
export declare const ModusTableDropdownMenu: import("react").ForwardRefExoticComponent<JSX.ModusTableDropdownMenu & Omit<import("react").HTMLAttributes<HTMLModusTableDropdownMenuElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLModusTableDropdownMenuElement>>; | ||
export declare const ModusTableFillerColumn: import("react").ForwardRefExoticComponent<JSX.ModusTableFillerColumn & Omit<import("react").HTMLAttributes<HTMLModusTableFillerColumnElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLModusTableFillerColumnElement>>; | ||
export declare const ModusTableToolbar: import("react").ForwardRefExoticComponent<JSX.ModusTableToolbar & Omit<import("react").HTMLAttributes<HTMLModusTableToolbarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLModusTableToolbarElement>>; | ||
@@ -45,0 +47,0 @@ export declare const ModusTabs: import("react").ForwardRefExoticComponent<JSX.ModusTabs & Omit<import("react").HTMLAttributes<HTMLModusTabsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLModusTabsElement>>; |
{ | ||
"name": "@trimble-oss/modus-react-components", | ||
"version": "0.1.55-react18", | ||
"version": "0.2.0-react18", | ||
"description": "Trimble Modus React Component Library", | ||
@@ -36,3 +36,3 @@ "homepage": "https://modus-web-components.trimble.com/", | ||
"dependencies": { | ||
"@trimble-oss/modus-web-components": "0.1.55" | ||
"@trimble-oss/modus-web-components": "0.2.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
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
41424
594
+ Added@trimble-oss/modus-web-components@0.2.0(transitive)
- Removed@trimble-oss/modus-web-components@0.1.55(transitive)