decentraland-dapps 23.8.0 → 23.11.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/README.md CHANGED
@@ -1448,7 +1448,7 @@ Say you want to override some translations in English, just include any or all o
1448
1448
 
1449
1449
  ## SignInPage
1450
1450
 
1451
- The `<SignInPage>` container can be used in the same way as the `<SignIn>` component from [decentraland-ui](https://github.com/decentraland/ui) but it's already connected to the redux store. You can override any `SignInProp` if you want to connect differently, and you can pass all the regular `SignInProps` to it.
1451
+ The `<SignInPage>` container can be used in the same way as the `<SignIn>` component from [decentraland-ui](https://github.com/decentraland/ui), but it's already connected to the redux store. You can override any `SignInProp` if you want to connect differently, and you can pass all the regular `SignInProps` to it.
1452
1452
 
1453
1453
  ### Dependencies
1454
1454
 
@@ -184,7 +184,7 @@
184
184
  "sign_in": "Sign In",
185
185
  "sign_out": "Sign out",
186
186
  "marketplace_authorizations": "Marketplace Authorizations",
187
- "jump_in": "Jump In"
187
+ "download": "Download"
188
188
  },
189
189
  "toasts": {
190
190
  "meta_transactions": {
@@ -184,7 +184,7 @@
184
184
  "sign_in": "Iniciar sesión",
185
185
  "sign_out": "Cerrar sesión",
186
186
  "marketplace_authorizations": "Autorizaciones de Marketplace",
187
- "jump_in": "Entrar"
187
+ "download": "Descargar"
188
188
  },
189
189
  "toasts": {
190
190
  "meta_transactions": {
@@ -110,7 +110,7 @@
110
110
  "sign_in": "Sign In",
111
111
  "sign_out": "Sign out",
112
112
  "marketplace_authorizations": "Autorisations de la Marketplace",
113
- "jump_in": "Jump In"
113
+ "download": "Télécharger"
114
114
  },
115
115
  "toasts": {
116
116
  "meta_transactions": {
@@ -110,7 +110,7 @@
110
110
  "sign_in": "「サインイン",
111
111
  "sign_out": "「サインアウト",
112
112
  "marketplace_authorizations": "マーケットプレイスの承認",
113
- "jump_in": "ジャンプイン"
113
+ "download": "ダウンロード"
114
114
  },
115
115
  "toasts": {
116
116
  "meta_transactions": {
@@ -110,7 +110,7 @@
110
110
  "sign_in": "로그인",
111
111
  "sign_out": "로그아웃",
112
112
  "marketplace_authorizations": "마켓플레이스의 승인",
113
- "jump_in": "점프 인"
113
+ "download": "다운로드"
114
114
  },
115
115
  "toasts": {
116
116
  "meta_transactions": {
@@ -184,7 +184,7 @@
184
184
  "sign_in": "登录",
185
185
  "sign_out": "签出",
186
186
  "marketplace_authorizations": "市场的授权",
187
- "jump_in": "跳入"
187
+ "download": "下载"
188
188
  },
189
189
  "toasts": {
190
190
  "meta_transactions": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decentraland-dapps",
3
- "version": "23.8.0",
3
+ "version": "23.11.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -24,7 +24,7 @@
24
24
  "decentraland-connect": "^7.2.0",
25
25
  "decentraland-crypto-fetch": "^2.0.1",
26
26
  "decentraland-transactions": "^2.15.0",
27
- "decentraland-ui": "^6.9.2",
27
+ "decentraland-ui": "^6.10.0",
28
28
  "ethers": "^5.6.8",
29
29
  "events": "^3.3.0",
30
30
  "flat": "^5.0.2",