@7365admin1/layer-common 3.2.2-staging.174 → 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.
@@ -2,15 +2,14 @@
2
2
  <v-row no-gutters class="px-5 pt-4">
3
3
  <!-- Site Information -->
4
4
  <p
5
- class="text-uppercase text-center w-100 text-h6"
6
- style="background: #aa212a; color: #fff; padding: 10px"
5
+ class="text-uppercase text-center w-100 text-h6 bg-error text-on-error"
6
+ style="padding: 10px"
7
7
  >
8
8
  Incident Report
9
9
  </p>
10
10
  <v-row no-gutters class="mt-5 border pb-5">
11
11
  <p
12
- class="w-100 text-h6 pa-2 text-white text-center"
13
- style="background: #fcbf49"
12
+ class="w-100 text-h6 pa-2 text-center bg-warning text-on-warning"
14
13
  >
15
14
  Incident Information
16
15
  </p>
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.174",
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: "#0f8a62",
155
+ ok: "#0e7c58",
156
156
  /** Pending. The design's. 3.38:1 on its chip - below AA, knowingly. */
157
- warn: "#a97a14",
157
+ warn: "#8e6611",
158
158
  /** In Use / Closed / Checkout. The design's. 3.86:1 on its chip - below AA, knowingly. */
159
- err: "#cf4b4b",
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. */