@rango-dev/widget-embedded 0.17.1-next.23 → 0.17.1-next.25

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.
@@ -1281,7 +1281,7 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
1281
1281
  accessKey?: string | undefined;
1282
1282
  autoFocus?: boolean | undefined;
1283
1283
  className?: string | undefined;
1284
- contentEditable?: boolean | "inherit" | "true" | "false" | undefined;
1284
+ contentEditable?: boolean | "inherit" | "true" | "false" | "plaintext-only" | undefined;
1285
1285
  contextMenu?: string | undefined;
1286
1286
  dir?: string | undefined;
1287
1287
  draggable?: boolean | "true" | "false" | undefined;
@@ -1315,59 +1315,59 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
1315
1315
  unselectable?: "on" | "off" | undefined;
1316
1316
  inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1317
1317
  is?: string | undefined;
1318
- 'aria-activedescendant'?: string | undefined;
1319
- 'aria-atomic'?: boolean | "true" | "false" | undefined;
1320
- 'aria-autocomplete'?: "both" | "none" | "inline" | "list" | undefined;
1321
- 'aria-braillelabel'?: string | undefined;
1322
- 'aria-brailleroledescription'?: string | undefined;
1323
- 'aria-busy'?: boolean | "true" | "false" | undefined;
1324
- 'aria-checked'?: boolean | "mixed" | "true" | "false" | undefined;
1325
- 'aria-colcount'?: number | undefined;
1326
- 'aria-colindex'?: number | undefined;
1327
- 'aria-colindextext'?: string | undefined;
1328
- 'aria-colspan'?: number | undefined;
1329
- 'aria-controls'?: string | undefined;
1330
- 'aria-current'?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
1331
- 'aria-describedby'?: string | undefined;
1332
- 'aria-description'?: string | undefined;
1333
- 'aria-details'?: string | undefined;
1334
- 'aria-disabled'?: boolean | "true" | "false" | undefined;
1335
- 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1336
- 'aria-errormessage'?: string | undefined;
1337
- 'aria-expanded'?: boolean | "true" | "false" | undefined;
1338
- 'aria-flowto'?: string | undefined;
1339
- 'aria-grabbed'?: boolean | "true" | "false" | undefined;
1340
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "true" | "false" | "tree" | undefined;
1341
- 'aria-hidden'?: boolean | "true" | "false" | undefined;
1342
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1343
- 'aria-keyshortcuts'?: string | undefined;
1344
- 'aria-label'?: string | undefined;
1345
- 'aria-labelledby'?: string | undefined;
1346
- 'aria-level'?: number | undefined;
1347
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
1348
- 'aria-modal'?: boolean | "true" | "false" | undefined;
1349
- 'aria-multiline'?: boolean | "true" | "false" | undefined;
1350
- 'aria-multiselectable'?: boolean | "true" | "false" | undefined;
1351
- 'aria-orientation'?: "horizontal" | "vertical" | undefined;
1352
- 'aria-owns'?: string | undefined;
1353
- 'aria-placeholder'?: string | undefined;
1354
- 'aria-posinset'?: number | undefined;
1355
- 'aria-pressed'?: boolean | "mixed" | "true" | "false" | undefined;
1356
- 'aria-readonly'?: boolean | "true" | "false" | undefined;
1357
- 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1358
- 'aria-required'?: boolean | "true" | "false" | undefined;
1359
- 'aria-roledescription'?: string | undefined;
1360
- 'aria-rowcount'?: number | undefined;
1361
- 'aria-rowindex'?: number | undefined;
1362
- 'aria-rowindextext'?: string | undefined;
1363
- 'aria-rowspan'?: number | undefined;
1364
- 'aria-selected'?: boolean | "true" | "false" | undefined;
1365
- 'aria-setsize'?: number | undefined;
1366
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
1367
- 'aria-valuemax'?: number | undefined;
1368
- 'aria-valuemin'?: number | undefined;
1369
- 'aria-valuenow'?: number | undefined;
1370
- 'aria-valuetext'?: string | undefined;
1318
+ "aria-activedescendant"?: string | undefined;
1319
+ "aria-atomic"?: boolean | "true" | "false" | undefined;
1320
+ "aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
1321
+ "aria-braillelabel"?: string | undefined;
1322
+ "aria-brailleroledescription"?: string | undefined;
1323
+ "aria-busy"?: boolean | "true" | "false" | undefined;
1324
+ "aria-checked"?: boolean | "mixed" | "true" | "false" | undefined;
1325
+ "aria-colcount"?: number | undefined;
1326
+ "aria-colindex"?: number | undefined;
1327
+ "aria-colindextext"?: string | undefined;
1328
+ "aria-colspan"?: number | undefined;
1329
+ "aria-controls"?: string | undefined;
1330
+ "aria-current"?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
1331
+ "aria-describedby"?: string | undefined;
1332
+ "aria-description"?: string | undefined;
1333
+ "aria-details"?: string | undefined;
1334
+ "aria-disabled"?: boolean | "true" | "false" | undefined;
1335
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1336
+ "aria-errormessage"?: string | undefined;
1337
+ "aria-expanded"?: boolean | "true" | "false" | undefined;
1338
+ "aria-flowto"?: string | undefined;
1339
+ "aria-grabbed"?: boolean | "true" | "false" | undefined;
1340
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "true" | "false" | "tree" | undefined;
1341
+ "aria-hidden"?: boolean | "true" | "false" | undefined;
1342
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
1343
+ "aria-keyshortcuts"?: string | undefined;
1344
+ "aria-label"?: string | undefined;
1345
+ "aria-labelledby"?: string | undefined;
1346
+ "aria-level"?: number | undefined;
1347
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
1348
+ "aria-modal"?: boolean | "true" | "false" | undefined;
1349
+ "aria-multiline"?: boolean | "true" | "false" | undefined;
1350
+ "aria-multiselectable"?: boolean | "true" | "false" | undefined;
1351
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
1352
+ "aria-owns"?: string | undefined;
1353
+ "aria-placeholder"?: string | undefined;
1354
+ "aria-posinset"?: number | undefined;
1355
+ "aria-pressed"?: boolean | "mixed" | "true" | "false" | undefined;
1356
+ "aria-readonly"?: boolean | "true" | "false" | undefined;
1357
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1358
+ "aria-required"?: boolean | "true" | "false" | undefined;
1359
+ "aria-roledescription"?: string | undefined;
1360
+ "aria-rowcount"?: number | undefined;
1361
+ "aria-rowindex"?: number | undefined;
1362
+ "aria-rowindextext"?: string | undefined;
1363
+ "aria-rowspan"?: number | undefined;
1364
+ "aria-selected"?: boolean | "true" | "false" | undefined;
1365
+ "aria-setsize"?: number | undefined;
1366
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
1367
+ "aria-valuemax"?: number | undefined;
1368
+ "aria-valuemin"?: number | undefined;
1369
+ "aria-valuenow"?: number | undefined;
1370
+ "aria-valuetext"?: string | undefined;
1371
1371
  dangerouslySetInnerHTML?: {
1372
1372
  __html: string | TrustedHTML;
1373
1373
  } | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"WidgetInfo.d.ts","sourceRoot":"","sources":["../../../src/containers/WidgetInfo/WidgetInfo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAGrE,OAAO,KAAoC,MAAM,OAAO,CAAC;AAMzD,eAAO,MAAM,iBAAiB,uDAElB,CAAC;AAEb,wBAAgB,UAAU,CAAC,KAAK,EAAE,KAAK,CAAC,iBAAiB,qBAuBxD;AAED,wBAAgB,SAAS,IAAI,0BAA0B,CAQtD"}
1
+ {"version":3,"file":"WidgetInfo.d.ts","sourceRoot":"","sources":["../../../src/containers/WidgetInfo/WidgetInfo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAGrE,OAAO,KAAoC,MAAM,OAAO,CAAC;AAOzD,eAAO,MAAM,iBAAiB,uDAElB,CAAC;AAEb,wBAAgB,UAAU,CAAC,KAAK,EAAE,KAAK,CAAC,iBAAiB,qBAuBxD;AAED,wBAAgB,SAAS,IAAI,0BAA0B,CAQtD"}
@@ -0,0 +1,12 @@
1
+ import type { Manager } from '@rango-dev/queue-manager-core';
2
+ import type { PendingSwap } from '@rango-dev/queue-manager-rango-preset';
3
+ export declare class WidgetHistory {
4
+ private manager;
5
+ constructor(manager: Manager | undefined);
6
+ getAllSwaps(): import("@rango-dev/queue-manager-rango-preset").PendingSwapWithQueueID[];
7
+ getCurrentStep(swap: PendingSwap): import("@rango-dev/queue-manager-rango-preset").PendingSwapStep | null;
8
+ getCurrentStepWallet(swap: PendingSwap): import("@rango-dev/queue-manager-rango-preset/dist/shared").WalletTypeAndAddress | null;
9
+ getCurrentStepNetwork(swap: PendingSwap): string | null;
10
+ private getCurrentStepInfo;
11
+ }
12
+ //# sourceMappingURL=WidgetInfo.helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WidgetInfo.helpers.d.ts","sourceRoot":"","sources":["../../../src/containers/WidgetInfo/WidgetInfo.helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAC7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AAUzE,qBAAa,aAAa;IACxB,OAAO,CAAC,OAAO,CAAsB;gBAEzB,OAAO,EAAE,OAAO,GAAG,SAAS;IAIjC,WAAW;IAIX,cAAc,CAAC,IAAI,EAAE,WAAW;IAIhC,oBAAoB,CAAC,IAAI,EAAE,WAAW;IAItC,qBAAqB,CAAC,IAAI,EAAE,WAAW;IAI9C,OAAO,CAAC,kBAAkB;CAU3B"}
@@ -1,9 +1,9 @@
1
+ import type { WidgetHistory } from './WidgetInfo.helpers';
1
2
  import type { ConnectedWallet } from '../../store/wallets';
2
3
  import type { Wallet } from '../../types';
3
- import type { PendingSwapWithQueueID } from '@rango-dev/queue-manager-rango-preset';
4
4
  import type { Token } from 'rango-sdk';
5
5
  export interface WidgetInfoContextInterface {
6
- swaps: PendingSwapWithQueueID[];
6
+ history: WidgetHistory;
7
7
  wallets: {
8
8
  details: ConnectedWallet[];
9
9
  totalBalance: string;
@@ -1 +1 @@
1
- {"version":3,"file":"WidgetInfo.types.d.ts","sourceRoot":"","sources":["../../../src/containers/WidgetInfo/WidgetInfo.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAC3D,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AACpF,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAEvC,MAAM,WAAW,0BAA0B;IACzC,KAAK,EAAE,sBAAsB,EAAE,CAAC;IAChC,OAAO,EAAE;QACP,OAAO,EAAE,eAAe,EAAE,CAAC;QAC3B,YAAY,EAAE,MAAM,CAAC;QACrB,SAAS,EAAE,OAAO,CAAC;QACnB,OAAO,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,IAAI,CAAC;KACxD,CAAC;CACH"}
1
+ {"version":3,"file":"WidgetInfo.types.d.ts","sourceRoot":"","sources":["../../../src/containers/WidgetInfo/WidgetInfo.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAC3D,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAEvC,MAAM,WAAW,0BAA0B;IACzC,OAAO,EAAE,aAAa,CAAC;IACvB,OAAO,EAAE;QACP,OAAO,EAAE,eAAe,EAAE,CAAC;QAC3B,YAAY,EAAE,MAAM,CAAC;QACrB,SAAS,EAAE,OAAO,CAAC;QACnB,OAAO,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,IAAI,CAAC;KACxD,CAAC;CACH"}
package/dist/index.d.ts CHANGED
@@ -1,11 +1,12 @@
1
1
  import type { WidgetProps } from './containers/Widget';
2
2
  import type { ConnectedWallet } from './store/wallets';
3
3
  import type { BlockchainAndTokenConfig, WidgetColors, WidgetColorsKeys, WidgetConfig, WidgetTheme } from './types';
4
- import type { Route, RouteEvent, RouteFailedEvent, RouteStartedEvent, RouteSucceededEvent, Step, StepApprovalTxSucceededEvent, StepCheckStatusEvent, StepEvent, StepFailedEvent, StepOutputRevealedEvent, StepStartedEvent, StepSucceededEvent, StepTxExecutionBlockedEvent, StepTxExecutionUpdatedEvent } from '@rango-dev/queue-manager-rango-preset';
4
+ import type { EventSeverity, PendingSwap, PendingSwapStep, PendingSwapWithQueueID, Route, RouteEvent, RouteExecutionEvents, RouteFailedEvent, RouteStartedEvent, RouteSucceededEvent, Step, StepApprovalTxSucceededEvent, StepCheckStatusEvent, StepEvent, StepFailedEvent, StepOutputRevealedEvent, StepStartedEvent, StepSucceededEvent, StepTxExecutionBlockedEvent, StepTxExecutionUpdatedEvent } from '@rango-dev/queue-manager-rango-preset';
5
5
  import type { EventHandler as HandleWalletsUpdate, ProviderInterface } from '@rango-dev/wallets-react';
6
- import type { WalletType } from '@rango-dev/wallets-shared';
7
- import { MainEvents, RouteEventType, StepEventType, StepExecutionBlockedEventStatus, StepExecutionEventStatus, useEvents as useWidgetEvents } from '@rango-dev/queue-manager-rango-preset';
8
- import { useWallets } from '@rango-dev/wallets-react';
6
+ import type { WalletInfo, WalletState, WalletType } from '@rango-dev/wallets-shared';
7
+ import { MainEvents, PendingSwapNetworkStatus, RouteEventType, StepEventType, StepExecutionBlockedEventStatus, StepExecutionEventStatus, useEvents as useWidgetEvents } from '@rango-dev/queue-manager-rango-preset';
8
+ import { readAccountAddress, useWallets, Events as WalletEvents } from '@rango-dev/wallets-react';
9
+ import { Networks, WalletTypes } from '@rango-dev/wallets-shared';
9
10
  import { WidgetWallets } from './containers/Wallets';
10
11
  import { Widget } from './containers/Widget';
11
12
  import { useWidget } from './containers/WidgetInfo';
@@ -17,4 +18,6 @@ export { Widget,
17
18
  * @deprecated Use `WidgetProvider` instead. This component will be removed in future versions.
18
19
  */
19
20
  WidgetWallets, WidgetProvider, useWidget, useWallets, useWidgetEvents, customizedThemeTokens, MainEvents, RouteEventType, StepEventType, StepExecutionEventStatus, StepExecutionBlockedEventStatus, };
21
+ export type { WalletState, WalletInfo, PendingSwap, PendingSwapWithQueueID, PendingSwapStep, RouteExecutionEvents, EventSeverity, };
22
+ export { readAccountAddress, Networks, WalletEvents, WalletTypes, PendingSwapNetworkStatus, };
20
23
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,KAAK,EACV,wBAAwB,EACxB,YAAY,EACZ,gBAAgB,EAChB,YAAY,EACZ,WAAW,EACZ,MAAM,SAAS,CAAC;AACjB,OAAO,KAAK,EACV,KAAK,EACL,UAAU,EACV,gBAAgB,EAChB,iBAAiB,EACjB,mBAAmB,EACnB,IAAI,EACJ,4BAA4B,EAC5B,oBAAoB,EACpB,SAAS,EACT,eAAe,EACf,uBAAuB,EACvB,gBAAgB,EAChB,kBAAkB,EAClB,2BAA2B,EAC3B,2BAA2B,EAC5B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,KAAK,EACV,YAAY,IAAI,mBAAmB,EACnC,iBAAiB,EAClB,MAAM,0BAA0B,CAAC;AAClC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAE5D,OAAO,EACL,UAAU,EACV,cAAc,EACd,aAAa,EACb,+BAA+B,EAC/B,wBAAwB,EACxB,SAAS,IAAI,eAAe,EAC7B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAEtD,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAEnD,YAAY,EACV,YAAY,EACZ,UAAU,EACV,WAAW,EACX,YAAY,EACZ,gBAAgB,EAChB,iBAAiB,EACjB,wBAAwB,EACxB,WAAW,EACX,UAAU,EACV,SAAS,EACT,KAAK,EACL,IAAI,EACJ,iBAAiB,EACjB,mBAAmB,EACnB,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,eAAe,EACf,2BAA2B,EAC3B,2BAA2B,EAC3B,oBAAoB,EACpB,4BAA4B,EAC5B,uBAAuB,EACvB,mBAAmB,EACnB,eAAe,GAChB,CAAC;AACF,OAAO,EACL,MAAM;AACN;;GAEG;AACH,aAAa,EACb,cAAc,EACd,SAAS,EACT,UAAU,EACV,eAAe,EACf,qBAAqB,EACrB,UAAU,EACV,cAAc,EACd,aAAa,EACb,wBAAwB,EACxB,+BAA+B,GAChC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,KAAK,EACV,wBAAwB,EACxB,YAAY,EACZ,gBAAgB,EAChB,YAAY,EACZ,WAAW,EACZ,MAAM,SAAS,CAAC;AACjB,OAAO,KAAK,EACV,aAAa,EACb,WAAW,EACX,eAAe,EACf,sBAAsB,EACtB,KAAK,EACL,UAAU,EACV,oBAAoB,EACpB,gBAAgB,EAChB,iBAAiB,EACjB,mBAAmB,EACnB,IAAI,EACJ,4BAA4B,EAC5B,oBAAoB,EACpB,SAAS,EACT,eAAe,EACf,uBAAuB,EACvB,gBAAgB,EAChB,kBAAkB,EAClB,2BAA2B,EAC3B,2BAA2B,EAC5B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,KAAK,EACV,YAAY,IAAI,mBAAmB,EACnC,iBAAiB,EAClB,MAAM,0BAA0B,CAAC;AAClC,OAAO,KAAK,EACV,UAAU,EACV,WAAW,EACX,UAAU,EACX,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EACL,UAAU,EACV,wBAAwB,EACxB,cAAc,EACd,aAAa,EACb,+BAA+B,EAC/B,wBAAwB,EACxB,SAAS,IAAI,eAAe,EAC7B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,kBAAkB,EAClB,UAAU,EACV,MAAM,IAAI,YAAY,EACvB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAElE,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAEnD,YAAY,EACV,YAAY,EACZ,UAAU,EACV,WAAW,EACX,YAAY,EACZ,gBAAgB,EAChB,iBAAiB,EACjB,wBAAwB,EACxB,WAAW,EACX,UAAU,EACV,SAAS,EACT,KAAK,EACL,IAAI,EACJ,iBAAiB,EACjB,mBAAmB,EACnB,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EAClB,eAAe,EACf,2BAA2B,EAC3B,2BAA2B,EAC3B,oBAAoB,EACpB,4BAA4B,EAC5B,uBAAuB,EACvB,mBAAmB,EACnB,eAAe,GAChB,CAAC;AACF,OAAO,EACL,MAAM;AACN;;GAEG;AACH,aAAa,EACb,cAAc,EACd,SAAS,EACT,UAAU,EACV,eAAe,EACf,qBAAqB,EACrB,UAAU,EACV,cAAc,EACd,aAAa,EACb,wBAAwB,EACxB,+BAA+B,GAChC,CAAC;AAGF,YAAY,EACV,WAAW,EACX,UAAU,EACV,WAAW,EACX,sBAAsB,EACtB,eAAe,EACf,oBAAoB,EACpB,aAAa,GACd,CAAC;AAGF,OAAO,EACL,kBAAkB,EAClB,QAAQ,EACR,YAAY,EACZ,WAAW,EACX,wBAAwB,GACzB,CAAC"}