@helsenorge/designsystem-react 1.0.0-beta126 → 1.0.0-beta127

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@helsenorge/designsystem-react",
3
3
  "sideEffects": false,
4
- "version": "1.0.0-beta126",
4
+ "version": "1.0.0-beta127",
5
5
  "description": "The official design system for Helsenorge built with React.",
6
6
  "repository": {
7
7
  "type": "tfs",
@@ -23,8 +23,8 @@
23
23
  "peerDependencies": {
24
24
  "bootstrap": "4.6.1",
25
25
  "normalize.css": "8.0.1",
26
- "react": "^16.0.0 | ^17.0.0",
27
- "react-dom": "^16.0.0 | ^17.0.0"
26
+ "react": "^16.0.0 || ^17.0.0",
27
+ "react-dom": "^16.0.0 || ^17.0.0"
28
28
  },
29
29
  "dependencies": {
30
30
  "bootstrap": "4.6.1"
@@ -120,13 +120,6 @@ import designsystemtypography from './scss/_typography.scss'
120
120
  padding: 0.15rem;
121
121
  border-bottom: 1px solid $neutral300;
122
122
 
123
- font-size: 1.125rem;
124
- line-height: 1.875rem;
125
- font-weight: 400;
126
- @media (min-width: map-get($grid-breakpoints, md)) {
127
- font-size: 1.25rem;
128
- }
129
-
130
123
  &:hover {
131
124
  cursor: pointer;
132
125
  color: $blueberry700;