@availity/element 0.4.0 → 0.5.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/CHANGELOG.md +7 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
- package/src/index.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.5.0](https://github.com/Availity/element/compare/@availity/element@0.4.0...@availity/element@0.5.0) (2023-05-16)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **mui-divider:** adding to element ([0998bfe](https://github.com/Availity/element/commit/0998bfe1b5133d01bd6c75d2bba830f72a7e2087))
|
|
11
|
+
|
|
5
12
|
## [0.4.0](https://github.com/Availity/element/compare/@availity/element@0.3.1...@availity/element@0.4.0) (2023-05-15)
|
|
6
13
|
|
|
7
14
|
|
package/dist/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export * from '@availity/mui-alert';
|
|
|
2
2
|
export * from '@availity/mui-badge';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { ButtonProps as ButtonProps$1 } from '@mui/material';
|
|
5
|
+
export * from '@availity/mui-divider';
|
|
5
6
|
export * from '@availity/theme-provider';
|
|
6
7
|
|
|
7
8
|
declare type ButtonProps = {
|
package/dist/index.js
CHANGED
|
@@ -36,6 +36,7 @@ var Button = ({ children, ...rest }) => /* @__PURE__ */ (0, import_jsx_runtime.j
|
|
|
36
36
|
});
|
|
37
37
|
|
|
38
38
|
// src/index.ts
|
|
39
|
+
__reExport(src_exports, require("@availity/mui-divider"), module.exports);
|
|
39
40
|
__reExport(src_exports, require("@availity/theme-provider"), module.exports);
|
|
40
41
|
// Annotate the CommonJS export names for ESM import in node:
|
|
41
42
|
0 && (module.exports = {
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED