allaw-ui 2.1.1 → 2.1.3
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/index.d.ts
CHANGED
|
@@ -64,6 +64,8 @@ export { default as Breadcrumb } from "./components/molecules/breadcrumb/Breadcr
|
|
|
64
64
|
export { default as ProCard } from "./components/molecules/proCard/ProCard";
|
|
65
65
|
export { default as Pagination } from "./components/molecules/pagination/Pagination";
|
|
66
66
|
export type { PaginationProps } from "./components/molecules/pagination/Pagination";
|
|
67
|
+
export { default as Banner } from "./components/molecules/banner/Banner";
|
|
68
|
+
export type { BannerProps } from "./components/molecules/banner/Banner";
|
|
67
69
|
export { default as BlogHeader } from "./components/molecules/blogHeader/BlogHeader";
|
|
68
70
|
export type { BlogHeaderProps } from "./components/molecules/blogHeader/BlogHeader";
|
|
69
71
|
export { default as BlogCard } from "./components/molecules/blogCard/BlogCard";
|
package/dist/index.js
CHANGED
|
@@ -80,6 +80,7 @@ export { default as Breadcrumb } from "./components/molecules/breadcrumb/Breadcr
|
|
|
80
80
|
export { default as ProCard } from "./components/molecules/proCard/ProCard";
|
|
81
81
|
// Pagination
|
|
82
82
|
export { default as Pagination } from "./components/molecules/pagination/Pagination";
|
|
83
|
+
export { default as Banner } from "./components/molecules/banner/Banner";
|
|
83
84
|
// Blog
|
|
84
85
|
export { default as BlogHeader } from "./components/molecules/blogHeader/BlogHeader";
|
|
85
86
|
export { default as BlogCard } from "./components/molecules/blogCard/BlogCard";
|