@ebot7/edem-react
Advanced tools
Comparing version 0.21.0 to 0.22.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.22.0](https://github.com/ebot7/edem/compare/@ebot7/edem-react@0.21.0...@ebot7/edem-react@0.22.0) (2021-06-17) | ||
### Features | ||
* **breadcrumbs:** create ed-breadcrumbs element ([#36](https://github.com/ebot7/edem/issues/36)) ([290e04b](https://github.com/ebot7/edem/commit/290e04b0bd946413a49541e150e97656ebf81331)) | ||
# [0.21.0](https://github.com/ebot7/edem/compare/@ebot7/edem-react@0.20.5...@ebot7/edem-react@0.21.0) (2021-06-15) | ||
@@ -8,0 +19,0 @@ |
/// <reference types="react" /> | ||
import type { JSX } from '@ebot7/edem'; | ||
export declare const EdAccordion: import("react").ForwardRefExoticComponent<JSX.EdAccordion & Omit<import("react").HTMLAttributes<HTMLEdAccordionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdAccordionElement>>; | ||
export declare const EdBreadcrumb: import("react").ForwardRefExoticComponent<JSX.EdBreadcrumb & Omit<import("react").HTMLAttributes<HTMLEdBreadcrumbElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdBreadcrumbElement>>; | ||
export declare const EdBreadcrumbs: import("react").ForwardRefExoticComponent<JSX.EdBreadcrumbs & Omit<import("react").HTMLAttributes<HTMLEdBreadcrumbsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdBreadcrumbsElement>>; | ||
export declare const EdButton: import("react").ForwardRefExoticComponent<JSX.EdButton & Omit<import("react").HTMLAttributes<HTMLEdButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdButtonElement>>; | ||
@@ -5,0 +7,0 @@ export declare const EdButtonGroup: import("react").ForwardRefExoticComponent<JSX.EdButtonGroup & Omit<import("react").HTMLAttributes<HTMLEdButtonGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEdButtonGroupElement>>; |
@@ -8,2 +8,4 @@ /* eslint-disable */ | ||
export const EdAccordion = /*@__PURE__*/ createReactComponent('ed-accordion'); | ||
export const EdBreadcrumb = /*@__PURE__*/ createReactComponent('ed-breadcrumb'); | ||
export const EdBreadcrumbs = /*@__PURE__*/ createReactComponent('ed-breadcrumbs'); | ||
export const EdButton = /*@__PURE__*/ createReactComponent('ed-button'); | ||
@@ -10,0 +12,0 @@ export const EdButtonGroup = /*@__PURE__*/ createReactComponent('ed-button-group'); |
{ | ||
"name": "@ebot7/edem-react", | ||
"version": "0.21.0", | ||
"version": "0.22.0", | ||
"sideEffects": false, | ||
@@ -42,3 +42,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@ebot7/edem": "^0.28.0" | ||
"@ebot7/edem": "^0.29.0" | ||
}, | ||
@@ -49,3 +49,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "3eebd74ff86d5c43beefdf15847002a4348eb48c" | ||
"gitHead": "364c8552977eed8460e5d5935d34414e193d7f8b" | ||
} |
Sorry, the diff of this file is not supported yet
62380
659
+ Added@ebot7/edem@0.29.1(transitive)
- Removed@ebot7/edem@0.28.0(transitive)
Updated@ebot7/edem@^0.29.0