@rango-dev/widget-embedded 0.23.1-next.11 → 0.23.1-next.12
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/components/HeaderButtons/HeaderButtons.d.ts.map +1 -1
- package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts +165 -1
- package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -1
- package/dist/components/HeaderButtons/InProgressTransactionBadge.d.ts +4 -0
- package/dist/components/HeaderButtons/InProgressTransactionBadge.d.ts.map +1 -0
- package/dist/components/HeaderButtons/UnreadNotificationsBadge.d.ts.map +1 -1
- package/dist/components/NotificationContent/NotificationContent.d.ts.map +1 -1
- package/dist/components/NotificationContent/NotificationContent.styles.d.ts +165 -0
- package/dist/components/NotificationContent/NotificationContent.styles.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +4 -4
- package/package.json +3 -3
- package/src/components/HeaderButtons/HeaderButtons.styles.ts +24 -1
- package/src/components/HeaderButtons/HeaderButtons.tsx +2 -0
- package/src/components/HeaderButtons/InProgressTransactionBadge.tsx +26 -0
- package/src/components/HeaderButtons/UnreadNotificationsBadge.tsx +10 -2
- package/src/components/NotificationContent/NotificationContent.styles.ts +14 -1
- package/src/components/NotificationContent/NotificationContent.tsx +49 -39
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeaderButtons.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HeaderButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAUpE,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"HeaderButtons.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HeaderButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAUpE,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,wBAAgB,aAAa,CAAC,KAAK,EAAE,sBAAsB,qBAsE1D"}
|
|
@@ -487,7 +487,9 @@ export declare const SuffixContainer: import("@stitches/react/types/styled-compo
|
|
|
487
487
|
zIndices: {};
|
|
488
488
|
transitions: {};
|
|
489
489
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
490
|
-
export declare const NotificationsBadgeContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
490
|
+
export declare const NotificationsBadgeContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
491
|
+
isSever?: boolean | "true" | "false" | undefined;
|
|
492
|
+
}, {
|
|
491
493
|
xs: string;
|
|
492
494
|
sm: string;
|
|
493
495
|
md: string;
|
|
@@ -813,4 +815,166 @@ export declare const ProgressIcon: import("@stitches/react/types/styled-componen
|
|
|
813
815
|
zIndices: {};
|
|
814
816
|
transitions: {};
|
|
815
817
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
818
|
+
export declare const InProgressTransactionBadgeContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
819
|
+
xs: string;
|
|
820
|
+
sm: string;
|
|
821
|
+
md: string;
|
|
822
|
+
lg: string;
|
|
823
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
824
|
+
xs: string;
|
|
825
|
+
sm: string;
|
|
826
|
+
md: string;
|
|
827
|
+
lg: string;
|
|
828
|
+
}, {
|
|
829
|
+
colors: {
|
|
830
|
+
primary: string;
|
|
831
|
+
primary500: string;
|
|
832
|
+
primary600: string;
|
|
833
|
+
secondary: string;
|
|
834
|
+
secondary100: string;
|
|
835
|
+
secondary200: string;
|
|
836
|
+
secondary300: string;
|
|
837
|
+
secondary400: string;
|
|
838
|
+
secondary500: string;
|
|
839
|
+
secondary600: string;
|
|
840
|
+
secondary700: string;
|
|
841
|
+
secondary800: string;
|
|
842
|
+
secondary900: string;
|
|
843
|
+
neutral: string;
|
|
844
|
+
neutral100: string;
|
|
845
|
+
neutral200: string;
|
|
846
|
+
neutral300: string;
|
|
847
|
+
neutral400: string;
|
|
848
|
+
neutral500: string;
|
|
849
|
+
neutral600: string;
|
|
850
|
+
neutral700: string;
|
|
851
|
+
neutral800: string;
|
|
852
|
+
neutral900: string;
|
|
853
|
+
error100: string;
|
|
854
|
+
error300: string;
|
|
855
|
+
error500: string;
|
|
856
|
+
error600: string;
|
|
857
|
+
error700: string;
|
|
858
|
+
warning100: string;
|
|
859
|
+
warning300: string;
|
|
860
|
+
warning500: string;
|
|
861
|
+
warning600: string;
|
|
862
|
+
warning700: string;
|
|
863
|
+
info: string;
|
|
864
|
+
info100: string;
|
|
865
|
+
info300: string;
|
|
866
|
+
info500: string;
|
|
867
|
+
info600: string;
|
|
868
|
+
info700: string;
|
|
869
|
+
success100: string;
|
|
870
|
+
success300: string;
|
|
871
|
+
success500: string;
|
|
872
|
+
success600: string;
|
|
873
|
+
success700: string;
|
|
874
|
+
background: string;
|
|
875
|
+
foreground: string;
|
|
876
|
+
};
|
|
877
|
+
space: {
|
|
878
|
+
0: string;
|
|
879
|
+
5: string;
|
|
880
|
+
10: string;
|
|
881
|
+
15: string;
|
|
882
|
+
20: string;
|
|
883
|
+
25: string;
|
|
884
|
+
30: string;
|
|
885
|
+
40: string;
|
|
886
|
+
46: string;
|
|
887
|
+
50: string;
|
|
888
|
+
60: string;
|
|
889
|
+
70: string;
|
|
890
|
+
80: string;
|
|
891
|
+
90: string;
|
|
892
|
+
100: string;
|
|
893
|
+
2: string;
|
|
894
|
+
4: string;
|
|
895
|
+
6: string;
|
|
896
|
+
8: string;
|
|
897
|
+
12: string;
|
|
898
|
+
16: string;
|
|
899
|
+
24: string;
|
|
900
|
+
28: string;
|
|
901
|
+
32: string;
|
|
902
|
+
};
|
|
903
|
+
radii: {
|
|
904
|
+
xs: string;
|
|
905
|
+
sm: string;
|
|
906
|
+
xm: string;
|
|
907
|
+
md: string;
|
|
908
|
+
xl: string;
|
|
909
|
+
lg: string;
|
|
910
|
+
primary: string;
|
|
911
|
+
secondary: string;
|
|
912
|
+
};
|
|
913
|
+
fontSizes: {
|
|
914
|
+
10: string;
|
|
915
|
+
12: string;
|
|
916
|
+
14: string;
|
|
917
|
+
16: string;
|
|
918
|
+
18: string;
|
|
919
|
+
20: string;
|
|
920
|
+
22: string;
|
|
921
|
+
24: string;
|
|
922
|
+
28: string;
|
|
923
|
+
32: string;
|
|
924
|
+
36: string;
|
|
925
|
+
40: string;
|
|
926
|
+
48: string;
|
|
927
|
+
};
|
|
928
|
+
fonts: {
|
|
929
|
+
primary: string;
|
|
930
|
+
widget: string;
|
|
931
|
+
};
|
|
932
|
+
fontWeights: {
|
|
933
|
+
regular: number;
|
|
934
|
+
medium: number;
|
|
935
|
+
semiBold: number;
|
|
936
|
+
bold: number;
|
|
937
|
+
};
|
|
938
|
+
lineHeights: {
|
|
939
|
+
12: string;
|
|
940
|
+
16: string;
|
|
941
|
+
20: string;
|
|
942
|
+
24: string;
|
|
943
|
+
26: string;
|
|
944
|
+
28: string;
|
|
945
|
+
30: string;
|
|
946
|
+
36: string;
|
|
947
|
+
40: string;
|
|
948
|
+
44: string;
|
|
949
|
+
52: string;
|
|
950
|
+
64: string;
|
|
951
|
+
};
|
|
952
|
+
letterSpacings: {};
|
|
953
|
+
sizes: {
|
|
954
|
+
4: string;
|
|
955
|
+
6: string;
|
|
956
|
+
8: string;
|
|
957
|
+
10: string;
|
|
958
|
+
12: string;
|
|
959
|
+
16: string;
|
|
960
|
+
18: string;
|
|
961
|
+
20: string;
|
|
962
|
+
24: string;
|
|
963
|
+
26: string;
|
|
964
|
+
28: string;
|
|
965
|
+
30: string;
|
|
966
|
+
32: string;
|
|
967
|
+
36: string;
|
|
968
|
+
40: string;
|
|
969
|
+
45: string;
|
|
970
|
+
48: string;
|
|
971
|
+
};
|
|
972
|
+
borderWidths: {};
|
|
973
|
+
borderStyles: {};
|
|
974
|
+
shadows: {
|
|
975
|
+
s: string;
|
|
976
|
+
};
|
|
977
|
+
zIndices: {};
|
|
978
|
+
transitions: {};
|
|
979
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
816
980
|
//# sourceMappingURL=HeaderButtons.styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeaderButtons.styles.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HeaderButtons.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+
|
|
1
|
+
{"version":3,"file":"HeaderButtons.styles.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HeaderButtons.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWvB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWxB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAO1B,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAoBtC,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAUvB,CAAC;AAEH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM9C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InProgressTransactionBadge.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/InProgressTransactionBadge.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,QAAA,MAAM,0BAA0B,gCAa/B,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UnreadNotificationsBadge.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/UnreadNotificationsBadge.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"UnreadNotificationsBadge.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/UnreadNotificationsBadge.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,wBAAgB,wBAAwB,6BAmBvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationContent.d.ts","sourceRoot":"","sources":["../../../src/components/NotificationContent/NotificationContent.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"NotificationContent.d.ts","sourceRoot":"","sources":["../../../src/components/NotificationContent/NotificationContent.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,OAAO,CAAC;AAkB1B,wBAAgB,mBAAmB,sBAwFlC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ListItemButton } from '@rango-dev/ui';
|
|
1
2
|
export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
2
3
|
xs: string;
|
|
3
4
|
sm: string;
|
|
@@ -322,6 +323,170 @@ export declare const List: import("@stitches/react/types/styled-component").Styl
|
|
|
322
323
|
zIndices: {};
|
|
323
324
|
transitions: {};
|
|
324
325
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
326
|
+
export declare const ListItem: import("@stitches/react/types/styled-component").StyledComponent<typeof ListItemButton, {
|
|
327
|
+
actionRequired?: boolean | "true" | undefined;
|
|
328
|
+
}, {
|
|
329
|
+
xs: string;
|
|
330
|
+
sm: string;
|
|
331
|
+
md: string;
|
|
332
|
+
lg: string;
|
|
333
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
334
|
+
xs: string;
|
|
335
|
+
sm: string;
|
|
336
|
+
md: string;
|
|
337
|
+
lg: string;
|
|
338
|
+
}, {
|
|
339
|
+
colors: {
|
|
340
|
+
primary: string;
|
|
341
|
+
primary500: string;
|
|
342
|
+
primary600: string;
|
|
343
|
+
secondary: string;
|
|
344
|
+
secondary100: string;
|
|
345
|
+
secondary200: string;
|
|
346
|
+
secondary300: string;
|
|
347
|
+
secondary400: string;
|
|
348
|
+
secondary500: string;
|
|
349
|
+
secondary600: string;
|
|
350
|
+
secondary700: string;
|
|
351
|
+
secondary800: string;
|
|
352
|
+
secondary900: string;
|
|
353
|
+
neutral: string;
|
|
354
|
+
neutral100: string;
|
|
355
|
+
neutral200: string;
|
|
356
|
+
neutral300: string;
|
|
357
|
+
neutral400: string;
|
|
358
|
+
neutral500: string;
|
|
359
|
+
neutral600: string;
|
|
360
|
+
neutral700: string;
|
|
361
|
+
neutral800: string;
|
|
362
|
+
neutral900: string;
|
|
363
|
+
error100: string;
|
|
364
|
+
error300: string;
|
|
365
|
+
error500: string;
|
|
366
|
+
error600: string;
|
|
367
|
+
error700: string;
|
|
368
|
+
warning100: string;
|
|
369
|
+
warning300: string;
|
|
370
|
+
warning500: string;
|
|
371
|
+
warning600: string;
|
|
372
|
+
warning700: string;
|
|
373
|
+
info: string;
|
|
374
|
+
info100: string;
|
|
375
|
+
info300: string;
|
|
376
|
+
info500: string;
|
|
377
|
+
info600: string;
|
|
378
|
+
info700: string;
|
|
379
|
+
success100: string;
|
|
380
|
+
success300: string;
|
|
381
|
+
success500: string;
|
|
382
|
+
success600: string;
|
|
383
|
+
success700: string;
|
|
384
|
+
background: string;
|
|
385
|
+
foreground: string;
|
|
386
|
+
};
|
|
387
|
+
space: {
|
|
388
|
+
0: string;
|
|
389
|
+
5: string;
|
|
390
|
+
10: string;
|
|
391
|
+
15: string;
|
|
392
|
+
20: string;
|
|
393
|
+
25: string;
|
|
394
|
+
30: string;
|
|
395
|
+
40: string;
|
|
396
|
+
46: string;
|
|
397
|
+
50: string;
|
|
398
|
+
60: string;
|
|
399
|
+
70: string;
|
|
400
|
+
80: string;
|
|
401
|
+
90: string;
|
|
402
|
+
100: string;
|
|
403
|
+
2: string;
|
|
404
|
+
4: string;
|
|
405
|
+
6: string;
|
|
406
|
+
8: string;
|
|
407
|
+
12: string;
|
|
408
|
+
16: string;
|
|
409
|
+
24: string;
|
|
410
|
+
28: string;
|
|
411
|
+
32: string;
|
|
412
|
+
};
|
|
413
|
+
radii: {
|
|
414
|
+
xs: string;
|
|
415
|
+
sm: string;
|
|
416
|
+
xm: string;
|
|
417
|
+
md: string;
|
|
418
|
+
xl: string;
|
|
419
|
+
lg: string;
|
|
420
|
+
primary: string;
|
|
421
|
+
secondary: string;
|
|
422
|
+
};
|
|
423
|
+
fontSizes: {
|
|
424
|
+
10: string;
|
|
425
|
+
12: string;
|
|
426
|
+
14: string;
|
|
427
|
+
16: string;
|
|
428
|
+
18: string;
|
|
429
|
+
20: string;
|
|
430
|
+
22: string;
|
|
431
|
+
24: string;
|
|
432
|
+
28: string;
|
|
433
|
+
32: string;
|
|
434
|
+
36: string;
|
|
435
|
+
40: string;
|
|
436
|
+
48: string;
|
|
437
|
+
};
|
|
438
|
+
fonts: {
|
|
439
|
+
primary: string;
|
|
440
|
+
widget: string;
|
|
441
|
+
};
|
|
442
|
+
fontWeights: {
|
|
443
|
+
regular: number;
|
|
444
|
+
medium: number;
|
|
445
|
+
semiBold: number;
|
|
446
|
+
bold: number;
|
|
447
|
+
};
|
|
448
|
+
lineHeights: {
|
|
449
|
+
12: string;
|
|
450
|
+
16: string;
|
|
451
|
+
20: string;
|
|
452
|
+
24: string;
|
|
453
|
+
26: string;
|
|
454
|
+
28: string;
|
|
455
|
+
30: string;
|
|
456
|
+
36: string;
|
|
457
|
+
40: string;
|
|
458
|
+
44: string;
|
|
459
|
+
52: string;
|
|
460
|
+
64: string;
|
|
461
|
+
};
|
|
462
|
+
letterSpacings: {};
|
|
463
|
+
sizes: {
|
|
464
|
+
4: string;
|
|
465
|
+
6: string;
|
|
466
|
+
8: string;
|
|
467
|
+
10: string;
|
|
468
|
+
12: string;
|
|
469
|
+
16: string;
|
|
470
|
+
18: string;
|
|
471
|
+
20: string;
|
|
472
|
+
24: string;
|
|
473
|
+
26: string;
|
|
474
|
+
28: string;
|
|
475
|
+
30: string;
|
|
476
|
+
32: string;
|
|
477
|
+
36: string;
|
|
478
|
+
40: string;
|
|
479
|
+
45: string;
|
|
480
|
+
48: string;
|
|
481
|
+
};
|
|
482
|
+
borderWidths: {};
|
|
483
|
+
borderStyles: {};
|
|
484
|
+
shadows: {
|
|
485
|
+
s: string;
|
|
486
|
+
};
|
|
487
|
+
zIndices: {};
|
|
488
|
+
transitions: {};
|
|
489
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
325
490
|
export declare const Images: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
326
491
|
xs: string;
|
|
327
492
|
sm: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationContent.styles.d.ts","sourceRoot":"","sources":["../../../src/components/NotificationContent/NotificationContent.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"NotificationContent.styles.d.ts","sourceRoot":"","sources":["../../../src/components/NotificationContent/NotificationContent.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,cAAc,EAAU,MAAM,eAAe,CAAC;AAElE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQf,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWnB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKjB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQ5B,CAAC"}
|