@rango-dev/ui 0.29.1-next.0 → 0.29.1-next.10

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 (107) hide show
  1. package/dist/index.js +6 -6
  2. package/dist/index.js.map +4 -4
  3. package/dist/widget/ui/src/components/Alert/Alert.d.ts.map +1 -1
  4. package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts.map +1 -1
  5. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.Skeletons.d.ts +6 -0
  6. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.Skeletons.d.ts.map +1 -0
  7. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.d.ts +4 -0
  8. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.d.ts.map +1 -0
  9. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.stories.d.ts +7 -0
  10. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.stories.d.ts.map +1 -0
  11. package/dist/widget/ui/src/components/{ExpandedRoute/ExpandedRoute.styles.d.ts → FullExpandedQuote/FullExpandedQuote.styles.d.ts} +652 -3
  12. package/dist/widget/ui/src/components/{ExpandedRoute/ExpandedRoute.styles.d.ts.map → FullExpandedQuote/FullExpandedQuote.styles.d.ts.map} +1 -1
  13. package/dist/widget/ui/src/components/{ExpandedRoute/ExpandedRoute.types.d.ts → FullExpandedQuote/FullExpandedQuote.types.d.ts} +17 -9
  14. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.types.d.ts.map +1 -0
  15. package/dist/widget/ui/src/components/FullExpandedQuote/index.d.ts +2 -0
  16. package/dist/widget/ui/src/components/FullExpandedQuote/index.d.ts.map +1 -0
  17. package/dist/widget/ui/src/components/FullExpandedQuote/mock.d.ts.map +1 -0
  18. package/dist/widget/ui/src/components/List/List.d.ts.map +1 -1
  19. package/dist/widget/ui/src/components/List/List.types.d.ts +1 -0
  20. package/dist/widget/ui/src/components/List/List.types.d.ts.map +1 -1
  21. package/dist/widget/ui/src/components/List/index.d.ts +1 -0
  22. package/dist/widget/ui/src/components/List/index.d.ts.map +1 -1
  23. package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts.map +1 -1
  24. package/dist/widget/ui/src/components/Popover/Popover.d.ts.map +1 -1
  25. package/dist/widget/ui/src/components/Popover/Popover.types.d.ts +2 -0
  26. package/dist/widget/ui/src/components/Popover/Popover.types.d.ts.map +1 -1
  27. package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts.map +1 -1
  28. package/dist/widget/ui/src/components/Select/select.styles.d.ts.map +1 -1
  29. package/dist/widget/ui/src/components/Tabs/Tabs.d.ts +4 -0
  30. package/dist/widget/ui/src/components/Tabs/Tabs.d.ts.map +1 -0
  31. package/dist/widget/ui/src/components/Tabs/Tabs.stories.d.ts +6 -0
  32. package/dist/widget/ui/src/components/Tabs/Tabs.stories.d.ts.map +1 -0
  33. package/dist/widget/ui/src/components/Tabs/Tabs.styles.d.ts +780 -0
  34. package/dist/widget/ui/src/components/Tabs/Tabs.styles.d.ts.map +1 -0
  35. package/dist/widget/ui/src/components/Tabs/Tabs.types.d.ts +30 -0
  36. package/dist/widget/ui/src/components/Tabs/Tabs.types.d.ts.map +1 -0
  37. package/dist/widget/ui/src/components/Tabs/index.d.ts +2 -0
  38. package/dist/widget/ui/src/components/Tabs/index.d.ts.map +1 -0
  39. package/dist/widget/ui/src/components/index.d.ts +3 -1
  40. package/dist/widget/ui/src/components/index.d.ts.map +1 -1
  41. package/dist/widget/ui/src/icons/Bridges.d.ts +5 -0
  42. package/dist/widget/ui/src/icons/Bridges.d.ts.map +1 -0
  43. package/dist/widget/ui/src/icons/Document.d.ts +5 -0
  44. package/dist/widget/ui/src/icons/Document.d.ts.map +1 -0
  45. package/dist/widget/ui/src/icons/Exchange.d.ts +5 -0
  46. package/dist/widget/ui/src/icons/Exchange.d.ts.map +1 -0
  47. package/dist/widget/ui/src/icons/Explorer.d.ts +5 -0
  48. package/dist/widget/ui/src/icons/Explorer.d.ts.map +1 -0
  49. package/dist/widget/ui/src/icons/InProgress.d.ts.map +1 -1
  50. package/dist/widget/ui/src/icons/More.d.ts +5 -0
  51. package/dist/widget/ui/src/icons/More.d.ts.map +1 -0
  52. package/dist/widget/ui/src/icons/Report.d.ts +5 -0
  53. package/dist/widget/ui/src/icons/Report.d.ts.map +1 -0
  54. package/dist/widget/ui/src/icons/Request.d.ts +5 -0
  55. package/dist/widget/ui/src/icons/Request.d.ts.map +1 -0
  56. package/dist/widget/ui/src/icons/Support.d.ts +5 -0
  57. package/dist/widget/ui/src/icons/Support.d.ts.map +1 -0
  58. package/dist/widget/ui/src/icons/index.d.ts +19 -11
  59. package/dist/widget/ui/src/icons/index.d.ts.map +1 -1
  60. package/dist/widget/ui/src/theme.d.ts +6 -6
  61. package/package.json +3 -6
  62. package/readme.md +1 -0
  63. package/src/components/Alert/Alert.styles.ts +3 -1
  64. package/src/components/Alert/Alert.tsx +6 -1
  65. package/src/components/FullExpandedQuote/FullExpandedQuote.Skeletons.tsx +78 -0
  66. package/src/components/{ExpandedRoute/ExpandedRoute.stories.tsx → FullExpandedQuote/FullExpandedQuote.stories.tsx} +4 -4
  67. package/src/components/{ExpandedRoute/ExpandedRoute.styles.ts → FullExpandedQuote/FullExpandedQuote.styles.ts} +27 -5
  68. package/src/components/FullExpandedQuote/FullExpandedQuote.tsx +182 -0
  69. package/src/components/{ExpandedRoute/ExpandedRoute.types.ts → FullExpandedQuote/FullExpandedQuote.types.ts} +17 -8
  70. package/src/components/FullExpandedQuote/index.ts +1 -0
  71. package/src/components/List/List.tsx +2 -3
  72. package/src/components/List/List.types.ts +1 -0
  73. package/src/components/List/index.ts +1 -0
  74. package/src/components/ListItem/ListItem.styles.ts +2 -0
  75. package/src/components/Popover/Popover.tsx +4 -3
  76. package/src/components/Popover/Popover.types.ts +2 -0
  77. package/src/components/QuoteCost/QuoteCost.styles.ts +2 -0
  78. package/src/components/Select/Select.tsx +24 -24
  79. package/src/components/Select/select.styles.ts +30 -54
  80. package/src/components/Tabs/Tabs.stories.tsx +12 -0
  81. package/src/components/Tabs/Tabs.styles.tsx +157 -0
  82. package/src/components/Tabs/Tabs.tsx +95 -0
  83. package/src/components/Tabs/Tabs.types.tsx +32 -0
  84. package/src/components/Tabs/index.ts +1 -0
  85. package/src/components/index.ts +3 -1
  86. package/src/icons/Bridges.tsx +19 -0
  87. package/src/icons/Document.tsx +50 -0
  88. package/src/icons/Exchange.tsx +22 -0
  89. package/src/icons/Explorer.tsx +20 -0
  90. package/src/icons/InProgress.tsx +13 -8
  91. package/src/icons/More.tsx +30 -0
  92. package/src/icons/Report.tsx +20 -0
  93. package/src/icons/Request.tsx +65 -0
  94. package/src/icons/Support.tsx +40 -0
  95. package/src/icons/index.ts +19 -11
  96. package/dist/widget/ui/src/components/ExpandedRoute/ExpandedRoute.d.ts +0 -4
  97. package/dist/widget/ui/src/components/ExpandedRoute/ExpandedRoute.d.ts.map +0 -1
  98. package/dist/widget/ui/src/components/ExpandedRoute/ExpandedRoute.stories.d.ts +0 -7
  99. package/dist/widget/ui/src/components/ExpandedRoute/ExpandedRoute.stories.d.ts.map +0 -1
  100. package/dist/widget/ui/src/components/ExpandedRoute/ExpandedRoute.types.d.ts.map +0 -1
  101. package/dist/widget/ui/src/components/ExpandedRoute/index.d.ts +0 -2
  102. package/dist/widget/ui/src/components/ExpandedRoute/index.d.ts.map +0 -1
  103. package/dist/widget/ui/src/components/ExpandedRoute/mock.d.ts.map +0 -1
  104. package/src/components/ExpandedRoute/ExpandedRoute.tsx +0 -147
  105. package/src/components/ExpandedRoute/index.ts +0 -1
  106. /package/dist/widget/ui/src/components/{ExpandedRoute → FullExpandedQuote}/mock.d.ts +0 -0
  107. /package/src/components/{ExpandedRoute → FullExpandedQuote}/mock.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tabs.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tabs/Tabs.styles.tsx"],"names":[],"mappings":";;;AAGA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAmCf,CAAC;AAEH,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAqFd,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA6BtB,CAAC"}
@@ -0,0 +1,30 @@
1
+ /// <reference types="react" />
2
+ import type { Tabs } from './Tabs.styles';
3
+ import type * as Stitches from '@stitches/react';
4
+ type BaseItem = {
5
+ id: string | number;
6
+ tooltip?: React.ReactNode;
7
+ };
8
+ type ItemWithTitle = BaseItem & {
9
+ title: string;
10
+ icon?: React.ReactNode;
11
+ };
12
+ type ItemWithIcon = BaseItem & {
13
+ icon: React.ReactNode;
14
+ title?: string;
15
+ };
16
+ type Item = ItemWithTitle | ItemWithIcon;
17
+ type BaseProps = Stitches.VariantProps<typeof Tabs>;
18
+ type BaseType = Exclude<BaseProps['type'], object>;
19
+ type BaseBorderRadius = Exclude<BaseProps['borderRadius'], object>;
20
+ export interface PropTypes {
21
+ items: Item[];
22
+ container?: HTMLElement;
23
+ onChange: (item: Item) => void;
24
+ value: string;
25
+ type: BaseType;
26
+ borderRadius?: BaseBorderRadius;
27
+ className?: string;
28
+ }
29
+ export {};
30
+ //# sourceMappingURL=Tabs.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tabs.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tabs/Tabs.types.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,KAAK,QAAQ,MAAM,iBAAiB,CAAC;AAEjD,KAAK,QAAQ,GAAG;IACd,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,KAAK,aAAa,GAAG,QAAQ,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC;AAEF,KAAK,YAAY,GAAG,QAAQ,GAAG;IAC7B,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,KAAK,IAAI,GAAG,aAAa,GAAG,YAAY,CAAC;AACzC,KAAK,SAAS,GAAG,QAAQ,CAAC,YAAY,CAAC,OAAO,IAAI,CAAC,CAAC;AACpD,KAAK,QAAQ,GAAG,OAAO,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC;AACnD,KAAK,gBAAgB,GAAG,OAAO,CAAC,SAAS,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC,CAAC;AAEnE,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,QAAQ,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,QAAQ,CAAC;IACf,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -0,0 +1,2 @@
1
+ export { TabsComponent as Tabs } from './Tabs';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tabs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC"}
@@ -11,7 +11,7 @@ export * from './Chip';
11
11
  export * from './common';
12
12
  export * from './Divider';
13
13
  export * from './Drawer';
14
- export * from './ExpandedRoute';
14
+ export * from './FullExpandedQuote';
15
15
  export * from './Header';
16
16
  export * from './Modal';
17
17
  export * from './MessageBox';
@@ -53,4 +53,6 @@ export * from './Popover';
53
53
  export * from './Flags';
54
54
  export * from './Select';
55
55
  export * from './QuoteTag';
56
+ export * from './Tabs';
57
+ export type { SvgIconProps } from './SvgIcon';
56
58
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,YAAY,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { SvgIconPropsWithChildren } from '../components/SvgIcon';
2
+ import React from 'react';
3
+ declare function SvgBridges(props: SvgIconPropsWithChildren): React.FunctionComponentElement<SvgIconPropsWithChildren>;
4
+ export default SvgBridges;
5
+ //# sourceMappingURL=Bridges.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Bridges.d.ts","sourceRoot":"","sources":["../../../../../src/icons/Bridges.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,UAAU,CAAC,KAAK,EAAE,wBAAwB,4DAWlD;AACD,eAAe,UAAU,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { SvgIconPropsWithChildren } from '../components/SvgIcon';
2
+ import React from 'react';
3
+ declare function SvgDocument(props: SvgIconPropsWithChildren): React.FunctionComponentElement<SvgIconPropsWithChildren>;
4
+ export default SvgDocument;
5
+ //# sourceMappingURL=Document.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Document.d.ts","sourceRoot":"","sources":["../../../../../src/icons/Document.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,WAAW,CAAC,KAAK,EAAE,wBAAwB,4DA0CnD;AACD,eAAe,WAAW,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { SvgIconPropsWithChildren } from '../components/SvgIcon';
2
+ import React from 'react';
3
+ declare function SvgExchange(props: SvgIconPropsWithChildren): React.FunctionComponentElement<SvgIconPropsWithChildren>;
4
+ export default SvgExchange;
5
+ //# sourceMappingURL=Exchange.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Exchange.d.ts","sourceRoot":"","sources":["../../../../../src/icons/Exchange.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,WAAW,CAAC,KAAK,EAAE,wBAAwB,4DAcnD;AACD,eAAe,WAAW,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { SvgIconPropsWithChildren } from '../components/SvgIcon';
2
+ import React from 'react';
3
+ declare function SvgExplorer(props: SvgIconPropsWithChildren): React.FunctionComponentElement<SvgIconPropsWithChildren>;
4
+ export default SvgExplorer;
5
+ //# sourceMappingURL=Explorer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Explorer.d.ts","sourceRoot":"","sources":["../../../../../src/icons/Explorer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,WAAW,CAAC,KAAK,EAAE,wBAAwB,4DAYnD;AACD,eAAe,WAAW,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"InProgress.d.ts","sourceRoot":"","sources":["../../../../../src/icons/InProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,aAAa,CAAC,KAAK,EAAE,wBAAwB,4DA0BrD;AACD,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"InProgress.d.ts","sourceRoot":"","sources":["../../../../../src/icons/InProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,aAAa,CAAC,KAAK,EAAE,wBAAwB,4DA+BrD;AACD,eAAe,aAAa,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { SvgIconPropsWithChildren } from '../components/SvgIcon';
2
+ import React from 'react';
3
+ declare function SvgMore(props: SvgIconPropsWithChildren): React.FunctionComponentElement<SvgIconPropsWithChildren>;
4
+ export default SvgMore;
5
+ //# sourceMappingURL=More.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"More.d.ts","sourceRoot":"","sources":["../../../../../src/icons/More.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,OAAO,CAAC,KAAK,EAAE,wBAAwB,4DAsB/C;AACD,eAAe,OAAO,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { SvgIconPropsWithChildren } from '../components/SvgIcon';
2
+ import React from 'react';
3
+ declare function SvgReport(props: SvgIconPropsWithChildren): React.FunctionComponentElement<SvgIconPropsWithChildren>;
4
+ export default SvgReport;
5
+ //# sourceMappingURL=Report.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Report.d.ts","sourceRoot":"","sources":["../../../../../src/icons/Report.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,SAAS,CAAC,KAAK,EAAE,wBAAwB,4DAYjD;AACD,eAAe,SAAS,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { SvgIconPropsWithChildren } from '../components/SvgIcon';
2
+ import React from 'react';
3
+ declare function SvgRequest(props: SvgIconPropsWithChildren): React.FunctionComponentElement<SvgIconPropsWithChildren>;
4
+ export default SvgRequest;
5
+ //# sourceMappingURL=Request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Request.d.ts","sourceRoot":"","sources":["../../../../../src/icons/Request.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,UAAU,CAAC,KAAK,EAAE,wBAAwB,4DAyDlD;AACD,eAAe,UAAU,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { SvgIconPropsWithChildren } from '../components/SvgIcon';
2
+ import React from 'react';
3
+ declare function SvgSupport(props: SvgIconPropsWithChildren): React.FunctionComponentElement<SvgIconPropsWithChildren>;
4
+ export default SvgSupport;
5
+ //# sourceMappingURL=Support.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Support.d.ts","sourceRoot":"","sources":["../../../../../src/icons/Support.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,UAAU,CAAC,KAAK,EAAE,wBAAwB,4DAgClD;AACD,eAAe,UAAU,CAAC"}
@@ -2,11 +2,14 @@ export { default as AddIcon } from './Add';
2
2
  export { default as AutoThemeIcon } from './AutoTheme';
3
3
  export { default as AutorenewIcon } from './Autorenew';
4
4
  export { default as BorderRadiusIcon } from './BorderRadius';
5
+ export { default as BridgeIcon } from './Bridges';
6
+ export { default as ChainsIcon } from './Chains';
5
7
  export { default as ChevronDownIcon } from './ChevronDown';
6
8
  export { default as ChevronLeftIcon } from './ChevronLeft';
7
9
  export { default as ChevronRightIcon } from './ChevronRight';
8
10
  export { default as ChevronUpIcon } from './ChevronUp';
9
11
  export { default as CloseIcon } from './Close';
12
+ export { default as ColorsIcon } from './Colors';
10
13
  export { default as CompleteIcon } from './Complete';
11
14
  export { default as CopyIcon } from './Copy';
12
15
  export { default as CosmosCategoryIcon } from './CosmosCategory';
@@ -14,25 +17,32 @@ export { default as CustomColorsIcon } from './CustomColors';
14
17
  export { default as DarkModeIcon } from './DarkMode';
15
18
  export { default as DeleteIcon } from './Delete';
16
19
  export { default as DesktopIcon } from './Desktop';
20
+ export { default as DocumentIcon } from './Document';
21
+ export { default as DiscordIcon } from './Discord';
17
22
  export { default as DoneIcon } from './Done';
18
- export { default as EvmCategoryIcon } from './EvmCategory';
19
23
  export { default as ErrorIcon } from './Error';
24
+ export { default as EvmCategoryIcon } from './EvmCategory';
20
25
  export { default as ExitIcon } from './Exit';
26
+ export { default as ExchangeIcon } from './Exchange';
27
+ export { default as ExplorerIcon } from './Explorer';
21
28
  export { default as ExternalLinkIcon } from './ExternalLink';
22
29
  export { default as FontIcon } from './Font';
23
30
  export { default as GasIcon } from './Gas';
24
31
  export { default as HeightIcon } from './Height';
25
- export { default as InProgressIcon } from './InProgress';
26
32
  export { default as InfoErrorIcon } from './InfoError';
27
33
  export { default as InfoIcon } from './Info';
34
+ export { default as InProgressIcon } from './InProgress';
35
+ export { default as KeyIcon } from './Key';
28
36
  export { default as LanguageIcon } from './Language';
29
37
  export { default as LightModeIcon } from './LightMode';
30
38
  export { default as LinkIcon } from './Link';
31
39
  export { default as LoadingIcon } from './Loading';
32
40
  export { default as LogoWithTextIcon } from './LogoWithText';
41
+ export { default as MediumIcon } from './Medium';
33
42
  export { default as MenuIcon } from './Menu';
34
- export { default as NoRouteIcon } from './NoRoute';
43
+ export { default as MoreIcon } from './More';
35
44
  export { default as NextIcon } from './Next';
45
+ export { default as NoRouteIcon } from './NoRoute';
36
46
  export { default as NoNotificationIcon } from './NoNotification';
37
47
  export { default as NotificationNumberIcon } from './NotificationNumber';
38
48
  export { default as NotificationsIcon } from './Notifications';
@@ -40,10 +50,16 @@ export { default as NumberIcon } from './Number';
40
50
  export { default as OtherCategoryIcon } from './OtherCategory';
41
51
  export { default as PinIcon } from './Pin';
42
52
  export { default as RefreshIcon } from './Refresh';
53
+ export { default as ReportIcon } from './Report';
54
+ export { default as RequestIcon } from './Request';
43
55
  export { default as ReverseIcon } from './Reverse';
44
56
  export { default as RouteIcon } from './Route';
45
57
  export { default as SearchIcon } from './Search';
58
+ export { default as SupportIcon } from './Support';
59
+ export { default as SettingsIcon } from './Settings';
60
+ export { default as StyleIcon } from './Style';
46
61
  export { default as SwapIcon } from './Swap';
62
+ export { default as TelegramIcon } from './Telegram';
47
63
  export { default as TimeIcon } from './Time';
48
64
  export { default as TransactionIcon } from './Transaction';
49
65
  export { default as TuneIcon } from './Tune';
@@ -51,13 +67,5 @@ export { default as UtxoCategoryIcon } from './UtxoCategory';
51
67
  export { default as WalletIcon } from './Wallet';
52
68
  export { default as WarningIcon } from './Warning';
53
69
  export { default as WidthIcon } from './Width';
54
- export { default as ChainsIcon } from './Chains';
55
- export { default as ColorsIcon } from './Colors';
56
- export { default as DiscordIcon } from './Discord';
57
- export { default as KeyIcon } from './Key';
58
- export { default as MediumIcon } from './Medium';
59
- export { default as SettingsIcon } from './Settings';
60
- export { default as StyleIcon } from './Style';
61
- export { default as TelegramIcon } from './Telegram';
62
70
  export { default as XIcon } from './X';
63
71
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/icons/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/icons/index.ts"],"names":[],"mappings":"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"}
@@ -338,11 +338,11 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
338
338
  [x: number]: CSS_1;
339
339
  };
340
340
  } | undefined;
341
- compoundVariants?: (("variants" extends keyof Composers[K] ? Composers[K][keyof Composers[K] & "variants"] extends infer T ? { [Name in keyof T]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : never : import("@stitches/react/types/util").WideObject) & {
341
+ compoundVariants?: (("variants" extends keyof Composers[K] ? { [Name in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : import("@stitches/react/types/util").WideObject) & {
342
342
  css: CSS_1;
343
343
  })[] | undefined;
344
- defaultVariants?: ("variants" extends keyof Composers[K] ? Composers[K][keyof Composers[K] & "variants"] extends infer T_1 ? { [Name_1 in keyof T_1]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : never : import("@stitches/react/types/util").WideObject) | undefined;
345
- } & CSS_1 & (Composers[K] extends infer T_2 ? { [K2 in keyof T_2]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS_1 ? CSS_1[K2] : unknown; } : never); }) => import("@stitches/react/types/styled-component").StyledComponent<Type, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
344
+ defaultVariants?: ("variants" extends keyof Composers[K] ? { [Name_1 in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : import("@stitches/react/types/util").WideObject) | undefined;
345
+ } & CSS_1 & { [K2 in keyof Composers[K]]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS_1 ? CSS_1[K2] : unknown; }; }) => import("@stitches/react/types/styled-component").StyledComponent<Type, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
346
346
  xs: string;
347
347
  sm: string;
348
348
  md: string;
@@ -668,11 +668,11 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
668
668
  [x: number]: CSS_1;
669
669
  };
670
670
  } | undefined;
671
- compoundVariants?: (("variants" extends keyof Composers[K] ? Composers[K][keyof Composers[K] & "variants"] extends infer T ? { [Name in keyof T]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : never : import("@stitches/react/types/util").WideObject) & {
671
+ compoundVariants?: (("variants" extends keyof Composers[K] ? { [Name in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : import("@stitches/react/types/util").WideObject) & {
672
672
  css: CSS_1;
673
673
  })[] | undefined;
674
- defaultVariants?: ("variants" extends keyof Composers[K] ? Composers[K][keyof Composers[K] & "variants"] extends infer T_1 ? { [Name_1 in keyof T_1]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : never : import("@stitches/react/types/util").WideObject) | undefined;
675
- } & CSS_1 & (Composers[K] extends infer T_2 ? { [K2 in keyof T_2]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS_1 ? CSS_1[K2] : unknown; } : never); }) => import("@stitches/react/types/styled-component").CssComponent<import("@stitches/react/types/styled-component").StyledComponentType<Composers>, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
674
+ defaultVariants?: ("variants" extends keyof Composers[K] ? { [Name_1 in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : import("@stitches/react/types/util").WideObject) | undefined;
675
+ } & CSS_1 & { [K2 in keyof Composers[K]]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS_1 ? CSS_1[K2] : unknown; }; }) => import("@stitches/react/types/styled-component").CssComponent<import("@stitches/react/types/styled-component").StyledComponentType<Composers>, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
676
676
  xs: string;
677
677
  sm: string;
678
678
  md: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/ui",
3
- "version": "0.29.1-next.0",
3
+ "version": "0.29.1-next.10",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -50,10 +50,7 @@
50
50
  "react": "^18.2.0",
51
51
  "react-dom": "^18.2.0",
52
52
  "react-is": "^18.2.0",
53
- "storybook": "^7.1.1",
54
- "tsdx": "^0.14.1",
55
- "tslib": "^2.4.1",
56
- "typescript": "^4.8.4"
53
+ "storybook": "^7.1.1"
57
54
  },
58
55
  "dependencies": {
59
56
  "@radix-ui/react-checkbox": "^1.0.1",
@@ -63,7 +60,7 @@
63
60
  "@radix-ui/react-select": "^2.0.0",
64
61
  "@radix-ui/react-switch": "^1.0.1",
65
62
  "@radix-ui/react-tooltip": "^1.0.2",
66
- "@rango-dev/wallets-shared": "^0.28.0",
63
+ "@rango-dev/wallets-shared": "^0.28.1-next.1",
67
64
  "@stitches/react": "^1.2.8",
68
65
  "rango-sdk": "^0.1.45",
69
66
  "rango-types": "^0.1.59",
package/readme.md CHANGED
@@ -5,3 +5,4 @@ Rango UI design system components
5
5
  ### Icons
6
6
 
7
7
  Add your svg icon to `svgs/resources/` then run `yarn build:icons`.
8
+
@@ -4,7 +4,9 @@ export const Container = styled('div', {
4
4
  display: 'flex',
5
5
  flexDirection: 'column',
6
6
  borderRadius: '$xs',
7
-
7
+ '.title_typography': {
8
+ width: '100%',
9
+ },
8
10
  '.title_typography:first-letter': {
9
11
  textTransform: 'uppercase',
10
12
  },
@@ -45,7 +45,12 @@ export function Alert(props: PropsWithChildren<PropTypes>) {
45
45
  </Typography>
46
46
  )}
47
47
  </TitleContainer>
48
- {action ? <div>{action}</div> : null}
48
+ {action ? (
49
+ <>
50
+ <Divider direction="horizontal" size={'20'} />
51
+ <div>{action}</div>
52
+ </>
53
+ ) : null}
49
54
  </Main>
50
55
  {footer ? (
51
56
  <div className={`footer ${isFooterString ? 'description' : ''}`}>
@@ -0,0 +1,78 @@
1
+ import React from 'react';
2
+
3
+ import { ChainToken } from '../ChainToken';
4
+ import { Skeleton } from '../Skeleton';
5
+
6
+ import {
7
+ FlexCenter,
8
+ OutputLoading,
9
+ Separator,
10
+ VerticalLine,
11
+ } from './FullExpandedQuote.styles';
12
+
13
+ export function SkeletonHeader() {
14
+ return (
15
+ <>
16
+ <FlexCenter>
17
+ <Skeleton width={57.5} variant="text" size="large" />
18
+ <Separator />
19
+ <Skeleton width={57.5} variant="text" size="large" />
20
+ <Separator />
21
+ <Skeleton width={25.5} variant="text" size="large" />
22
+ </FlexCenter>
23
+ <FlexCenter
24
+ css={{
25
+ gap: '$5',
26
+ }}>
27
+ <Skeleton width={74} variant="text" size="large" />
28
+ <Skeleton width={80} variant="text" size="large" />
29
+ <Skeleton width={75} variant="text" size="large" />
30
+ <Skeleton width={52} variant="text" size="large" />
31
+ <Skeleton width={95} variant="text" size="large" />
32
+ </FlexCenter>
33
+ </>
34
+ );
35
+ }
36
+
37
+ export function SkeletonOutput() {
38
+ return (
39
+ <OutputLoading>
40
+ <ChainToken
41
+ useAsPlaceholder={true}
42
+ size="medium"
43
+ chainImage=""
44
+ tokenImage=""
45
+ loading={true}
46
+ />
47
+ <Skeleton variant="rounded" width={122} height={29} />
48
+ </OutputLoading>
49
+ );
50
+ }
51
+ export function SkeletonItemLeft() {
52
+ return (
53
+ <div
54
+ style={{
55
+ display: 'flex',
56
+ alignItems: 'end',
57
+ }}>
58
+ <Skeleton variant="rounded" width={42} height={49} />
59
+ </div>
60
+ );
61
+ }
62
+
63
+ export function SkeletonItemRight() {
64
+ return (
65
+ <FlexCenter
66
+ css={{
67
+ flexDirection: 'column',
68
+ gap: '$2',
69
+ }}>
70
+ <Skeleton variant="circular" width={30} height={30} />
71
+ <VerticalLine
72
+ css={{
73
+ width: 'unset',
74
+ }}
75
+ />
76
+ </FlexCenter>
77
+ );
78
+ }
@@ -1,14 +1,14 @@
1
1
  import type { Meta, StoryObj } from '@storybook/react';
2
2
 
3
- import { ExpandedRoute } from './ExpandedRoute';
3
+ import { FullExpandedQuote } from './FullExpandedQuote';
4
4
  import { steps, tags } from './mock';
5
5
 
6
- const meta: Meta<typeof ExpandedRoute> = {
7
- component: ExpandedRoute,
6
+ const meta: Meta<typeof FullExpandedQuote> = {
7
+ component: FullExpandedQuote,
8
8
  };
9
9
 
10
10
  export default meta;
11
- type Story = StoryObj<typeof ExpandedRoute>;
11
+ type Story = StoryObj<typeof FullExpandedQuote>;
12
12
 
13
13
  export const Main: Story = {
14
14
  args: {
@@ -3,7 +3,7 @@ import { PriceImpact } from '../PriceImpact';
3
3
 
4
4
  export const tokenLabelStyles = css({});
5
5
 
6
- const FlexCenter = styled('div', {
6
+ export const FlexCenter = styled('div', {
7
7
  display: 'flex',
8
8
  justifyContent: 'center',
9
9
  alignItems: 'center',
@@ -39,6 +39,13 @@ export const RouteContainer = styled('div', {
39
39
  export const RouteHeader = styled('div', {
40
40
  display: 'flex',
41
41
  justifyContent: 'space-between',
42
+ variants: {
43
+ loading: {
44
+ true: {
45
+ padding: '$2',
46
+ },
47
+ },
48
+ },
42
49
  });
43
50
 
44
51
  export const TagsContainer = styled('div', {
@@ -49,10 +56,9 @@ export const TagsContainer = styled('div', {
49
56
  export const Steps = styled('div', {
50
57
  display: 'flex',
51
58
  height: '85px',
52
- padding: '$2',
53
59
  });
54
60
 
55
- export const Step = styled('div', {
61
+ export const StepItem = styled('div', {
56
62
  padding: '$2',
57
63
  display: 'flex',
58
64
  width: '100%',
@@ -152,7 +158,7 @@ export const OutputSection = styled(FlexCenter, {
152
158
 
153
159
  export const VerticalLine = styled('div', {
154
160
  display: 'flex',
155
- width: '50%',
161
+ width: 'calc(50% + 1px)',
156
162
  borderRight: '1px dashed',
157
163
  height: '$10',
158
164
  borderColor: '$info300',
@@ -172,7 +178,7 @@ export const lastStepStyle = css({
172
178
  content: '',
173
179
  position: 'absolute',
174
180
  top: '50%',
175
- right: '0',
181
+ right: '-3px',
176
182
  transform: 'translate(-50%, -50%) rotate(45deg)',
177
183
  width: '$6',
178
184
  height: '$6',
@@ -184,3 +190,19 @@ export const lastStepStyle = css({
184
190
  },
185
191
  },
186
192
  });
193
+
194
+ // Styles for the skeleton
195
+
196
+ export const Separator = styled('div', {
197
+ height: '$12',
198
+ marginLeft: '$10',
199
+ marginRight: '$10',
200
+ borderLeft: '1px solid $neutral700',
201
+ });
202
+
203
+ export const OutputLoading = styled(FlexCenter, {
204
+ padding: '0 $2',
205
+ height: '85px',
206
+ gap: '$10',
207
+ flexDirection: 'column',
208
+ });