@fountain-ui/icons 2.0.0-beta.23 → 2.0.0-beta.25
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/icons/ActionOutlined.js +21 -0
- package/build/commonjs/icons/ActionOutlined.js.map +1 -0
- package/build/commonjs/icons/Free.js +21 -0
- package/build/commonjs/icons/Free.js.map +1 -0
- package/build/commonjs/icons/LockerUnlockedOutlined.js +21 -0
- package/build/commonjs/icons/LockerUnlockedOutlined.js.map +1 -0
- package/build/commonjs/icons/Share.js +1 -3
- package/build/commonjs/icons/Share.js.map +1 -1
- package/build/commonjs/icons/TicketFilled.js +21 -0
- package/build/commonjs/icons/TicketFilled.js.map +1 -0
- package/build/commonjs/icons/TicketOutlined.js +1 -1
- package/build/commonjs/icons/TicketOutlined.js.map +1 -1
- package/build/commonjs/icons/Warning.js +1 -3
- package/build/commonjs/icons/Warning.js.map +1 -1
- package/build/commonjs/icons/WarningFilled.js +21 -0
- package/build/commonjs/icons/WarningFilled.js.map +1 -0
- package/build/commonjs/icons/WarningOutlined.js +21 -0
- package/build/commonjs/icons/WarningOutlined.js.map +1 -0
- package/build/commonjs/index.js +48 -0
- package/build/commonjs/index.js.map +1 -1
- package/build/module/icons/ActionOutlined.js +7 -0
- package/build/module/icons/ActionOutlined.js.map +1 -0
- package/build/module/icons/Free.js +7 -0
- package/build/module/icons/Free.js.map +1 -0
- package/build/module/icons/LockerUnlockedOutlined.js +7 -0
- package/build/module/icons/LockerUnlockedOutlined.js.map +1 -0
- package/build/module/icons/Share.js +1 -3
- package/build/module/icons/Share.js.map +1 -1
- package/build/module/icons/TicketFilled.js +7 -0
- package/build/module/icons/TicketFilled.js.map +1 -0
- package/build/module/icons/TicketOutlined.js +1 -1
- package/build/module/icons/TicketOutlined.js.map +1 -1
- package/build/module/icons/Warning.js +1 -3
- package/build/module/icons/Warning.js.map +1 -1
- package/build/module/icons/WarningFilled.js +7 -0
- package/build/module/icons/WarningFilled.js.map +1 -0
- package/build/module/icons/WarningOutlined.js +7 -0
- package/build/module/icons/WarningOutlined.js.map +1 -0
- package/build/module/index.js +6 -0
- package/build/module/index.js.map +1 -1
- package/build/typescript/icons/ActionOutlined.d.ts +130 -0
- package/build/typescript/icons/Free.d.ts +130 -0
- package/build/typescript/icons/LockerUnlockedOutlined.d.ts +130 -0
- package/build/typescript/icons/TicketFilled.d.ts +130 -0
- package/build/typescript/icons/WarningFilled.d.ts +130 -0
- package/build/typescript/icons/WarningOutlined.d.ts +130 -0
- package/build/typescript/index.d.ts +6 -0
- package/package.json +2 -2
- package/src/icons/ActionOutlined.tsx +12 -0
- package/src/icons/Free.tsx +10 -0
- package/src/icons/LockerUnlockedOutlined.tsx +10 -0
- package/src/icons/Share.tsx +1 -3
- package/src/icons/TicketFilled.tsx +10 -0
- package/src/icons/TicketOutlined.tsx +1 -1
- package/src/icons/Warning.tsx +1 -3
- package/src/icons/WarningFilled.tsx +10 -0
- package/src/icons/WarningOutlined.tsx +10 -0
- package/src/index.ts +6 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Path } from 'react-native-svg';
|
|
3
|
+
import createSvgIcon from '../utils/createSvgIcon';
|
|
4
|
+
export default createSvgIcon( /*#__PURE__*/React.createElement(Path, {
|
|
5
|
+
d: "M11.9993 3.96777L4.02423 19.0002L19.9742 19.0002L11.9993 3.96777ZM10.2325 3.03047C10.9842 1.61354 13.0143 1.61354 13.766 3.03048L21.7409 18.0629C22.4476 19.395 21.4821 21.0002 19.9742 21.0002H4.02423C2.51632 21.0002 1.55078 19.395 2.25747 18.0629L10.2325 3.03047ZM10.9993 16.5C10.9993 15.9477 11.447 15.5 11.9993 15.5C12.5516 15.5 12.9993 15.9477 12.9993 16.5C12.9993 17.0523 12.5516 17.5 11.9993 17.5C11.447 17.5 10.9993 17.0523 10.9993 16.5ZM10.9993 10.5C10.9993 9.94772 11.447 9.5 11.9993 9.5C12.5516 9.5 12.9993 9.94772 12.9993 10.5V13.5C12.9993 14.0523 12.5516 14.5 11.9993 14.5C11.447 14.5 10.9993 14.0523 10.9993 13.5V10.5Z"
|
|
6
|
+
}), 'WarningOutlined');
|
|
7
|
+
//# sourceMappingURL=WarningOutlined.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["WarningOutlined.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M11.9993 3.96777L4.02423 19.0002L19.9742 19.0002L11.9993 3.96777ZM10.2325 3.03047C10.9842 1.61354 13.0143 1.61354 13.766 3.03048L21.7409 18.0629C22.4476 19.395 21.4821 21.0002 19.9742 21.0002H4.02423C2.51632 21.0002 1.55078 19.395 2.25747 18.0629L10.2325 3.03047ZM10.9993 16.5C10.9993 15.9477 11.447 15.5 11.9993 15.5C12.5516 15.5 12.9993 15.9477 12.9993 16.5C12.9993 17.0523 12.5516 17.5 11.9993 17.5C11.447 17.5 10.9993 17.0523 10.9993 16.5ZM10.9993 10.5C10.9993 9.94772 11.447 9.5 11.9993 9.5C12.5516 9.5 12.9993 9.94772 12.9993 10.5V13.5C12.9993 14.0523 12.5516 14.5 11.9993 14.5C11.447 14.5 10.9993 14.0523 10.9993 13.5V10.5Z\"\n />,\n 'WarningOutlined',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADwB,EAIxB,iBAJwB,CAA5B"}
|
package/build/module/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { default as ActionOutlined } from './icons/ActionOutlined';
|
|
1
2
|
export { default as ActionTwoTone } from './icons/ActionTwoTone';
|
|
2
3
|
export { default as Add } from './icons/Add';
|
|
3
4
|
export { default as Apple } from './icons/Apple';
|
|
@@ -35,6 +36,7 @@ export { default as EyeOutlined } from './icons/EyeOutlined';
|
|
|
35
36
|
export { default as Facebook } from './icons/Facebook';
|
|
36
37
|
export { default as FontLato } from './icons/FontLato';
|
|
37
38
|
export { default as FontLiterata } from './icons/FontLiterata';
|
|
39
|
+
export { default as Free } from './icons/Free';
|
|
38
40
|
export { default as GiftOutlined } from './icons/GiftOutlined';
|
|
39
41
|
export { default as GiftTwoTone } from './icons/GiftTwoTone';
|
|
40
42
|
export { default as Google } from './icons/Google';
|
|
@@ -55,6 +57,7 @@ export { default as List } from './icons/List';
|
|
|
55
57
|
export { default as ListFilled } from './icons/ListFilled';
|
|
56
58
|
export { default as ListOutlined } from './icons/ListOutlined';
|
|
57
59
|
export { default as ListOutlinedLight } from './icons/ListOutlinedLight';
|
|
60
|
+
export { default as LockerUnlockedOutlined } from './icons/LockerUnlockedOutlined';
|
|
58
61
|
export { default as Logo } from './icons/Logo';
|
|
59
62
|
export { default as MailFilled } from './icons/MailFilled';
|
|
60
63
|
export { default as MailOutlined } from './icons/MailOutlined';
|
|
@@ -81,10 +84,13 @@ export { default as Speaker } from './icons/Speaker';
|
|
|
81
84
|
export { default as ShopOutlined } from './icons/ShopOutlined';
|
|
82
85
|
export { default as SwapHorizontal } from './icons/SwapHorizontal';
|
|
83
86
|
export { default as SwapVertical } from './icons/SwapVertical';
|
|
87
|
+
export { default as TicketFilled } from './icons/TicketFilled';
|
|
84
88
|
export { default as TicketOutlined } from './icons/TicketOutlined';
|
|
85
89
|
export { default as TicketTwoTone } from './icons/TicketTwoTone';
|
|
86
90
|
export { default as TokenFilled } from './icons/TokenFilled';
|
|
87
91
|
export { default as Twitter } from './icons/Twitter';
|
|
88
92
|
export { default as Warning } from './icons/Warning';
|
|
93
|
+
export { default as WarningFilled } from './icons/WarningFilled';
|
|
94
|
+
export { default as WarningOutlined } from './icons/WarningOutlined';
|
|
89
95
|
export { default as Youtube } from './icons/Youtube';
|
|
90
96
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["default","ActionTwoTone","Add","Apple","ArrowLeft","ArrowLightHorizontalFilled","ArrowLightHorizontalOutlined","ArrowLightVerticalFilled","ArrowLightVerticalOutlined","ArrowRight","BellOff","BellOn","BellOutlined","Bullet","CalendarOutlined","Check","CheckboxChecked","CheckCircleFilled","CheckCircleOutlined","ChevronDown","ChevronRight","ChevronUp","ChevronLeft","ClockFilled","ClockOutlined","ClockTwoTone","Close","CoffeeOutlined","ContentFilled","ContentOutlined","ContentOutlinedLight","CopyFilled","Expand","EyeOff","EyeOutlined","Facebook","FontLato","FontLiterata","GiftOutlined","GiftTwoTone","Google","GraphUp","HdOff","HdOn","Help","HomeFilled","HomeOutlined","Info","InfoSquareFilled","InfoSquareOutlined","InfoSquareOutlinedLight","Instagram","LibraryFilled","LibraryOutlined","List","ListFilled","ListOutlined","ListOutlinedLight","Logo","MailFilled","MailOutlined","MenuFilled","MenuOutlined","MinusCircle","Nib","Pencil","Point","Radio","RadioChecked","Restart","SaleOutlined","SaleTwoTone","Search","Share","SpacingLargeFilled","SpacingLargeOutlined","SpacingMediumFilled","SpacingMediumOutlined","SpacingSmallFilled","SpacingSmallOutlined","Speaker","ShopOutlined","SwapHorizontal","SwapVertical","TicketOutlined","TicketTwoTone","TokenFilled","Twitter","Warning","Youtube"],"sources":["index.ts"],"sourcesContent":["export { default as ActionTwoTone } from './icons/ActionTwoTone';\nexport { default as Add } from './icons/Add';\nexport { default as Apple } from './icons/Apple';\nexport { default as ArrowLeft } from './icons/ArrowLeft';\nexport { default as ArrowLightHorizontalFilled } from './icons/ArrowLightHorizontalFilled';\nexport { default as ArrowLightHorizontalOutlined } from './icons/ArrowLightHorizontalOutlined';\nexport { default as ArrowLightVerticalFilled } from './icons/ArrowLightVerticalFilled';\nexport { default as ArrowLightVerticalOutlined } from './icons/ArrowLightVerticalOutlined';\nexport { default as ArrowRight } from './icons/ArrowRight';\nexport { default as BellOff } from './icons/BellOff';\nexport { default as BellOn } from './icons/BellOn';\nexport { default as BellOutlined } from './icons/BellOutlined';\nexport { default as Bullet } from './icons/Bullet';\nexport { default as CalendarOutlined } from './icons/CalendarOutlined';\nexport { default as Check } from './icons/Check';\nexport { default as CheckboxChecked } from './icons/CheckboxChecked';\nexport { default as CheckCircleFilled } from './icons/CheckCircleFilled';\nexport { default as CheckCircleOutlined } from './icons/CheckCircleOutlined';\nexport { default as ChevronDown } from './icons/ChevronDown';\nexport { default as ChevronRight } from './icons/ChevronRight';\nexport { default as ChevronUp } from './icons/ChevronUp';\nexport { default as ChevronLeft } from './icons/ChevronLeft';\nexport { default as ClockFilled } from './icons/ClockFilled';\nexport { default as ClockOutlined } from './icons/ClockOutlined';\nexport { default as ClockTwoTone } from './icons/ClockTwoTone';\nexport { default as Close } from './icons/Close';\nexport { default as CoffeeOutlined } from './icons/CoffeeOutlined';\nexport { default as ContentFilled } from './icons/ContentFilled';\nexport { default as ContentOutlined } from './icons/ContentOutlined';\nexport { default as ContentOutlinedLight } from './icons/ContentOutlinedLight';\nexport { default as CopyFilled } from './icons/CopyFilled';\nexport { default as Expand } from './icons/Expand';\nexport { default as EyeOff } from './icons/EyeOff';\nexport { default as EyeOutlined } from './icons/EyeOutlined';\nexport { default as Facebook } from './icons/Facebook';\nexport { default as FontLato } from './icons/FontLato';\nexport { default as FontLiterata } from './icons/FontLiterata';\nexport { default as GiftOutlined } from './icons/GiftOutlined';\nexport { default as GiftTwoTone } from './icons/GiftTwoTone';\nexport { default as Google } from './icons/Google';\nexport { default as GraphUp } from './icons/GraphUp';\nexport { default as HdOff } from './icons/HdOff';\nexport { default as HdOn } from './icons/HdOn';\nexport { default as Help } from './icons/Help';\nexport { default as HomeFilled } from './icons/HomeFilled';\nexport { default as HomeOutlined } from './icons/HomeOutlined';\nexport { default as Info } from './icons/Info';\nexport { default as InfoSquareFilled } from './icons/InfoSquareFilled';\nexport { default as InfoSquareOutlined } from './icons/InfoSquareOutlined';\nexport { default as InfoSquareOutlinedLight } from './icons/InfoSquareOutlinedLight';\nexport { default as Instagram } from './icons/Instagram';\nexport { default as LibraryFilled } from './icons/LibraryFilled';\nexport { default as LibraryOutlined } from './icons/LibraryOutlined';\nexport { default as List } from './icons/List';\nexport { default as ListFilled } from './icons/ListFilled';\nexport { default as ListOutlined } from './icons/ListOutlined';\nexport { default as ListOutlinedLight } from './icons/ListOutlinedLight';\nexport { default as Logo } from './icons/Logo';\nexport { default as MailFilled } from './icons/MailFilled';\nexport { default as MailOutlined } from './icons/MailOutlined';\nexport { default as MenuFilled } from './icons/MenuFilled';\nexport { default as MenuOutlined } from './icons/MenuOutlined';\nexport { default as MinusCircle } from './icons/MinusCircle';\nexport { default as Nib } from './icons/Nib';\nexport { default as Pencil } from './icons/Pencil';\nexport { default as Point } from './icons/Point';\nexport { default as Radio } from './icons/Radio';\nexport { default as RadioChecked } from './icons/RadioChecked';\nexport { default as Restart } from './icons/Restart';\nexport { default as SaleOutlined } from './icons/SaleOutlined';\nexport { default as SaleTwoTone } from './icons/SaleTwoTone';\nexport { default as Search } from './icons/Search';\nexport { default as Share } from './icons/Share';\nexport { default as SpacingLargeFilled } from './icons/SpacingLargeFilled';\nexport { default as SpacingLargeOutlined } from './icons/SpacingLargeOutlined';\nexport { default as SpacingMediumFilled } from './icons/SpacingMediumFilled';\nexport { default as SpacingMediumOutlined } from './icons/SpacingMediumOutlined';\nexport { default as SpacingSmallFilled } from './icons/SpacingSmallFilled';\nexport { default as SpacingSmallOutlined } from './icons/SpacingSmallOutlined';\nexport { default as Speaker } from './icons/Speaker';\nexport { default as ShopOutlined } from './icons/ShopOutlined';\nexport { default as SwapHorizontal } from './icons/SwapHorizontal';\nexport { default as SwapVertical } from './icons/SwapVertical';\nexport { default as TicketOutlined } from './icons/TicketOutlined';\nexport { default as TicketTwoTone } from './icons/TicketTwoTone';\nexport { default as TokenFilled } from './icons/TokenFilled';\nexport { default as Twitter } from './icons/Twitter';\nexport { default as Warning } from './icons/Warning';\nexport { default as Youtube } from './icons/Youtube';\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"names":["default","ActionOutlined","ActionTwoTone","Add","Apple","ArrowLeft","ArrowLightHorizontalFilled","ArrowLightHorizontalOutlined","ArrowLightVerticalFilled","ArrowLightVerticalOutlined","ArrowRight","BellOff","BellOn","BellOutlined","Bullet","CalendarOutlined","Check","CheckboxChecked","CheckCircleFilled","CheckCircleOutlined","ChevronDown","ChevronRight","ChevronUp","ChevronLeft","ClockFilled","ClockOutlined","ClockTwoTone","Close","CoffeeOutlined","ContentFilled","ContentOutlined","ContentOutlinedLight","CopyFilled","Expand","EyeOff","EyeOutlined","Facebook","FontLato","FontLiterata","Free","GiftOutlined","GiftTwoTone","Google","GraphUp","HdOff","HdOn","Help","HomeFilled","HomeOutlined","Info","InfoSquareFilled","InfoSquareOutlined","InfoSquareOutlinedLight","Instagram","LibraryFilled","LibraryOutlined","List","ListFilled","ListOutlined","ListOutlinedLight","LockerUnlockedOutlined","Logo","MailFilled","MailOutlined","MenuFilled","MenuOutlined","MinusCircle","Nib","Pencil","Point","Radio","RadioChecked","Restart","SaleOutlined","SaleTwoTone","Search","Share","SpacingLargeFilled","SpacingLargeOutlined","SpacingMediumFilled","SpacingMediumOutlined","SpacingSmallFilled","SpacingSmallOutlined","Speaker","ShopOutlined","SwapHorizontal","SwapVertical","TicketFilled","TicketOutlined","TicketTwoTone","TokenFilled","Twitter","Warning","WarningFilled","WarningOutlined","Youtube"],"sources":["index.ts"],"sourcesContent":["export { default as ActionOutlined } from './icons/ActionOutlined';\nexport { default as ActionTwoTone } from './icons/ActionTwoTone';\nexport { default as Add } from './icons/Add';\nexport { default as Apple } from './icons/Apple';\nexport { default as ArrowLeft } from './icons/ArrowLeft';\nexport { default as ArrowLightHorizontalFilled } from './icons/ArrowLightHorizontalFilled';\nexport { default as ArrowLightHorizontalOutlined } from './icons/ArrowLightHorizontalOutlined';\nexport { default as ArrowLightVerticalFilled } from './icons/ArrowLightVerticalFilled';\nexport { default as ArrowLightVerticalOutlined } from './icons/ArrowLightVerticalOutlined';\nexport { default as ArrowRight } from './icons/ArrowRight';\nexport { default as BellOff } from './icons/BellOff';\nexport { default as BellOn } from './icons/BellOn';\nexport { default as BellOutlined } from './icons/BellOutlined';\nexport { default as Bullet } from './icons/Bullet';\nexport { default as CalendarOutlined } from './icons/CalendarOutlined';\nexport { default as Check } from './icons/Check';\nexport { default as CheckboxChecked } from './icons/CheckboxChecked';\nexport { default as CheckCircleFilled } from './icons/CheckCircleFilled';\nexport { default as CheckCircleOutlined } from './icons/CheckCircleOutlined';\nexport { default as ChevronDown } from './icons/ChevronDown';\nexport { default as ChevronRight } from './icons/ChevronRight';\nexport { default as ChevronUp } from './icons/ChevronUp';\nexport { default as ChevronLeft } from './icons/ChevronLeft';\nexport { default as ClockFilled } from './icons/ClockFilled';\nexport { default as ClockOutlined } from './icons/ClockOutlined';\nexport { default as ClockTwoTone } from './icons/ClockTwoTone';\nexport { default as Close } from './icons/Close';\nexport { default as CoffeeOutlined } from './icons/CoffeeOutlined';\nexport { default as ContentFilled } from './icons/ContentFilled';\nexport { default as ContentOutlined } from './icons/ContentOutlined';\nexport { default as ContentOutlinedLight } from './icons/ContentOutlinedLight';\nexport { default as CopyFilled } from './icons/CopyFilled';\nexport { default as Expand } from './icons/Expand';\nexport { default as EyeOff } from './icons/EyeOff';\nexport { default as EyeOutlined } from './icons/EyeOutlined';\nexport { default as Facebook } from './icons/Facebook';\nexport { default as FontLato } from './icons/FontLato';\nexport { default as FontLiterata } from './icons/FontLiterata';\nexport { default as Free } from './icons/Free';\nexport { default as GiftOutlined } from './icons/GiftOutlined';\nexport { default as GiftTwoTone } from './icons/GiftTwoTone';\nexport { default as Google } from './icons/Google';\nexport { default as GraphUp } from './icons/GraphUp';\nexport { default as HdOff } from './icons/HdOff';\nexport { default as HdOn } from './icons/HdOn';\nexport { default as Help } from './icons/Help';\nexport { default as HomeFilled } from './icons/HomeFilled';\nexport { default as HomeOutlined } from './icons/HomeOutlined';\nexport { default as Info } from './icons/Info';\nexport { default as InfoSquareFilled } from './icons/InfoSquareFilled';\nexport { default as InfoSquareOutlined } from './icons/InfoSquareOutlined';\nexport { default as InfoSquareOutlinedLight } from './icons/InfoSquareOutlinedLight';\nexport { default as Instagram } from './icons/Instagram';\nexport { default as LibraryFilled } from './icons/LibraryFilled';\nexport { default as LibraryOutlined } from './icons/LibraryOutlined';\nexport { default as List } from './icons/List';\nexport { default as ListFilled } from './icons/ListFilled';\nexport { default as ListOutlined } from './icons/ListOutlined';\nexport { default as ListOutlinedLight } from './icons/ListOutlinedLight';\nexport { default as LockerUnlockedOutlined } from './icons/LockerUnlockedOutlined';\nexport { default as Logo } from './icons/Logo';\nexport { default as MailFilled } from './icons/MailFilled';\nexport { default as MailOutlined } from './icons/MailOutlined';\nexport { default as MenuFilled } from './icons/MenuFilled';\nexport { default as MenuOutlined } from './icons/MenuOutlined';\nexport { default as MinusCircle } from './icons/MinusCircle';\nexport { default as Nib } from './icons/Nib';\nexport { default as Pencil } from './icons/Pencil';\nexport { default as Point } from './icons/Point';\nexport { default as Radio } from './icons/Radio';\nexport { default as RadioChecked } from './icons/RadioChecked';\nexport { default as Restart } from './icons/Restart';\nexport { default as SaleOutlined } from './icons/SaleOutlined';\nexport { default as SaleTwoTone } from './icons/SaleTwoTone';\nexport { default as Search } from './icons/Search';\nexport { default as Share } from './icons/Share';\nexport { default as SpacingLargeFilled } from './icons/SpacingLargeFilled';\nexport { default as SpacingLargeOutlined } from './icons/SpacingLargeOutlined';\nexport { default as SpacingMediumFilled } from './icons/SpacingMediumFilled';\nexport { default as SpacingMediumOutlined } from './icons/SpacingMediumOutlined';\nexport { default as SpacingSmallFilled } from './icons/SpacingSmallFilled';\nexport { default as SpacingSmallOutlined } from './icons/SpacingSmallOutlined';\nexport { default as Speaker } from './icons/Speaker';\nexport { default as ShopOutlined } from './icons/ShopOutlined';\nexport { default as SwapHorizontal } from './icons/SwapHorizontal';\nexport { default as SwapVertical } from './icons/SwapVertical';\nexport { default as TicketFilled } from './icons/TicketFilled';\nexport { default as TicketOutlined } from './icons/TicketOutlined';\nexport { default as TicketTwoTone } from './icons/TicketTwoTone';\nexport { default as TokenFilled } from './icons/TokenFilled';\nexport { default as Twitter } from './icons/Twitter';\nexport { default as Warning } from './icons/Warning';\nexport { default as WarningFilled } from './icons/WarningFilled';\nexport { default as WarningOutlined } from './icons/WarningOutlined';\nexport { default as Youtube } from './icons/Youtube';\n"],"mappings":"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"}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: React.MemoExoticComponent<{
|
|
3
|
+
(props: {
|
|
4
|
+
readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
|
|
5
|
+
title?: string | undefined;
|
|
6
|
+
clipPath?: string | undefined;
|
|
7
|
+
marker?: string | undefined;
|
|
8
|
+
mask?: string | undefined;
|
|
9
|
+
opacity?: import("react-native-svg").NumberProp | undefined;
|
|
10
|
+
readonly fill?: import("react-native").ColorValue | undefined;
|
|
11
|
+
fillOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
12
|
+
fillRule?: import("react-native-svg").FillRule | undefined;
|
|
13
|
+
stroke?: import("react-native").ColorValue | undefined;
|
|
14
|
+
strokeWidth?: import("react-native-svg").NumberProp | undefined;
|
|
15
|
+
strokeOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
16
|
+
strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
|
|
17
|
+
strokeDashoffset?: import("react-native-svg").NumberProp | undefined;
|
|
18
|
+
strokeLinecap?: import("react-native-svg").Linecap | undefined;
|
|
19
|
+
strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
|
|
20
|
+
strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
|
|
21
|
+
vectorEffect?: import("react-native-svg").VectorEffect | undefined;
|
|
22
|
+
clipRule?: import("react-native-svg").FillRule | undefined;
|
|
23
|
+
translate?: import("react-native-svg").NumberArray | undefined;
|
|
24
|
+
translateX?: import("react-native-svg").NumberProp | undefined;
|
|
25
|
+
translateY?: import("react-native-svg").NumberProp | undefined;
|
|
26
|
+
origin?: import("react-native-svg").NumberArray | undefined;
|
|
27
|
+
originX?: import("react-native-svg").NumberProp | undefined;
|
|
28
|
+
originY?: import("react-native-svg").NumberProp | undefined;
|
|
29
|
+
scale?: import("react-native-svg").NumberArray | undefined;
|
|
30
|
+
scaleX?: import("react-native-svg").NumberProp | undefined;
|
|
31
|
+
scaleY?: import("react-native-svg").NumberProp | undefined;
|
|
32
|
+
skew?: import("react-native-svg").NumberArray | undefined;
|
|
33
|
+
skewX?: import("react-native-svg").NumberProp | undefined;
|
|
34
|
+
skewY?: import("react-native-svg").NumberProp | undefined;
|
|
35
|
+
rotation?: import("react-native-svg").NumberProp | undefined;
|
|
36
|
+
x?: import("react-native-svg").NumberArray | undefined;
|
|
37
|
+
y?: import("react-native-svg").NumberArray | undefined;
|
|
38
|
+
transform?: string | import("react-native-svg").ColumnMajorTransformMatrix | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
39
|
+
pointerEvents?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
40
|
+
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
41
|
+
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
42
|
+
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
43
|
+
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
44
|
+
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
45
|
+
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
46
|
+
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
47
|
+
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
48
|
+
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
49
|
+
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
50
|
+
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
51
|
+
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
52
|
+
disabled?: boolean | undefined;
|
|
53
|
+
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
54
|
+
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
55
|
+
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
56
|
+
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
57
|
+
delayPressIn?: number | undefined;
|
|
58
|
+
delayPressOut?: number | undefined;
|
|
59
|
+
delayLongPress?: number | undefined;
|
|
60
|
+
id?: string | undefined;
|
|
61
|
+
markerStart?: string | undefined;
|
|
62
|
+
markerMid?: string | undefined;
|
|
63
|
+
markerEnd?: string | undefined;
|
|
64
|
+
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
65
|
+
accessibilityLabel?: string | undefined;
|
|
66
|
+
accessible?: boolean | undefined;
|
|
67
|
+
testID?: string | undefined;
|
|
68
|
+
readonly width?: import("react-native-svg").NumberProp | undefined;
|
|
69
|
+
readonly height?: import("react-native-svg").NumberProp | undefined;
|
|
70
|
+
readonly viewBox?: string | undefined;
|
|
71
|
+
preserveAspectRatio?: string | undefined;
|
|
72
|
+
readonly color?: import("packages/fountain-ui/build/typescript").CommonComponentColor | undefined;
|
|
73
|
+
font?: import("react-native-svg").FontObject | undefined;
|
|
74
|
+
fontStyle?: import("react-native-svg").FontStyle | undefined;
|
|
75
|
+
fontVariant?: import("react-native-svg").FontVariant | undefined;
|
|
76
|
+
fontWeight?: import("react-native-svg").FontWeight | undefined;
|
|
77
|
+
fontStretch?: import("react-native-svg").FontStretch | undefined;
|
|
78
|
+
fontSize?: import("react-native-svg").NumberProp | undefined;
|
|
79
|
+
fontFamily?: string | undefined;
|
|
80
|
+
textAnchor?: import("react-native-svg").TextAnchor | undefined;
|
|
81
|
+
textDecoration?: import("react-native-svg").TextDecoration | undefined;
|
|
82
|
+
letterSpacing?: import("react-native-svg").NumberProp | undefined;
|
|
83
|
+
wordSpacing?: import("react-native-svg").NumberProp | undefined;
|
|
84
|
+
kerning?: import("react-native-svg").NumberProp | undefined;
|
|
85
|
+
fontFeatureSettings?: string | undefined;
|
|
86
|
+
fontVariantLigatures?: import("react-native-svg").FontVariantLigatures | undefined;
|
|
87
|
+
fontVariationSettings?: string | undefined;
|
|
88
|
+
hitSlop?: import("react-native").Insets | undefined;
|
|
89
|
+
removeClippedSubviews?: boolean | undefined;
|
|
90
|
+
nativeID?: string | undefined;
|
|
91
|
+
collapsable?: boolean | undefined;
|
|
92
|
+
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
93
|
+
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
94
|
+
focusable?: boolean | undefined;
|
|
95
|
+
shouldRasterizeIOS?: boolean | undefined;
|
|
96
|
+
isTVSelectable?: boolean | undefined;
|
|
97
|
+
hasTVPreferredFocus?: boolean | undefined;
|
|
98
|
+
tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
|
|
99
|
+
tvParallaxShiftDistanceX?: number | undefined;
|
|
100
|
+
tvParallaxShiftDistanceY?: number | undefined;
|
|
101
|
+
tvParallaxTiltAngle?: number | undefined;
|
|
102
|
+
tvParallaxMagnification?: number | undefined;
|
|
103
|
+
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
104
|
+
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
105
|
+
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
106
|
+
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
107
|
+
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
108
|
+
accessibilityActions?: readonly Readonly<{
|
|
109
|
+
name: string;
|
|
110
|
+
label?: string | undefined;
|
|
111
|
+
}>[] | undefined;
|
|
112
|
+
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
113
|
+
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
114
|
+
accessibilityHint?: string | undefined;
|
|
115
|
+
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
116
|
+
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
117
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
118
|
+
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
119
|
+
importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | undefined;
|
|
120
|
+
accessibilityElementsHidden?: boolean | undefined;
|
|
121
|
+
accessibilityLanguage?: string | undefined;
|
|
122
|
+
accessibilityViewIsModal?: boolean | undefined;
|
|
123
|
+
onAccessibilityEscape?: (() => void) | undefined;
|
|
124
|
+
onAccessibilityTap?: (() => void) | undefined;
|
|
125
|
+
onMagicTap?: (() => void) | undefined;
|
|
126
|
+
accessibilityIgnoresInvertColors?: boolean | undefined;
|
|
127
|
+
}): JSX.Element;
|
|
128
|
+
displayName: string;
|
|
129
|
+
}>;
|
|
130
|
+
export default _default;
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: React.MemoExoticComponent<{
|
|
3
|
+
(props: {
|
|
4
|
+
readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
|
|
5
|
+
title?: string | undefined;
|
|
6
|
+
clipPath?: string | undefined;
|
|
7
|
+
marker?: string | undefined;
|
|
8
|
+
mask?: string | undefined;
|
|
9
|
+
opacity?: import("react-native-svg").NumberProp | undefined;
|
|
10
|
+
readonly fill?: import("react-native").ColorValue | undefined;
|
|
11
|
+
fillOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
12
|
+
fillRule?: import("react-native-svg").FillRule | undefined;
|
|
13
|
+
stroke?: import("react-native").ColorValue | undefined;
|
|
14
|
+
strokeWidth?: import("react-native-svg").NumberProp | undefined;
|
|
15
|
+
strokeOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
16
|
+
strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
|
|
17
|
+
strokeDashoffset?: import("react-native-svg").NumberProp | undefined;
|
|
18
|
+
strokeLinecap?: import("react-native-svg").Linecap | undefined;
|
|
19
|
+
strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
|
|
20
|
+
strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
|
|
21
|
+
vectorEffect?: import("react-native-svg").VectorEffect | undefined;
|
|
22
|
+
clipRule?: import("react-native-svg").FillRule | undefined;
|
|
23
|
+
translate?: import("react-native-svg").NumberArray | undefined;
|
|
24
|
+
translateX?: import("react-native-svg").NumberProp | undefined;
|
|
25
|
+
translateY?: import("react-native-svg").NumberProp | undefined;
|
|
26
|
+
origin?: import("react-native-svg").NumberArray | undefined;
|
|
27
|
+
originX?: import("react-native-svg").NumberProp | undefined;
|
|
28
|
+
originY?: import("react-native-svg").NumberProp | undefined;
|
|
29
|
+
scale?: import("react-native-svg").NumberArray | undefined;
|
|
30
|
+
scaleX?: import("react-native-svg").NumberProp | undefined;
|
|
31
|
+
scaleY?: import("react-native-svg").NumberProp | undefined;
|
|
32
|
+
skew?: import("react-native-svg").NumberArray | undefined;
|
|
33
|
+
skewX?: import("react-native-svg").NumberProp | undefined;
|
|
34
|
+
skewY?: import("react-native-svg").NumberProp | undefined;
|
|
35
|
+
rotation?: import("react-native-svg").NumberProp | undefined;
|
|
36
|
+
x?: import("react-native-svg").NumberArray | undefined;
|
|
37
|
+
y?: import("react-native-svg").NumberArray | undefined;
|
|
38
|
+
transform?: string | import("react-native-svg").ColumnMajorTransformMatrix | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
39
|
+
pointerEvents?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
40
|
+
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
41
|
+
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
42
|
+
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
43
|
+
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
44
|
+
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
45
|
+
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
46
|
+
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
47
|
+
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
48
|
+
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
49
|
+
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
50
|
+
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
51
|
+
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
52
|
+
disabled?: boolean | undefined;
|
|
53
|
+
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
54
|
+
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
55
|
+
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
56
|
+
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
57
|
+
delayPressIn?: number | undefined;
|
|
58
|
+
delayPressOut?: number | undefined;
|
|
59
|
+
delayLongPress?: number | undefined;
|
|
60
|
+
id?: string | undefined;
|
|
61
|
+
markerStart?: string | undefined;
|
|
62
|
+
markerMid?: string | undefined;
|
|
63
|
+
markerEnd?: string | undefined;
|
|
64
|
+
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
65
|
+
accessibilityLabel?: string | undefined;
|
|
66
|
+
accessible?: boolean | undefined;
|
|
67
|
+
testID?: string | undefined;
|
|
68
|
+
readonly width?: import("react-native-svg").NumberProp | undefined;
|
|
69
|
+
readonly height?: import("react-native-svg").NumberProp | undefined;
|
|
70
|
+
readonly viewBox?: string | undefined;
|
|
71
|
+
preserveAspectRatio?: string | undefined;
|
|
72
|
+
readonly color?: import("packages/fountain-ui/build/typescript").CommonComponentColor | undefined;
|
|
73
|
+
font?: import("react-native-svg").FontObject | undefined;
|
|
74
|
+
fontStyle?: import("react-native-svg").FontStyle | undefined;
|
|
75
|
+
fontVariant?: import("react-native-svg").FontVariant | undefined;
|
|
76
|
+
fontWeight?: import("react-native-svg").FontWeight | undefined;
|
|
77
|
+
fontStretch?: import("react-native-svg").FontStretch | undefined;
|
|
78
|
+
fontSize?: import("react-native-svg").NumberProp | undefined;
|
|
79
|
+
fontFamily?: string | undefined;
|
|
80
|
+
textAnchor?: import("react-native-svg").TextAnchor | undefined;
|
|
81
|
+
textDecoration?: import("react-native-svg").TextDecoration | undefined;
|
|
82
|
+
letterSpacing?: import("react-native-svg").NumberProp | undefined;
|
|
83
|
+
wordSpacing?: import("react-native-svg").NumberProp | undefined;
|
|
84
|
+
kerning?: import("react-native-svg").NumberProp | undefined;
|
|
85
|
+
fontFeatureSettings?: string | undefined;
|
|
86
|
+
fontVariantLigatures?: import("react-native-svg").FontVariantLigatures | undefined;
|
|
87
|
+
fontVariationSettings?: string | undefined;
|
|
88
|
+
hitSlop?: import("react-native").Insets | undefined;
|
|
89
|
+
removeClippedSubviews?: boolean | undefined;
|
|
90
|
+
nativeID?: string | undefined;
|
|
91
|
+
collapsable?: boolean | undefined;
|
|
92
|
+
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
93
|
+
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
94
|
+
focusable?: boolean | undefined;
|
|
95
|
+
shouldRasterizeIOS?: boolean | undefined;
|
|
96
|
+
isTVSelectable?: boolean | undefined;
|
|
97
|
+
hasTVPreferredFocus?: boolean | undefined;
|
|
98
|
+
tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
|
|
99
|
+
tvParallaxShiftDistanceX?: number | undefined;
|
|
100
|
+
tvParallaxShiftDistanceY?: number | undefined;
|
|
101
|
+
tvParallaxTiltAngle?: number | undefined;
|
|
102
|
+
tvParallaxMagnification?: number | undefined;
|
|
103
|
+
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
104
|
+
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
105
|
+
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
106
|
+
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
107
|
+
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
108
|
+
accessibilityActions?: readonly Readonly<{
|
|
109
|
+
name: string;
|
|
110
|
+
label?: string | undefined;
|
|
111
|
+
}>[] | undefined;
|
|
112
|
+
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
113
|
+
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
114
|
+
accessibilityHint?: string | undefined;
|
|
115
|
+
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
116
|
+
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
117
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
118
|
+
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
119
|
+
importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | undefined;
|
|
120
|
+
accessibilityElementsHidden?: boolean | undefined;
|
|
121
|
+
accessibilityLanguage?: string | undefined;
|
|
122
|
+
accessibilityViewIsModal?: boolean | undefined;
|
|
123
|
+
onAccessibilityEscape?: (() => void) | undefined;
|
|
124
|
+
onAccessibilityTap?: (() => void) | undefined;
|
|
125
|
+
onMagicTap?: (() => void) | undefined;
|
|
126
|
+
accessibilityIgnoresInvertColors?: boolean | undefined;
|
|
127
|
+
}): JSX.Element;
|
|
128
|
+
displayName: string;
|
|
129
|
+
}>;
|
|
130
|
+
export default _default;
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: React.MemoExoticComponent<{
|
|
3
|
+
(props: {
|
|
4
|
+
readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
|
|
5
|
+
title?: string | undefined;
|
|
6
|
+
clipPath?: string | undefined;
|
|
7
|
+
marker?: string | undefined;
|
|
8
|
+
mask?: string | undefined;
|
|
9
|
+
opacity?: import("react-native-svg").NumberProp | undefined;
|
|
10
|
+
readonly fill?: import("react-native").ColorValue | undefined;
|
|
11
|
+
fillOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
12
|
+
fillRule?: import("react-native-svg").FillRule | undefined;
|
|
13
|
+
stroke?: import("react-native").ColorValue | undefined;
|
|
14
|
+
strokeWidth?: import("react-native-svg").NumberProp | undefined;
|
|
15
|
+
strokeOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
16
|
+
strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
|
|
17
|
+
strokeDashoffset?: import("react-native-svg").NumberProp | undefined;
|
|
18
|
+
strokeLinecap?: import("react-native-svg").Linecap | undefined;
|
|
19
|
+
strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
|
|
20
|
+
strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
|
|
21
|
+
vectorEffect?: import("react-native-svg").VectorEffect | undefined;
|
|
22
|
+
clipRule?: import("react-native-svg").FillRule | undefined;
|
|
23
|
+
translate?: import("react-native-svg").NumberArray | undefined;
|
|
24
|
+
translateX?: import("react-native-svg").NumberProp | undefined;
|
|
25
|
+
translateY?: import("react-native-svg").NumberProp | undefined;
|
|
26
|
+
origin?: import("react-native-svg").NumberArray | undefined;
|
|
27
|
+
originX?: import("react-native-svg").NumberProp | undefined;
|
|
28
|
+
originY?: import("react-native-svg").NumberProp | undefined;
|
|
29
|
+
scale?: import("react-native-svg").NumberArray | undefined;
|
|
30
|
+
scaleX?: import("react-native-svg").NumberProp | undefined;
|
|
31
|
+
scaleY?: import("react-native-svg").NumberProp | undefined;
|
|
32
|
+
skew?: import("react-native-svg").NumberArray | undefined;
|
|
33
|
+
skewX?: import("react-native-svg").NumberProp | undefined;
|
|
34
|
+
skewY?: import("react-native-svg").NumberProp | undefined;
|
|
35
|
+
rotation?: import("react-native-svg").NumberProp | undefined;
|
|
36
|
+
x?: import("react-native-svg").NumberArray | undefined;
|
|
37
|
+
y?: import("react-native-svg").NumberArray | undefined;
|
|
38
|
+
transform?: string | import("react-native-svg").ColumnMajorTransformMatrix | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
39
|
+
pointerEvents?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
40
|
+
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
41
|
+
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
42
|
+
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
43
|
+
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
44
|
+
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
45
|
+
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
46
|
+
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
47
|
+
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
48
|
+
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
49
|
+
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
50
|
+
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
51
|
+
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
52
|
+
disabled?: boolean | undefined;
|
|
53
|
+
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
54
|
+
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
55
|
+
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
56
|
+
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
57
|
+
delayPressIn?: number | undefined;
|
|
58
|
+
delayPressOut?: number | undefined;
|
|
59
|
+
delayLongPress?: number | undefined;
|
|
60
|
+
id?: string | undefined;
|
|
61
|
+
markerStart?: string | undefined;
|
|
62
|
+
markerMid?: string | undefined;
|
|
63
|
+
markerEnd?: string | undefined;
|
|
64
|
+
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
65
|
+
accessibilityLabel?: string | undefined;
|
|
66
|
+
accessible?: boolean | undefined;
|
|
67
|
+
testID?: string | undefined;
|
|
68
|
+
readonly width?: import("react-native-svg").NumberProp | undefined;
|
|
69
|
+
readonly height?: import("react-native-svg").NumberProp | undefined;
|
|
70
|
+
readonly viewBox?: string | undefined;
|
|
71
|
+
preserveAspectRatio?: string | undefined;
|
|
72
|
+
readonly color?: import("packages/fountain-ui/build/typescript").CommonComponentColor | undefined;
|
|
73
|
+
font?: import("react-native-svg").FontObject | undefined;
|
|
74
|
+
fontStyle?: import("react-native-svg").FontStyle | undefined;
|
|
75
|
+
fontVariant?: import("react-native-svg").FontVariant | undefined;
|
|
76
|
+
fontWeight?: import("react-native-svg").FontWeight | undefined;
|
|
77
|
+
fontStretch?: import("react-native-svg").FontStretch | undefined;
|
|
78
|
+
fontSize?: import("react-native-svg").NumberProp | undefined;
|
|
79
|
+
fontFamily?: string | undefined;
|
|
80
|
+
textAnchor?: import("react-native-svg").TextAnchor | undefined;
|
|
81
|
+
textDecoration?: import("react-native-svg").TextDecoration | undefined;
|
|
82
|
+
letterSpacing?: import("react-native-svg").NumberProp | undefined;
|
|
83
|
+
wordSpacing?: import("react-native-svg").NumberProp | undefined;
|
|
84
|
+
kerning?: import("react-native-svg").NumberProp | undefined;
|
|
85
|
+
fontFeatureSettings?: string | undefined;
|
|
86
|
+
fontVariantLigatures?: import("react-native-svg").FontVariantLigatures | undefined;
|
|
87
|
+
fontVariationSettings?: string | undefined;
|
|
88
|
+
hitSlop?: import("react-native").Insets | undefined;
|
|
89
|
+
removeClippedSubviews?: boolean | undefined;
|
|
90
|
+
nativeID?: string | undefined;
|
|
91
|
+
collapsable?: boolean | undefined;
|
|
92
|
+
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
93
|
+
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
94
|
+
focusable?: boolean | undefined;
|
|
95
|
+
shouldRasterizeIOS?: boolean | undefined;
|
|
96
|
+
isTVSelectable?: boolean | undefined;
|
|
97
|
+
hasTVPreferredFocus?: boolean | undefined;
|
|
98
|
+
tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
|
|
99
|
+
tvParallaxShiftDistanceX?: number | undefined;
|
|
100
|
+
tvParallaxShiftDistanceY?: number | undefined;
|
|
101
|
+
tvParallaxTiltAngle?: number | undefined;
|
|
102
|
+
tvParallaxMagnification?: number | undefined;
|
|
103
|
+
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
104
|
+
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
105
|
+
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
106
|
+
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
107
|
+
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
108
|
+
accessibilityActions?: readonly Readonly<{
|
|
109
|
+
name: string;
|
|
110
|
+
label?: string | undefined;
|
|
111
|
+
}>[] | undefined;
|
|
112
|
+
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
113
|
+
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
114
|
+
accessibilityHint?: string | undefined;
|
|
115
|
+
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
116
|
+
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
117
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
118
|
+
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
119
|
+
importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | undefined;
|
|
120
|
+
accessibilityElementsHidden?: boolean | undefined;
|
|
121
|
+
accessibilityLanguage?: string | undefined;
|
|
122
|
+
accessibilityViewIsModal?: boolean | undefined;
|
|
123
|
+
onAccessibilityEscape?: (() => void) | undefined;
|
|
124
|
+
onAccessibilityTap?: (() => void) | undefined;
|
|
125
|
+
onMagicTap?: (() => void) | undefined;
|
|
126
|
+
accessibilityIgnoresInvertColors?: boolean | undefined;
|
|
127
|
+
}): JSX.Element;
|
|
128
|
+
displayName: string;
|
|
129
|
+
}>;
|
|
130
|
+
export default _default;
|