@sme.up/ketchup-react 9.6.2 → 10.0.0-alpha.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,11 +36,13 @@ export declare const KupHorizontalScroll: import("react").ForwardRefExoticCompon
36
36
  export declare const KupIframe: import("react").ForwardRefExoticComponent<JSX.KupIframe & Omit<import("react").HTMLAttributes<HTMLKupIframeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupIframeElement>>;
37
37
  export declare const KupImage: import("react").ForwardRefExoticComponent<JSX.KupImage & Omit<import("react").HTMLAttributes<HTMLKupImageElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupImageElement>>;
38
38
  export declare const KupImageList: import("react").ForwardRefExoticComponent<JSX.KupImageList & Omit<import("react").HTMLAttributes<HTMLKupImageListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupImageListElement>>;
39
+ export declare const KupInputPanel: import("react").ForwardRefExoticComponent<JSX.KupInputPanel & Omit<import("react").HTMLAttributes<HTMLKupInputPanelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupInputPanelElement>>;
39
40
  export declare const KupLazy: import("react").ForwardRefExoticComponent<JSX.KupLazy & Omit<import("react").HTMLAttributes<HTMLKupLazyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupLazyElement>>;
40
41
  export declare const KupList: import("react").ForwardRefExoticComponent<JSX.KupList & Omit<import("react").HTMLAttributes<HTMLKupListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupListElement>>;
41
42
  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>>;
42
43
  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>>;
43
44
  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>>;
45
+ export declare const KupPdf: import("react").ForwardRefExoticComponent<JSX.KupPdf & Omit<import("react").HTMLAttributes<HTMLKupPdfElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupPdfElement>>;
44
46
  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
47
  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
48
  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
@@ -40,11 +40,13 @@ export const KupHorizontalScroll = /*@__PURE__*/ createReactComponent('kup-horiz
40
40
  export const KupIframe = /*@__PURE__*/ createReactComponent('kup-iframe');
41
41
  export const KupImage = /*@__PURE__*/ createReactComponent('kup-image');
42
42
  export const KupImageList = /*@__PURE__*/ createReactComponent('kup-image-list');
43
+ export const KupInputPanel = /*@__PURE__*/ createReactComponent('kup-input-panel');
43
44
  export const KupLazy = /*@__PURE__*/ createReactComponent('kup-lazy');
44
45
  export const KupList = /*@__PURE__*/ createReactComponent('kup-list');
45
46
  export const KupMagicBox = /*@__PURE__*/ createReactComponent('kup-magic-box');
46
47
  export const KupNavBar = /*@__PURE__*/ createReactComponent('kup-nav-bar');
47
48
  export const KupNumericPicker = /*@__PURE__*/ createReactComponent('kup-numeric-picker');
49
+ export const KupPdf = /*@__PURE__*/ createReactComponent('kup-pdf');
48
50
  export const KupPhotoFrame = /*@__PURE__*/ createReactComponent('kup-photo-frame');
49
51
  export const KupPlanner = /*@__PURE__*/ createReactComponent('kup-planner');
50
52
  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.6.2",
3
+ "version": "10.0.0-alpha.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": "^9.6.2",
23
+ "@sme.up/ketchup": "^10.0.0-SNAPSHOT",
24
24
  "react": "^18.2.0",
25
25
  "react-dom": "^18.2.0"
26
26
  },