@klodd/ds 3.11.3 → 3.11.4
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/css/10-semantic.css +1 -1
- package/package.json +1 -1
- package/references/01-tokens.md +1 -1
package/css/10-semantic.css
CHANGED
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
aldrig fake gradients.
|
|
224
224
|
Anvand for: kort, modaler, popovers.
|
|
225
225
|
Inte for: knappar, inputs, inline-element. */
|
|
226
|
-
--shadow-card: 0 8px 16px
|
|
226
|
+
--shadow-card: 0 8px 16px color-mix(in oklch, var(--gray-12) 8%, transparent);
|
|
227
227
|
|
|
228
228
|
/* Bakat-kompat: --shadow-float ar nu alias till --shadow-card.
|
|
229
229
|
Befintliga komponenter (chip.install-chip, overlay.dialog/sheet,
|
package/package.json
CHANGED
package/references/01-tokens.md
CHANGED
|
@@ -161,7 +161,7 @@ Radix-stegen, anvand `color-mix(in oklch, var(--accent-9) 25%, transparent)`.
|
|
|
161
161
|
## Component tokens (DRY-mekanism)
|
|
162
162
|
|
|
163
163
|
```
|
|
164
|
-
--bottom-nav-height
|
|
164
|
+
--bottom-nav-height
|
|
165
165
|
--bottom-nav-clearance
|
|
166
166
|
--touch-min: 44px
|
|
167
167
|
--card-radius
|