@ukic/canary-react 2.0.0-canary.20 → 2.0.0-canary.21
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 +1 -0
- package/dist/components.js +1 -0
- package/package.json +5 -5
package/dist/components.d.ts
CHANGED
@@ -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>>;
|
package/dist/components.js
CHANGED
@@ -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');
|
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.21",
|
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.25.
|
35
|
-
"@ukic/web-components": "^2.25.
|
33
|
+
"@ukic/canary-web-components": "^2.0.0-canary.21",
|
34
|
+
"@ukic/react": "^2.25.1",
|
35
|
+
"@ukic/web-components": "^2.25.1"
|
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": "35e54bc7c26eba6957141079c4a7b71292924d83"
|
97
97
|
}
|