@selfcommunity/react-theme-default 0.1.0-alpha.220 → 0.1.0-alpha.221
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/lib/cjs/components/SCLightbox.d.ts +130 -311
- package/lib/cjs/components/SCLightbox.d.ts.map +1 -1
- package/lib/cjs/components/SCLightbox.js +151 -326
- package/lib/cjs/components/SCLightbox.js.map +1 -1
- package/lib/cjs/index.d.ts +128 -311
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/esm/components/SCLightbox.d.ts +130 -311
- package/lib/esm/components/SCLightbox.d.ts.map +1 -1
- package/lib/esm/components/SCLightbox.js +151 -326
- package/lib/esm/components/SCLightbox.js.map +1 -1
- package/lib/esm/index.d.ts +128 -311
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/umd/react-theme-default.js +19 -14
- package/lib/umd/react-theme-default.js.LICENSE.txt +0 -8
- package/lib/umd/react-theme-default.js.map +1 -1
- package/package.json +4 -4
package/lib/cjs/index.d.ts
CHANGED
|
@@ -2387,365 +2387,182 @@ declare const theme: {
|
|
|
2387
2387
|
SCLightbox: {
|
|
2388
2388
|
styleOverrides: {
|
|
2389
2389
|
root: ({ theme }: any) => {
|
|
2390
|
+
height: string;
|
|
2391
|
+
left: number;
|
|
2392
|
+
overflow: string;
|
|
2393
|
+
position: string;
|
|
2394
|
+
top: number;
|
|
2395
|
+
touchAction: string;
|
|
2396
|
+
width: string;
|
|
2390
2397
|
zIndex: number;
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
outline: string;
|
|
2395
|
-
top: number;
|
|
2396
|
-
left: number;
|
|
2397
|
-
right: number;
|
|
2398
|
-
bottom: number;
|
|
2399
|
-
zIndex: number;
|
|
2400
|
-
width: string;
|
|
2401
|
-
height: string;
|
|
2402
|
-
msContentZooming: string;
|
|
2403
|
-
msUserSelect: string;
|
|
2404
|
-
msTouchSelect: string;
|
|
2405
|
-
touchAction: string;
|
|
2406
|
-
};
|
|
2407
|
-
'& .SCLightbox-ril-outer-closing': {
|
|
2408
|
-
opacity: number;
|
|
2398
|
+
"& .PhotoView__Spinner": {
|
|
2399
|
+
'-webkit-animation': string;
|
|
2400
|
+
animation: string;
|
|
2409
2401
|
};
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
left: number;
|
|
2414
|
-
right: number;
|
|
2415
|
-
bottom: number;
|
|
2402
|
+
"& .PhotoView__Spinner svg": {
|
|
2403
|
+
'-webkit-animation': string;
|
|
2404
|
+
animation: string;
|
|
2416
2405
|
};
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
top: number;
|
|
2420
|
-
left: number;
|
|
2421
|
-
right: number;
|
|
2422
|
-
bottom: number;
|
|
2423
|
-
margin: string;
|
|
2406
|
+
"& .PhotoView__Photo": {
|
|
2407
|
+
cursor: string;
|
|
2424
2408
|
maxWidth: string;
|
|
2425
|
-
msContentZooming: string;
|
|
2426
|
-
msUserSelect: string;
|
|
2427
|
-
msTouchSelect: string;
|
|
2428
|
-
touchAction: string;
|
|
2429
2409
|
};
|
|
2430
|
-
|
|
2431
|
-
backgroundRepeat: string;
|
|
2432
|
-
backgroundPosition: string;
|
|
2433
|
-
backgroundSize: string;
|
|
2434
|
-
};
|
|
2435
|
-
'& .SCLightbox-ril-nav-buttons': {
|
|
2436
|
-
border: string;
|
|
2437
|
-
position: string;
|
|
2438
|
-
top: number;
|
|
2439
|
-
bottom: number;
|
|
2440
|
-
width: number;
|
|
2441
|
-
height: number;
|
|
2442
|
-
padding: string;
|
|
2443
|
-
margin: string;
|
|
2410
|
+
"& .PhotoView__Photo:active": {
|
|
2444
2411
|
cursor: string;
|
|
2445
|
-
|
|
2446
|
-
'&:hover': {
|
|
2447
|
-
opacity: number;
|
|
2448
|
-
};
|
|
2449
|
-
'&:active': {
|
|
2412
|
+
"&:active": {
|
|
2450
2413
|
opacity: number;
|
|
2451
2414
|
};
|
|
2452
2415
|
};
|
|
2453
|
-
|
|
2416
|
+
"& .PhotoView__icon": {
|
|
2417
|
+
display: string;
|
|
2454
2418
|
left: number;
|
|
2455
|
-
background: string;
|
|
2456
|
-
borderRadius: number;
|
|
2457
|
-
color: string;
|
|
2458
|
-
'& span': {
|
|
2459
|
-
fontSize: number;
|
|
2460
|
-
};
|
|
2461
|
-
};
|
|
2462
|
-
'& .SCLightbox-ril-nav-button-next': {
|
|
2463
|
-
right: number;
|
|
2464
|
-
background: string;
|
|
2465
|
-
borderRadius: number;
|
|
2466
|
-
color: string;
|
|
2467
|
-
'& span': {
|
|
2468
|
-
fontSize: number;
|
|
2469
|
-
};
|
|
2470
|
-
};
|
|
2471
|
-
'& .SCLightbox-ril-download-blocker': {
|
|
2472
2419
|
position: string;
|
|
2473
2420
|
top: number;
|
|
2421
|
+
transform: string;
|
|
2422
|
+
};
|
|
2423
|
+
"& .PhotoView__PhotoBox": {
|
|
2424
|
+
bottom: number;
|
|
2425
|
+
direction: string;
|
|
2474
2426
|
left: number;
|
|
2427
|
+
position: string;
|
|
2475
2428
|
right: number;
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2429
|
+
top: number;
|
|
2430
|
+
touchAction: string;
|
|
2431
|
+
width: string;
|
|
2432
|
+
transformOrigin: string;
|
|
2479
2433
|
};
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2434
|
+
"& .PhotoView__PhotoWrap": {
|
|
2435
|
+
bottom: number;
|
|
2436
|
+
direction: string;
|
|
2483
2437
|
left: number;
|
|
2438
|
+
position: string;
|
|
2484
2439
|
right: number;
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
maxHeight: number;
|
|
2440
|
+
top: number;
|
|
2441
|
+
touchAction: string;
|
|
2442
|
+
width: string;
|
|
2489
2443
|
overflow: string;
|
|
2444
|
+
zIndex: number;
|
|
2490
2445
|
};
|
|
2491
|
-
|
|
2492
|
-
|
|
2446
|
+
"& .PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft, .PhotoView-Slider__clean .PhotoView-Slider__ArrowRight, .PhotoView-Slider__clean .PhotoView-Slider__BannerWrap, .PhotoView-Slider__clean .PhotoView-Slider__Overlay, .PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover": {
|
|
2447
|
+
opacity: number;
|
|
2448
|
+
};
|
|
2449
|
+
"& .PhotoView-Slider__Backdrop": {
|
|
2450
|
+
background: string;
|
|
2451
|
+
height: string;
|
|
2452
|
+
left: number;
|
|
2493
2453
|
position: string;
|
|
2494
2454
|
top: number;
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
justifyContent: string;
|
|
2499
|
-
height: number;
|
|
2500
|
-
};
|
|
2501
|
-
'& .SCLightbox-ril-caption-content': {
|
|
2502
|
-
padding: string;
|
|
2503
|
-
color: string;
|
|
2504
|
-
};
|
|
2505
|
-
'& .SCLightbox-ril-toolbar-side': {
|
|
2506
|
-
height: number;
|
|
2507
|
-
margin: number;
|
|
2455
|
+
transitionProperty: string;
|
|
2456
|
+
width: string;
|
|
2457
|
+
zIndex: number;
|
|
2508
2458
|
};
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
overflow: string;
|
|
2514
|
-
textOverflow: string;
|
|
2459
|
+
"& .PhotoView-Slider__fadeIn": {
|
|
2460
|
+
'-webkit-animation': string;
|
|
2461
|
+
animation: string;
|
|
2462
|
+
opacity: number;
|
|
2515
2463
|
};
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
flex: string;
|
|
2464
|
+
"& .PhotoView-Slider__fadeOut": {
|
|
2465
|
+
animation: string;
|
|
2466
|
+
opacity: number;
|
|
2520
2467
|
};
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
padding: number;
|
|
2468
|
+
"& .PhotoView-Slider__BannerWrap": {
|
|
2469
|
+
alignItems: string;
|
|
2470
|
+
backgroundColor: string;
|
|
2525
2471
|
color: string;
|
|
2526
|
-
|
|
2527
|
-
maxWidth: string;
|
|
2528
|
-
overflow: string;
|
|
2529
|
-
textOverflow: string;
|
|
2530
|
-
whiteSpace: string;
|
|
2531
|
-
};
|
|
2532
|
-
'& .SCLightbox-ril-toolbar-item-child': {
|
|
2533
|
-
verticalAlign: string;
|
|
2534
|
-
};
|
|
2535
|
-
'& .SCLightbox-ril-builtin-button': {
|
|
2536
|
-
width: number;
|
|
2472
|
+
display: string;
|
|
2537
2473
|
height: number;
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2474
|
+
justifyContent: string;
|
|
2475
|
+
left: number;
|
|
2476
|
+
position: string;
|
|
2477
|
+
top: number;
|
|
2478
|
+
transition: string;
|
|
2479
|
+
width: string;
|
|
2480
|
+
zIndex: number;
|
|
2481
|
+
"&:hover": {
|
|
2542
2482
|
opacity: number;
|
|
2543
2483
|
};
|
|
2544
|
-
'&:active': {
|
|
2545
|
-
outline: string;
|
|
2546
|
-
};
|
|
2547
2484
|
};
|
|
2548
|
-
|
|
2549
|
-
|
|
2485
|
+
"& .PhotoView-Slider__Counter": {
|
|
2486
|
+
fontSize: string;
|
|
2550
2487
|
opacity: number;
|
|
2551
|
-
|
|
2552
|
-
opacity: number;
|
|
2553
|
-
};
|
|
2554
|
-
};
|
|
2555
|
-
'& .SCLightbox-ril-close-button': {
|
|
2556
|
-
background: string;
|
|
2557
|
-
'& span': {
|
|
2558
|
-
color: string;
|
|
2559
|
-
fontSize: number;
|
|
2560
|
-
};
|
|
2561
|
-
};
|
|
2562
|
-
'& .SCLightbox-ril-zoom-in-button': {
|
|
2563
|
-
background: string;
|
|
2564
|
-
marginRight: any;
|
|
2565
|
-
'& span': {
|
|
2566
|
-
color: string;
|
|
2567
|
-
fontSize: number;
|
|
2568
|
-
};
|
|
2488
|
+
padding: string;
|
|
2569
2489
|
};
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
color: string;
|
|
2575
|
-
fontSize: number;
|
|
2576
|
-
};
|
|
2490
|
+
"& .PhotoView-Slider__BannerRight": {
|
|
2491
|
+
alignItems: string;
|
|
2492
|
+
display: string;
|
|
2493
|
+
height: string;
|
|
2577
2494
|
};
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2495
|
+
"& .PhotoView-Slider__toolbarIcon": {
|
|
2496
|
+
fill: string;
|
|
2497
|
+
boxSizing: string;
|
|
2498
|
+
cursor: string;
|
|
2499
|
+
opacity: number;
|
|
2500
|
+
padding: string;
|
|
2501
|
+
transition: string;
|
|
2585
2502
|
};
|
|
2586
|
-
|
|
2587
|
-
|
|
2503
|
+
"& .PhotoView-Slider__toolbarIcon:hover": {
|
|
2504
|
+
opacity: number;
|
|
2588
2505
|
};
|
|
2589
|
-
|
|
2590
|
-
|
|
2506
|
+
"& .PhotoView-Slider__ArrowLeft": {
|
|
2507
|
+
alignItems: string;
|
|
2508
|
+
bottom: number;
|
|
2509
|
+
cursor: string;
|
|
2510
|
+
display: string;
|
|
2591
2511
|
height: number;
|
|
2512
|
+
justifyContent: string;
|
|
2513
|
+
margin: string;
|
|
2514
|
+
opacity: number;
|
|
2592
2515
|
position: string;
|
|
2593
|
-
};
|
|
2594
|
-
'& .SCLightbox-ril-loading-circle-point': {
|
|
2595
|
-
width: string;
|
|
2596
|
-
height: string;
|
|
2597
|
-
position: string;
|
|
2598
|
-
left: number;
|
|
2599
2516
|
top: number;
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
};
|
|
2616
|
-
'&:nth-of-type(7)': {
|
|
2617
|
-
transform: string;
|
|
2618
|
-
'&:before': {
|
|
2619
|
-
animationDelay: string;
|
|
2620
|
-
};
|
|
2621
|
-
};
|
|
2622
|
-
'&:nth-of-type(2)': {
|
|
2623
|
-
transform: string;
|
|
2624
|
-
'&:before': {
|
|
2625
|
-
animationDelay: string;
|
|
2626
|
-
};
|
|
2627
|
-
};
|
|
2628
|
-
'&:nth-of-type(8)': {
|
|
2629
|
-
transform: string;
|
|
2630
|
-
'&:before': {
|
|
2631
|
-
animationDelay: string;
|
|
2632
|
-
};
|
|
2633
|
-
};
|
|
2634
|
-
'&:nth-of-type(3)': {
|
|
2635
|
-
transform: string;
|
|
2636
|
-
'&:before': {
|
|
2637
|
-
animationDelay: string;
|
|
2638
|
-
};
|
|
2639
|
-
};
|
|
2640
|
-
'&:nth-of-type(9)': {
|
|
2641
|
-
transform: string;
|
|
2642
|
-
'&:before': {
|
|
2643
|
-
animationDelay: string;
|
|
2644
|
-
};
|
|
2645
|
-
};
|
|
2646
|
-
'&:nth-of-type(4)': {
|
|
2647
|
-
transform: string;
|
|
2648
|
-
'&:before': {
|
|
2649
|
-
animationDelay: string;
|
|
2650
|
-
};
|
|
2651
|
-
};
|
|
2652
|
-
'&:nth-of-type(10)': {
|
|
2653
|
-
transform: string;
|
|
2654
|
-
'&:before': {
|
|
2655
|
-
animationDelay: string;
|
|
2656
|
-
};
|
|
2657
|
-
};
|
|
2658
|
-
'&:nth-of-type(5)': {
|
|
2659
|
-
transform: string;
|
|
2660
|
-
'&:before': {
|
|
2661
|
-
animationDelay: string;
|
|
2662
|
-
};
|
|
2663
|
-
};
|
|
2664
|
-
'&:nth-of-type(11)': {
|
|
2665
|
-
transform: string;
|
|
2666
|
-
'&:before': {
|
|
2667
|
-
animationDelay: string;
|
|
2668
|
-
}; /**
|
|
2669
|
-
* Style fragments - Imports - End
|
|
2670
|
-
*/
|
|
2671
|
-
};
|
|
2672
|
-
'&:nth-of-type(6)': {
|
|
2673
|
-
transform: string;
|
|
2674
|
-
'&:before': {
|
|
2675
|
-
animationDelay: string;
|
|
2676
|
-
};
|
|
2677
|
-
};
|
|
2678
|
-
'&:nth-of-type(12)': {
|
|
2679
|
-
transform: string;
|
|
2680
|
-
'&:before': {
|
|
2681
|
-
animationDelay: string;
|
|
2682
|
-
};
|
|
2517
|
+
transition: string;
|
|
2518
|
+
'-webkit-user-select': string;
|
|
2519
|
+
'-moz-user-select': string;
|
|
2520
|
+
'-ms-user-select': string;
|
|
2521
|
+
userSelect: string;
|
|
2522
|
+
width: number;
|
|
2523
|
+
zIndex: number;
|
|
2524
|
+
left: number;
|
|
2525
|
+
"& svg": {
|
|
2526
|
+
fill: string;
|
|
2527
|
+
background: string;
|
|
2528
|
+
boxSizing: string;
|
|
2529
|
+
height: number;
|
|
2530
|
+
padding: number;
|
|
2531
|
+
width: number;
|
|
2683
2532
|
};
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
'&:before': {
|
|
2687
|
-
animationDelay: string;
|
|
2688
|
-
};
|
|
2533
|
+
"&:hover": {
|
|
2534
|
+
opacity: number;
|
|
2689
2535
|
};
|
|
2690
2536
|
};
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
top: number;
|
|
2694
|
-
right: number;
|
|
2695
|
-
bottom: number;
|
|
2696
|
-
left: number;
|
|
2697
|
-
};
|
|
2698
|
-
'& .SCLightbox-ril-error-container': {
|
|
2699
|
-
position: string;
|
|
2700
|
-
top: number;
|
|
2701
|
-
right: number;
|
|
2537
|
+
"& .PhotoView-Slider__ArrowRight": {
|
|
2538
|
+
alignItems: string;
|
|
2702
2539
|
bottom: number;
|
|
2703
|
-
|
|
2540
|
+
cursor: string;
|
|
2704
2541
|
display: string;
|
|
2705
|
-
|
|
2542
|
+
height: number;
|
|
2706
2543
|
justifyContent: string;
|
|
2707
|
-
color: string;
|
|
2708
|
-
};
|
|
2709
|
-
'& .SCLightbox-ril-loading-container-icon': {
|
|
2710
|
-
color: string;
|
|
2711
|
-
position: string;
|
|
2712
|
-
top: string;
|
|
2713
|
-
left: string;
|
|
2714
|
-
transform: string;
|
|
2715
|
-
};
|
|
2716
|
-
'& .SCLightbox-ril-image-prev': {
|
|
2717
|
-
position: string;
|
|
2718
|
-
top: number;
|
|
2719
|
-
left: number;
|
|
2720
|
-
right: number;
|
|
2721
|
-
bottom: number;
|
|
2722
2544
|
margin: string;
|
|
2723
|
-
|
|
2724
|
-
msContentZooming: string;
|
|
2725
|
-
msUserSelect: string;
|
|
2726
|
-
msTouchSelect: string;
|
|
2727
|
-
touchAction: string;
|
|
2728
|
-
'& .SCLightbox-ril-loading-container': {
|
|
2729
|
-
display: string;
|
|
2730
|
-
};
|
|
2731
|
-
};
|
|
2732
|
-
'& .SCLightbox-ril-image-next': {
|
|
2545
|
+
opacity: number;
|
|
2733
2546
|
position: string;
|
|
2734
2547
|
top: number;
|
|
2735
|
-
|
|
2548
|
+
transition: string;
|
|
2549
|
+
'-webkit-user-select': string;
|
|
2550
|
+
'-moz-user-select': string;
|
|
2551
|
+
'-ms-user-select': string;
|
|
2552
|
+
userSelect: string;
|
|
2553
|
+
width: number;
|
|
2554
|
+
zIndex: number;
|
|
2736
2555
|
right: number;
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
'& .SCLightbox-ril-loading-container': {
|
|
2745
|
-
display: string;
|
|
2556
|
+
"& svg": {
|
|
2557
|
+
fill: string;
|
|
2558
|
+
background: string;
|
|
2559
|
+
boxSizing: string;
|
|
2560
|
+
height: number;
|
|
2561
|
+
padding: number;
|
|
2562
|
+
width: number;
|
|
2746
2563
|
};
|
|
2747
|
-
|
|
2748
|
-
|
|
2564
|
+
"&:hover": {
|
|
2565
|
+
opacity: number;
|
|
2749
2566
|
};
|
|
2750
2567
|
};
|
|
2751
2568
|
};
|
package/lib/cjs/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;AA8HrC;;GAEG;AAEH,QAAA,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;AA8HrC;;GAEG;AAEH,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuLV,CAAC;AACF,eAAe,KAAK,CAAC"}
|