@availity/element 0.33.3 → 0.34.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 +80 -52
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +2 -1
- package/src/index.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.34.0](https://github.com/Availity/element/compare/@availity/element@0.33.3...@availity/element@0.34.0) (2023-12-22)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `mui-block-ui` updated to version `0.1.0`
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **mui-block-ui:** add BlockUi component ([91f6103](https://github.com/Availity/element/commit/91f61039e74e4a2120988e4d2e72f0c27e82f686))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **mui-block-ui:** merge main branch ([8ec0ca6](https://github.com/Availity/element/commit/8ec0ca617a5b279f3657122e2c7c6b20281e3ebc))
|
|
19
|
+
|
|
5
20
|
## [0.33.3](https://github.com/Availity/element/compare/@availity/element@0.33.2...@availity/element@0.33.3) (2023-12-22)
|
|
6
21
|
|
|
7
22
|
### Dependency Updates
|
|
@@ -28,122 +43,135 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
28
43
|
|
|
29
44
|
### Dependency Updates
|
|
30
45
|
|
|
31
|
-
|
|
32
|
-
|
|
46
|
+
- `mui-empty-state` updated to version `0.1.0`
|
|
47
|
+
- `theme-provider` updated to version `0.4.20`
|
|
33
48
|
|
|
34
49
|
### Features
|
|
35
50
|
|
|
36
|
-
|
|
51
|
+
- **mui-empty-state:** add EmptyState package ([59e8641](https://github.com/Availity/element/commit/59e86418686355fe11a97e63b8e16501d1f01a6c))
|
|
37
52
|
|
|
38
53
|
## [0.32.8](https://github.com/Availity/element/compare/@availity/element@0.32.7...@availity/element@0.32.8) (2023-12-15)
|
|
39
54
|
|
|
40
55
|
### Dependency Updates
|
|
41
56
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
57
|
+
- `mui-checkbox` updated to version `0.1.19`
|
|
58
|
+
- `mui-feedback` updated to version `0.1.11`
|
|
59
|
+
- `mui-form-utils` updated to version `0.8.0`
|
|
60
|
+
- `mui-page-header` updated to version `0.2.11`
|
|
61
|
+
- `mui-textfield` updated to version `0.5.3`
|
|
62
|
+
|
|
47
63
|
## [0.32.7](https://github.com/Availity/element/compare/@availity/element@0.32.6...@availity/element@0.32.7) (2023-12-14)
|
|
48
64
|
|
|
49
65
|
### Dependency Updates
|
|
50
66
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
67
|
+
- `mui-checkbox` updated to version `0.1.18`
|
|
68
|
+
- `mui-feedback` updated to version `0.1.10`
|
|
69
|
+
- `mui-form-utils` updated to version `0.7.2`
|
|
70
|
+
- `mui-page-header` updated to version `0.2.10`
|
|
71
|
+
- `mui-textfield` updated to version `0.5.2`
|
|
72
|
+
- `theme-provider` updated to version `0.4.19`
|
|
73
|
+
|
|
57
74
|
## [0.32.6](https://github.com/Availity/element/compare/@availity/element@0.32.5...@availity/element@0.32.6) (2023-12-14)
|
|
58
75
|
|
|
59
76
|
### Dependency Updates
|
|
60
77
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
78
|
+
- `mui-checkbox` updated to version `0.1.17`
|
|
79
|
+
- `mui-feedback` updated to version `0.1.9`
|
|
80
|
+
- `mui-form-utils` updated to version `0.7.1`
|
|
81
|
+
- `mui-page-header` updated to version `0.2.9`
|
|
82
|
+
- `mui-textfield` updated to version `0.5.1`
|
|
83
|
+
- `theme-provider` updated to version `0.4.18`
|
|
84
|
+
|
|
67
85
|
## [0.32.5](https://github.com/Availity/element/compare/@availity/element@0.32.4...@availity/element@0.32.5) (2023-12-14)
|
|
68
86
|
|
|
69
87
|
### Dependency Updates
|
|
70
88
|
|
|
71
|
-
|
|
89
|
+
- `theme-provider` updated to version `0.4.17`
|
|
90
|
+
|
|
72
91
|
## [0.32.4](https://github.com/Availity/element/compare/@availity/element@0.32.3...@availity/element@0.32.4) (2023-12-14)
|
|
73
92
|
|
|
74
93
|
### Dependency Updates
|
|
75
94
|
|
|
76
|
-
|
|
77
|
-
|
|
95
|
+
- `mui-card` updated to version `0.2.7`
|
|
96
|
+
- `theme-provider` updated to version `0.4.16`
|
|
97
|
+
|
|
78
98
|
## [0.32.3](https://github.com/Availity/element/compare/@availity/element@0.32.2...@availity/element@0.32.3) (2023-12-14)
|
|
79
99
|
|
|
80
100
|
### Dependency Updates
|
|
81
101
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
102
|
+
- `mui-autocomplete` updated to version `0.3.0`
|
|
103
|
+
- `mui-breadcrumbs` updated to version `0.2.0`
|
|
104
|
+
- `mui-checkbox` updated to version `0.1.16`
|
|
105
|
+
- `mui-datepicker` updated to version `0.3.0`
|
|
106
|
+
- `mui-feedback` updated to version `0.1.8`
|
|
107
|
+
- `mui-form-utils` updated to version `0.7.0`
|
|
108
|
+
- `mui-page-header` updated to version `0.2.8`
|
|
109
|
+
- `mui-textfield` updated to version `0.5.0`
|
|
110
|
+
- `theme-provider` updated to version `0.4.15`
|
|
111
|
+
|
|
91
112
|
## [0.32.2](https://github.com/Availity/element/compare/@availity/element@0.32.1...@availity/element@0.32.2) (2023-12-13)
|
|
92
113
|
|
|
93
114
|
### Dependency Updates
|
|
94
115
|
|
|
95
|
-
|
|
116
|
+
- `theme-provider` updated to version `0.4.14`
|
|
117
|
+
|
|
96
118
|
## [0.32.1](https://github.com/Availity/element/compare/@availity/element@0.32.0...@availity/element@0.32.1) (2023-12-13)
|
|
97
119
|
|
|
98
120
|
### Dependency Updates
|
|
99
121
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
122
|
+
- `mui-checkbox` updated to version `0.1.15`
|
|
123
|
+
- `mui-feedback` updated to version `0.1.7`
|
|
124
|
+
- `mui-page-header` updated to version `0.2.7`
|
|
125
|
+
|
|
103
126
|
## [0.32.0](https://github.com/Availity/element/compare/@availity/element@0.31.11...@availity/element@0.32.0) (2023-12-12)
|
|
104
127
|
|
|
105
128
|
### Dependency Updates
|
|
106
129
|
|
|
107
|
-
|
|
130
|
+
- `mui-popper` updated to version `0.1.0`
|
|
108
131
|
|
|
109
132
|
### Features
|
|
110
133
|
|
|
111
|
-
|
|
134
|
+
- **mui-popper:** initial commit ([b70ee38](https://github.com/Availity/element/commit/b70ee382304605f43480c48dee5855aada32f267))
|
|
112
135
|
|
|
113
136
|
## [0.31.11](https://github.com/Availity/element/compare/@availity/element@0.31.10...@availity/element@0.31.11) (2023-12-07)
|
|
114
137
|
|
|
115
138
|
### Dependency Updates
|
|
116
139
|
|
|
117
|
-
|
|
140
|
+
- `theme-provider` updated to version `0.4.13`
|
|
141
|
+
|
|
118
142
|
## [0.31.10](https://github.com/Availity/element/compare/@availity/element@0.31.9...@availity/element@0.31.10) (2023-12-06)
|
|
119
143
|
|
|
120
144
|
### Dependency Updates
|
|
121
145
|
|
|
122
|
-
|
|
146
|
+
- `theme-provider` updated to version `0.4.12`
|
|
147
|
+
|
|
123
148
|
## [0.31.9](https://github.com/Availity/element/compare/@availity/element@0.31.8...@availity/element@0.31.9) (2023-12-06)
|
|
124
149
|
|
|
125
150
|
### Dependency Updates
|
|
126
151
|
|
|
127
|
-
|
|
152
|
+
- `theme-provider` updated to version `0.4.11`
|
|
153
|
+
|
|
128
154
|
## [0.31.8](https://github.com/Availity/element/compare/@availity/element@0.31.7...@availity/element@0.31.8) (2023-12-04)
|
|
129
155
|
|
|
130
156
|
### Dependency Updates
|
|
131
157
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
158
|
+
- `mui-alert` updated to version `0.5.6`
|
|
159
|
+
- `mui-button` updated to version `0.6.0`
|
|
160
|
+
- `mui-card` updated to version `0.2.6`
|
|
161
|
+
- `mui-checkbox` updated to version `0.1.14`
|
|
162
|
+
- `mui-feedback` updated to version `0.1.6`
|
|
163
|
+
- `mui-form-utils` updated to version `0.6.2`
|
|
164
|
+
- `mui-menu` updated to version `0.1.8`
|
|
165
|
+
- `mui-page-header` updated to version `0.2.6`
|
|
166
|
+
- `mui-textfield` updated to version `0.4.3`
|
|
167
|
+
- `theme-provider` updated to version `0.4.10`
|
|
168
|
+
|
|
142
169
|
## [0.31.7](https://github.com/Availity/element/compare/@availity/element@0.31.6...@availity/element@0.31.7) (2023-11-30)
|
|
143
170
|
|
|
144
171
|
### Dependency Updates
|
|
145
172
|
|
|
146
|
-
|
|
173
|
+
- `theme-provider` updated to version `0.4.9`
|
|
174
|
+
|
|
147
175
|
## [0.31.6](https://github.com/Availity/element/compare/@availity/element@0.31.5...@availity/element@0.31.6) (2023-11-28)
|
|
148
176
|
|
|
149
177
|
### Dependency Updates
|
package/dist/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export * from '@availity/mui-autocomplete';
|
|
|
3
3
|
export * from '@availity/mui-avatar';
|
|
4
4
|
export * from '@availity/mui-backdrop';
|
|
5
5
|
export * from '@availity/mui-badge';
|
|
6
|
+
export * from '@availity/mui-block-ui';
|
|
6
7
|
export * from '@availity/mui-breadcrumbs';
|
|
7
8
|
export * from '@availity/mui-button';
|
|
8
9
|
export * from '@availity/mui-card';
|
package/dist/index.js
CHANGED
|
@@ -22,6 +22,7 @@ __reExport(src_exports, require("@availity/mui-autocomplete"), module.exports);
|
|
|
22
22
|
__reExport(src_exports, require("@availity/mui-avatar"), module.exports);
|
|
23
23
|
__reExport(src_exports, require("@availity/mui-backdrop"), module.exports);
|
|
24
24
|
__reExport(src_exports, require("@availity/mui-badge"), module.exports);
|
|
25
|
+
__reExport(src_exports, require("@availity/mui-block-ui"), module.exports);
|
|
25
26
|
__reExport(src_exports, require("@availity/mui-breadcrumbs"), module.exports);
|
|
26
27
|
__reExport(src_exports, require("@availity/mui-button"), module.exports);
|
|
27
28
|
__reExport(src_exports, require("@availity/mui-card"), module.exports);
|
package/dist/index.mjs
CHANGED
|
@@ -4,6 +4,7 @@ export * from "@availity/mui-autocomplete";
|
|
|
4
4
|
export * from "@availity/mui-avatar";
|
|
5
5
|
export * from "@availity/mui-backdrop";
|
|
6
6
|
export * from "@availity/mui-badge";
|
|
7
|
+
export * from "@availity/mui-block-ui";
|
|
7
8
|
export * from "@availity/mui-breadcrumbs";
|
|
8
9
|
export * from "@availity/mui-button";
|
|
9
10
|
export * from "@availity/mui-card";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@availity/element",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.34.0",
|
|
4
4
|
"browser": "./dist/index.js",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"@availity/mui-avatar": "0.1.11",
|
|
20
20
|
"@availity/mui-backdrop": "0.1.3",
|
|
21
21
|
"@availity/mui-badge": "0.1.12",
|
|
22
|
+
"@availity/mui-block-ui": "0.1.0",
|
|
22
23
|
"@availity/mui-breadcrumbs": "0.2.0",
|
|
23
24
|
"@availity/mui-button": "0.6.0",
|
|
24
25
|
"@availity/mui-card": "0.2.7",
|
package/src/index.ts
CHANGED
|
@@ -3,6 +3,7 @@ export * from '@availity/mui-autocomplete';
|
|
|
3
3
|
export * from '@availity/mui-avatar';
|
|
4
4
|
export * from '@availity/mui-backdrop';
|
|
5
5
|
export * from '@availity/mui-badge';
|
|
6
|
+
export * from '@availity/mui-block-ui';
|
|
6
7
|
export * from '@availity/mui-breadcrumbs';
|
|
7
8
|
export * from '@availity/mui-button';
|
|
8
9
|
export * from '@availity/mui-card';
|