@fountain-ui/core 2.0.0-beta.56 → 2.0.0-beta.58
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/build/commonjs/SvgIcon/SvgIcon.js +1 -1
- package/build/commonjs/SvgIcon/SvgIcon.js.map +1 -1
- package/build/commonjs/hooks/index.js.map +1 -1
- package/build/commonjs/internal/icons/Checkbox.js +1 -1
- package/build/commonjs/internal/icons/Checkbox.js.map +1 -1
- package/build/commonjs/internal/icons/CheckboxChecked.js +1 -1
- package/build/commonjs/internal/icons/CheckboxChecked.js.map +1 -1
- package/build/commonjs/internal/icons/ChevronDown.js +1 -1
- package/build/commonjs/internal/icons/ChevronDown.js.map +1 -1
- package/build/commonjs/internal/icons/ChevronLeft.js +1 -1
- package/build/commonjs/internal/icons/ChevronLeft.js.map +1 -1
- package/build/commonjs/internal/icons/ChevronRight.js +1 -1
- package/build/commonjs/internal/icons/ChevronRight.js.map +1 -1
- package/build/commonjs/internal/icons/Close.js +1 -1
- package/build/commonjs/internal/icons/Close.js.map +1 -1
- package/build/commonjs/internal/icons/Radio.js +1 -1
- package/build/commonjs/internal/icons/Radio.js.map +1 -1
- package/build/commonjs/internal/icons/RadioChecked.js +1 -1
- package/build/commonjs/internal/icons/RadioChecked.js.map +1 -1
- package/build/module/SvgIcon/SvgIcon.js +1 -1
- package/build/module/SvgIcon/SvgIcon.js.map +1 -1
- package/build/module/hooks/index.js.map +1 -1
- package/build/module/internal/icons/Checkbox.js +1 -1
- package/build/module/internal/icons/Checkbox.js.map +1 -1
- package/build/module/internal/icons/CheckboxChecked.js +1 -1
- package/build/module/internal/icons/CheckboxChecked.js.map +1 -1
- package/build/module/internal/icons/ChevronDown.js +1 -1
- package/build/module/internal/icons/ChevronDown.js.map +1 -1
- package/build/module/internal/icons/ChevronLeft.js +1 -1
- package/build/module/internal/icons/ChevronLeft.js.map +1 -1
- package/build/module/internal/icons/ChevronRight.js +1 -1
- package/build/module/internal/icons/ChevronRight.js.map +1 -1
- package/build/module/internal/icons/Close.js +1 -1
- package/build/module/internal/icons/Close.js.map +1 -1
- package/build/module/internal/icons/Radio.js +1 -1
- package/build/module/internal/icons/Radio.js.map +1 -1
- package/build/module/internal/icons/RadioChecked.js +1 -1
- package/build/module/internal/icons/RadioChecked.js.map +1 -1
- package/build/typescript/hooks/index.d.ts +1 -0
- package/package.json +2 -2
- package/src/SvgIcon/SvgIcon.tsx +1 -1
- package/src/hooks/index.ts +2 -0
- package/src/internal/icons/Checkbox.tsx +1 -1
- package/src/internal/icons/CheckboxChecked.tsx +1 -1
- package/src/internal/icons/ChevronDown.tsx +1 -1
- package/src/internal/icons/ChevronLeft.tsx +1 -1
- package/src/internal/icons/ChevronRight.tsx +1 -1
- package/src/internal/icons/Close.tsx +1 -1
- package/src/internal/icons/Radio.tsx +1 -1
- package/src/internal/icons/RadioChecked.tsx +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["SvgIcon","props","color","colorProp","height","style","styleProp","viewBox","width","otherProps","theme","useTheme","palette","main","css","flexShrink"],"sources":["SvgIcon.tsx"],"sourcesContent":["import React from 'react';\nimport Svg from 'react-native-svg';\nimport { css, useTheme } from '../styles';\nimport type SvgIconProps from './SvgIconProps';\n\nexport default function SvgIcon(props: SvgIconProps) {\n const {\n color: colorProp = 'primary',\n height = 24,\n style: styleProp,\n viewBox = '0 0
|
|
1
|
+
{"version":3,"names":["SvgIcon","props","color","colorProp","height","style","styleProp","viewBox","width","otherProps","theme","useTheme","palette","main","css","flexShrink"],"sources":["SvgIcon.tsx"],"sourcesContent":["import React from 'react';\nimport Svg from 'react-native-svg';\nimport { css, useTheme } from '../styles';\nimport type SvgIconProps from './SvgIconProps';\n\nexport default function SvgIcon(props: SvgIconProps) {\n const {\n color: colorProp = 'primary',\n height = 24,\n style: styleProp,\n viewBox = '0 0 20 20',\n width = 24,\n ...otherProps\n }: SvgIconProps = props;\n\n const theme = useTheme();\n\n const color = theme.palette[colorProp].main;\n\n const style = css([\n { flexShrink: 0 },\n styleProp,\n ]);\n\n return (\n <Svg\n color={color}\n fill={'currentColor'}\n height={height}\n style={style}\n viewBox={viewBox}\n width={width}\n {...otherProps}\n />\n );\n};\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;AAGe,SAASA,OAAT,CAAiBC,KAAjB,EAAsC;EACjD,MAAM;IACFC,KAAK,EAAEC,SAAS,GAAG,SADjB;IAEFC,MAAM,GAAG,EAFP;IAGFC,KAAK,EAAEC,SAHL;IAIFC,OAAO,GAAG,WAJR;IAKFC,KAAK,GAAG,EALN;IAMF,GAAGC;EAND,IAOYR,KAPlB;EASA,MAAMS,KAAK,GAAG,IAAAC,gBAAA,GAAd;EAEA,MAAMT,KAAK,GAAGQ,KAAK,CAACE,OAAN,CAAcT,SAAd,EAAyBU,IAAvC;EAEA,MAAMR,KAAK,GAAG,IAAAS,WAAA,EAAI,CACd;IAAEC,UAAU,EAAE;EAAd,CADc,EAEdT,SAFc,CAAJ,CAAd;EAKA,oBACI,6BAAC,uBAAD;IACI,KAAK,EAAEJ,KADX;IAEI,IAAI,EAAE,cAFV;IAGI,MAAM,EAAEE,MAHZ;IAII,KAAK,EAAEC,KAJX;IAKI,OAAO,EAAEE,OALb;IAMI,KAAK,EAAEC;EANX,GAOQC,UAPR,EADJ;AAWH;;AAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export { default as useAnimatedValue } from './useAnimatedValue';\nexport { default as useBreakpointUp } from './useBreakpointUp';\nexport { default as useCollapsibleAppBar } from './useCollapsibleAppBar';\nexport { default as useContentContainerStyle } from './useContentContainerStyle';\nexport { default as useElevationStyle } from './useElevationStyle';\nexport { default as useFadeInAppBar } from './useFadeInAppBar';\nexport { default as useImperativeState } from './useImperativeState';\nexport { default as useSyncAnimatedValue } from './useSyncAnimatedValue';\nexport { default as useThrottle } from './useThrottle';\nexport { default as useDebounce } from './useDebounce';\nexport { default as useValidWindowDimensions } from './useValidWindowDimensions';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA"}
|
|
1
|
+
{"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export { default as useAnimatedValue } from './useAnimatedValue';\nexport { default as useBreakpointUp } from './useBreakpointUp';\nexport { default as useCollapsibleAppBar } from './useCollapsibleAppBar';\nexport { default as useContentContainerStyle } from './useContentContainerStyle';\nexport { default as useElevationStyle } from './useElevationStyle';\nexport { default as useFadeInAppBar } from './useFadeInAppBar';\nexport { default as useImperativeState } from './useImperativeState';\nexport { default as useSyncAnimatedValue } from './useSyncAnimatedValue';\nexport { default as useThrottle } from './useThrottle';\nexport { default as useDebounce } from './useDebounce';\nexport { default as useValidWindowDimensions } from './useValidWindowDimensions';\n\nexport type { CollapsibleAppBar } from './useCollapsibleAppBar'"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA"}
|
|
@@ -14,7 +14,7 @@ var _utils = require("../../utils");
|
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
15
|
|
|
16
16
|
var _default = (0, _utils.createSvgIcon)( /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
17
|
-
d: "
|
|
17
|
+
d: "M14.1667 4.16667C15.0871 4.16667 15.8333 4.91286 15.8333 5.83333V14.1667C15.8333 15.0871 15.0871 15.8333 14.1667 15.8333H5.83333C4.91286 15.8333 4.16667 15.0871 4.16667 14.1667V5.83333C4.16667 4.91286 4.91286 4.16667 5.83333 4.16667H14.1667ZM5.83333 2.5C3.99238 2.5 2.5 3.99238 2.5 5.83333V14.1667C2.5 16.0076 3.99238 17.5 5.83333 17.5H14.1667C16.0076 17.5 17.5 16.0076 17.5 14.1667V5.83333C17.5 3.99238 16.0076 2.5 14.1667 2.5H5.83333Z"
|
|
18
18
|
}), 'Checkbox');
|
|
19
19
|
|
|
20
20
|
exports.default = _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["createSvgIcon"],"sources":["Checkbox.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"
|
|
1
|
+
{"version":3,"names":["createSvgIcon"],"sources":["Checkbox.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"M14.1667 4.16667C15.0871 4.16667 15.8333 4.91286 15.8333 5.83333V14.1667C15.8333 15.0871 15.0871 15.8333 14.1667 15.8333H5.83333C4.91286 15.8333 4.16667 15.0871 4.16667 14.1667V5.83333C4.16667 4.91286 4.91286 4.16667 5.83333 4.16667H14.1667ZM5.83333 2.5C3.99238 2.5 2.5 3.99238 2.5 5.83333V14.1667C2.5 16.0076 3.99238 17.5 5.83333 17.5H14.1667C16.0076 17.5 17.5 16.0076 17.5 14.1667V5.83333C17.5 3.99238 16.0076 2.5 14.1667 2.5H5.83333Z\"\n />,\n 'Checkbox',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,oBAAA,gBACX,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EADW,EAIX,UAJW,C"}
|
|
@@ -14,7 +14,7 @@ var _utils = require("../../utils");
|
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
15
|
|
|
16
16
|
var _default = (0, _utils.createSvgIcon)( /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
17
|
-
d: "
|
|
17
|
+
d: "M5.83333 2.5C3.99238 2.5 2.5 3.99238 2.5 5.83333V14.1667C2.5 16.0076 3.99238 17.5 5.83333 17.5H14.1667C16.0076 17.5 17.5 16.0076 17.5 14.1667V5.83333C17.5 3.99238 16.0076 2.5 14.1667 2.5H5.83333ZM14.7559 7.67259L8.92259 13.5059C8.59715 13.8314 8.06951 13.8314 7.74408 13.5059L5.24408 11.0059C4.91864 10.6805 4.91864 10.1528 5.24408 9.82741C5.56951 9.50197 6.09715 9.50197 6.42259 9.82741L8.33333 11.7382L13.5774 6.49408C13.9028 6.16864 14.4305 6.16864 14.7559 6.49408C15.0814 6.81951 15.0814 7.34715 14.7559 7.67259Z"
|
|
18
18
|
}), 'CheckboxChecked');
|
|
19
19
|
|
|
20
20
|
exports.default = _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["createSvgIcon"],"sources":["CheckboxChecked.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"
|
|
1
|
+
{"version":3,"names":["createSvgIcon"],"sources":["CheckboxChecked.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"M5.83333 2.5C3.99238 2.5 2.5 3.99238 2.5 5.83333V14.1667C2.5 16.0076 3.99238 17.5 5.83333 17.5H14.1667C16.0076 17.5 17.5 16.0076 17.5 14.1667V5.83333C17.5 3.99238 16.0076 2.5 14.1667 2.5H5.83333ZM14.7559 7.67259L8.92259 13.5059C8.59715 13.8314 8.06951 13.8314 7.74408 13.5059L5.24408 11.0059C4.91864 10.6805 4.91864 10.1528 5.24408 9.82741C5.56951 9.50197 6.09715 9.50197 6.42259 9.82741L8.33333 11.7382L13.5774 6.49408C13.9028 6.16864 14.4305 6.16864 14.7559 6.49408C15.0814 6.81951 15.0814 7.34715 14.7559 7.67259Z\"\n />,\n 'CheckboxChecked',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,oBAAA,gBACX,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EADW,EAIX,iBAJW,C"}
|
|
@@ -14,7 +14,7 @@ var _utils = require("../../utils");
|
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
15
|
|
|
16
16
|
var _default = (0, _utils.createSvgIcon)( /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
17
|
-
d: "
|
|
17
|
+
d: "M9.99992 13.6785L4.41066 8.08921C4.08522 7.76378 4.08522 7.23614 4.41066 6.9107C4.7361 6.58526 5.26374 6.58526 5.58917 6.9107L9.99992 11.3214L14.4107 6.9107C14.7361 6.58526 15.2637 6.58526 15.5892 6.9107C15.9146 7.23614 15.9146 7.76377 15.5892 8.08921L9.99992 13.6785Z"
|
|
18
18
|
}), 'ChevronDown');
|
|
19
19
|
|
|
20
20
|
exports.default = _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["createSvgIcon"],"sources":["ChevronDown.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"
|
|
1
|
+
{"version":3,"names":["createSvgIcon"],"sources":["ChevronDown.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"M9.99992 13.6785L4.41066 8.08921C4.08522 7.76378 4.08522 7.23614 4.41066 6.9107C4.7361 6.58526 5.26374 6.58526 5.58917 6.9107L9.99992 11.3214L14.4107 6.9107C14.7361 6.58526 15.2637 6.58526 15.5892 6.9107C15.9146 7.23614 15.9146 7.76377 15.5892 8.08921L9.99992 13.6785Z\"\n />,\n 'ChevronDown',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,oBAAA,gBACX,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EADW,EAIX,aAJW,C"}
|
|
@@ -14,7 +14,7 @@ var _utils = require("../../utils");
|
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
15
|
|
|
16
16
|
var _default = (0, _utils.createSvgIcon)( /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
17
|
-
d: "
|
|
17
|
+
d: "M6.32153 9.99996L11.9108 15.5892C12.2362 15.9147 12.7639 15.9147 13.0893 15.5892C13.4147 15.2638 13.4147 14.7361 13.0893 14.4107L8.67856 9.99996L13.0893 5.58922C13.4147 5.26378 13.4147 4.73614 13.0893 4.4107C12.7639 4.08527 12.2362 4.08527 11.9108 4.4107L6.32153 9.99996Z"
|
|
18
18
|
}), 'ChevronLeft');
|
|
19
19
|
|
|
20
20
|
exports.default = _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["createSvgIcon"],"sources":["ChevronLeft.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"
|
|
1
|
+
{"version":3,"names":["createSvgIcon"],"sources":["ChevronLeft.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"M6.32153 9.99996L11.9108 15.5892C12.2362 15.9147 12.7639 15.9147 13.0893 15.5892C13.4147 15.2638 13.4147 14.7361 13.0893 14.4107L8.67856 9.99996L13.0893 5.58922C13.4147 5.26378 13.4147 4.73614 13.0893 4.4107C12.7639 4.08527 12.2362 4.08527 11.9108 4.4107L6.32153 9.99996Z\"\n />,\n 'ChevronLeft',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,oBAAA,gBACX,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EADW,EAIX,aAJW,C"}
|
|
@@ -14,7 +14,7 @@ var _utils = require("../../utils");
|
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
15
|
|
|
16
16
|
var _default = (0, _utils.createSvgIcon)( /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
17
|
-
d: "
|
|
17
|
+
d: "M13.6785 9.99996L8.08921 15.5892C7.76377 15.9147 7.23614 15.9147 6.9107 15.5892C6.58526 15.2638 6.58526 14.7361 6.9107 14.4107L11.3214 9.99996L6.9107 5.58922C6.58526 5.26378 6.58526 4.73614 6.9107 4.4107C7.23614 4.08527 7.76377 4.08527 8.08921 4.4107L13.6785 9.99996Z"
|
|
18
18
|
}), 'ChevronRight');
|
|
19
19
|
|
|
20
20
|
exports.default = _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["createSvgIcon"],"sources":["ChevronRight.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"
|
|
1
|
+
{"version":3,"names":["createSvgIcon"],"sources":["ChevronRight.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"M13.6785 9.99996L8.08921 15.5892C7.76377 15.9147 7.23614 15.9147 6.9107 15.5892C6.58526 15.2638 6.58526 14.7361 6.9107 14.4107L11.3214 9.99996L6.9107 5.58922C6.58526 5.26378 6.58526 4.73614 6.9107 4.4107C7.23614 4.08527 7.76377 4.08527 8.08921 4.4107L13.6785 9.99996Z\"\n />,\n 'ChevronRight',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,oBAAA,gBACX,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EADW,EAIX,cAJW,C"}
|
|
@@ -14,7 +14,7 @@ var _utils = require("../../utils");
|
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
15
|
|
|
16
16
|
var _default = (0, _utils.createSvgIcon)( /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
17
|
-
d: "
|
|
17
|
+
d: "M16.4225 4.75596C16.7479 4.43053 16.7479 3.90289 16.4225 3.57745C16.0971 3.25201 15.5694 3.25201 15.244 3.57745L9.99991 8.82154L4.75584 3.57748C4.4304 3.25204 3.90277 3.25204 3.57733 3.57748C3.25189 3.90291 3.25189 4.43055 3.57733 4.75599L8.8214 10.0001L3.57733 15.2441C3.25189 15.5696 3.25189 16.0972 3.57733 16.4226C3.90277 16.7481 4.43041 16.7481 4.75584 16.4226L9.99991 11.1786L15.244 16.4227C15.5694 16.7481 16.0971 16.7481 16.4225 16.4227C16.7479 16.0972 16.7479 15.5696 16.4225 15.2441L11.1784 10.0001L16.4225 4.75596Z"
|
|
18
18
|
}), 'Close');
|
|
19
19
|
|
|
20
20
|
exports.default = _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["createSvgIcon"],"sources":["Close.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"
|
|
1
|
+
{"version":3,"names":["createSvgIcon"],"sources":["Close.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"M16.4225 4.75596C16.7479 4.43053 16.7479 3.90289 16.4225 3.57745C16.0971 3.25201 15.5694 3.25201 15.244 3.57745L9.99991 8.82154L4.75584 3.57748C4.4304 3.25204 3.90277 3.25204 3.57733 3.57748C3.25189 3.90291 3.25189 4.43055 3.57733 4.75599L8.8214 10.0001L3.57733 15.2441C3.25189 15.5696 3.25189 16.0972 3.57733 16.4226C3.90277 16.7481 4.43041 16.7481 4.75584 16.4226L9.99991 11.1786L15.244 16.4227C15.5694 16.7481 16.0971 16.7481 16.4225 16.4227C16.7479 16.0972 16.7479 15.5696 16.4225 15.2441L11.1784 10.0001L16.4225 4.75596Z\"\n />,\n 'Close',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,oBAAA,gBACX,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EADW,EAIX,OAJW,C"}
|
|
@@ -14,7 +14,7 @@ var _utils = require("../../utils");
|
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
15
|
|
|
16
16
|
var _default = (0, _utils.createSvgIcon)( /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
17
|
-
d: "
|
|
17
|
+
d: "M9.99984 16.6666C6.31794 16.6666 3.33317 13.6819 3.33317 9.99996C3.33317 6.31806 6.31794 3.33329 9.99984 3.33329C13.6817 3.33329 16.6665 6.31806 16.6665 9.99996C16.6665 13.6819 13.6817 16.6666 9.99984 16.6666ZM9.99984 18.3333C14.6022 18.3333 18.3332 14.6023 18.3332 9.99996C18.3332 5.39759 14.6022 1.66663 9.99984 1.66663C5.39746 1.66663 1.6665 5.39759 1.6665 9.99996C1.6665 14.6023 5.39746 18.3333 9.99984 18.3333Z"
|
|
18
18
|
}), 'Radio');
|
|
19
19
|
|
|
20
20
|
exports.default = _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["createSvgIcon"],"sources":["Radio.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"
|
|
1
|
+
{"version":3,"names":["createSvgIcon"],"sources":["Radio.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"M9.99984 16.6666C6.31794 16.6666 3.33317 13.6819 3.33317 9.99996C3.33317 6.31806 6.31794 3.33329 9.99984 3.33329C13.6817 3.33329 16.6665 6.31806 16.6665 9.99996C16.6665 13.6819 13.6817 16.6666 9.99984 16.6666ZM9.99984 18.3333C14.6022 18.3333 18.3332 14.6023 18.3332 9.99996C18.3332 5.39759 14.6022 1.66663 9.99984 1.66663C5.39746 1.66663 1.6665 5.39759 1.6665 9.99996C1.6665 14.6023 5.39746 18.3333 9.99984 18.3333Z\"\n />,\n 'Radio',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,oBAAA,gBACX,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EADW,EAIX,OAJW,C"}
|
|
@@ -14,7 +14,7 @@ var _utils = require("../../utils");
|
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
15
|
|
|
16
16
|
var _default = (0, _utils.createSvgIcon)( /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
17
|
-
d: "
|
|
17
|
+
d: "M16.6665 9.99996C16.6665 6.31806 13.6817 3.33329 9.99984 3.33329C6.31794 3.33329 3.33317 6.31806 3.33317 9.99996C3.33317 13.6819 6.31794 16.6666 9.99984 16.6666C13.6817 16.6666 16.6665 13.6819 16.6665 9.99996ZM18.3332 9.99996C18.3332 14.6023 14.6022 18.3333 9.99984 18.3333C5.39746 18.3333 1.6665 14.6023 1.6665 9.99996C1.6665 5.39759 5.39746 1.66663 9.99984 1.66663C14.6022 1.66663 18.3332 5.39759 18.3332 9.99996ZM9.99984 15C12.7613 15 14.9998 12.7614 14.9998 9.99996C14.9998 7.23854 12.7613 4.99996 9.99984 4.99996C7.23841 4.99996 4.99984 7.23854 4.99984 9.99996C4.99984 12.7614 7.23841 15 9.99984 15Z"
|
|
18
18
|
}), 'RadioChecked');
|
|
19
19
|
|
|
20
20
|
exports.default = _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["createSvgIcon"],"sources":["RadioChecked.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"
|
|
1
|
+
{"version":3,"names":["createSvgIcon"],"sources":["RadioChecked.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"M16.6665 9.99996C16.6665 6.31806 13.6817 3.33329 9.99984 3.33329C6.31794 3.33329 3.33317 6.31806 3.33317 9.99996C3.33317 13.6819 6.31794 16.6666 9.99984 16.6666C13.6817 16.6666 16.6665 13.6819 16.6665 9.99996ZM18.3332 9.99996C18.3332 14.6023 14.6022 18.3333 9.99984 18.3333C5.39746 18.3333 1.6665 14.6023 1.6665 9.99996C1.6665 5.39759 5.39746 1.66663 9.99984 1.66663C14.6022 1.66663 18.3332 5.39759 18.3332 9.99996ZM9.99984 15C12.7613 15 14.9998 12.7614 14.9998 9.99996C14.9998 7.23854 12.7613 4.99996 9.99984 4.99996C7.23841 4.99996 4.99984 7.23854 4.99984 9.99996C4.99984 12.7614 7.23841 15 9.99984 15Z\"\n />,\n 'RadioChecked',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,oBAAA,gBACX,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EADW,EAIX,cAJW,C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Svg","css","useTheme","SvgIcon","props","color","colorProp","height","style","styleProp","viewBox","width","otherProps","theme","palette","main","flexShrink"],"sources":["SvgIcon.tsx"],"sourcesContent":["import React from 'react';\nimport Svg from 'react-native-svg';\nimport { css, useTheme } from '../styles';\nimport type SvgIconProps from './SvgIconProps';\n\nexport default function SvgIcon(props: SvgIconProps) {\n const {\n color: colorProp = 'primary',\n height = 24,\n style: styleProp,\n viewBox = '0 0
|
|
1
|
+
{"version":3,"names":["React","Svg","css","useTheme","SvgIcon","props","color","colorProp","height","style","styleProp","viewBox","width","otherProps","theme","palette","main","flexShrink"],"sources":["SvgIcon.tsx"],"sourcesContent":["import React from 'react';\nimport Svg from 'react-native-svg';\nimport { css, useTheme } from '../styles';\nimport type SvgIconProps from './SvgIconProps';\n\nexport default function SvgIcon(props: SvgIconProps) {\n const {\n color: colorProp = 'primary',\n height = 24,\n style: styleProp,\n viewBox = '0 0 20 20',\n width = 24,\n ...otherProps\n }: SvgIconProps = props;\n\n const theme = useTheme();\n\n const color = theme.palette[colorProp].main;\n\n const style = css([\n { flexShrink: 0 },\n styleProp,\n ]);\n\n return (\n <Svg\n color={color}\n fill={'currentColor'}\n height={height}\n style={style}\n viewBox={viewBox}\n width={width}\n {...otherProps}\n />\n );\n};\n"],"mappings":";;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,GAAP,MAAgB,kBAAhB;AACA,SAASC,GAAT,EAAcC,QAAd,QAA8B,WAA9B;AAGA,eAAe,SAASC,OAAT,CAAiBC,KAAjB,EAAsC;EACjD,MAAM;IACFC,KAAK,EAAEC,SAAS,GAAG,SADjB;IAEFC,MAAM,GAAG,EAFP;IAGFC,KAAK,EAAEC,SAHL;IAIFC,OAAO,GAAG,WAJR;IAKFC,KAAK,GAAG,EALN;IAMF,GAAGC;EAND,IAOYR,KAPlB;EASA,MAAMS,KAAK,GAAGX,QAAQ,EAAtB;EAEA,MAAMG,KAAK,GAAGQ,KAAK,CAACC,OAAN,CAAcR,SAAd,EAAyBS,IAAvC;EAEA,MAAMP,KAAK,GAAGP,GAAG,CAAC,CACd;IAAEe,UAAU,EAAE;EAAd,CADc,EAEdP,SAFc,CAAD,CAAjB;EAKA,oBACI,oBAAC,GAAD;IACI,KAAK,EAAEJ,KADX;IAEI,IAAI,EAAE,cAFV;IAGI,MAAM,EAAEE,MAHZ;IAII,KAAK,EAAEC,KAJX;IAKI,OAAO,EAAEE,OALb;IAMI,KAAK,EAAEC;EANX,GAOQC,UAPR,EADJ;AAWH;AAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["default","useAnimatedValue","useBreakpointUp","useCollapsibleAppBar","useContentContainerStyle","useElevationStyle","useFadeInAppBar","useImperativeState","useSyncAnimatedValue","useThrottle","useDebounce","useValidWindowDimensions"],"sources":["index.ts"],"sourcesContent":["export { default as useAnimatedValue } from './useAnimatedValue';\nexport { default as useBreakpointUp } from './useBreakpointUp';\nexport { default as useCollapsibleAppBar } from './useCollapsibleAppBar';\nexport { default as useContentContainerStyle } from './useContentContainerStyle';\nexport { default as useElevationStyle } from './useElevationStyle';\nexport { default as useFadeInAppBar } from './useFadeInAppBar';\nexport { default as useImperativeState } from './useImperativeState';\nexport { default as useSyncAnimatedValue } from './useSyncAnimatedValue';\nexport { default as useThrottle } from './useThrottle';\nexport { default as useDebounce } from './useDebounce';\nexport { default as useValidWindowDimensions } from './useValidWindowDimensions';\n"],"mappings":"AAAA,SAASA,OAAO,IAAIC,gBAApB,QAA4C,oBAA5C;AACA,SAASD,OAAO,IAAIE,eAApB,QAA2C,mBAA3C;AACA,SAASF,OAAO,IAAIG,oBAApB,QAAgD,wBAAhD;AACA,SAASH,OAAO,IAAII,wBAApB,QAAoD,4BAApD;AACA,SAASJ,OAAO,IAAIK,iBAApB,QAA6C,qBAA7C;AACA,SAASL,OAAO,IAAIM,eAApB,QAA2C,mBAA3C;AACA,SAASN,OAAO,IAAIO,kBAApB,QAA8C,sBAA9C;AACA,SAASP,OAAO,IAAIQ,oBAApB,QAAgD,wBAAhD;AACA,SAASR,OAAO,IAAIS,WAApB,QAAuC,eAAvC;AACA,SAAST,OAAO,IAAIU,WAApB,QAAuC,eAAvC;AACA,SAASV,OAAO,IAAIW,wBAApB,QAAoD,4BAApD"}
|
|
1
|
+
{"version":3,"names":["default","useAnimatedValue","useBreakpointUp","useCollapsibleAppBar","useContentContainerStyle","useElevationStyle","useFadeInAppBar","useImperativeState","useSyncAnimatedValue","useThrottle","useDebounce","useValidWindowDimensions"],"sources":["index.ts"],"sourcesContent":["export { default as useAnimatedValue } from './useAnimatedValue';\nexport { default as useBreakpointUp } from './useBreakpointUp';\nexport { default as useCollapsibleAppBar } from './useCollapsibleAppBar';\nexport { default as useContentContainerStyle } from './useContentContainerStyle';\nexport { default as useElevationStyle } from './useElevationStyle';\nexport { default as useFadeInAppBar } from './useFadeInAppBar';\nexport { default as useImperativeState } from './useImperativeState';\nexport { default as useSyncAnimatedValue } from './useSyncAnimatedValue';\nexport { default as useThrottle } from './useThrottle';\nexport { default as useDebounce } from './useDebounce';\nexport { default as useValidWindowDimensions } from './useValidWindowDimensions';\n\nexport type { CollapsibleAppBar } from './useCollapsibleAppBar'"],"mappings":"AAAA,SAASA,OAAO,IAAIC,gBAApB,QAA4C,oBAA5C;AACA,SAASD,OAAO,IAAIE,eAApB,QAA2C,mBAA3C;AACA,SAASF,OAAO,IAAIG,oBAApB,QAAgD,wBAAhD;AACA,SAASH,OAAO,IAAII,wBAApB,QAAoD,4BAApD;AACA,SAASJ,OAAO,IAAIK,iBAApB,QAA6C,qBAA7C;AACA,SAASL,OAAO,IAAIM,eAApB,QAA2C,mBAA3C;AACA,SAASN,OAAO,IAAIO,kBAApB,QAA8C,sBAA9C;AACA,SAASP,OAAO,IAAIQ,oBAApB,QAAgD,wBAAhD;AACA,SAASR,OAAO,IAAIS,WAApB,QAAuC,eAAvC;AACA,SAAST,OAAO,IAAIU,WAApB,QAAuC,eAAvC;AACA,SAASV,OAAO,IAAIW,wBAApB,QAAoD,4BAApD"}
|
|
@@ -2,6 +2,6 @@ import React from 'react';
|
|
|
2
2
|
import { Path } from 'react-native-svg';
|
|
3
3
|
import { createSvgIcon } from '../../utils';
|
|
4
4
|
export default createSvgIcon( /*#__PURE__*/React.createElement(Path, {
|
|
5
|
-
d: "
|
|
5
|
+
d: "M14.1667 4.16667C15.0871 4.16667 15.8333 4.91286 15.8333 5.83333V14.1667C15.8333 15.0871 15.0871 15.8333 14.1667 15.8333H5.83333C4.91286 15.8333 4.16667 15.0871 4.16667 14.1667V5.83333C4.16667 4.91286 4.91286 4.16667 5.83333 4.16667H14.1667ZM5.83333 2.5C3.99238 2.5 2.5 3.99238 2.5 5.83333V14.1667C2.5 16.0076 3.99238 17.5 5.83333 17.5H14.1667C16.0076 17.5 17.5 16.0076 17.5 14.1667V5.83333C17.5 3.99238 16.0076 2.5 14.1667 2.5H5.83333Z"
|
|
6
6
|
}), 'Checkbox');
|
|
7
7
|
//# sourceMappingURL=Checkbox.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["Checkbox.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"
|
|
1
|
+
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["Checkbox.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"M14.1667 4.16667C15.0871 4.16667 15.8333 4.91286 15.8333 5.83333V14.1667C15.8333 15.0871 15.0871 15.8333 14.1667 15.8333H5.83333C4.91286 15.8333 4.16667 15.0871 4.16667 14.1667V5.83333C4.16667 4.91286 4.91286 4.16667 5.83333 4.16667H14.1667ZM5.83333 2.5C3.99238 2.5 2.5 3.99238 2.5 5.83333V14.1667C2.5 16.0076 3.99238 17.5 5.83333 17.5H14.1667C16.0076 17.5 17.5 16.0076 17.5 14.1667V5.83333C17.5 3.99238 16.0076 2.5 14.1667 2.5H5.83333Z\"\n />,\n 'Checkbox',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,SAASC,aAAT,QAA8B,aAA9B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADwB,EAIxB,UAJwB,CAA5B"}
|
|
@@ -2,6 +2,6 @@ import React from 'react';
|
|
|
2
2
|
import { Path } from 'react-native-svg';
|
|
3
3
|
import { createSvgIcon } from '../../utils';
|
|
4
4
|
export default createSvgIcon( /*#__PURE__*/React.createElement(Path, {
|
|
5
|
-
d: "
|
|
5
|
+
d: "M5.83333 2.5C3.99238 2.5 2.5 3.99238 2.5 5.83333V14.1667C2.5 16.0076 3.99238 17.5 5.83333 17.5H14.1667C16.0076 17.5 17.5 16.0076 17.5 14.1667V5.83333C17.5 3.99238 16.0076 2.5 14.1667 2.5H5.83333ZM14.7559 7.67259L8.92259 13.5059C8.59715 13.8314 8.06951 13.8314 7.74408 13.5059L5.24408 11.0059C4.91864 10.6805 4.91864 10.1528 5.24408 9.82741C5.56951 9.50197 6.09715 9.50197 6.42259 9.82741L8.33333 11.7382L13.5774 6.49408C13.9028 6.16864 14.4305 6.16864 14.7559 6.49408C15.0814 6.81951 15.0814 7.34715 14.7559 7.67259Z"
|
|
6
6
|
}), 'CheckboxChecked');
|
|
7
7
|
//# sourceMappingURL=CheckboxChecked.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["CheckboxChecked.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"
|
|
1
|
+
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["CheckboxChecked.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"M5.83333 2.5C3.99238 2.5 2.5 3.99238 2.5 5.83333V14.1667C2.5 16.0076 3.99238 17.5 5.83333 17.5H14.1667C16.0076 17.5 17.5 16.0076 17.5 14.1667V5.83333C17.5 3.99238 16.0076 2.5 14.1667 2.5H5.83333ZM14.7559 7.67259L8.92259 13.5059C8.59715 13.8314 8.06951 13.8314 7.74408 13.5059L5.24408 11.0059C4.91864 10.6805 4.91864 10.1528 5.24408 9.82741C5.56951 9.50197 6.09715 9.50197 6.42259 9.82741L8.33333 11.7382L13.5774 6.49408C13.9028 6.16864 14.4305 6.16864 14.7559 6.49408C15.0814 6.81951 15.0814 7.34715 14.7559 7.67259Z\"\n />,\n 'CheckboxChecked',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,SAASC,aAAT,QAA8B,aAA9B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADwB,EAIxB,iBAJwB,CAA5B"}
|
|
@@ -2,6 +2,6 @@ import React from 'react';
|
|
|
2
2
|
import { Path } from 'react-native-svg';
|
|
3
3
|
import { createSvgIcon } from '../../utils';
|
|
4
4
|
export default createSvgIcon( /*#__PURE__*/React.createElement(Path, {
|
|
5
|
-
d: "
|
|
5
|
+
d: "M9.99992 13.6785L4.41066 8.08921C4.08522 7.76378 4.08522 7.23614 4.41066 6.9107C4.7361 6.58526 5.26374 6.58526 5.58917 6.9107L9.99992 11.3214L14.4107 6.9107C14.7361 6.58526 15.2637 6.58526 15.5892 6.9107C15.9146 7.23614 15.9146 7.76377 15.5892 8.08921L9.99992 13.6785Z"
|
|
6
6
|
}), 'ChevronDown');
|
|
7
7
|
//# sourceMappingURL=ChevronDown.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["ChevronDown.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"
|
|
1
|
+
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["ChevronDown.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"M9.99992 13.6785L4.41066 8.08921C4.08522 7.76378 4.08522 7.23614 4.41066 6.9107C4.7361 6.58526 5.26374 6.58526 5.58917 6.9107L9.99992 11.3214L14.4107 6.9107C14.7361 6.58526 15.2637 6.58526 15.5892 6.9107C15.9146 7.23614 15.9146 7.76377 15.5892 8.08921L9.99992 13.6785Z\"\n />,\n 'ChevronDown',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,SAASC,aAAT,QAA8B,aAA9B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADwB,EAIxB,aAJwB,CAA5B"}
|
|
@@ -2,6 +2,6 @@ import React from 'react';
|
|
|
2
2
|
import { Path } from 'react-native-svg';
|
|
3
3
|
import { createSvgIcon } from '../../utils';
|
|
4
4
|
export default createSvgIcon( /*#__PURE__*/React.createElement(Path, {
|
|
5
|
-
d: "
|
|
5
|
+
d: "M6.32153 9.99996L11.9108 15.5892C12.2362 15.9147 12.7639 15.9147 13.0893 15.5892C13.4147 15.2638 13.4147 14.7361 13.0893 14.4107L8.67856 9.99996L13.0893 5.58922C13.4147 5.26378 13.4147 4.73614 13.0893 4.4107C12.7639 4.08527 12.2362 4.08527 11.9108 4.4107L6.32153 9.99996Z"
|
|
6
6
|
}), 'ChevronLeft');
|
|
7
7
|
//# sourceMappingURL=ChevronLeft.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["ChevronLeft.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"
|
|
1
|
+
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["ChevronLeft.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"M6.32153 9.99996L11.9108 15.5892C12.2362 15.9147 12.7639 15.9147 13.0893 15.5892C13.4147 15.2638 13.4147 14.7361 13.0893 14.4107L8.67856 9.99996L13.0893 5.58922C13.4147 5.26378 13.4147 4.73614 13.0893 4.4107C12.7639 4.08527 12.2362 4.08527 11.9108 4.4107L6.32153 9.99996Z\"\n />,\n 'ChevronLeft',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,SAASC,aAAT,QAA8B,aAA9B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADwB,EAIxB,aAJwB,CAA5B"}
|
|
@@ -2,6 +2,6 @@ import React from 'react';
|
|
|
2
2
|
import { Path } from 'react-native-svg';
|
|
3
3
|
import { createSvgIcon } from '../../utils';
|
|
4
4
|
export default createSvgIcon( /*#__PURE__*/React.createElement(Path, {
|
|
5
|
-
d: "
|
|
5
|
+
d: "M13.6785 9.99996L8.08921 15.5892C7.76377 15.9147 7.23614 15.9147 6.9107 15.5892C6.58526 15.2638 6.58526 14.7361 6.9107 14.4107L11.3214 9.99996L6.9107 5.58922C6.58526 5.26378 6.58526 4.73614 6.9107 4.4107C7.23614 4.08527 7.76377 4.08527 8.08921 4.4107L13.6785 9.99996Z"
|
|
6
6
|
}), 'ChevronRight');
|
|
7
7
|
//# sourceMappingURL=ChevronRight.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["ChevronRight.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"
|
|
1
|
+
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["ChevronRight.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"M13.6785 9.99996L8.08921 15.5892C7.76377 15.9147 7.23614 15.9147 6.9107 15.5892C6.58526 15.2638 6.58526 14.7361 6.9107 14.4107L11.3214 9.99996L6.9107 5.58922C6.58526 5.26378 6.58526 4.73614 6.9107 4.4107C7.23614 4.08527 7.76377 4.08527 8.08921 4.4107L13.6785 9.99996Z\"\n />,\n 'ChevronRight',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,SAASC,aAAT,QAA8B,aAA9B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADwB,EAIxB,cAJwB,CAA5B"}
|
|
@@ -2,6 +2,6 @@ import React from 'react';
|
|
|
2
2
|
import { Path } from 'react-native-svg';
|
|
3
3
|
import { createSvgIcon } from '../../utils';
|
|
4
4
|
export default createSvgIcon( /*#__PURE__*/React.createElement(Path, {
|
|
5
|
-
d: "
|
|
5
|
+
d: "M16.4225 4.75596C16.7479 4.43053 16.7479 3.90289 16.4225 3.57745C16.0971 3.25201 15.5694 3.25201 15.244 3.57745L9.99991 8.82154L4.75584 3.57748C4.4304 3.25204 3.90277 3.25204 3.57733 3.57748C3.25189 3.90291 3.25189 4.43055 3.57733 4.75599L8.8214 10.0001L3.57733 15.2441C3.25189 15.5696 3.25189 16.0972 3.57733 16.4226C3.90277 16.7481 4.43041 16.7481 4.75584 16.4226L9.99991 11.1786L15.244 16.4227C15.5694 16.7481 16.0971 16.7481 16.4225 16.4227C16.7479 16.0972 16.7479 15.5696 16.4225 15.2441L11.1784 10.0001L16.4225 4.75596Z"
|
|
6
6
|
}), 'Close');
|
|
7
7
|
//# sourceMappingURL=Close.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["Close.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"
|
|
1
|
+
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["Close.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"M16.4225 4.75596C16.7479 4.43053 16.7479 3.90289 16.4225 3.57745C16.0971 3.25201 15.5694 3.25201 15.244 3.57745L9.99991 8.82154L4.75584 3.57748C4.4304 3.25204 3.90277 3.25204 3.57733 3.57748C3.25189 3.90291 3.25189 4.43055 3.57733 4.75599L8.8214 10.0001L3.57733 15.2441C3.25189 15.5696 3.25189 16.0972 3.57733 16.4226C3.90277 16.7481 4.43041 16.7481 4.75584 16.4226L9.99991 11.1786L15.244 16.4227C15.5694 16.7481 16.0971 16.7481 16.4225 16.4227C16.7479 16.0972 16.7479 15.5696 16.4225 15.2441L11.1784 10.0001L16.4225 4.75596Z\"\n />,\n 'Close',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,SAASC,aAAT,QAA8B,aAA9B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADwB,EAIxB,OAJwB,CAA5B"}
|
|
@@ -2,6 +2,6 @@ import React from 'react';
|
|
|
2
2
|
import { Path } from 'react-native-svg';
|
|
3
3
|
import { createSvgIcon } from '../../utils';
|
|
4
4
|
export default createSvgIcon( /*#__PURE__*/React.createElement(Path, {
|
|
5
|
-
d: "
|
|
5
|
+
d: "M9.99984 16.6666C6.31794 16.6666 3.33317 13.6819 3.33317 9.99996C3.33317 6.31806 6.31794 3.33329 9.99984 3.33329C13.6817 3.33329 16.6665 6.31806 16.6665 9.99996C16.6665 13.6819 13.6817 16.6666 9.99984 16.6666ZM9.99984 18.3333C14.6022 18.3333 18.3332 14.6023 18.3332 9.99996C18.3332 5.39759 14.6022 1.66663 9.99984 1.66663C5.39746 1.66663 1.6665 5.39759 1.6665 9.99996C1.6665 14.6023 5.39746 18.3333 9.99984 18.3333Z"
|
|
6
6
|
}), 'Radio');
|
|
7
7
|
//# sourceMappingURL=Radio.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["Radio.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"
|
|
1
|
+
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["Radio.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"M9.99984 16.6666C6.31794 16.6666 3.33317 13.6819 3.33317 9.99996C3.33317 6.31806 6.31794 3.33329 9.99984 3.33329C13.6817 3.33329 16.6665 6.31806 16.6665 9.99996C16.6665 13.6819 13.6817 16.6666 9.99984 16.6666ZM9.99984 18.3333C14.6022 18.3333 18.3332 14.6023 18.3332 9.99996C18.3332 5.39759 14.6022 1.66663 9.99984 1.66663C5.39746 1.66663 1.6665 5.39759 1.6665 9.99996C1.6665 14.6023 5.39746 18.3333 9.99984 18.3333Z\"\n />,\n 'Radio',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,SAASC,aAAT,QAA8B,aAA9B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADwB,EAIxB,OAJwB,CAA5B"}
|
|
@@ -2,6 +2,6 @@ import React from 'react';
|
|
|
2
2
|
import { Path } from 'react-native-svg';
|
|
3
3
|
import { createSvgIcon } from '../../utils';
|
|
4
4
|
export default createSvgIcon( /*#__PURE__*/React.createElement(Path, {
|
|
5
|
-
d: "
|
|
5
|
+
d: "M16.6665 9.99996C16.6665 6.31806 13.6817 3.33329 9.99984 3.33329C6.31794 3.33329 3.33317 6.31806 3.33317 9.99996C3.33317 13.6819 6.31794 16.6666 9.99984 16.6666C13.6817 16.6666 16.6665 13.6819 16.6665 9.99996ZM18.3332 9.99996C18.3332 14.6023 14.6022 18.3333 9.99984 18.3333C5.39746 18.3333 1.6665 14.6023 1.6665 9.99996C1.6665 5.39759 5.39746 1.66663 9.99984 1.66663C14.6022 1.66663 18.3332 5.39759 18.3332 9.99996ZM9.99984 15C12.7613 15 14.9998 12.7614 14.9998 9.99996C14.9998 7.23854 12.7613 4.99996 9.99984 4.99996C7.23841 4.99996 4.99984 7.23854 4.99984 9.99996C4.99984 12.7614 7.23841 15 9.99984 15Z"
|
|
6
6
|
}), 'RadioChecked');
|
|
7
7
|
//# sourceMappingURL=RadioChecked.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["RadioChecked.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"
|
|
1
|
+
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["RadioChecked.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport { createSvgIcon } from '../../utils';\n\nexport default createSvgIcon(\n <Path\n d=\"M16.6665 9.99996C16.6665 6.31806 13.6817 3.33329 9.99984 3.33329C6.31794 3.33329 3.33317 6.31806 3.33317 9.99996C3.33317 13.6819 6.31794 16.6666 9.99984 16.6666C13.6817 16.6666 16.6665 13.6819 16.6665 9.99996ZM18.3332 9.99996C18.3332 14.6023 14.6022 18.3333 9.99984 18.3333C5.39746 18.3333 1.6665 14.6023 1.6665 9.99996C1.6665 5.39759 5.39746 1.66663 9.99984 1.66663C14.6022 1.66663 18.3332 5.39759 18.3332 9.99996ZM9.99984 15C12.7613 15 14.9998 12.7614 14.9998 9.99996C14.9998 7.23854 12.7613 4.99996 9.99984 4.99996C7.23841 4.99996 4.99984 7.23854 4.99984 9.99996C4.99984 12.7614 7.23841 15 9.99984 15Z\"\n />,\n 'RadioChecked',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,SAASC,aAAT,QAA8B,aAA9B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADwB,EAIxB,cAJwB,CAA5B"}
|
|
@@ -9,3 +9,4 @@ export { default as useSyncAnimatedValue } from './useSyncAnimatedValue';
|
|
|
9
9
|
export { default as useThrottle } from './useThrottle';
|
|
10
10
|
export { default as useDebounce } from './useDebounce';
|
|
11
11
|
export { default as useValidWindowDimensions } from './useValidWindowDimensions';
|
|
12
|
+
export type { CollapsibleAppBar } from './useCollapsibleAppBar';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fountain-ui/core",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.58",
|
|
4
4
|
"author": "Fountain-UI Team",
|
|
5
5
|
"description": "React components that implement Tappytoon's Fountain Design.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "cc287c165b6acab16009df18248a306c4ff530d0"
|
|
71
71
|
}
|
package/src/SvgIcon/SvgIcon.tsx
CHANGED
package/src/hooks/index.ts
CHANGED
|
@@ -9,3 +9,5 @@ export { default as useSyncAnimatedValue } from './useSyncAnimatedValue';
|
|
|
9
9
|
export { default as useThrottle } from './useThrottle';
|
|
10
10
|
export { default as useDebounce } from './useDebounce';
|
|
11
11
|
export { default as useValidWindowDimensions } from './useValidWindowDimensions';
|
|
12
|
+
|
|
13
|
+
export type { CollapsibleAppBar } from './useCollapsibleAppBar'
|
|
@@ -4,7 +4,7 @@ import { createSvgIcon } from '../../utils';
|
|
|
4
4
|
|
|
5
5
|
export default createSvgIcon(
|
|
6
6
|
<Path
|
|
7
|
-
d="
|
|
7
|
+
d="M14.1667 4.16667C15.0871 4.16667 15.8333 4.91286 15.8333 5.83333V14.1667C15.8333 15.0871 15.0871 15.8333 14.1667 15.8333H5.83333C4.91286 15.8333 4.16667 15.0871 4.16667 14.1667V5.83333C4.16667 4.91286 4.91286 4.16667 5.83333 4.16667H14.1667ZM5.83333 2.5C3.99238 2.5 2.5 3.99238 2.5 5.83333V14.1667C2.5 16.0076 3.99238 17.5 5.83333 17.5H14.1667C16.0076 17.5 17.5 16.0076 17.5 14.1667V5.83333C17.5 3.99238 16.0076 2.5 14.1667 2.5H5.83333Z"
|
|
8
8
|
/>,
|
|
9
9
|
'Checkbox',
|
|
10
10
|
);
|
|
@@ -4,7 +4,7 @@ import { createSvgIcon } from '../../utils';
|
|
|
4
4
|
|
|
5
5
|
export default createSvgIcon(
|
|
6
6
|
<Path
|
|
7
|
-
d="
|
|
7
|
+
d="M5.83333 2.5C3.99238 2.5 2.5 3.99238 2.5 5.83333V14.1667C2.5 16.0076 3.99238 17.5 5.83333 17.5H14.1667C16.0076 17.5 17.5 16.0076 17.5 14.1667V5.83333C17.5 3.99238 16.0076 2.5 14.1667 2.5H5.83333ZM14.7559 7.67259L8.92259 13.5059C8.59715 13.8314 8.06951 13.8314 7.74408 13.5059L5.24408 11.0059C4.91864 10.6805 4.91864 10.1528 5.24408 9.82741C5.56951 9.50197 6.09715 9.50197 6.42259 9.82741L8.33333 11.7382L13.5774 6.49408C13.9028 6.16864 14.4305 6.16864 14.7559 6.49408C15.0814 6.81951 15.0814 7.34715 14.7559 7.67259Z"
|
|
8
8
|
/>,
|
|
9
9
|
'CheckboxChecked',
|
|
10
10
|
);
|
|
@@ -4,7 +4,7 @@ import { createSvgIcon } from '../../utils';
|
|
|
4
4
|
|
|
5
5
|
export default createSvgIcon(
|
|
6
6
|
<Path
|
|
7
|
-
d="
|
|
7
|
+
d="M9.99992 13.6785L4.41066 8.08921C4.08522 7.76378 4.08522 7.23614 4.41066 6.9107C4.7361 6.58526 5.26374 6.58526 5.58917 6.9107L9.99992 11.3214L14.4107 6.9107C14.7361 6.58526 15.2637 6.58526 15.5892 6.9107C15.9146 7.23614 15.9146 7.76377 15.5892 8.08921L9.99992 13.6785Z"
|
|
8
8
|
/>,
|
|
9
9
|
'ChevronDown',
|
|
10
10
|
);
|
|
@@ -4,7 +4,7 @@ import { createSvgIcon } from '../../utils';
|
|
|
4
4
|
|
|
5
5
|
export default createSvgIcon(
|
|
6
6
|
<Path
|
|
7
|
-
d="
|
|
7
|
+
d="M6.32153 9.99996L11.9108 15.5892C12.2362 15.9147 12.7639 15.9147 13.0893 15.5892C13.4147 15.2638 13.4147 14.7361 13.0893 14.4107L8.67856 9.99996L13.0893 5.58922C13.4147 5.26378 13.4147 4.73614 13.0893 4.4107C12.7639 4.08527 12.2362 4.08527 11.9108 4.4107L6.32153 9.99996Z"
|
|
8
8
|
/>,
|
|
9
9
|
'ChevronLeft',
|
|
10
10
|
);
|
|
@@ -4,7 +4,7 @@ import { createSvgIcon } from '../../utils';
|
|
|
4
4
|
|
|
5
5
|
export default createSvgIcon(
|
|
6
6
|
<Path
|
|
7
|
-
d="
|
|
7
|
+
d="M13.6785 9.99996L8.08921 15.5892C7.76377 15.9147 7.23614 15.9147 6.9107 15.5892C6.58526 15.2638 6.58526 14.7361 6.9107 14.4107L11.3214 9.99996L6.9107 5.58922C6.58526 5.26378 6.58526 4.73614 6.9107 4.4107C7.23614 4.08527 7.76377 4.08527 8.08921 4.4107L13.6785 9.99996Z"
|
|
8
8
|
/>,
|
|
9
9
|
'ChevronRight',
|
|
10
10
|
);
|
|
@@ -4,7 +4,7 @@ import { createSvgIcon } from '../../utils';
|
|
|
4
4
|
|
|
5
5
|
export default createSvgIcon(
|
|
6
6
|
<Path
|
|
7
|
-
d="
|
|
7
|
+
d="M16.4225 4.75596C16.7479 4.43053 16.7479 3.90289 16.4225 3.57745C16.0971 3.25201 15.5694 3.25201 15.244 3.57745L9.99991 8.82154L4.75584 3.57748C4.4304 3.25204 3.90277 3.25204 3.57733 3.57748C3.25189 3.90291 3.25189 4.43055 3.57733 4.75599L8.8214 10.0001L3.57733 15.2441C3.25189 15.5696 3.25189 16.0972 3.57733 16.4226C3.90277 16.7481 4.43041 16.7481 4.75584 16.4226L9.99991 11.1786L15.244 16.4227C15.5694 16.7481 16.0971 16.7481 16.4225 16.4227C16.7479 16.0972 16.7479 15.5696 16.4225 15.2441L11.1784 10.0001L16.4225 4.75596Z"
|
|
8
8
|
/>,
|
|
9
9
|
'Close',
|
|
10
10
|
);
|
|
@@ -4,7 +4,7 @@ import { createSvgIcon } from '../../utils';
|
|
|
4
4
|
|
|
5
5
|
export default createSvgIcon(
|
|
6
6
|
<Path
|
|
7
|
-
d="
|
|
7
|
+
d="M9.99984 16.6666C6.31794 16.6666 3.33317 13.6819 3.33317 9.99996C3.33317 6.31806 6.31794 3.33329 9.99984 3.33329C13.6817 3.33329 16.6665 6.31806 16.6665 9.99996C16.6665 13.6819 13.6817 16.6666 9.99984 16.6666ZM9.99984 18.3333C14.6022 18.3333 18.3332 14.6023 18.3332 9.99996C18.3332 5.39759 14.6022 1.66663 9.99984 1.66663C5.39746 1.66663 1.6665 5.39759 1.6665 9.99996C1.6665 14.6023 5.39746 18.3333 9.99984 18.3333Z"
|
|
8
8
|
/>,
|
|
9
9
|
'Radio',
|
|
10
10
|
);
|
|
@@ -4,7 +4,7 @@ import { createSvgIcon } from '../../utils';
|
|
|
4
4
|
|
|
5
5
|
export default createSvgIcon(
|
|
6
6
|
<Path
|
|
7
|
-
d="
|
|
7
|
+
d="M16.6665 9.99996C16.6665 6.31806 13.6817 3.33329 9.99984 3.33329C6.31794 3.33329 3.33317 6.31806 3.33317 9.99996C3.33317 13.6819 6.31794 16.6666 9.99984 16.6666C13.6817 16.6666 16.6665 13.6819 16.6665 9.99996ZM18.3332 9.99996C18.3332 14.6023 14.6022 18.3333 9.99984 18.3333C5.39746 18.3333 1.6665 14.6023 1.6665 9.99996C1.6665 5.39759 5.39746 1.66663 9.99984 1.66663C14.6022 1.66663 18.3332 5.39759 18.3332 9.99996ZM9.99984 15C12.7613 15 14.9998 12.7614 14.9998 9.99996C14.9998 7.23854 12.7613 4.99996 9.99984 4.99996C7.23841 4.99996 4.99984 7.23854 4.99984 9.99996C4.99984 12.7614 7.23841 15 9.99984 15Z"
|
|
8
8
|
/>,
|
|
9
9
|
'RadioChecked',
|
|
10
10
|
);
|