@ukic/react 2.0.0-alpha.125 → 2.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/components.d.ts +2 -2
- package/dist/components.js +2 -2
- package/package.json +5 -5
package/dist/components.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import type { JSX } from '@ukic/web-components';
|
|
|
3
3
|
export declare const IcAlert: import("react").ForwardRefExoticComponent<JSX.IcAlert & Omit<import("react").HTMLAttributes<HTMLIcAlertElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcAlertElement>>;
|
|
4
4
|
export declare const IcBackToTop: import("react").ForwardRefExoticComponent<JSX.IcBackToTop & Omit<import("react").HTMLAttributes<HTMLIcBackToTopElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcBackToTopElement>>;
|
|
5
5
|
export declare const IcBreadcrumb: import("react").ForwardRefExoticComponent<JSX.IcBreadcrumb & Omit<import("react").HTMLAttributes<HTMLIcBreadcrumbElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcBreadcrumbElement>>;
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const IcBreadcrumbGroup: import("react").ForwardRefExoticComponent<JSX.IcBreadcrumbGroup & Omit<import("react").HTMLAttributes<HTMLIcBreadcrumbGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcBreadcrumbGroupElement>>;
|
|
7
7
|
export declare const IcButton: import("react").ForwardRefExoticComponent<JSX.IcButton & Omit<import("react").HTMLAttributes<HTMLIcButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcButtonElement>>;
|
|
8
8
|
export declare const IcCard: import("react").ForwardRefExoticComponent<JSX.IcCard & Omit<import("react").HTMLAttributes<HTMLIcCardElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcCardElement>>;
|
|
9
9
|
export declare const IcCheckbox: import("react").ForwardRefExoticComponent<JSX.IcCheckbox & Omit<import("react").HTMLAttributes<HTMLIcCheckboxElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcCheckboxElement>>;
|
|
@@ -41,7 +41,7 @@ export declare const IcStepper: import("react").ForwardRefExoticComponent<JSX.Ic
|
|
|
41
41
|
export declare const IcSwitch: import("react").ForwardRefExoticComponent<JSX.IcSwitch & Omit<import("react").HTMLAttributes<HTMLIcSwitchElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcSwitchElement>>;
|
|
42
42
|
export declare const IcTab: import("react").ForwardRefExoticComponent<JSX.IcTab & Omit<import("react").HTMLAttributes<HTMLIcTabElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcTabElement>>;
|
|
43
43
|
export declare const IcTabContext: import("react").ForwardRefExoticComponent<JSX.IcTabContext & Omit<import("react").HTMLAttributes<HTMLIcTabContextElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcTabContextElement>>;
|
|
44
|
-
export declare const
|
|
44
|
+
export declare const IcTabGroup: import("react").ForwardRefExoticComponent<JSX.IcTabGroup & Omit<import("react").HTMLAttributes<HTMLIcTabGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcTabGroupElement>>;
|
|
45
45
|
export declare const IcTabPanel: import("react").ForwardRefExoticComponent<JSX.IcTabPanel & Omit<import("react").HTMLAttributes<HTMLIcTabPanelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcTabPanelElement>>;
|
|
46
46
|
export declare const IcTextField: import("react").ForwardRefExoticComponent<JSX.IcTextField & Omit<import("react").HTMLAttributes<HTMLIcTextFieldElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcTextFieldElement>>;
|
|
47
47
|
export declare const IcTheme: import("react").ForwardRefExoticComponent<JSX.IcTheme & Omit<import("react").HTMLAttributes<HTMLIcThemeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcThemeElement>>;
|
package/dist/components.js
CHANGED
|
@@ -7,7 +7,7 @@ defineCustomElements();
|
|
|
7
7
|
export const IcAlert = /*@__PURE__*/ createReactComponent('ic-alert');
|
|
8
8
|
export const IcBackToTop = /*@__PURE__*/ createReactComponent('ic-back-to-top');
|
|
9
9
|
export const IcBreadcrumb = /*@__PURE__*/ createReactComponent('ic-breadcrumb');
|
|
10
|
-
export const
|
|
10
|
+
export const IcBreadcrumbGroup = /*@__PURE__*/ createReactComponent('ic-breadcrumb-group');
|
|
11
11
|
export const IcButton = /*@__PURE__*/ createReactComponent('ic-button');
|
|
12
12
|
export const IcCard = /*@__PURE__*/ createReactComponent('ic-card');
|
|
13
13
|
export const IcCheckbox = /*@__PURE__*/ createReactComponent('ic-checkbox');
|
|
@@ -45,7 +45,7 @@ export const IcStepper = /*@__PURE__*/ createReactComponent('ic-stepper');
|
|
|
45
45
|
export const IcSwitch = /*@__PURE__*/ createReactComponent('ic-switch');
|
|
46
46
|
export const IcTab = /*@__PURE__*/ createReactComponent('ic-tab');
|
|
47
47
|
export const IcTabContext = /*@__PURE__*/ createReactComponent('ic-tab-context');
|
|
48
|
-
export const
|
|
48
|
+
export const IcTabGroup = /*@__PURE__*/ createReactComponent('ic-tab-group');
|
|
49
49
|
export const IcTabPanel = /*@__PURE__*/ createReactComponent('ic-tab-panel');
|
|
50
50
|
export const IcTextField = /*@__PURE__*/ createReactComponent('ic-text-field');
|
|
51
51
|
export const IcTheme = /*@__PURE__*/ createReactComponent('ic-theme');
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukic/react",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "2.0.0
|
|
5
|
-
"description": "React components compiled using
|
|
4
|
+
"version": "2.0.0",
|
|
5
|
+
"description": "React-wrapped web components compiled using StencilJS",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "npm run clean && npm run compile && npm run copy:css",
|
|
8
8
|
"clean": "rm -rf dist",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"dist/"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@ukic/fonts": "^2.0.0
|
|
25
|
-
"@ukic/web-components": "^2.0.0
|
|
24
|
+
"@ukic/fonts": "^2.0.0",
|
|
25
|
+
"@ukic/web-components": "^2.0.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@babel/core": "^7.16.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"dist"
|
|
61
61
|
]
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "edffd1f86e37f1e3654b286ad5dabfedb1a9cd41"
|
|
64
64
|
}
|