@sme.up/ketchup-react 9.5.0 → 9.5.1

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
@@ -40,7 +40,6 @@ export declare const KupList: import("react").ForwardRefExoticComponent<JSX.KupL
40
40
  export declare const KupMagicBox: import("react").ForwardRefExoticComponent<JSX.KupMagicBox & Omit<import("react").HTMLAttributes<HTMLKupMagicBoxElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupMagicBoxElement>>;
41
41
  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>>;
42
42
  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>>;
43
- export declare const KupOpenaiInterface: import("react").ForwardRefExoticComponent<JSX.KupOpenaiInterface & Omit<import("react").HTMLAttributes<HTMLKupOpenaiInterfaceElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupOpenaiInterfaceElement>>;
44
43
  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>>;
45
44
  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>>;
46
45
  export declare const KupPlannerRenderer: import("react").ForwardRefExoticComponent<JSX.KupPlannerRenderer & Omit<import("react").HTMLAttributes<HTMLKupPlannerRendererElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupPlannerRendererElement>>;
package/dist/index.js CHANGED
@@ -44,7 +44,6 @@ export const KupList = /*@__PURE__*/ createReactComponent('kup-list');
44
44
  export const KupMagicBox = /*@__PURE__*/ createReactComponent('kup-magic-box');
45
45
  export const KupNavBar = /*@__PURE__*/ createReactComponent('kup-nav-bar');
46
46
  export const KupNumericPicker = /*@__PURE__*/ createReactComponent('kup-numeric-picker');
47
- export const KupOpenaiInterface = /*@__PURE__*/ createReactComponent('kup-openai-interface');
48
47
  export const KupPhotoFrame = /*@__PURE__*/ createReactComponent('kup-photo-frame');
49
48
  export const KupPlanner = /*@__PURE__*/ createReactComponent('kup-planner');
50
49
  export const KupPlannerRenderer = /*@__PURE__*/ createReactComponent('kup-planner-renderer');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sme.up/ketchup-react",
3
- "version": "9.5.0",
3
+ "version": "9.5.1",
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": "^9.5.0",
23
+ "@sme.up/ketchup": "^9.5.1",
24
24
  "react": "^18.2.0",
25
25
  "react-dom": "^18.2.0"
26
26
  },