@flamingo-stack/openframe-frontend-core 0.0.545 → 0.0.546
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/package.json
CHANGED
|
@@ -275,7 +275,13 @@
|
|
|
275
275
|
--color-bg-hover: var(--ods-system-greys-black-hover);
|
|
276
276
|
--color-bg-active: var(--ods-system-greys-black-action);
|
|
277
277
|
--color-bg-overlay: rgba(33, 33, 33, 0.8);
|
|
278
|
-
|
|
278
|
+
/* Skeletons must CONTRAST with the surface they load on. `greys-black` here
|
|
279
|
+
was byte-identical to --color-bg-card, so every `bg-ods-skeleton` pulse
|
|
280
|
+
sitting on a card was invisible — it only appeared while the row's hover
|
|
281
|
+
tint lightened the ground beneath it (people-hub score table, 2026-08).
|
|
282
|
+
`soft-grey` is what `ui/Skeleton` (bg-ods-border) already pulses with, so
|
|
283
|
+
the two skeleton primitives now read as one, in both themes. */
|
|
284
|
+
--color-bg-skeleton: var(--ods-system-greys-soft-grey);
|
|
279
285
|
--color-bg-surface: var(--ods-system-greys-soft-grey);
|
|
280
286
|
--color-bg-surface-hover: var(--ods-system-greys-soft-grey-hover);
|
|
281
287
|
--color-bg-surface-active: var(--ods-system-greys-soft-grey-action);
|