@bloomreach/react-banana-ui 1.25.3 → 1.25.4
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/bloomreach-react-banana-ui.es.js +4 -1
- package/dist/bloomreach-react-banana-ui.es.js.map +1 -1
- package/dist/bloomreach-react-banana-ui.umd.js +1 -1
- package/dist/bloomreach-react-banana-ui.umd.js.map +1 -1
- package/dist/components/data-display/asset-tag/asset-tag.qa.stories.d.ts +1 -0
- package/dist/components/data-display/filter-tag/filter-tag.qa.stories.d.ts +1 -0
- package/dist/components/data-display/input-tag/input-tag.qa.stories.d.ts +1 -0
- package/dist/components/data-display/tag-group/tag-group.qa.stories.d.ts +1 -0
- package/package.json +1 -1
|
@@ -8173,7 +8173,7 @@ const Ca = f((e, t) => {
|
|
|
8173
8173
|
if (s)
|
|
8174
8174
|
return;
|
|
8175
8175
|
d == null || d(P);
|
|
8176
|
-
} else if (S === "Backspace") {
|
|
8176
|
+
} else if (S === "Backspace" || S === "Delete") {
|
|
8177
8177
|
if (s || !i)
|
|
8178
8178
|
return;
|
|
8179
8179
|
h == null || h(P);
|
|
@@ -8309,6 +8309,7 @@ const sE = f(
|
|
|
8309
8309
|
{
|
|
8310
8310
|
ref: t,
|
|
8311
8311
|
className: m,
|
|
8312
|
+
"aria-selected": p,
|
|
8312
8313
|
...s,
|
|
8313
8314
|
bordered: !1,
|
|
8314
8315
|
disabled: !1,
|
|
@@ -8336,6 +8337,7 @@ const ki = f((e, t) => {
|
|
|
8336
8337
|
const E = !m;
|
|
8337
8338
|
g || p(E), i == null || i(x, E);
|
|
8338
8339
|
}, b = X(
|
|
8340
|
+
"rbui-input-tag",
|
|
8339
8341
|
{
|
|
8340
8342
|
"rbui-input-tag--disabled": s,
|
|
8341
8343
|
"rbui-input-tag--selected": !s && m,
|
|
@@ -8346,6 +8348,7 @@ const ki = f((e, t) => {
|
|
|
8346
8348
|
return /* @__PURE__ */ u(
|
|
8347
8349
|
Ca,
|
|
8348
8350
|
{
|
|
8351
|
+
"aria-selected": s ? void 0 : m,
|
|
8349
8352
|
...d,
|
|
8350
8353
|
className: b,
|
|
8351
8354
|
ref: t,
|