@dogsbay/ui 0.2.0-beta.25 → 0.2.0-beta.26

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": "@dogsbay/ui",
3
- "version": "0.2.0-beta.25",
3
+ "version": "0.2.0-beta.26",
4
4
  "description": "Accessible UI components for Astro, inspired by Base UI and shadcn",
5
5
  "type": "module",
6
6
  "exports": {
@@ -11,9 +11,9 @@
11
11
  },
12
12
  "peerDependencies": {
13
13
  "astro": "^5.0.0 || ^6.0.0",
14
- "@dogsbay/primitives": "0.2.0-beta.25",
15
- "@dogsbay/elements": "0.2.0-beta.25",
16
- "@dogsbay/icons": "0.2.0-beta.25"
14
+ "@dogsbay/primitives": "0.2.0-beta.26",
15
+ "@dogsbay/elements": "0.2.0-beta.26",
16
+ "@dogsbay/icons": "0.2.0-beta.26"
17
17
  },
18
18
  "optionalDependencies": {
19
19
  "shiki": "^4.0.0",
@@ -123,7 +123,7 @@ const alignClass = align === "left"
123
123
  />
124
124
  ) : (
125
125
  <img
126
- src={src}
126
+ src={resolvedSrc}
127
127
  alt={alt}
128
128
  title={title}
129
129
  width={w}