@protonradio/proton-ui 0.7.20 → 0.7.21
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/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -9625,7 +9625,7 @@ const Kv = dt(
|
|
|
9625
9625
|
onClear: () => c == null ? void 0 : c(),
|
|
9626
9626
|
label: e
|
|
9627
9627
|
}), f = M(null), { inputProps: p, clearButtonProps: m } = Ap(
|
|
9628
|
-
{ ...d, placeholder: e },
|
|
9628
|
+
{ ...d, placeholder: e, "aria-label": e },
|
|
9629
9629
|
d,
|
|
9630
9630
|
f
|
|
9631
9631
|
), { value: y, setValue: g } = d, C = () => {
|