@shardworks/astrolabe-apparatus 0.1.149 → 0.1.151
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": "@shardworks/astrolabe-apparatus",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.151",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"zod": "4.3.6",
|
|
20
|
-
"@shardworks/
|
|
21
|
-
"@shardworks/
|
|
22
|
-
"@shardworks/
|
|
23
|
-
"@shardworks/
|
|
24
|
-
"@shardworks/
|
|
25
|
-
"@shardworks/
|
|
26
|
-
"@shardworks/loom-apparatus": "0.1.
|
|
20
|
+
"@shardworks/nexus-core": "0.1.151",
|
|
21
|
+
"@shardworks/stacks-apparatus": "0.1.151",
|
|
22
|
+
"@shardworks/fabricator-apparatus": "0.1.151",
|
|
23
|
+
"@shardworks/tools-apparatus": "0.1.151",
|
|
24
|
+
"@shardworks/spider-apparatus": "0.1.151",
|
|
25
|
+
"@shardworks/clerk-apparatus": "0.1.151",
|
|
26
|
+
"@shardworks/loom-apparatus": "0.1.151"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/node": "25.5.0"
|
|
@@ -30,12 +30,8 @@
|
|
|
30
30
|
#plan-tbody tr { cursor: pointer; }
|
|
31
31
|
#plan-tbody tr:hover { opacity: 0.85; }
|
|
32
32
|
|
|
33
|
-
/* Filter buttons */
|
|
33
|
+
/* Filter buttons — base styles now in shared stylesheet (oculus/style.css) */
|
|
34
34
|
.filter-btn { margin-right: 4px; }
|
|
35
|
-
.filter-btn.active-filter {
|
|
36
|
-
background: var(--blue, #7aa2f7);
|
|
37
|
-
color: var(--bg, #1a1b26);
|
|
38
|
-
}
|
|
39
35
|
|
|
40
36
|
/* Decision expandable rows */
|
|
41
37
|
.decision-row { cursor: pointer; }
|