@mtdt/observeops-ds-spec 0.1.1 → 0.1.2

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mtdt/observeops-ds-spec",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Machine-readable spec and AI operating contract for the Motadata ObserveOps design system — components, tokens, page recipes, layout structure, and the rules an AI tool follows to build ObserveOps UI faithfully.",
5
5
  "license": "UNLICENSED",
6
6
  "main": "index.js",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mtdt/observeops-ds-spec",
3
- "version": "0.1.1",
4
- "generated": "2026-06-18T16:40:38.658Z",
3
+ "version": "0.1.2",
4
+ "generated": "2026-06-19T04:10:19.781Z",
5
5
  "entry": "llms.txt",
6
6
  "contract": "AGENTS.md",
7
7
  "index": "components/index.json",
@@ -356,7 +356,7 @@
356
356
  {
357
357
  "path": "package.json",
358
358
  "bytes": 1049,
359
- "sha256": "cc5ddebef1319cd800c100ebf6618cf5209b5843a761173260ba8f89df642763"
359
+ "sha256": "26809537d841ebfcd690cb8ca1e855074d91b07e1d06fb7b4a177fc0d807c2f2"
360
360
  },
361
361
  {
362
362
  "path": "tokens/README.md",
@@ -380,8 +380,8 @@
380
380
  },
381
381
  {
382
382
  "path": "tokens/purpose-map.json",
383
- "bytes": 6343,
384
- "sha256": "e3e38296c2e5a4c21fb127c9b9207222f20550a5efc7929347e44ec5359be0b9"
383
+ "bytes": 7307,
384
+ "sha256": "afa2ea995a848fae410994496b22e5df71edc75a4f813077b242bafaf54a4ea0"
385
385
  },
386
386
  {
387
387
  "path": "tokens/semantic.dark.json",
@@ -50,6 +50,14 @@
50
50
  "levels": ["up", "clear", "critical", "down", "major", "warning", "maintenance", "unreachable", "suspended", "disable", "stop", "none", "unknown"],
51
51
  "$use": "Prefer the Severity component (atoms/severity); fall back to --secondary-* for generic status strings."
52
52
  },
53
+ "tag / status-chip backgrounds (applied via .tag-<colour> classes — src/design/tags.less)": {
54
+ "$note": "A tag chip = the matching --secondary-* token for TEXT + a 20% rgba tint for BACKGROUND, applied by the .tag-<colour> class. The tint is a fixed rgba (same in light + dark), not a themed --var. Use the class; these are the resolved values.",
55
+ "green (success)": { "class": "tag-green", "text": "--secondary-green", "background": "rgba(54, 213, 118, 0.2)" },
56
+ "red (error)": { "class": "tag-red", "text": "--secondary-red", "background": "rgba(236, 91, 91, 0.2)" },
57
+ "yellow (warning)": { "class": "tag-yellow", "text": "--secondary-yellow", "background": "rgba(250, 209, 0, 0.2)" },
58
+ "orange (info)": { "class": "tag-orange", "text": "--secondary-orange", "background": "rgba(250, 153, 80, 0.2)" },
59
+ "primary (neutral)": { "class": "tag-primary", "text": "--default-tag-text-color", "background": "--tag-bg-color" }
60
+ },
53
61
  "neutrals ramp (light → dark)": ["--neutral-lightest", "--neutral-lighter", "--neutral-light", "--neutral-regular", "--neutral-dark", "--neutral-darker", "--neutral-darkest"],
54
62
  "elevation / shadow": {
55
63
  "card / panel / popover / drawer / toast shadow": { "token": "--neutral-shadow-light", "value": "rgba(70,70,70,0.15)", "note": "shadow COLOUR — keep your own offset/blur, e.g. box-shadow: 0 6px 18px var(--neutral-shadow-light)" },