@mtdt/observeops-ds-spec 0.1.1 → 0.1.3

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.3",
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.3",
4
+ "generated": "2026-06-20T08:52:07.393Z",
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": "5981bb1c51ea5bf1ab5e5d8e23ffe5bb923ee2357fc5027832b53c85833a865e"
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",
@@ -395,8 +395,8 @@
395
395
  },
396
396
  {
397
397
  "path": "tokens/structural.json",
398
- "bytes": 1042,
399
- "sha256": "5441e71a2e1898f3f709781b6dffa7da50bdf60f71c97e703514750dbafd2224"
398
+ "bytes": 2173,
399
+ "sha256": "af4549e3a1f809ac3db464fcf1074db2fd7872b0c6e654843316a17a6972f590"
400
400
  },
401
401
  {
402
402
  "path": "tokens/variables.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)" },
@@ -1,25 +1,55 @@
1
1
  {
2
- "$description": "TIER 0 — STRUCTURAL LESS @vars (spacing, sizing, radii, typography) from src/design/index.less. Not themed. AI: these are the @-prefixed LESS vars (compile-time), distinct from the runtime CSS --vars in variables.json.",
2
+ "$description": "TIER 0 — STRUCTURAL LESS @vars (spacing, sizing, radii, border-width, shadow, typography). Complete sweep of @-prefixed structural vars defined across src/design/*.less (compile-time, not themed; distinct from the runtime CSS --vars in variables.json). LESS references/arithmetic are resolved to final values.",
3
3
  "spacing": {
4
4
  "@padding-lg": "24px",
5
5
  "@padding-md": "16px",
6
6
  "@padding-sm": "12px",
7
- "@padding-xs": "8px"
7
+ "@padding-xs": "8px",
8
+ "@common-padd-space": "15px",
9
+ "@collapse-content-padding": "10px 6px",
10
+ "@control-padding-horizontal": "12px",
11
+ "@control-padding-horizontal-sm": "8px",
12
+ "@input-padding-horizontal": "11px",
13
+ "@input-padding-horizontal-base": "11px",
14
+ "@input-padding-vertical-base": "4px",
15
+ "@layout-header-padding": "0 12px"
8
16
  },
9
17
  "sizing": {
10
18
  "@navbar-height": "50px",
11
19
  "@nav-icon-width": "50px",
12
20
  "@nav-icon-height": "40px",
21
+ "@nav-icon-line-height": "40px",
22
+ "@nav-icon-size": "1.1rem",
23
+ "@nav-menu-height": "30px",
24
+ "@menu-collapsed-width": "70px",
13
25
  "@input-height-base": "32px",
14
26
  "@header-height": "55px",
27
+ "@layout-header-height": "55px",
15
28
  "@header-drop-width": "320px",
16
29
  "@search-height": "36px",
17
30
  "@search-width": "18rem",
18
- "@btn-height": "2.1rem"
31
+ "@btn-height": "2.1rem",
32
+ "@tag-height": "24px",
33
+ "@tabs-card-height": "32px",
34
+ "@user-count-height": "23px",
35
+ "@pop-footer-height": "75px",
36
+ "@popover-arrow-width": "6px",
37
+ "@picker-popover-max-height": "35vh",
38
+ "@picker-popover-max-width": "80vw",
39
+ "@chat-height": "400px",
40
+ "@chat-width": "50vw"
19
41
  },
20
42
  "radius": {
21
43
  "@btn-radius": "4px",
22
- "@btn-raidus-full": "150px"
44
+ "@btn-raidus-full": "150px",
45
+ "@widget-border-radius": "7px"
46
+ },
47
+ "borderWidth": {
48
+ "@menu-item-active-border-width": "3px",
49
+ "@overlay-border-width": "4px"
50
+ },
51
+ "shadow": {
52
+ "@panel-side-box-shadow": "-1px 6px 6px 0 rgba(0, 0, 0, 0.2)"
23
53
  },
24
54
  "typography": {
25
55
  "@font-family": "'Poppins', sans-serif",
@@ -32,4 +62,4 @@
32
62
  "@font-size-sm": "0.8rem",
33
63
  "@font-size-10": "10px"
34
64
  }
35
- }
65
+ }