@inera/ids-design 9.0.1 → 9.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/package.json +1 -1
- package/reset.css +4 -0
- package/styles.css +4 -0
package/package.json
CHANGED
package/reset.css
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
.ids--dark *::after {
|
|
7
7
|
box-sizing: border-box;
|
|
8
8
|
}
|
|
9
|
+
.ids--lightbody,
|
|
9
10
|
.ids--light body,
|
|
10
11
|
.ids--light h1,
|
|
11
12
|
.ids--light h2,
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
.ids--light dd,
|
|
19
20
|
.ids--light figure,
|
|
20
21
|
.ids--light picture,
|
|
22
|
+
.ids--darkbody,
|
|
21
23
|
.ids--dark body,
|
|
22
24
|
.ids--dark h1,
|
|
23
25
|
.ids--dark h2,
|
|
@@ -32,7 +34,9 @@
|
|
|
32
34
|
.ids--dark picture {
|
|
33
35
|
margin: 0;
|
|
34
36
|
}
|
|
37
|
+
.ids--lightbody,
|
|
35
38
|
.ids--light body,
|
|
39
|
+
.ids--darkbody,
|
|
36
40
|
.ids--dark body {
|
|
37
41
|
color: var(--ids-color-surface-text-on-default);
|
|
38
42
|
font-family: var(--IDS-FONT-FAMILY-BASE);
|
package/styles.css
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
.ids--dark *::after {
|
|
7
7
|
box-sizing: border-box;
|
|
8
8
|
}
|
|
9
|
+
.ids--lightbody,
|
|
9
10
|
.ids--light body,
|
|
10
11
|
.ids--light h1,
|
|
11
12
|
.ids--light h2,
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
.ids--light dd,
|
|
19
20
|
.ids--light figure,
|
|
20
21
|
.ids--light picture,
|
|
22
|
+
.ids--darkbody,
|
|
21
23
|
.ids--dark body,
|
|
22
24
|
.ids--dark h1,
|
|
23
25
|
.ids--dark h2,
|
|
@@ -32,7 +34,9 @@
|
|
|
32
34
|
.ids--dark picture {
|
|
33
35
|
margin: 0;
|
|
34
36
|
}
|
|
37
|
+
.ids--lightbody,
|
|
35
38
|
.ids--light body,
|
|
39
|
+
.ids--darkbody,
|
|
36
40
|
.ids--dark body {
|
|
37
41
|
color: var(--ids-color-surface-text-on-default);
|
|
38
42
|
font-family: var(--IDS-FONT-FAMILY-BASE);
|