@ukic/canary-react 3.0.0-canary.36 → 3.0.0-canary.38
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/components.d.ts +0 -2
- package/dist/components.js +0 -2
- package/package.json +5 -5
package/dist/components.d.ts
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import type { JSX } from '@ukic/canary-web-components';
|
|
2
2
|
export declare const IcCalendar: import("react").ForwardRefExoticComponent<JSX.IcCalendar & Omit<import("react").HTMLAttributes<HTMLIcCalendarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcCalendarElement>>;
|
|
3
|
-
export declare const IcCardHorizontal: import("react").ForwardRefExoticComponent<JSX.IcCardHorizontal & Omit<import("react").HTMLAttributes<HTMLIcCardHorizontalElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcCardHorizontalElement>>;
|
|
4
3
|
export declare const IcDataTable: import("react").ForwardRefExoticComponent<JSX.IcDataTable & Omit<import("react").HTMLAttributes<HTMLIcDataTableElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcDataTableElement>>;
|
|
5
4
|
export declare const IcDataTableTitleBar: import("react").ForwardRefExoticComponent<JSX.IcDataTableTitleBar & Omit<import("react").HTMLAttributes<HTMLIcDataTableTitleBarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcDataTableTitleBarElement>>;
|
|
6
5
|
export declare const IcDateInput: import("react").ForwardRefExoticComponent<JSX.IcDateInput & Omit<import("react").HTMLAttributes<HTMLIcDateInputElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcDateInputElement>>;
|
|
7
6
|
export declare const IcDatePicker: import("react").ForwardRefExoticComponent<JSX.IcDatePicker & Omit<import("react").HTMLAttributes<HTMLIcDatePickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcDatePickerElement>>;
|
|
8
7
|
export declare const IcDrawer: import("react").ForwardRefExoticComponent<JSX.IcDrawer & Omit<import("react").HTMLAttributes<HTMLIcDrawerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcDrawerElement>>;
|
|
9
|
-
export declare const IcPaginationBar: import("react").ForwardRefExoticComponent<JSX.IcPaginationBar & Omit<import("react").HTMLAttributes<HTMLIcPaginationBarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcPaginationBarElement>>;
|
|
10
8
|
export declare const IcTableOfContents: import("react").ForwardRefExoticComponent<JSX.IcTableOfContents & Omit<import("react").HTMLAttributes<HTMLIcTableOfContentsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcTableOfContentsElement>>;
|
|
11
9
|
export declare const IcTimeInput: import("react").ForwardRefExoticComponent<JSX.IcTimeInput & Omit<import("react").HTMLAttributes<HTMLIcTimeInputElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcTimeInputElement>>;
|
|
12
10
|
export declare const IcTimeSelector: import("react").ForwardRefExoticComponent<JSX.IcTimeSelector & Omit<import("react").HTMLAttributes<HTMLIcTimeSelectorElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcTimeSelectorElement>>;
|
package/dist/components.js
CHANGED
|
@@ -5,13 +5,11 @@ import { createReactComponent } from './react-component-lib';
|
|
|
5
5
|
import { defineCustomElements } from '@ukic/canary-web-components/loader';
|
|
6
6
|
defineCustomElements();
|
|
7
7
|
export var IcCalendar = /*@__PURE__*/ createReactComponent('ic-calendar');
|
|
8
|
-
export var IcCardHorizontal = /*@__PURE__*/ createReactComponent('ic-card-horizontal');
|
|
9
8
|
export var IcDataTable = /*@__PURE__*/ createReactComponent('ic-data-table');
|
|
10
9
|
export var IcDataTableTitleBar = /*@__PURE__*/ createReactComponent('ic-data-table-title-bar');
|
|
11
10
|
export var IcDateInput = /*@__PURE__*/ createReactComponent('ic-date-input');
|
|
12
11
|
export var IcDatePicker = /*@__PURE__*/ createReactComponent('ic-date-picker');
|
|
13
12
|
export var IcDrawer = /*@__PURE__*/ createReactComponent('ic-drawer');
|
|
14
|
-
export var IcPaginationBar = /*@__PURE__*/ createReactComponent('ic-pagination-bar');
|
|
15
13
|
export var IcTableOfContents = /*@__PURE__*/ createReactComponent('ic-table-of-contents');
|
|
16
14
|
export var IcTimeInput = /*@__PURE__*/ createReactComponent('ic-time-input');
|
|
17
15
|
export var IcTimeSelector = /*@__PURE__*/ createReactComponent('ic-time-selector');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukic/canary-react",
|
|
3
|
-
"version": "3.0.0-canary.
|
|
3
|
+
"version": "3.0.0-canary.38",
|
|
4
4
|
"description": "React-wrapped web components compiled using StencilJS",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/mi6/ic-ui-kit/issues",
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
]
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@ukic/canary-web-components": "^3.0.0-canary.
|
|
51
|
-
"@ukic/react": "^3.
|
|
52
|
-
"@ukic/web-components": "^3.
|
|
50
|
+
"@ukic/canary-web-components": "^3.0.0-canary.38",
|
|
51
|
+
"@ukic/react": "^3.22.0",
|
|
52
|
+
"@ukic/web-components": "^3.22.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@babel/core": "^7.16.0",
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"react-dom": "^16.7.0 || ^17.0.2 || ^18.2.0 || ^19.0.0"
|
|
98
98
|
},
|
|
99
99
|
"packageManager": "^npm@10.9.2",
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "28c03cea21f4056282e0b149967b24d74833c96f"
|
|
101
101
|
}
|