@keeper-security/keeper-js-ui 0.10.0 → 0.10.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.10.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.10.0...v0.10.1) (2025-04-24)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **Toast:** account for LTR/RTL absolute positioning ([#221](https://github.com/Keeper-Security/keeper-js-ui/issues/221)) ([4a0a707](https://github.com/Keeper-Security/keeper-js-ui/commit/4a0a707b35d5eb93782573f9fb7179b464304945))
9
+
3
10
  ## [0.10.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.9.0...v0.10.0) (2025-04-24)
4
11
 
5
12
 
package/dist/index.es.js CHANGED
@@ -10603,7 +10603,8 @@ const eu = i.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(
10603
10603
  ref: n,
10604
10604
  className: D(
10605
10605
  [
10606
- "ksjsui-text-current/50 ksjsui-absolute ksjsui-right-1 ksjsui-top-1 ksjsui-self-start ksjsui-rounded-sm ksjsui-p-1 ksjsui-opacity-0 ksjsui-transition-opacity",
10606
+ "ksjsui-text-current/50 ksjsui-absolute ksjsui-top-1 ksjsui-self-start ksjsui-rounded-sm ksjsui-p-1 ksjsui-opacity-0 ksjsui-transition-opacity",
10607
+ "ltr:ksjsui-right-1 rtl:ksjsui-left-1",
10607
10608
  "focus-visible:ksjsui-opacity-100 focus-visible:ksjsui-outline focus-visible:ksjsui-outline-ring",
10608
10609
  "group-hover:ksjsui-opacity-100",
10609
10610
  "group-focus-visible:ksjsui-opacity-100"