@sme.up/ketchup-react
Advanced tools
Comparing version 7.3.1 to 7.4.0
@@ -39,2 +39,3 @@ /// <reference types="react" /> | ||
export declare const KupPhotoFrame: import("react").ForwardRefExoticComponent<JSX.KupPhotoFrame & Omit<import("react").HTMLAttributes<HTMLKupPhotoFrameElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupPhotoFrameElement>>; | ||
export declare const KupPlanner: import("react").ForwardRefExoticComponent<JSX.KupPlanner & Omit<import("react").HTMLAttributes<HTMLKupPlannerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupPlannerElement>>; | ||
export declare const KupProbe: import("react").ForwardRefExoticComponent<JSX.KupProbe & Omit<import("react").HTMLAttributes<HTMLKupProbeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupProbeElement>>; | ||
@@ -41,0 +42,0 @@ export declare const KupProgressBar: import("react").ForwardRefExoticComponent<JSX.KupProgressBar & Omit<import("react").HTMLAttributes<HTMLKupProgressBarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupProgressBarElement>>; |
@@ -43,2 +43,3 @@ /* eslint-disable */ | ||
export const KupPhotoFrame = /*@__PURE__*/ createReactComponent('kup-photo-frame'); | ||
export const KupPlanner = /*@__PURE__*/ createReactComponent('kup-planner'); | ||
export const KupProbe = /*@__PURE__*/ createReactComponent('kup-probe'); | ||
@@ -45,0 +46,0 @@ export const KupProgressBar = /*@__PURE__*/ createReactComponent('kup-progress-bar'); |
{ | ||
"name": "@sme.up/ketchup-react", | ||
"version": "7.3.1", | ||
"version": "7.4.0", | ||
"module": "dist/index.js", | ||
@@ -23,3 +23,3 @@ "typings": "dist/index.d.ts", | ||
"dependencies": { | ||
"@sme.up/ketchup": "^7.3.1", | ||
"@sme.up/ketchup": "^7.4.0", | ||
"react": "18.2.0", | ||
@@ -26,0 +26,0 @@ "react-dom": "18.2.0" |
36528
547
Updated@sme.up/ketchup@^7.4.0