@helsenorge/designsystem-react 1.0.0-beta103 → 1.0.0-beta104

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.
Files changed (2) hide show
  1. package/package.json +2 -6
  2. package/scss/_input.scss +1 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@helsenorge/designsystem-react",
3
3
  "sideEffects": false,
4
- "version": "1.0.0-beta103",
4
+ "version": "1.0.0-beta104",
5
5
  "description": "The official design system for Helsenorge built with React.",
6
6
  "repository": {
7
7
  "type": "tfs",
@@ -24,8 +24,7 @@
24
24
  "bootstrap": "4.6.1",
25
25
  "normalize.css": "8.0.1",
26
26
  "react": ">= 16.12.0",
27
- "react-dom": ">= 16.12.0",
28
- "styled-components": "^5.0.0"
27
+ "react-dom": ">= 16.12.0"
29
28
  },
30
29
  "dependencies": {
31
30
  "bootstrap": "4.6.1"
@@ -55,7 +54,6 @@
55
54
  "@types/jest": "^25.2.3",
56
55
  "@types/prettier": "1.19.0",
57
56
  "@types/react-dom": "16.9.8",
58
- "@types/styled-components": "5.0.1",
59
57
  "@types/testing-library__react": "^10.0.5",
60
58
  "async": "^3.1.0",
61
59
  "babel-loader": "^8.0.6",
@@ -65,7 +63,6 @@
65
63
  "file-loader": "^4.2.0",
66
64
  "identity-obj-proxy": "^3.0.0",
67
65
  "jest": "^26.0.1",
68
- "jest-styled-components": "^7.0.0",
69
66
  "jest-watch-typeahead": "^0.4.2",
70
67
  "node-sass": "^4.13.0",
71
68
  "normalize.css": "8.0.1",
@@ -91,7 +88,6 @@
91
88
  "rollup-plugin-typescript2": "^0.29.0",
92
89
  "sass-loader": "^8.0.0",
93
90
  "style-loader": "^1.0.0",
94
- "styled-components": "5.0.1",
95
91
  "svg-parser": "^2.0.2",
96
92
  "svgo": "^1.3.2",
97
93
  "ts-loader": "^6.2.1",
package/scss/_input.scss CHANGED
@@ -145,6 +145,7 @@
145
145
 
146
146
  &__input {
147
147
  line-height: 1.625rem;
148
+ font-family: inherit;
148
149
  font-size: $font-size-sm;
149
150
  padding: 0 getSpacer(2xs);
150
151
  border: none;