@utrecht/design-tokens 2.1.1 → 2.3.0
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 +12 -0
- package/dist/_mixin-theme.scss +3 -5
- package/dist/_mixin.scss +3 -5
- package/dist/_variables.scss +3 -5
- package/dist/dark/_mixin-theme.scss +3 -5
- package/dist/dark/_mixin.scss +3 -5
- package/dist/dark/_variables.scss +3 -5
- package/dist/dark/index.cjs +3 -5
- package/dist/dark/index.css +3 -5
- package/dist/dark/index.d.ts +2 -6
- package/dist/dark/index.flat.json +1 -3
- package/dist/dark/index.json +26 -40
- package/dist/dark/index.mjs +3 -5
- package/dist/dark/index.tokens.json +441 -14
- package/dist/dark/list.d.ts +14 -0
- package/dist/dark/list.json +26 -40
- package/dist/dark/list.mjs +30694 -0
- package/dist/dark/property.css +2 -0
- package/dist/dark/root.css +1 -3
- package/dist/dark/theme-prince-xml.css +3 -5
- package/dist/dark/theme.css +1 -3
- package/dist/dark/tokens.cjs +512 -97
- package/dist/dark/tokens.d.ts +239 -13
- package/dist/dark/tokens.json +514 -99
- package/dist/dark/variables.cjs +3 -5
- package/dist/dark/variables.css +1 -3
- package/dist/dark/variables.d.ts +2 -6
- package/dist/dark/variables.json +1 -3
- package/dist/dark/variables.less +3 -5
- package/dist/dark/variables.mjs +3 -5
- package/dist/index.cjs +3 -5
- package/dist/index.css +84 -10
- package/dist/index.d.ts +2 -6
- package/dist/index.flat.json +1 -3
- package/dist/index.json +26 -40
- package/dist/index.mjs +3 -5
- package/dist/index.tokens.json +441 -14
- package/dist/list.d.ts +14 -0
- package/dist/list.json +26 -40
- package/dist/list.mjs +31811 -0
- package/dist/property.css +2 -0
- package/dist/root.css +1 -3
- package/dist/theme-prince-xml.css +3 -5
- package/dist/theme.css +1 -3
- package/dist/tokens.cjs +512 -97
- package/dist/tokens.d.ts +239 -13
- package/dist/tokens.json +514 -99
- package/dist/variables.cjs +3 -5
- package/dist/variables.css +1 -3
- package/dist/variables.d.ts +2 -6
- package/dist/variables.json +1 -3
- package/dist/variables.less +3 -5
- package/dist/variables.mjs +3 -5
- package/package.json +1 -1
- package/src/brand/utrecht/typography.tokens.json +0 -2
- package/src/component/utrecht/blockquote.tokens.json +1 -1
- package/src/css-property-formatter.mjs +2 -1
- package/src/index.scss +79 -0
- package/src/json-list-formatter.js +2 -1
- package/style-dictionary-build.mjs +3 -1
- package/style-dictionary-config.mjs +27 -0
package/dist/property.css
CHANGED
|
@@ -459,6 +459,8 @@
|
|
|
459
459
|
@property --utrecht-listbox-max-block-size { syntax: '<length>'; inherits: true; }
|
|
460
460
|
@property --utrecht-listbox-option-active-background-color { syntax: '<color>'; inherits: true; }
|
|
461
461
|
@property --utrecht-listbox-option-active-color { syntax: '<color>'; inherits: true; }
|
|
462
|
+
@property --utrecht-listbox-option-hover-background-color { syntax: '<color>'; inherits: true; }
|
|
463
|
+
@property --utrecht-listbox-option-hover-color { syntax: '<color>'; inherits: true; }
|
|
462
464
|
@property --utrecht-listbox-option-min-block-size { syntax: '<length>'; inherits: true; }
|
|
463
465
|
@property --utrecht-listbox-option-padding-block-end { syntax: '<length>'; inherits: true; }
|
|
464
466
|
@property --utrecht-listbox-option-padding-block-start { syntax: '<length>'; inherits: true; }
|
package/dist/root.css
CHANGED
|
@@ -8,14 +8,12 @@
|
|
|
8
8
|
--utrecht-unordered-list-item-margin-block-end: 0.25rem;
|
|
9
9
|
--utrecht-typography-weight-scale-normal-font-weight: 400;
|
|
10
10
|
--utrecht-typography-weight-scale-bold-font-weight: 700;
|
|
11
|
-
--utrecht-typography-scale-xs-font-size: 0.75rem; /* 12px */
|
|
12
11
|
--utrecht-typography-scale-xl-font-size: 1.25rem; /* 20px */
|
|
13
12
|
--utrecht-typography-scale-sm-font-size: 0.875rem; /* 14px */
|
|
14
13
|
--utrecht-typography-scale-md-font-size: 1rem; /* 16px */
|
|
15
14
|
--utrecht-typography-scale-lg-font-size: 1.125rem; /* 18px */
|
|
16
15
|
--utrecht-typography-scale-4xl-font-size: 2rem; /* 32px */
|
|
17
16
|
--utrecht-typography-scale-3xl-font-size: 1.5rem; /* 24px */
|
|
18
|
-
--utrecht-typography-scale-2xs-font-size: 0.5rem; /* 8px */
|
|
19
17
|
--utrecht-typography-scale-2xl-font-size: 1.375rem; /* 22px */
|
|
20
18
|
--utrecht-typography-sans-serif-font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Arial", sans-serif;
|
|
21
19
|
--utrecht-typography-line-height-xs: 1;
|
|
@@ -828,7 +826,7 @@
|
|
|
828
826
|
--utrecht-breadcrumb-nav-arrows-link-background-color: var(--utrecht-color-grey-90);
|
|
829
827
|
--utrecht-blockquote-content-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
830
828
|
--utrecht-blockquote-content-color: var(--utrecht-color-red-40);
|
|
831
|
-
--utrecht-blockquote-caption-font-size: var(--utrecht-typography-scale-
|
|
829
|
+
--utrecht-blockquote-caption-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
832
830
|
--utrecht-badge-padding-inline: var(--utrecht-space-inline-sm); /* Default inline padding color for badge components */
|
|
833
831
|
--utrecht-badge-padding-block: var(--utrecht-space-block-xs); /* Default block padding for badge components */
|
|
834
832
|
--utrecht-badge-list-item-margin-inline: var(--utrecht-space-block-sm);
|
|
@@ -32,8 +32,6 @@
|
|
|
32
32
|
--utrecht-typography-scale-lg-font-size: 1.125rem; /* 18px */
|
|
33
33
|
--utrecht-typography-scale-md-font-size: 1rem; /* 16px */
|
|
34
34
|
--utrecht-typography-scale-sm-font-size: 0.875rem; /* 14px */
|
|
35
|
-
--utrecht-typography-scale-xs-font-size: 0.75rem; /* 12px */
|
|
36
|
-
--utrecht-typography-scale-2xs-font-size: 0.5rem; /* 8px */
|
|
37
35
|
--utrecht-typography-sans-serif-font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Arial", sans-serif;
|
|
38
36
|
--utrecht-icon-scale-4xl: 48px;
|
|
39
37
|
--utrecht-icon-scale-3xl: 36px; /* Formaat voor toptaks iconen */
|
|
@@ -603,10 +601,10 @@
|
|
|
603
601
|
--utrecht-listbox-option-group-title-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
604
602
|
--utrecht-listbox-option-group-title-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
605
603
|
--utrecht-listbox-option-group-margin-block-end: var(--utrecht-space-inline-xs);
|
|
606
|
-
--utrecht-listbox-option-hover-background-color: var(--utrecht-color-blue-90);
|
|
607
|
-
--utrecht-listbox-option-hover-color: var(--utrecht-color-black);
|
|
608
604
|
--utrecht-listbox-option-selected-color: var(--utrecht-color-black);
|
|
609
605
|
--utrecht-listbox-option-selected-background-color: var(--utrecht-color-grey-95);
|
|
606
|
+
--utrecht-listbox-option-hover-color: var(--utrecht-color-black);
|
|
607
|
+
--utrecht-listbox-option-hover-background-color: var(--utrecht-color-blue-90);
|
|
610
608
|
--utrecht-listbox-option-active-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
611
609
|
--utrecht-listbox-option-active-color: var(--utrecht-color-black);
|
|
612
610
|
--utrecht-listbox-option-active-background-color: var(--utrecht-color-grey-95);
|
|
@@ -866,7 +864,7 @@
|
|
|
866
864
|
--utrecht-breadcrumb-nav-item-padding-block-end: var(--utrecht-space-block-xs);
|
|
867
865
|
--utrecht-breadcrumb-nav-item-padding-block-start: var(--utrecht-space-block-xs);
|
|
868
866
|
--utrecht-breadcrumb-nav-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
869
|
-
--utrecht-blockquote-caption-font-size: var(--utrecht-typography-scale-
|
|
867
|
+
--utrecht-blockquote-caption-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
870
868
|
--utrecht-blockquote-content-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
871
869
|
--utrecht-blockquote-content-color: var(--utrecht-color-red-40);
|
|
872
870
|
--utrecht-badge-font-style: var(--utrecht-typography-font-style-normal);
|
package/dist/theme.css
CHANGED
|
@@ -8,14 +8,12 @@
|
|
|
8
8
|
--utrecht-unordered-list-item-margin-block-end: 0.25rem;
|
|
9
9
|
--utrecht-typography-weight-scale-normal-font-weight: 400;
|
|
10
10
|
--utrecht-typography-weight-scale-bold-font-weight: 700;
|
|
11
|
-
--utrecht-typography-scale-xs-font-size: 0.75rem; /* 12px */
|
|
12
11
|
--utrecht-typography-scale-xl-font-size: 1.25rem; /* 20px */
|
|
13
12
|
--utrecht-typography-scale-sm-font-size: 0.875rem; /* 14px */
|
|
14
13
|
--utrecht-typography-scale-md-font-size: 1rem; /* 16px */
|
|
15
14
|
--utrecht-typography-scale-lg-font-size: 1.125rem; /* 18px */
|
|
16
15
|
--utrecht-typography-scale-4xl-font-size: 2rem; /* 32px */
|
|
17
16
|
--utrecht-typography-scale-3xl-font-size: 1.5rem; /* 24px */
|
|
18
|
-
--utrecht-typography-scale-2xs-font-size: 0.5rem; /* 8px */
|
|
19
17
|
--utrecht-typography-scale-2xl-font-size: 1.375rem; /* 22px */
|
|
20
18
|
--utrecht-typography-sans-serif-font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Arial", sans-serif;
|
|
21
19
|
--utrecht-typography-line-height-xs: 1;
|
|
@@ -828,7 +826,7 @@
|
|
|
828
826
|
--utrecht-breadcrumb-nav-arrows-link-background-color: var(--utrecht-color-grey-90);
|
|
829
827
|
--utrecht-blockquote-content-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
830
828
|
--utrecht-blockquote-content-color: var(--utrecht-color-red-40);
|
|
831
|
-
--utrecht-blockquote-caption-font-size: var(--utrecht-typography-scale-
|
|
829
|
+
--utrecht-blockquote-caption-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
832
830
|
--utrecht-badge-padding-inline: var(--utrecht-space-inline-sm); /* Default inline padding color for badge components */
|
|
833
831
|
--utrecht-badge-padding-block: var(--utrecht-space-block-xs); /* Default block padding for badge components */
|
|
834
832
|
--utrecht-badge-list-item-margin-inline: var(--utrecht-space-block-sm);
|