@availity/page-header 11.2.6 → 11.2.9
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 +24 -3
- package/jest.config.js +7 -0
- package/package.json +21 -18
- package/project.json +36 -0
- package/tsconfig.json +5 -0
- package/tsconfig.spec.json +10 -0
- package/LICENSE +0 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,28 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
|
+
|
|
5
|
+
## [11.2.9](https://github.com/Availity/availity-react/compare/@availity/page-header@11.2.8...@availity/page-header@11.2.9) (2022-06-10)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## [11.2.8](https://github.com/Availity/availity-react/compare/@availity/page-header@11.2.7...@availity/page-header@11.2.8) (2022-05-26)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* update peerDep ranges ([1e26d13](https://github.com/Availity/availity-react/commit/1e26d1388383fdbd1dc919ab97c1b6f1c5a047be))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
## [11.2.7](https://github.com/Availity/availity-react/compare/@availity/page-header@11.2.6...@availity/page-header@11.2.7) (2022-05-24)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* upgrade yup and update sb stories ([68aeafe](https://github.com/Availity/availity-react/commit/68aeafe4fd7d90d7c88dbb24636ba7770fe87aa3))
|
|
24
|
+
|
|
2
25
|
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
26
|
|
|
6
27
|
## 11.2.6 (2022-05-20)
|
|
7
28
|
|
package/jest.config.js
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@availity/page-header",
|
|
3
|
-
"version": "11.2.
|
|
3
|
+
"version": "11.2.9",
|
|
4
4
|
"description": "The standard page header for Availity Portal Applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -21,35 +21,38 @@
|
|
|
21
21
|
"author": "Evan Sharp <evan.sharp@availity.com>",
|
|
22
22
|
"main": "index.js",
|
|
23
23
|
"types": "index.d.ts",
|
|
24
|
+
"scripts": {
|
|
25
|
+
"publish": "yarn npm publish --tolerate-republish --access public",
|
|
26
|
+
"publish:canary": "yarn npm publish --access public --tag canary"
|
|
27
|
+
},
|
|
24
28
|
"dependencies": {
|
|
25
|
-
"@availity/app-icon": "
|
|
26
|
-
"@availity/breadcrumbs": "
|
|
27
|
-
"@availity/feedback": "
|
|
28
|
-
"@availity/payer-logo": "
|
|
29
|
+
"@availity/app-icon": "1.5.1",
|
|
30
|
+
"@availity/breadcrumbs": "3.2.4",
|
|
31
|
+
"@availity/feedback": "7.0.2",
|
|
32
|
+
"@availity/payer-logo": "5.1.5",
|
|
29
33
|
"classnames": "^2.3.1",
|
|
30
|
-
"prop-types": "^15.
|
|
34
|
+
"prop-types": "^15.8.1"
|
|
31
35
|
},
|
|
32
36
|
"devDependencies": {
|
|
33
|
-
"@availity/api-axios": "^
|
|
34
|
-
"@availity/spaces": "
|
|
35
|
-
"@availity/training-link": "
|
|
36
|
-
"axios": "^0.21.
|
|
37
|
-
"formik": "^2.2.
|
|
37
|
+
"@availity/api-axios": "^7.0.1",
|
|
38
|
+
"@availity/spaces": "6.0.9",
|
|
39
|
+
"@availity/training-link": "1.4.4",
|
|
40
|
+
"axios": "^0.21.4",
|
|
41
|
+
"formik": "^2.2.9",
|
|
38
42
|
"react": "^17.0.2",
|
|
39
43
|
"react-dom": "^17.0.2",
|
|
40
|
-
"yup": "^0.
|
|
44
|
+
"yup": "^0.32.11"
|
|
41
45
|
},
|
|
42
46
|
"peerDependencies": {
|
|
43
|
-
"@availity/api-axios": "^6.0.0",
|
|
44
|
-
"@availity/spaces": "^4.0.1 || ^5.0.0",
|
|
47
|
+
"@availity/api-axios": "^6.0.0 || ^7.0.0",
|
|
48
|
+
"@availity/spaces": "^4.0.1 || ^5.0.0 || ^6.0.0",
|
|
45
49
|
"axios": "^0.21.1",
|
|
46
50
|
"formik": "^2.0.1",
|
|
47
51
|
"react": ">=16.11.0",
|
|
48
52
|
"react-dom": ">=16.11.0",
|
|
49
|
-
"yup": "^0.
|
|
53
|
+
"yup": "^0.32.0"
|
|
50
54
|
},
|
|
51
55
|
"publishConfig": {
|
|
52
56
|
"access": "public"
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
}
|
|
57
|
+
}
|
|
58
|
+
}
|
package/project.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"root": "packages/page-header",
|
|
3
|
+
"projectType": "library",
|
|
4
|
+
"targets": {
|
|
5
|
+
"test": {
|
|
6
|
+
"executor": "@nrwl/jest:jest",
|
|
7
|
+
"outputs": ["coverage/page-header"],
|
|
8
|
+
"options": { "jestConfig": "packages/page-header/jest.config.js", "passWithNoTests": true }
|
|
9
|
+
},
|
|
10
|
+
"version": {
|
|
11
|
+
"executor": "@jscutlery/semver:version",
|
|
12
|
+
"options": {
|
|
13
|
+
"preset": "angular",
|
|
14
|
+
"commitMessageFormat": "chore(${projectName}): release version ${version} [skip ci]",
|
|
15
|
+
"tagPrefix": "@availity/${projectName}@",
|
|
16
|
+
"baseBranch": "master"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"lint": {
|
|
20
|
+
"executor": "@nrwl/linter:eslint",
|
|
21
|
+
"options": {
|
|
22
|
+
"eslintConfig": ".eslintrc.yaml",
|
|
23
|
+
"lintFilePatterns": ["packages/page-header/**/*.{js,ts}"],
|
|
24
|
+
"silent": false,
|
|
25
|
+
"fix": false,
|
|
26
|
+
"cache": true,
|
|
27
|
+
"cacheLocation": "./node_modules/.cache/page-header/.eslintcache",
|
|
28
|
+
"maxWarnings": -1,
|
|
29
|
+
"quiet": false,
|
|
30
|
+
"noEslintrc": false,
|
|
31
|
+
"hasTypeAwareRules": true,
|
|
32
|
+
"cacheStrategy": "metadata"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "./tsconfig.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"outDir": "../../dist/out-tsc",
|
|
5
|
+
"module": "commonjs",
|
|
6
|
+
"types": ["jest", "node", "@testing-library/jest-dom"],
|
|
7
|
+
"allowJs": true
|
|
8
|
+
},
|
|
9
|
+
"include": ["**/*.test.js", "**/*.test.ts", "**/*.test.tsx", "**/*.d.ts"]
|
|
10
|
+
}
|
package/LICENSE
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
Copyright (c) 2017-present Availity, LLC
|
|
2
|
-
|
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
4
|
-
a copy of this software and associated documentation files (the
|
|
5
|
-
"Software"), to deal in the Software without restriction, including
|
|
6
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
7
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
8
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
9
|
-
the following conditions:
|
|
10
|
-
|
|
11
|
-
The above copyright notice and this permission notice shall be
|
|
12
|
-
included in all copies or substantial portions of the Software.
|
|
13
|
-
|
|
14
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
15
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
16
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
17
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
18
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
19
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
20
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|