@khipu/design-system 0.2.0-alpha.46 → 0.2.0-alpha.47
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/dist/beercss/khipu-beercss.css +7 -1
- package/dist/beercss/khipu-beercss.min.css +1 -1
- package/dist/beercss/khipu-beercss.scoped.css +7 -1
- package/dist/beercss/khipu-beercss.scoped.min.css +1 -1
- package/dist/beercss/metadata.json +5 -5
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
|
@@ -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-06-
|
|
14
|
+
* Generated: 2026-06-12T20:54:46.291Z
|
|
15
15
|
*
|
|
16
16
|
* To regenerate:
|
|
17
17
|
* cd design-system && npm run tokens:generate
|
|
@@ -4611,6 +4611,12 @@ dialog#surveyModal button.circle {
|
|
|
4611
4611
|
color: var(--kds-color-primary-dark, #5B3179);
|
|
4612
4612
|
}
|
|
4613
4613
|
|
|
4614
|
+
/* Inline emphasis: bold weight only, inherits size/color/family from context so it
|
|
4615
|
+
works as a highlighted fragment inside any other variant (body, heading, etc.). */
|
|
4616
|
+
.kds-text-strong {
|
|
4617
|
+
font-weight: var(--kds-font-weight-bold, 700);
|
|
4618
|
+
}
|
|
4619
|
+
|
|
4614
4620
|
/* Display utilities */
|
|
4615
4621
|
.kds-hidden {
|
|
4616
4622
|
display: none;
|