@sme.up/ketchup-react 7.3.1 → 7.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -36,6 +36,7 @@ export declare const KupMagicBox: import("react").ForwardRefExoticComponent<JSX.
36
36
  export declare const KupNavBar: import("react").ForwardRefExoticComponent<JSX.KupNavBar & Omit<import("react").HTMLAttributes<HTMLKupNavBarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupNavBarElement>>;
37
37
  export declare const KupNumericPicker: import("react").ForwardRefExoticComponent<JSX.KupNumericPicker & Omit<import("react").HTMLAttributes<HTMLKupNumericPickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupNumericPickerElement>>;
38
38
  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>>;
39
+ 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>>;
39
40
  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>>;
40
41
  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>>;
41
42
  export declare const KupQlik: import("react").ForwardRefExoticComponent<JSX.KupQlik & Omit<import("react").HTMLAttributes<HTMLKupQlikElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupQlikElement>>;
package/dist/index.js CHANGED
@@ -40,6 +40,7 @@ export const KupMagicBox = /*@__PURE__*/ createReactComponent('kup-magic-box');
40
40
  export const KupNavBar = /*@__PURE__*/ createReactComponent('kup-nav-bar');
41
41
  export const KupNumericPicker = /*@__PURE__*/ createReactComponent('kup-numeric-picker');
42
42
  export const KupPhotoFrame = /*@__PURE__*/ createReactComponent('kup-photo-frame');
43
+ export const KupPlanner = /*@__PURE__*/ createReactComponent('kup-planner');
43
44
  export const KupProbe = /*@__PURE__*/ createReactComponent('kup-probe');
44
45
  export const KupProgressBar = /*@__PURE__*/ createReactComponent('kup-progress-bar');
45
46
  export const KupQlik = /*@__PURE__*/ createReactComponent('kup-qlik');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sme.up/ketchup-react",
3
- "version": "7.3.1",
3
+ "version": "7.4.2",
4
4
  "module": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "keywords": [
@@ -20,7 +20,7 @@
20
20
  "description": "Ketchup React Components library by smeup",
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@sme.up/ketchup": "^7.3.1",
23
+ "@sme.up/ketchup": "^7.4.2",
24
24
  "react": "18.2.0",
25
25
  "react-dom": "18.2.0"
26
26
  },