@tutti-os/workbench-launchpad 0.0.35 → 0.0.37

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.
@@ -131,17 +131,21 @@
131
131
 
132
132
  .workspace-launchpad-search__icon {
133
133
  position: absolute;
134
- inset-block: 0;
134
+ top: 50%;
135
135
  left: 11px;
136
+ display: grid;
137
+ place-items: center;
136
138
  width: 16px;
137
139
  height: 16px;
138
- margin-block: auto;
139
140
  color: var(--text-secondary);
140
141
  pointer-events: none;
142
+ transform: translateY(-50%);
141
143
  }
142
144
 
143
145
  .workspace-launchpad-search__icon svg {
144
146
  display: block;
147
+ width: 16px;
148
+ height: 16px;
145
149
  }
146
150
 
147
151
  .workspace-launchpad-search__input {
@@ -171,7 +175,7 @@
171
175
 
172
176
  .workspace-launchpad-search__input:focus,
173
177
  .workspace-launchpad-search__input:focus-visible {
174
- border-color: var(--border-focus);
178
+ border-color: var(--border-1);
175
179
  box-shadow: none;
176
180
  }
177
181
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/workbench-launchpad",
3
- "version": "0.0.35",
3
+ "version": "0.0.37",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -21,8 +21,8 @@
21
21
  "directory": "packages/workbench/launchpad"
22
22
  },
23
23
  "dependencies": {
24
- "@tutti-os/ui-system": "0.0.35",
25
- "@tutti-os/workbench-surface": "0.0.35"
24
+ "@tutti-os/ui-system": "0.0.37",
25
+ "@tutti-os/workbench-surface": "0.0.37"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^24.0.1",