@availity/mui-progress 0.1.9 → 0.2.1

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 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.2.1](https://github.com/Availity/element/compare/@availity/mui-progress@0.2.0...@availity/mui-progress@0.2.1) (2024-08-05)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-icon` updated to version `0.2.0`
10
+ ## [0.2.0](https://github.com/Availity/element/compare/@availity/mui-progress@0.1.9...@availity/mui-progress@0.2.0) (2024-08-01)
11
+
12
+
13
+ ### Features
14
+
15
+ * **mui-autocomplete:** add watchParams and inputValue ([1479d65](https://github.com/Availity/element/commit/1479d65830e2878207283639948423cf04fc5bd3))
16
+
5
17
  ## [0.1.9](https://github.com/Availity/element/compare/@availity/mui-progress@0.1.8...@availity/mui-progress@0.1.9) (2024-07-22)
6
18
 
7
19
  ### Dependency Updates
package/README.md CHANGED
@@ -51,11 +51,11 @@ yarn add @availity/mui-progress
51
51
  #### Import through @availity/element
52
52
 
53
53
  ```tsx
54
- import { Progress } from '@availity/element';
54
+ import { CircularProgress } from '@availity/element';
55
55
  ```
56
56
 
57
57
  #### Direct import
58
58
 
59
59
  ```tsx
60
- import { Progress } from '@availity/mui-progress';
60
+ import { CircularProgress } from '@availity/mui-progress';
61
61
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-progress",
3
- "version": "0.1.9",
3
+ "version": "0.2.1",
4
4
  "description": "Availity MUI Progress Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -46,7 +46,7 @@
46
46
  "access": "public"
47
47
  },
48
48
  "dependencies": {
49
- "@availity/mui-icon": "^0.9.0",
49
+ "@availity/mui-icon": "^0.10.0",
50
50
  "@availity/mui-typography": "^0.2.0"
51
51
  }
52
52
  }