@sme.up/ketchup-react 8.3.3 → 9.0.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 +1 -2
- package/dist/index.js +1 -2
- package/package.json +5 -2
package/dist/index.d.ts
CHANGED
|
@@ -8,14 +8,13 @@ export declare const KupButton: import("react").ForwardRefExoticComponent<JSX.Ku
|
|
|
8
8
|
export declare const KupButtonList: import("react").ForwardRefExoticComponent<JSX.KupButtonList & Omit<import("react").HTMLAttributes<HTMLKupButtonListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupButtonListElement>>;
|
|
9
9
|
export declare const KupCalendar: import("react").ForwardRefExoticComponent<JSX.KupCalendar & Omit<import("react").HTMLAttributes<HTMLKupCalendarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupCalendarElement>>;
|
|
10
10
|
export declare const KupCard: import("react").ForwardRefExoticComponent<JSX.KupCard & Omit<import("react").HTMLAttributes<HTMLKupCardElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupCardElement>>;
|
|
11
|
+
export declare const KupCardList: import("react").ForwardRefExoticComponent<JSX.KupCardList & Omit<import("react").HTMLAttributes<HTMLKupCardListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupCardListElement>>;
|
|
11
12
|
export declare const KupCell: import("react").ForwardRefExoticComponent<JSX.KupCell & Omit<import("react").HTMLAttributes<HTMLKupCellElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupCellElement>>;
|
|
12
13
|
export declare const KupChart: import("react").ForwardRefExoticComponent<JSX.KupChart & Omit<import("react").HTMLAttributes<HTMLKupChartElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupChartElement>>;
|
|
13
14
|
export declare const KupCheckbox: import("react").ForwardRefExoticComponent<JSX.KupCheckbox & Omit<import("react").HTMLAttributes<HTMLKupCheckboxElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupCheckboxElement>>;
|
|
14
15
|
export declare const KupChip: import("react").ForwardRefExoticComponent<JSX.KupChip & Omit<import("react").HTMLAttributes<HTMLKupChipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupChipElement>>;
|
|
15
16
|
export declare const KupColorPicker: import("react").ForwardRefExoticComponent<JSX.KupColorPicker & Omit<import("react").HTMLAttributes<HTMLKupColorPickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupColorPickerElement>>;
|
|
16
17
|
export declare const KupCombobox: import("react").ForwardRefExoticComponent<JSX.KupCombobox & Omit<import("react").HTMLAttributes<HTMLKupComboboxElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupComboboxElement>>;
|
|
17
|
-
export declare const KupDash: import("react").ForwardRefExoticComponent<JSX.KupDash & Omit<import("react").HTMLAttributes<HTMLKupDashElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupDashElement>>;
|
|
18
|
-
export declare const KupDashList: import("react").ForwardRefExoticComponent<JSX.KupDashList & Omit<import("react").HTMLAttributes<HTMLKupDashListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupDashListElement>>;
|
|
19
18
|
export declare const KupDashboard: import("react").ForwardRefExoticComponent<JSX.KupDashboard & Omit<import("react").HTMLAttributes<HTMLKupDashboardElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupDashboardElement>>;
|
|
20
19
|
export declare const KupDataTable: import("react").ForwardRefExoticComponent<JSX.KupDataTable & Omit<import("react").HTMLAttributes<HTMLKupDataTableElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupDataTableElement>>;
|
|
21
20
|
export declare const KupDatePicker: import("react").ForwardRefExoticComponent<JSX.KupDatePicker & Omit<import("react").HTMLAttributes<HTMLKupDatePickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLKupDatePickerElement>>;
|
package/dist/index.js
CHANGED
|
@@ -12,14 +12,13 @@ export const KupButton = /*@__PURE__*/ createReactComponent('kup-button');
|
|
|
12
12
|
export const KupButtonList = /*@__PURE__*/ createReactComponent('kup-button-list');
|
|
13
13
|
export const KupCalendar = /*@__PURE__*/ createReactComponent('kup-calendar');
|
|
14
14
|
export const KupCard = /*@__PURE__*/ createReactComponent('kup-card');
|
|
15
|
+
export const KupCardList = /*@__PURE__*/ createReactComponent('kup-card-list');
|
|
15
16
|
export const KupCell = /*@__PURE__*/ createReactComponent('kup-cell');
|
|
16
17
|
export const KupChart = /*@__PURE__*/ createReactComponent('kup-chart');
|
|
17
18
|
export const KupCheckbox = /*@__PURE__*/ createReactComponent('kup-checkbox');
|
|
18
19
|
export const KupChip = /*@__PURE__*/ createReactComponent('kup-chip');
|
|
19
20
|
export const KupColorPicker = /*@__PURE__*/ createReactComponent('kup-color-picker');
|
|
20
21
|
export const KupCombobox = /*@__PURE__*/ createReactComponent('kup-combobox');
|
|
21
|
-
export const KupDash = /*@__PURE__*/ createReactComponent('kup-dash');
|
|
22
|
-
export const KupDashList = /*@__PURE__*/ createReactComponent('kup-dash-list');
|
|
23
22
|
export const KupDashboard = /*@__PURE__*/ createReactComponent('kup-dashboard');
|
|
24
23
|
export const KupDataTable = /*@__PURE__*/ createReactComponent('kup-data-table');
|
|
25
24
|
export const KupDatePicker = /*@__PURE__*/ createReactComponent('kup-date-picker');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sme.up/ketchup-react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.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": "^
|
|
23
|
+
"@sme.up/ketchup": "^9.0.0",
|
|
24
24
|
"react": "^18.2.0",
|
|
25
25
|
"react-dom": "^18.2.0"
|
|
26
26
|
},
|
|
@@ -31,5 +31,8 @@
|
|
|
31
31
|
"@types/react-dom": "^18.2.4",
|
|
32
32
|
"rimraf": "^5.0.1",
|
|
33
33
|
"typescript": "5.0.4"
|
|
34
|
+
},
|
|
35
|
+
"installConfig": {
|
|
36
|
+
"hoistingLimits": "workspaces"
|
|
34
37
|
}
|
|
35
38
|
}
|