@klodd/ds 3.0.3 → 3.0.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/apps/jubb.css +6 -0
- package/package.json +1 -1
package/css/apps/jubb.css
CHANGED
|
@@ -7,9 +7,15 @@
|
|
|
7
7
|
aldrig om appen ar Jubb eller Ekonom.
|
|
8
8
|
================================================================ */
|
|
9
9
|
[data-app="jubb"] {
|
|
10
|
+
/* Accent - Radix Blue Dark */
|
|
10
11
|
--accent-soft: var(--blue-3);
|
|
11
12
|
--accent-moderate: var(--blue-5);
|
|
12
13
|
--accent-9: var(--blue-9);
|
|
13
14
|
--accent-10: var(--blue-10);
|
|
14
15
|
--accent-text: var(--blue-11);
|
|
16
|
+
|
|
17
|
+
/* Surface - Jubbs egna app-specifika bakgrund (Blue-1, varm-bla
|
|
18
|
+
ton istallet for Mauve-1). Matchar manifest.json background_color
|
|
19
|
+
sa PWA-splash och OS-statusbar harmoniserar med appens ton. */
|
|
20
|
+
--surface-page: var(--blue-1); /* #0d1520 */
|
|
15
21
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@klodd/ds",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4",
|
|
4
4
|
"description": "Klodd Design System - shared tokens, typography, components and JS for Jubb, Ekonom, and future apps. v2.0 inkluderar all komponentkod och delad JS - app-repona haller bara data och affarslogik.",
|
|
5
5
|
"main": "css/index.css",
|
|
6
6
|
"files": [
|