qpp-style 9.7.2 → 9.8.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/components/Footer/FooterUI.jsx +122 -108
- package/components/Header/HeaderContainer.jsx +4 -1
- package/components/Header/HeaderUI.jsx +5 -0
- package/components/Header/header.js +2 -0
- package/components/Search/index.js +2 -2
- package/components/SideNav/Links/NavLinkDrawer.jsx +15 -1
- package/dist/browser.js +1 -1
- package/dist/browser.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/react/index.js +1 -1
- package/dist/react/index.js.map +1 -1
- package/package.json +24 -23
- package/styles/qppds/base/_icon.scss +2 -0
- package/styles/qppds/components/_link.scss +2 -2
- package/styles/qppds/components/_search.scss +3 -1
- package/styles/qppds/components/_tabs.scss +1 -1
- package/styles/qppds/components/sidebar/_links.scss +4 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qpp-style",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.8.1",
|
|
4
4
|
"description": "Shared style guide across the QPP program.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"homepage": "https://cmsgov.github.io/qpp-style",
|
|
@@ -24,26 +24,26 @@
|
|
|
24
24
|
"deploy": "gh-pages -d storybook-static"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@babel/cli": "^7.15.
|
|
28
|
-
"@babel/core": "^7.15.
|
|
29
|
-
"@babel/preset-env": "^7.15.
|
|
27
|
+
"@babel/cli": "^7.15.7",
|
|
28
|
+
"@babel/core": "^7.15.8",
|
|
29
|
+
"@babel/preset-env": "^7.15.8",
|
|
30
30
|
"@babel/preset-react": "^7.14.5",
|
|
31
31
|
"@babel/register": "^7.15.3",
|
|
32
|
-
"@storybook/addon-a11y": "^6.3.
|
|
33
|
-
"@storybook/addon-actions": "^6.3.
|
|
34
|
-
"@storybook/addon-backgrounds": "^6.3.
|
|
35
|
-
"@storybook/addon-docs": "^6.3.
|
|
32
|
+
"@storybook/addon-a11y": "^6.3.10",
|
|
33
|
+
"@storybook/addon-actions": "^6.3.10",
|
|
34
|
+
"@storybook/addon-backgrounds": "^6.3.10",
|
|
35
|
+
"@storybook/addon-docs": "^6.3.10",
|
|
36
36
|
"@storybook/addon-knobs": "^6.3.1",
|
|
37
|
-
"@storybook/addon-links": "^6.3.
|
|
37
|
+
"@storybook/addon-links": "^6.3.10",
|
|
38
38
|
"@storybook/addon-postcss": "^2.0.0",
|
|
39
|
-
"@storybook/addon-storysource": "^6.3.
|
|
40
|
-
"@storybook/addon-viewport": "^6.3.
|
|
41
|
-
"@storybook/addons": "^6.3.
|
|
42
|
-
"@storybook/react": "^6.3.
|
|
43
|
-
"@testing-library/react": "^12.
|
|
44
|
-
"autoprefixer": "^10.3.
|
|
39
|
+
"@storybook/addon-storysource": "^6.3.10",
|
|
40
|
+
"@storybook/addon-viewport": "^6.3.10",
|
|
41
|
+
"@storybook/addons": "^6.3.10",
|
|
42
|
+
"@storybook/react": "^6.3.10",
|
|
43
|
+
"@testing-library/react": "^12.1.2",
|
|
44
|
+
"autoprefixer": "^10.3.7",
|
|
45
45
|
"babel-eslint": "^10.1.0",
|
|
46
|
-
"babel-jest": "^27.
|
|
46
|
+
"babel-jest": "^27.2.5",
|
|
47
47
|
"babel-loader": "^8.2.2",
|
|
48
48
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
49
49
|
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
|
|
@@ -58,17 +58,17 @@
|
|
|
58
58
|
"eslint-loader": "^3.0.3",
|
|
59
59
|
"eslint-plugin-babel": "^5.3.1",
|
|
60
60
|
"eslint-plugin-prettier": "^3.4.1",
|
|
61
|
-
"eslint-plugin-react": "^7.
|
|
61
|
+
"eslint-plugin-react": "^7.26.1",
|
|
62
62
|
"feather-icons-react": "^0.4.3",
|
|
63
63
|
"file-loader": "^6.2.0",
|
|
64
64
|
"gh-pages": "^3.2.3",
|
|
65
|
-
"jest": "^27.
|
|
65
|
+
"jest": "^27.2.5",
|
|
66
66
|
"jsonwebtoken": "^8.5.1",
|
|
67
67
|
"mini-css-extract-plugin": "^0.11.3",
|
|
68
68
|
"moxios": "^0.4.0",
|
|
69
|
-
"node-fetch": "^2.6.
|
|
69
|
+
"node-fetch": "^2.6.5",
|
|
70
70
|
"node-sass": "^6.0.1",
|
|
71
|
-
"prettier": "^2.
|
|
71
|
+
"prettier": "^2.4.1",
|
|
72
72
|
"raw-loader": "^4.0.2",
|
|
73
73
|
"react": "^17.0.2",
|
|
74
74
|
"react-dom": "^17.0.2",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"react-test-renderer": "^17.0.2",
|
|
77
77
|
"regenerator-runtime": "^0.13.9",
|
|
78
78
|
"rimraf": "^3.0.2",
|
|
79
|
-
"sass": "^1.
|
|
79
|
+
"sass": "^1.42.1",
|
|
80
80
|
"sass-loader": "^10.2.0",
|
|
81
81
|
"sinon": "^11.1.2",
|
|
82
82
|
"style-loader": "^1.3.0",
|
|
@@ -104,8 +104,9 @@
|
|
|
104
104
|
"url": "https://github.com/CMSgov/qpp-style/issues"
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@cmsgov/design-system": "^2.
|
|
107
|
+
"@cmsgov/design-system": "^2.8.0",
|
|
108
108
|
"@material-ui/core": "^4.12.3",
|
|
109
|
+
"@material-ui/icons": "^4.11.2",
|
|
109
110
|
"@reach/portal": "^0.16.0",
|
|
110
111
|
"@reach/tooltip": "^0.16.0",
|
|
111
112
|
"axios": "^0.21.4",
|
|
@@ -118,6 +119,6 @@
|
|
|
118
119
|
"react-modal": "^3.14.3",
|
|
119
120
|
"retry": "^0.13.1",
|
|
120
121
|
"what-input": "^5.2.10",
|
|
121
|
-
"xss": "^1.0.
|
|
122
|
+
"xss": "^1.0.10"
|
|
122
123
|
}
|
|
123
124
|
}
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
.qppds a:not(.qpp-c-button) > svg,
|
|
46
|
-
.qpp-c-link:not(.qpp-c-button) > svg {
|
|
45
|
+
.qppds a:not(.qpp-c-button):not(.qpp-c-tabs__item) > svg,
|
|
46
|
+
.qpp-c-link:not(.qpp-c-button):not(.qpp-c-tabs__item) > svg {
|
|
47
47
|
@include inline-icon;
|
|
48
48
|
margin-top: -0.3em;
|
|
49
49
|
margin-left: rem(6px);
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
border: rem(1px) solid transparent;
|
|
6
6
|
position: absolute;
|
|
7
7
|
margin: rem(4px);
|
|
8
|
-
padding: rem(
|
|
8
|
+
padding: rem(5px);
|
|
9
9
|
line-height: 0;
|
|
10
10
|
color: $gray-80;
|
|
11
11
|
border-radius: 50%;
|
|
@@ -13,6 +13,8 @@
|
|
|
13
13
|
> svg {
|
|
14
14
|
margin-top: 0;
|
|
15
15
|
margin-bottom: 0;
|
|
16
|
+
width: rem(20px);
|
|
17
|
+
height: rem(20px);
|
|
16
18
|
}
|
|
17
19
|
}
|
|
18
20
|
|