@availity/element 0.37.19 → 0.38.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 +12 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/index.mjs +1 -0
- package/package.json +4 -3
- package/src/index.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.38.0](https://github.com/Availity/element/compare/@availity/element@0.37.19...@availity/element@0.38.0) (2024-05-10)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `mui-authorize` updated to version `0.37.19`
|
|
10
|
+
* `mui-datepicker` updated to version `0.37.19`
|
|
11
|
+
* `theme-provider` updated to version `0.37.19`
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* **mui-authorize:** add authorize package ([ff64501](https://github.com/Availity/element/commit/ff6450141021d74657e53e85213ce00b638a6465))
|
|
16
|
+
|
|
5
17
|
## [0.37.19](https://github.com/Availity/element/compare/@availity/element@0.37.18...@availity/element@0.37.19) (2024-05-08)
|
|
6
18
|
|
|
7
19
|
### Dependency Updates
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -19,6 +19,7 @@ var src_exports = {};
|
|
|
19
19
|
module.exports = __toCommonJS(src_exports);
|
|
20
20
|
__reExport(src_exports, require("@availity/mui-accordion"), module.exports);
|
|
21
21
|
__reExport(src_exports, require("@availity/mui-alert"), module.exports);
|
|
22
|
+
__reExport(src_exports, require("@availity/mui-authorize"), module.exports);
|
|
22
23
|
__reExport(src_exports, require("@availity/mui-autocomplete"), module.exports);
|
|
23
24
|
__reExport(src_exports, require("@availity/mui-avatar"), module.exports);
|
|
24
25
|
__reExport(src_exports, require("@availity/mui-backdrop"), module.exports);
|
|
@@ -58,6 +59,7 @@ __reExport(src_exports, require("@availity/theme-provider"), module.exports);
|
|
|
58
59
|
0 && (module.exports = {
|
|
59
60
|
...require("@availity/mui-accordion"),
|
|
60
61
|
...require("@availity/mui-alert"),
|
|
62
|
+
...require("@availity/mui-authorize"),
|
|
61
63
|
...require("@availity/mui-autocomplete"),
|
|
62
64
|
...require("@availity/mui-avatar"),
|
|
63
65
|
...require("@availity/mui-backdrop"),
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// src/index.ts
|
|
2
2
|
export * from "@availity/mui-accordion";
|
|
3
3
|
export * from "@availity/mui-alert";
|
|
4
|
+
export * from "@availity/mui-authorize";
|
|
4
5
|
export * from "@availity/mui-autocomplete";
|
|
5
6
|
export * from "@availity/mui-avatar";
|
|
6
7
|
export * from "@availity/mui-backdrop";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@availity/element",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.38.0",
|
|
4
4
|
"browser": "./dist/index.js",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@availity/mui-accordion": "0.1.5",
|
|
18
18
|
"@availity/mui-alert": "0.5.13",
|
|
19
|
+
"@availity/mui-authorize": "0.1.0",
|
|
19
20
|
"@availity/mui-autocomplete": "0.4.3",
|
|
20
21
|
"@availity/mui-avatar": "0.1.18",
|
|
21
22
|
"@availity/mui-backdrop": "0.1.6",
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
"@availity/mui-card": "0.2.14",
|
|
27
28
|
"@availity/mui-checkbox": "0.1.38",
|
|
28
29
|
"@availity/mui-chip": "0.2.13",
|
|
29
|
-
"@availity/mui-datepicker": "0.4.
|
|
30
|
+
"@availity/mui-datepicker": "0.4.7",
|
|
30
31
|
"@availity/mui-dialog": "0.1.8",
|
|
31
32
|
"@availity/mui-divider": "0.3.7",
|
|
32
33
|
"@availity/mui-empty-state": "0.1.8",
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
"@availity/mui-tooltip": "0.5.8",
|
|
51
52
|
"@availity/mui-transitions": "0.1.2",
|
|
52
53
|
"@availity/mui-typography": "0.1.8",
|
|
53
|
-
"@availity/theme-provider": "0.4.
|
|
54
|
+
"@availity/theme-provider": "0.4.52",
|
|
54
55
|
"@mui/material": "^5.15.15",
|
|
55
56
|
"@mui/system": "^5.15.15"
|
|
56
57
|
},
|
package/src/index.ts
CHANGED