@artsy/palette 19.5.1 → 19.7.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 (53) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist/elements/BaseTabs/BaseTab.d.ts +2 -2
  3. package/dist/elements/BorderBox/BorderBox.d.ts +1 -0
  4. package/dist/elements/BorderBox/BorderBoxBase.d.ts +1 -0
  5. package/dist/elements/BorderedRadio/BorderedRadio.d.ts +20 -20
  6. package/dist/elements/Box/Box.d.ts +1 -0
  7. package/dist/elements/CSSGrid/CSSGrid.d.ts +1 -0
  8. package/dist/elements/Carousel/Carousel.d.ts +3 -3
  9. package/dist/elements/Carousel/CarouselNavigation.d.ts +4 -4
  10. package/dist/elements/Clickable/Clickable.d.ts +2 -2
  11. package/dist/elements/Flex/Flex.d.ts +1 -0
  12. package/dist/elements/FullBleed/FullBleed.d.ts +1 -0
  13. package/dist/elements/GridColumns/GridColumns.d.ts +1 -1
  14. package/dist/elements/Link/Link.d.ts +1 -0
  15. package/dist/elements/Modal/ModalBase.js +7 -1
  16. package/dist/elements/Modal/ModalBase.js.map +1 -1
  17. package/dist/elements/Radio/RadioDot.d.ts +1 -0
  18. package/dist/elements/Range/Range.d.ts +11 -0
  19. package/dist/elements/Range/Range.js +179 -0
  20. package/dist/elements/Range/Range.js.map +1 -0
  21. package/dist/elements/Range/Range.story.d.ts +7 -0
  22. package/dist/elements/Range/Range.story.js +139 -0
  23. package/dist/elements/Range/Range.story.js.map +1 -0
  24. package/dist/elements/Range/index.d.ts +1 -0
  25. package/dist/elements/Range/index.js +19 -0
  26. package/dist/elements/Range/index.js.map +1 -0
  27. package/dist/elements/Separator/Separator.d.ts +1 -0
  28. package/dist/elements/Shelf/useClickScroll.d.ts +1 -0
  29. package/dist/elements/Shelf/useDragScroll.d.ts +1 -0
  30. package/dist/elements/StackableBorderBox/StackableBorderBox.d.ts +1 -0
  31. package/dist/elements/Sup/Sup.d.ts +1 -0
  32. package/dist/elements/Swiper/Swiper.d.ts +2 -2
  33. package/dist/elements/Text/Text.d.ts +1 -0
  34. package/dist/elements/Typography/Typography.d.ts +4 -4
  35. package/dist/elements/VisuallyHidden/VisuallyHidden.d.ts +1 -0
  36. package/dist/elements/index.d.ts +1 -0
  37. package/dist/elements/index.js +13 -0
  38. package/dist/elements/index.js.map +1 -1
  39. package/dist/svgs/GuaranteeIcon.d.ts +4 -0
  40. package/dist/svgs/GuaranteeIcon.js +48 -0
  41. package/dist/svgs/GuaranteeIcon.js.map +1 -0
  42. package/dist/svgs/Icon.d.ts +1 -1
  43. package/dist/svgs/index.d.ts +1 -0
  44. package/dist/svgs/index.js +13 -0
  45. package/dist/svgs/index.js.map +1 -1
  46. package/dist/utils/remapValue.d.ts +15 -0
  47. package/dist/utils/remapValue.js +22 -0
  48. package/dist/utils/remapValue.js.map +1 -0
  49. package/dist/utils/useClickOutside.d.ts +1 -0
  50. package/dist/utils/usePortal.d.ts +1 -1
  51. package/dist/utils/usePortal.js.map +1 -1
  52. package/dist/utils/useWidthOf.d.ts +1 -0
  53. package/package.json +4 -4
@@ -0,0 +1,139 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.default = exports.WithinModal = exports.InContext = exports.Default = void 0;
9
+
10
+ var _addonActions = require("@storybook/addon-actions");
11
+
12
+ var _react = _interopRequireWildcard(require("react"));
13
+
14
+ var _storybookStates = require("storybook-states");
15
+
16
+ var _Box = require("../Box");
17
+
18
+ var _Modal = require("../Modal");
19
+
20
+ var _Range = require("./Range");
21
+
22
+ var _LabeledInput = require("../LabeledInput");
23
+
24
+ var _Flex = require("../Flex");
25
+
26
+ var _ = require("../..");
27
+
28
+ var _Text = require("../Text");
29
+
30
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
31
+
32
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
33
+
34
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
35
+
36
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
37
+
38
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
39
+
40
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
41
+
42
+ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
43
+
44
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
45
+
46
+ var _default = {
47
+ title: "Components/Range"
48
+ };
49
+ exports.default = _default;
50
+
51
+ var Default = function Default() {
52
+ return /*#__PURE__*/_react.default.createElement(_storybookStates.States, {
53
+ states: [{}, {
54
+ value: [1100, 3450]
55
+ }, {
56
+ step: 1,
57
+ max: 10
58
+ }]
59
+ }, /*#__PURE__*/_react.default.createElement(_Range.Range, {
60
+ min: 0,
61
+ max: 5000,
62
+ step: 10,
63
+ onChange: (0, _addonActions.action)("onChange")
64
+ }));
65
+ };
66
+
67
+ exports.Default = Default;
68
+ Default.displayName = "Default";
69
+
70
+ var WithinModal = function WithinModal() {
71
+ return /*#__PURE__*/_react.default.createElement(_Modal.ModalBase, {
72
+ width: "100%",
73
+ height: "100%",
74
+ dialogProps: {
75
+ width: 400,
76
+ height: 400,
77
+ bg: "black5"
78
+ }
79
+ }, /*#__PURE__*/_react.default.createElement(_Box.Box, {
80
+ width: 400,
81
+ height: 400
82
+ }, /*#__PURE__*/_react.default.createElement(_Range.Range, {
83
+ min: 0,
84
+ max: 5000,
85
+ step: 10,
86
+ onChange: (0, _addonActions.action)("onChange")
87
+ })));
88
+ };
89
+
90
+ exports.WithinModal = WithinModal;
91
+ WithinModal.displayName = "WithinModal";
92
+
93
+ var InContext = function InContext() {
94
+ var _useState = (0, _react.useState)([0, 50000]),
95
+ _useState2 = _slicedToArray(_useState, 2),
96
+ _useState2$ = _slicedToArray(_useState2[0], 2),
97
+ min = _useState2$[0],
98
+ max = _useState2$[1],
99
+ setMinMax = _useState2[1];
100
+
101
+ return /*#__PURE__*/_react.default.createElement(_Box.Box, {
102
+ p: 2,
103
+ border: "1px solid",
104
+ borderColor: "black10",
105
+ width: 375
106
+ }, /*#__PURE__*/_react.default.createElement(_Flex.Flex, null, /*#__PURE__*/_react.default.createElement(_LabeledInput.LabeledInput, {
107
+ title: "Min",
108
+ label: "$USD",
109
+ flex: 1,
110
+ value: min
111
+ }), /*#__PURE__*/_react.default.createElement(_.Spacer, {
112
+ ml: 1
113
+ }), /*#__PURE__*/_react.default.createElement(_LabeledInput.LabeledInput, {
114
+ title: "Max",
115
+ label: "$USD",
116
+ flex: 1,
117
+ value: max
118
+ })), /*#__PURE__*/_react.default.createElement(_.Spacer, {
119
+ mt: 1
120
+ }), /*#__PURE__*/_react.default.createElement(_Range.Range, {
121
+ min: 0,
122
+ max: 50000,
123
+ step: 100,
124
+ value: [min, max],
125
+ onChange: setMinMax
126
+ }), /*#__PURE__*/_react.default.createElement(_.Spacer, {
127
+ mt: 0.5
128
+ }), /*#__PURE__*/_react.default.createElement(_Flex.Flex, {
129
+ justifyContent: "space-between"
130
+ }, /*#__PURE__*/_react.default.createElement(_Text.Text, {
131
+ variant: "xs"
132
+ }, "$0"), /*#__PURE__*/_react.default.createElement(_Text.Text, {
133
+ variant: "xs"
134
+ }, "$50000+")));
135
+ };
136
+
137
+ exports.InContext = InContext;
138
+ InContext.displayName = "InContext";
139
+ //# sourceMappingURL=Range.story.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/elements/Range/Range.story.tsx"],"names":["title","Default","value","step","max","WithinModal","width","height","bg","InContext","min","setMinMax"],"mappings":";;;;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;;;;;;;;;;;;;;;eAEe;AACbA,EAAAA,KAAK,EAAE;AADM,C;;;AAIR,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,sBACE,6BAAC,uBAAD;AACE,IAAA,MAAM,EAAE,CAAC,EAAD,EAAK;AAAEC,MAAAA,KAAK,EAAE,CAAC,IAAD,EAAO,IAAP;AAAT,KAAL,EAA8B;AAAEC,MAAAA,IAAI,EAAE,CAAR;AAAWC,MAAAA,GAAG,EAAE;AAAhB,KAA9B;AADV,kBAGE,6BAAC,YAAD;AAAO,IAAA,GAAG,EAAE,CAAZ;AAAe,IAAA,GAAG,EAAE,IAApB;AAA0B,IAAA,IAAI,EAAE,EAAhC;AAAoC,IAAA,QAAQ,EAAE,0BAAO,UAAP;AAA9C,IAHF,CADF;AAOD,CARM;;;AAAMH,O;;AAUN,IAAMI,WAAW,GAAG,SAAdA,WAAc,GAAM;AAC/B,sBACE,6BAAC,gBAAD;AACE,IAAA,KAAK,EAAC,MADR;AAEE,IAAA,MAAM,EAAC,MAFT;AAGE,IAAA,WAAW,EAAE;AAAEC,MAAAA,KAAK,EAAE,GAAT;AAAcC,MAAAA,MAAM,EAAE,GAAtB;AAA2BC,MAAAA,EAAE,EAAE;AAA/B;AAHf,kBAKE,6BAAC,QAAD;AAAK,IAAA,KAAK,EAAE,GAAZ;AAAiB,IAAA,MAAM,EAAE;AAAzB,kBACE,6BAAC,YAAD;AAAO,IAAA,GAAG,EAAE,CAAZ;AAAe,IAAA,GAAG,EAAE,IAApB;AAA0B,IAAA,IAAI,EAAE,EAAhC;AAAoC,IAAA,QAAQ,EAAE,0BAAO,UAAP;AAA9C,IADF,CALF,CADF;AAWD,CAZM;;;AAAMH,W;;AAcN,IAAMI,SAAS,GAAG,SAAZA,SAAY,GAAM;AAC7B,kBAAgC,qBAAmB,CAAC,CAAD,EAAI,KAAJ,CAAnB,CAAhC;AAAA;AAAA;AAAA,MAAQC,GAAR;AAAA,MAAaN,GAAb;AAAA,MAAmBO,SAAnB;;AAEA,sBACE,6BAAC,QAAD;AAAK,IAAA,CAAC,EAAE,CAAR;AAAW,IAAA,MAAM,EAAC,WAAlB;AAA8B,IAAA,WAAW,EAAC,SAA1C;AAAoD,IAAA,KAAK,EAAE;AAA3D,kBACE,6BAAC,UAAD,qBACE,6BAAC,0BAAD;AAAc,IAAA,KAAK,EAAC,KAApB;AAA0B,IAAA,KAAK,EAAC,MAAhC;AAAuC,IAAA,IAAI,EAAE,CAA7C;AAAgD,IAAA,KAAK,EAAED;AAAvD,IADF,eAGE,6BAAC,QAAD;AAAQ,IAAA,EAAE,EAAE;AAAZ,IAHF,eAKE,6BAAC,0BAAD;AAAc,IAAA,KAAK,EAAC,KAApB;AAA0B,IAAA,KAAK,EAAC,MAAhC;AAAuC,IAAA,IAAI,EAAE,CAA7C;AAAgD,IAAA,KAAK,EAAEN;AAAvD,IALF,CADF,eASE,6BAAC,QAAD;AAAQ,IAAA,EAAE,EAAE;AAAZ,IATF,eAWE,6BAAC,YAAD;AACE,IAAA,GAAG,EAAE,CADP;AAEE,IAAA,GAAG,EAAE,KAFP;AAGE,IAAA,IAAI,EAAE,GAHR;AAIE,IAAA,KAAK,EAAE,CAACM,GAAD,EAAMN,GAAN,CAJT;AAKE,IAAA,QAAQ,EAAEO;AALZ,IAXF,eAmBE,6BAAC,QAAD;AAAQ,IAAA,EAAE,EAAE;AAAZ,IAnBF,eAqBE,6BAAC,UAAD;AAAM,IAAA,cAAc,EAAC;AAArB,kBACE,6BAAC,UAAD;AAAM,IAAA,OAAO,EAAC;AAAd,UADF,eAGE,6BAAC,UAAD;AAAM,IAAA,OAAO,EAAC;AAAd,eAHF,CArBF,CADF;AA6BD,CAhCM;;;AAAMF,S","sourcesContent":["import { action } from \"@storybook/addon-actions\"\nimport React, { useState } from \"react\"\nimport { States } from \"storybook-states\"\nimport { Box } from \"../Box\"\nimport { ModalBase } from \"../Modal\"\nimport { Range, RangeProps } from \"./Range\"\nimport { LabeledInput } from \"../LabeledInput\"\nimport { Flex } from \"../Flex\"\nimport { Spacer } from \"../..\"\nimport { Text } from \"../Text\"\n\nexport default {\n title: \"Components/Range\",\n}\n\nexport const Default = () => {\n return (\n <States<Partial<RangeProps>>\n states={[{}, { value: [1100, 3450] }, { step: 1, max: 10 }]}\n >\n <Range min={0} max={5000} step={10} onChange={action(\"onChange\")} />\n </States>\n )\n}\n\nexport const WithinModal = () => {\n return (\n <ModalBase\n width=\"100%\"\n height=\"100%\"\n dialogProps={{ width: 400, height: 400, bg: \"black5\" }}\n >\n <Box width={400} height={400}>\n <Range min={0} max={5000} step={10} onChange={action(\"onChange\")} />\n </Box>\n </ModalBase>\n )\n}\n\nexport const InContext = () => {\n const [[min, max], setMinMax] = useState<number[]>([0, 50000])\n\n return (\n <Box p={2} border=\"1px solid\" borderColor=\"black10\" width={375}>\n <Flex>\n <LabeledInput title=\"Min\" label=\"$USD\" flex={1} value={min} />\n\n <Spacer ml={1} />\n\n <LabeledInput title=\"Max\" label=\"$USD\" flex={1} value={max} />\n </Flex>\n\n <Spacer mt={1} />\n\n <Range\n min={0}\n max={50000}\n step={100}\n value={[min, max]}\n onChange={setMinMax}\n />\n\n <Spacer mt={0.5} />\n\n <Flex justifyContent=\"space-between\">\n <Text variant=\"xs\">$0</Text>\n\n <Text variant=\"xs\">$50000+</Text>\n </Flex>\n </Box>\n )\n}\n"],"file":"Range.story.js"}
@@ -0,0 +1 @@
1
+ export * from "./Range";
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+
7
+ var _Range = require("./Range");
8
+
9
+ Object.keys(_Range).forEach(function (key) {
10
+ if (key === "default" || key === "__esModule") return;
11
+ if (key in exports && exports[key] === _Range[key]) return;
12
+ Object.defineProperty(exports, key, {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _Range[key];
16
+ }
17
+ });
18
+ });
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/elements/Range/index.ts"],"names":[],"mappings":";;;;;;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA","sourcesContent":["export * from \"./Range\"\n"],"file":"index.js"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { BorderProps, ColorProps, SpaceProps, WidthProps } from "styled-system";
2
3
  export interface SeparatorProps extends SpaceProps, WidthProps, BorderProps, ColorProps {
3
4
  }
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  interface UseClickScroll {
2
3
  trackRef?: React.MutableRefObject<HTMLElement | null>;
3
4
  thumbRef?: React.MutableRefObject<HTMLElement | null>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  interface UseDragScroll {
2
3
  viewport?: HTMLElement | null;
3
4
  thumbRef?: React.MutableRefObject<HTMLElement | null>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { BorderBoxProps } from "../BorderBox/BorderBoxBase";
2
3
  /**
3
4
  * A stackable border box is a BorderBox that shares borders with its siblings.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TextProps } from "../Text";
2
3
  export declare type SupProps = TextProps;
3
4
  export declare const Sup: import("styled-components").StyledComponentClass<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & import("..").BoxProps & import("styled-system").TypographyProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> & Omit<import("styled-system").ColorProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol>, "color"> & {
@@ -3,11 +3,11 @@ import { BoxProps } from "../Box";
3
3
  /** SwiperRailProps */
4
4
  export declare type SwiperRailProps = BoxProps;
5
5
  /** A `SwiperRail` slides back and forth within the viewport */
6
- export declare const SwiperRail: import("styled-components").StyledComponentClass<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & BoxProps, any, import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & BoxProps>;
6
+ export declare const SwiperRail: import("styled-components").StyledComponentClass<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & BoxProps, any, React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & BoxProps>;
7
7
  /** SwiperCellProps */
8
8
  export declare type SwiperCellProps = BoxProps;
9
9
  /** A `SwiperCell` wraps a single child in the carousel */
10
- export declare const SwiperCell: import("styled-components").StyledComponentClass<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & BoxProps, any, import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & BoxProps>;
10
+ export declare const SwiperCell: import("styled-components").StyledComponentClass<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & BoxProps, any, React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & BoxProps>;
11
11
  declare type ScrollSnapAlign = "none" | "start" | "end" | "center";
12
12
  /** SwiperProps */
13
13
  export declare type SwiperProps = BoxProps & {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TextVariant } from "@artsy/palette-tokens/dist/typography/types";
2
3
  import { ColorProps, ResponsiveValue, TypographyProps } from "styled-system";
3
4
  import { Color } from "../../Theme";
@@ -26,7 +26,7 @@ interface TextProps extends ColorProps, FontSizeProps, LineHeightProps, MaxWidth
26
26
  element?: keyof JSX.IntrinsicElements | React.ComponentType<any>;
27
27
  }
28
28
  /** Base Text component for typography */
29
- export declare const BaseText: StyledComponentClass<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & TextProps, any, import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & TextProps>;
29
+ export declare const BaseText: StyledComponentClass<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & TextProps, any, React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & TextProps>;
30
30
  /**
31
31
  * The supported typefaces
32
32
  */
@@ -114,7 +114,7 @@ export declare const Sans: StyledComponentClass<SansProps, any, {
114
114
  lineHeight?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
115
115
  italic?: boolean | undefined;
116
116
  weight?: "medium" | "regular" | null | undefined;
117
- element?: keyof JSX.IntrinsicElements | React.ComponentType<any> | undefined;
117
+ element?: React.ComponentType<any> | keyof JSX.IntrinsicElements | undefined;
118
118
  numberOfLines?: number | undefined;
119
119
  ellipsizeMode?: string | undefined;
120
120
  unstable_trackIn?: boolean | undefined;
@@ -189,7 +189,7 @@ export declare const Serif: StyledComponentClass<SerifProps, any, {
189
189
  lineHeight?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
190
190
  italic?: boolean | undefined;
191
191
  weight?: "regular" | "semibold" | null | undefined;
192
- element?: keyof JSX.IntrinsicElements | React.ComponentType<any> | undefined;
192
+ element?: React.ComponentType<any> | keyof JSX.IntrinsicElements | undefined;
193
193
  numberOfLines?: number | undefined;
194
194
  ellipsizeMode?: string | undefined;
195
195
  unstable_trackIn?: boolean | undefined;
@@ -257,7 +257,7 @@ export declare const Display: StyledComponentClass<DisplayProps, any, {
257
257
  fontSize?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
258
258
  lineHeight?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
259
259
  weight?: "regular" | null | undefined;
260
- element?: keyof JSX.IntrinsicElements | React.ComponentType<any> | undefined;
260
+ element?: React.ComponentType<any> | keyof JSX.IntrinsicElements | undefined;
261
261
  numberOfLines?: number | undefined;
262
262
  ellipsizeMode?: string | undefined;
263
263
  } & {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { BoxProps } from "../Box";
2
3
  /**
3
4
  * Visually the hide element, but present in DOM so that it is accessible
@@ -49,6 +49,7 @@ export * from "./ProgressBarTimer";
49
49
  export * from "./ProgressDots";
50
50
  export * from "./Radio";
51
51
  export * from "./RadioGroup";
52
+ export * from "./Range";
52
53
  export * from "./ReadMore";
53
54
  export * from "./ResponsiveBox";
54
55
  export * from "./Select";
@@ -667,6 +667,19 @@ Object.keys(_RadioGroup).forEach(function (key) {
667
667
  });
668
668
  });
669
669
 
670
+ var _Range = require("./Range");
671
+
672
+ Object.keys(_Range).forEach(function (key) {
673
+ if (key === "default" || key === "__esModule") return;
674
+ if (key in exports && exports[key] === _Range[key]) return;
675
+ Object.defineProperty(exports, key, {
676
+ enumerable: true,
677
+ get: function get() {
678
+ return _Range[key];
679
+ }
680
+ });
681
+ });
682
+
670
683
  var _ReadMore = require("./ReadMore");
671
684
 
672
685
  Object.keys(_ReadMore).forEach(function (key) {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/elements/index.tsx"],"names":[],"mappings":";;;;;;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA","sourcesContent":["export * from \"./AutocompleteInput\"\nexport * from \"./Avatar\"\nexport * from \"./Badge\"\nexport * from \"./Banner\"\nexport * from \"./BaseTabs\"\nexport * from \"./BorderBox\"\nexport * from \"./BorderedRadio\"\nexport * from \"./Box\"\nexport * from \"./Breadcrumbs\"\nexport * from \"./Button\"\nexport * from \"./Cards\"\nexport * from \"./Carousel\"\nexport * from \"./CarouselBar\"\nexport * from \"./Checkbox\"\nexport * from \"./CleanTag\"\nexport * from \"./Clickable\"\nexport * from \"./Collapse\"\nexport * from \"./Colors\"\nexport * from \"./CSSGrid\"\nexport * from \"./Dialog\"\nexport * from \"./Dropdown\"\nexport * from \"./EntityHeader\"\nexport * from \"./Expandable\"\nexport * from \"./FilterSelect\"\nexport * from \"./Flex\"\nexport * from \"./FullBleed\"\nexport * from \"./Grid\"\nexport * from \"./GridColumns\"\nexport * from \"./HorizontalOverflow\"\nexport * from \"./HTML\"\nexport * from \"./IconButton\"\nexport * from \"./Image\"\nexport * from \"./Input\"\nexport * from \"./Join\"\nexport * from \"./LabeledInput\"\nexport * from \"./Link\"\nexport * from \"./Marquee\"\nexport * from \"./Menu\"\nexport * from \"./Message\"\nexport * from \"./Modal\"\nexport * from \"./ModalDialog\"\nexport * from \"./MultiSelect\"\nexport * from \"./Pagination\"\nexport * from \"./PasswordInput\"\nexport * from \"./Pill\"\nexport * from \"./Popover\"\nexport * from \"./ProgressBar\"\nexport * from \"./ProgressBarTimer\"\nexport * from \"./ProgressDots\"\nexport * from \"./Radio\"\nexport * from \"./RadioGroup\"\nexport * from \"./ReadMore\"\nexport * from \"./ResponsiveBox\"\nexport * from \"./Select\"\nexport * from \"./Separator\"\nexport * from \"./Shelf\"\nexport * from \"./ShowMore\"\nexport * from \"./Skeleton\"\nexport * from \"./Skip\"\nexport * from \"./Spacer\"\nexport * from \"./Spinner\"\nexport * from \"./StackableBorderBox\"\nexport * from \"./StaticCountdownTimer\"\nexport * from \"./Stepper\"\nexport * from \"./Sup\"\nexport * from \"./Swiper\"\nexport * from \"./Tabs\"\nexport * from \"./Tags\"\nexport * from \"./Text\"\nexport * from \"./TextArea\"\nexport * from \"./TimeRemaining\"\nexport * from \"./Toasts\"\nexport * from \"./Toggle\"\nexport * from \"./Tooltip\"\nexport * from \"./Typography\"\nexport * from \"./VisuallyHidden\"\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../src/elements/index.tsx"],"names":[],"mappings":";;;;;;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA","sourcesContent":["export * from \"./AutocompleteInput\"\nexport * from \"./Avatar\"\nexport * from \"./Badge\"\nexport * from \"./Banner\"\nexport * from \"./BaseTabs\"\nexport * from \"./BorderBox\"\nexport * from \"./BorderedRadio\"\nexport * from \"./Box\"\nexport * from \"./Breadcrumbs\"\nexport * from \"./Button\"\nexport * from \"./Cards\"\nexport * from \"./Carousel\"\nexport * from \"./CarouselBar\"\nexport * from \"./Checkbox\"\nexport * from \"./CleanTag\"\nexport * from \"./Clickable\"\nexport * from \"./Collapse\"\nexport * from \"./Colors\"\nexport * from \"./CSSGrid\"\nexport * from \"./Dialog\"\nexport * from \"./Dropdown\"\nexport * from \"./EntityHeader\"\nexport * from \"./Expandable\"\nexport * from \"./FilterSelect\"\nexport * from \"./Flex\"\nexport * from \"./FullBleed\"\nexport * from \"./Grid\"\nexport * from \"./GridColumns\"\nexport * from \"./HorizontalOverflow\"\nexport * from \"./HTML\"\nexport * from \"./IconButton\"\nexport * from \"./Image\"\nexport * from \"./Input\"\nexport * from \"./Join\"\nexport * from \"./LabeledInput\"\nexport * from \"./Link\"\nexport * from \"./Marquee\"\nexport * from \"./Menu\"\nexport * from \"./Message\"\nexport * from \"./Modal\"\nexport * from \"./ModalDialog\"\nexport * from \"./MultiSelect\"\nexport * from \"./Pagination\"\nexport * from \"./PasswordInput\"\nexport * from \"./Pill\"\nexport * from \"./Popover\"\nexport * from \"./ProgressBar\"\nexport * from \"./ProgressBarTimer\"\nexport * from \"./ProgressDots\"\nexport * from \"./Radio\"\nexport * from \"./RadioGroup\"\nexport * from \"./Range\"\nexport * from \"./ReadMore\"\nexport * from \"./ResponsiveBox\"\nexport * from \"./Select\"\nexport * from \"./Separator\"\nexport * from \"./Shelf\"\nexport * from \"./ShowMore\"\nexport * from \"./Skeleton\"\nexport * from \"./Skip\"\nexport * from \"./Spacer\"\nexport * from \"./Spinner\"\nexport * from \"./StackableBorderBox\"\nexport * from \"./StaticCountdownTimer\"\nexport * from \"./Stepper\"\nexport * from \"./Sup\"\nexport * from \"./Swiper\"\nexport * from \"./Tabs\"\nexport * from \"./Tags\"\nexport * from \"./Text\"\nexport * from \"./TextArea\"\nexport * from \"./TimeRemaining\"\nexport * from \"./Toasts\"\nexport * from \"./Toggle\"\nexport * from \"./Tooltip\"\nexport * from \"./Typography\"\nexport * from \"./VisuallyHidden\"\n"],"file":"index.js"}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { IconProps } from "./Icon";
3
+ /** GuaranteeIcon */
4
+ export declare const GuaranteeIcon: React.FC<IconProps>;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.GuaranteeIcon = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _helpers = require("../helpers");
11
+
12
+ var _Icon = require("./Icon");
13
+
14
+ var _excluded = ["title"];
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
+
18
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
19
+
20
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
21
+
22
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
23
+
24
+ /** GuaranteeIcon */
25
+ var GuaranteeIcon = function GuaranteeIcon(_ref) {
26
+ var _ref$title = _ref.title,
27
+ title = _ref$title === void 0 ? "Guarantee" : _ref$title,
28
+ props = _objectWithoutProperties(_ref, _excluded);
29
+
30
+ return /*#__PURE__*/_react.default.createElement(_Icon.Icon, _extends({}, props, {
31
+ viewBox: "0 0 18 18"
32
+ }), /*#__PURE__*/_react.default.createElement(_Icon.Title, null, title), /*#__PURE__*/_react.default.createElement(_Icon.Path, {
33
+ fill: (0, _helpers.color)(props.fill),
34
+ fillRule: "evenodd",
35
+ d: "M4.183 14.047a25.61 25.61 0 003.619 2.843 2.097 2.097 0 002.35 0 26.658 26.658 0 003.418-2.88 10.403 10.403 0 002.85-4.523.746.746 0 00-.56-.895.746.746 0 00-.895.552 9.007 9.007 0 01-2.455 3.82 24.625 24.625 0 01-3.223 2.702.582.582 0 01-.664 0 24.052 24.052 0 01-3.41-2.68A8.715 8.715 0 012.607 9.13c-.164-.95-.22-1.917-.164-2.88 0-.657.067-1.269.112-1.724.283 0 .634.06 1.007.074a7.305 7.305 0 002.239-.201 7.462 7.462 0 002.194-1.18c.373-.275.701-.544.955-.745.254.216.582.492.955.746a7.23 7.23 0 002.239 1.179.747.747 0 00.395-1.44 5.811 5.811 0 01-1.716-.94A13.185 13.185 0 019.6.995a.895.895 0 00-1.231 0c-.392.363-.803.704-1.231 1.023a6.09 6.09 0 01-1.732.947c-.586.14-1.19.188-1.79.142a14.08 14.08 0 01-1.493-.134.896.896 0 00-1 .798A34.61 34.61 0 00.96 6.22c-.07 1.087-.001 2.18.2 3.252a10.171 10.171 0 003.023 4.575z",
36
+ clipRule: "evenodd"
37
+ }), /*#__PURE__*/_react.default.createElement(_Icon.Path, {
38
+ className: "guarantee-checkmark",
39
+ fill: (0, _helpers.color)(props.fill),
40
+ fillRule: "evenodd",
41
+ d: "M8.899 6.152a.75.75 0 00-.993 1.126l2.239 1.993a.888.888 0 001.239.082l5.462-5.127a.747.747 0 10-1.022-1.09l-4.985 4.702-1.94-1.686z",
42
+ clipRule: "evenodd"
43
+ }));
44
+ };
45
+
46
+ exports.GuaranteeIcon = GuaranteeIcon;
47
+ GuaranteeIcon.displayName = "GuaranteeIcon";
48
+ //# sourceMappingURL=GuaranteeIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/svgs/GuaranteeIcon.tsx"],"names":["GuaranteeIcon","title","props","fill"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;AAEA;AACO,IAAMA,aAAkC,GAAG,SAArCA,aAAqC,OAG5C;AAAA,wBAFJC,KAEI;AAAA,MAFJA,KAEI,2BAFI,WAEJ;AAAA,MADDC,KACC;;AACJ,sBACE,6BAAC,UAAD,eAAUA,KAAV;AAAiB,IAAA,OAAO,EAAC;AAAzB,mBACE,6BAAC,WAAD,QAAQD,KAAR,CADF,eAEE,6BAAC,UAAD;AACE,IAAA,IAAI,EAAE,oBAAMC,KAAK,CAACC,IAAZ,CADR;AAEE,IAAA,QAAQ,EAAC,SAFX;AAGE,IAAA,CAAC,EAAC,6zBAHJ;AAIE,IAAA,QAAQ,EAAC;AAJX,IAFF,eAQE,6BAAC,UAAD;AACE,IAAA,SAAS,EAAC,qBADZ;AAEE,IAAA,IAAI,EAAE,oBAAMD,KAAK,CAACC,IAAZ,CAFR;AAGE,IAAA,QAAQ,EAAC,SAHX;AAIE,IAAA,CAAC,EAAC,sIAJJ;AAKE,IAAA,QAAQ,EAAC;AALX,IARF,CADF;AAkBD,CAtBM;;;AAAMH,a","sourcesContent":["import React from \"react\"\nimport { color } from \"../helpers\"\nimport { Icon, IconProps, Path, Title } from \"./Icon\"\n\n/** GuaranteeIcon */\nexport const GuaranteeIcon: React.FC<IconProps> = ({\n title = \"Guarantee\",\n ...props\n}) => {\n return (\n <Icon {...props} viewBox=\"0 0 18 18\">\n <Title>{title}</Title>\n <Path\n fill={color(props.fill!)}\n fillRule=\"evenodd\"\n d=\"M4.183 14.047a25.61 25.61 0 003.619 2.843 2.097 2.097 0 002.35 0 26.658 26.658 0 003.418-2.88 10.403 10.403 0 002.85-4.523.746.746 0 00-.56-.895.746.746 0 00-.895.552 9.007 9.007 0 01-2.455 3.82 24.625 24.625 0 01-3.223 2.702.582.582 0 01-.664 0 24.052 24.052 0 01-3.41-2.68A8.715 8.715 0 012.607 9.13c-.164-.95-.22-1.917-.164-2.88 0-.657.067-1.269.112-1.724.283 0 .634.06 1.007.074a7.305 7.305 0 002.239-.201 7.462 7.462 0 002.194-1.18c.373-.275.701-.544.955-.745.254.216.582.492.955.746a7.23 7.23 0 002.239 1.179.747.747 0 00.395-1.44 5.811 5.811 0 01-1.716-.94A13.185 13.185 0 019.6.995a.895.895 0 00-1.231 0c-.392.363-.803.704-1.231 1.023a6.09 6.09 0 01-1.732.947c-.586.14-1.19.188-1.79.142a14.08 14.08 0 01-1.493-.134.896.896 0 00-1 .798A34.61 34.61 0 00.96 6.22c-.07 1.087-.001 2.18.2 3.252a10.171 10.171 0 003.023 4.575z\"\n clipRule=\"evenodd\"\n ></Path>\n <Path\n className=\"guarantee-checkmark\"\n fill={color(props.fill!)}\n fillRule=\"evenodd\"\n d=\"M8.899 6.152a.75.75 0 00-.993 1.126l2.239 1.993a.888.888 0 001.239.082l5.462-5.127a.747.747 0 10-1.022-1.09l-4.985 4.702-1.94-1.686z\"\n clipRule=\"evenodd\"\n ></Path>\n </Icon>\n )\n}\n"],"file":"GuaranteeIcon.js"}
@@ -6,7 +6,7 @@ export interface IconProps extends React.SVGProps<any>, SpaceProps, PositionProp
6
6
  title?: string;
7
7
  }
8
8
  /** Wrapper for icons to include space */
9
- export declare const Icon: import("styled-components").StyledComponentClass<import("react").SVGProps<SVGSVGElement> & IconProps, any, import("react").SVGProps<SVGSVGElement> & IconProps>;
9
+ export declare const Icon: import("styled-components").StyledComponentClass<React.SVGProps<SVGSVGElement> & IconProps, any, React.SVGProps<SVGSVGElement> & IconProps>;
10
10
  /** Compatibility component used to normalize paths between react dom and react native */
11
11
  export declare const Path: FC<JSX.IntrinsicElements["path"]>;
12
12
  /** Compatibility component used to normalize titles between react dom and react native */
@@ -53,6 +53,7 @@ export * from "./FilterIcon";
53
53
  export * from "./GenomeIcon";
54
54
  export * from "./GoogleIcon";
55
55
  export * from "./GraphIcon";
56
+ export * from "./GuaranteeIcon";
56
57
  export * from "./HeartFillIcon";
57
58
  export * from "./HeartIcon";
58
59
  export * from "./HomeIcon";
@@ -719,6 +719,19 @@ Object.keys(_GraphIcon).forEach(function (key) {
719
719
  });
720
720
  });
721
721
 
722
+ var _GuaranteeIcon = require("./GuaranteeIcon");
723
+
724
+ Object.keys(_GuaranteeIcon).forEach(function (key) {
725
+ if (key === "default" || key === "__esModule") return;
726
+ if (key in exports && exports[key] === _GuaranteeIcon[key]) return;
727
+ Object.defineProperty(exports, key, {
728
+ enumerable: true,
729
+ get: function get() {
730
+ return _GuaranteeIcon[key];
731
+ }
732
+ });
733
+ });
734
+
722
735
  var _HeartFillIcon = require("./HeartFillIcon");
723
736
 
724
737
  Object.keys(_HeartFillIcon).forEach(function (key) {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/svgs/index.tsx"],"names":[],"mappings":";;;;;;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA","sourcesContent":["export * from \"./AddCircleFillIcon\"\nexport * from \"./AddCircleIcon\"\nexport * from \"./AddIcon\"\nexport * from \"./AddItemIcon\"\nexport * from \"./AlertCircleFillIcon\"\nexport * from \"./AlertIcon\"\nexport * from \"./AppleIcon\"\nexport * from \"./ArrowDownCircleIcon\"\nexport * from \"./ArrowDownIcon\"\nexport * from \"./ArrowLeftCircleIcon\"\nexport * from \"./ArrowLeftIcon\"\nexport * from \"./ArrowRightCircleIcon\"\nexport * from \"./ArrowRightIcon\"\nexport * from \"./ArrowUpCircleIcon\"\nexport * from \"./ArrowUpIcon\"\nexport * from \"./ArtsyLogoBlackIcon\"\nexport * from \"./ArtsyLogoWhiteIcon\"\nexport * from \"./ArtsyMarkBlackIcon\"\nexport * from \"./ArtsyMarkWhiteIcon\"\nexport * from \"./ArtworkIcon\"\nexport * from \"./ArtworkWithBadgeIcon\"\nexport * from \"./ArtworkWithCheckIcon\"\nexport * from \"./AuctionIcon\"\nexport * from \"./BellFillIcon\"\nexport * from \"./BellIcon\"\nexport * from \"./BlueChipIcon\"\nexport * from \"./BriefcaseIcon\"\nexport * from \"./CalendarIcon\"\nexport * from \"./CertificateIcon\"\nexport * from \"./CheckCircleFillIcon\"\nexport * from \"./CheckCircleIcon\"\nexport * from \"./CheckIcon\"\nexport * from \"./ChevronIcon\"\nexport * from \"./CloseCircleIcon\"\nexport * from \"./CloseIcon\"\nexport * from \"./CollapseIcon\"\nexport * from \"./CreditCardIcon\"\nexport * from \"./DecreaseIcon\"\nexport * from \"./DocumentIcon\"\nexport * from \"./DownloadIcon\"\nexport * from \"./DragIcon\"\nexport * from \"./EarnMoreIcon\"\nexport * from \"./EditIcon\"\nexport * from \"./EnterIcon\"\nexport * from \"./EnvelopeIcon\"\nexport * from \"./EstablishedIcon\"\nexport * from \"./ExpandIcon\"\nexport * from \"./EyeClosedIcon\"\nexport * from \"./EyeOpenedIcon\"\nexport * from \"./FacebookIcon\"\nexport * from \"./FairIcon\"\nexport * from \"./FilterIcon\"\nexport * from \"./GenomeIcon\"\nexport * from \"./GoogleIcon\"\nexport * from \"./GraphIcon\"\nexport * from \"./HeartFillIcon\"\nexport * from \"./HeartIcon\"\nexport * from \"./HomeIcon\"\nexport * from \"./Icon\"\nexport * from \"./ImageSetIcon\"\nexport * from \"./IncreaseIcon\"\nexport * from \"./InfoCircleIcon\"\nexport * from \"./InstagramIcon\"\nexport * from \"./InstitutionIcon\"\nexport * from \"./LightningBoltIcon\"\nexport * from \"./LoaderIcon\"\nexport * from \"./LockIcon\"\nexport * from \"./LogoutIcon\"\nexport * from \"./MagnifyingGlassIcon\"\nexport * from \"./MapPinIcon\"\nexport * from \"./MenuIcon\"\nexport * from \"./MessageIcon\"\nexport * from \"./MoneyFillIcon\"\nexport * from \"./MoreIcon\"\nexport * from \"./MultipleOffersIcon\"\nexport * from \"./NoArtworkIcon\"\nexport * from \"./NoImageIcon\"\nexport * from \"./PageIcon\"\nexport * from \"./PaymentIcon\"\nexport * from \"./PendingCircleIcon\"\nexport * from \"./PinterestIcon\"\nexport * from \"./PublicationIcon\"\nexport * from \"./QuestionCircleIcon\"\nexport * from \"./ReceiptIcon\"\nexport * from \"./ReloadIcon\"\nexport * from \"./SettingsIcon\"\nexport * from \"./ShareIcon\"\nexport * from \"./TagIcon\"\nexport * from \"./TimerIcon\"\nexport * from \"./TopEmergingIcon\"\nexport * from \"./TrashIcon\"\nexport * from \"./TriangleDownIcon\"\nexport * from \"./TumblrIcon\"\nexport * from \"./TwitterIcon\"\nexport * from \"./UserMultiIcon\"\nexport * from \"./UserSingleIcon\"\nexport * from \"./UserWithChartIcon\"\nexport * from \"./VerifiedIcon\"\nexport * from \"./WatchingIcon\"\nexport * from \"./WeChatIcon\"\nexport * from \"./XCircleIcon\"\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../src/svgs/index.tsx"],"names":[],"mappings":";;;;;;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AACA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA","sourcesContent":["export * from \"./AddCircleFillIcon\"\nexport * from \"./AddCircleIcon\"\nexport * from \"./AddIcon\"\nexport * from \"./AddItemIcon\"\nexport * from \"./AlertCircleFillIcon\"\nexport * from \"./AlertIcon\"\nexport * from \"./AppleIcon\"\nexport * from \"./ArrowDownCircleIcon\"\nexport * from \"./ArrowDownIcon\"\nexport * from \"./ArrowLeftCircleIcon\"\nexport * from \"./ArrowLeftIcon\"\nexport * from \"./ArrowRightCircleIcon\"\nexport * from \"./ArrowRightIcon\"\nexport * from \"./ArrowUpCircleIcon\"\nexport * from \"./ArrowUpIcon\"\nexport * from \"./ArtsyLogoBlackIcon\"\nexport * from \"./ArtsyLogoWhiteIcon\"\nexport * from \"./ArtsyMarkBlackIcon\"\nexport * from \"./ArtsyMarkWhiteIcon\"\nexport * from \"./ArtworkIcon\"\nexport * from \"./ArtworkWithBadgeIcon\"\nexport * from \"./ArtworkWithCheckIcon\"\nexport * from \"./AuctionIcon\"\nexport * from \"./BellFillIcon\"\nexport * from \"./BellIcon\"\nexport * from \"./BlueChipIcon\"\nexport * from \"./BriefcaseIcon\"\nexport * from \"./CalendarIcon\"\nexport * from \"./CertificateIcon\"\nexport * from \"./CheckCircleFillIcon\"\nexport * from \"./CheckCircleIcon\"\nexport * from \"./CheckIcon\"\nexport * from \"./ChevronIcon\"\nexport * from \"./CloseCircleIcon\"\nexport * from \"./CloseIcon\"\nexport * from \"./CollapseIcon\"\nexport * from \"./CreditCardIcon\"\nexport * from \"./DecreaseIcon\"\nexport * from \"./DocumentIcon\"\nexport * from \"./DownloadIcon\"\nexport * from \"./DragIcon\"\nexport * from \"./EarnMoreIcon\"\nexport * from \"./EditIcon\"\nexport * from \"./EnterIcon\"\nexport * from \"./EnvelopeIcon\"\nexport * from \"./EstablishedIcon\"\nexport * from \"./ExpandIcon\"\nexport * from \"./EyeClosedIcon\"\nexport * from \"./EyeOpenedIcon\"\nexport * from \"./FacebookIcon\"\nexport * from \"./FairIcon\"\nexport * from \"./FilterIcon\"\nexport * from \"./GenomeIcon\"\nexport * from \"./GoogleIcon\"\nexport * from \"./GraphIcon\"\nexport * from \"./GuaranteeIcon\"\nexport * from \"./HeartFillIcon\"\nexport * from \"./HeartIcon\"\nexport * from \"./HomeIcon\"\nexport * from \"./Icon\"\nexport * from \"./ImageSetIcon\"\nexport * from \"./IncreaseIcon\"\nexport * from \"./InfoCircleIcon\"\nexport * from \"./InstagramIcon\"\nexport * from \"./InstitutionIcon\"\nexport * from \"./LightningBoltIcon\"\nexport * from \"./LoaderIcon\"\nexport * from \"./LockIcon\"\nexport * from \"./LogoutIcon\"\nexport * from \"./MagnifyingGlassIcon\"\nexport * from \"./MapPinIcon\"\nexport * from \"./MenuIcon\"\nexport * from \"./MessageIcon\"\nexport * from \"./MoneyFillIcon\"\nexport * from \"./MoreIcon\"\nexport * from \"./MultipleOffersIcon\"\nexport * from \"./NoArtworkIcon\"\nexport * from \"./NoImageIcon\"\nexport * from \"./PageIcon\"\nexport * from \"./PaymentIcon\"\nexport * from \"./PendingCircleIcon\"\nexport * from \"./PinterestIcon\"\nexport * from \"./PublicationIcon\"\nexport * from \"./QuestionCircleIcon\"\nexport * from \"./ReceiptIcon\"\nexport * from \"./ReloadIcon\"\nexport * from \"./SettingsIcon\"\nexport * from \"./ShareIcon\"\nexport * from \"./TagIcon\"\nexport * from \"./TimerIcon\"\nexport * from \"./TopEmergingIcon\"\nexport * from \"./TrashIcon\"\nexport * from \"./TriangleDownIcon\"\nexport * from \"./TumblrIcon\"\nexport * from \"./TwitterIcon\"\nexport * from \"./UserMultiIcon\"\nexport * from \"./UserSingleIcon\"\nexport * from \"./UserWithChartIcon\"\nexport * from \"./VerifiedIcon\"\nexport * from \"./WatchingIcon\"\nexport * from \"./WeChatIcon\"\nexport * from \"./XCircleIcon\"\n"],"file":"index.js"}
@@ -0,0 +1,15 @@
1
+ declare type Range = {
2
+ min: number;
3
+ max: number;
4
+ };
5
+ /**
6
+ * Remaps a value from within one range to its corresponding value in another range.
7
+ * E.g. convert between units or proportionally scale a value.
8
+ *
9
+ * @param n A numeric value
10
+ * @param from Range the value comes from
11
+ * @param to Range you wish to remap the value onto
12
+ * @returns The remapped numeric value
13
+ */
14
+ export declare const remapValue: (n: number, from: Range, to: Range) => number;
15
+ export {};
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.remapValue = void 0;
7
+
8
+ /**
9
+ * Remaps a value from within one range to its corresponding value in another range.
10
+ * E.g. convert between units or proportionally scale a value.
11
+ *
12
+ * @param n A numeric value
13
+ * @param from Range the value comes from
14
+ * @param to Range you wish to remap the value onto
15
+ * @returns The remapped numeric value
16
+ */
17
+ var remapValue = function remapValue(n, from, to) {
18
+ return (n - from.min) * (to.max - to.min) / (from.max - from.min) + to.min;
19
+ };
20
+
21
+ exports.remapValue = remapValue;
22
+ //# sourceMappingURL=remapValue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/utils/remapValue.ts"],"names":["remapValue","n","from","to","min","max"],"mappings":";;;;;;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACO,IAAMA,UAAU,GAAG,SAAbA,UAAa,CAACC,CAAD,EAAYC,IAAZ,EAAyBC,EAAzB,EAAuC;AAC/D,SAAQ,CAACF,CAAC,GAAGC,IAAI,CAACE,GAAV,KAAkBD,EAAE,CAACE,GAAH,GAASF,EAAE,CAACC,GAA9B,CAAD,IAAwCF,IAAI,CAACG,GAAL,GAAWH,IAAI,CAACE,GAAxD,IAA+DD,EAAE,CAACC,GAAzE;AACD,CAFM","sourcesContent":["type Range = { min: number; max: number }\n\n/**\n * Remaps a value from within one range to its corresponding value in another range.\n * E.g. convert between units or proportionally scale a value.\n *\n * @param n A numeric value\n * @param from Range the value comes from\n * @param to Range you wish to remap the value onto\n * @returns The remapped numeric value\n */\nexport const remapValue = (n: number, from: Range, to: Range) => {\n return ((n - from.min) * (to.max - to.min)) / (from.max - from.min) + to.min\n}\n"],"file":"remapValue.js"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface UseClickOutside {
2
3
  ref: React.RefObject<HTMLElement>;
3
4
  when: boolean;
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
2
  export declare const usePortal: () => {
3
- createPortal: (children: React.ReactNode) => import("react").ReactPortal | null;
3
+ createPortal: (children: React.ReactNode) => React.ReactPortal | null;
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/utils/usePortal.ts"],"names":["usePortal","appendEl","el","current","document","createElement","body","appendChild","removeChild","createPortal","children","window"],"mappings":";;;;;;;AAAA;;AACA;;AAEO,IAAMA,SAAS,GAAG,SAAZA,SAAY,GAAM;AAC7B,MAAMC,QAAQ,GAAG,mBAA8B,IAA9B,CAAjB;AAEA,wBAAU,YAAM;AAAA;;AACd,QAAMC,EAAE,wBAAGD,QAAQ,CAACE,OAAZ,iEAAuBC,QAAQ,CAACC,aAAT,CAAuB,KAAvB,CAA/B;AACAJ,IAAAA,QAAQ,CAACE,OAAT,GAAmBD,EAAnB;AAEAE,IAAAA,QAAQ,CAACE,IAAT,CAAcC,WAAd,CAA0BL,EAA1B;AAEA,WAAO,YAAM;AACXE,MAAAA,QAAQ,CAACE,IAAT,CAAcE,WAAd,CAA0BN,EAA1B;AACD,KAFD;AAGD,GATD,EASG,EATH;AAWA,MAAMO,YAAY,GAAG,wBAAY,UAACC,QAAD,EAA+B;AAAA;;AAC9D,QAAI,OAAOC,MAAP,KAAkB,WAAtB,EAAmC,OAAO,IAAP,CAD2B,CAG9D;;AACA,QAAMT,EAAE,yBAAGD,QAAQ,CAACE,OAAZ,mEAAuBC,QAAQ,CAACC,aAAT,CAAuB,KAAvB,CAA/B;AACAJ,IAAAA,QAAQ,CAACE,OAAT,GAAmBD,EAAnB;AAEA,wBAAO,4BAAiBQ,QAAjB,EAA2BR,EAA3B,CAAP;AACD,GARoB,EAQlB,EARkB,CAArB;AAUA,SAAO;AAAEO,IAAAA,YAAY,EAAZA;AAAF,GAAP;AACD,CAzBM","sourcesContent":["import React, { useEffect, useRef, useCallback } from \"react\"\nimport { createPortal as __createPortal__ } from \"react-dom\"\n\nexport const usePortal = () => {\n const appendEl = useRef<HTMLDivElement | null>(null)\n\n useEffect(() => {\n const el = appendEl.current ?? document.createElement(\"div\")\n appendEl.current = el\n\n document.body.appendChild(el)\n\n return () => {\n document.body.removeChild(el)\n }\n }, [])\n\n const createPortal = useCallback((children: React.ReactNode) => {\n if (typeof window === \"undefined\") return null\n\n // May execute before effect runs and appendEl is set\n const el = appendEl.current ?? document.createElement(\"div\")\n appendEl.current = el\n\n return __createPortal__(children, el)\n }, [])\n\n return { createPortal }\n}\n"],"file":"usePortal.js"}
1
+ {"version":3,"sources":["../../src/utils/usePortal.ts"],"names":["usePortal","appendEl","el","current","document","createElement","body","appendChild","removeChild","createPortal","children","window"],"mappings":";;;;;;;AAAA;;AACA;;AAEO,IAAMA,SAAS,GAAG,SAAZA,SAAY,GAAM;AAC7B,MAAMC,QAAQ,GAAG,mBAA8B,IAA9B,CAAjB;AAEA,wBAAU,YAAM;AAAA;;AACd,QAAMC,EAAE,wBAAGD,QAAQ,CAACE,OAAZ,iEAAuBC,QAAQ,CAACC,aAAT,CAAuB,KAAvB,CAA/B;AACAJ,IAAAA,QAAQ,CAACE,OAAT,GAAmBD,EAAnB;AAEAE,IAAAA,QAAQ,CAACE,IAAT,CAAcC,WAAd,CAA0BL,EAA1B;AAEA,WAAO,YAAM;AACXE,MAAAA,QAAQ,CAACE,IAAT,CAAcE,WAAd,CAA0BN,EAA1B;AACD,KAFD;AAGD,GATD,EASG,EATH;AAWA,MAAMO,YAAY,GAAG,wBACnB,UAACC,QAAD,EAAyD;AAAA;;AACvD,QAAI,OAAOC,MAAP,KAAkB,WAAtB,EAAmC,OAAO,IAAP,CADoB,CAGvD;;AACA,QAAMT,EAAE,yBAAGD,QAAQ,CAACE,OAAZ,mEAAuBC,QAAQ,CAACC,aAAT,CAAuB,KAAvB,CAA/B;AACAJ,IAAAA,QAAQ,CAACE,OAAT,GAAmBD,EAAnB;AAEA,wBAAO,4BAAiBQ,QAAjB,EAA2BR,EAA3B,CAAP;AACD,GATkB,EAUnB,EAVmB,CAArB;AAaA,SAAO;AAAEO,IAAAA,YAAY,EAAZA;AAAF,GAAP;AACD,CA5BM","sourcesContent":["import React, { useEffect, useRef, useCallback } from \"react\"\nimport { createPortal as __createPortal__ } from \"react-dom\"\n\nexport const usePortal = () => {\n const appendEl = useRef<HTMLDivElement | null>(null)\n\n useEffect(() => {\n const el = appendEl.current ?? document.createElement(\"div\")\n appendEl.current = el\n\n document.body.appendChild(el)\n\n return () => {\n document.body.removeChild(el)\n }\n }, [])\n\n const createPortal = useCallback(\n (children: React.ReactNode): React.ReactPortal | null => {\n if (typeof window === \"undefined\") return null\n\n // May execute before effect runs and appendEl is set\n const el = appendEl.current ?? document.createElement(\"div\")\n appendEl.current = el\n\n return __createPortal__(children, el)\n },\n []\n )\n\n return { createPortal }\n}\n"],"file":"usePortal.js"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  interface UseWidthOf {
2
3
  ref: React.MutableRefObject<HTMLElement | null>;
3
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette",
3
- "version": "19.5.1",
3
+ "version": "19.7.0",
4
4
  "description": "Design system library for react components",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {
@@ -111,7 +111,7 @@
111
111
  "storybook-states": "1.2.0",
112
112
  "styled-components": "4.3.2",
113
113
  "ts-node": "8.1.0",
114
- "typescript": "4.6.3",
114
+ "typescript": "4.6.4",
115
115
  "typescript-styled-plugin": "0.10.0",
116
116
  "webpack": "5"
117
117
  },
@@ -123,7 +123,7 @@
123
123
  "luxon": "^1.15",
124
124
  "proportional-scale": "^4.0.0",
125
125
  "react-lazy-load-image-component": "1.5.0",
126
- "react-remove-scroll": "^2.3.0",
126
+ "react-remove-scroll": "2.5.0",
127
127
  "styled-bootstrap-grid": "3.1.0",
128
128
  "styled-system": "^5.1.5",
129
129
  "trunc-html": "^1.1.2",
@@ -178,5 +178,5 @@
178
178
  "<rootDir>/www/"
179
179
  ]
180
180
  },
181
- "gitHead": "1f15f1848b8f753bdb1289bec3dd5a070900cf5d"
181
+ "gitHead": "1fad0d96c1c0f9e8f8b75cd481df9d461ba438f9"
182
182
  }