@vibes.diy/base 10.5.3 → 10.5.5

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.
@@ -384,7 +384,7 @@ export function UnifiedVibeCard(props) {
384
384
  top: 0,
385
385
  left: 0,
386
386
  right: 0,
387
- height: 14,
387
+ height: 22,
388
388
  zIndex: 5,
389
389
  display: "flex",
390
390
  alignItems: "center",
@@ -392,7 +392,7 @@ export function UnifiedVibeCard(props) {
392
392
  cursor: "ns-resize",
393
393
  touchAction: "none",
394
394
  } },
395
- React.createElement("span", { "aria-hidden": true, style: { width: 36, height: 4, borderRadius: 999, background: "var(--color-light-decorative-01, #ddd)" } })),
395
+ React.createElement("span", { "aria-hidden": true, style: { width: 44, height: 5, borderRadius: 999, background: "var(--color-light-decorative-01, #ddd)" } })),
396
396
  React.createElement("div", { style: {
397
397
  display: "flex",
398
398
  flexDirection: "column",
@@ -401,7 +401,7 @@ export function UnifiedVibeCard(props) {
401
401
  opacity: grown ? 1 : 0,
402
402
  transition: grown ? "opacity 0.18s ease 0.14s" : "opacity 0.1s ease",
403
403
  }, className: "text-light-primary dark:text-dark-primary" },
404
- React.createElement("div", { style: { display: "flex", alignItems: "center", gap: 10, padding: "14px 14px 8px", flexShrink: 0 } },
404
+ React.createElement("div", { style: { display: "flex", alignItems: "center", gap: 10, padding: "22px 14px 8px", flexShrink: 0 } },
405
405
  React.createElement("div", { "aria-hidden": true, style: {
406
406
  width: 30,
407
407
  height: 30,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibes.diy/base",
3
- "version": "10.5.3",
3
+ "version": "10.5.5",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -10,9 +10,9 @@
10
10
  "dependencies": {
11
11
  "@adviser/cement": "~0.5.34",
12
12
  "@emotion/css": "~11.13.5",
13
- "@vibes.diy/use-vibes-types": "10.5.3",
14
- "@vibes.diy/vibe-runtime": "10.5.3",
15
- "@vibes.diy/vibe-types": "10.5.3",
13
+ "@vibes.diy/use-vibes-types": "10.5.5",
14
+ "@vibes.diy/vibe-runtime": "10.5.5",
15
+ "@vibes.diy/vibe-types": "10.5.5",
16
16
  "officeparser": "~7.2.3",
17
17
  "qrcode-generator": "~2.0.4",
18
18
  "react": "~19.2.7"