@swisspost/design-system-styles 8.2.1 → 8.2.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/components/stepper.css +1 -1
- package/components/stepper.scss +1 -1
- package/index.css +1 -1
- package/intranet.css +1 -1
- package/package.json +3 -3
- package/post-external.css +1 -1
- package/post-internal.css +1 -1
- package/tokens/temp/channel.scss +1 -1
- package/tokens/temp/components.scss +1 -1
- package/tokens/temp/core.scss +1 -1
- package/tokens/temp/device.scss +1 -1
- package/tokens/temp/index.scss +1 -1
- package/tokens/temp/mode.scss +1 -1
- package/tokens/temp/theme.scss +1 -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
|
-
// Wed,
|
|
3
|
+
// Wed, 09 Oct 2024 06:57:50 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
|
-
// Wed,
|
|
3
|
+
// Wed, 09 Oct 2024 06:57:50 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
|
-
// Wed,
|
|
3
|
+
// Wed, 09 Oct 2024 06:57:50 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
|
-
// Wed,
|
|
3
|
+
// Wed, 09 Oct 2024 06:57:50 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
|
-
// Wed,
|
|
3
|
+
// Wed, 09 Oct 2024 06:57:50 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
|
-
// Wed,
|
|
3
|
+
// Wed, 09 Oct 2024 06:57:50 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
|
-
// Wed,
|
|
3
|
+
// Wed, 09 Oct 2024 06:57:50 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),
|