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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qpp-style",
3
- "version": "9.7.2",
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.4",
28
- "@babel/core": "^7.15.5",
29
- "@babel/preset-env": "^7.15.4",
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.8",
33
- "@storybook/addon-actions": "^6.3.8",
34
- "@storybook/addon-backgrounds": "^6.3.8",
35
- "@storybook/addon-docs": "^6.3.8",
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.8",
37
+ "@storybook/addon-links": "^6.3.10",
38
38
  "@storybook/addon-postcss": "^2.0.0",
39
- "@storybook/addon-storysource": "^6.3.8",
40
- "@storybook/addon-viewport": "^6.3.8",
41
- "@storybook/addons": "^6.3.8",
42
- "@storybook/react": "^6.3.8",
43
- "@testing-library/react": "^12.0.0",
44
- "autoprefixer": "^10.3.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.1.1",
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.24.0",
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.1.1",
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.1",
69
+ "node-fetch": "^2.6.5",
70
70
  "node-sass": "^6.0.1",
71
- "prettier": "^2.3.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.38.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.7.4",
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.9"
122
+ "xss": "^1.0.10"
122
123
  }
123
124
  }
@@ -16,6 +16,8 @@
16
16
  @include mat-icon;
17
17
  }
18
18
 
19
+ // Deprecated. Will be removed once feather icons are
20
+ // no longer used by applications.
19
21
  .qpp-icon-feather {
20
22
  @include feather-icon;
21
23
  }
@@ -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(7px);
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
 
@@ -147,7 +147,7 @@
147
147
 
148
148
  // SVG icons
149
149
  > svg {
150
- @include inline-icon;
150
+ @include inline-icon-md;
151
151
  }
152
152
  }
153
153
 
@@ -74,7 +74,10 @@ Inline and back links
74
74
  min-height: 25px;
75
75
  min-width: 25px;
76
76
  width: 25px;
77
- fill: $color-white;
77
+
78
+ &.fill-white {
79
+ fill: $color-white;
80
+ }
78
81
  }
79
82
 
80
83
  &.stroke-based-icon {