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

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 (46) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/index.js +6 -6
  3. package/dist/index.js.map +4 -4
  4. package/dist/widget/ui/src/components/Alert/Alert.types.d.ts +1 -1
  5. package/dist/widget/ui/src/components/Alert/Alert.types.d.ts.map +1 -1
  6. package/dist/widget/ui/src/components/ExpandedRoute/ExpandedRoute.d.ts +4 -0
  7. package/dist/widget/ui/src/components/ExpandedRoute/ExpandedRoute.d.ts.map +1 -0
  8. package/dist/widget/ui/src/components/ExpandedRoute/ExpandedRoute.stories.d.ts +7 -0
  9. package/dist/widget/ui/src/components/ExpandedRoute/ExpandedRoute.stories.d.ts.map +1 -0
  10. package/dist/widget/ui/src/components/ExpandedRoute/ExpandedRoute.styles.d.ts +3566 -0
  11. package/dist/widget/ui/src/components/ExpandedRoute/ExpandedRoute.styles.d.ts.map +1 -0
  12. package/dist/widget/ui/src/components/ExpandedRoute/ExpandedRoute.types.d.ts +18 -0
  13. package/dist/widget/ui/src/components/ExpandedRoute/ExpandedRoute.types.d.ts.map +1 -0
  14. package/dist/widget/ui/src/components/ExpandedRoute/index.d.ts +2 -0
  15. package/dist/widget/ui/src/components/ExpandedRoute/index.d.ts.map +1 -0
  16. package/dist/widget/ui/src/components/ExpandedRoute/mock.d.ts +7 -0
  17. package/dist/widget/ui/src/components/ExpandedRoute/mock.d.ts.map +1 -0
  18. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.d.ts.map +1 -1
  19. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.types.d.ts +2 -1
  20. package/dist/widget/ui/src/components/PriceImpact/PriceImpact.types.d.ts.map +1 -1
  21. package/dist/widget/ui/src/components/QuoteTag/QuoteTag.d.ts +4 -0
  22. package/dist/widget/ui/src/components/QuoteTag/QuoteTag.d.ts.map +1 -0
  23. package/dist/widget/ui/src/components/QuoteTag/QuoteTag.styles.d.ts +327 -0
  24. package/dist/widget/ui/src/components/QuoteTag/QuoteTag.styles.d.ts.map +1 -0
  25. package/dist/widget/ui/src/components/QuoteTag/index.d.ts +2 -0
  26. package/dist/widget/ui/src/components/QuoteTag/index.d.ts.map +1 -0
  27. package/dist/widget/ui/src/components/index.d.ts +2 -1
  28. package/dist/widget/ui/src/components/index.d.ts.map +1 -1
  29. package/dist/widget/ui/src/types/index.d.ts +1 -0
  30. package/dist/widget/ui/src/types/index.d.ts.map +1 -1
  31. package/package.json +2 -2
  32. package/src/components/Alert/Alert.types.ts +1 -1
  33. package/src/components/ExpandedRoute/ExpandedRoute.stories.tsx +29 -0
  34. package/src/components/ExpandedRoute/ExpandedRoute.styles.ts +186 -0
  35. package/src/components/ExpandedRoute/ExpandedRoute.tsx +147 -0
  36. package/src/components/ExpandedRoute/ExpandedRoute.types.ts +18 -0
  37. package/src/components/ExpandedRoute/index.ts +1 -0
  38. package/src/components/ExpandedRoute/mock.ts +236 -0
  39. package/src/components/PriceImpact/PriceImpact.tsx +5 -7
  40. package/src/components/PriceImpact/PriceImpact.types.ts +2 -1
  41. package/src/components/QuoteTag/QuoteTag.styles.ts +44 -0
  42. package/src/components/QuoteTag/QuoteTag.tsx +19 -0
  43. package/src/components/QuoteTag/index.ts +1 -0
  44. package/src/components/index.ts +2 -1
  45. package/src/containers/SwapInput/SwapInput.tsx +1 -1
  46. package/src/types/index.ts +4 -0
@@ -1,6 +1,6 @@
1
+ import type { CSS } from '../../theme';
1
2
  import type { BaseAlign } from '../Typography/Typography.types';
2
3
  import type { ReactNode } from 'react';
3
- import type { CSS } from 'src/theme';
4
4
  export type Type = 'success' | 'warning' | 'error' | 'info' | 'loading';
5
5
  export interface PropTypes {
6
6
  type: Type;
@@ -1 +1 @@
1
- {"version":3,"file":"Alert.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Alert/Alert.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gCAAgC,CAAC;AAChE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAErC,MAAM,MAAM,IAAI,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;AAExE,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,IAAI,CAAC;IACX,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,eAAe,CAAC,EAAE,GAAG,CAAC;IACtB,UAAU,CAAC,EAAE,SAAS,CAAC;CACxB"}
1
+ {"version":3,"file":"Alert.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Alert/Alert.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gCAAgC,CAAC;AAChE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,MAAM,IAAI,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;AAExE,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,IAAI,CAAC;IACX,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,eAAe,CAAC,EAAE,GAAG,CAAC;IACtB,UAAU,CAAC,EAAE,SAAS,CAAC;CACxB"}
@@ -0,0 +1,4 @@
1
+ import type { PropTypes } from './ExpandedRoute.types';
2
+ import React from 'react';
3
+ export declare function ExpandedRoute(props: PropTypes): React.JSX.Element;
4
+ //# sourceMappingURL=ExpandedRoute.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExpandedRoute.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ExpandedRoute/ExpandedRoute.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAEvD,OAAO,KAAK,MAAM,OAAO,CAAC;AA8B1B,wBAAgB,aAAa,CAAC,KAAK,EAAE,SAAS,qBAkH7C"}
@@ -0,0 +1,7 @@
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import { ExpandedRoute } from './ExpandedRoute';
3
+ declare const meta: Meta<typeof ExpandedRoute>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof ExpandedRoute>;
6
+ export declare const Main: Story;
7
+ //# sourceMappingURL=ExpandedRoute.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExpandedRoute.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ExpandedRoute/ExpandedRoute.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,aAAa,CAEpC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,aAAa,CAAC,CAAC;AAE5C,eAAO,MAAM,IAAI,EAAE,KAgBlB,CAAC"}