@swisspost/design-system-tokens 10.0.0-next.52 → 10.0.0-next.54

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @swisspost/design-system-tokens
2
2
 
3
+ ## 10.0.0-next.54
4
+
5
+ ## 10.0.0-next.53
6
+
3
7
  ## 10.0.0-next.52
4
8
 
5
9
  ## 10.0.0-next.51
package/_channel.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
- // Mon, 03 Nov 2025 13:12:19 GMT
4
+ // Mon, 10 Nov 2025 13:42:35 GMT
5
5
 
6
6
  $post-edk: (
7
7
  keep: undefined,
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
- // Mon, 03 Nov 2025 13:12:19 GMT
4
+ // Mon, 10 Nov 2025 13:42:35 GMT
5
5
 
6
6
  $post-accordion: (
7
7
  post-accordion-header-padding-block-closed: var(--post-device-spacing-padding-19),
@@ -948,6 +948,12 @@ $post-toast: (
948
948
  post-toast-elevation: var(--post-device-elevation-300),
949
949
  );
950
950
 
951
+ $post-divider: (
952
+ post-divider-border: var(--post-scheme-color-divider-border),
953
+ post-divider-margin-block: var(--post-device-spacing-padding-15),
954
+ post-divider-border-width: var(--post-device-border-width-default),
955
+ );
956
+
951
957
  $post-validation: (
952
958
  post-validation-group-gap-inline: var(--post-device-spacing-gap-inline-10),
953
959
  post-validation-group-icon-size: var(--post-device-sizing-interactive-icon-size4),
package/_core.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
- // Mon, 03 Nov 2025 13:12:19 GMT
4
+ // Mon, 10 Nov 2025 13:42:35 GMT
5
5
 
6
6
  :root {
7
7
  --post-core-color-brand-postyellow: #ffcc00;
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
- // Mon, 03 Nov 2025 13:12:19 GMT
4
+ // Mon, 10 Nov 2025 13:42:35 GMT
5
5
 
6
6
  $post-desktop: (
7
7
  post-device-font-size-1: var(--post-core-font-size-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
- // Mon, 03 Nov 2025 13:12:19 GMT
4
+ // Mon, 10 Nov 2025 13:42:35 GMT
5
5
 
6
6
  $post-body: (
7
7
  post-body-color-bg: var(--post-theme-color-body-bg),
package/_helpers.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
- // Mon, 03 Nov 2025 13:12:19 GMT
4
+ // Mon, 10 Nov 2025 13:42:35 GMT
5
5
 
6
6
  $post-focus: (
7
7
  post-focus-outline-offset: var(--post-device-spacing-padding-2),
package/_index.scss CHANGED
@@ -1,6 +1,6 @@
1
1
  // Do not edit manually
2
2
  // This file was generated by the swisspost/design-system-tokens package
3
- // Mon, 03 Nov 2025 13:12:19 GMT
3
+ // Mon, 10 Nov 2025 13:42:35 GMT
4
4
 
5
5
  @use './core';
6
6
  @forward './schemestatic';
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
- // Mon, 03 Nov 2025 13:12:19 GMT
4
+ // Mon, 10 Nov 2025 13:42:35 GMT
5
5
 
6
6
  $post-default: (
7
7
  post-palette-color-scheme: var(--post-theme-color-palettes-default-scheme),
package/_scheme.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
- // Mon, 03 Nov 2025 13:12:19 GMT
4
+ // Mon, 10 Nov 2025 13:42:35 GMT
5
5
 
6
6
  $post-light: (
7
7
  post-scheme-color-body-bg: var(--post-core-color-sandgrey-002),
@@ -156,6 +156,7 @@ $post-light: (
156
156
  post-scheme-color-badge-fg: var(--post-core-color-brand-white),
157
157
  post-scheme-color-badge-stroke: var(--post-core-color-brand-white),
158
158
  post-scheme-color-popover-hover: var(--post-core-color-sandgrey-020),
159
+ post-scheme-color-divider-border: var(--post-core-color-sandgrey-060),
159
160
  post-cargo-scheme-color-surface-default-bg: var(--post-core-color-sandgrey-002),
160
161
  post-cargo-scheme-color-surface-default-fg: var(--post-core-color-sandgrey-100),
161
162
  post-cargo-scheme-color-surface-default-stroke: var(--post-core-color-sandgrey-100),
@@ -326,6 +327,7 @@ $post-dark: (
326
327
  post-scheme-color-badge-fg: var(--post-core-color-brand-white),
327
328
  post-scheme-color-badge-stroke: var(--post-core-color-brand-white),
328
329
  post-scheme-color-popover-hover: var(--post-core-color-sandgrey-020),
330
+ post-scheme-color-divider-border: var(--post-core-color-sandgrey-050),
329
331
  post-cargo-scheme-color-surface-default-bg: var(--post-core-color-sandgrey-080),
330
332
  post-cargo-scheme-color-surface-default-fg: var(--post-core-color-brand-white),
331
333
  post-cargo-scheme-color-surface-default-stroke: var(--post-core-color-brand-white),
@@ -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
- // Mon, 03 Nov 2025 13:12:19 GMT
4
+ // Mon, 10 Nov 2025 13:42:35 GMT
5
5
 
6
6
  $post-light: (
7
7
  post-scheme-even: var(--post-core-bg-scheme-light),
package/_theme.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
- // Mon, 03 Nov 2025 13:12:19 GMT
4
+ // Mon, 10 Nov 2025 13:42:35 GMT
5
5
 
6
6
  $post-post: (
7
7
  post-theme-color-body-bg: var(--post-scheme-color-body-bg),
@@ -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
- // Mon, 03 Nov 2025 13:12:19 GMT
4
+ // Mon, 10 Nov 2025 13:42:35 GMT
5
5
 
6
6
  $margin: (
7
7
  0: var(--post-core-dimension-0),
package/_utilities.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
- // Mon, 03 Nov 2025 13:12:19 GMT
4
+ // Mon, 10 Nov 2025 13:42:35 GMT
5
5
 
6
6
  $post-spacing: (
7
7
  post-utility-margin-0: var(--post-core-dimension-0),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swisspost/design-system-tokens",
3
- "version": "10.0.0-next.52",
3
+ "version": "10.0.0-next.54",
4
4
  "description": "Design Tokens for the Swiss Post Design System.",
5
5
  "author": "Swiss Post <design-system@post.ch>",
6
6
  "license": "Apache-2.0",
@@ -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
- * Mon, 03 Nov 2025 13:12:19 GMT
4
+ * Mon, 10 Nov 2025 13:42:35 GMT
5
5
  */
6
6
 
7
7
 
@@ -0,0 +1,17 @@
1
+
2
+ // Do not edit manually
3
+ // This file was generated by the swisspost/design-system-tokens package
4
+ // Mon, 10 Nov 2025 13:42:35 GMT
5
+
6
+ export default {
7
+ focus: {
8
+ 'outline': {
9
+ 'offset': 'var(--post-device-spacing-padding-2)',
10
+ 'color': 'var(--post-scheme-color-interactive-focus-stroke)',
11
+ 'color-inverted': 'var(--post-scheme-color-interactive-focus-stroke-inverted)',
12
+ },
13
+ 'outline-width': 'var(--post-device-border-width-focus)',
14
+ 'border-style': 'var(--post-core-border-style-solid)',
15
+ 'border-radius': 'var(--post-device-border-radius-focus)',
16
+ },
17
+ };
@@ -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
- * Mon, 03 Nov 2025 13:12:19 GMT
4
+ * Mon, 10 Nov 2025 13:42:35 GMT
5
5
  */
6
6
 
7
7
 
@@ -0,0 +1,130 @@
1
+
2
+ // Do not edit manually
3
+ // This file was generated by the swisspost/design-system-tokens package
4
+ // Mon, 10 Nov 2025 13:42:35 GMT
5
+
6
+ export default {
7
+ utility: {
8
+ 'margin': {
9
+ 0: 'var(--post-core-dimension-0)',
10
+ 1: 'var(--post-core-dimension-1)',
11
+ 2: 'var(--post-core-dimension-2)',
12
+ 4: 'var(--post-core-dimension-4)',
13
+ 6: 'var(--post-core-dimension-6)',
14
+ 8: 'var(--post-core-dimension-8)',
15
+ 12: 'var(--post-core-dimension-12)',
16
+ 16: 'var(--post-core-dimension-16)',
17
+ 24: 'var(--post-core-dimension-24)',
18
+ 32: 'var(--post-core-dimension-32)',
19
+ 40: 'var(--post-core-dimension-40)',
20
+ 48: 'var(--post-core-dimension-48)',
21
+ 56: 'var(--post-core-dimension-56)',
22
+ 64: 'var(--post-core-dimension-64)',
23
+ 72: 'var(--post-core-dimension-72)',
24
+ 80: 'var(--post-core-dimension-80)',
25
+ 88: 'var(--post-core-dimension-88)',
26
+ 96: 'var(--post-core-dimension-96)',
27
+ 104: 'var(--post-core-dimension-104)',
28
+ auto: 'auto',
29
+ },
30
+ 'padding': {
31
+ 0: 'var(--post-core-dimension-0)',
32
+ 1: 'var(--post-core-dimension-1)',
33
+ 2: 'var(--post-core-dimension-2)',
34
+ 4: 'var(--post-core-dimension-4)',
35
+ 6: 'var(--post-core-dimension-6)',
36
+ 8: 'var(--post-core-dimension-8)',
37
+ 12: 'var(--post-core-dimension-12)',
38
+ 16: 'var(--post-core-dimension-16)',
39
+ 24: 'var(--post-core-dimension-24)',
40
+ 32: 'var(--post-core-dimension-32)',
41
+ 40: 'var(--post-core-dimension-40)',
42
+ 48: 'var(--post-core-dimension-48)',
43
+ 56: 'var(--post-core-dimension-56)',
44
+ 64: 'var(--post-core-dimension-64)',
45
+ 72: 'var(--post-core-dimension-72)',
46
+ 80: 'var(--post-core-dimension-80)',
47
+ 88: 'var(--post-core-dimension-88)',
48
+ 96: 'var(--post-core-dimension-96)',
49
+ 104: 'var(--post-core-dimension-104)',
50
+ auto: 'auto',
51
+ },
52
+ 'gap': {
53
+ 0: 'var(--post-core-dimension-0)',
54
+ 1: 'var(--post-core-dimension-1)',
55
+ 2: 'var(--post-core-dimension-2)',
56
+ 4: 'var(--post-core-dimension-4)',
57
+ 6: 'var(--post-core-dimension-6)',
58
+ 8: 'var(--post-core-dimension-8)',
59
+ 12: 'var(--post-core-dimension-12)',
60
+ 16: 'var(--post-core-dimension-16)',
61
+ 24: 'var(--post-core-dimension-24)',
62
+ 32: 'var(--post-core-dimension-32)',
63
+ 40: 'var(--post-core-dimension-40)',
64
+ 48: 'var(--post-core-dimension-48)',
65
+ 56: 'var(--post-core-dimension-56)',
66
+ 64: 'var(--post-core-dimension-64)',
67
+ 72: 'var(--post-core-dimension-72)',
68
+ 80: 'var(--post-core-dimension-80)',
69
+ 88: 'var(--post-core-dimension-88)',
70
+ 96: 'var(--post-core-dimension-96)',
71
+ 104: 'var(--post-core-dimension-104)',
72
+ auto: 'auto',
73
+ },
74
+ 'surface': {
75
+ default: 'var(--post-core-color-sandgrey-002)',
76
+ accent1: 'var(--post-core-color-brand-white)',
77
+ accent2: 'var(--post-core-color-sandgrey-006)',
78
+ accent3: 'var(--post-core-color-brand-postyellow)',
79
+ accent4: 'var(--post-core-color-sandgrey-080)',
80
+ },
81
+ 'elevation': {
82
+ 100: 'var(--post-device-elevation-100)',
83
+ 200: 'var(--post-device-elevation-200)',
84
+ 300: 'var(--post-device-elevation-300)',
85
+ 400: 'var(--post-device-elevation-400)',
86
+ 500: 'var(--post-device-elevation-500)',
87
+ },
88
+ 'border-width': {
89
+ 1: 'var(--post-core-dimension-1)',
90
+ 2: 'var(--post-core-dimension-2)',
91
+ },
92
+ 'border-radius': {
93
+ 4: 'var(--post-core-dimension-4)',
94
+ 8: 'var(--post-core-dimension-8)',
95
+ },
96
+ 'border-default': {
97
+ width: 'var(--post-core-dimension-1)',
98
+ radius: 'var(--post-core-dimension-4)',
99
+ color: 'var(--post-scheme-color-surface-default-stroke)',
100
+ },
101
+ 'font-weight': {
102
+ 'regular': 'var(--post-core-font-weight-400)',
103
+ 'bold': 'var(--post-core-font-weight-700)',
104
+ 'black': 'var(--post-core-font-weight-900)',
105
+ 'extra-black': 'var(--post-core-font-weight-950)',
106
+ },
107
+ 'line-height': {
108
+ 1: 'var(--post-core-line-height-100)',
109
+ sm: 'var(--post-core-line-height-120)',
110
+ lg: 'var(--post-core-line-height-150)',
111
+ },
112
+ 'letter-spacing': {
113
+ none: 'var(--post-core-letter-spacing-none)',
114
+ default: 'var(--post-core-letter-spacing-default)',
115
+ },
116
+ 'font-size': {
117
+ 1: 'var(--post-device-font-size-1)',
118
+ 2: 'var(--post-device-font-size-2)',
119
+ 3: 'var(--post-device-font-size-3)',
120
+ 4: 'var(--post-device-font-size-4)',
121
+ 5: 'var(--post-device-font-size-5)',
122
+ 6: 'var(--post-device-font-size-6)',
123
+ 7: 'var(--post-device-font-size-7)',
124
+ 8: 'var(--post-device-font-size-8)',
125
+ 9: 'var(--post-device-font-size-9)',
126
+ 10: 'var(--post-device-font-size-10)',
127
+ 11: 'var(--post-device-font-size-11)',
128
+ },
129
+ },
130
+ };
package/tokens.json CHANGED
@@ -1634,6 +1634,12 @@
1634
1634
  "$type": "color",
1635
1635
  "$value": "{post.core.color.sandgrey.020}"
1636
1636
  }
1637
+ },
1638
+ "divider": {
1639
+ "border": {
1640
+ "$type": "color",
1641
+ "$value": "{post.core.color.sandgrey.060}"
1642
+ }
1637
1643
  }
1638
1644
  }
1639
1645
  },
@@ -2354,6 +2360,12 @@
2354
2360
  "$type": "color",
2355
2361
  "$value": "{post.core.color.sandgrey.020}"
2356
2362
  }
2363
+ },
2364
+ "divider": {
2365
+ "border": {
2366
+ "$type": "color",
2367
+ "$value": "{post.core.color.sandgrey.050}"
2368
+ }
2357
2369
  }
2358
2370
  }
2359
2371
  },
@@ -9429,6 +9441,26 @@
9429
9441
  }
9430
9442
  }
9431
9443
  },
9444
+ "Components/Divider": {
9445
+ "post": {
9446
+ "divider": {
9447
+ "border": {
9448
+ "$type": "color",
9449
+ "$value": "{post.scheme.color.divider.border}"
9450
+ },
9451
+ "margin": {
9452
+ "block": {
9453
+ "$type": "spacing",
9454
+ "$value": "{post.device.spacing.padding.15}"
9455
+ }
9456
+ },
9457
+ "border-width": {
9458
+ "$type": "borderWidth",
9459
+ "$value": "{post.device.border-width.default}"
9460
+ }
9461
+ }
9462
+ }
9463
+ },
9432
9464
  "Components/Validation": {
9433
9465
  "post": {
9434
9466
  "validation": {
@@ -10576,6 +10608,7 @@
10576
10608
  "post.cargo.scheme.color.surface.accent.fg": "e724294b65aca52dcb29118010534f0482bd0881",
10577
10609
  "post.cargo.scheme.color.surface.accent.fg-accent": "9d2202f6c4937b0a006f5bf8886480984ab8efb2",
10578
10610
  "post.cargo.scheme.color.surface.accent.secondary-bg": "adb42ae32163c451f31d8ed0050e561ff59cf083",
10611
+ "post.scheme.color.divider.border": "f34b606eafa833e3420e3ce1fff7fb52480836eb",
10579
10612
  "post.scheme.color.signal.neutral-dark": "790da7ad43fa67de3b2da99582d332791fb09e9f",
10580
10613
  "post.scheme.color.signal.neutral": "daad7eeff08d93aeed6c1ad67af23e58bdffd198",
10581
10614
  "post.scheme.color.interactive.primary.enabled.stroke4": "f1f06537fe6c95eec77840e0dab059e57cc12e74",
@@ -10773,6 +10806,7 @@
10773
10806
  "post.cargo.scheme.color.surface.accent.fg": "e724294b65aca52dcb29118010534f0482bd0881",
10774
10807
  "post.cargo.scheme.color.surface.accent.fg-accent": "9d2202f6c4937b0a006f5bf8886480984ab8efb2",
10775
10808
  "post.cargo.scheme.color.surface.accent.secondary-bg": "adb42ae32163c451f31d8ed0050e561ff59cf083",
10809
+ "post.scheme.color.divider.border": "f34b606eafa833e3420e3ce1fff7fb52480836eb",
10776
10810
  "post.scheme.color.surface.accent.secondary-bg": "c3b14ae4cf48b1e003ab0fb1481649418ed1eba9"
10777
10811
  },
10778
10812
  "group": "Scheme"
@@ -11478,7 +11512,8 @@
11478
11512
  "Components/Assist": "enabled",
11479
11513
  "Components/Cards": "enabled",
11480
11514
  "Components/Teaser": "enabled",
11481
- "Components/Number input": "enabled"
11515
+ "Components/Number input": "enabled",
11516
+ "Components/Divider": "enabled"
11482
11517
  },
11483
11518
  "$figmaCollectionId": "VariableCollectionId:808:5504",
11484
11519
  "$figmaModeId": "808:0",
@@ -11893,21 +11928,21 @@
11893
11928
  "post.number-input.border-width": "4ecaf04f63d502eefff8124b8dd0e2b8649afde7",
11894
11929
  "post.number-input.sizing.height": "d273094eb27a4b5c033ceeb87cdcbe216097cfce",
11895
11930
  "post.number-input.small.sizing.height": "26ea0cfb47392acc799a552a829b92e25ea142aa",
11896
- "post.number-input.validation.icon.size": "787efdd875f272d2993a8bd62c483c7c3197135f",
11897
- "post.number-input.label.font.size": "dd7cd5dfcb6222d47697e5ffcce7d437e67cdc5d",
11898
- "post.number-input.field.padding.block.start": "dd721bd970ecff5cf2ef56f0de72559224c6a39d",
11899
- "post.number-input.field.padding.block.end": "8d8b40330612d02f356403802ebc2267c751d818",
11900
- "post.number-input.field.padding.inline": "e2595183cd2b188da68669f0637e101c6141c8d9",
11901
11931
  "post.number-input.small.field.padding.block": "7df5f1394b06385b576d388ebd7cb6a9c0d7c6a3",
11902
11932
  "post.number-input.small.field.padding.inline": "52f8ee136ae1673c6aee04e78aa89848d72cef99",
11903
11933
  "post.number-input.small.action-button.padding.inline": "acc94362a09708f7e5708737e8609fe5c1d20ae4",
11904
11934
  "post.number-input.small.action-button.padding.block": "ebd8e787b7bf0955da3ce36b2eba3af013ff94e9",
11935
+ "post.number-input.small.validation.icon.padding.block": "2491e93b256a86a89341ad64c68cd3a8674059b0",
11936
+ "post.number-input.validation.icon.size": "787efdd875f272d2993a8bd62c483c7c3197135f",
11937
+ "post.number-input.validation.icon.padding.block": "9ad9760b0afdd756a41de35197b9c269416f992e",
11938
+ "post.number-input.validation.icon.padding.inline.end": "ab007cef7bf499e2573e16767bced161e61a7ac3",
11939
+ "post.number-input.label.font.size": "dd7cd5dfcb6222d47697e5ffcce7d437e67cdc5d",
11905
11940
  "post.number-input.label.padding.block.start": "fdf43b08f27f07c0c98aa94510477e9108a91174",
11906
11941
  "post.number-input.label.padding.inline.start": "9ba63938e35eeb72c92c31f9bc0a4aa672bfecab",
11907
11942
  "post.number-input.label.padding.inline.end": "da13387c29543259bccffa01b2681a864c7f561f",
11908
- "post.number-input.validation.icon.padding.block": "9ad9760b0afdd756a41de35197b9c269416f992e",
11909
- "post.number-input.validation.icon.padding.inline.end": "ab007cef7bf499e2573e16767bced161e61a7ac3",
11910
- "post.number-input.small.validation.icon.padding.block": "2491e93b256a86a89341ad64c68cd3a8674059b0",
11943
+ "post.number-input.field.padding.block.start": "dd721bd970ecff5cf2ef56f0de72559224c6a39d",
11944
+ "post.number-input.field.padding.block.end": "8d8b40330612d02f356403802ebc2267c751d818",
11945
+ "post.number-input.field.padding.inline": "e2595183cd2b188da68669f0637e101c6141c8d9",
11911
11946
  "post.popover.close-button.enabled-fg": "eb710d3b00b49f690dcf344e0d364d75cfe150d5",
11912
11947
  "post.popover.close-button.selected-fg": "090659f39fb6cbfb161bb6cd086a837563c142b2",
11913
11948
  "post.popover.close-button.hover-fg": "54c2584f67f1cdfb3028b9154a204de949b9975c",
@@ -12216,6 +12251,9 @@
12216
12251
  "post.toast.color.error-fg": "3cd318ecaa756db2fe98be4cd0c2d2c5a9f231d0",
12217
12252
  "post.toast.color.error-stroke": "3432663173b4389104a12a668043e3681e2faa69",
12218
12253
  "post.toast.color.error-icon": "3096bb0553257be18a766df213ba83685ab63040",
12254
+ "post.divider.border": "9b7592835a0c99967ecd324c03746defa623935e",
12255
+ "post.divider.margin.block": "e464fe00059df7dcb548ee8aa5d1bd2da3a122d3",
12256
+ "post.divider.border-width": "2f9f97c89b80f8a020de0b41c3b3cbd7264ef785",
12219
12257
  "post.validation.group.gap.inline": "a76607434c393d743d38b71824d9d76e533acca2",
12220
12258
  "post.validation.group.icon.size": "ce5d0ae47c1f80a7ea39a6e5b25a00055c450e7d",
12221
12259
  "post.validation.group.icon.block.start": "e52e3d301a820f000d2cd339f1fab72a5f09ce81",
@@ -12768,6 +12806,7 @@
12768
12806
  "Components/Text highlighted",
12769
12807
  "Components/Text input",
12770
12808
  "Components/Toast",
12809
+ "Components/Divider",
12771
12810
  "Components/Validation",
12772
12811
  "FigmaOnly",
12773
12812
  "Utilities/Spacing",