@ukic/react 3.20.0 → 3.21.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.
@@ -8,6 +8,7 @@ export declare const IcBadge: import("react").ForwardRefExoticComponent<JSX.IcBa
8
8
  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>>;
9
9
  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>>;
10
10
  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>>;
11
+ 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>>;
11
12
  export declare const IcCardVertical: import("react").ForwardRefExoticComponent<JSX.IcCardVertical & Omit<import("react").HTMLAttributes<HTMLIcCardVerticalElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcCardVerticalElement>>;
12
13
  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>>;
13
14
  export declare const IcCheckboxGroup: import("react").ForwardRefExoticComponent<JSX.IcCheckboxGroup & Omit<import("react").HTMLAttributes<HTMLIcCheckboxGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcCheckboxGroupElement>>;
@@ -13,6 +13,7 @@ export var IcBadge = /*@__PURE__*/ createReactComponent('ic-badge');
13
13
  export var IcBreadcrumb = /*@__PURE__*/ createReactComponent('ic-breadcrumb');
14
14
  export var IcBreadcrumbGroup = /*@__PURE__*/ createReactComponent('ic-breadcrumb-group');
15
15
  export var IcButton = /*@__PURE__*/ createReactComponent('ic-button');
16
+ export var IcCardHorizontal = /*@__PURE__*/ createReactComponent('ic-card-horizontal');
16
17
  export var IcCardVertical = /*@__PURE__*/ createReactComponent('ic-card-vertical');
17
18
  export var IcCheckbox = /*@__PURE__*/ createReactComponent('ic-checkbox');
18
19
  export var IcCheckboxGroup = /*@__PURE__*/ createReactComponent('ic-checkbox-group');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukic/react",
3
- "version": "3.20.0",
3
+ "version": "3.21.0",
4
4
  "description": "React-wrapped web components compiled using StencilJS",
5
5
  "bugs": {
6
6
  "url": "https://github.com/mi6/ic-ui-kit",
@@ -47,7 +47,7 @@
47
47
  "tsc": "tsc -p ."
48
48
  },
49
49
  "dependencies": {
50
- "@ukic/web-components": "^3.20.0"
50
+ "@ukic/web-components": "^3.21.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@ag-grid-community/styles": "^33.0.3",
@@ -102,5 +102,5 @@
102
102
  "react-dom": "^16.7.0 || ^17.0.2 || ^18.2.0 || ^19.0.0"
103
103
  },
104
104
  "packageManager": "^npm@10.9.2",
105
- "gitHead": "b6107a66306f8f311475bac5418929507fcef344"
105
+ "gitHead": "7cf9b9cc592d4b73b39c8627dc462b9f7bb504a5"
106
106
  }