@shardworks/clerk-apparatus 0.1.150 → 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/clerk-apparatus",
3
- "version": "0.1.150",
3
+ "version": "0.1.151",
4
4
  "license": "ISC",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,9 +17,9 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "zod": "4.3.6",
20
- "@shardworks/stacks-apparatus": "0.1.150",
21
- "@shardworks/nexus-core": "0.1.150",
22
- "@shardworks/tools-apparatus": "0.1.150"
20
+ "@shardworks/nexus-core": "0.1.151",
21
+ "@shardworks/stacks-apparatus": "0.1.151",
22
+ "@shardworks/tools-apparatus": "0.1.151"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/node": "25.5.0"
@@ -951,11 +951,6 @@
951
951
  });
952
952
  });
953
953
 
954
- // ── Style for active filter button ──────────────────────────────────
955
- const styleEl = document.createElement('style');
956
- styleEl.textContent = `.filter-btn.active-filter { background: var(--blue, #7aa2f7); color: var(--bg, #1a1b26); }`;
957
- document.head.appendChild(styleEl);
958
-
959
954
  // ── Init ────────────────────────────────────────────────────────────
960
955
  loadWritTypes();
961
956
  loadCodexes();