@tuwaio/nova-connect 1.0.0-fix-test-alpha.62.a3a7178 → 1.0.0-fix-test-alpha.64.b02d4b2

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.
@@ -338,11 +338,9 @@ interface NovaConnectLabelsProviderProps {
338
338
  * @example
339
339
  * ```typescript
340
340
  * import { NovaConnectLabelsProvider } from './NovaConnectLabelsProvider';
341
- * import { defaultLabels } from './i18n/en';
342
341
  *
343
342
  * function App() {
344
343
  * const customLabels = {
345
- * ...defaultLabels,
346
344
  * connectWallet: 'Подключить кошелек',
347
345
  * disconnect: 'Отключиться',
348
346
  * };
@@ -338,11 +338,9 @@ interface NovaConnectLabelsProviderProps {
338
338
  * @example
339
339
  * ```typescript
340
340
  * import { NovaConnectLabelsProvider } from './NovaConnectLabelsProvider';
341
- * import { defaultLabels } from './i18n/en';
342
341
  *
343
342
  * function App() {
344
343
  * const customLabels = {
345
- * ...defaultLabels,
346
344
  * connectWallet: 'Подключить кошелек',
347
345
  * disconnect: 'Отключиться',
348
346
  * };