@availity/mui-textfield 0.5.18 → 0.5.20

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,16 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.5.20](https://github.com/Availity/element/compare/@availity/mui-textfield@0.5.19...@availity/mui-textfield@0.5.20) (2024-06-14)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `mui-form-utils` updated to version `0.5.19`
10
+ ## [0.5.19](https://github.com/Availity/element/compare/@availity/mui-textfield@0.5.18...@availity/mui-textfield@0.5.19) (2024-05-17)
11
+
12
+ ### Dependency Updates
13
+
14
+ * `mui-form-utils` updated to version `0.5.18`
5
15
  ## [0.5.18](https://github.com/Availity/element/compare/@availity/mui-textfield@0.5.17...@availity/mui-textfield@0.5.18) (2024-05-15)
6
16
 
7
17
  ### Dependency Updates
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  This package extends the MUI Textfield component: [MUI Textfield Docs](https://mui.com/components/textfield/)
12
12
 
13
- Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/components-textfield-introduction--docs)
13
+ Live demo and documentation in our [Storybook](https://availity.github.io/element/?path=/docs/form-components-textfield-introduction--docs)
14
14
 
15
15
  Availity standards for design and usage can be found in the [Availity Design Guide](https://zeroheight.com/2e36e50c7)
16
16
 
@@ -2,6 +2,6 @@ import { Markdown } from '@storybook/blocks';
2
2
  import { Meta } from '@storybook/addon-docs';
3
3
  import ReadMe from './README.md?raw';
4
4
 
5
- <Meta title="Components/Textfield/Introduction" />
5
+ <Meta title="Form Components/Textfield/Introduction" />
6
6
 
7
7
  <Markdown>{ReadMe}</Markdown>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/mui-textfield",
3
- "version": "0.5.18",
3
+ "version": "0.5.20",
4
4
  "description": "Availity MUI Textfield Component - part of the @availity/element design system",
5
5
  "keywords": [
6
6
  "react",
@@ -8,7 +8,7 @@
8
8
  "availity",
9
9
  "mui"
10
10
  ],
11
- "homepage": "https://availity.github.io/element/?path=/docs/components-textfield-introduction--docs",
11
+ "homepage": "https://availity.github.io/element/?path=/docs/form-components-textfield-introduction--docs",
12
12
  "bugs": {
13
13
  "url": "https://github.com/Availity/element/issues"
14
14
  },
@@ -32,7 +32,7 @@
32
32
  "publish:canary": "yarn npm publish --access public --tag canary"
33
33
  },
34
34
  "dependencies": {
35
- "@availity/mui-form-utils": "0.11.0",
35
+ "@availity/mui-form-utils": "0.11.2",
36
36
  "@availity/mui-icon": "0.8.2"
37
37
  },
38
38
  "devDependencies": {
@@ -13,7 +13,7 @@ import { IconButton } from '@availity/mui-button';
13
13
  import { TextField, TextFieldProps } from './TextField';
14
14
 
15
15
  const meta: Meta<typeof TextField> = {
16
- title: 'Components/TextField/TextField',
16
+ title: 'Form Components/TextField/TextField',
17
17
  component: TextField,
18
18
  tags: ['autodocs'],
19
19
  args: {