UNPKG

react-native-cross-components

Version:
464 lines 32.1 kB
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>&quot;styles&quot; | Crossplatform React-Native Core</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">Crossplatform React-Native Core</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../index.html">Globals</a> </li> <li> <a href="_styles_.html">&quot;styles&quot;</a> </li> </ul> <h1>External module &quot;styles&quot;</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section "> <h3>Enumerations</h3> <ul class="tsd-index-list"> <li class="tsd-kind-enum tsd-parent-kind-external-module"><a href="../enums/_styles_.colors.html" class="tsd-kind-icon">Colors</a></li> </ul> </section> <section class="tsd-index-section "> <h3>Variables</h3> <ul class="tsd-index-list"> <li class="tsd-kind-variable tsd-parent-kind-external-module"><a href="_styles_.html#carouselstyles" class="tsd-kind-icon">Carousel<wbr>Styles</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module"><a href="_styles_.html#tabiconsize" class="tsd-kind-icon">Tab<wbr>Icon<wbr>Size</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module"><a href="_styles_.html#autocompletestyles" class="tsd-kind-icon">auto<wbr>Complete<wbr>Styles</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module"><a href="_styles_.html#slideheight" class="tsd-kind-icon">slide<wbr>Height</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module"><a href="_styles_.html#slidewidth" class="tsd-kind-icon">slide<wbr>Width</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module"><a href="_styles_.html#sliderwidth" class="tsd-kind-icon">slider<wbr>Width</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module"><a href="_styles_.html#sortablegridimagesstyles" class="tsd-kind-icon">sortable<wbr>Grid<wbr>Images<wbr>Styles</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module"><a href="_styles_.html#styles" class="tsd-kind-icon">styles</a></li> </ul> </section> <section class="tsd-index-section "> <h3>Object literals</h3> <ul class="tsd-index-list"> <li class="tsd-kind-object-literal tsd-parent-kind-external-module"><a href="_styles_.html#theme" class="tsd-kind-icon">Theme</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Variables</h2> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module"> <a name="carouselstyles" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> Carousel<wbr>Styles</h3> <div class="tsd-signature tsd-kind-icon">Carousel<wbr>Styles<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span><span class="tsd-signature-symbol"> =&nbsp;StyleSheet.create({imageContainer: {flex: 1,marginBottom: IS_IOS ? 0 : -1, // Prevent a random Android rendering issuebackgroundColor: &#x27;white&#x27;,borderTopLeftRadius: entryBorderRadius,borderTopRightRadius: entryBorderRadius,},image: {...StyleSheet.absoluteFillObject,resizeMode: &#x27;cover&#x27;,borderRadius: IS_IOS ? entryBorderRadius : 0,borderTopLeftRadius: entryBorderRadius,borderTopRightRadius: entryBorderRadius,},// image&#x27;s border radius is buggy on iOS; let&#x27;s hack it!radiusMask: {position: &#x27;absolute&#x27;,bottom: 0,left: 0,right: 0,height: entryBorderRadius,backgroundColor: &#x27;white&#x27;,},})</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/crossplatformsweden/react-native-components/blob/f6485d7/source/styles.tsx#L65">styles.tsx:65</a></li> </ul> </aside> <div class="tsd-type-declaration"> <h4>Type declaration</h4> <ul class="tsd-parameters"> </ul> </div> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module"> <a name="tabiconsize" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> Tab<wbr>Icon<wbr>Size</h3> <div class="tsd-signature tsd-kind-icon">Tab<wbr>Icon<wbr>Size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> =&nbsp;Platform.OS &#x3D;&#x3D;&#x3D; &#x27;android&#x27; ? 22 : 22</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/crossplatformsweden/react-native-components/blob/f6485d7/source/styles.tsx#L23">styles.tsx:23</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Size if icons in tab bars</p> </div> <dl class="tsd-comment-tags"> <dt>type</dt> <dd><p>int</p> </dd> </dl> </div> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module"> <a name="autocompletestyles" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> auto<wbr>Complete<wbr>Styles</h3> <div class="tsd-signature tsd-kind-icon">auto<wbr>Complete<wbr>Styles<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span><span class="tsd-signature-symbol"> =&nbsp;StyleSheet.create({// container: {// backgroundColor: &#x27;#ffffff&#x27;,// },padding: { padding: 20 },listView: {backgroundColor: &#x27;#ffffff&#x27;,},textInputContainer: {borderBottomWidth: 0,borderTopWidth: 0,},textInput: {color: &#x27;#00539b&#x27;,fontSize: 16,},description: {fontWeight: &#x27;bold&#x27;,},predefinedPlacesDescription: {color: &#x27;#fede00&#x27;,},})</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/crossplatformsweden/react-native-components/blob/f6485d7/source/styles.tsx#L325">styles.tsx:325</a></li> </ul> </aside> <div class="tsd-type-declaration"> <h4>Type declaration</h4> <ul class="tsd-parameters"> </ul> </div> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module"> <a name="slideheight" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> slide<wbr>Height</h3> <div class="tsd-signature tsd-kind-icon">slide<wbr>Height<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> =&nbsp;viewportHeight * 0.15</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/crossplatformsweden/react-native-components/blob/f6485d7/source/styles.tsx#L35">styles.tsx:35</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module"> <a name="slidewidth" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> slide<wbr>Width</h3> <div class="tsd-signature tsd-kind-icon">slide<wbr>Width<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> =&nbsp;itemWidth + itemHorizontalMargin * 2</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/crossplatformsweden/react-native-components/blob/f6485d7/source/styles.tsx#L40">styles.tsx:40</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module"> <a name="sliderwidth" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> slider<wbr>Width</h3> <div class="tsd-signature tsd-kind-icon">slider<wbr>Width<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> =&nbsp;viewportWidth</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/crossplatformsweden/react-native-components/blob/f6485d7/source/styles.tsx#L39">styles.tsx:39</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module"> <a name="sortablegridimagesstyles" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> sortable<wbr>Grid<wbr>Images<wbr>Styles</h3> <div class="tsd-signature tsd-kind-icon">sortable<wbr>Grid<wbr>Images<wbr>Styles<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span><span class="tsd-signature-symbol"> =&nbsp;StyleSheet.create({block: {flex: 1,margin: 8.5,borderRadius: 10,justifyContent: &#x27;center&#x27;,alignItems: &#x27;center&#x27;,},contentContainer: {flex: 9,},buttonView: {justifyContent: &#x27;space-between&#x27;,flexDirection: &#x27;row&#x27;,marginHorizontal: 15,},button: {width: 150,height: 50,alignItems: &#x27;center&#x27;,justifyContent: &#x27;center&#x27;,},imageButton: {flexDirection: &#x27;row&#x27;,},button1: {backgroundColor: &#x27;#257FE6&#x27;,},button2: {backgroundColor: &#x27;#37AB33&#x27;,},buttonText: {color: &#x27;#fff&#x27;,},bottom: {width: screenWidth,alignSelf: &#x27;center&#x27;,flex: 1,},cam: {width: 16,height: 16,resizeMode: &#x27;contain&#x27;,marginRight: 2,},})</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/crossplatformsweden/react-native-components/blob/f6485d7/source/styles.tsx#L349">styles.tsx:349</a></li> </ul> </aside> <div class="tsd-type-declaration"> <h4>Type declaration</h4> <ul class="tsd-parameters"> </ul> </div> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module"> <a name="styles" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> styles</h3> <div class="tsd-signature tsd-kind-icon">styles<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span><span class="tsd-signature-symbol"> =&nbsp;StyleSheet.create({container: {flex: 1,justifyContent: &#x27;space-between&#x27;,},surface: {padding: 8,height: 80,width: 80,alignItems: &#x27;center&#x27;,justifyContent: &#x27;center&#x27;,elevation: 4,},buttonList: {flex: 1,flexDirection: &#x27;row&#x27;,justifyContent: &#x27;space-evenly&#x27;,alignItems: &#x27;flex-start&#x27;,},listButton: {height: 40,flex: 1,},listItem: {margin: 0,padding: 0,},button: {marginRight: 10,height: 45,},paddingDefault: {paddingTop: 20,paddingLeft: 10,paddingRight: 10,},label: {color: &#x27;gray&#x27;,fontSize: 14,},link: {color: &#x27;blue&#x27;,fontWeight: &#x27;bold&#x27;,},tabIcon: {// Icons in tab bar won&#x27;t show without explicit width / heightwidth: 25,height: TabIconSize,color: &#x27;white&#x27;,},absoluteCentered: {position: &#x27;absolute&#x27;,top: 0,left: 0,right: 0,bottom: 0,alignItems: &#x27;center&#x27;,justifyContent: &#x27;center&#x27;,},absoluteTop: {position: &#x27;absolute&#x27;,top: 0,left: 0,right: 0,alignItems: &#x27;center&#x27;,justifyContent: &#x27;flex-start&#x27;,},absoluteTopRight: {position: &#x27;absolute&#x27;,top: 0,left: 0,right: 0,alignItems: &#x27;flex-end&#x27;,justifyContent: &#x27;flex-start&#x27;,},absoluteTopLeft: {position: &#x27;absolute&#x27;,top: 0,left: 0,right: 0,alignItems: &#x27;flex-start&#x27;,justifyContent: &#x27;flex-start&#x27;,},absoluteBottom: {position: &#x27;absolute&#x27;,left: 0,right: 0,bottom: 0,alignItems: &#x27;center&#x27;,justifyContent: &#x27;flex-end&#x27;,},absoluteBottomRight: {position: &#x27;absolute&#x27;,left: 0,right: 0,bottom: 0,alignItems: &#x27;flex-end&#x27;,justifyContent: &#x27;flex-end&#x27;,},absoluteBottomLeft: {position: &#x27;absolute&#x27;,left: 0,right: 0,bottom: 0,alignItems: &#x27;flex-start&#x27;,justifyContent: &#x27;flex-end&#x27;,},centerVerticalAndHorizontal: {alignItems: &#x27;center&#x27;,justifyContent: &#x27;center&#x27;,},alignCenterJustifyStart: {alignItems: &#x27;center&#x27;,justifyContent: &#x27;flex-start&#x27;,},alignStartJustifyStart: {alignItems: &#x27;flex-start&#x27;,justifyContent: &#x27;flex-start&#x27;,},alignEndJustifyStart: {alignItems: &#x27;flex-end&#x27;,justifyContent: &#x27;flex-start&#x27;,},tabBar: {backgroundColor: Colors.CrossLightBlue,},tabBarTitle: {alignSelf: &#x27;center&#x27;,},tabBarLabel: {fontSize: 9,},rowContentTopCenter: {flex: 1,flexDirection: &#x27;row&#x27;,justifyContent: &#x27;center&#x27;,alignItems: &#x27;flex-start&#x27;,},rowContentTopLeft: {flex: 1,flexDirection: &#x27;row&#x27;,justifyContent: &#x27;flex-start&#x27;,alignItems: &#x27;flex-start&#x27;,},rowContentTopRight: {flex: 1,flexDirection: &#x27;row&#x27;,justifyContent: &#x27;flex-end&#x27;,alignItems: &#x27;flex-start&#x27;,},rowContentCenterLeft: {flex: 1,flexDirection: &#x27;row&#x27;,justifyContent: &#x27;flex-start&#x27;,alignItems: &#x27;flex-start&#x27;,},rowContentBottomCenter: {flex: 1,flexDirection: &#x27;row&#x27;,justifyContent: &#x27;center&#x27;,alignItems: &#x27;flex-end&#x27;,},columnContentTopCenter: {flex: 1,flexDirection: &#x27;column&#x27;,justifyContent: &#x27;flex-start&#x27;,alignItems: &#x27;center&#x27;,},columnContentTopLeft: {flex: 1,flexDirection: &#x27;column&#x27;,justifyContent: &#x27;flex-start&#x27;,alignItems: &#x27;flex-start&#x27;,},columnContentTopRight: {flex: 1,flexDirection: &#x27;column&#x27;,justifyContent: &#x27;flex-start&#x27;,alignItems: &#x27;flex-end&#x27;,},columnContentCenterRight: {flex: 1,flexDirection: &#x27;column&#x27;,justifyContent: &#x27;center&#x27;,alignItems: &#x27;flex-end&#x27;,},columnContentCenterLeft: {flex: 1,flexDirection: &#x27;column&#x27;,justifyContent: &#x27;center&#x27;,alignItems: &#x27;flex-start&#x27;,},backgroundWhite: {backgroundColor: &#x27;#ffffff&#x27;,},overlay: {backgroundColor: &#x27;rgba(254, 222, 0, 0.3)&#x27;,position: &#x27;absolute&#x27;,left: 0,top: 0,bottom: 0,right: 0,},spinner: {width: 50,height: 50,flex: 1,flexDirection: &#x27;row&#x27;,justifyContent: &#x27;center&#x27;,alignItems: &#x27;flex-end&#x27;,opacity: 1,},textCenter: {textAlign: &#x27;center&#x27;,},textSpinner: {fontSize: 20,color: Colors.CrossLightBlue,textAlign: &#x27;center&#x27;,fontWeight: &#x27;normal&#x27;,marginTop: 5,opacity: 1,},modal: {margin: 30,flex: 1,padding: 0,marginTop: 200,},})</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/crossplatformsweden/react-native-components/blob/f6485d7/source/styles.tsx#L94">styles.tsx:94</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Main theme for the app</p> </div> </div> <div class="tsd-type-declaration"> <h4>Type declaration</h4> <ul class="tsd-parameters"> </ul> </div> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Object literals</h2> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-external-module"> <a name="theme" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> Theme</h3> <div class="tsd-signature tsd-kind-icon">Theme<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/crossplatformsweden/react-native-components/blob/f6485d7/source/styles.tsx#L49">styles.tsx:49</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Theme appiled to React-Native-Paper</p> </div> <p><a href="https://callstack.github.io/react-native-paper/theming.html">https://callstack.github.io/react-native-paper/theming.html</a></p> </div> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="theme.dark" class="tsd-anchor"></a> <h3>dark</h3> <div class="tsd-signature tsd-kind-icon">dark<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> =&nbsp;false</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/crossplatformsweden/react-native-components/blob/f6485d7/source/styles.tsx#L52">styles.tsx:52</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="theme.roundness" class="tsd-anchor"></a> <h3>roundness</h3> <div class="tsd-signature tsd-kind-icon">roundness<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> =&nbsp;4</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/crossplatformsweden/react-native-components/blob/f6485d7/source/styles.tsx#L51">styles.tsx:51</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="theme.colors-1" class="tsd-anchor"></a> <h3>colors</h3> <div class="tsd-signature tsd-kind-icon">colors<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/crossplatformsweden/react-native-components/blob/f6485d7/source/styles.tsx#L53">styles.tsx:53</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="theme.colors-1.accent" class="tsd-anchor"></a> <h3>accent</h3> <div class="tsd-signature tsd-kind-icon">accent<span class="tsd-signature-symbol">:</span> <a href="../enums/_styles_.colors.html" class="tsd-signature-type">Colors</a><span class="tsd-signature-symbol"> =&nbsp;Colors.CrossYellow</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/crossplatformsweden/react-native-components/blob/f6485d7/source/styles.tsx#L56">styles.tsx:56</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="theme.colors-1.backdrop" class="tsd-anchor"></a> <h3>backdrop</h3> <div class="tsd-signature tsd-kind-icon">backdrop<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;white&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/crossplatformsweden/react-native-components/blob/f6485d7/source/styles.tsx#L59">styles.tsx:59</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="theme.colors-1.background" class="tsd-anchor"></a> <h3>background</h3> <div class="tsd-signature tsd-kind-icon">background<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;white&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/crossplatformsweden/react-native-components/blob/f6485d7/source/styles.tsx#L57">styles.tsx:57</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="theme.colors-1.disabled" class="tsd-anchor"></a> <h3>disabled</h3> <div class="tsd-signature tsd-kind-icon">disabled<span class="tsd-signature-symbol">:</span> <a href="../enums/_styles_.colors.html" class="tsd-signature-type">Colors</a><span class="tsd-signature-symbol"> =&nbsp;Colors.CrossDarkBlue</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/crossplatformsweden/react-native-components/blob/f6485d7/source/styles.tsx#L60">styles.tsx:60</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="theme.colors-1.placeholder" class="tsd-anchor"></a> <h3>placeholder</h3> <div class="tsd-signature tsd-kind-icon">placeholder<span class="tsd-signature-symbol">:</span> <a href="../enums/_styles_.colors.html" class="tsd-signature-type">Colors</a><span class="tsd-signature-symbol"> =&nbsp;Colors.CrossDarkBlue</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/crossplatformsweden/react-native-components/blob/f6485d7/source/styles.tsx#L58">styles.tsx:58</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="theme.colors-1.primary" class="tsd-anchor"></a> <h3>primary</h3> <div class="tsd-signature tsd-kind-icon">primary<span class="tsd-signature-symbol">:</span> <a href="../enums/_styles_.colors.html" class="tsd-signature-type">Colors</a><span class="tsd-signature-symbol"> =&nbsp;Colors.CrossLightBlue</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/crossplatformsweden/react-native-components/blob/f6485d7/source/styles.tsx#L55">styles.tsx:55</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="theme.colors-1.text" class="tsd-anchor"></a> <h3>text</h3> <div class="tsd-signature tsd-kind-icon">text<span class="tsd-signature-symbol">:</span> <a href="../enums/_styles_.colors.html" class="tsd-signature-type">Colors</a><span class="tsd-signature-symbol"> =&nbsp;Colors.CrossBlack</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/crossplatformsweden/react-native-components/blob/f6485d7/source/styles.tsx#L61">styles.tsx:61</a></li> </ul> </aside> </section> </section> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../index.html"><em>Globals</em></a> </li> <li class=" tsd-kind-external-module"> <a href="_components_animations_crossspinner_.html">"components/animations/<wbr>Cross<wbr>Spinner"</a> </li> <li class=" tsd-kind-external-module"> <a href="_components_buttons_crossbutton_.html">"components/buttons/<wbr>Cross<wbr>Button"</a> </li> <li class=" tsd-kind-external-module"> <a href="_components_input_crosseditor_.html">"components/input/<wbr>Cross<wbr>Editor"</a> </li> <li class=" tsd-kind-external-module"> <a href="_components_labels_crosslabel_.html">"components/labels/<wbr>Cross<wbr>Label"</a> </li> <li class=" tsd-kind-external-module"> <a href="_components_modals_crossbusyindicator_.html">"components/modals/<wbr>Cross<wbr>Busy<wbr>Indicator"</a> </li> <li class=" tsd-kind-external-module"> <a href="_index_.html">"index"</a> </li> <li class="current tsd-kind-external-module"> <a href="_styles_.html">"styles"</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-enum tsd-parent-kind-external-module"> <a href="../enums/_styles_.colors.html" class="tsd-kind-icon">Colors</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="_styles_.html#carouselstyles" class="tsd-kind-icon">Carousel<wbr>Styles</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="_styles_.html#tabiconsize" class="tsd-kind-icon">Tab<wbr>Icon<wbr>Size</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="_styles_.html#autocompletestyles" class="tsd-kind-icon">auto<wbr>Complete<wbr>Styles</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="_styles_.html#slideheight" class="tsd-kind-icon">slide<wbr>Height</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="_styles_.html#slidewidth" class="tsd-kind-icon">slide<wbr>Width</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="_styles_.html#sliderwidth" class="tsd-kind-icon">slider<wbr>Width</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="_styles_.html#sortablegridimagesstyles" class="tsd-kind-icon">sortable<wbr>Grid<wbr>Images<wbr>Styles</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="_styles_.html#styles" class="tsd-kind-icon">styles</a> </li> <li class=" tsd-kind-object-literal tsd-parent-kind-external-module"> <a href="_styles_.html#theme" class="tsd-kind-icon">Theme</a> </li> </ul> </nav> </div> </div> </div> <footer> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>