@swisspost/design-system-styles 8.3.0 → 8.4.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.
@@ -1,6 +1,6 @@
1
1
  // Do not edit manually!
2
2
  // This file was generated on:
3
- // Mon, 14 Oct 2024 19:00:18 GMT by the @swisspost/design-system-tokens package build command
3
+ // Mon, 28 Oct 2024 16:44:56 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, 14 Oct 2024 19:00:18 GMT by the @swisspost/design-system-tokens package build command
3
+ // Mon, 28 Oct 2024 16:44:56 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),
@@ -1,6 +1,6 @@
1
1
  // Do not edit manually!
2
2
  // This file was generated on:
3
- // Mon, 14 Oct 2024 19:00:18 GMT by the @swisspost/design-system-tokens package build command
3
+ // Mon, 28 Oct 2024 16:44:56 GMT by the @swisspost/design-system-tokens package build command
4
4
 
5
5
  :root {
6
6
  --post-core-color-brand-postyellow: #ffcc00;
@@ -1,6 +1,6 @@
1
1
  // Do not edit manually!
2
2
  // This file was generated on:
3
- // Mon, 14 Oct 2024 19:00:18 GMT by the @swisspost/design-system-tokens package build command
3
+ // Mon, 28 Oct 2024 16:44:56 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),
@@ -1,6 +1,6 @@
1
1
  // Do not edit manually!
2
2
  // This file was generated on:
3
- // Mon, 14 Oct 2024 19:00:18 GMT by the @swisspost/design-system-tokens package build command
3
+ // Mon, 28 Oct 2024 16:44:56 GMT by the @swisspost/design-system-tokens package build command
4
4
 
5
5
  @use './core';
6
6
  @forward './mode';
@@ -1,6 +1,6 @@
1
1
  // Do not edit manually!
2
2
  // This file was generated on:
3
- // Mon, 14 Oct 2024 19:00:18 GMT by the @swisspost/design-system-tokens package build command
3
+ // Mon, 28 Oct 2024 16:44:56 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),
@@ -1,6 +1,6 @@
1
1
  // Do not edit manually!
2
2
  // This file was generated on:
3
- // Mon, 14 Oct 2024 19:00:18 GMT by the @swisspost/design-system-tokens package build command
3
+ // Mon, 28 Oct 2024 16:44:56 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),
@@ -51,9 +51,9 @@ $input-border-radius-lg: 0 !default;
51
51
  $input-border-radius-rg: 0 !default;
52
52
  $input-border-radius-sm: 0 !default;
53
53
 
54
- $input-focus-bg: inherit !default;
54
+ $input-focus-bg: $input-bg !default;
55
55
  $input-focus-border-color: inherit !default;
56
- $input-focus-color: inherit !default;
56
+ $input-focus-color: $input-color !default;
57
57
  $input-focus-width: button.$input-btn-focus-width !default;
58
58
  $input-focus-box-shadow: none !default;
59
59
  $input-focus-outline-thickness: spacing.$size-line;