@swisspost/design-system-tokens 10.0.0-next.47 → 10.0.0-next.49
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 +4 -0
- package/_channel.scss +1 -1
- package/_components.scss +2 -1
- package/_core.scss +1 -1
- package/_device.scss +4 -1
- package/_elements.scss +3 -3
- package/_helpers.scss +1 -1
- package/_index.scss +1 -1
- package/_palette.scss +1 -1
- package/_scheme.scss +1 -1
- package/_schemestatic.scss +1 -1
- package/_theme.scss +1 -1
- package/_utilities-formatted.scss +1 -1
- package/_utilities.scss +1 -1
- package/package.json +1 -1
- package/tailwind/helpers.tailwind.js +1 -1
- package/tailwind/utilities.tailwind.js +1 -1
- package/tokens.json +794 -376
package/CHANGELOG.md
CHANGED
package/_channel.scss
CHANGED
package/_components.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit manually
|
|
3
3
|
// This file was generated by the swisspost/design-system-tokens package
|
|
4
|
-
//
|
|
4
|
+
// Thu, 09 Oct 2025 11:15:55 GMT
|
|
5
5
|
|
|
6
6
|
$post-accordion: (
|
|
7
7
|
post-accordion-header-padding-block-closed: var(--post-device-spacing-padding-19),
|
|
@@ -628,6 +628,7 @@ $post-segmented-button: (
|
|
|
628
628
|
post-button-segmented-font-weight: var(--post-device-font-weight-bold),
|
|
629
629
|
post-button-segmented-selected-border: var(--post-scheme-color-interactive-primary-selected-stroke1),
|
|
630
630
|
post-button-segmented-elevation: var(--post-device-elevation-200),
|
|
631
|
+
post-button-segmented-icon-size: var(--post-device-sizing-interactive-icon-size5),
|
|
631
632
|
);
|
|
632
633
|
|
|
633
634
|
$post-select: (
|
package/_core.scss
CHANGED
package/_device.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit manually
|
|
3
3
|
// This file was generated by the swisspost/design-system-tokens package
|
|
4
|
-
//
|
|
4
|
+
// Thu, 09 Oct 2025 11:15:55 GMT
|
|
5
5
|
|
|
6
6
|
$post-desktop: (
|
|
7
7
|
post-device-font-size-1: var(--post-core-font-size-40),
|
|
@@ -105,6 +105,7 @@ $post-desktop: (
|
|
|
105
105
|
post-device-sizing-interactive-icon-size2: var(--post-core-dimension-24),
|
|
106
106
|
post-device-sizing-interactive-icon-size3: var(--post-core-dimension-40),
|
|
107
107
|
post-device-sizing-interactive-icon-size4: var(--post-core-dimension-16),
|
|
108
|
+
post-device-sizing-interactive-icon-size5: var(--post-core-dimension-24),
|
|
108
109
|
post-device-sizing-interactive-stepper-indicator: var(--post-core-dimension-40),
|
|
109
110
|
post-device-sizing-interactive-button-height-1: var(--post-core-dimension-48),
|
|
110
111
|
post-device-sizing-interactive-button-height-2: var(--post-core-dimension-56),
|
|
@@ -261,6 +262,7 @@ $post-tablet: (
|
|
|
261
262
|
post-device-sizing-interactive-icon-size2: var(--post-core-dimension-24),
|
|
262
263
|
post-device-sizing-interactive-icon-size3: var(--post-core-dimension-40),
|
|
263
264
|
post-device-sizing-interactive-icon-size4: var(--post-core-dimension-16),
|
|
265
|
+
post-device-sizing-interactive-icon-size5: var(--post-core-dimension-20),
|
|
264
266
|
post-device-sizing-interactive-stepper-indicator: var(--post-core-dimension-32),
|
|
265
267
|
post-device-sizing-interactive-button-height-1: var(--post-core-dimension-40),
|
|
266
268
|
post-device-sizing-interactive-button-height-2: var(--post-core-dimension-48),
|
|
@@ -417,6 +419,7 @@ $post-mobile: (
|
|
|
417
419
|
post-device-sizing-interactive-icon-size2: var(--post-core-dimension-20),
|
|
418
420
|
post-device-sizing-interactive-icon-size3: var(--post-core-dimension-40),
|
|
419
421
|
post-device-sizing-interactive-icon-size4: var(--post-core-dimension-16),
|
|
422
|
+
post-device-sizing-interactive-icon-size5: var(--post-core-dimension-16),
|
|
420
423
|
post-device-sizing-interactive-stepper-indicator: var(--post-core-dimension-32),
|
|
421
424
|
post-device-sizing-interactive-button-height-1: var(--post-core-dimension-32),
|
|
422
425
|
post-device-sizing-interactive-button-height-2: var(--post-core-dimension-40),
|
package/_elements.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit manually
|
|
3
3
|
// This file was generated by the swisspost/design-system-tokens package
|
|
4
|
-
//
|
|
4
|
+
// Thu, 09 Oct 2025 11:15:55 GMT
|
|
5
5
|
|
|
6
6
|
$post-body: (
|
|
7
7
|
post-body-color-bg: var(--post-theme-color-body-bg),
|
|
@@ -70,9 +70,9 @@ $post-legend: (
|
|
|
70
70
|
post-legend-font-weight: var(--post-device-font-weight-bold),
|
|
71
71
|
post-legend-line-height: var(--post-device-line-height-legend),
|
|
72
72
|
post-legend-large-font-size: var(--post-device-font-size-3),
|
|
73
|
-
post-legend-large-
|
|
74
|
-
post-legend-large-padding-block-end: var(--post-device-spacing-padding-17),
|
|
73
|
+
post-legend-large-margin-block-start: var(--post-device-spacing-margin-1),
|
|
75
74
|
post-legend-large-margin-block-end: var(--post-device-spacing-margin-4),
|
|
75
|
+
post-legend-large-padding-block-end: var(--post-device-spacing-padding-17),
|
|
76
76
|
post-legend-large-border-color: var(--post-scheme-color-surface-default-stroke),
|
|
77
77
|
post-legend-large-border-style: var(--post-core-border-style-solid),
|
|
78
78
|
post-legend-large-border-width: var(--post-device-border-width-default),
|
package/_helpers.scss
CHANGED
package/_index.scss
CHANGED
package/_palette.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit manually
|
|
3
3
|
// This file was generated by the swisspost/design-system-tokens package
|
|
4
|
-
//
|
|
4
|
+
// Thu, 09 Oct 2025 11:15:55 GMT
|
|
5
5
|
|
|
6
6
|
$post-default: (
|
|
7
7
|
post-palette-color-scheme: var(--post-theme-color-palettes-default-scheme),
|
package/_scheme.scss
CHANGED
package/_schemestatic.scss
CHANGED
package/_theme.scss
CHANGED
package/_utilities.scss
CHANGED
package/package.json
CHANGED