@adiraku/react-native-ui 0.1.15 → 0.1.16
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.
- package/lib/commonjs/components/TextArea/TextArea.style.js +4 -5
- package/lib/commonjs/components/TextArea/TextArea.style.js.map +1 -1
- package/lib/commonjs/components/coachmark/coachmark.style.js +3 -3
- package/lib/commonjs/components/coachmark/coachmark.style.js.map +1 -1
- package/lib/commonjs/components/slider-indicator/slider-indicator.style.js +3 -3
- package/lib/commonjs/components/slider-indicator/slider-indicator.style.js.map +1 -1
- package/lib/commonjs/icons/actions/IconEmail.js +32 -0
- package/lib/commonjs/icons/actions/IconEmail.js.map +1 -0
- package/lib/commonjs/icons/actions/IconHamburger.js +34 -0
- package/lib/commonjs/icons/actions/IconHamburger.js.map +1 -0
- package/lib/commonjs/icons/actions/IconOther.js +37 -0
- package/lib/commonjs/icons/actions/IconOther.js.map +1 -0
- package/lib/commonjs/icons/actions/IconReload.js +32 -0
- package/lib/commonjs/icons/actions/IconReload.js.map +1 -0
- package/lib/commonjs/icons/actions/IconSeeHide.js +37 -0
- package/lib/commonjs/icons/actions/IconSeeHide.js.map +1 -0
- package/lib/commonjs/icons/actions/IconSeeShow.js +35 -0
- package/lib/commonjs/icons/actions/IconSeeShow.js.map +1 -0
- package/lib/commonjs/icons/actions/IconSorting.js +38 -0
- package/lib/commonjs/icons/actions/IconSorting.js.map +1 -0
- package/lib/commonjs/icons/index.js +49 -0
- package/lib/commonjs/icons/index.js.map +1 -1
- package/lib/module/components/TextArea/TextArea.style.js +4 -5
- package/lib/module/components/TextArea/TextArea.style.js.map +1 -1
- package/lib/module/components/coachmark/coachmark.style.js +3 -3
- package/lib/module/components/coachmark/coachmark.style.js.map +1 -1
- package/lib/module/components/slider-indicator/slider-indicator.style.js +4 -4
- package/lib/module/components/slider-indicator/slider-indicator.style.js.map +1 -1
- package/lib/module/icons/actions/IconEmail.js +23 -0
- package/lib/module/icons/actions/IconEmail.js.map +1 -0
- package/lib/module/icons/actions/IconHamburger.js +25 -0
- package/lib/module/icons/actions/IconHamburger.js.map +1 -0
- package/lib/module/icons/actions/IconOther.js +28 -0
- package/lib/module/icons/actions/IconOther.js.map +1 -0
- package/lib/module/icons/actions/IconReload.js +23 -0
- package/lib/module/icons/actions/IconReload.js.map +1 -0
- package/lib/module/icons/actions/IconSeeHide.js +28 -0
- package/lib/module/icons/actions/IconSeeHide.js.map +1 -0
- package/lib/module/icons/actions/IconSeeShow.js +26 -0
- package/lib/module/icons/actions/IconSeeShow.js.map +1 -0
- package/lib/module/icons/actions/IconSorting.js +29 -0
- package/lib/module/icons/actions/IconSorting.js.map +1 -0
- package/lib/module/icons/index.js +7 -0
- package/lib/module/icons/index.js.map +1 -1
- package/lib/typescript/components/TextArea/TextArea.style.d.ts.map +1 -1
- package/lib/typescript/icons/actions/IconEmail.d.ts +4 -0
- package/lib/typescript/icons/actions/IconEmail.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconHamburger.d.ts +4 -0
- package/lib/typescript/icons/actions/IconHamburger.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconOther.d.ts +4 -0
- package/lib/typescript/icons/actions/IconOther.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconReload.d.ts +4 -0
- package/lib/typescript/icons/actions/IconReload.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconSeeHide.d.ts +4 -0
- package/lib/typescript/icons/actions/IconSeeHide.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconSeeShow.d.ts +4 -0
- package/lib/typescript/icons/actions/IconSeeShow.d.ts.map +1 -0
- package/lib/typescript/icons/actions/IconSorting.d.ts +4 -0
- package/lib/typescript/icons/actions/IconSorting.d.ts.map +1 -0
- package/lib/typescript/icons/index.d.ts +7 -0
- package/lib/typescript/icons/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/TextArea/TextArea.style.tsx +1 -2
- package/src/components/coachmark/coachmark.style.tsx +1 -1
- package/src/components/slider-indicator/slider-indicator.style.tsx +2 -2
- package/src/icons/actions/IconEmail.tsx +30 -0
- package/src/icons/actions/IconHamburger.tsx +32 -0
- package/src/icons/actions/IconOther.tsx +36 -0
- package/src/icons/actions/IconReload.tsx +30 -0
- package/src/icons/actions/IconSeeHide.tsx +31 -0
- package/src/icons/actions/IconSeeShow.tsx +30 -0
- package/src/icons/actions/IconSorting.tsx +38 -0
- package/src/icons/index.ts +7 -0
|
@@ -21,8 +21,7 @@ const getStyle = (props, isFocused) => {
|
|
|
21
21
|
border: isFocused ? _themes.Palettes.grey[900] : _themes.Palettes.grey[200]
|
|
22
22
|
};
|
|
23
23
|
computedStyle.fieldContainer = {
|
|
24
|
-
width: '100%'
|
|
25
|
-
gap: _themes.Spacing[8]
|
|
24
|
+
width: '100%'
|
|
26
25
|
};
|
|
27
26
|
computedStyle.label = {
|
|
28
27
|
color: _themes.Palettes.black[900]
|
|
@@ -32,7 +31,8 @@ const getStyle = (props, isFocused) => {
|
|
|
32
31
|
borderRadius: _themes.Radius[8],
|
|
33
32
|
borderColor: stateColor.border,
|
|
34
33
|
padding: _themes.Spacing[12],
|
|
35
|
-
backgroundColor: editable ? _themes.Palettes.white[50] : _themes.Palettes.grey[50]
|
|
34
|
+
backgroundColor: editable ? _themes.Palettes.white[50] : _themes.Palettes.grey[50],
|
|
35
|
+
marginVertical: _themes.Spacing[8]
|
|
36
36
|
};
|
|
37
37
|
computedStyle.TextInput = {
|
|
38
38
|
height: 72,
|
|
@@ -42,8 +42,7 @@ const getStyle = (props, isFocused) => {
|
|
|
42
42
|
fontSize: 14,
|
|
43
43
|
lineHeight: 21,
|
|
44
44
|
fontFamily: 'Montserrat-Regular',
|
|
45
|
-
color: _themes.Palettes.black[900]
|
|
46
|
-
verticalAlign: 'top'
|
|
45
|
+
color: _themes.Palettes.black[900]
|
|
47
46
|
};
|
|
48
47
|
computedStyle.counter = {
|
|
49
48
|
textAlign: 'right'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["getStyle","props","isFocused","editable","isError","errorMessage","computedStyle","stateColor","text","Palettes","red","border","black","grey","fieldContainer","width","
|
|
1
|
+
{"version":3,"names":["getStyle","props","isFocused","editable","isError","errorMessage","computedStyle","stateColor","text","Palettes","red","border","black","grey","fieldContainer","width","label","color","fieldWrapper","borderWidth","Radius","borderRadius","borderColor","padding","Spacing","backgroundColor","white","marginVertical","TextInput","height","margin","overflow","fontSize","lineHeight","fontFamily","counter","textAlign","messageHelper","StyleSheet","create"],"sourceRoot":"..\\..\\src","sources":["TextArea.style.tsx"],"mappings":";;;;;;AAEA;AAEA;AAaO,MAAMA,QAAQ,GAAG,CAACC,KAAoB,EAAEC,SAAkB,KAAK;EACpE,MAAM;IAAEC,QAAQ,GAAG,IAAI;IAAEC,OAAO;IAAEC;EAAa,CAAC,GAAGJ,KAAK;EAExD,MAAMK,aAAiC,GAAG,CAAC,CAAC;EAE5C,MAAMC,UAAU,GACdH,OAAO,IAAIC,YAAY,GACnB;IAAEG,IAAI,EAAEC,gBAAQ,CAACC,GAAG,CAAC,GAAG,CAAC;IAAEC,MAAM,EAAEF,gBAAQ,CAACC,GAAG,CAAC,GAAG;EAAE,CAAC,GACtD;IACEF,IAAI,EAAEC,gBAAQ,CAACG,KAAK,CAAC,GAAG,CAAC;IACzBD,MAAM,EAAET,SAAS,GAAGO,gBAAQ,CAACI,IAAI,CAAC,GAAG,CAAC,GAAGJ,gBAAQ,CAACI,IAAI,CAAC,GAAG;EAC5D,CAAC;EAEPP,aAAa,CAACQ,cAAc,GAAG;IAC7BC,KAAK,EAAE;EACT,CAAC;EAEDT,aAAa,CAACU,KAAK,GAAG;IACpBC,KAAK,EAAER,gBAAQ,CAACG,KAAK,CAAC,GAAG;EAC3B,CAAC;EAEDN,aAAa,CAACY,YAAY,GAAG;IAC3BC,WAAW,EAAEC,cAAM,CAACT,MAAM;IAC1BU,YAAY,EAAED,cAAM,CAAC,CAAC,CAAC;IACvBE,WAAW,EAAEf,UAAU,CAACI,MAAM;IAC9BY,OAAO,EAAEC,eAAO,CAAC,EAAE,CAAC;IACpBC,eAAe,EAAEtB,QAAQ,GAAGM,gBAAQ,CAACiB,KAAK,CAAC,EAAE,CAAC,GAAGjB,gBAAQ,CAACI,IAAI,CAAC,EAAE,CAAC;IAClEc,cAAc,EAAEH,eAAO,CAAC,CAAC;EAC3B,CAAC;EAEDlB,aAAa,CAACsB,SAAS,GAAG;IACxBC,MAAM,EAAE,EAAE;IACVN,OAAO,EAAE,CAAC;IACVO,MAAM,EAAE,CAAC;IACTC,QAAQ,EAAE,SAAS;IACnBC,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,EAAE;IACdC,UAAU,EAAE,oBAAoB;IAChCjB,KAAK,EAAER,gBAAQ,CAACG,KAAK,CAAC,GAAG;EAC3B,CAAC;EAEDN,aAAa,CAAC6B,OAAO,GAAG;IACtBC,SAAS,EAAE;EACb,CAAC;EAED9B,aAAa,CAAC+B,aAAa,GAAG;IAC5BpB,KAAK,EAAEV,UAAU,CAACC;EACpB,CAAC;EAED,OAAO8B,uBAAU,CAACC,MAAM,CAACjC,aAAa,CAAC;AACzC,CAAC;AAAC"}
|
|
@@ -32,11 +32,11 @@ const getStyle = props => {
|
|
|
32
32
|
..._themes.Shadow['shadow-elevation-1']
|
|
33
33
|
};
|
|
34
34
|
computedStyle.headerContainer = {
|
|
35
|
-
flexDirection: 'row'
|
|
36
|
-
gap: _themes.Spacing[16]
|
|
35
|
+
flexDirection: 'row'
|
|
37
36
|
};
|
|
38
37
|
computedStyle.title = {
|
|
39
|
-
flex: 1
|
|
38
|
+
flex: 1,
|
|
39
|
+
marginRight: _themes.Spacing[16]
|
|
40
40
|
};
|
|
41
41
|
computedStyle.arrowPointer = {
|
|
42
42
|
position: 'absolute',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["getStyle","props","arrowPosition","anchorArrowTo","arrowFromCorner","isArrowTop","getArrowPosition","top","bottom","getAnchorArrowPosition","left","right","computedStyle","container","padding","Spacing","backgroundColor","Palettes","white","borderRadius","Radius","width","Shadow","headerContainer","flexDirection","
|
|
1
|
+
{"version":3,"names":["getStyle","props","arrowPosition","anchorArrowTo","arrowFromCorner","isArrowTop","getArrowPosition","top","bottom","getAnchorArrowPosition","left","right","computedStyle","container","padding","Spacing","backgroundColor","Palettes","white","borderRadius","Radius","width","Shadow","headerContainer","flexDirection","title","flex","marginRight","arrowPointer","position","height","borderStyle","borderLeftColor","borderRightColor","borderLeftWidth","borderRightWidth","borderBottomWidth","borderTopWidth","borderTopColor","borderBottomColor","transform","rotate","StyleSheet","create"],"sourceRoot":"..\\..\\src","sources":["coachmark.style.tsx"],"mappings":";;;;;;AAEA;AACA;AAWO,MAAMA,QAAQ,GAAIC,KAAqB,IAAK;EACjD,MAAM;IACJC,aAAa,GAAG,KAAK;IACrBC,aAAa,GAAG,MAAM;IACtBC,eAAe,GAAG;EACpB,CAAC,GAAGH,KAAK;EACT,MAAMI,UAAU,GAAGH,aAAa,KAAK,KAAK;EAE1C,MAAMI,gBAAgB,GACpBJ,aAAa,KAAK,KAAK,GACnB;IACEK,GAAG,EAAE,CAAC;EACR,CAAC,GACD;IACEC,MAAM,EAAE,CAAC;EACX,CAAC;EAEP,MAAMC,sBAAsB,GAC1BN,aAAa,KAAK,MAAM,GACpB;IACEO,IAAI,EAAEN;EACR,CAAC,GACD;IACEO,KAAK,EAAEP;EACT,CAAC;EAEP,MAAMQ,aAAiC,GAAG,CAAC,CAAC;EAE5CA,aAAa,CAACC,SAAS,GAAG;IACxBC,OAAO,EAAEC,eAAO,CAAC,EAAE,CAAC;IACpBC,eAAe,EAAEC,gBAAQ,CAACC,KAAK,CAAC,EAAE,CAAC;IACnCC,YAAY,EAAEC,cAAM,CAAC,CAAC,CAAC;IACvBC,KAAK,EAAE,MAAM;IACb,GAAGC,cAAM,CAAC,oBAAoB;EAChC,CAAC;EAEDV,aAAa,CAACW,eAAe,GAAG;IAC9BC,aAAa,EAAE;EACjB,CAAC;EAEDZ,aAAa,CAACa,KAAK,GAAG;IACpBC,IAAI,EAAE,CAAC;IACPC,WAAW,EAAEZ,eAAO,CAAC,EAAE;EACzB,CAAC;EAEDH,aAAa,CAACgB,YAAY,GAAG;IAC3BC,QAAQ,EAAE,UAAU;IACpBR,KAAK,EAAE,CAAC;IACRS,MAAM,EAAE,CAAC;IACTC,WAAW,EAAE,OAAO;IACpBf,eAAe,EAAE,aAAa;IAC9BgB,eAAe,EAAE,aAAa;IAC9BC,gBAAgB,EAAE,aAAa;IAC/BC,eAAe,EAAE,CAAC;IAClBC,gBAAgB,EAAE,CAAC;IACnBC,iBAAiB,EAAE,CAAC;IACpBC,cAAc,EAAE,CAAC;IACjBC,cAAc,EAAErB,gBAAQ,CAACC,KAAK,CAAC,EAAE,CAAC;IAClCqB,iBAAiB,EAAE,aAAa;IAChCC,SAAS,EAAE,CAAC;MAAEC,MAAM,EAAEpC,UAAU,GAAG,QAAQ,GAAG;IAAO,CAAC,CAAC;IACvD,GAAGC,gBAAgB;IACnB,GAAGG;EACL,CAAC;EAED,OAAOiC,uBAAU,CAACC,MAAM,CAAC/B,aAAa,CAAC;AACzC,CAAC;AAAC"}
|
|
@@ -9,14 +9,14 @@ var _themes = require("../../themes");
|
|
|
9
9
|
const getStyle = () => {
|
|
10
10
|
const computedStyle = {};
|
|
11
11
|
computedStyle.container = {
|
|
12
|
-
flexDirection: 'row'
|
|
13
|
-
gap: _themes.Spacing[4]
|
|
12
|
+
flexDirection: 'row'
|
|
14
13
|
};
|
|
15
14
|
computedStyle.sliderItem = {
|
|
16
15
|
height: 4,
|
|
17
16
|
width: 4,
|
|
18
17
|
borderRadius: _themes.Radius.full,
|
|
19
|
-
backgroundColor: _themes.Palettes.grey[500]
|
|
18
|
+
backgroundColor: _themes.Palettes.grey[500],
|
|
19
|
+
marginHorizontal: 2
|
|
20
20
|
};
|
|
21
21
|
computedStyle.activeSlider = {
|
|
22
22
|
backgroundColor: _themes.Palettes.black[900]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["getStyle","computedStyle","container","flexDirection","
|
|
1
|
+
{"version":3,"names":["getStyle","computedStyle","container","flexDirection","sliderItem","height","width","borderRadius","Radius","full","backgroundColor","Palettes","grey","marginHorizontal","activeSlider","black","StyleSheet","create"],"sourceRoot":"..\\..\\src","sources":["slider-indicator.style.tsx"],"mappings":";;;;;;AACA;AACA;AAQO,MAAMA,QAAQ,GAAG,MAAM;EAC5B,MAAMC,aAAiC,GAAG,CAAC,CAAC;EAE5CA,aAAa,CAACC,SAAS,GAAG;IACxBC,aAAa,EAAE;EACjB,CAAC;EAEDF,aAAa,CAACG,UAAU,GAAG;IACzBC,MAAM,EAAE,CAAC;IACTC,KAAK,EAAE,CAAC;IACRC,YAAY,EAAEC,cAAM,CAACC,IAAI;IACzBC,eAAe,EAAEC,gBAAQ,CAACC,IAAI,CAAC,GAAG,CAAC;IACnCC,gBAAgB,EAAE;EACpB,CAAC;EAEDZ,aAAa,CAACa,YAAY,GAAG;IAC3BJ,eAAe,EAAEC,gBAAQ,CAACI,KAAK,CAAC,GAAG;EACrC,CAAC;EAED,OAAOC,uBAAU,CAACC,MAAM,CAAChB,aAAa,CAAC;AACzC,CAAC;AAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.IconEmail = void 0;
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _themes = require("../../themes");
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
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; }
|
|
12
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
13
|
+
const IconEmail = props => {
|
|
14
|
+
const {
|
|
15
|
+
width = 24,
|
|
16
|
+
height = 24,
|
|
17
|
+
fill = _themes.Palettes.black[900],
|
|
18
|
+
...rest
|
|
19
|
+
} = props;
|
|
20
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
21
|
+
width: width,
|
|
22
|
+
height: height,
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none"
|
|
25
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
26
|
+
}, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
27
|
+
d: "M19 4H5C3.35 4 2 5.35 2 7v10c0 1.65 1.35 3 3 3h14c1.65 0 3-1.35 3-3V7c0-1.65-1.35-3-3-3zm-.44 2.01l-5.85 5.87c-.38.38-1.04.38-1.42 0L5.43 6.01h13.13zM20 17c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1V7.4l5.88 5.89c.57.57 1.32.88 2.12.88s1.56-.31 2.12-.88L20 7.4V17z",
|
|
28
|
+
fill: fill
|
|
29
|
+
}));
|
|
30
|
+
};
|
|
31
|
+
exports.IconEmail = IconEmail;
|
|
32
|
+
//# sourceMappingURL=IconEmail.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["IconEmail","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"..\\..\\src","sources":["IconEmail.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,SAAS,GAAIC,KAAgB,IAAK;EAC7C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,kQAAkQ;IACpQ,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.IconHamburger = void 0;
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _themes = require("../../themes");
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
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; }
|
|
12
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
13
|
+
const IconHamburger = props => {
|
|
14
|
+
const {
|
|
15
|
+
width = 24,
|
|
16
|
+
height = 24,
|
|
17
|
+
fill = _themes.Palettes.black[900],
|
|
18
|
+
...rest
|
|
19
|
+
} = props;
|
|
20
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
21
|
+
width: width,
|
|
22
|
+
height: height,
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none"
|
|
25
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
26
|
+
}, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
clipRule: "evenodd",
|
|
29
|
+
d: "M2 6.333c0-.46.373-.833.833-.833h18.334a.833.833 0 010 1.667H2.833A.833.833 0 012 6.333zM2 12c0-.46.373-.833.833-.833h18.334a.833.833 0 010 1.666H2.833A.833.833 0 012 12zM2 17.667c0-.46.373-.834.833-.834h18.334a.833.833 0 010 1.667H2.833A.833.833 0 012 17.667z",
|
|
30
|
+
fill: fill
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
exports.IconHamburger = IconHamburger;
|
|
34
|
+
//# sourceMappingURL=IconHamburger.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["IconHamburger","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"..\\..\\src","sources":["IconHamburger.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,aAAa,GAAIC,KAAgB,IAAK;EACjD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,sQAAsQ;IACxQ,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.IconOther = void 0;
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _themes = require("../../themes");
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
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; }
|
|
12
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
13
|
+
const IconOther = props => {
|
|
14
|
+
const {
|
|
15
|
+
width = 24,
|
|
16
|
+
height = 24,
|
|
17
|
+
fill = _themes.Palettes.black[900],
|
|
18
|
+
...rest
|
|
19
|
+
} = props;
|
|
20
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
21
|
+
width: width,
|
|
22
|
+
height: height,
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none"
|
|
25
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
26
|
+
}, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
clipRule: "evenodd",
|
|
29
|
+
d: "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM4 12c0-4.4 3.6-8 8-8s8 3.6 8 8-3.6 8-8 8-8-3.6-8-8z",
|
|
30
|
+
fill: fill
|
|
31
|
+
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
32
|
+
d: "M12 13a1 1 0 100-2 1 1 0 000 2zM16 13a1 1 0 100-2 1 1 0 000 2zM8 13a1 1 0 100-2 1 1 0 000 2z",
|
|
33
|
+
fill: fill
|
|
34
|
+
}));
|
|
35
|
+
};
|
|
36
|
+
exports.IconOther = IconOther;
|
|
37
|
+
//# sourceMappingURL=IconOther.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["IconOther","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"..\\..\\src","sources":["IconOther.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,SAAS,GAAIC,KAAgB,IAAK;EAC7C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,QAAQ,EAAC,SAAS;IAClB,QAAQ,EAAC,SAAS;IAClB,CAAC,EAAC,mHAAmH;IACrH,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,8FAA8F;IAChG,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.IconReload = void 0;
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _themes = require("../../themes");
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
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; }
|
|
12
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
13
|
+
const IconReload = props => {
|
|
14
|
+
const {
|
|
15
|
+
width = 24,
|
|
16
|
+
height = 24,
|
|
17
|
+
fill = _themes.Palettes.black[900],
|
|
18
|
+
...rest
|
|
19
|
+
} = props;
|
|
20
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
21
|
+
width: width,
|
|
22
|
+
height: height,
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none"
|
|
25
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
26
|
+
}, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
27
|
+
d: "M14.18 8.37c.04.52.48.92 1 .92h.08l3.75-.31c.41-.03.76-.32.88-.71l1.08-3.6a1.003 1.003 0 00-1.92-.58l-.52 1.73A8.92 8.92 0 0012.01 3C7.04 2.99 3 7.03 3 11.99s4.04 9 9 9c3.73 0 7.12-2.34 8.43-5.83a1.01 1.01 0 00-.58-1.29c-.51-.19-1.09.07-1.29.58-1.02 2.71-3.65 4.54-6.55 4.54-3.86 0-7-3.14-7-7s3.14-7 7-7c1.93 0 3.72.78 5.02 2.14l-1.93.16c-.55.05-.96.53-.91 1.08h-.01z",
|
|
28
|
+
fill: fill
|
|
29
|
+
}));
|
|
30
|
+
};
|
|
31
|
+
exports.IconReload = IconReload;
|
|
32
|
+
//# sourceMappingURL=IconReload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["IconReload","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"..\\..\\src","sources":["IconReload.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,UAAU,GAAIC,KAAgB,IAAK;EAC9C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,iXAAiX;IACnX,IAAI,EAAEH;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.IconSeeHide = void 0;
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _themes = require("../../themes");
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
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; }
|
|
12
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
13
|
+
const IconSeeHide = props => {
|
|
14
|
+
const {
|
|
15
|
+
width = 24,
|
|
16
|
+
height = 24,
|
|
17
|
+
fill = _themes.Palettes.black[900],
|
|
18
|
+
...rest
|
|
19
|
+
} = props;
|
|
20
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
21
|
+
width: width,
|
|
22
|
+
height: height,
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none"
|
|
25
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
26
|
+
}, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.G, {
|
|
27
|
+
fill: fill
|
|
28
|
+
}, /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
29
|
+
d: "M12 7.247c3.35 0 6.48 1.72 8.25 4.5-1.76 2.78-4.9 4.5-8.25 4.5-3.35 0-6.48-1.72-8.25-4.5 1.76-2.78 4.9-4.5 8.25-4.5zm0-1.5c-3.99 0-7.71 2.11-9.7 5.5l-.3.5.3.5c2.01 3.39 5.72 5.5 9.7 5.5 3.98 0 7.71-2.11 9.7-5.5l.3-.5-.3-.5c-2.01-3.39-5.71-5.5-9.7-5.5z"
|
|
30
|
+
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
31
|
+
d: "M12 15.998a4.26 4.26 0 01-4.25-4.25A4.26 4.26 0 0112 7.498a4.26 4.26 0 014.25 4.25 4.26 4.26 0 01-4.25 4.25zm0-7c-1.52 0-2.75 1.23-2.75 2.75s1.23 2.75 2.75 2.75 2.75-1.23 2.75-2.75-1.23-2.75-2.75-2.75z"
|
|
32
|
+
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
33
|
+
d: "M6 18.497c-.19 0-.38-.07-.53-.22a.754.754 0 010-1.06l12-12c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-12 12c-.15.15-.34.22-.53.22z"
|
|
34
|
+
})));
|
|
35
|
+
};
|
|
36
|
+
exports.IconSeeHide = IconSeeHide;
|
|
37
|
+
//# sourceMappingURL=IconSeeHide.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["IconSeeHide","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"..\\..\\src","sources":["IconSeeHide.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,WAAW,GAAIC,KAAgB,IAAK;EAC/C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,iBAAC;IAAC,IAAI,EAAEH;EAAK,gBACZ,oBAAC,oBAAI;IAAC,CAAC,EAAC;EAA6P,EAAG,eACxQ,oBAAC,oBAAI;IAAC,CAAC,EAAC;EAA2M,EAAG,eACtN,oBAAC,oBAAI;IAAC,CAAC,EAAC;EAAoI,EAAG,CAC7I,CACA;AAEV,CAAC;AAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.IconSeeShow = void 0;
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _themes = require("../../themes");
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
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; }
|
|
12
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
13
|
+
const IconSeeShow = props => {
|
|
14
|
+
const {
|
|
15
|
+
width = 24,
|
|
16
|
+
height = 24,
|
|
17
|
+
fill = _themes.Palettes.black[900],
|
|
18
|
+
...rest
|
|
19
|
+
} = props;
|
|
20
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
21
|
+
width: width,
|
|
22
|
+
height: height,
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none"
|
|
25
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
26
|
+
}, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.G, {
|
|
27
|
+
fill: fill
|
|
28
|
+
}, /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
29
|
+
d: "M12 7.5c3.35 0 6.48 1.72 8.25 4.5-1.76 2.78-4.9 4.5-8.25 4.5-3.35 0-6.48-1.72-8.25-4.5C5.51 9.22 8.65 7.5 12 7.5zM12 6c-3.99 0-7.71 2.11-9.7 5.5L2 12l.3.5C4.31 15.89 8.02 18 12 18c3.98 0 7.71-2.11 9.7-5.5l.3-.5-.3-.5C19.69 8.11 15.99 6 12 6z"
|
|
30
|
+
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
31
|
+
d: "M12 16.25A4.26 4.26 0 017.75 12 4.26 4.26 0 0112 7.75 4.26 4.26 0 0116.25 12 4.26 4.26 0 0112 16.25zm0-7c-1.52 0-2.75 1.23-2.75 2.75s1.23 2.75 2.75 2.75 2.75-1.23 2.75-2.75S13.52 9.25 12 9.25z"
|
|
32
|
+
})));
|
|
33
|
+
};
|
|
34
|
+
exports.IconSeeShow = IconSeeShow;
|
|
35
|
+
//# sourceMappingURL=IconSeeShow.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["IconSeeShow","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"..\\..\\src","sources":["IconSeeShow.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,WAAW,GAAIC,KAAgB,IAAK;EAC/C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,iBAAC;IAAC,IAAI,EAAEH;EAAK,gBACZ,oBAAC,oBAAI;IAAC,CAAC,EAAC;EAAmP,EAAG,eAC9P,oBAAC,oBAAI;IAAC,CAAC,EAAC;EAAkM,EAAG,CAC3M,CACA;AAEV,CAAC;AAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.IconSorting = void 0;
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
|
|
9
|
+
var _themes = require("../../themes");
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
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; }
|
|
12
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
13
|
+
const IconSorting = props => {
|
|
14
|
+
const {
|
|
15
|
+
width = 24,
|
|
16
|
+
height = 24,
|
|
17
|
+
fill = _themes.Palettes.black[900],
|
|
18
|
+
...rest
|
|
19
|
+
} = props;
|
|
20
|
+
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
|
|
21
|
+
width: width,
|
|
22
|
+
height: height,
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none"
|
|
25
|
+
// xmlns="http://www.w3.org/2000/svg"
|
|
26
|
+
}, rest), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
27
|
+
d: "M8 21c-.6 0-1-.4-1-1V4c0-.6.4-1 1-1s1 .4 1 1v16c0 .6-.4 1-1 1z",
|
|
28
|
+
fill: fill
|
|
29
|
+
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
30
|
+
d: "M12 9c-.3 0-.5-.1-.7-.3L8 5.4 4.7 8.7c-.4.4-1 .4-1.4 0-.4-.4-.4-1 0-1.4l4-4c.4-.4 1-.4 1.4 0l4 4c.4.4.4 1 0 1.4-.2.2-.4.3-.7.3zM16 21c-.6 0-1-.4-1-1V4c0-.6.4-1 1-1s1 .4 1 1v16c0 .6-.4 1-1 1z",
|
|
31
|
+
fill: fill
|
|
32
|
+
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
|
|
33
|
+
d: "M16 21c-.3 0-.5-.1-.7-.3l-4-4c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l3.3 3.3 3.3-3.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4l-4 4c-.2.2-.4.3-.7.3z",
|
|
34
|
+
fill: fill
|
|
35
|
+
}));
|
|
36
|
+
};
|
|
37
|
+
exports.IconSorting = IconSorting;
|
|
38
|
+
//# sourceMappingURL=IconSorting.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["IconSorting","props","width","height","fill","Palettes","black","rest"],"sourceRoot":"..\\..\\src","sources":["IconSorting.tsx"],"mappings":";;;;;;AAAA;AACA;AACA;AAAwC;AAAA;AAAA;AAIjC,MAAMA,WAAW,GAAIC,KAAgB,IAAK;EAC/C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGC,gBAAQ,CAACC,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGN,KAAK;EAET,oBACE,oBAAC,uBAAG;IACF,KAAK,EAAEC,KAAM;IACb,MAAM,EAAEC,MAAO;IACf,OAAO,EAAC,WAAW;IACnB,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAER,oBAAC,oBAAI;IACH,CAAC,EAAC,gEAAgE;IAClE,IAAI,EAAEH;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,gMAAgM;IAClM,IAAI,EAAEA;EAAK,EACX,eACF,oBAAC,oBAAI;IACH,CAAC,EAAC,uIAAuI;IACzI,IAAI,EAAEA;EAAK,EACX,CACE;AAEV,CAAC;AAAC"}
|
|
@@ -291,6 +291,12 @@ Object.defineProperty(exports, "IconEdit", {
|
|
|
291
291
|
return _IconEdit.IconEdit;
|
|
292
292
|
}
|
|
293
293
|
});
|
|
294
|
+
Object.defineProperty(exports, "IconEmail", {
|
|
295
|
+
enumerable: true,
|
|
296
|
+
get: function () {
|
|
297
|
+
return _IconEmail.IconEmail;
|
|
298
|
+
}
|
|
299
|
+
});
|
|
294
300
|
Object.defineProperty(exports, "IconFilter", {
|
|
295
301
|
enumerable: true,
|
|
296
302
|
get: function () {
|
|
@@ -309,6 +315,12 @@ Object.defineProperty(exports, "IconGroup", {
|
|
|
309
315
|
return _IconGroup.IconGroup;
|
|
310
316
|
}
|
|
311
317
|
});
|
|
318
|
+
Object.defineProperty(exports, "IconHamburger", {
|
|
319
|
+
enumerable: true,
|
|
320
|
+
get: function () {
|
|
321
|
+
return _IconHamburger.IconHamburger;
|
|
322
|
+
}
|
|
323
|
+
});
|
|
312
324
|
Object.defineProperty(exports, "IconHeartEmpty", {
|
|
313
325
|
enumerable: true,
|
|
314
326
|
get: function () {
|
|
@@ -417,6 +429,12 @@ Object.defineProperty(exports, "IconOfficial", {
|
|
|
417
429
|
return _IconOfficial.IconOfficial;
|
|
418
430
|
}
|
|
419
431
|
});
|
|
432
|
+
Object.defineProperty(exports, "IconOther", {
|
|
433
|
+
enumerable: true,
|
|
434
|
+
get: function () {
|
|
435
|
+
return _IconOther.IconOther;
|
|
436
|
+
}
|
|
437
|
+
});
|
|
420
438
|
Object.defineProperty(exports, "IconPerson", {
|
|
421
439
|
enumerable: true,
|
|
422
440
|
get: function () {
|
|
@@ -447,12 +465,30 @@ Object.defineProperty(exports, "IconProtection", {
|
|
|
447
465
|
return _IconProtection.IconProtection;
|
|
448
466
|
}
|
|
449
467
|
});
|
|
468
|
+
Object.defineProperty(exports, "IconReload", {
|
|
469
|
+
enumerable: true,
|
|
470
|
+
get: function () {
|
|
471
|
+
return _IconReload.IconReload;
|
|
472
|
+
}
|
|
473
|
+
});
|
|
450
474
|
Object.defineProperty(exports, "IconSearch", {
|
|
451
475
|
enumerable: true,
|
|
452
476
|
get: function () {
|
|
453
477
|
return _IconSearch.IconSearch;
|
|
454
478
|
}
|
|
455
479
|
});
|
|
480
|
+
Object.defineProperty(exports, "IconSeeHide", {
|
|
481
|
+
enumerable: true,
|
|
482
|
+
get: function () {
|
|
483
|
+
return _IconSeeHide.IconSeeHide;
|
|
484
|
+
}
|
|
485
|
+
});
|
|
486
|
+
Object.defineProperty(exports, "IconSeeShow", {
|
|
487
|
+
enumerable: true,
|
|
488
|
+
get: function () {
|
|
489
|
+
return _IconSeeShow.IconSeeShow;
|
|
490
|
+
}
|
|
491
|
+
});
|
|
456
492
|
Object.defineProperty(exports, "IconSetting", {
|
|
457
493
|
enumerable: true,
|
|
458
494
|
get: function () {
|
|
@@ -477,6 +513,12 @@ Object.defineProperty(exports, "IconSort", {
|
|
|
477
513
|
return _IconSort.IconSort;
|
|
478
514
|
}
|
|
479
515
|
});
|
|
516
|
+
Object.defineProperty(exports, "IconSorting", {
|
|
517
|
+
enumerable: true,
|
|
518
|
+
get: function () {
|
|
519
|
+
return _IconSorting.IconSorting;
|
|
520
|
+
}
|
|
521
|
+
});
|
|
480
522
|
Object.defineProperty(exports, "IconStarFilled", {
|
|
481
523
|
enumerable: true,
|
|
482
524
|
get: function () {
|
|
@@ -571,6 +613,13 @@ var _IconEdit = require("./actions/IconEdit");
|
|
|
571
613
|
var _IconFilter = require("./actions/IconFilter");
|
|
572
614
|
var _IconCustomerService = require("./actions/IconCustomerService");
|
|
573
615
|
var _IconAttach = require("./actions/IconAttach");
|
|
616
|
+
var _IconSeeShow = require("./actions/IconSeeShow");
|
|
617
|
+
var _IconSeeHide = require("./actions/IconSeeHide");
|
|
618
|
+
var _IconReload = require("./actions/IconReload");
|
|
619
|
+
var _IconOther = require("./actions/IconOther");
|
|
620
|
+
var _IconEmail = require("./actions/IconEmail");
|
|
621
|
+
var _IconSorting = require("./actions/IconSorting");
|
|
622
|
+
var _IconHamburger = require("./actions/IconHamburger");
|
|
574
623
|
var _IconMyLocation = require("./misc/IconMyLocation");
|
|
575
624
|
var _IconHistory = require("./misc/IconHistory");
|
|
576
625
|
var _IconGroup = require("./misc/IconGroup");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"..\\..\\src","sources":["index.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"..\\..\\src","sources":["index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA;AACA;AACA;AACA;AACA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
|
|
@@ -15,8 +15,7 @@ export const getStyle = (props, isFocused) => {
|
|
|
15
15
|
border: isFocused ? Palettes.grey[900] : Palettes.grey[200]
|
|
16
16
|
};
|
|
17
17
|
computedStyle.fieldContainer = {
|
|
18
|
-
width: '100%'
|
|
19
|
-
gap: Spacing[8]
|
|
18
|
+
width: '100%'
|
|
20
19
|
};
|
|
21
20
|
computedStyle.label = {
|
|
22
21
|
color: Palettes.black[900]
|
|
@@ -26,7 +25,8 @@ export const getStyle = (props, isFocused) => {
|
|
|
26
25
|
borderRadius: Radius[8],
|
|
27
26
|
borderColor: stateColor.border,
|
|
28
27
|
padding: Spacing[12],
|
|
29
|
-
backgroundColor: editable ? Palettes.white[50] : Palettes.grey[50]
|
|
28
|
+
backgroundColor: editable ? Palettes.white[50] : Palettes.grey[50],
|
|
29
|
+
marginVertical: Spacing[8]
|
|
30
30
|
};
|
|
31
31
|
computedStyle.TextInput = {
|
|
32
32
|
height: 72,
|
|
@@ -36,8 +36,7 @@ export const getStyle = (props, isFocused) => {
|
|
|
36
36
|
fontSize: 14,
|
|
37
37
|
lineHeight: 21,
|
|
38
38
|
fontFamily: 'Montserrat-Regular',
|
|
39
|
-
color: Palettes.black[900]
|
|
40
|
-
verticalAlign: 'top'
|
|
39
|
+
color: Palettes.black[900]
|
|
41
40
|
};
|
|
42
41
|
computedStyle.counter = {
|
|
43
42
|
textAlign: 'right'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StyleSheet","Palettes","Radius","Spacing","getStyle","props","isFocused","editable","isError","errorMessage","computedStyle","stateColor","text","red","border","black","grey","fieldContainer","width","
|
|
1
|
+
{"version":3,"names":["StyleSheet","Palettes","Radius","Spacing","getStyle","props","isFocused","editable","isError","errorMessage","computedStyle","stateColor","text","red","border","black","grey","fieldContainer","width","label","color","fieldWrapper","borderWidth","borderRadius","borderColor","padding","backgroundColor","white","marginVertical","TextInput","height","margin","overflow","fontSize","lineHeight","fontFamily","counter","textAlign","messageHelper","create"],"sourceRoot":"..\\..\\src","sources":["TextArea.style.tsx"],"mappings":"AAEA,SAASA,UAAU,QAAQ,cAAc;AAEzC,SAASC,QAAQ,EAAEC,MAAM,EAAEC,OAAO,QAAQ,cAAc;AAaxD,OAAO,MAAMC,QAAQ,GAAG,CAACC,KAAoB,EAAEC,SAAkB,KAAK;EACpE,MAAM;IAAEC,QAAQ,GAAG,IAAI;IAAEC,OAAO;IAAEC;EAAa,CAAC,GAAGJ,KAAK;EAExD,MAAMK,aAAiC,GAAG,CAAC,CAAC;EAE5C,MAAMC,UAAU,GACdH,OAAO,IAAIC,YAAY,GACnB;IAAEG,IAAI,EAAEX,QAAQ,CAACY,GAAG,CAAC,GAAG,CAAC;IAAEC,MAAM,EAAEb,QAAQ,CAACY,GAAG,CAAC,GAAG;EAAE,CAAC,GACtD;IACED,IAAI,EAAEX,QAAQ,CAACc,KAAK,CAAC,GAAG,CAAC;IACzBD,MAAM,EAAER,SAAS,GAAGL,QAAQ,CAACe,IAAI,CAAC,GAAG,CAAC,GAAGf,QAAQ,CAACe,IAAI,CAAC,GAAG;EAC5D,CAAC;EAEPN,aAAa,CAACO,cAAc,GAAG;IAC7BC,KAAK,EAAE;EACT,CAAC;EAEDR,aAAa,CAACS,KAAK,GAAG;IACpBC,KAAK,EAAEnB,QAAQ,CAACc,KAAK,CAAC,GAAG;EAC3B,CAAC;EAEDL,aAAa,CAACW,YAAY,GAAG;IAC3BC,WAAW,EAAEpB,MAAM,CAACY,MAAM;IAC1BS,YAAY,EAAErB,MAAM,CAAC,CAAC,CAAC;IACvBsB,WAAW,EAAEb,UAAU,CAACG,MAAM;IAC9BW,OAAO,EAAEtB,OAAO,CAAC,EAAE,CAAC;IACpBuB,eAAe,EAAEnB,QAAQ,GAAGN,QAAQ,CAAC0B,KAAK,CAAC,EAAE,CAAC,GAAG1B,QAAQ,CAACe,IAAI,CAAC,EAAE,CAAC;IAClEY,cAAc,EAAEzB,OAAO,CAAC,CAAC;EAC3B,CAAC;EAEDO,aAAa,CAACmB,SAAS,GAAG;IACxBC,MAAM,EAAE,EAAE;IACVL,OAAO,EAAE,CAAC;IACVM,MAAM,EAAE,CAAC;IACTC,QAAQ,EAAE,SAAS;IACnBC,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,EAAE;IACdC,UAAU,EAAE,oBAAoB;IAChCf,KAAK,EAAEnB,QAAQ,CAACc,KAAK,CAAC,GAAG;EAC3B,CAAC;EAEDL,aAAa,CAAC0B,OAAO,GAAG;IACtBC,SAAS,EAAE;EACb,CAAC;EAED3B,aAAa,CAAC4B,aAAa,GAAG;IAC5BlB,KAAK,EAAET,UAAU,CAACC;EACpB,CAAC;EAED,OAAOZ,UAAU,CAACuC,MAAM,CAAC7B,aAAa,CAAC;AACzC,CAAC"}
|
|
@@ -26,11 +26,11 @@ export const getStyle = props => {
|
|
|
26
26
|
...Shadow['shadow-elevation-1']
|
|
27
27
|
};
|
|
28
28
|
computedStyle.headerContainer = {
|
|
29
|
-
flexDirection: 'row'
|
|
30
|
-
gap: Spacing[16]
|
|
29
|
+
flexDirection: 'row'
|
|
31
30
|
};
|
|
32
31
|
computedStyle.title = {
|
|
33
|
-
flex: 1
|
|
32
|
+
flex: 1,
|
|
33
|
+
marginRight: Spacing[16]
|
|
34
34
|
};
|
|
35
35
|
computedStyle.arrowPointer = {
|
|
36
36
|
position: 'absolute',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StyleSheet","Palettes","Radius","Shadow","Spacing","getStyle","props","arrowPosition","anchorArrowTo","arrowFromCorner","isArrowTop","getArrowPosition","top","bottom","getAnchorArrowPosition","left","right","computedStyle","container","padding","backgroundColor","white","borderRadius","width","headerContainer","flexDirection","
|
|
1
|
+
{"version":3,"names":["StyleSheet","Palettes","Radius","Shadow","Spacing","getStyle","props","arrowPosition","anchorArrowTo","arrowFromCorner","isArrowTop","getArrowPosition","top","bottom","getAnchorArrowPosition","left","right","computedStyle","container","padding","backgroundColor","white","borderRadius","width","headerContainer","flexDirection","title","flex","marginRight","arrowPointer","position","height","borderStyle","borderLeftColor","borderRightColor","borderLeftWidth","borderRightWidth","borderBottomWidth","borderTopWidth","borderTopColor","borderBottomColor","transform","rotate","create"],"sourceRoot":"..\\..\\src","sources":["coachmark.style.tsx"],"mappings":"AAEA,SAASA,UAAU,QAAQ,cAAc;AACzC,SAASC,QAAQ,EAAEC,MAAM,EAAEC,MAAM,EAAEC,OAAO,QAAQ,cAAc;AAWhE,OAAO,MAAMC,QAAQ,GAAIC,KAAqB,IAAK;EACjD,MAAM;IACJC,aAAa,GAAG,KAAK;IACrBC,aAAa,GAAG,MAAM;IACtBC,eAAe,GAAG;EACpB,CAAC,GAAGH,KAAK;EACT,MAAMI,UAAU,GAAGH,aAAa,KAAK,KAAK;EAE1C,MAAMI,gBAAgB,GACpBJ,aAAa,KAAK,KAAK,GACnB;IACEK,GAAG,EAAE,CAAC;EACR,CAAC,GACD;IACEC,MAAM,EAAE,CAAC;EACX,CAAC;EAEP,MAAMC,sBAAsB,GAC1BN,aAAa,KAAK,MAAM,GACpB;IACEO,IAAI,EAAEN;EACR,CAAC,GACD;IACEO,KAAK,EAAEP;EACT,CAAC;EAEP,MAAMQ,aAAiC,GAAG,CAAC,CAAC;EAE5CA,aAAa,CAACC,SAAS,GAAG;IACxBC,OAAO,EAAEf,OAAO,CAAC,EAAE,CAAC;IACpBgB,eAAe,EAAEnB,QAAQ,CAACoB,KAAK,CAAC,EAAE,CAAC;IACnCC,YAAY,EAAEpB,MAAM,CAAC,CAAC,CAAC;IACvBqB,KAAK,EAAE,MAAM;IACb,GAAGpB,MAAM,CAAC,oBAAoB;EAChC,CAAC;EAEDc,aAAa,CAACO,eAAe,GAAG;IAC9BC,aAAa,EAAE;EACjB,CAAC;EAEDR,aAAa,CAACS,KAAK,GAAG;IACpBC,IAAI,EAAE,CAAC;IACPC,WAAW,EAAExB,OAAO,CAAC,EAAE;EACzB,CAAC;EAEDa,aAAa,CAACY,YAAY,GAAG;IAC3BC,QAAQ,EAAE,UAAU;IACpBP,KAAK,EAAE,CAAC;IACRQ,MAAM,EAAE,CAAC;IACTC,WAAW,EAAE,OAAO;IACpBZ,eAAe,EAAE,aAAa;IAC9Ba,eAAe,EAAE,aAAa;IAC9BC,gBAAgB,EAAE,aAAa;IAC/BC,eAAe,EAAE,CAAC;IAClBC,gBAAgB,EAAE,CAAC;IACnBC,iBAAiB,EAAE,CAAC;IACpBC,cAAc,EAAE,CAAC;IACjBC,cAAc,EAAEtC,QAAQ,CAACoB,KAAK,CAAC,EAAE,CAAC;IAClCmB,iBAAiB,EAAE,aAAa;IAChCC,SAAS,EAAE,CAAC;MAAEC,MAAM,EAAEhC,UAAU,GAAG,QAAQ,GAAG;IAAO,CAAC,CAAC;IACvD,GAAGC,gBAAgB;IACnB,GAAGG;EACL,CAAC;EAED,OAAOd,UAAU,CAAC2C,MAAM,CAAC1B,aAAa,CAAC;AACzC,CAAC"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { StyleSheet } from 'react-native';
|
|
2
|
-
import { Palettes, Radius
|
|
2
|
+
import { Palettes, Radius } from '../../themes';
|
|
3
3
|
export const getStyle = () => {
|
|
4
4
|
const computedStyle = {};
|
|
5
5
|
computedStyle.container = {
|
|
6
|
-
flexDirection: 'row'
|
|
7
|
-
gap: Spacing[4]
|
|
6
|
+
flexDirection: 'row'
|
|
8
7
|
};
|
|
9
8
|
computedStyle.sliderItem = {
|
|
10
9
|
height: 4,
|
|
11
10
|
width: 4,
|
|
12
11
|
borderRadius: Radius.full,
|
|
13
|
-
backgroundColor: Palettes.grey[500]
|
|
12
|
+
backgroundColor: Palettes.grey[500],
|
|
13
|
+
marginHorizontal: 2
|
|
14
14
|
};
|
|
15
15
|
computedStyle.activeSlider = {
|
|
16
16
|
backgroundColor: Palettes.black[900]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StyleSheet","Palettes","Radius","
|
|
1
|
+
{"version":3,"names":["StyleSheet","Palettes","Radius","getStyle","computedStyle","container","flexDirection","sliderItem","height","width","borderRadius","full","backgroundColor","grey","marginHorizontal","activeSlider","black","create"],"sourceRoot":"..\\..\\src","sources":["slider-indicator.style.tsx"],"mappings":"AACA,SAASA,UAAU,QAAQ,cAAc;AACzC,SAASC,QAAQ,EAAEC,MAAM,QAAQ,cAAc;AAQ/C,OAAO,MAAMC,QAAQ,GAAG,MAAM;EAC5B,MAAMC,aAAiC,GAAG,CAAC,CAAC;EAE5CA,aAAa,CAACC,SAAS,GAAG;IACxBC,aAAa,EAAE;EACjB,CAAC;EAEDF,aAAa,CAACG,UAAU,GAAG;IACzBC,MAAM,EAAE,CAAC;IACTC,KAAK,EAAE,CAAC;IACRC,YAAY,EAAER,MAAM,CAACS,IAAI;IACzBC,eAAe,EAAEX,QAAQ,CAACY,IAAI,CAAC,GAAG,CAAC;IACnCC,gBAAgB,EAAE;EACpB,CAAC;EAEDV,aAAa,CAACW,YAAY,GAAG;IAC3BH,eAAe,EAAEX,QAAQ,CAACe,KAAK,CAAC,GAAG;EACrC,CAAC;EAED,OAAOhB,UAAU,CAACiB,MAAM,CAACb,aAAa,CAAC;AACzC,CAAC"}
|