@khipu/design-system 0.2.0-alpha.120 → 0.2.0-alpha.121
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.
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*
|
|
12
12
|
* AUTO-GENERATED FILE - DO NOT EDIT MANUALLY
|
|
13
13
|
* Source: design-system/src/tokens/tokens.json
|
|
14
|
-
* Generated: 2026-07-15T15:
|
|
14
|
+
* Generated: 2026-07-15T15:17:25.725Z
|
|
15
15
|
*
|
|
16
16
|
* To regenerate:
|
|
17
17
|
* cd design-system && npm run tokens:generate
|
|
@@ -8556,19 +8556,19 @@ a.kds-copy-all-btn.copied:hover {
|
|
|
8556
8556
|
align-self: stretch;
|
|
8557
8557
|
display: flex;
|
|
8558
8558
|
flex-direction: column;
|
|
8559
|
-
gap:
|
|
8559
|
+
gap: var(--kds-spacing-1);
|
|
8560
8560
|
justify-content: center;
|
|
8561
|
-
padding: 0 var(--kds-spacing-2
|
|
8561
|
+
padding: 0 var(--kds-spacing-2);
|
|
8562
8562
|
}
|
|
8563
8563
|
|
|
8564
8564
|
.kds-form-icon-box {
|
|
8565
8565
|
align-items: center;
|
|
8566
8566
|
background: var(--kds-color-background-brand-subtle, #f0f0fa);
|
|
8567
|
-
border-radius:
|
|
8567
|
+
border-radius: var(--kds-radius-md);
|
|
8568
8568
|
display: flex;
|
|
8569
8569
|
height: 52px;
|
|
8570
8570
|
justify-content: center;
|
|
8571
|
-
padding:
|
|
8571
|
+
padding: var(--kds-spacing-1);
|
|
8572
8572
|
width: 52px;
|
|
8573
8573
|
}
|
|
8574
8574
|
|