@pedidopago/ui 1.0.8 → 1.0.9
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SliderPointer.d.ts","sourceRoot":"","sources":["../../../../src/components/Slider/components/SliderPointer.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"SliderPointer.d.ts","sourceRoot":"","sources":["../../../../src/components/Slider/components/SliderPointer.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAE/C,eAAO,MAAM,aAAa,8BAA+B,mBAAmB,gBAsB3E,CAAC"}
|
|
@@ -7,8 +7,6 @@ exports.SliderPointer = void 0;
|
|
|
7
7
|
|
|
8
8
|
var _Icon = _interopRequireDefault(require("../../Icon"));
|
|
9
9
|
|
|
10
|
-
var _pointer = require("../icons/pointer.svg");
|
|
11
|
-
|
|
12
10
|
var _styles = require("../styles");
|
|
13
11
|
|
|
14
12
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
@@ -19,7 +17,18 @@ var SliderPointer = function SliderPointer(_ref) {
|
|
|
19
17
|
return /*#__PURE__*/React.createElement(_styles.SliderPointerContainer, {
|
|
20
18
|
thumbColor: thumbColor,
|
|
21
19
|
direction: direction
|
|
22
|
-
}, /*#__PURE__*/React.createElement(
|
|
20
|
+
}, /*#__PURE__*/React.createElement("svg", {
|
|
21
|
+
width: "40",
|
|
22
|
+
height: "50",
|
|
23
|
+
viewBox: "0 0 40 50",
|
|
24
|
+
fill: "inherit",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
clipRule: "evenodd",
|
|
29
|
+
d: "M40 29.6552C39.998 29.6004 39.9958 29.5457 39.9934 29.491C39.9724 28.6775 39.901 27.8763 39.7824 27.0903C37.9437 13.2559 25.8236 3.35911 19.6491 0C13.632 3.39038 1.76695 13.4408 0.163142 27.4777C0.0775457 28.1344 0.0249225 28.8012 0.00695625 29.4765C0.00444922 29.536 0.00213009 29.5956 0 29.6552H0.00301594C0.00100805 29.7699 0 29.8848 0 30C0 40.8553 8.95431 49.6552 20 49.6552C31.0457 49.6552 40 40.8553 40 30C40 29.8848 39.999 29.7699 39.997 29.6552H40Z",
|
|
30
|
+
fill: "inherit"
|
|
31
|
+
})), /*#__PURE__*/React.createElement(_styles.SliderPointerIcon, null, /*#__PURE__*/React.createElement(_Icon.default, {
|
|
23
32
|
name: "code",
|
|
24
33
|
size: "20px"
|
|
25
34
|
})));
|