@availity/element 0.37.8 → 0.37.10
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 +22 -0
- package/introduction.stories.mdx +45 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.37.10](https://github.com/Availity/element/compare/@availity/element@0.37.9...@availity/element@0.37.10) (2024-04-15)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `mui-accordion` updated to version `0.1.4`
|
|
10
|
+
* `mui-alert` updated to version `0.5.12`
|
|
11
|
+
* `mui-block-ui` updated to version `0.1.8`
|
|
12
|
+
* `mui-button` updated to version `0.6.6`
|
|
13
|
+
* `mui-card` updated to version `0.2.13`
|
|
14
|
+
* `mui-checkbox` updated to version `0.1.36`
|
|
15
|
+
* `mui-dialog` updated to version `0.1.7`
|
|
16
|
+
* `mui-feedback` updated to version `0.1.26`
|
|
17
|
+
* `mui-form-utils` updated to version `0.10.2`
|
|
18
|
+
* `mui-menu` updated to version `0.2.6`
|
|
19
|
+
* `mui-page-header` updated to version `0.2.28`
|
|
20
|
+
* `mui-popper` updated to version `0.1.6`
|
|
21
|
+
* `mui-textfield` updated to version `0.5.16`
|
|
22
|
+
## [0.37.9](https://github.com/Availity/element/compare/@availity/element@0.37.8...@availity/element@0.37.9) (2024-04-11)
|
|
23
|
+
|
|
24
|
+
### Dependency Updates
|
|
25
|
+
|
|
26
|
+
* `mui-autocomplete` updated to version `0.4.0`
|
|
5
27
|
## [0.37.8](https://github.com/Availity/element/compare/@availity/element@0.37.7...@availity/element@0.37.8) (2024-04-05)
|
|
6
28
|
|
|
7
29
|
### Dependency Updates
|
package/introduction.stories.mdx
CHANGED
|
@@ -4,4 +4,49 @@ import ReadMe from './README.md?raw';
|
|
|
4
4
|
|
|
5
5
|
<Meta title="Element" />
|
|
6
6
|
|
|
7
|
+
## What is `@availity/element`?
|
|
8
|
+
|
|
9
|
+
The vision behind `@availity/element` is to build a wholistic design system
|
|
10
|
+
rather than simply a collection of components. The components are built in
|
|
11
|
+
collaboration with the UX team and based on larger patterns. This helps
|
|
12
|
+
create a cohesive experience across applications and frees up developers to
|
|
13
|
+
focus on rapid innovation.
|
|
14
|
+
|
|
15
|
+
## Why MUI?
|
|
16
|
+
|
|
17
|
+
The official decision process for where Availity would go after Bootstrap 4 started
|
|
18
|
+
in 2020. It was decided early on to not upgrade to Bootstrap 5 and instead leave
|
|
19
|
+
Bootstrap behind. When determining where to go next the primary contenders were
|
|
20
|
+
Material and TailwindCSS. Material is a set of design guidelines started by Google
|
|
21
|
+
with an accompanying React component library. TailwindCSS is a "utility-first
|
|
22
|
+
CSS framework", with pre-defined classes similar to Bootstrap but going all in
|
|
23
|
+
with utility vs the component styles of Bootstrap.
|
|
24
|
+
|
|
25
|
+
We did POCs for both frameworks in 2021/2022, with Material ultimately coming out
|
|
26
|
+
on top for a few reasons:
|
|
27
|
+
|
|
28
|
+
- MUI integrates with Figma enabling UX to quickly produce designs that
|
|
29
|
+
closely match the actual components.
|
|
30
|
+
- MUI's components allow for greater flexibility and less abstraction.
|
|
31
|
+
This enables developers to focus on business logic and innovation rather
|
|
32
|
+
than component limitations.
|
|
33
|
+
- MUI handles a lot of baseline accessibility logic for simple components, as
|
|
34
|
+
well as complex accessibility patterns, like keyboard interactions for tabs.
|
|
35
|
+
- MUI's theming engine makes it easy to implement global and targeted updates to the
|
|
36
|
+
look and feel.
|
|
37
|
+
|
|
38
|
+
## Current State
|
|
39
|
+
|
|
40
|
+
The goals of the current version of `@availity/element` include building a
|
|
41
|
+
cohesive design system with an eye on easing the migration process. The
|
|
42
|
+
initial release will provide a solid path towards 508 compliance and
|
|
43
|
+
baseline component-level telemetry.
|
|
44
|
+
|
|
45
|
+
## Future Plans
|
|
46
|
+
|
|
47
|
+
- Internationalization (Material already supports this on the component level)
|
|
48
|
+
- Consolidation across Availity Platforms in future themes
|
|
49
|
+
|
|
50
|
+
## README
|
|
51
|
+
|
|
7
52
|
<Markdown>{ReadMe}</Markdown>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@availity/element",
|
|
3
|
-
"version": "0.37.
|
|
3
|
+
"version": "0.37.10",
|
|
4
4
|
"browser": "./dist/index.js",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -14,38 +14,38 @@
|
|
|
14
14
|
"publish:canary": "yarn npm publish --access public --tag canary"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@availity/mui-accordion": "0.1.
|
|
18
|
-
"@availity/mui-alert": "0.5.
|
|
19
|
-
"@availity/mui-autocomplete": "0.
|
|
17
|
+
"@availity/mui-accordion": "0.1.4",
|
|
18
|
+
"@availity/mui-alert": "0.5.12",
|
|
19
|
+
"@availity/mui-autocomplete": "0.4.0",
|
|
20
20
|
"@availity/mui-avatar": "0.1.17",
|
|
21
21
|
"@availity/mui-backdrop": "0.1.5",
|
|
22
22
|
"@availity/mui-badge": "0.1.16",
|
|
23
|
-
"@availity/mui-block-ui": "0.1.
|
|
23
|
+
"@availity/mui-block-ui": "0.1.8",
|
|
24
24
|
"@availity/mui-breadcrumbs": "0.2.5",
|
|
25
|
-
"@availity/mui-button": "0.6.
|
|
26
|
-
"@availity/mui-card": "0.2.
|
|
27
|
-
"@availity/mui-checkbox": "0.1.
|
|
25
|
+
"@availity/mui-button": "0.6.6",
|
|
26
|
+
"@availity/mui-card": "0.2.13",
|
|
27
|
+
"@availity/mui-checkbox": "0.1.36",
|
|
28
28
|
"@availity/mui-chip": "0.2.12",
|
|
29
29
|
"@availity/mui-datepicker": "0.4.2",
|
|
30
|
-
"@availity/mui-dialog": "0.1.
|
|
30
|
+
"@availity/mui-dialog": "0.1.7",
|
|
31
31
|
"@availity/mui-divider": "0.3.6",
|
|
32
32
|
"@availity/mui-empty-state": "0.1.6",
|
|
33
|
-
"@availity/mui-feedback": "0.1.
|
|
34
|
-
"@availity/mui-form-utils": "0.10.
|
|
33
|
+
"@availity/mui-feedback": "0.1.26",
|
|
34
|
+
"@availity/mui-form-utils": "0.10.2",
|
|
35
35
|
"@availity/mui-icon": "0.8.1",
|
|
36
36
|
"@availity/mui-layout": "0.1.5",
|
|
37
37
|
"@availity/mui-link": "0.2.8",
|
|
38
|
-
"@availity/mui-menu": "0.2.
|
|
38
|
+
"@availity/mui-menu": "0.2.6",
|
|
39
39
|
"@availity/mui-modal": "0.1.2",
|
|
40
|
-
"@availity/mui-page-header": "0.2.
|
|
40
|
+
"@availity/mui-page-header": "0.2.28",
|
|
41
41
|
"@availity/mui-pagination": "0.2.8",
|
|
42
42
|
"@availity/mui-paper": "0.1.8",
|
|
43
43
|
"@availity/mui-popover": "0.1.3",
|
|
44
|
-
"@availity/mui-popper": "0.1.
|
|
44
|
+
"@availity/mui-popper": "0.1.6",
|
|
45
45
|
"@availity/mui-progress": "0.1.6",
|
|
46
46
|
"@availity/mui-table": "0.1.5",
|
|
47
47
|
"@availity/mui-tabs": "0.1.8",
|
|
48
|
-
"@availity/mui-textfield": "0.5.
|
|
48
|
+
"@availity/mui-textfield": "0.5.16",
|
|
49
49
|
"@availity/mui-toggle-button": "0.1.9",
|
|
50
50
|
"@availity/mui-tooltip": "0.5.7",
|
|
51
51
|
"@availity/mui-transitions": "0.1.1",
|