@helsenorge/designsystem-react 1.0.0-beta96 → 1.0.0-beta97

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.
@@ -15,7 +15,7 @@
15
15
 
16
16
  &--with-error {
17
17
  padding: getSpacer(s) getSpacer(xs) getSpacer(m);
18
- background-color: $cherry50;
18
+ background-color: $cherry100;
19
19
  border-left: 0.25rem solid $cherry500;
20
20
 
21
21
  @media (min-width: map-get($grid-breakpoints, md)) {
@@ -89,6 +89,7 @@
89
89
 
90
90
  .checkbox {
91
91
  width: 0px;
92
+ margin: 0;
92
93
 
93
94
  -moz-appearance: none;
94
95
  -webkit-appearance: none;
@@ -36,8 +36,8 @@
36
36
  &--invalid {
37
37
  margin-left: -0.75rem;
38
38
  margin-right: -0.75rem;
39
- padding-left: 0.75rem;
40
- padding-right: 0.75rem;
39
+ padding-left: getSpacer(xs);
40
+ padding-right: getSpacer(s);
41
41
  background-color: $cherry100;
42
42
  border-left: 0.25rem solid $cherry500;
43
43
 
@@ -16,7 +16,7 @@
16
16
 
17
17
  &--with-error {
18
18
  padding: getSpacer(s) getSpacer(xs) getSpacer(m);
19
- background-color: $cherry50;
19
+ background-color: $cherry100;
20
20
  margin-left: -0.75rem;
21
21
  border-left: 0.25rem solid $cherry500;
22
22
 
@@ -99,7 +99,7 @@
99
99
  justify-content: center;
100
100
  align-items: center;
101
101
  border-radius: 10rem;
102
- margin: getSpacer(3xs) getSpacer(s) getSpacer(3xs) getSpacer(3xs);
102
+ margin: 0 getSpacer(s) 0 0;
103
103
  height: 1.5rem;
104
104
  width: 1.5rem;
105
105
  min-width: auto !important;
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-beta96",
4
+ "version": "1.0.0-beta97",
5
5
  "description": "The official design system for Helsenorge built with React.",
6
6
  "repository": {
7
7
  "type": "tfs",