@adiraku/react-native-ui 1.2.9-canary-7 → 1.2.9-canary-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.
- package/lib/commonjs/components/Banner/banner.component.js +55 -0
- package/lib/commonjs/components/Banner/banner.component.js.map +1 -0
- package/lib/commonjs/components/Banner/banner.style.js +30 -0
- package/lib/commonjs/components/Banner/banner.style.js.map +1 -0
- package/lib/commonjs/components/Banner/banner.type.js +6 -0
- package/lib/commonjs/components/Banner/banner.type.js.map +1 -0
- package/lib/commonjs/components/BudgetCard/budget-card.component.js +26 -0
- package/lib/commonjs/components/BudgetCard/budget-card.component.js.map +1 -0
- package/lib/commonjs/components/BudgetCard/budget-card.style.js +38 -0
- package/lib/commonjs/components/BudgetCard/budget-card.style.js.map +1 -0
- package/lib/commonjs/components/BudgetCard/budget-card.type.js +6 -0
- package/lib/commonjs/components/BudgetCard/budget-card.type.js.map +1 -0
- package/lib/commonjs/components/Chips/Chips.component.js +10 -3
- package/lib/commonjs/components/Chips/Chips.component.js.map +1 -1
- package/lib/commonjs/components/DashboardBalanceCard/CardWallet.component.js +104 -0
- package/lib/commonjs/components/DashboardBalanceCard/CardWallet.component.js.map +1 -0
- package/lib/commonjs/components/DashboardBalanceCard/DashboardBalanceCard.component.js +514 -0
- package/lib/commonjs/components/DashboardBalanceCard/DashboardBalanceCard.component.js.map +1 -0
- package/lib/commonjs/components/FilterList/FilterList.component.js +57 -0
- package/lib/commonjs/components/FilterList/FilterList.component.js.map +1 -0
- package/lib/commonjs/components/FilterList/FilterList.style.js +56 -0
- package/lib/commonjs/components/FilterList/FilterList.style.js.map +1 -0
- package/lib/commonjs/components/FilterList/FilterList.type.js +6 -0
- package/lib/commonjs/components/FilterList/FilterList.type.js.map +1 -0
- package/lib/commonjs/components/Pagination/pagination.component.js +39 -0
- package/lib/commonjs/components/Pagination/pagination.component.js.map +1 -0
- package/lib/commonjs/components/Pagination/pagination.style.js +26 -0
- package/lib/commonjs/components/Pagination/pagination.style.js.map +1 -0
- package/lib/commonjs/components/Pagination/pagination.type.js +2 -0
- package/lib/commonjs/components/Pagination/pagination.type.js.map +1 -0
- package/lib/commonjs/components/StickyBar/StickyBar.component.js +67 -0
- package/lib/commonjs/components/StickyBar/StickyBar.component.js.map +1 -0
- package/lib/commonjs/components/StickyBar/StickyBar.style.js +64 -0
- package/lib/commonjs/components/StickyBar/StickyBar.style.js.map +1 -0
- package/lib/commonjs/components/StickyBar/StickyBar.type.js +6 -0
- package/lib/commonjs/components/StickyBar/StickyBar.type.js.map +1 -0
- package/lib/commonjs/components/index.js +35 -0
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/module/components/Banner/banner.component.js +47 -0
- package/lib/module/components/Banner/banner.component.js.map +1 -0
- package/lib/module/components/Banner/banner.style.js +23 -0
- package/lib/module/components/Banner/banner.style.js.map +1 -0
- package/lib/module/components/Banner/banner.type.js +2 -0
- package/lib/module/components/Banner/banner.type.js.map +1 -0
- package/lib/module/components/BudgetCard/budget-card.component.js +18 -0
- package/lib/module/components/BudgetCard/budget-card.component.js.map +1 -0
- package/lib/module/components/BudgetCard/budget-card.style.js +31 -0
- package/lib/module/components/BudgetCard/budget-card.style.js.map +1 -0
- package/lib/module/components/BudgetCard/budget-card.type.js +2 -0
- package/lib/module/components/BudgetCard/budget-card.type.js.map +1 -0
- package/lib/module/components/Chips/Chips.component.js +11 -4
- package/lib/module/components/Chips/Chips.component.js.map +1 -1
- package/lib/module/components/DashboardBalanceCard/CardWallet.component.js +98 -0
- package/lib/module/components/DashboardBalanceCard/CardWallet.component.js.map +1 -0
- package/lib/module/components/DashboardBalanceCard/DashboardBalanceCard.component.js +508 -0
- package/lib/module/components/DashboardBalanceCard/DashboardBalanceCard.component.js.map +1 -0
- package/lib/module/components/FilterList/FilterList.component.js +50 -0
- package/lib/module/components/FilterList/FilterList.component.js.map +1 -0
- package/lib/module/components/FilterList/FilterList.style.js +49 -0
- package/lib/module/components/FilterList/FilterList.style.js.map +1 -0
- package/lib/module/components/FilterList/FilterList.type.js +2 -0
- package/lib/module/components/FilterList/FilterList.type.js.map +1 -0
- package/lib/module/components/Pagination/pagination.component.js +31 -0
- package/lib/module/components/Pagination/pagination.component.js.map +1 -0
- package/lib/module/components/Pagination/pagination.style.js +20 -0
- package/lib/module/components/Pagination/pagination.style.js.map +1 -0
- package/lib/module/components/Pagination/pagination.type.js +2 -0
- package/lib/module/components/Pagination/pagination.type.js.map +1 -0
- package/lib/module/components/StickyBar/StickyBar.component.js +60 -0
- package/lib/module/components/StickyBar/StickyBar.component.js.map +1 -0
- package/lib/module/components/StickyBar/StickyBar.style.js +57 -0
- package/lib/module/components/StickyBar/StickyBar.style.js.map +1 -0
- package/lib/module/components/StickyBar/StickyBar.type.js +2 -0
- package/lib/module/components/StickyBar/StickyBar.type.js.map +1 -0
- package/lib/module/components/index.js +5 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/typescript/components/Banner/banner.component.d.ts +4 -0
- package/lib/typescript/components/Banner/banner.component.d.ts.map +1 -0
- package/lib/typescript/components/Banner/banner.style.d.ts +9 -0
- package/lib/typescript/components/Banner/banner.style.d.ts.map +1 -0
- package/lib/typescript/components/Banner/banner.type.d.ts +16 -0
- package/lib/typescript/components/Banner/banner.type.d.ts.map +1 -0
- package/lib/typescript/components/BudgetCard/budget-card.component.d.ts +5 -0
- package/lib/typescript/components/BudgetCard/budget-card.component.d.ts.map +1 -0
- package/lib/typescript/components/BudgetCard/budget-card.style.d.ts +24 -0
- package/lib/typescript/components/BudgetCard/budget-card.style.d.ts.map +1 -0
- package/lib/typescript/components/BudgetCard/budget-card.type.d.ts +16 -0
- package/lib/typescript/components/BudgetCard/budget-card.type.d.ts.map +1 -0
- package/lib/typescript/components/Chips/Chips.component.d.ts +1 -1
- package/lib/typescript/components/Chips/Chips.component.d.ts.map +1 -1
- package/lib/typescript/components/Chips/Chips.type.d.ts +12 -0
- package/lib/typescript/components/Chips/Chips.type.d.ts.map +1 -1
- package/lib/typescript/components/DashboardBalanceCard/CardWallet.component.d.ts +9 -0
- package/lib/typescript/components/DashboardBalanceCard/CardWallet.component.d.ts.map +1 -0
- package/lib/typescript/components/DashboardBalanceCard/DashboardBalanceCard.component.d.ts +16 -0
- package/lib/typescript/components/DashboardBalanceCard/DashboardBalanceCard.component.d.ts.map +1 -0
- package/lib/typescript/components/FilterList/FilterList.component.d.ts +5 -0
- package/lib/typescript/components/FilterList/FilterList.component.d.ts.map +1 -0
- package/lib/typescript/components/FilterList/FilterList.style.d.ts +14 -0
- package/lib/typescript/components/FilterList/FilterList.style.d.ts.map +1 -0
- package/lib/typescript/components/FilterList/FilterList.type.d.ts +32 -0
- package/lib/typescript/components/FilterList/FilterList.type.d.ts.map +1 -0
- package/lib/typescript/components/Pagination/pagination.component.d.ts +5 -0
- package/lib/typescript/components/Pagination/pagination.component.d.ts.map +1 -0
- package/lib/typescript/components/Pagination/pagination.style.d.ts +19 -0
- package/lib/typescript/components/Pagination/pagination.style.d.ts.map +1 -0
- package/lib/typescript/components/Pagination/pagination.type.d.ts +15 -0
- package/lib/typescript/components/Pagination/pagination.type.d.ts.map +1 -0
- package/lib/typescript/components/StickyBar/StickyBar.component.d.ts +5 -0
- package/lib/typescript/components/StickyBar/StickyBar.component.d.ts.map +1 -0
- package/lib/typescript/components/StickyBar/StickyBar.style.d.ts +15 -0
- package/lib/typescript/components/StickyBar/StickyBar.style.d.ts.map +1 -0
- package/lib/typescript/components/StickyBar/StickyBar.type.d.ts +30 -0
- package/lib/typescript/components/StickyBar/StickyBar.type.d.ts.map +1 -0
- package/lib/typescript/components/index.d.ts +6 -0
- package/lib/typescript/components/index.d.ts.map +1 -1
- package/package.json +3 -1
- package/src/components/Banner/banner.component.tsx +43 -0
- package/src/components/Banner/banner.style.tsx +33 -0
- package/src/components/Banner/banner.type.ts +18 -0
- package/src/components/BudgetCard/budget-card.component.tsx +18 -0
- package/src/components/BudgetCard/budget-card.style.tsx +26 -0
- package/src/components/BudgetCard/budget-card.type.ts +18 -0
- package/src/components/Chips/Chips.component.tsx +12 -4
- package/src/components/Chips/Chips.type.ts +12 -0
- package/src/components/DashboardBalanceCard/CardWallet.component.tsx +121 -0
- package/src/components/DashboardBalanceCard/DashboardBalanceCard.component.tsx +578 -0
- package/src/components/FilterList/FilterList.component.tsx +60 -0
- package/src/components/FilterList/FilterList.style.tsx +64 -0
- package/src/components/FilterList/FilterList.type.tsx +36 -0
- package/src/components/Pagination/pagination.component.tsx +29 -0
- package/src/components/Pagination/pagination.style.tsx +20 -0
- package/src/components/Pagination/pagination.type.ts +16 -0
- package/src/components/StickyBar/StickyBar.component.tsx +74 -0
- package/src/components/StickyBar/StickyBar.style.tsx +79 -0
- package/src/components/StickyBar/StickyBar.type.ts +35 -0
- package/src/components/index.ts +6 -0
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { View, TouchableHighlight } from 'react-native';
|
|
4
|
+
import { Typography } from '../typography/typography.component';
|
|
5
|
+
import { getStyle } from './FilterList.style';
|
|
6
|
+
import { Palettes } from '../../themes';
|
|
7
|
+
const FilterList = props => {
|
|
8
|
+
const {
|
|
9
|
+
onPress = () => {},
|
|
10
|
+
title,
|
|
11
|
+
description,
|
|
12
|
+
textStyles,
|
|
13
|
+
disabled = false,
|
|
14
|
+
leadingComponent,
|
|
15
|
+
trailingComponent,
|
|
16
|
+
containerStyle,
|
|
17
|
+
...rest
|
|
18
|
+
} = props;
|
|
19
|
+
const computedStyle = getStyle({
|
|
20
|
+
...props
|
|
21
|
+
});
|
|
22
|
+
return /*#__PURE__*/React.createElement(TouchableHighlight, _extends({
|
|
23
|
+
onPress: onPress,
|
|
24
|
+
disabled: disabled
|
|
25
|
+
}, rest, {
|
|
26
|
+
underlayColor: Palettes.grey[50]
|
|
27
|
+
}), /*#__PURE__*/React.createElement(View, {
|
|
28
|
+
style: [computedStyle.container, containerStyle]
|
|
29
|
+
}, leadingComponent && /*#__PURE__*/React.createElement(View, {
|
|
30
|
+
style: computedStyle.leadingWrapper
|
|
31
|
+
}, leadingComponent), /*#__PURE__*/React.createElement(View, {
|
|
32
|
+
style: computedStyle.textContainer
|
|
33
|
+
}, /*#__PURE__*/React.createElement(Typography, {
|
|
34
|
+
variant: 'subtitle2',
|
|
35
|
+
textStyles: {
|
|
36
|
+
...computedStyle.title,
|
|
37
|
+
...textStyles
|
|
38
|
+
}
|
|
39
|
+
}, title), /*#__PURE__*/React.createElement(Typography, {
|
|
40
|
+
variant: 'body2',
|
|
41
|
+
textStyles: {
|
|
42
|
+
...computedStyle.description,
|
|
43
|
+
...textStyles
|
|
44
|
+
}
|
|
45
|
+
}, description)), trailingComponent && /*#__PURE__*/React.createElement(View, {
|
|
46
|
+
style: computedStyle.trailingWrapper
|
|
47
|
+
}, trailingComponent)));
|
|
48
|
+
};
|
|
49
|
+
export { FilterList };
|
|
50
|
+
//# sourceMappingURL=FilterList.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","View","TouchableHighlight","Typography","getStyle","Palettes","FilterList","props","onPress","title","description","textStyles","disabled","leadingComponent","trailingComponent","containerStyle","rest","computedStyle","createElement","_extends","underlayColor","grey","style","container","leadingWrapper","textContainer","variant","trailingWrapper"],"sourceRoot":"../../../../src","sources":["components/FilterList/FilterList.component.tsx"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,IAAI,EAAEC,kBAAkB,QAAQ,cAAc;AAEvD,SAASC,UAAU,QAAQ,oCAAoC;AAC/D,SAASC,QAAQ,QAAQ,oBAAoB;AAG7C,SAASC,QAAQ,QAAQ,cAAc;AAEvC,MAAMC,UAAqC,GAAIC,KAAK,IAAK;EACvD,MAAM;IACJC,OAAO,GAAGA,CAAA,KAAM,CAAC,CAAC;IAClBC,KAAK;IACLC,WAAW;IACXC,UAAU;IACVC,QAAQ,GAAG,KAAK;IAChBC,gBAAgB;IAChBC,iBAAiB;IACjBC,cAAc;IACd,GAAGC;EACL,CAAC,GAAGT,KAAK;EAET,MAAMU,aAAa,GAAGb,QAAQ,CAAC;IAC7B,GAAGG;EACL,CAAC,CAAC;EAEF,oBACEP,KAAA,CAAAkB,aAAA,CAAChB,kBAAkB,EAAAiB,QAAA;IACjBX,OAAO,EAAEA,OAAQ;IACjBI,QAAQ,EAAEA;EAAS,GACfI,IAAI;IACRI,aAAa,EAAEf,QAAQ,CAACgB,IAAI,CAAC,EAAE;EAAE,iBAEjCrB,KAAA,CAAAkB,aAAA,CAACjB,IAAI;IAACqB,KAAK,EAAE,CAACL,aAAa,CAACM,SAAS,EAAER,cAAc;EAAE,GACpDF,gBAAgB,iBACfb,KAAA,CAAAkB,aAAA,CAACjB,IAAI;IAACqB,KAAK,EAAEL,aAAa,CAACO;EAAe,GAAEX,gBAAuB,CACpE,eACDb,KAAA,CAAAkB,aAAA,CAACjB,IAAI;IAACqB,KAAK,EAAEL,aAAa,CAACQ;EAAc,gBACvCzB,KAAA,CAAAkB,aAAA,CAACf,UAAU;IACTuB,OAAO,EAAE,WAAY;IACrBf,UAAU,EAAE;MAAE,GAAGM,aAAa,CAACR,KAAK;MAAE,GAAGE;IAAW;EAAE,GAErDF,KACS,CAAC,eACbT,KAAA,CAAAkB,aAAA,CAACf,UAAU;IACTuB,OAAO,EAAE,OAAQ;IACjBf,UAAU,EAAE;MAAE,GAAGM,aAAa,CAACP,WAAW;MAAE,GAAGC;IAAW;EAAE,GAE3DD,WACS,CACR,CAAC,EACNI,iBAAiB,iBAChBd,KAAA,CAAAkB,aAAA,CAACjB,IAAI;IAACqB,KAAK,EAAEL,aAAa,CAACU;EAAgB,GAAEb,iBAAwB,CAEnE,CACY,CAAC;AAEzB,CAAC;AAED,SAASR,UAAU","ignoreList":[]}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
import { Palettes, Spacing } from '../../themes';
|
|
3
|
+
export const getStyle = props => {
|
|
4
|
+
const {
|
|
5
|
+
disabled,
|
|
6
|
+
isLast
|
|
7
|
+
} = props;
|
|
8
|
+
const computedStyle = {};
|
|
9
|
+
computedStyle.container = {
|
|
10
|
+
paddingVertical: 16,
|
|
11
|
+
paddingHorizontal: disabled ? 16 : 0,
|
|
12
|
+
borderBottomColor: Palettes.grey[50],
|
|
13
|
+
borderBottomWidth: disabled || isLast ? 0 : 6,
|
|
14
|
+
backgroundColor: disabled ? Palettes.grey[50] : 'transparent',
|
|
15
|
+
flexDirection: 'row',
|
|
16
|
+
justifyContent: 'flex-start',
|
|
17
|
+
alignItems: 'center',
|
|
18
|
+
width: '100%',
|
|
19
|
+
minWidth: 350
|
|
20
|
+
};
|
|
21
|
+
computedStyle.title = {
|
|
22
|
+
fontWeight: '600',
|
|
23
|
+
fontSize: 14,
|
|
24
|
+
lineHeight: 21,
|
|
25
|
+
color: disabled ? Palettes.grey[500] : Palettes.black[900]
|
|
26
|
+
};
|
|
27
|
+
computedStyle.description = {
|
|
28
|
+
fontWeight: '400',
|
|
29
|
+
fontSize: 14,
|
|
30
|
+
lineHeight: 21,
|
|
31
|
+
color: disabled ? Palettes.grey[500] : Palettes.black[900]
|
|
32
|
+
};
|
|
33
|
+
computedStyle.textContainer = {
|
|
34
|
+
alignItems: 'flex-start',
|
|
35
|
+
flex: 1
|
|
36
|
+
};
|
|
37
|
+
computedStyle.leadingWrapper = {
|
|
38
|
+
marginRight: Spacing[16],
|
|
39
|
+
justifyContent: 'center',
|
|
40
|
+
alignItems: 'center'
|
|
41
|
+
};
|
|
42
|
+
computedStyle.trailingWrapper = {
|
|
43
|
+
marginLeft: Spacing[16],
|
|
44
|
+
justifyContent: 'center',
|
|
45
|
+
alignItems: 'center'
|
|
46
|
+
};
|
|
47
|
+
return StyleSheet.create(computedStyle);
|
|
48
|
+
};
|
|
49
|
+
//# sourceMappingURL=FilterList.style.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["StyleSheet","Palettes","Spacing","getStyle","props","disabled","isLast","computedStyle","container","paddingVertical","paddingHorizontal","borderBottomColor","grey","borderBottomWidth","backgroundColor","flexDirection","justifyContent","alignItems","width","minWidth","title","fontWeight","fontSize","lineHeight","color","black","description","textContainer","flex","leadingWrapper","marginRight","trailingWrapper","marginLeft","create"],"sourceRoot":"../../../../src","sources":["components/FilterList/FilterList.style.tsx"],"mappings":"AAEA,SAASA,UAAU,QAAQ,cAAc;AACzC,SAASC,QAAQ,EAAEC,OAAO,QAAQ,cAAc;AAYhD,OAAO,MAAMC,QAAQ,GAAIC,KAAsB,IAAK;EAClD,MAAM;IAAEC,QAAQ;IAAEC;EAAO,CAAC,GAAGF,KAAK;EAElC,MAAMG,aAAiC,GAAG,CAAC,CAAC;EAE5CA,aAAa,CAACC,SAAS,GAAG;IACxBC,eAAe,EAAE,EAAE;IACnBC,iBAAiB,EAAEL,QAAQ,GAAG,EAAE,GAAG,CAAC;IACpCM,iBAAiB,EAAEV,QAAQ,CAACW,IAAI,CAAC,EAAE,CAAC;IACpCC,iBAAiB,EAAER,QAAQ,IAAIC,MAAM,GAAG,CAAC,GAAG,CAAC;IAC7CQ,eAAe,EAAET,QAAQ,GAAGJ,QAAQ,CAACW,IAAI,CAAC,EAAE,CAAC,GAAG,aAAa;IAC7DG,aAAa,EAAE,KAAK;IACpBC,cAAc,EAAE,YAAY;IAC5BC,UAAU,EAAE,QAAQ;IACpBC,KAAK,EAAE,MAAM;IACbC,QAAQ,EAAE;EACZ,CAAC;EACDZ,aAAa,CAACa,KAAK,GAAG;IACpBC,UAAU,EAAE,KAAK;IACjBC,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,EAAE;IACdC,KAAK,EAAEnB,QAAQ,GAAGJ,QAAQ,CAACW,IAAI,CAAC,GAAG,CAAC,GAAGX,QAAQ,CAACwB,KAAK,CAAC,GAAG;EAC3D,CAAC;EACDlB,aAAa,CAACmB,WAAW,GAAG;IAC1BL,UAAU,EAAE,KAAK;IACjBC,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE,EAAE;IACdC,KAAK,EAAEnB,QAAQ,GAAGJ,QAAQ,CAACW,IAAI,CAAC,GAAG,CAAC,GAAGX,QAAQ,CAACwB,KAAK,CAAC,GAAG;EAC3D,CAAC;EAEDlB,aAAa,CAACoB,aAAa,GAAG;IAC5BV,UAAU,EAAE,YAAY;IACxBW,IAAI,EAAE;EACR,CAAC;EAEDrB,aAAa,CAACsB,cAAc,GAAG;IAC7BC,WAAW,EAAE5B,OAAO,CAAC,EAAE,CAAC;IACxBc,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE;EACd,CAAC;EAEDV,aAAa,CAACwB,eAAe,GAAG;IAC9BC,UAAU,EAAE9B,OAAO,CAAC,EAAE,CAAC;IACvBc,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE;EACd,CAAC;EAED,OAAOjB,UAAU,CAACiC,MAAM,CAAC1B,aAAa,CAAC;AACzC,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/FilterList/FilterList.type.tsx"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { View } from 'react-native';
|
|
3
|
+
const Pagination = ({
|
|
4
|
+
totalPages = 1,
|
|
5
|
+
currentPage = 1
|
|
6
|
+
}) => {
|
|
7
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
8
|
+
style: {
|
|
9
|
+
flexDirection: 'row',
|
|
10
|
+
justifyContent: 'flex-start',
|
|
11
|
+
alignItems: 'flex-start'
|
|
12
|
+
}
|
|
13
|
+
}, Array.from({
|
|
14
|
+
length: totalPages
|
|
15
|
+
}).map((_, index) => {
|
|
16
|
+
const page = index + 0;
|
|
17
|
+
const isActive = page === currentPage;
|
|
18
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
19
|
+
key: page,
|
|
20
|
+
style: {
|
|
21
|
+
width: isActive ? 30 : 8,
|
|
22
|
+
height: 8,
|
|
23
|
+
borderRadius: 4,
|
|
24
|
+
backgroundColor: isActive ? '#000' : '#ddd',
|
|
25
|
+
marginHorizontal: 4
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
export { Pagination };
|
|
31
|
+
//# sourceMappingURL=pagination.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","View","Pagination","totalPages","currentPage","createElement","style","flexDirection","justifyContent","alignItems","Array","from","length","map","_","index","page","isActive","key","width","height","borderRadius","backgroundColor","marginHorizontal"],"sourceRoot":"../../../../src","sources":["components/Pagination/pagination.component.tsx"],"mappings":"AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,IAAI,QAAQ,cAAc;AAGnC,MAAMC,UAAU,GAAGA,CAAC;EAAEC,UAAU,GAAG,CAAC;EAAEC,WAAW,GAAG;AAAmB,CAAC,KAAK;EAC3E,oBACEJ,KAAA,CAAAK,aAAA,CAACJ,IAAI;IAACK,KAAK,EAAE;MAAEC,aAAa,EAAE,KAAK;MAAEC,cAAc,EAAE,YAAY;MAAEC,UAAU,EAAE;IAAa;EAAE,GAC3FC,KAAK,CAACC,IAAI,CAAC;IAAEC,MAAM,EAAET;EAAW,CAAC,CAAC,CAACU,GAAG,CAAC,CAACC,CAAC,EAAEC,KAAK,KAAK;IACpD,MAAMC,IAAI,GAAGD,KAAK,GAAG,CAAC;IACtB,MAAME,QAAQ,GAAGD,IAAI,KAAKZ,WAAW;IAErC,oBACEJ,KAAA,CAAAK,aAAA,CAACJ,IAAI;MACHiB,GAAG,EAAEF,IAAK;MACVV,KAAK,EAAE;QACLa,KAAK,EAAEF,QAAQ,GAAG,EAAE,GAAG,CAAC;QACxBG,MAAM,EAAE,CAAC;QACTC,YAAY,EAAE,CAAC;QACfC,eAAe,EAAEL,QAAQ,GAAG,MAAM,GAAG,MAAM;QAC3CM,gBAAgB,EAAE;MACpB;IAAE,CACH,CAAC;EAEN,CAAC,CACG,CAAC;AAEX,CAAC;AAED,SAASrB,UAAU","ignoreList":[]}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
export const styles = StyleSheet.create({
|
|
3
|
+
paginationContainer: {
|
|
4
|
+
flexDirection: 'row',
|
|
5
|
+
justifyContent: 'flex-start',
|
|
6
|
+
alignItems: 'flex-end'
|
|
7
|
+
},
|
|
8
|
+
dot: {
|
|
9
|
+
width: 8,
|
|
10
|
+
height: 8,
|
|
11
|
+
borderRadius: 4,
|
|
12
|
+
backgroundColor: '#ddd',
|
|
13
|
+
marginHorizontal: 4
|
|
14
|
+
},
|
|
15
|
+
activeDot: {
|
|
16
|
+
width: 20,
|
|
17
|
+
backgroundColor: '#000'
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
//# sourceMappingURL=pagination.style.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["StyleSheet","styles","create","paginationContainer","flexDirection","justifyContent","alignItems","dot","width","height","borderRadius","backgroundColor","marginHorizontal","activeDot"],"sourceRoot":"../../../../src","sources":["components/Pagination/pagination.style.tsx"],"mappings":"AAAA,SAASA,UAAU,QAAQ,cAAc;AAEzC,OAAO,MAAMC,MAAM,GAAGD,UAAU,CAACE,MAAM,CAAC;EACtCC,mBAAmB,EAAE;IACnBC,aAAa,EAAE,KAAK;IACpBC,cAAc,EAAE,YAAY;IAC5BC,UAAU,EAAE;EACd,CAAC;EACDC,GAAG,EAAE;IACHC,KAAK,EAAE,CAAC;IACRC,MAAM,EAAE,CAAC;IACTC,YAAY,EAAE,CAAC;IACfC,eAAe,EAAE,MAAM;IACvBC,gBAAgB,EAAE;EACpB,CAAC;EACDC,SAAS,EAAE;IACTL,KAAK,EAAE,EAAE;IACTG,eAAe,EAAE;EACnB;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/Pagination/pagination.type.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { TouchableOpacity, View } from 'react-native';
|
|
3
|
+
import LinearGradient from 'react-native-linear-gradient';
|
|
4
|
+
import { Typography } from '../typography/typography.component';
|
|
5
|
+
import { Palettes, Spacing } from '../../themes';
|
|
6
|
+
import { IconClose } from '../../icons';
|
|
7
|
+
import { getStyle } from './StickyBar.style';
|
|
8
|
+
const StickyBar = ({
|
|
9
|
+
show,
|
|
10
|
+
text,
|
|
11
|
+
onClose,
|
|
12
|
+
iconComponent,
|
|
13
|
+
buttonComponent,
|
|
14
|
+
testID
|
|
15
|
+
}) => {
|
|
16
|
+
const computedStyle = getStyle({
|
|
17
|
+
show,
|
|
18
|
+
text,
|
|
19
|
+
iconComponent,
|
|
20
|
+
buttonComponent,
|
|
21
|
+
onClose
|
|
22
|
+
});
|
|
23
|
+
return /*#__PURE__*/React.createElement(View, {
|
|
24
|
+
style: [computedStyle.container]
|
|
25
|
+
}, /*#__PURE__*/React.createElement(LinearGradient, {
|
|
26
|
+
colors: [Palettes.yellow[600], '#FFFFFF'],
|
|
27
|
+
start: {
|
|
28
|
+
x: 0.5,
|
|
29
|
+
y: 0
|
|
30
|
+
},
|
|
31
|
+
end: {
|
|
32
|
+
x: 1,
|
|
33
|
+
y: 0.1
|
|
34
|
+
},
|
|
35
|
+
useAngle: true,
|
|
36
|
+
angle: 45,
|
|
37
|
+
style: [computedStyle.linearGradient]
|
|
38
|
+
}, /*#__PURE__*/React.createElement(View, {
|
|
39
|
+
style: [computedStyle.rowContainer]
|
|
40
|
+
}, /*#__PURE__*/React.createElement(View, {
|
|
41
|
+
style: [computedStyle.contentWrapper, computedStyle.imageWrapper]
|
|
42
|
+
}, iconComponent), /*#__PURE__*/React.createElement(View, {
|
|
43
|
+
style: [computedStyle.contentWrapper, computedStyle.textWrapper]
|
|
44
|
+
}, /*#__PURE__*/React.createElement(Typography, {
|
|
45
|
+
variant: "overline-small",
|
|
46
|
+
testID: testID,
|
|
47
|
+
accessibilityLabel: testID
|
|
48
|
+
}, text)), /*#__PURE__*/React.createElement(View, {
|
|
49
|
+
style: [computedStyle.contentWrapper]
|
|
50
|
+
}, buttonComponent), /*#__PURE__*/React.createElement(View, {
|
|
51
|
+
style: [computedStyle.closeButtonWrapper]
|
|
52
|
+
}, /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
53
|
+
onPress: onClose
|
|
54
|
+
}, /*#__PURE__*/React.createElement(IconClose, {
|
|
55
|
+
height: Spacing[12],
|
|
56
|
+
width: Spacing[12]
|
|
57
|
+
}))))));
|
|
58
|
+
};
|
|
59
|
+
export { StickyBar };
|
|
60
|
+
//# sourceMappingURL=StickyBar.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","TouchableOpacity","View","LinearGradient","Typography","Palettes","Spacing","IconClose","getStyle","StickyBar","show","text","onClose","iconComponent","buttonComponent","testID","computedStyle","createElement","style","container","colors","yellow","start","x","y","end","useAngle","angle","linearGradient","rowContainer","contentWrapper","imageWrapper","textWrapper","variant","accessibilityLabel","closeButtonWrapper","onPress","height","width"],"sourceRoot":"../../../../src","sources":["components/StickyBar/StickyBar.component.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAc,OAAO;AACjC,SAASC,gBAAgB,EAAEC,IAAI,QAAQ,cAAc;AACrD,OAAOC,cAAc,MAAM,8BAA8B;AAEzD,SAASC,UAAU,QAAQ,oCAAoC;AAE/D,SAASC,QAAQ,EAAEC,OAAO,QAAQ,cAAc;AAEhD,SAASC,SAAS,QAAQ,aAAa;AACvC,SAASC,QAAQ,QAAQ,mBAAmB;AAE5C,MAAMC,SAA6B,GAAGA,CAAC;EACrCC,IAAI;EACJC,IAAI;EACJC,OAAO;EACPC,aAAa;EACbC,eAAe;EACfC;AACF,CAAC,KAAK;EACJ,MAAMC,aAAa,GAAGR,QAAQ,CAAC;IAC7BE,IAAI;IACJC,IAAI;IACJE,aAAa;IACbC,eAAe;IACfF;EACF,CAAC,CAAC;EAEF,oBACEZ,KAAA,CAAAiB,aAAA,CAACf,IAAI;IAACgB,KAAK,EAAE,CAACF,aAAa,CAACG,SAAS;EAAE,gBACrCnB,KAAA,CAAAiB,aAAA,CAACd,cAAc;IACbiB,MAAM,EAAE,CAACf,QAAQ,CAACgB,MAAM,CAAC,GAAG,CAAC,EAAE,SAAS,CAAE;IAC1CC,KAAK,EAAE;MAAEC,CAAC,EAAE,GAAG;MAAEC,CAAC,EAAE;IAAE,CAAE;IACxBC,GAAG,EAAE;MAAEF,CAAC,EAAE,CAAC;MAAEC,CAAC,EAAE;IAAI,CAAE;IACtBE,QAAQ,EAAE,IAAK;IACfC,KAAK,EAAE,EAAG;IACVT,KAAK,EAAE,CAACF,aAAa,CAACY,cAAc;EAAE,gBAEtC5B,KAAA,CAAAiB,aAAA,CAACf,IAAI;IAACgB,KAAK,EAAE,CAACF,aAAa,CAACa,YAAY;EAAE,gBAExC7B,KAAA,CAAAiB,aAAA,CAACf,IAAI;IACHgB,KAAK,EAAE,CAACF,aAAa,CAACc,cAAc,EAAEd,aAAa,CAACe,YAAY;EAAE,GAEjElB,aACG,CAAC,eAGPb,KAAA,CAAAiB,aAAA,CAACf,IAAI;IACHgB,KAAK,EAAE,CAACF,aAAa,CAACc,cAAc,EAAEd,aAAa,CAACgB,WAAW;EAAE,gBAEjEhC,KAAA,CAAAiB,aAAA,CAACb,UAAU;IACT6B,OAAO,EAAC,gBAAgB;IACxBlB,MAAM,EAAEA,MAAO;IACfmB,kBAAkB,EAAEnB;EAAO,GAE1BJ,IACS,CACR,CAAC,eAGPX,KAAA,CAAAiB,aAAA,CAACf,IAAI;IAACgB,KAAK,EAAE,CAACF,aAAa,CAACc,cAAc;EAAE,GAAEhB,eAAsB,CAAC,eAGrEd,KAAA,CAAAiB,aAAA,CAACf,IAAI;IAACgB,KAAK,EAAE,CAACF,aAAa,CAACmB,kBAAkB;EAAE,gBAC9CnC,KAAA,CAAAiB,aAAA,CAAChB,gBAAgB;IAACmC,OAAO,EAAExB;EAAQ,gBACjCZ,KAAA,CAAAiB,aAAA,CAACV,SAAS;IAAC8B,MAAM,EAAE/B,OAAO,CAAC,EAAE,CAAE;IAACgC,KAAK,EAAEhC,OAAO,CAAC,EAAE;EAAE,CAAE,CACrC,CACd,CACF,CACQ,CACZ,CAAC;AAEX,CAAC;AAED,SAASG,SAAS","ignoreList":[]}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { StyleSheet } from 'react-native';
|
|
2
|
+
import { Palettes, Spacing } from '../../themes';
|
|
3
|
+
export const getStyle = props => {
|
|
4
|
+
const {
|
|
5
|
+
show,
|
|
6
|
+
onClose,
|
|
7
|
+
iconComponent: IconComponent,
|
|
8
|
+
buttonComponent
|
|
9
|
+
} = props;
|
|
10
|
+
const computedStyle = {};
|
|
11
|
+
computedStyle.container = {
|
|
12
|
+
flex: 1,
|
|
13
|
+
minWidth: 400,
|
|
14
|
+
display: show ? 'flex' : 'none'
|
|
15
|
+
};
|
|
16
|
+
computedStyle.rowContainer = {
|
|
17
|
+
flexDirection: 'row',
|
|
18
|
+
justifyContent: 'center',
|
|
19
|
+
alignItems: 'center'
|
|
20
|
+
};
|
|
21
|
+
computedStyle.linearGradient = {
|
|
22
|
+
paddingVertical: Spacing[8],
|
|
23
|
+
paddingHorizontal: Spacing[16],
|
|
24
|
+
borderTopRightRadius: Spacing[16],
|
|
25
|
+
borderTopLeftRadius: Spacing[16],
|
|
26
|
+
position: 'absolute',
|
|
27
|
+
zIndex: 2
|
|
28
|
+
};
|
|
29
|
+
computedStyle.contentWrapper = {
|
|
30
|
+
marginRight: Spacing[8]
|
|
31
|
+
};
|
|
32
|
+
computedStyle.imageWrapper = {
|
|
33
|
+
display: IconComponent ? 'flex' : 'none',
|
|
34
|
+
alignSelf: 'center',
|
|
35
|
+
justifyContent: 'center',
|
|
36
|
+
backgroundColor: 'white',
|
|
37
|
+
borderRadius: Spacing[32],
|
|
38
|
+
padding: 6
|
|
39
|
+
};
|
|
40
|
+
computedStyle.textWrapper = {
|
|
41
|
+
flex: 1,
|
|
42
|
+
flexWrap: 'wrap'
|
|
43
|
+
};
|
|
44
|
+
computedStyle.buttonWrapper = {
|
|
45
|
+
display: buttonComponent ? 'flex' : 'none'
|
|
46
|
+
};
|
|
47
|
+
computedStyle.closeButtonWrapper = {
|
|
48
|
+
display: onClose ? 'flex' : 'none',
|
|
49
|
+
borderWidth: 2,
|
|
50
|
+
borderRadius: 12,
|
|
51
|
+
borderColor: Palettes.black[900],
|
|
52
|
+
borderStyle: 'solid',
|
|
53
|
+
padding: 2
|
|
54
|
+
};
|
|
55
|
+
return StyleSheet.create(computedStyle);
|
|
56
|
+
};
|
|
57
|
+
//# sourceMappingURL=StickyBar.style.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["StyleSheet","Palettes","Spacing","getStyle","props","show","onClose","iconComponent","IconComponent","buttonComponent","computedStyle","container","flex","minWidth","display","rowContainer","flexDirection","justifyContent","alignItems","linearGradient","paddingVertical","paddingHorizontal","borderTopRightRadius","borderTopLeftRadius","position","zIndex","contentWrapper","marginRight","imageWrapper","alignSelf","backgroundColor","borderRadius","padding","textWrapper","flexWrap","buttonWrapper","closeButtonWrapper","borderWidth","borderColor","black","borderStyle","create"],"sourceRoot":"../../../../src","sources":["components/StickyBar/StickyBar.style.tsx"],"mappings":"AAAA,SAASA,UAAU,QAAmB,cAAc;AAEpD,SAASC,QAAQ,EAAEC,OAAO,QAAQ,cAAc;AAahD,OAAO,MAAMC,QAAQ,GAAIC,KAAqB,IAAK;EACjD,MAAM;IACJC,IAAI;IACJC,OAAO;IACPC,aAAa,EAAEC,aAAa;IAC5BC;EACF,CAAC,GAAGL,KAAK;EAET,MAAMM,aAAiC,GAAG,CAAC,CAAC;EAE5CA,aAAa,CAACC,SAAS,GAAG;IACxBC,IAAI,EAAE,CAAC;IACPC,QAAQ,EAAE,GAAG;IACbC,OAAO,EAAET,IAAI,GAAG,MAAM,GAAG;EAC3B,CAAC;EAEDK,aAAa,CAACK,YAAY,GAAG;IAC3BC,aAAa,EAAE,KAAK;IACpBC,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE;EACd,CAAC;EAEDR,aAAa,CAACS,cAAc,GAAG;IAC7BC,eAAe,EAAElB,OAAO,CAAC,CAAC,CAAC;IAC3BmB,iBAAiB,EAAEnB,OAAO,CAAC,EAAE,CAAC;IAC9BoB,oBAAoB,EAAEpB,OAAO,CAAC,EAAE,CAAC;IACjCqB,mBAAmB,EAAErB,OAAO,CAAC,EAAE,CAAC;IAChCsB,QAAQ,EAAE,UAAU;IACpBC,MAAM,EAAE;EACV,CAAC;EAEDf,aAAa,CAACgB,cAAc,GAAG;IAC7BC,WAAW,EAAEzB,OAAO,CAAC,CAAC;EACxB,CAAC;EAEDQ,aAAa,CAACkB,YAAY,GAAG;IAC3Bd,OAAO,EAAEN,aAAa,GAAG,MAAM,GAAG,MAAM;IACxCqB,SAAS,EAAE,QAAQ;IACnBZ,cAAc,EAAE,QAAQ;IACxBa,eAAe,EAAE,OAAO;IACxBC,YAAY,EAAE7B,OAAO,CAAC,EAAE,CAAC;IACzB8B,OAAO,EAAE;EACX,CAAC;EAEDtB,aAAa,CAACuB,WAAW,GAAG;IAC1BrB,IAAI,EAAE,CAAC;IACPsB,QAAQ,EAAE;EACZ,CAAC;EAEDxB,aAAa,CAACyB,aAAa,GAAG;IAC5BrB,OAAO,EAAEL,eAAe,GAAG,MAAM,GAAG;EACtC,CAAC;EAEDC,aAAa,CAAC0B,kBAAkB,GAAG;IACjCtB,OAAO,EAAER,OAAO,GAAG,MAAM,GAAG,MAAM;IAClC+B,WAAW,EAAE,CAAC;IACdN,YAAY,EAAE,EAAE;IAChBO,WAAW,EAAErC,QAAQ,CAACsC,KAAK,CAAC,GAAG,CAAC;IAChCC,WAAW,EAAE,OAAO;IACpBR,OAAO,EAAE;EACX,CAAC;EAED,OAAOhC,UAAU,CAACyC,MAAM,CAAC/B,aAAa,CAAC;AACzC,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/StickyBar/StickyBar.type.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -32,7 +32,12 @@ export { RoundedTab } from './rounded-tab/rounded-tab.component';
|
|
|
32
32
|
export { Countdown } from './countdown/countdown.component';
|
|
33
33
|
export { Loader } from './Loader/loader.component';
|
|
34
34
|
export { Notification } from './Notification/notification.component';
|
|
35
|
+
export { Pagination } from './Pagination/pagination.component';
|
|
36
|
+
export { BudgetCard } from './BudgetCard/budget-card.component';
|
|
37
|
+
export { Banner } from './Banner/banner.component';
|
|
38
|
+
export { FilterList } from './FilterList/FilterList.component';
|
|
35
39
|
export { Mask, MaskArray, MaskInputProps, MaskItem, Masks, UseMaskedInputProps, createNumberMask, formatWithMask, useMaskedInputProps } from 'react-native-mask-input';
|
|
36
40
|
export { SelectionCard } from './selection-card/SelectionCard.component';
|
|
37
41
|
export { Ribbon } from './Ribbon/Ribbon.component';
|
|
42
|
+
export { StickyBar } from './StickyBar/StickyBar.component';
|
|
38
43
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["ActionList","Badges","BottomTabBar","Button","Calendars","CategoryCard","ContentCard","Label","BaseComponent","Typography","Coachmark","circleSvgPath","TextLink","SliderIndicator","TextInput","TextArea","StepperCounter","Divider","Tabs","RadioButton","Chips","BottomSheet","BottomSheetHandler","SearchInput","RadioInput","CheckBoxInput","Checkbox","Appbar","Snackbar","SnackbarComponent","SnackbarUI","Switch","Dot","InformationBox","RoundedTab","Countdown","Loader","Notification","Mask","MaskArray","MaskInputProps","MaskItem","Masks","UseMaskedInputProps","createNumberMask","formatWithMask","useMaskedInputProps","SelectionCard","Ribbon"],"sourceRoot":"../../../src","sources":["components/index.ts"],"mappings":"AAAA,SAASA,UAAU,QAAQ,mCAAmC;AAC9D,SAASC,MAAM,QAAQ,yBAAyB;AAChD,SAASC,YAAY,QAAQ,uCAAuC;AACpE,SAASC,MAAM,QAAQ,2BAA2B;AAClD,SAASC,SAAS,QAAQ,iCAAiC;AAC3D,SAASC,YAAY,QAAQ,uCAAuC;AACpE,SAASC,WAAW,QAAQ,qCAAqC;AACjE,SAASC,KAAK,QAAQ,yBAAyB;AAC/C,SAASC,aAAa,QAAQ,uBAAuB;AACrD,SAASC,UAAU,QAAQ,mCAAmC;AAC9D,SAASC,SAAS,EAAEC,aAAa,QAAQ,iCAAiC;AAC1E,SAASC,QAAQ,QAAQ,+BAA+B;AACxD,SAASC,eAAe,QAAQ,+CAA+C;AAC/E,SAASC,SAAS,QAAQ,iCAAiC;AAC3D,SAASC,QAAQ,QAAQ,+BAA+B;AACxD,SAASC,cAAc,QAAQ,2CAA2C;AAC1E,SAASC,OAAO,QAAQ,6BAA6B;AACrD,SAASC,IAAI,QAAQ,uBAAuB;AAC5C,SAASC,WAAW,QAAQ,qCAAqC;AACjE,SAASC,KAAK,QAAQ,yBAAyB;AAC/C,SACEC,WAAW,EACXC,kBAAkB,QACb,qCAAqC;AAC5C,SAASC,WAAW,QAAQ,uCAAuC;AACnE,SAASC,UAAU,QAAQ,mCAAmC;AAC9D,SAASC,aAAa,QAAQ,yCAAyC;AACvE,SAASC,QAAQ,QAAQ,+BAA+B;AACxD,SAASC,MAAM,QAAQ,2BAA2B;AAClD,SACEC,QAAQ,EACRC,iBAAiB,EACjBC,UAAU,QACL,+BAA+B;AACtC,SAASC,MAAM,QAAQ,2BAA2B;AAClD,SAASC,GAAG,QAAQ,qBAAqB;AACzC,SAASC,cAAc,QAAQ,6CAA6C;AAC5E,SAASC,UAAU,QAAQ,qCAAqC;AAChE,SAASC,SAAS,QAAQ,iCAAiC;AAC3D,SAASC,MAAM,QAAQ,2BAA2B;AAClD,SAASC,YAAY,QAAQ,uCAAuC;AACpE,SACEC,IAAI,EACJC,SAAS,EACTC,cAAc,EACdC,QAAQ,EACRC,KAAK,EACLC,mBAAmB,EACnBC,gBAAgB,EAChBC,cAAc,EACdC,mBAAmB,QACd,yBAAyB;AAChC,SAASC,aAAa,QAAQ,0CAA0C;AACxE,SAASC,MAAM,QAAQ,2BAA2B","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["ActionList","Badges","BottomTabBar","Button","Calendars","CategoryCard","ContentCard","Label","BaseComponent","Typography","Coachmark","circleSvgPath","TextLink","SliderIndicator","TextInput","TextArea","StepperCounter","Divider","Tabs","RadioButton","Chips","BottomSheet","BottomSheetHandler","SearchInput","RadioInput","CheckBoxInput","Checkbox","Appbar","Snackbar","SnackbarComponent","SnackbarUI","Switch","Dot","InformationBox","RoundedTab","Countdown","Loader","Notification","Pagination","BudgetCard","Banner","FilterList","Mask","MaskArray","MaskInputProps","MaskItem","Masks","UseMaskedInputProps","createNumberMask","formatWithMask","useMaskedInputProps","SelectionCard","Ribbon","StickyBar"],"sourceRoot":"../../../src","sources":["components/index.ts"],"mappings":"AAAA,SAASA,UAAU,QAAQ,mCAAmC;AAC9D,SAASC,MAAM,QAAQ,yBAAyB;AAChD,SAASC,YAAY,QAAQ,uCAAuC;AACpE,SAASC,MAAM,QAAQ,2BAA2B;AAClD,SAASC,SAAS,QAAQ,iCAAiC;AAC3D,SAASC,YAAY,QAAQ,uCAAuC;AACpE,SAASC,WAAW,QAAQ,qCAAqC;AACjE,SAASC,KAAK,QAAQ,yBAAyB;AAC/C,SAASC,aAAa,QAAQ,uBAAuB;AACrD,SAASC,UAAU,QAAQ,mCAAmC;AAC9D,SAASC,SAAS,EAAEC,aAAa,QAAQ,iCAAiC;AAC1E,SAASC,QAAQ,QAAQ,+BAA+B;AACxD,SAASC,eAAe,QAAQ,+CAA+C;AAC/E,SAASC,SAAS,QAAQ,iCAAiC;AAC3D,SAASC,QAAQ,QAAQ,+BAA+B;AACxD,SAASC,cAAc,QAAQ,2CAA2C;AAC1E,SAASC,OAAO,QAAQ,6BAA6B;AACrD,SAASC,IAAI,QAAQ,uBAAuB;AAC5C,SAASC,WAAW,QAAQ,qCAAqC;AACjE,SAASC,KAAK,QAAQ,yBAAyB;AAC/C,SACEC,WAAW,EACXC,kBAAkB,QACb,qCAAqC;AAC5C,SAASC,WAAW,QAAQ,uCAAuC;AACnE,SAASC,UAAU,QAAQ,mCAAmC;AAC9D,SAASC,aAAa,QAAQ,yCAAyC;AACvE,SAASC,QAAQ,QAAQ,+BAA+B;AACxD,SAASC,MAAM,QAAQ,2BAA2B;AAClD,SACEC,QAAQ,EACRC,iBAAiB,EACjBC,UAAU,QACL,+BAA+B;AACtC,SAASC,MAAM,QAAQ,2BAA2B;AAClD,SAASC,GAAG,QAAQ,qBAAqB;AACzC,SAASC,cAAc,QAAQ,6CAA6C;AAC5E,SAASC,UAAU,QAAQ,qCAAqC;AAChE,SAASC,SAAS,QAAQ,iCAAiC;AAC3D,SAASC,MAAM,QAAQ,2BAA2B;AAClD,SAASC,YAAY,QAAQ,uCAAuC;AACpE,SAASC,UAAU,QAAQ,mCAAmC;AAC9D,SAASC,UAAU,QAAQ,oCAAoC;AAC/D,SAASC,MAAM,QAAQ,2BAA2B;AAClD,SAASC,UAAU,QAAQ,mCAAmC;AAC9D,SACEC,IAAI,EACJC,SAAS,EACTC,cAAc,EACdC,QAAQ,EACRC,KAAK,EACLC,mBAAmB,EACnBC,gBAAgB,EAChBC,cAAc,EACdC,mBAAmB,QACd,yBAAyB;AAChC,SAASC,aAAa,QAAQ,0CAA0C;AACxE,SAASC,MAAM,QAAQ,2BAA2B;AAClD,SAASC,SAAS,QAAQ,iCAAiC","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"banner.component.d.ts","sourceRoot":"","sources":["../../../../src/components/Banner/banner.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAUxC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ViewStyle } from 'react-native';
|
|
2
|
+
interface ComputedStyleProps {
|
|
3
|
+
container?: ViewStyle;
|
|
4
|
+
imageWrapper?: ViewStyle;
|
|
5
|
+
contentWrapper?: ViewStyle;
|
|
6
|
+
}
|
|
7
|
+
export declare const getStyle: () => ComputedStyleProps;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=banner.style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"banner.style.d.ts","sourceRoot":"","sources":["../../../../src/components/Banner/banner.style.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,SAAS,EAAE,MAAM,cAAc,CAAC;AAGrD,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,cAAc,CAAC,EAAE,SAAS,CAAC;CAC5B;AAED,eAAO,MAAM,QAAQ,0BAuBpB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export declare type BannerProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Title of the banner (required).
|
|
5
|
+
*/
|
|
6
|
+
title: string;
|
|
7
|
+
/**
|
|
8
|
+
* Subtitle or description for the banner (optional).
|
|
9
|
+
*/
|
|
10
|
+
subtitle?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Trailing component, typically an illustration or image (optional).
|
|
13
|
+
*/
|
|
14
|
+
trailingComponent?: ReactNode;
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=banner.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"banner.type.d.ts","sourceRoot":"","sources":["../../../../src/components/Banner/banner.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,oBAAY,WAAW,GAAG;IACxB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,iBAAiB,CAAC,EAAE,SAAS,CAAC;CAC/B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"budget-card.component.d.ts","sourceRoot":"","sources":["../../../../src/components/BudgetCard/budget-card.component.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAE1D,QAAA,MAAM,UAAU,UAAW,eAAe,gBAUzC,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare const getStyle: (variant: 'main' | 'on-slide') => {
|
|
2
|
+
container: {
|
|
3
|
+
width: number;
|
|
4
|
+
height: number;
|
|
5
|
+
padding: number;
|
|
6
|
+
borderRadius: number;
|
|
7
|
+
backgroundColor: string;
|
|
8
|
+
justifyContent: "center";
|
|
9
|
+
alignItems: "center";
|
|
10
|
+
shadowColor: string;
|
|
11
|
+
shadowOpacity: number;
|
|
12
|
+
shadowRadius: number;
|
|
13
|
+
shadowOffset: {
|
|
14
|
+
width: number;
|
|
15
|
+
height: number;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
text: {
|
|
19
|
+
fontSize: number;
|
|
20
|
+
fontWeight: "bold";
|
|
21
|
+
color: string;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=budget-card.style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"budget-card.style.d.ts","sourceRoot":"","sources":["../../../../src/components/BudgetCard/budget-card.style.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ,YAAa,MAAM,GAAG,UAAU;;;;;;;;;;;;;;;;;;;;;;CAuBpD,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ViewStyle } from 'react-native';
|
|
2
|
+
export interface BudgetCardProps {
|
|
3
|
+
/**
|
|
4
|
+
* The text amount to display on the budget card.
|
|
5
|
+
*/
|
|
6
|
+
amount: string;
|
|
7
|
+
/**
|
|
8
|
+
* The variant of the budget card (main or on-slide).
|
|
9
|
+
*/
|
|
10
|
+
variant: 'main' | 'on-slide';
|
|
11
|
+
/**
|
|
12
|
+
* Optional container style for customization.
|
|
13
|
+
*/
|
|
14
|
+
containerStyle?: ViewStyle;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=budget-card.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"budget-card.type.d.ts","sourceRoot":"","sources":["../../../../src/components/BudgetCard/budget-card.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,UAAU,CAAC;IAE7B;;OAEG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;CAC5B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ChipsProps } from './Chips.type';
|
|
3
|
-
declare const Chips: ({ label, variant, leadingComponent, onPress, containerStyles, textStyles, ...rest }: ChipsProps) => JSX.Element;
|
|
3
|
+
declare const Chips: ({ label, variant, leadingComponent, onPress, onPressClose, containerStyles, textStyles, hideIconClose, customIconCloseColor, ...rest }: ChipsProps) => JSX.Element;
|
|
4
4
|
export { Chips, ChipsProps };
|
|
5
5
|
//# sourceMappingURL=Chips.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Chips.component.d.ts","sourceRoot":"","sources":["../../../../src/components/Chips/Chips.component.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG1C,QAAA,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"Chips.component.d.ts","sourceRoot":"","sources":["../../../../src/components/Chips/Chips.component.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG1C,QAAA,MAAM,KAAK,2IAWR,UAAU,gBA0CZ,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,CAAC"}
|
|
@@ -28,5 +28,17 @@ export interface ChipsProps extends TouchableHighlightProps {
|
|
|
28
28
|
* The styles of the text inside button, extended from TextStyle
|
|
29
29
|
*/
|
|
30
30
|
textStyles?: TextStyle;
|
|
31
|
+
/**
|
|
32
|
+
* Function to run when press close button
|
|
33
|
+
*/
|
|
34
|
+
onPressClose?: Function;
|
|
35
|
+
/**
|
|
36
|
+
* Hide icon close
|
|
37
|
+
*/
|
|
38
|
+
hideIconClose?: Boolean;
|
|
39
|
+
/**
|
|
40
|
+
* Custom color for icon close
|
|
41
|
+
*/
|
|
42
|
+
customIconCloseColor?: string;
|
|
31
43
|
}
|
|
32
44
|
//# sourceMappingURL=Chips.type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Chips.type.d.ts","sourceRoot":"","sources":["../../../../src/components/Chips/Chips.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,uBAAuB,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE7E,MAAM,WAAW,UAAW,SAAQ,uBAAuB;IACzD;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;;;;OAOG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,kBAAkB,GAAG,UAAU,GAAG,UAAU,CAAC;IACnE;;;OAGG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B;;OAEG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"Chips.type.d.ts","sourceRoot":"","sources":["../../../../src/components/Chips/Chips.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,uBAAuB,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE7E,MAAM,WAAW,UAAW,SAAQ,uBAAuB;IACzD;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;;;;OAOG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,kBAAkB,GAAG,UAAU,GAAG,UAAU,CAAC;IACnE;;;OAGG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B;;OAEG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB;;OAEG;IACH,YAAY,CAAC,EAAE,QAAQ,CAAC;IACxB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;MAEE;IACF,oBAAoB,CAAC,EAAE,MAAM,CAAA;CAC9B"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface CardWalletsProps {
|
|
3
|
+
variant: 'adirapoin' | 'dwallet' | 'danamonfailed';
|
|
4
|
+
type: string;
|
|
5
|
+
balance: string;
|
|
6
|
+
}
|
|
7
|
+
declare const CardWallets: React.FC<CardWalletsProps>;
|
|
8
|
+
export default CardWallets;
|
|
9
|
+
//# sourceMappingURL=CardWallet.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CardWallet.component.d.ts","sourceRoot":"","sources":["../../../../src/components/DashboardBalanceCard/CardWallet.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,gBAAgB;IACxB,OAAO,EAAE,WAAW,GAAG,SAAS,GAAG,eAAe,CAAC;IACnD,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA0G3C,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface Wallet {
|
|
3
|
+
adirapoin: string;
|
|
4
|
+
points: number;
|
|
5
|
+
payment: string;
|
|
6
|
+
balance: string;
|
|
7
|
+
}
|
|
8
|
+
interface DashboardBalanceCardProps {
|
|
9
|
+
variant: 'single' | 'singleDisable' | 'multiple' | 'multipleDisable';
|
|
10
|
+
wallets: Wallet[];
|
|
11
|
+
showInstallmentLimit: boolean;
|
|
12
|
+
installmentLimit?: string;
|
|
13
|
+
}
|
|
14
|
+
declare const DashboardBalanceCard: React.FC<DashboardBalanceCardProps>;
|
|
15
|
+
export default DashboardBalanceCard;
|
|
16
|
+
//# sourceMappingURL=DashboardBalanceCard.component.d.ts.map
|
package/lib/typescript/components/DashboardBalanceCard/DashboardBalanceCard.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DashboardBalanceCard.component.d.ts","sourceRoot":"","sources":["../../../../src/components/DashboardBalanceCard/DashboardBalanceCard.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,UAAU,MAAM;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,UAAU,yBAAyB;IACjC,OAAO,EAAE,QAAQ,GAAG,eAAe,GAAG,UAAU,GAAG,iBAAiB,CAAC;IACrE,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,QAAA,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CA0iB7D,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterList.component.d.ts","sourceRoot":"","sources":["../../../../src/components/FilterList/FilterList.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGzD,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAgDzC,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { TextStyle } from 'react-native';
|
|
2
|
+
import type { ViewStyle } from 'react-native';
|
|
3
|
+
import type { FilterListProps } from './FilterList.type';
|
|
4
|
+
interface ComputedStyleProps {
|
|
5
|
+
container?: ViewStyle;
|
|
6
|
+
title?: TextStyle;
|
|
7
|
+
description?: TextStyle;
|
|
8
|
+
textContainer?: TextStyle;
|
|
9
|
+
leadingWrapper?: ViewStyle;
|
|
10
|
+
trailingWrapper?: ViewStyle;
|
|
11
|
+
}
|
|
12
|
+
export declare const getStyle: (props: FilterListProps) => ComputedStyleProps;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=FilterList.style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterList.style.d.ts","sourceRoot":"","sources":["../../../../src/components/FilterList/FilterList.style.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,eAAe,CAAC,EAAE,SAAS,CAAC;CAC7B;AAED,eAAO,MAAM,QAAQ,UAAW,eAAe,uBAgD9C,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { TouchableWithoutFeedbackProps, TextStyle, ViewStyle } from 'react-native';
|
|
3
|
+
export declare type FilterListProps = {
|
|
4
|
+
/**
|
|
5
|
+
* Title of the component
|
|
6
|
+
* @requires
|
|
7
|
+
*/
|
|
8
|
+
title?: String;
|
|
9
|
+
/**
|
|
10
|
+
* Subtitle of the component
|
|
11
|
+
* @requires
|
|
12
|
+
*/
|
|
13
|
+
description?: String;
|
|
14
|
+
/**
|
|
15
|
+
* A slot placed on the left side of the component. Could be used to pass a custom Icon or component
|
|
16
|
+
* @default null
|
|
17
|
+
*/
|
|
18
|
+
leadingComponent?: ReactNode;
|
|
19
|
+
/**
|
|
20
|
+
* A slot placed on the right side of the component. Could be used to pass a custom Icon or component
|
|
21
|
+
* @default null
|
|
22
|
+
*/
|
|
23
|
+
trailingComponent?: ReactNode;
|
|
24
|
+
/**
|
|
25
|
+
* @default false
|
|
26
|
+
*/
|
|
27
|
+
isLast?: boolean;
|
|
28
|
+
disabled?: boolean;
|
|
29
|
+
textStyles?: TextStyle;
|
|
30
|
+
containerStyle?: ViewStyle;
|
|
31
|
+
} & Omit<TouchableWithoutFeedbackProps, 'style'>;
|
|
32
|
+
//# sourceMappingURL=FilterList.type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterList.type.d.ts","sourceRoot":"","sources":["../../../../src/components/FilterList/FilterList.type.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EACL,6BAA6B,EAC7B,SAAS,EACT,SAAS,EACV,MAAM,cAAc,CAAC;AAEtB,oBAAY,eAAe,GAAG;IAC5B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B;;;OAGG;IACH,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAC9B;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,cAAc,CAAC,EAAE,SAAS,CAAC;CAC5B,GAAG,IAAI,CAAC,6BAA6B,EAAE,OAAO,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagination.component.d.ts","sourceRoot":"","sources":["../../../../src/components/Pagination/pagination.component.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,QAAA,MAAM,UAAU,gCAAyC,eAAe,gBAsBvE,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,CAAC"}
|