@rango-dev/widget-embedded 0.20.1-next.16 → 0.20.1-next.17

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.
Files changed (69) hide show
  1. package/dist/components/BlockchainList/BlockchainList.styles.d.ts +4 -0
  2. package/dist/components/BlockchainList/BlockchainList.styles.d.ts.map +1 -1
  3. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts +2 -0
  4. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts.map +1 -1
  5. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +38 -0
  6. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -1
  7. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts +6 -0
  8. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts.map +1 -1
  9. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts +10 -0
  10. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -1
  11. package/dist/components/Layout/Layout.styles.d.ts +6 -0
  12. package/dist/components/Layout/Layout.styles.d.ts.map +1 -1
  13. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts +2 -0
  14. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts.map +1 -1
  15. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +28 -0
  16. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
  17. package/dist/components/NoResult/NoResult.styles.d.ts +6 -0
  18. package/dist/components/NoResult/NoResult.styles.d.ts.map +1 -1
  19. package/dist/components/NotificationContent/NotificationContent.styles.d.ts +8 -0
  20. package/dist/components/NotificationContent/NotificationContent.styles.d.ts.map +1 -1
  21. package/dist/components/Quote/Quote.d.ts.map +1 -1
  22. package/dist/components/Quote/Quote.styles.d.ts +356 -2
  23. package/dist/components/Quote/Quote.styles.d.ts.map +1 -1
  24. package/dist/components/Quote/Quote.types.d.ts +15 -0
  25. package/dist/components/Quote/Quote.types.d.ts.map +1 -1
  26. package/dist/components/Quote/QuoteSummary.styles.d.ts +4 -0
  27. package/dist/components/Quote/QuoteSummary.styles.d.ts.map +1 -1
  28. package/dist/components/Quote/QuoteTrigger .d.ts +4 -0
  29. package/dist/components/Quote/QuoteTrigger .d.ts.map +1 -0
  30. package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts +8 -0
  31. package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts.map +1 -1
  32. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts +20 -0
  33. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts.map +1 -1
  34. package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts +10 -0
  35. package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts.map +1 -1
  36. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts +8 -0
  37. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts.map +1 -1
  38. package/dist/components/SearchInput/SearchInput.styles.d.ts +2 -0
  39. package/dist/components/SearchInput/SearchInput.styles.d.ts.map +1 -1
  40. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts +8 -0
  41. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts.map +1 -1
  42. package/dist/components/Slippage/Slippage.styles.d.ts +10 -0
  43. package/dist/components/Slippage/Slippage.styles.d.ts.map +1 -1
  44. package/dist/components/SwapDetails/SwapDetails.styles.d.ts +24 -0
  45. package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
  46. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts +2 -0
  47. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts.map +1 -1
  48. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts +2 -0
  49. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -1
  50. package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts +10 -0
  51. package/dist/components/SwapsGroup/SwapsGroup.styles.d.ts.map +1 -1
  52. package/dist/components/TokenList/TokenList.styles.d.ts +34 -0
  53. package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
  54. package/dist/components/WalletModal/WalletModalContent.styles.d.ts +8 -0
  55. package/dist/components/WalletModal/WalletModalContent.styles.d.ts.map +1 -1
  56. package/dist/containers/App/App.styles.d.ts +2 -0
  57. package/dist/containers/App/App.styles.d.ts.map +1 -1
  58. package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts +10 -0
  59. package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts.map +1 -1
  60. package/dist/index.js +1 -1
  61. package/dist/index.js.map +4 -4
  62. package/dist/utils/quote.d.ts +5 -1
  63. package/dist/utils/quote.d.ts.map +1 -1
  64. package/package.json +2 -2
  65. package/src/components/Quote/Quote.styles.ts +43 -4
  66. package/src/components/Quote/Quote.tsx +7 -58
  67. package/src/components/Quote/Quote.types.ts +17 -0
  68. package/src/components/Quote/QuoteTrigger .tsx +215 -0
  69. package/src/utils/quote.ts +18 -1
@@ -5,10 +5,12 @@ export declare const EXPANDABLE_QUOTE_TRANSITION_DURATION = 300;
5
5
  export declare const QuoteContainer: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleProps & import("react").RefAttributes<HTMLDivElement>>, {
6
6
  recommended?: boolean | "true" | "false" | undefined;
7
7
  }, {
8
+ xs: string;
8
9
  sm: string;
9
10
  md: string;
10
11
  lg: string;
11
12
  }, import("@stitches/react/types/css-util").CSS<{
13
+ xs: string;
12
14
  sm: string;
13
15
  md: string;
14
16
  lg: string;
@@ -164,10 +166,12 @@ export declare const QuoteContainer: import("@stitches/react/types/styled-compon
164
166
  transitions: {};
165
167
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
166
168
  export declare const stepsDetailsStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
169
+ xs: string;
167
170
  sm: string;
168
171
  md: string;
169
172
  lg: string;
170
173
  }, import("@stitches/react/types/css-util").CSS<{
174
+ xs: string;
171
175
  sm: string;
172
176
  md: string;
173
177
  lg: string;
@@ -327,10 +331,12 @@ export declare const SummaryContainer: import("@stitches/react/types/styled-comp
327
331
  basic?: boolean | "true" | undefined;
328
332
  listItem?: boolean | "true" | "false" | undefined;
329
333
  }, {
334
+ xs: string;
330
335
  sm: string;
331
336
  md: string;
332
337
  lg: string;
333
338
  }, import("@stitches/react/types/css-util").CSS<{
339
+ xs: string;
334
340
  sm: string;
335
341
  md: string;
336
342
  lg: string;
@@ -486,10 +492,173 @@ export declare const SummaryContainer: import("@stitches/react/types/styled-comp
486
492
  transitions: {};
487
493
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
488
494
  export declare const summaryStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
495
+ xs: string;
489
496
  sm: string;
490
497
  md: string;
491
498
  lg: string;
492
499
  }, import("@stitches/react/types/css-util").CSS<{
500
+ xs: string;
501
+ sm: string;
502
+ md: string;
503
+ lg: string;
504
+ }, {
505
+ colors: {
506
+ primary: string;
507
+ primary500: string;
508
+ primary600: string;
509
+ secondary: string;
510
+ secondary100: string;
511
+ secondary200: string;
512
+ secondary300: string;
513
+ secondary400: string;
514
+ secondary500: string;
515
+ secondary600: string;
516
+ secondary700: string;
517
+ secondary800: string;
518
+ secondary900: string;
519
+ neutral: string;
520
+ neutral100: string;
521
+ neutral200: string;
522
+ neutral300: string;
523
+ neutral400: string;
524
+ neutral500: string;
525
+ neutral600: string;
526
+ neutral700: string;
527
+ neutral800: string;
528
+ neutral900: string;
529
+ error100: string;
530
+ error300: string;
531
+ error500: string;
532
+ error600: string;
533
+ error700: string;
534
+ warning100: string;
535
+ warning300: string;
536
+ warning500: string;
537
+ warning600: string;
538
+ warning700: string;
539
+ info: string;
540
+ info100: string;
541
+ info300: string;
542
+ info500: string;
543
+ info600: string;
544
+ info700: string;
545
+ success100: string;
546
+ success300: string;
547
+ success500: string;
548
+ success600: string;
549
+ success700: string;
550
+ background: string;
551
+ foreground: string;
552
+ };
553
+ space: {
554
+ 0: string;
555
+ 5: string;
556
+ 10: string;
557
+ 15: string;
558
+ 20: string;
559
+ 25: string;
560
+ 30: string;
561
+ 40: string;
562
+ 46: string;
563
+ 50: string;
564
+ 60: string;
565
+ 70: string;
566
+ 80: string;
567
+ 90: string;
568
+ 100: string;
569
+ 2: string;
570
+ 4: string;
571
+ 6: string;
572
+ 8: string;
573
+ 12: string;
574
+ 16: string;
575
+ 24: string;
576
+ 28: string;
577
+ 32: string;
578
+ };
579
+ radii: {
580
+ xs: string;
581
+ sm: string;
582
+ xm: string;
583
+ md: string;
584
+ xl: string;
585
+ lg: string;
586
+ primary: string;
587
+ secondary: string;
588
+ };
589
+ fontSizes: {
590
+ 10: string;
591
+ 12: string;
592
+ 14: string;
593
+ 16: string;
594
+ 18: string;
595
+ 20: string;
596
+ 22: string;
597
+ 24: string;
598
+ 28: string;
599
+ 32: string;
600
+ 36: string;
601
+ 40: string;
602
+ 48: string;
603
+ };
604
+ fonts: {
605
+ primary: string;
606
+ widget: string;
607
+ };
608
+ fontWeights: {
609
+ regular: number;
610
+ medium: number;
611
+ semiBold: number;
612
+ bold: number;
613
+ };
614
+ lineHeights: {
615
+ 12: string;
616
+ 16: string;
617
+ 20: string;
618
+ 24: string;
619
+ 26: string;
620
+ 28: string;
621
+ 30: string;
622
+ 36: string;
623
+ 40: string;
624
+ 44: string;
625
+ 52: string;
626
+ 64: string;
627
+ };
628
+ letterSpacings: {};
629
+ sizes: {
630
+ 4: string;
631
+ 6: string;
632
+ 8: string;
633
+ 10: string;
634
+ 12: string;
635
+ 16: string;
636
+ 18: string;
637
+ 20: string;
638
+ 24: string;
639
+ 28: string;
640
+ 30: string;
641
+ 32: string;
642
+ 36: string;
643
+ 40: string;
644
+ 45: string;
645
+ 48: string;
646
+ };
647
+ borderWidths: {};
648
+ borderStyles: {};
649
+ shadows: {
650
+ s: string;
651
+ };
652
+ zIndices: {};
653
+ transitions: {};
654
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
655
+ export declare const rowStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
656
+ xs: string;
657
+ sm: string;
658
+ md: string;
659
+ lg: string;
660
+ }, import("@stitches/react/types/css-util").CSS<{
661
+ xs: string;
493
662
  sm: string;
494
663
  md: string;
495
664
  lg: string;
@@ -645,10 +814,12 @@ export declare const summaryStyles: import("@stitches/react/types/styled-compone
645
814
  transitions: {};
646
815
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
647
816
  export declare const basicInfoStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
817
+ xs: string;
648
818
  sm: string;
649
819
  md: string;
650
820
  lg: string;
651
821
  }, import("@stitches/react/types/css-util").CSS<{
822
+ xs: string;
652
823
  sm: string;
653
824
  md: string;
654
825
  lg: string;
@@ -803,14 +974,16 @@ export declare const basicInfoStyles: import("@stitches/react/types/styled-compo
803
974
  zIndices: {};
804
975
  transitions: {};
805
976
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
806
- export declare const Chains: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, {
977
+ export declare const Trigger: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, {
807
978
  error?: boolean | "true" | "false" | undefined;
808
979
  recommended?: boolean | "true" | "false" | undefined;
809
980
  }, {
981
+ xs: string;
810
982
  sm: string;
811
983
  md: string;
812
984
  lg: string;
813
985
  }, import("@stitches/react/types/css-util").CSS<{
986
+ xs: string;
814
987
  sm: string;
815
988
  md: string;
816
989
  lg: string;
@@ -965,13 +1138,15 @@ export declare const Chains: import("@stitches/react/types/styled-component").St
965
1138
  zIndices: {};
966
1139
  transitions: {};
967
1140
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
968
- export declare const ChainImageContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
1141
+ export declare const ImageContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
969
1142
  state?: "warning" | "error" | undefined;
970
1143
  }, {
1144
+ xs: string;
971
1145
  sm: string;
972
1146
  md: string;
973
1147
  lg: string;
974
1148
  }, import("@stitches/react/types/css-util").CSS<{
1149
+ xs: string;
975
1150
  sm: string;
976
1151
  md: string;
977
1152
  lg: string;
@@ -1129,10 +1304,12 @@ export declare const ChainImageContainer: import("@stitches/react/types/styled-c
1129
1304
  export declare const Content: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Collapsible.CollapsibleContentProps & import("react").RefAttributes<HTMLDivElement>>, {
1130
1305
  open?: boolean | "true" | "false" | undefined;
1131
1306
  }, {
1307
+ xs: string;
1132
1308
  sm: string;
1133
1309
  md: string;
1134
1310
  lg: string;
1135
1311
  }, import("@stitches/react/types/css-util").CSS<{
1312
+ xs: string;
1136
1313
  sm: string;
1137
1314
  md: string;
1138
1315
  lg: string;
@@ -1287,10 +1464,12 @@ export declare const Content: import("@stitches/react/types/styled-component").S
1287
1464
  zIndices: {};
1288
1465
  transitions: {};
1289
1466
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>, {}, {
1467
+ xs: string;
1290
1468
  sm: string;
1291
1469
  md: string;
1292
1470
  lg: string;
1293
1471
  }, import("@stitches/react/types/css-util").CSS<{
1472
+ xs: string;
1294
1473
  sm: string;
1295
1474
  md: string;
1296
1475
  lg: string;
@@ -1448,10 +1627,12 @@ export declare const Content: import("@stitches/react/types/styled-component").S
1448
1627
  export declare const IconContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
1449
1628
  orientation?: "down" | "up" | undefined;
1450
1629
  }, {
1630
+ xs: string;
1451
1631
  sm: string;
1452
1632
  md: string;
1453
1633
  lg: string;
1454
1634
  }, import("@stitches/react/types/css-util").CSS<{
1635
+ xs: string;
1455
1636
  sm: string;
1456
1637
  md: string;
1457
1638
  lg: string;
@@ -1607,10 +1788,12 @@ export declare const IconContainer: import("@stitches/react/types/styled-compone
1607
1788
  transitions: {};
1608
1789
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1609
1790
  export declare const Separator: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
1791
+ xs: string;
1610
1792
  sm: string;
1611
1793
  md: string;
1612
1794
  lg: string;
1613
1795
  }, import("@stitches/react/types/css-util").CSS<{
1796
+ xs: string;
1614
1797
  sm: string;
1615
1798
  md: string;
1616
1799
  lg: string;
@@ -1766,10 +1949,12 @@ export declare const Separator: import("@stitches/react/types/styled-component")
1766
1949
  transitions: {};
1767
1950
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1768
1951
  export declare const HorizontalSeparator: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
1952
+ xs: string;
1769
1953
  sm: string;
1770
1954
  md: string;
1771
1955
  lg: string;
1772
1956
  }, import("@stitches/react/types/css-util").CSS<{
1957
+ xs: string;
1773
1958
  sm: string;
1774
1959
  md: string;
1775
1960
  lg: string;
@@ -1925,10 +2110,12 @@ export declare const HorizontalSeparator: import("@stitches/react/types/styled-c
1925
2110
  transitions: {};
1926
2111
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1927
2112
  export declare const FrameIcon: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2113
+ xs: string;
1928
2114
  sm: string;
1929
2115
  md: string;
1930
2116
  lg: string;
1931
2117
  }, import("@stitches/react/types/css-util").CSS<{
2118
+ xs: string;
1932
2119
  sm: string;
1933
2120
  md: string;
1934
2121
  lg: string;
@@ -2084,10 +2271,12 @@ export declare const FrameIcon: import("@stitches/react/types/styled-component")
2084
2271
  transitions: {};
2085
2272
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2086
2273
  export declare const BasicInfoOutput: import("@stitches/react/types/styled-component").StyledComponent<typeof Typography, {}, {
2274
+ xs: string;
2087
2275
  sm: string;
2088
2276
  md: string;
2089
2277
  lg: string;
2090
2278
  }, import("@stitches/react/types/css-util").CSS<{
2279
+ xs: string;
2091
2280
  sm: string;
2092
2281
  md: string;
2093
2282
  lg: string;
@@ -2243,10 +2432,175 @@ export declare const BasicInfoOutput: import("@stitches/react/types/styled-compo
2243
2432
  transitions: {};
2244
2433
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2245
2434
  export declare const ContainerInfoOutput: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2435
+ xs: string;
2436
+ sm: string;
2437
+ md: string;
2438
+ lg: string;
2439
+ }, import("@stitches/react/types/css-util").CSS<{
2440
+ xs: string;
2441
+ sm: string;
2442
+ md: string;
2443
+ lg: string;
2444
+ }, {
2445
+ colors: {
2446
+ primary: string;
2447
+ primary500: string;
2448
+ primary600: string;
2449
+ secondary: string;
2450
+ secondary100: string;
2451
+ secondary200: string;
2452
+ secondary300: string;
2453
+ secondary400: string;
2454
+ secondary500: string;
2455
+ secondary600: string;
2456
+ secondary700: string;
2457
+ secondary800: string;
2458
+ secondary900: string;
2459
+ neutral: string;
2460
+ neutral100: string;
2461
+ neutral200: string;
2462
+ neutral300: string;
2463
+ neutral400: string;
2464
+ neutral500: string;
2465
+ neutral600: string;
2466
+ neutral700: string;
2467
+ neutral800: string;
2468
+ neutral900: string;
2469
+ error100: string;
2470
+ error300: string;
2471
+ error500: string;
2472
+ error600: string;
2473
+ error700: string;
2474
+ warning100: string;
2475
+ warning300: string;
2476
+ warning500: string;
2477
+ warning600: string;
2478
+ warning700: string;
2479
+ info: string;
2480
+ info100: string;
2481
+ info300: string;
2482
+ info500: string;
2483
+ info600: string;
2484
+ info700: string;
2485
+ success100: string;
2486
+ success300: string;
2487
+ success500: string;
2488
+ success600: string;
2489
+ success700: string;
2490
+ background: string;
2491
+ foreground: string;
2492
+ };
2493
+ space: {
2494
+ 0: string;
2495
+ 5: string;
2496
+ 10: string;
2497
+ 15: string;
2498
+ 20: string;
2499
+ 25: string;
2500
+ 30: string;
2501
+ 40: string;
2502
+ 46: string;
2503
+ 50: string;
2504
+ 60: string;
2505
+ 70: string;
2506
+ 80: string;
2507
+ 90: string;
2508
+ 100: string;
2509
+ 2: string;
2510
+ 4: string;
2511
+ 6: string;
2512
+ 8: string;
2513
+ 12: string;
2514
+ 16: string;
2515
+ 24: string;
2516
+ 28: string;
2517
+ 32: string;
2518
+ };
2519
+ radii: {
2520
+ xs: string;
2521
+ sm: string;
2522
+ xm: string;
2523
+ md: string;
2524
+ xl: string;
2525
+ lg: string;
2526
+ primary: string;
2527
+ secondary: string;
2528
+ };
2529
+ fontSizes: {
2530
+ 10: string;
2531
+ 12: string;
2532
+ 14: string;
2533
+ 16: string;
2534
+ 18: string;
2535
+ 20: string;
2536
+ 22: string;
2537
+ 24: string;
2538
+ 28: string;
2539
+ 32: string;
2540
+ 36: string;
2541
+ 40: string;
2542
+ 48: string;
2543
+ };
2544
+ fonts: {
2545
+ primary: string;
2546
+ widget: string;
2547
+ };
2548
+ fontWeights: {
2549
+ regular: number;
2550
+ medium: number;
2551
+ semiBold: number;
2552
+ bold: number;
2553
+ };
2554
+ lineHeights: {
2555
+ 12: string;
2556
+ 16: string;
2557
+ 20: string;
2558
+ 24: string;
2559
+ 26: string;
2560
+ 28: string;
2561
+ 30: string;
2562
+ 36: string;
2563
+ 40: string;
2564
+ 44: string;
2565
+ 52: string;
2566
+ 64: string;
2567
+ };
2568
+ letterSpacings: {};
2569
+ sizes: {
2570
+ 4: string;
2571
+ 6: string;
2572
+ 8: string;
2573
+ 10: string;
2574
+ 12: string;
2575
+ 16: string;
2576
+ 18: string;
2577
+ 20: string;
2578
+ 24: string;
2579
+ 28: string;
2580
+ 30: string;
2581
+ 32: string;
2582
+ 36: string;
2583
+ 40: string;
2584
+ 45: string;
2585
+ 48: string;
2586
+ };
2587
+ borderWidths: {};
2588
+ borderStyles: {};
2589
+ shadows: {
2590
+ s: string;
2591
+ };
2592
+ zIndices: {};
2593
+ transitions: {};
2594
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
2595
+ export declare const MoreStep: import("@stitches/react/types/styled-component").StyledComponent<"div", {
2596
+ state?: "warning" | "error" | undefined;
2597
+ }, {
2598
+ xs: string;
2246
2599
  sm: string;
2247
2600
  md: string;
2248
2601
  lg: string;
2249
2602
  }, import("@stitches/react/types/css-util").CSS<{
2603
+ xs: string;
2250
2604
  sm: string;
2251
2605
  md: string;
2252
2606
  lg: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Quote.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Quote/Quote.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAiC,UAAU,EAAE,MAAM,eAAe,CAAC;AAI1E,eAAO,MAAM,oCAAoC,MAAM,CAAC;AAExD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA2BzB,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAE7B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAoE3B,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIxB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAW1B,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA6CjB,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgB9B,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGlB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgBxB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAU9B,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMpB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI1B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG9B,CAAC"}
1
+ {"version":3,"file":"Quote.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Quote/Quote.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAiC,UAAU,EAAE,MAAM,eAAe,CAAC;AAI1E,eAAO,MAAM,oCAAoC,MAAM,CAAC;AAExD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA2BzB,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAE7B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAoE3B,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIxB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQpB,CAAC;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAW1B,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAoDlB,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAmBzB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGlB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgBxB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAU9B,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMpB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI1B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG9B,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkBnB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import type { QuoteError, QuoteWarning } from '../../types';
2
+ import type { Step } from '@rango-dev/ui';
2
3
  import type { BestRouteResponse } from 'rango-sdk';
3
4
  import type { ReactNode } from 'react';
4
5
  export type QuoteProps = {
@@ -18,4 +19,18 @@ export type QuoteProps = {
18
19
  };
19
20
  expanded?: boolean;
20
21
  };
22
+ export type QuoteTriggerProps = {
23
+ quoteRef: React.MutableRefObject<HTMLButtonElement | null>;
24
+ recommended: boolean;
25
+ setExpanded: React.Dispatch<React.SetStateAction<boolean | undefined>>;
26
+ steps: Step[];
27
+ expanded?: boolean;
28
+ };
29
+ export type QuoteTriggerImagesProps = {
30
+ content: ReactNode;
31
+ state?: 'error' | 'warning' | undefined;
32
+ src: string;
33
+ open?: boolean;
34
+ className?: string;
35
+ };
21
36
  //# sourceMappingURL=Quote.types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Quote.types.d.ts","sourceRoot":"","sources":["../../../src/components/Quote/Quote.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AACnD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,OAAO,GAAG,WAAW,GAAG,cAAc,CAAC;IAC7C,KAAK,EAAE,UAAU,GAAG,IAAI,CAAC;IACzB,OAAO,EAAE,YAAY,GAAG,IAAI,CAAC;IAC7B,WAAW,EAAE,OAAO,CAAC;IACrB,GAAG,CAAC,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,iBAAiB,CAAC;IACzB,KAAK,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAE,CAAC;IAC3C,MAAM,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAC7C,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC"}
1
+ {"version":3,"file":"Quote.types.d.ts","sourceRoot":"","sources":["../../../src/components/Quote/Quote.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC5D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AACnD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,OAAO,GAAG,WAAW,GAAG,cAAc,CAAC;IAC7C,KAAK,EAAE,UAAU,GAAG,IAAI,CAAC;IACzB,OAAO,EAAE,YAAY,GAAG,IAAI,CAAC;IAC7B,WAAW,EAAE,OAAO,CAAC;IACrB,GAAG,CAAC,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,iBAAiB,CAAC;IACzB,KAAK,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAE,CAAC;IAC3C,MAAM,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAC7C,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,KAAK,CAAC,gBAAgB,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAAC;IAC3D,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC,CAAC;IACvE,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,OAAO,EAAE,SAAS,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,CAAC;IACxC,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
@@ -1,8 +1,10 @@
1
1
  export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
2
+ xs: string;
2
3
  sm: string;
3
4
  md: string;
4
5
  lg: string;
5
6
  }, import("@stitches/react/types/css-util").CSS<{
7
+ xs: string;
6
8
  sm: string;
7
9
  md: string;
8
10
  lg: string;
@@ -158,10 +160,12 @@ export declare const Container: import("@stitches/react/types/styled-component")
158
160
  transitions: {};
159
161
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
160
162
  export declare const separatorStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
163
+ xs: string;
161
164
  sm: string;
162
165
  md: string;
163
166
  lg: string;
164
167
  }, import("@stitches/react/types/css-util").CSS<{
168
+ xs: string;
165
169
  sm: string;
166
170
  md: string;
167
171
  lg: string;
@@ -1 +1 @@
1
- {"version":3,"file":"QuoteSummary.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Quote/QuoteSummary.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM1B,CAAC"}
1
+ {"version":3,"file":"QuoteSummary.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Quote/QuoteSummary.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM1B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { QuoteTriggerProps } from './Quote.types';
2
+ import React from 'react';
3
+ export declare function QuoteTrigger(props: QuoteTriggerProps): React.JSX.Element;
4
+ //# sourceMappingURL=QuoteTrigger%20.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuoteTrigger .d.ts","sourceRoot":"","sources":["../../../src/components/Quote/QuoteTrigger .tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAA2B,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAWhF,OAAO,KAA8B,MAAM,OAAO,CAAC;AAkCnD,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,qBAyKpD"}
@@ -1,10 +1,12 @@
1
1
  export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {
2
2
  rounded?: boolean | "true" | undefined;
3
3
  }, {
4
+ xs: string;
4
5
  sm: string;
5
6
  md: string;
6
7
  lg: string;
7
8
  }, import("@stitches/react/types/css-util").CSS<{
9
+ xs: string;
8
10
  sm: string;
9
11
  md: string;
10
12
  lg: string;
@@ -160,10 +162,12 @@ export declare const Container: import("@stitches/react/types/styled-component")
160
162
  transitions: {};
161
163
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
162
164
  export declare const Chains: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
165
+ xs: string;
163
166
  sm: string;
164
167
  md: string;
165
168
  lg: string;
166
169
  }, import("@stitches/react/types/css-util").CSS<{
170
+ xs: string;
167
171
  sm: string;
168
172
  md: string;
169
173
  lg: string;
@@ -319,10 +323,12 @@ export declare const Chains: import("@stitches/react/types/styled-component").St
319
323
  transitions: {};
320
324
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
321
325
  export declare const Steps: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
326
+ xs: string;
322
327
  sm: string;
323
328
  md: string;
324
329
  lg: string;
325
330
  }, import("@stitches/react/types/css-util").CSS<{
331
+ xs: string;
326
332
  sm: string;
327
333
  md: string;
328
334
  lg: string;
@@ -480,10 +486,12 @@ export declare const Steps: import("@stitches/react/types/styled-component").Sty
480
486
  export declare const StepSeparator: import("@stitches/react/types/styled-component").StyledComponent<"div", {
481
487
  hideSeparator?: boolean | "true" | undefined;
482
488
  }, {
489
+ xs: string;
483
490
  sm: string;
484
491
  md: string;
485
492
  lg: string;
486
493
  }, import("@stitches/react/types/css-util").CSS<{
494
+ xs: string;
487
495
  sm: string;
488
496
  md: string;
489
497
  lg: string;
@@ -1 +1 @@
1
- {"version":3,"file":"QuoteSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../src/components/QuoteSkeleton/QuoteSkeleton.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgBpB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEjB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEhB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAaxB,CAAC"}
1
+ {"version":3,"file":"QuoteSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../src/components/QuoteSkeleton/QuoteSkeleton.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgBpB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEjB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEhB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAaxB,CAAC"}