@theguild/components 9.4.0 → 9.4.1-alpha-20250218135306-18822612b27954d8418126424e9bc1834451838f

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.
@@ -135,7 +135,8 @@ function MarketplaceSearchInput({
135
135
  {
136
136
  onClick: () => onChange(""),
137
137
  tabIndex: -1,
138
- className: "flex size-6 items-center justify-center rounded-sm",
138
+ className: "flex size-6 items-center justify-center rounded-sm [input:placeholder-shown+&]:hidden",
139
+ "aria-label": "Clear input",
139
140
  children: /* @__PURE__ */ jsx(CloseIcon, { className: "size-5 text-[--fg-80]" })
140
141
  }
141
142
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theguild/components",
3
- "version": "9.4.0",
3
+ "version": "9.4.1-alpha-20250218135306-18822612b27954d8418126424e9bc1834451838f",
4
4
  "repository": {
5
5
  "url": "https://github.com/the-guild-org/docs",
6
6
  "directory": "packages/components"