@ledgerhq/lumen-ui-react 0.0.63 → 0.0.65

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.
Files changed (52) hide show
  1. package/dist/i18n/locales/de.json.d.ts +23 -2
  2. package/dist/i18n/locales/de.json.js +4 -4
  3. package/dist/i18n/locales/en.json.d.ts +5 -1
  4. package/dist/i18n/locales/en.json.js +1 -1
  5. package/dist/i18n/locales/es.json.d.ts +23 -2
  6. package/dist/i18n/locales/es.json.js +4 -4
  7. package/dist/i18n/locales/fr.json.d.ts +6 -2
  8. package/dist/i18n/locales/fr.json.js +1 -1
  9. package/dist/i18n/locales/ja.json.d.ts +23 -2
  10. package/dist/i18n/locales/ja.json.js +4 -4
  11. package/dist/i18n/locales/ko.json.d.ts +23 -2
  12. package/dist/i18n/locales/ko.json.js +4 -4
  13. package/dist/i18n/locales/pt.json.d.ts +23 -2
  14. package/dist/i18n/locales/pt.json.js +4 -4
  15. package/dist/i18n/locales/ru.json.d.ts +23 -2
  16. package/dist/i18n/locales/ru.json.js +4 -4
  17. package/dist/i18n/locales/th.json.d.ts +23 -2
  18. package/dist/i18n/locales/th.json.js +4 -4
  19. package/dist/i18n/locales/tr.json.d.ts +23 -2
  20. package/dist/i18n/locales/tr.json.js +4 -4
  21. package/dist/i18n/locales/zh.json.d.ts +23 -2
  22. package/dist/i18n/locales/zh.json.js +4 -4
  23. package/dist/lib/Components/AddressInput/AddressInput.js +2 -2
  24. package/dist/lib/Components/AmountInput/AmountInput.js +2 -2
  25. package/dist/lib/Components/BaseInput/BaseInput.d.ts +1 -0
  26. package/dist/lib/Components/BaseInput/BaseInput.d.ts.map +1 -1
  27. package/dist/lib/Components/BaseInput/BaseInput.js +66 -65
  28. package/dist/lib/Components/BaseInput/types.d.ts +5 -1
  29. package/dist/lib/Components/BaseInput/types.d.ts.map +1 -1
  30. package/dist/lib/Components/Button/BaseButton.d.ts.map +1 -1
  31. package/dist/lib/Components/Button/BaseButton.js +1 -1
  32. package/dist/lib/Components/CardButton/CardButton.js +1 -1
  33. package/dist/lib/Components/Checkbox/Checkbox.js +7 -7
  34. package/dist/lib/Components/Dialog/Dialog.js +4 -4
  35. package/dist/lib/Components/Dialog/DialogHeader/DialogHeader.js +3 -3
  36. package/dist/lib/Components/InteractiveIcon/InteractiveIcon.js +7 -7
  37. package/dist/lib/Components/ListItem/ListItem.js +1 -1
  38. package/dist/lib/Components/Menu/Menu.js +5 -5
  39. package/dist/lib/Components/SearchInput/SearchInput.d.ts +3 -2
  40. package/dist/lib/Components/SearchInput/SearchInput.d.ts.map +1 -1
  41. package/dist/lib/Components/SearchInput/SearchInput.js +45 -13
  42. package/dist/lib/Components/SearchInput/types.d.ts +7 -1
  43. package/dist/lib/Components/SearchInput/types.d.ts.map +1 -1
  44. package/dist/lib/Components/Select/Select.js +64 -64
  45. package/dist/lib/Components/Subheader/Subheader.js +1 -1
  46. package/dist/lib/Components/Switch/Switch.js +3 -3
  47. package/dist/lib/Components/Tile/Tile.d.ts +15 -9
  48. package/dist/lib/Components/Tile/Tile.d.ts.map +1 -1
  49. package/dist/lib/Components/Tile/Tile.js +131 -133
  50. package/dist/lib/Components/Tooltip/Tooltip.js +2 -2
  51. package/dist/package.json +1 -1
  52. package/package.json +1 -1
@@ -3,7 +3,7 @@ import { cn as s } from "../../../libs/utils-shared/dist/index.js";
3
3
  import * as e from "@radix-ui/react-tooltip";
4
4
  import { cva as d } from "class-variance-authority";
5
5
  const m = d(
6
- "z-tooltip w-fit select-none text-balance rounded-xs bg-interactive px-8 py-4 text-on-interactive body-3",
6
+ "z-tooltip w-fit rounded-xs bg-interactive px-8 py-4 body-3 text-balance text-on-interactive select-none",
7
7
  {
8
8
  variants: {
9
9
  side: {
@@ -46,7 +46,7 @@ const m = d(
46
46
  className: s(m({ side: a }), t),
47
47
  ...n,
48
48
  children: [
49
- /* @__PURE__ */ o(e.Arrow, { className: "size-10 translate-y-[calc(-50%_-_1px)] rotate-45 rounded-[1px] bg-interactive fill-interactive" }),
49
+ /* @__PURE__ */ o(e.Arrow, { className: "size-10 translate-y-[calc(-50%-1px)] rotate-45 rounded-[1px] bg-interactive fill-interactive" }),
50
50
  /* @__PURE__ */ o("div", { className: "relative", children: r })
51
51
  ]
52
52
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/lumen-ui-react",
3
- "version": "0.0.62",
3
+ "version": "0.0.64",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "keywords": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/lumen-ui-react",
3
- "version": "0.0.63",
3
+ "version": "0.0.65",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "keywords": [