@ukic/canary-react 2.0.0-canary.20 → 2.0.0-canary.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
1
  import type { JSX } from '@ukic/canary-web-components';
2
+ 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>>;
2
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>>;
3
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>>;
4
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>>;
@@ -6,3 +7,5 @@ export declare const IcDatePicker: import("react").ForwardRefExoticComponent<JSX
6
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>>;
7
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>>;
8
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>>;
@@ -4,6 +4,7 @@
4
4
  import { createReactComponent } from './react-component-lib';
5
5
  import { defineCustomElements } from '@ukic/canary-web-components/loader';
6
6
  defineCustomElements();
7
+ export var IcCardHorizontal = /*@__PURE__*/ createReactComponent('ic-card-horizontal');
7
8
  export var IcDataTable = /*@__PURE__*/ createReactComponent('ic-data-table');
8
9
  export var IcDataTableTitleBar = /*@__PURE__*/ createReactComponent('ic-data-table-title-bar');
9
10
  export var IcDateInput = /*@__PURE__*/ createReactComponent('ic-date-input');
@@ -11,3 +12,5 @@ export var IcDatePicker = /*@__PURE__*/ createReactComponent('ic-date-picker');
11
12
  export var IcMenuWithMulti = /*@__PURE__*/ createReactComponent('ic-menu-with-multi');
12
13
  export var IcPaginationBar = /*@__PURE__*/ createReactComponent('ic-pagination-bar');
13
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.20",
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.20",
34
- "@ukic/react": "^2.25.0",
35
- "@ukic/web-components": "^2.25.0"
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": "eb7aab0b104807bab72ff8030dbd57f847480fd7"
96
+ "gitHead": "c9bb7374248c86351469ea7aebab084b7550faf2"
97
97
  }