@conduction/theme 1.0.10 → 1.0.11
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/README.md +1 -0
- package/municipalities/leiden.css +1 -1
- package/municipalities/xxllnc.css +2 -2
- package/package.json +1 -1
- package/theme.css +1 -0
package/README.md
CHANGED
|
@@ -5,6 +5,7 @@ Conduction's design tokens theme
|
|
|
5
5
|
|
|
6
6
|
- **Version 1**
|
|
7
7
|
|
|
8
|
+
- 1.0.11: fixed typo and added page-content-background-color token to Conduction theme.
|
|
8
9
|
- 1.0.10:
|
|
9
10
|
- Added document-backgroundcolor to all themes.
|
|
10
11
|
- Added buttonIconGap token to Conduction and Leiden themes.
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
--utrecht-page-padding-inline-start: var(--leiden-size-lg);
|
|
142
142
|
--utrecht-page-padding-inline-end: var(--leiden-size-lg);
|
|
143
143
|
--utrecht-page-max-inline-size: 1140px;
|
|
144
|
-
--
|
|
144
|
+
--utrecht-page-content-background-color: var(--leiden-color-black);
|
|
145
145
|
|
|
146
146
|
/* Headings */
|
|
147
147
|
--utrecht-heading-1-font-family: var(--leiden-typography-header-font-family);
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
--utrecht-page-padding-inline-start: var(--xxllnc-size-lg);
|
|
151
151
|
--utrecht-page-padding-inline-end: var(--xxllnc-size-lg);
|
|
152
152
|
--utrecht-page-max-inline-size: 1140px;
|
|
153
|
-
--
|
|
153
|
+
--utrecht-page-content-background-color: var(--xxllnc-color-black);
|
|
154
154
|
|
|
155
155
|
/* Headings */
|
|
156
156
|
--utrecht-heading-1-font-family: var(--xxllnc-typography-header-font-family);
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
/* conduction Card */
|
|
412
412
|
--utrecht-card-background-color: var(--xxllnc-color-black-21);
|
|
413
413
|
--utrecht-card-color: var(--xxllnc-color-white-95);
|
|
414
|
-
--
|
|
414
|
+
--utrecht-card-border-radius: 16px;
|
|
415
415
|
--utrecht-card-padding-block-end: var(--xxllnc-size-md);
|
|
416
416
|
--utrecht-card-padding-block-start: var(--xxllnc-size-md);
|
|
417
417
|
--utrecht-card-padding-inline-end: var(--xxllnc-size-md);
|
package/package.json
CHANGED
package/theme.css
CHANGED
|
@@ -143,6 +143,7 @@
|
|
|
143
143
|
--utrecht-page-padding-inline-start: var(--conduction-size-lg);
|
|
144
144
|
--utrecht-page-padding-inline-end: var(--conduction-size-lg);
|
|
145
145
|
--utrecht-page-max-inline-size: 1140px;
|
|
146
|
+
--utrecht-page-content-background-color: var(--conduction-color-black);
|
|
146
147
|
|
|
147
148
|
/* Headings */
|
|
148
149
|
--utrecht-heading-1-font-family: var(
|