@theguild/components 9.4.1-alpha-20250218181659-02d1f5fc3413009fa09c3ca8ec3659a2e706d50a → 9.4.1-alpha-20250218181958-5db0b75500f4c639c018b9326e9eed035c6d5708
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.1-alpha-
|
|
3
|
+
"version": "9.4.1-alpha-20250218181958-5db0b75500f4c639c018b9326e9eed035c6d5708",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "https://github.com/the-guild-org/docs",
|
|
6
6
|
"directory": "packages/components"
|