@7365admin1/layer-common 3.2.2-staging.175 → 3.2.2-staging.176
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 +1 -1
- package/utils/theme.ts +3 -3
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@7365admin1/layer-common",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "3.2.2-staging.
|
|
5
|
+
"version": "3.2.2-staging.176",
|
|
6
6
|
"author": "7365admin1",
|
|
7
7
|
"main": "./nuxt.config.ts",
|
|
8
8
|
"//files": "What a consumer extending this layer actually loads. Without this npm ships the whole working tree - the changesets, the CI workflows, the render harness in tools/ and any scratch directory that happened to exist at publish time. Nuxt resolves a layer by directory, so every runtime directory below has to stay listed; adding a new top-level runtime directory means adding it here too.",
|
package/utils/theme.ts
CHANGED
|
@@ -152,11 +152,11 @@ export const PALETTE = {
|
|
|
152
152
|
/** Table headers, breadcrumbs, KPI sub-lines. The design's. 3.24:1 on a card - below AA, knowingly. */
|
|
153
153
|
muted: "#8b8f98",
|
|
154
154
|
/** Completed / Paid / Available / Open. The design's. 3.82:1 on its chip - below AA, knowingly. */
|
|
155
|
-
ok: "#
|
|
155
|
+
ok: "#0e7c58",
|
|
156
156
|
/** Pending. The design's. 3.38:1 on its chip - below AA, knowingly. */
|
|
157
|
-
warn: "#
|
|
157
|
+
warn: "#8e6611",
|
|
158
158
|
/** In Use / Closed / Checkout. The design's. 3.86:1 on its chip - below AA, knowingly. */
|
|
159
|
-
err: "#
|
|
159
|
+
err: "#bc4444",
|
|
160
160
|
/** Role and info tags. The design's. 4.20:1 on its chip - below AA, knowingly. */
|
|
161
161
|
info: "#3b6fd4",
|
|
162
162
|
/** The brand accent, exactly as designed. Never carries white lettering. */
|