@rango-dev/widget-embedded 0.43.1-next.9 → 0.44.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/widget-embedded",
3
- "version": "0.43.1-next.9",
3
+ "version": "0.44.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -25,15 +25,15 @@
25
25
  "@lingui/core": "4.2.1",
26
26
  "@lingui/react": "4.2.1",
27
27
  "@rango-dev/logging-core": "^0.8.0",
28
- "@rango-dev/provider-all": "^0.46.1-next.5",
28
+ "@rango-dev/provider-all": "^0.47.0",
29
29
  "@rango-dev/queue-manager-core": "^0.29.0",
30
- "@rango-dev/queue-manager-rango-preset": "^0.45.2-next.11",
30
+ "@rango-dev/queue-manager-rango-preset": "^0.46.0",
31
31
  "@rango-dev/queue-manager-react": "^0.29.0",
32
- "@rango-dev/signer-solana": "^0.39.1-next.4",
33
- "@rango-dev/ui": "^0.46.2-next.13",
34
- "@rango-dev/wallets-core": "^0.43.1-next.11",
35
- "@rango-dev/wallets-react": "^0.30.2-next.12",
36
- "@rango-dev/wallets-shared": "^0.44.2-next.13",
32
+ "@rango-dev/signer-solana": "^0.40.0",
33
+ "@rango-dev/ui": "^0.47.0",
34
+ "@rango-dev/wallets-core": "^0.44.0",
35
+ "@rango-dev/wallets-react": "^0.31.0",
36
+ "@rango-dev/wallets-shared": "^0.45.0",
37
37
  "bignumber.js": "^9.1.1",
38
38
  "copy-to-clipboard": "^3.3.3",
39
39
  "dayjs": "^1.11.7",
@@ -54,4 +54,4 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  }
57
- }
57
+ }
@@ -161,7 +161,6 @@ export function HistoryPage() {
161
161
  placeholder={i18n.t('Search Transaction')}
162
162
  id="widget-history-search-transaction-input"
163
163
  autoFocus
164
- autoComplete="off"
165
164
  onChange={handleSearch}
166
165
  style={{ height: 36 }}
167
166
  value={searchedFor}