@helsenorge/designsystem-react 8.0.1 → 8.0.2
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/CHANGELOG.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
$encoded-color: string.slice(meta.inspect($neutral600), 2);
|
|
13
13
|
|
|
14
|
-
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23
|
|
14
|
+
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23" + $encoded-color + "' stroke-width='4' stroke-dasharray='0.5, 7' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
|
|
15
15
|
border-radius: 100px;
|
|
16
16
|
}
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
--color-action-background-transparent-ondark-hover: #00000026;
|
|
160
160
|
|
|
161
161
|
/* Hoverfarge for bakgrunn på interaktive elementer - onDark selected */
|
|
162
|
-
--color-action-background-transparent-ondark-hoverselected: #
|
|
162
|
+
--color-action-background-transparent-ondark-hoverselected: #000000bf;
|
|
163
163
|
--color-base-background-dark-neutral: #2b2c2b;
|
|
164
164
|
|
|
165
165
|
/* Placeholdertext in input- and textarea-controls */
|
|
@@ -170,4 +170,12 @@
|
|
|
170
170
|
/* Subtle border for Blueberry 50 background */
|
|
171
171
|
--color-base-border-blueberry: #afdae3;
|
|
172
172
|
--color-base-border-cherry: #eec0a5;
|
|
173
|
+
|
|
174
|
+
/* In a few cases where coloured text is required to stress the semantics of an information notification text */
|
|
175
|
+
--color-notification-text-info: #08667c;
|
|
176
|
+
--color-notification-text-warning: #916500;
|
|
177
|
+
|
|
178
|
+
/* In a few cases where coloured text is required to stress the semantics of an error notification text */
|
|
179
|
+
--color-notification-text-error: #a31f0e;
|
|
180
|
+
--color-notification-text-success: #078141;
|
|
173
181
|
}
|