@mtdt/observeops-ds-spec 0.1.2 → 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 +1 -1
- package/spec.manifest.json +5 -5
- package/tokens/structural.json +35 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mtdt/observeops-ds-spec",
|
|
3
|
-
"version": "0.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",
|
package/spec.manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mtdt/observeops-ds-spec",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"generated": "2026-06-
|
|
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": "
|
|
359
|
+
"sha256": "5981bb1c51ea5bf1ab5e5d8e23ffe5bb923ee2357fc5027832b53c85833a865e"
|
|
360
360
|
},
|
|
361
361
|
{
|
|
362
362
|
"path": "tokens/README.md",
|
|
@@ -395,8 +395,8 @@
|
|
|
395
395
|
},
|
|
396
396
|
{
|
|
397
397
|
"path": "tokens/structural.json",
|
|
398
|
-
"bytes":
|
|
399
|
-
"sha256": "
|
|
398
|
+
"bytes": 2173,
|
|
399
|
+
"sha256": "af4549e3a1f809ac3db464fcf1074db2fd7872b0c6e654843316a17a6972f590"
|
|
400
400
|
},
|
|
401
401
|
{
|
|
402
402
|
"path": "tokens/variables.json",
|
package/tokens/structural.json
CHANGED
|
@@ -1,25 +1,55 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$description": "TIER 0 — STRUCTURAL LESS @vars (spacing, sizing, radii, typography)
|
|
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
|
+
}
|