react-native-cross-components
Version:
Beautiful React-Native components using RN Paper by Callstack
464 lines • 32.1 kB
HTML
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>"styles" | 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">"styles"</a>
</li>
</ul>
<h1>External module "styles"</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"> = StyleSheet.create({imageContainer: {flex: 1,marginBottom: IS_IOS ? 0 : -1, // Prevent a random Android rendering issuebackgroundColor: 'white',borderTopLeftRadius: entryBorderRadius,borderTopRightRadius: entryBorderRadius,},image: {...StyleSheet.absoluteFillObject,resizeMode: 'cover',borderRadius: IS_IOS ? entryBorderRadius : 0,borderTopLeftRadius: entryBorderRadius,borderTopRightRadius: entryBorderRadius,},// image's border radius is buggy on iOS; let's hack it!radiusMask: {position: 'absolute',bottom: 0,left: 0,right: 0,height: entryBorderRadius,backgroundColor: 'white',},})</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"> = Platform.OS === 'android' ? 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"> = StyleSheet.create({// container: {// backgroundColor: '#ffffff',// },padding: { padding: 20 },listView: {backgroundColor: '#ffffff',},textInputContainer: {borderBottomWidth: 0,borderTopWidth: 0,},textInput: {color: '#00539b',fontSize: 16,},description: {fontWeight: 'bold',},predefinedPlacesDescription: {color: '#fede00',},})</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"> = 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"> = 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"> = 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"> = StyleSheet.create({block: {flex: 1,margin: 8.5,borderRadius: 10,justifyContent: 'center',alignItems: 'center',},contentContainer: {flex: 9,},buttonView: {justifyContent: 'space-between',flexDirection: 'row',marginHorizontal: 15,},button: {width: 150,height: 50,alignItems: 'center',justifyContent: 'center',},imageButton: {flexDirection: 'row',},button1: {backgroundColor: '#257FE6',},button2: {backgroundColor: '#37AB33',},buttonText: {color: '#fff',},bottom: {width: screenWidth,alignSelf: 'center',flex: 1,},cam: {width: 16,height: 16,resizeMode: 'contain',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"> = StyleSheet.create({container: {flex: 1,justifyContent: 'space-between',},surface: {padding: 8,height: 80,width: 80,alignItems: 'center',justifyContent: 'center',elevation: 4,},buttonList: {flex: 1,flexDirection: 'row',justifyContent: 'space-evenly',alignItems: 'flex-start',},listButton: {height: 40,flex: 1,},listItem: {margin: 0,padding: 0,},button: {marginRight: 10,height: 45,},paddingDefault: {paddingTop: 20,paddingLeft: 10,paddingRight: 10,},label: {color: 'gray',fontSize: 14,},link: {color: 'blue',fontWeight: 'bold',},tabIcon: {// Icons in tab bar won't show without explicit width / heightwidth: 25,height: TabIconSize,color: 'white',},absoluteCentered: {position: 'absolute',top: 0,left: 0,right: 0,bottom: 0,alignItems: 'center',justifyContent: 'center',},absoluteTop: {position: 'absolute',top: 0,left: 0,right: 0,alignItems: 'center',justifyContent: 'flex-start',},absoluteTopRight: {position: 'absolute',top: 0,left: 0,right: 0,alignItems: 'flex-end',justifyContent: 'flex-start',},absoluteTopLeft: {position: 'absolute',top: 0,left: 0,right: 0,alignItems: 'flex-start',justifyContent: 'flex-start',},absoluteBottom: {position: 'absolute',left: 0,right: 0,bottom: 0,alignItems: 'center',justifyContent: 'flex-end',},absoluteBottomRight: {position: 'absolute',left: 0,right: 0,bottom: 0,alignItems: 'flex-end',justifyContent: 'flex-end',},absoluteBottomLeft: {position: 'absolute',left: 0,right: 0,bottom: 0,alignItems: 'flex-start',justifyContent: 'flex-end',},centerVerticalAndHorizontal: {alignItems: 'center',justifyContent: 'center',},alignCenterJustifyStart: {alignItems: 'center',justifyContent: 'flex-start',},alignStartJustifyStart: {alignItems: 'flex-start',justifyContent: 'flex-start',},alignEndJustifyStart: {alignItems: 'flex-end',justifyContent: 'flex-start',},tabBar: {backgroundColor: Colors.CrossLightBlue,},tabBarTitle: {alignSelf: 'center',},tabBarLabel: {fontSize: 9,},rowContentTopCenter: {flex: 1,flexDirection: 'row',justifyContent: 'center',alignItems: 'flex-start',},rowContentTopLeft: {flex: 1,flexDirection: 'row',justifyContent: 'flex-start',alignItems: 'flex-start',},rowContentTopRight: {flex: 1,flexDirection: 'row',justifyContent: 'flex-end',alignItems: 'flex-start',},rowContentCenterLeft: {flex: 1,flexDirection: 'row',justifyContent: 'flex-start',alignItems: 'flex-start',},rowContentBottomCenter: {flex: 1,flexDirection: 'row',justifyContent: 'center',alignItems: 'flex-end',},columnContentTopCenter: {flex: 1,flexDirection: 'column',justifyContent: 'flex-start',alignItems: 'center',},columnContentTopLeft: {flex: 1,flexDirection: 'column',justifyContent: 'flex-start',alignItems: 'flex-start',},columnContentTopRight: {flex: 1,flexDirection: 'column',justifyContent: 'flex-start',alignItems: 'flex-end',},columnContentCenterRight: {flex: 1,flexDirection: 'column',justifyContent: 'center',alignItems: 'flex-end',},columnContentCenterLeft: {flex: 1,flexDirection: 'column',justifyContent: 'center',alignItems: 'flex-start',},backgroundWhite: {backgroundColor: '#ffffff',},overlay: {backgroundColor: 'rgba(254, 222, 0, 0.3)',position: 'absolute',left: 0,top: 0,bottom: 0,right: 0,},spinner: {width: 50,height: 50,flex: 1,flexDirection: 'row',justifyContent: 'center',alignItems: 'flex-end',opacity: 1,},textCenter: {textAlign: 'center',},textSpinner: {fontSize: 20,color: Colors.CrossLightBlue,textAlign: 'center',fontWeight: 'normal',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"> = 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"> = 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"> = 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"> = "white"</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"> = "white"</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"> = 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"> = 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"> = 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"> = 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>