@swisspost/design-system-styles 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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swisspost/design-system-styles",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.2",
|
|
4
4
|
"description": "Design System Styles for the Swiss Post web platform.",
|
|
5
5
|
"author": "Swiss Post <design-system@post.ch>",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"bootstrap": "5.3.3"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@swisspost/design-system-tokens": "9.0.
|
|
37
|
-
"@swisspost/design-system-icons": "9.0.
|
|
36
|
+
"@swisspost/design-system-tokens": "9.0.2",
|
|
37
|
+
"@swisspost/design-system-icons": "9.0.2",
|
|
38
38
|
"@types/node": "20.14.14",
|
|
39
39
|
"autoprefixer": "10.4.19",
|
|
40
40
|
"copyfiles": "2.4.1",
|
package/tokens/temp/channel.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Do not edit manually!
|
|
2
2
|
// This file was generated on:
|
|
3
|
-
// Mon,
|
|
3
|
+
// Mon, 23 Jun 2025 09:37:14 GMT by the @swisspost/design-system-tokens package build command
|
|
4
4
|
|
|
5
5
|
$post-edk: (
|
|
6
6
|
'post-sem-sizing-interactive-height-filler': var(--post-core-dimension-24),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Do not edit manually!
|
|
2
2
|
// This file was generated on:
|
|
3
|
-
// Mon,
|
|
3
|
+
// Mon, 23 Jun 2025 09:37:14 GMT by the @swisspost/design-system-tokens package build command
|
|
4
4
|
|
|
5
5
|
$post-interactives: (
|
|
6
6
|
'post-comp-interactive-color-primary-bg-enabled': var(--post-sem-color-interactive-primary-enabled-bg),
|
package/tokens/temp/core.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Do not edit manually!
|
|
2
2
|
// This file was generated on:
|
|
3
|
-
// Mon,
|
|
3
|
+
// Mon, 23 Jun 2025 09:37:14 GMT by the @swisspost/design-system-tokens package build command
|
|
4
4
|
|
|
5
5
|
:root {
|
|
6
6
|
--post-core-color-brand-postyellow: #ffcc00;
|
package/tokens/temp/device.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Do not edit manually!
|
|
2
2
|
// This file was generated on:
|
|
3
|
-
// Mon,
|
|
3
|
+
// Mon, 23 Jun 2025 09:37:14 GMT by the @swisspost/design-system-tokens package build command
|
|
4
4
|
|
|
5
5
|
$post-desktop: (
|
|
6
6
|
'post-sem-font-size-heading-xs': var(--post-core-font-size-20),
|
package/tokens/temp/index.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Do not edit manually!
|
|
2
2
|
// This file was generated on:
|
|
3
|
-
// Mon,
|
|
3
|
+
// Mon, 23 Jun 2025 09:37:14 GMT by the @swisspost/design-system-tokens package build command
|
|
4
4
|
|
|
5
5
|
@use './core';
|
|
6
6
|
@forward './mode';
|
package/tokens/temp/mode.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Do not edit manually!
|
|
2
2
|
// This file was generated on:
|
|
3
|
-
// Mon,
|
|
3
|
+
// Mon, 23 Jun 2025 09:37:14 GMT by the @swisspost/design-system-tokens package build command
|
|
4
4
|
|
|
5
5
|
$post-light: (
|
|
6
6
|
'post-sem-color-signal-success-dark': var(--post-core-color-notification-green),
|
package/tokens/temp/theme.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Do not edit manually!
|
|
2
2
|
// This file was generated on:
|
|
3
|
-
// Mon,
|
|
3
|
+
// Mon, 23 Jun 2025 09:37:14 GMT by the @swisspost/design-system-tokens package build command
|
|
4
4
|
|
|
5
5
|
$post-theme: (
|
|
6
6
|
'post-post-sem-sizing-interactive-height-filler': var(--post-core-dimension-24),
|