@conduction/theme 1.0.8 → 1.0.9
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/xxllnc.css +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,6 +5,7 @@ Conduction's design tokens theme
|
|
|
5
5
|
|
|
6
6
|
- **Version 1**
|
|
7
7
|
|
|
8
|
+
- 1.0.9: Added buttonIconGap token to xxllnc theme.
|
|
8
9
|
- 1.0.8: Added formField, cards and conduction overwrite tokens to xxllnc theme.
|
|
9
10
|
- 1.0.7: Added button tokens to all themes.
|
|
10
11
|
- 1.0.6: Added xxllnc theme.
|
|
@@ -331,6 +331,7 @@
|
|
|
331
331
|
--utrecht-button-color: var(--xxllnc-color-grey-95);
|
|
332
332
|
--utrecht-button-background-color: var(--xxllnc-color-black-15);
|
|
333
333
|
|
|
334
|
+
--utrecht-button-icon-gap: var(--xxllnc-size-xs);
|
|
334
335
|
/* --utrecht-button-border-color: <color>; */
|
|
335
336
|
--utrecht-button-border-width: 0;
|
|
336
337
|
--utrecht-button-border-radius: var(--xxllnc-size-xs);
|