@khipu/design-system 0.2.0-alpha.122 → 0.2.0-alpha.124

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:45:37.489Z
14
+ * Generated: 2026-07-15T18:16:22.112Z
15
15
  *
16
16
  * To regenerate:
17
17
  * cd design-system && npm run tokens:generate
@@ -8632,7 +8632,7 @@ a.kds-copy-all-btn.copied:hover {
8632
8632
  font-weight: var(--kds-font-weight-semibold);
8633
8633
  justify-content: space-between;
8634
8634
  list-style: none;
8635
- padding: var(--kds-spacing-2);
8635
+ padding: var(--kds-spacing-1) var(--kds-spacing-2);
8636
8636
  transition: background 0.2s ease;
8637
8637
  }
8638
8638
 
@@ -8662,6 +8662,12 @@ a.kds-copy-all-btn.copied:hover {
8662
8662
  color: var(--kds-color-text-secondary);
8663
8663
  font-size: var(--kds-font-size-sm);
8664
8664
  line-height: var(--kds-line-height-relaxed);
8665
- padding: var(--kds-spacing-2);
8665
+ padding: var(--kds-spacing-1) var(--kds-spacing-2);
8666
+ }
8667
+
8668
+ .kds-accordion-details ul,
8669
+ .kds-accordion-details ol {
8670
+ margin: 0;
8671
+ padding-inline-start: var(--kds-spacing-2);
8666
8672
  }
8667
8673