@ukic/canary-react 2.0.0-canary.21 → 2.0.0-canary.22
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components.d.ts +2 -0
- package/dist/components.js +2 -0
- package/package.json +5 -5
package/dist/components.d.ts
CHANGED
@@ -7,3 +7,5 @@ export declare const IcDatePicker: import("react").ForwardRefExoticComponent<JSX
|
|
7
7
|
export declare const IcMenuWithMulti: import("react").ForwardRefExoticComponent<JSX.IcMenuWithMulti & Omit<import("react").HTMLAttributes<HTMLIcMenuWithMultiElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcMenuWithMultiElement>>;
|
8
8
|
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>>;
|
9
9
|
export declare const IcSelectWithMulti: import("react").ForwardRefExoticComponent<JSX.IcSelectWithMulti & Omit<import("react").HTMLAttributes<HTMLIcSelectWithMultiElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcSelectWithMultiElement>>;
|
10
|
+
export declare const IcTreeItem: import("react").ForwardRefExoticComponent<JSX.IcTreeItem & Omit<import("react").HTMLAttributes<HTMLIcTreeItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcTreeItemElement>>;
|
11
|
+
export declare const IcTreeView: import("react").ForwardRefExoticComponent<JSX.IcTreeView & Omit<import("react").HTMLAttributes<HTMLIcTreeViewElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcTreeViewElement>>;
|
package/dist/components.js
CHANGED
@@ -12,3 +12,5 @@ export var IcDatePicker = /*@__PURE__*/ createReactComponent('ic-date-picker');
|
|
12
12
|
export var IcMenuWithMulti = /*@__PURE__*/ createReactComponent('ic-menu-with-multi');
|
13
13
|
export var IcPaginationBar = /*@__PURE__*/ createReactComponent('ic-pagination-bar');
|
14
14
|
export var IcSelectWithMulti = /*@__PURE__*/ createReactComponent('ic-select-with-multi');
|
15
|
+
export var IcTreeItem = /*@__PURE__*/ createReactComponent('ic-tree-item');
|
16
|
+
export var IcTreeView = /*@__PURE__*/ createReactComponent('ic-tree-view');
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"sideEffects": [
|
4
4
|
"*.css"
|
5
5
|
],
|
6
|
-
"version": "2.0.0-canary.
|
6
|
+
"version": "2.0.0-canary.22",
|
7
7
|
"description": "React-wrapped web components compiled using StencilJS",
|
8
8
|
"scripts": {
|
9
9
|
"build": "npm run clean && npm run compile && npm run copy:core-css && npm run copy:normalize-css",
|
@@ -30,9 +30,9 @@
|
|
30
30
|
"dist/"
|
31
31
|
],
|
32
32
|
"dependencies": {
|
33
|
-
"@ukic/canary-web-components": "^2.0.0-canary.
|
34
|
-
"@ukic/react": "^2.
|
35
|
-
"@ukic/web-components": "^2.
|
33
|
+
"@ukic/canary-web-components": "^2.0.0-canary.22",
|
34
|
+
"@ukic/react": "^2.26.0",
|
35
|
+
"@ukic/web-components": "^2.26.0"
|
36
36
|
},
|
37
37
|
"devDependencies": {
|
38
38
|
"@babel/core": "^7.16.0",
|
@@ -93,5 +93,5 @@
|
|
93
93
|
]
|
94
94
|
},
|
95
95
|
"license": "MIT",
|
96
|
-
"gitHead": "
|
96
|
+
"gitHead": "c9bb7374248c86351469ea7aebab084b7550faf2"
|
97
97
|
}
|