@tenonhq/dovetail-dashboard 0.0.26 → 0.0.27

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": "@tenonhq/dovetail-dashboard",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "description": "Update Set Dashboard for Dovetail",
5
5
  "main": "server.js",
6
6
  "scripts": {
@@ -1165,18 +1165,18 @@
1165
1165
  /* ─── Topics cloud ─────────────────────────────────────────────────────────── */
1166
1166
 
1167
1167
  .cp-topics {
1168
- margin: 0 24px 12px;
1169
- background: var(--surface-raised);
1170
- border: 1px solid var(--border);
1171
- border-radius: var(--radius-md, 8px);
1172
- box-shadow: var(--shadow-1, 0 1px 2px rgba(0,0,0,0.04));
1168
+ background: transparent;
1169
+ border: none;
1170
+ border-bottom: 1px solid var(--border);
1171
+ box-shadow: none;
1172
+ border-radius: 0;
1173
1173
  }
1174
1174
 
1175
1175
  .cp-topics-summary {
1176
1176
  display: flex;
1177
1177
  align-items: center;
1178
1178
  gap: 8px;
1179
- padding: 10px 14px;
1179
+ padding: 8px 12px;
1180
1180
  cursor: pointer;
1181
1181
  list-style: none;
1182
1182
  user-select: none;
@@ -1234,7 +1234,7 @@
1234
1234
  display: flex;
1235
1235
  flex-wrap: wrap;
1236
1236
  gap: 6px 8px;
1237
- padding: 10px 14px 14px;
1237
+ padding: 8px 12px 10px;
1238
1238
  border-top: 1px solid var(--border-subtle, var(--border));
1239
1239
  line-height: 1.3;
1240
1240
  }
@@ -36,33 +36,32 @@
36
36
  </div>
37
37
  </header>
38
38
 
39
- <details class="cp-topics" id="cp-topics" open>
40
- <summary class="cp-topics-summary">
41
- <span class="cp-topics-caret" aria-hidden="true">▾</span>
42
- <span class="cp-topics-title">Topics</span>
43
- <span class="cp-topics-count" id="cp-topics-count">0</span>
44
- <button
45
- type="button"
46
- class="cp-topics-clear"
47
- id="cp-topics-clear"
48
- hidden
49
- title="Clear topic filter"
50
- aria-label="Clear topic filter"
51
- >Clear filter</button>
52
- </summary>
53
- <div class="cp-topics-cloud" id="cp-topics-cloud" role="group" aria-label="Plan topics">
54
- <span class="cp-topics-empty" id="cp-topics-empty">
55
- No topics yet. Push a plan and topics will appear here.
56
- </span>
57
- </div>
58
- </details>
59
-
60
39
  <main class="cp-layout">
61
40
  <aside class="cp-rail" id="cp-rail">
62
41
  <div class="cp-rail-header">
63
42
  <span class="cp-rail-title">Plans</span>
64
43
  <span class="cp-count" id="cp-count">0</span>
65
44
  </div>
45
+ <details class="cp-topics" id="cp-topics" open>
46
+ <summary class="cp-topics-summary">
47
+ <span class="cp-topics-caret" aria-hidden="true">▾</span>
48
+ <span class="cp-topics-title">Topics</span>
49
+ <span class="cp-topics-count" id="cp-topics-count">0</span>
50
+ <button
51
+ type="button"
52
+ class="cp-topics-clear"
53
+ id="cp-topics-clear"
54
+ hidden
55
+ title="Clear topic filter"
56
+ aria-label="Clear topic filter"
57
+ >Clear filter</button>
58
+ </summary>
59
+ <div class="cp-topics-cloud" id="cp-topics-cloud" role="group" aria-label="Plan topics">
60
+ <span class="cp-topics-empty" id="cp-topics-empty">
61
+ No topics yet. Push a plan and topics will appear here.
62
+ </span>
63
+ </div>
64
+ </details>
66
65
  <div class="cp-search">
67
66
  <input
68
67
  type="search"