@availity/element 0.48.16 → 0.48.18

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.48.18](https://github.com/Availity/element/compare/@availity/element@0.48.17...@availity/element@0.48.18) (2025-01-10)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-file-selector` updated to version `0.48.17`
10
+ ## [0.48.17](https://github.com/Availity/element/compare/@availity/element@0.48.16...@availity/element@0.48.17) (2025-01-09)
11
+
12
+ ### Dependency Updates
13
+
14
+ * `mui-datepicker` updated to version `0.48.16`
15
+ * `mui-stepper` updated to version `0.48.16`
16
+ * `theme-provider` updated to version `0.48.16`
5
17
  ## [0.48.16](https://github.com/Availity/element/compare/@availity/element@0.48.15...@availity/element@0.48.16) (2025-01-08)
6
18
 
7
19
  ### Dependency Updates
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  This is a collection of reusable React components intended to be used across multiple projects. These components use [@availity/design-tokens](https://github.com/Availity/element/tree/main/packages/design-tokens#readme) for styling and [Material UI](https://mui.com/) as the base.
10
10
 
11
- Visit our [documentation site](https://zeroheight.com/2e36e50c7/p/77f9e0-components) and [Storybook](https://availity.github.io/element/?path=/docs/element--docs) for more information on how to use the components.
11
+ Visit our [documentation site](https://design.availity.com/2e36e50c7/p/77f9e0-components) and [Storybook](https://availity.github.io/element/?path=/docs/element--docs) for more information on how to use the components.
12
12
 
13
13
  ## Installation
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/element",
3
- "version": "0.48.16",
3
+ "version": "0.48.18",
4
4
  "browser": "./dist/index.js",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -27,7 +27,7 @@
27
27
  "@availity/mui-card": "0.2.21",
28
28
  "@availity/mui-checkbox": "0.2.4",
29
29
  "@availity/mui-chip": "0.2.26",
30
- "@availity/mui-datepicker": "0.4.55",
30
+ "@availity/mui-datepicker": "0.4.56",
31
31
  "@availity/mui-dialog": "0.2.5",
32
32
  "@availity/mui-disclaimer": "0.1.8",
33
33
  "@availity/mui-divider": "0.4.0",
@@ -35,7 +35,7 @@
35
35
  "@availity/mui-event-tracker": "0.2.6",
36
36
  "@availity/mui-favorites": "0.2.3",
37
37
  "@availity/mui-feedback": "0.3.6",
38
- "@availity/mui-file-selector": "0.2.7",
38
+ "@availity/mui-file-selector": "0.2.8",
39
39
  "@availity/mui-form-utils": "0.16.3",
40
40
  "@availity/mui-icon": "0.12.1",
41
41
  "@availity/mui-layout": "0.2.0",
@@ -51,7 +51,7 @@
51
51
  "@availity/mui-progress": "0.4.3",
52
52
  "@availity/mui-snackbar": "0.1.5",
53
53
  "@availity/mui-spaces": "0.6.6",
54
- "@availity/mui-stepper": "0.2.4",
54
+ "@availity/mui-stepper": "0.3.0",
55
55
  "@availity/mui-table": "0.2.8",
56
56
  "@availity/mui-tabs": "0.1.10",
57
57
  "@availity/mui-textfield": "0.6.17",
@@ -61,7 +61,7 @@
61
61
  "@availity/mui-tree": "0.2.6",
62
62
  "@availity/mui-typography": "0.2.1",
63
63
  "@availity/mui-utils": "0.1.0",
64
- "@availity/theme-provider": "0.4.92",
64
+ "@availity/theme-provider": "0.4.93",
65
65
  "@mui/material": "^5.15.15",
66
66
  "@mui/system": "^5.15.15"
67
67
  },