@sme.up/ketchup-react 9.5.2 → 9.6.0

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
@@ -24,6 +24,7 @@ export declare const KupDialog: import("react").ForwardRefExoticComponent<JSX.Ku
24
24
  export declare const KupDrawer: import("react").ForwardRefExoticComponent<JSX.KupDrawer & Omit<import("react").HTMLAttributes<HTMLKupDrawerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupDrawerElement>>;
25
25
  export declare const KupDropdownButton: import("react").ForwardRefExoticComponent<JSX.KupDropdownButton & Omit<import("react").HTMLAttributes<HTMLKupDropdownButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupDropdownButtonElement>>;
26
26
  export declare const KupEchart: import("react").ForwardRefExoticComponent<JSX.KupEchart & Omit<import("react").HTMLAttributes<HTMLKupEchartElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupEchartElement>>;
27
+ export declare const KupEditor: import("react").ForwardRefExoticComponent<JSX.KupEditor & Omit<import("react").HTMLAttributes<HTMLKupEditorElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupEditorElement>>;
27
28
  export declare const KupFamilyTree: import("react").ForwardRefExoticComponent<JSX.KupFamilyTree & Omit<import("react").HTMLAttributes<HTMLKupFamilyTreeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupFamilyTreeElement>>;
28
29
  export declare const KupForm: import("react").ForwardRefExoticComponent<JSX.KupForm & Omit<import("react").HTMLAttributes<HTMLKupFormElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupFormElement>>;
29
30
  export declare const KupGantt: import("react").ForwardRefExoticComponent<JSX.KupGantt & Omit<import("react").HTMLAttributes<HTMLKupGanttElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupGanttElement>>;
package/dist/index.js CHANGED
@@ -28,6 +28,7 @@ export const KupDialog = /*@__PURE__*/ createReactComponent('kup-dialog');
28
28
  export const KupDrawer = /*@__PURE__*/ createReactComponent('kup-drawer');
29
29
  export const KupDropdownButton = /*@__PURE__*/ createReactComponent('kup-dropdown-button');
30
30
  export const KupEchart = /*@__PURE__*/ createReactComponent('kup-echart');
31
+ export const KupEditor = /*@__PURE__*/ createReactComponent('kup-editor');
31
32
  export const KupFamilyTree = /*@__PURE__*/ createReactComponent('kup-family-tree');
32
33
  export const KupForm = /*@__PURE__*/ createReactComponent('kup-form');
33
34
  export const KupGantt = /*@__PURE__*/ createReactComponent('kup-gantt');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sme.up/ketchup-react",
3
- "version": "9.5.2",
3
+ "version": "9.6.0",
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.2",
23
+ "@sme.up/ketchup": "^9.6.0",
24
24
  "react": "^18.2.0",
25
25
  "react-dom": "^18.2.0"
26
26
  },