@boxcustodia/library 1.8.3 → 1.8.5

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.es.js CHANGED
@@ -55056,6 +55056,7 @@ const Qre = ({
55056
55056
  "input",
55057
55057
  {
55058
55058
  "data-slot": "input",
55059
+ autoComplete: "off",
55059
55060
  ...s,
55060
55061
  value: c,
55061
55062
  onChange: m,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxcustodia/library",
3
- "version": "1.8.3",
3
+ "version": "1.8.5",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",