etendo-ui-library 1.3.21 → 1.3.23
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/dist-native/assets/images/icons/MaximizeIcon.d.ts +7 -0
- package/dist-native/assets/images/icons/MaximizeIcon.js +1 -0
- package/dist-native/assets/images/icons/index.d.ts +2 -1
- package/dist-native/assets/images/icons/index.js +1 -1
- package/dist-native/components/button/Button.js +1 -1
- package/dist-native/components/modal/Modal.d.ts +4 -0
- package/dist-native/components/modal/Modal.js +1 -0
- package/dist-native/components/modal/Modal.styles.d.ts +28 -0
- package/dist-native/components/modal/Modal.styles.js +1 -0
- package/dist-native/components/modal/Modal.types.d.ts +17 -0
- package/dist-native/components/modal/Modal.types.js +1 -0
- package/dist-native/components/modal/components/maximizedView/MaximizedView.d.ts +4 -0
- package/dist-native/components/modal/components/maximizedView/MaximizedView.js +1 -0
- package/dist-native/components/modal/components/maximizedView/MaximizedView.styles.d.ts +34 -0
- package/dist-native/components/modal/components/maximizedView/MaximizedView.styles.js +1 -0
- package/dist-native/components/modal/components/maximizedView/MaximizedView.types.d.ts +9 -0
- package/dist-native/components/modal/components/maximizedView/MaximizedView.types.js +1 -0
- package/dist-native/components/modal/components/minimizedView/MinimizedView.d.ts +4 -0
- package/dist-native/components/modal/components/minimizedView/MinimizedView.js +1 -0
- package/dist-native/components/modal/components/minimizedView/MinimizedView.styles.d.ts +51 -0
- package/dist-native/components/modal/components/minimizedView/MinimizedView.styles.js +1 -0
- package/dist-native/components/modal/components/minimizedView/MinimizedView.types.d.ts +8 -0
- package/dist-native/components/modal/components/minimizedView/MinimizedView.types.js +1 -0
- package/dist-native/components/modal/index.d.ts +2 -0
- package/dist-native/components/modal/index.js +1 -0
- package/dist-web/assets/images/icons/MaximizeIcon.d.ts +7 -0
- package/dist-web/assets/images/icons/MaximizeIcon.js +23 -0
- package/dist-web/assets/images/icons/index.d.ts +2 -1
- package/dist-web/assets/images/icons/index.js +2 -1
- package/dist-web/components/button/Button.js +6 -4
- package/dist-web/components/button/Button.styles.js +2 -2
- package/dist-web/components/containers/layout/Layout.style.js +2 -2
- package/dist-web/components/input/Input.style.js +2 -2
- package/dist-web/components/modal/Modal.d.ts +4 -0
- package/dist-web/components/modal/Modal.js +81 -0
- package/dist-web/components/modal/Modal.styles.d.ts +28 -0
- package/dist-web/components/modal/Modal.styles.js +31 -0
- package/dist-web/components/modal/Modal.types.d.ts +17 -0
- package/dist-web/components/modal/Modal.types.js +1 -0
- package/dist-web/components/modal/components/maximizedView/MaximizedView.d.ts +4 -0
- package/dist-web/components/modal/components/maximizedView/MaximizedView.js +49 -0
- package/dist-web/components/modal/components/maximizedView/MaximizedView.styles.d.ts +34 -0
- package/dist-web/components/modal/components/maximizedView/MaximizedView.styles.js +27 -0
- package/dist-web/components/modal/components/maximizedView/MaximizedView.types.d.ts +9 -0
- package/dist-web/components/modal/components/maximizedView/MaximizedView.types.js +1 -0
- package/dist-web/components/modal/components/minimizedView/MinimizedView.d.ts +4 -0
- package/dist-web/components/modal/components/minimizedView/MinimizedView.js +44 -0
- package/dist-web/components/modal/components/minimizedView/MinimizedView.styles.d.ts +51 -0
- package/dist-web/components/modal/components/minimizedView/MinimizedView.styles.js +54 -0
- package/dist-web/components/modal/components/minimizedView/MinimizedView.types.d.ts +8 -0
- package/dist-web/components/modal/components/minimizedView/MinimizedView.types.js +1 -0
- package/dist-web/components/modal/index.d.ts +2 -0
- package/dist-web/components/modal/index.js +2 -0
- package/dist-web/components/navbar/components/DrawerLateral/DrawerLateralSubMenu.js +2 -2
- package/dist-web/components/tab/Tab.js +2 -2
- package/dist-web/components/tab/Tab.styles.js +2 -2
- package/dist-web/components/viewEtendo/ViewEtendo.js +2 -2
- package/package.json +1 -1
- package/dist-native/components/docs/screens/changelog/ChangeLogScreen.d.ts +0 -3
- package/dist-native/components/docs/screens/changelog/ChangeLogScreen.js +0 -1
- package/dist-native/components/docs/screens/changelog/ChangeLogScreen.style.d.ts +0 -27
- package/dist-native/components/docs/screens/changelog/ChangeLogScreen.style.js +0 -1
- package/dist-native/components/docs/screens/getStarted/GetStartedScreen.d.ts +0 -3
- package/dist-native/components/docs/screens/getStarted/GetStartedScreen.js +0 -1
- package/dist-native/components/docs/screens/getStarted/GetStartedScreen.style.d.ts +0 -67
- package/dist-native/components/docs/screens/getStarted/GetStartedScreen.style.js +0 -1
- package/dist-web/components/docs/screens/changelog/ChangeLogScreen.d.ts +0 -3
- package/dist-web/components/docs/screens/changelog/ChangeLogScreen.js +0 -32
- package/dist-web/components/docs/screens/changelog/ChangeLogScreen.style.d.ts +0 -27
- package/dist-web/components/docs/screens/changelog/ChangeLogScreen.style.js +0 -29
- package/dist-web/components/docs/screens/getStarted/GetStartedScreen.d.ts +0 -3
- package/dist-web/components/docs/screens/getStarted/GetStartedScreen.js +0 -148
- package/dist-web/components/docs/screens/getStarted/GetStartedScreen.style.d.ts +0 -67
- package/dist-web/components/docs/screens/getStarted/GetStartedScreen.style.js +0 -69
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { Text, View } from "react-native-web";
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { styles } from "./ChangeLogScreen.style";
|
|
4
|
-
import addMarginContainer from "../../../../helpers/addMargin";
|
|
5
|
-
var ChangeLogScreen = function ChangeLogScreen() {
|
|
6
|
-
return /*#__PURE__*/React.createElement(View, {
|
|
7
|
-
style: addMarginContainer()
|
|
8
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
9
|
-
style: styles.title
|
|
10
|
-
}, "Change Log"), /*#__PURE__*/React.createElement(Text, {
|
|
11
|
-
style: styles.version
|
|
12
|
-
}, "1.1.0"), /*#__PURE__*/React.createElement(Text, {
|
|
13
|
-
style: styles.feature
|
|
14
|
-
}, "Features"), /*#__PURE__*/React.createElement(Text, {
|
|
15
|
-
style: styles.items
|
|
16
|
-
}, "\u25CF Add Button component."), /*#__PURE__*/React.createElement(Text, {
|
|
17
|
-
style: styles.items
|
|
18
|
-
}, "\u25CF Add CardDropdown component."), /*#__PURE__*/React.createElement(Text, {
|
|
19
|
-
style: styles.items
|
|
20
|
-
}, "\u25CF Add Input component."), /*#__PURE__*/React.createElement(Text, {
|
|
21
|
-
style: styles.items
|
|
22
|
-
}, "\u25CF Add Navbar component."), /*#__PURE__*/React.createElement(Text, {
|
|
23
|
-
style: styles.items
|
|
24
|
-
}, "\u25CF Add Pagination component."), /*#__PURE__*/React.createElement(Text, {
|
|
25
|
-
style: styles.items
|
|
26
|
-
}, "\u25CF Add Statusbar component."), /*#__PURE__*/React.createElement(Text, {
|
|
27
|
-
style: styles.items
|
|
28
|
-
}, "\u25CF Add Tab component."), /*#__PURE__*/React.createElement(Text, {
|
|
29
|
-
style: styles.items
|
|
30
|
-
}, "\u25CF Add Table component."));
|
|
31
|
-
};
|
|
32
|
-
export default ChangeLogScreen;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
export declare const styles: {
|
|
2
|
-
title: {
|
|
3
|
-
fontSize: number;
|
|
4
|
-
fontWeight: "600";
|
|
5
|
-
color: string;
|
|
6
|
-
};
|
|
7
|
-
version: {
|
|
8
|
-
fontSize: number;
|
|
9
|
-
fontWeight: "600";
|
|
10
|
-
marginBottom: number;
|
|
11
|
-
color: string;
|
|
12
|
-
borderBottomWidth: number;
|
|
13
|
-
borderColor: string;
|
|
14
|
-
};
|
|
15
|
-
feature: {
|
|
16
|
-
fontSize: number;
|
|
17
|
-
fontWeight: "600";
|
|
18
|
-
color: string;
|
|
19
|
-
marginBottom: number;
|
|
20
|
-
};
|
|
21
|
-
items: {
|
|
22
|
-
color: string;
|
|
23
|
-
fontSize: number;
|
|
24
|
-
marginLeft: number;
|
|
25
|
-
marginBottom: number;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { StyleSheet } from "react-native-web";
|
|
2
|
-
import { NEUTRAL_10, NEUTRAL_100 } from "../../../../styles/colors";
|
|
3
|
-
export var styles = StyleSheet.create({
|
|
4
|
-
title: {
|
|
5
|
-
fontSize: 30,
|
|
6
|
-
fontWeight: '600',
|
|
7
|
-
color: NEUTRAL_100
|
|
8
|
-
},
|
|
9
|
-
version: {
|
|
10
|
-
fontSize: 30,
|
|
11
|
-
fontWeight: '600',
|
|
12
|
-
marginBottom: 10,
|
|
13
|
-
color: NEUTRAL_100,
|
|
14
|
-
borderBottomWidth: 1,
|
|
15
|
-
borderColor: NEUTRAL_10
|
|
16
|
-
},
|
|
17
|
-
feature: {
|
|
18
|
-
fontSize: 18,
|
|
19
|
-
fontWeight: '600',
|
|
20
|
-
color: NEUTRAL_100,
|
|
21
|
-
marginBottom: 10
|
|
22
|
-
},
|
|
23
|
-
items: {
|
|
24
|
-
color: NEUTRAL_100,
|
|
25
|
-
fontSize: 15,
|
|
26
|
-
marginLeft: 20,
|
|
27
|
-
marginBottom: 10
|
|
28
|
-
}
|
|
29
|
-
});
|
|
@@ -1,148 +0,0 @@
|
|
|
1
|
-
import { View, TouchableOpacity, Text } from "react-native-web";
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import Clipboard from '@react-native-clipboard/clipboard';
|
|
4
|
-
import { styles } from "./GetStartedScreen.style";
|
|
5
|
-
import addMarginContainer from "../../../../helpers/addMargin";
|
|
6
|
-
var GetStartedScreen = function GetStartedScreen() {
|
|
7
|
-
// Copies the yarn command to the clipboard
|
|
8
|
-
var copyToClipboardYarn = function copyToClipboardYarn() {
|
|
9
|
-
Clipboard.setString('yarn add etendo-ui-library');
|
|
10
|
-
};
|
|
11
|
-
// Copies the npm command to the clipboard
|
|
12
|
-
var copyToClipboardNpm = function copyToClipboardNpm() {
|
|
13
|
-
Clipboard.setString('npm install etendo-ui-library');
|
|
14
|
-
};
|
|
15
|
-
return /*#__PURE__*/React.createElement(View, {
|
|
16
|
-
style: addMarginContainer()
|
|
17
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
18
|
-
style: styles.title
|
|
19
|
-
}, "Etendo UI"), /*#__PURE__*/React.createElement(Text, {
|
|
20
|
-
style: styles.title
|
|
21
|
-
}), /*#__PURE__*/React.createElement(Text, {
|
|
22
|
-
style: styles.description
|
|
23
|
-
}, "Etendo UI Library is a versatile and easy-to-use collection of user interface components, specifically designed for React Native projects and compiled for web using react-native-web. This library aims to simplify the development process and enhance user experience by providing a consistent and visually appealing set of UI components. These components are built with performance and customization in mind, ensuring your project stands out with a Etendo unique appearance."), /*#__PURE__*/React.createElement(Text, {
|
|
24
|
-
style: styles.subTitle
|
|
25
|
-
}, "Installation"), /*#__PURE__*/React.createElement(View, {
|
|
26
|
-
style: styles.clipboardContainer
|
|
27
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
28
|
-
style: styles.clipboardTitle
|
|
29
|
-
}, "NPM"), /*#__PURE__*/React.createElement(View, {
|
|
30
|
-
style: styles.clipboardContent
|
|
31
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
32
|
-
style: styles.clipboardText
|
|
33
|
-
}, "$ npm install etendo-ui-library"), /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
34
|
-
style: styles.clipboardCopyContainer,
|
|
35
|
-
onPress: copyToClipboardNpm
|
|
36
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
37
|
-
style: styles.clipboardCopyText
|
|
38
|
-
}, "Copy")))), /*#__PURE__*/React.createElement(Text, {
|
|
39
|
-
style: styles.descriptionInstall
|
|
40
|
-
}, "Or"), /*#__PURE__*/React.createElement(View, {
|
|
41
|
-
style: styles.clipboardContainer
|
|
42
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
43
|
-
style: styles.clipboardTitle
|
|
44
|
-
}, "Yarn"), /*#__PURE__*/React.createElement(View, {
|
|
45
|
-
style: styles.clipboardContent
|
|
46
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
47
|
-
style: styles.clipboardText
|
|
48
|
-
}, "$ yarn add etendo-ui-library"), /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
49
|
-
style: [styles.clipboardCopyContainer],
|
|
50
|
-
onPress: copyToClipboardYarn
|
|
51
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
52
|
-
style: styles.clipboardCopyText
|
|
53
|
-
}, "Copy"))), /*#__PURE__*/React.createElement(Text, {
|
|
54
|
-
style: styles.titleSetup
|
|
55
|
-
}, "Android Project Setup"), /*#__PURE__*/React.createElement(Text, {
|
|
56
|
-
style: styles.descriptionInstall
|
|
57
|
-
}, "When creating a new React Native project the following must be added in the metro.config.js file:"), /*#__PURE__*/React.createElement(View, {
|
|
58
|
-
style: styles.clipboardContent
|
|
59
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
60
|
-
style: styles.clipboardText
|
|
61
|
-
}, "const {getDefaultConfig} = require('metro-config');\n\n module.exports = (async () => {\n const {\n resolver: {sourceExts, assetExts},\n } = await getDefaultConfig();\n return {\n transformer: {\n getTransformOptions: async () => ({\n transform: {\n experimentalImportSupport: false,\n inlineRequires: true,\n },\n }),\n babelTransformerPath: require.resolve('react-native-svg-transformer'),\n },\n resolver: {\n assetExts: assetExts.filter(ext => ext !== 'svg'),\n sourceExts: [...sourceExts, 'svg'],\n },\n };\n })();"), /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
62
|
-
style: styles.clipboardCopyContainer,
|
|
63
|
-
onPress: copyToClipboardYarn
|
|
64
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
65
|
-
style: styles.clipboardCopyText
|
|
66
|
-
}, "Copy"))), /*#__PURE__*/React.createElement(Text, {
|
|
67
|
-
style: styles.descriptionInstall
|
|
68
|
-
}, "And the version of react native should be: ", /*#__PURE__*/React.createElement("b", null, "\"0.68.1\""), " ", /*#__PURE__*/React.createElement("br", null), ' ', /*#__PURE__*/React.createElement("br", null), "Using the next command:"), /*#__PURE__*/React.createElement(View, {
|
|
69
|
-
style: styles.clipboardContent
|
|
70
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
71
|
-
style: styles.clipboardText
|
|
72
|
-
}, ' ', "npx react-native init appName --version 0.68.1"), /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
73
|
-
style: styles.clipboardCopyContainer,
|
|
74
|
-
onPress: copyToClipboardYarn
|
|
75
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
76
|
-
style: styles.clipboardCopyText
|
|
77
|
-
}, "Copy"))), /*#__PURE__*/React.createElement(Text, {
|
|
78
|
-
style: styles.descriptionInstall
|
|
79
|
-
}, "and install the next dependencies whit the follow commands:"), /*#__PURE__*/React.createElement(View, {
|
|
80
|
-
style: styles.clipboardContent
|
|
81
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
82
|
-
style: styles.clipboardText
|
|
83
|
-
}, "yarn add react-native-svg"), /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
84
|
-
style: styles.clipboardCopyContainer,
|
|
85
|
-
onPress: copyToClipboardNpm
|
|
86
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
87
|
-
style: styles.clipboardCopyText
|
|
88
|
-
}, "Copy"))), /*#__PURE__*/React.createElement(Text, {
|
|
89
|
-
style: styles.descriptionInstall
|
|
90
|
-
}, "And"), /*#__PURE__*/React.createElement(View, {
|
|
91
|
-
style: styles.clipboardContent
|
|
92
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
93
|
-
style: styles.clipboardText
|
|
94
|
-
}, "yarn add react-native-svg-tranformer"), /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
95
|
-
style: styles.clipboardCopyContainer,
|
|
96
|
-
onPress: copyToClipboardNpm
|
|
97
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
98
|
-
style: styles.clipboardCopyText
|
|
99
|
-
}, "Copy")))), /*#__PURE__*/React.createElement(Text, {
|
|
100
|
-
style: styles.titleSetup
|
|
101
|
-
}, "Web Project Setup (React Web)"), /*#__PURE__*/React.createElement(View, {
|
|
102
|
-
style: styles.clipboardContainer
|
|
103
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
104
|
-
style: styles.descriptionInstall
|
|
105
|
-
}, "To create a new Next.js project:"), /*#__PURE__*/React.createElement(View, {
|
|
106
|
-
style: styles.clipboardContent
|
|
107
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
108
|
-
style: styles.clipboardText
|
|
109
|
-
}, "npx create-next-app "), /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
110
|
-
style: styles.clipboardCopyContainer,
|
|
111
|
-
onPress: copyToClipboardNpm
|
|
112
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
113
|
-
style: styles.clipboardCopyText
|
|
114
|
-
}, "Copy"))), /*#__PURE__*/React.createElement(Text, {
|
|
115
|
-
style: styles.descriptionInstall
|
|
116
|
-
}, "After initializing the Next.js project, modify your next.config.js file to include the following configuration:"), /*#__PURE__*/React.createElement(View, {
|
|
117
|
-
style: styles.clipboardContent
|
|
118
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
119
|
-
style: styles.clipboardText
|
|
120
|
-
}, "const path = require('path');\n const withTM = require('next-transpile-modules')(['etendo-ui-library']);\n\n module.exports = withTM({\n webpack: (config, {defaultLoaders}) => {\n config.resolve.alias = {\n ...(config.resolve.alias || {}),\n 'react-native$': 'react-native-web',\n 'react-native-svg$': 'react-native-svg-web',\n };\n\n config.module.rules.push({\n test: /.tsx?$/,\n use: [\n defaultLoaders.babel,\n {\n loader: 'ts-loader',\n options: {\n transpileOnly: true,\n experimentalWatchApi: true,\n },\n },\n ],\n });\n\n config.module.rules.push({\n test: /.css$/,\n use: [\n defaultLoaders.babel,\n {\n loader: 'etendo-ui-library/dist/webpack/css-loader.js',\n options: {\n importLoaders: 1,\n modules: {\n localIdentName: '[name]__[local]__[hash:base64:5]',\n },\n },\n },\n 'postcss-loader',\n ],\n });\n return config;\n },\n });"), /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
121
|
-
style: styles.clipboardCopyContainer,
|
|
122
|
-
onPress: copyToClipboardYarn
|
|
123
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
124
|
-
style: styles.clipboardCopyText
|
|
125
|
-
}, "Copy"))), /*#__PURE__*/React.createElement(Text, {
|
|
126
|
-
style: styles.descriptionInstall
|
|
127
|
-
}, /*#__PURE__*/React.createElement("b", null, "Next, install the following dependencies using the commands below:")), /*#__PURE__*/React.createElement(View, {
|
|
128
|
-
style: styles.clipboardContent
|
|
129
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
130
|
-
style: styles.clipboardText
|
|
131
|
-
}, "yarn add react-native-web", /*#__PURE__*/React.createElement("br", null), "yarn add next-transpile-modules", /*#__PURE__*/React.createElement("br", null), "yarn add -D ts-loader", /*#__PURE__*/React.createElement("br", null), "yarn add babel-loader --dev", /*#__PURE__*/React.createElement("br", null), "yarn add react-native-svg-transformer", /*#__PURE__*/React.createElement("br", null), "yarn add react-native-svg", /*#__PURE__*/React.createElement("br", null), "yarn add --dev babel-plugin-module-resolver"), /*#__PURE__*/React.createElement(TouchableOpacity, {
|
|
132
|
-
style: styles.clipboardCopyContainer,
|
|
133
|
-
onPress: copyToClipboardYarn
|
|
134
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
135
|
-
style: styles.clipboardCopyText
|
|
136
|
-
}, "Copy"))), /*#__PURE__*/React.createElement(Text, {
|
|
137
|
-
style: styles.descriptionInstall
|
|
138
|
-
}, "Usage To use a component from the etendo-ui-library, import it and use it in your JSX code. Below is an example of how to use the Input component."), /*#__PURE__*/React.createElement(View, {
|
|
139
|
-
style: styles.clipboardContent
|
|
140
|
-
}, /*#__PURE__*/React.createElement(Text, {
|
|
141
|
-
style: styles.clipboardText
|
|
142
|
-
}, "//import\n import Input from 'etendo-ui-library/components/input/Input';\n\n //usage\n <Input\n titleLabel=\"ReadOnly\"\n helperText=\"Start Date\"\n placeholder=\"Write a text\"\n disabled={false}\n value=\"password\"\n typeField=\"textInputPassword\"\n isError={true}\n keyboardType=\"text\"\n />;")), /*#__PURE__*/React.createElement(Text, {
|
|
143
|
-
style: styles.descriptionInstall
|
|
144
|
-
}, /*#__PURE__*/React.createElement("b", null, "Remember to replace the attribute values with your desired ones!!")), /*#__PURE__*/React.createElement(Text, {
|
|
145
|
-
style: styles.descriptionInstall
|
|
146
|
-
}, "That's it! You are now ready to use the etendo-ui-library in your React Web application. Please refer to the detailed documentation on Storybook and NPM for more examples and use cases.")));
|
|
147
|
-
};
|
|
148
|
-
export default GetStartedScreen;
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
export declare const styles: {
|
|
2
|
-
title: {
|
|
3
|
-
fontSize: number;
|
|
4
|
-
fontWeight: "600";
|
|
5
|
-
marginBottom: number;
|
|
6
|
-
color: string;
|
|
7
|
-
};
|
|
8
|
-
titleSetup: {
|
|
9
|
-
fontSize: number;
|
|
10
|
-
fontWeight: "600";
|
|
11
|
-
marginBottom: number;
|
|
12
|
-
color: string;
|
|
13
|
-
marginTop: number;
|
|
14
|
-
borderBottomWidth: number;
|
|
15
|
-
width: "100%";
|
|
16
|
-
borderBottomColor: string;
|
|
17
|
-
};
|
|
18
|
-
description: {
|
|
19
|
-
color: string;
|
|
20
|
-
marginBottom: number;
|
|
21
|
-
};
|
|
22
|
-
subTitle: {
|
|
23
|
-
fontSize: number;
|
|
24
|
-
fontWeight: "600";
|
|
25
|
-
borderBottomWidth: number;
|
|
26
|
-
borderBottomColor: string;
|
|
27
|
-
color: string;
|
|
28
|
-
};
|
|
29
|
-
clipboardContainer: {
|
|
30
|
-
alignItems: "flex-start";
|
|
31
|
-
};
|
|
32
|
-
clipboardTitle: {
|
|
33
|
-
fontSize: number;
|
|
34
|
-
fontWeight: "600";
|
|
35
|
-
marginTop: number;
|
|
36
|
-
color: string;
|
|
37
|
-
};
|
|
38
|
-
clipboardContent: {
|
|
39
|
-
alignItems: "flex-end";
|
|
40
|
-
borderWidth: number;
|
|
41
|
-
borderColor: string;
|
|
42
|
-
padding: number;
|
|
43
|
-
paddingBottom: number;
|
|
44
|
-
paddingRight: number;
|
|
45
|
-
};
|
|
46
|
-
clipboardText: {
|
|
47
|
-
fontSize: number;
|
|
48
|
-
color: string;
|
|
49
|
-
letterSpacing: number;
|
|
50
|
-
width: number;
|
|
51
|
-
};
|
|
52
|
-
clipboardCopyContainer: {
|
|
53
|
-
borderLeftWidth: number;
|
|
54
|
-
borderTopWidth: number;
|
|
55
|
-
borderColor: string;
|
|
56
|
-
padding: number;
|
|
57
|
-
};
|
|
58
|
-
clipboardCopyText: {
|
|
59
|
-
fontWeight: "600";
|
|
60
|
-
paddingHorizontal: number;
|
|
61
|
-
color: string;
|
|
62
|
-
};
|
|
63
|
-
descriptionInstall: {
|
|
64
|
-
marginTop: number;
|
|
65
|
-
marginBottom: number;
|
|
66
|
-
};
|
|
67
|
-
};
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import { StyleSheet } from "react-native-web";
|
|
2
|
-
import { NEUTRAL_10, NEUTRAL_100 } from "../../../../styles/colors";
|
|
3
|
-
export var styles = StyleSheet.create({
|
|
4
|
-
title: {
|
|
5
|
-
fontSize: 30,
|
|
6
|
-
fontWeight: '600',
|
|
7
|
-
marginBottom: 20,
|
|
8
|
-
color: NEUTRAL_100
|
|
9
|
-
},
|
|
10
|
-
titleSetup: {
|
|
11
|
-
fontSize: 30,
|
|
12
|
-
fontWeight: '600',
|
|
13
|
-
marginBottom: 20,
|
|
14
|
-
color: NEUTRAL_100,
|
|
15
|
-
marginTop: 20,
|
|
16
|
-
borderBottomWidth: 1,
|
|
17
|
-
width: '100%',
|
|
18
|
-
borderBottomColor: NEUTRAL_10
|
|
19
|
-
},
|
|
20
|
-
description: {
|
|
21
|
-
color: NEUTRAL_100,
|
|
22
|
-
marginBottom: 20
|
|
23
|
-
},
|
|
24
|
-
subTitle: {
|
|
25
|
-
fontSize: 26,
|
|
26
|
-
fontWeight: '600',
|
|
27
|
-
borderBottomWidth: 1,
|
|
28
|
-
borderBottomColor: NEUTRAL_10,
|
|
29
|
-
color: NEUTRAL_100
|
|
30
|
-
},
|
|
31
|
-
clipboardContainer: {
|
|
32
|
-
alignItems: 'flex-start'
|
|
33
|
-
},
|
|
34
|
-
clipboardTitle: {
|
|
35
|
-
fontSize: 22,
|
|
36
|
-
fontWeight: '600',
|
|
37
|
-
marginTop: 20,
|
|
38
|
-
color: NEUTRAL_100
|
|
39
|
-
},
|
|
40
|
-
clipboardContent: {
|
|
41
|
-
alignItems: 'flex-end',
|
|
42
|
-
borderWidth: 1,
|
|
43
|
-
borderColor: NEUTRAL_10,
|
|
44
|
-
padding: 15,
|
|
45
|
-
paddingBottom: 0,
|
|
46
|
-
paddingRight: 0
|
|
47
|
-
},
|
|
48
|
-
clipboardText: {
|
|
49
|
-
fontSize: 15,
|
|
50
|
-
color: NEUTRAL_100,
|
|
51
|
-
letterSpacing: 1,
|
|
52
|
-
width: 400
|
|
53
|
-
},
|
|
54
|
-
clipboardCopyContainer: {
|
|
55
|
-
borderLeftWidth: 1,
|
|
56
|
-
borderTopWidth: 1,
|
|
57
|
-
borderColor: NEUTRAL_10,
|
|
58
|
-
padding: 2
|
|
59
|
-
},
|
|
60
|
-
clipboardCopyText: {
|
|
61
|
-
fontWeight: '600',
|
|
62
|
-
paddingHorizontal: 10,
|
|
63
|
-
color: NEUTRAL_100
|
|
64
|
-
},
|
|
65
|
-
descriptionInstall: {
|
|
66
|
-
marginTop: 30,
|
|
67
|
-
marginBottom: 10
|
|
68
|
-
}
|
|
69
|
-
});
|