@coorpacademy/components 11.14.0 → 11.14.1-alpha.2

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.
Files changed (35) hide show
  1. package/es/atom/button/index.d.ts.map +1 -1
  2. package/es/atom/button/index.js +18 -13
  3. package/es/atom/button/index.js.map +1 -1
  4. package/es/molecule/cm-popin/index.d.ts.map +1 -1
  5. package/es/molecule/cm-popin/index.js +5 -4
  6. package/es/molecule/cm-popin/index.js.map +1 -1
  7. package/es/molecule/cm-popin/style.css +61 -40
  8. package/es/molecule/discipline-header/style.css +2 -1
  9. package/es/template/external-course/index.d.ts +69 -21
  10. package/es/template/external-course/index.d.ts.map +1 -1
  11. package/es/template/external-course/index.js +73 -56
  12. package/es/template/external-course/index.js.map +1 -1
  13. package/es/template/external-course/style.css +1 -1
  14. package/es/template/mobile-login/welcome/index.native.d.ts +18 -0
  15. package/es/template/mobile-login/welcome/index.native.d.ts.map +1 -0
  16. package/es/template/mobile-login/welcome/index.native.js +195 -0
  17. package/es/template/mobile-login/welcome/index.native.js.map +1 -0
  18. package/lib/atom/button/index.d.ts.map +1 -1
  19. package/lib/atom/button/index.js +18 -13
  20. package/lib/atom/button/index.js.map +1 -1
  21. package/lib/molecule/cm-popin/index.d.ts.map +1 -1
  22. package/lib/molecule/cm-popin/index.js +4 -3
  23. package/lib/molecule/cm-popin/index.js.map +1 -1
  24. package/lib/molecule/cm-popin/style.css +61 -40
  25. package/lib/molecule/discipline-header/style.css +2 -1
  26. package/lib/template/external-course/index.d.ts +69 -21
  27. package/lib/template/external-course/index.d.ts.map +1 -1
  28. package/lib/template/external-course/index.js +76 -54
  29. package/lib/template/external-course/index.js.map +1 -1
  30. package/lib/template/external-course/style.css +1 -1
  31. package/lib/template/mobile-login/welcome/index.native.d.ts +18 -0
  32. package/lib/template/mobile-login/welcome/index.native.d.ts.map +1 -0
  33. package/lib/template/mobile-login/welcome/index.native.js +212 -0
  34. package/lib/template/mobile-login/welcome/index.native.js.map +1 -0
  35. package/package.json +2 -2
@@ -24,7 +24,7 @@
24
24
  }
25
25
 
26
26
  .defaultCockpit{
27
- composes:default;
27
+ composes: default;
28
28
  height: 100%;
29
29
  }
30
30
 
@@ -0,0 +1,18 @@
1
+ /// <reference types="react" />
2
+ export declare type Props = {
3
+ onDemoPress: () => void;
4
+ onDesktopButtonPress: () => void;
5
+ onHelpPress: () => void;
6
+ onMobileButtonPress: () => void;
7
+ locales: {
8
+ title: string;
9
+ description: string;
10
+ ctaQRCode: string;
11
+ ctaReceiveMail: string;
12
+ titleHelp: string;
13
+ ctaHelp: string;
14
+ };
15
+ };
16
+ declare const Welcome: (props: Props) => JSX.Element | null;
17
+ export default Welcome;
18
+ //# sourceMappingURL=index.native.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../../../src/template/mobile-login/welcome/index.native.tsx"],"names":[],"mappings":";AA+IA,oBAAY,KAAK,GAAG;IAClB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,oBAAoB,EAAE,MAAM,IAAI,CAAC;IACjC,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAChC,OAAO,EAAE;QACP,KAAK,EAAE,MAAM,CAAC;QACd,WAAW,EAAE,MAAM,CAAC;QACpB,SAAS,EAAE,MAAM,CAAC;QAClB,cAAc,EAAE,MAAM,CAAC;QACvB,SAAS,EAAE,MAAM,CAAC;QAClB,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;CACH,CAAC;AAEF,QAAA,MAAM,OAAO,UAAW,KAAK,uBA0D5B,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,212 @@
1
+ "use strict";
2
+
3
+ exports.__esModule = true;
4
+ exports.default = void 0;
5
+
6
+ var _react = _interopRequireWildcard(require("react"));
7
+
8
+ var _reactNative = require("react-native");
9
+
10
+ var _reactNativeLinearGradient = _interopRequireDefault(require("react-native-linear-gradient"));
11
+
12
+ var _novaIcons = require("@coorpacademy/nova-icons");
13
+
14
+ var _index = _interopRequireDefault(require("../../../hoc/touchable/index.native"));
15
+
16
+ var _templateContext = require("../../app-review/template-context");
17
+
18
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
19
+
20
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
21
+
22
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
23
+
24
+ const createStyleSheet = theme => _reactNative.StyleSheet.create({
25
+ wrapper: {
26
+ top: 0,
27
+ bottom: 0,
28
+ left: 0,
29
+ right: 0,
30
+ flex: 1,
31
+ justifyContent: 'space-around',
32
+ alignItems: 'center',
33
+ paddingHorizontal: 24
34
+ },
35
+ content: {
36
+ width: '100%',
37
+ alignItems: 'flex-start'
38
+ },
39
+ gradient: {
40
+ position: 'absolute',
41
+ top: -100,
42
+ bottom: 0,
43
+ left: -180,
44
+ right: 0,
45
+ opacity: 1,
46
+ transform: [{
47
+ rotate: '35deg'
48
+ }]
49
+ },
50
+ gradient2: {
51
+ position: 'absolute',
52
+ top: -80,
53
+ bottom: 0,
54
+ left: 0,
55
+ right: -200,
56
+ opacity: 0.5,
57
+ transform: [{
58
+ rotate: '-35deg'
59
+ }]
60
+ },
61
+ logo: {
62
+ padding: 100
63
+ },
64
+ title: {
65
+ fontWeight: '600',
66
+ fontSize: 28,
67
+ lineHeight: 36,
68
+ paddingVertical: 8
69
+ },
70
+ description: {
71
+ fontSize: 18,
72
+ lineHeight: 24,
73
+ paddingVertical: 8
74
+ },
75
+ actions: {
76
+ width: '100%'
77
+ },
78
+ buttons: {
79
+ paddingVertical: 20,
80
+ alignItems: 'center'
81
+ },
82
+ button: {
83
+ paddingVertical: 12,
84
+ marginVertical: 4,
85
+ width: '100%',
86
+ flexDirection: 'row',
87
+ justifyContent: 'center',
88
+ borderRadius: 12,
89
+ alignItems: 'center',
90
+ overflow: 'hidden'
91
+ },
92
+ ctaQRCode: {
93
+ backgroundColor: theme.colors.cta
94
+ },
95
+ ctaQRCodeText: {
96
+ marginLeft: 8,
97
+ color: '#fff',
98
+ fontWeight: '700',
99
+ fontSize: 14,
100
+ lineHeight: 24
101
+ },
102
+ qrCodeIcon: {
103
+ fill: '#fff',
104
+ height: 14,
105
+ width: 14
106
+ },
107
+ ctaReceiveMail: {
108
+ backgroundColor: '#eaeaeb'
109
+ },
110
+ ctaReceiveMailText: {
111
+ marginLeft: 8,
112
+ color: '#1D1D2B',
113
+ fontWeight: '700',
114
+ fontSize: 14,
115
+ lineHeight: 24
116
+ },
117
+ mailIcon: {
118
+ fill: '#1D1D2B',
119
+ height: 12,
120
+ width: 16
121
+ },
122
+ help: {
123
+ flexDirection: 'row',
124
+ justifyContent: 'center'
125
+ },
126
+ titleHelp: {
127
+ color: '#9999A8'
128
+ },
129
+ ctaHelp: {
130
+ marginLeft: 5,
131
+ textDecorationLine: 'underline',
132
+ color: '#9999A8'
133
+ }
134
+ });
135
+
136
+ const Welcome = props => {
137
+ const {
138
+ locales,
139
+ onDemoPress,
140
+ onDesktopButtonPress,
141
+ onHelpPress,
142
+ onMobileButtonPress
143
+ } = props;
144
+ const {
145
+ theme
146
+ } = (0, _templateContext.useTemplateContext)();
147
+ const [styleSheet, setStylesheet] = (0, _react.useState)(null);
148
+ (0, _react.useEffect)(() => {
149
+ const _stylesheet = createStyleSheet(theme);
150
+
151
+ setStylesheet(_stylesheet);
152
+ }, [theme]);
153
+
154
+ if (!styleSheet) {
155
+ return null;
156
+ }
157
+
158
+ return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
159
+ style: styleSheet.wrapper,
160
+ testID: "welcome"
161
+ }, /*#__PURE__*/_react.default.createElement(_reactNativeLinearGradient.default, {
162
+ colors: ['#0061FF', '#fff'],
163
+ locations: [0, 0.3],
164
+ style: styleSheet.gradient
165
+ }), /*#__PURE__*/_react.default.createElement(_reactNativeLinearGradient.default, {
166
+ colors: ['#2199AB', '#fff'],
167
+ locations: [0, 0.3],
168
+ style: styleSheet.gradient2
169
+ }), /*#__PURE__*/_react.default.createElement(_index.default, {
170
+ onLongPress: onDemoPress,
171
+ style: styleSheet.logo
172
+ }, /*#__PURE__*/_react.default.createElement(_novaIcons.NovaCompositionCoorpacademyLogoCoorp, {
173
+ fill: theme.colors.cta,
174
+ width: 77,
175
+ height: 75
176
+ })), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
177
+ style: styleSheet.content
178
+ }, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
179
+ style: styleSheet.title
180
+ }, locales.title), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
181
+ style: styleSheet.description
182
+ }, locales.description), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
183
+ style: styleSheet.actions
184
+ }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
185
+ style: styleSheet.buttons
186
+ }, /*#__PURE__*/_react.default.createElement(_index.default, {
187
+ style: [styleSheet.button, styleSheet.ctaQRCode],
188
+ onPress: onDesktopButtonPress
189
+ }, /*#__PURE__*/_react.default.createElement(_novaIcons.NovaCompositionCoorpacademyQrCode, {
190
+ style: styleSheet.qrCodeIcon
191
+ }), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
192
+ style: styleSheet.ctaQRCodeText
193
+ }, locales.ctaQRCode)), /*#__PURE__*/_react.default.createElement(_index.default, {
194
+ style: [styleSheet.button, styleSheet.ctaReceiveMail],
195
+ onPress: onMobileButtonPress
196
+ }, /*#__PURE__*/_react.default.createElement(_novaIcons.NovaCompositionCoorpacademyEmail, {
197
+ style: styleSheet.mailIcon
198
+ }), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
199
+ style: styleSheet.ctaReceiveMailText
200
+ }, locales.ctaReceiveMail))), /*#__PURE__*/_react.default.createElement(_index.default, {
201
+ onPress: onHelpPress,
202
+ style: styleSheet.help
203
+ }, /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
204
+ style: styleSheet.titleHelp
205
+ }, locales.titleHelp), /*#__PURE__*/_react.default.createElement(_reactNative.Text, {
206
+ style: styleSheet.ctaHelp
207
+ }, locales.ctaHelp)))));
208
+ };
209
+
210
+ var _default = Welcome;
211
+ exports.default = _default;
212
+ //# sourceMappingURL=index.native.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.native.js","names":["createStyleSheet","theme","StyleSheet","create","wrapper","top","bottom","left","right","flex","justifyContent","alignItems","paddingHorizontal","content","width","gradient","position","opacity","transform","rotate","gradient2","logo","padding","title","fontWeight","fontSize","lineHeight","paddingVertical","description","actions","buttons","button","marginVertical","flexDirection","borderRadius","overflow","ctaQRCode","backgroundColor","colors","cta","ctaQRCodeText","marginLeft","color","qrCodeIcon","fill","height","ctaReceiveMail","ctaReceiveMailText","mailIcon","help","titleHelp","ctaHelp","textDecorationLine","Welcome","props","locales","onDemoPress","onDesktopButtonPress","onHelpPress","onMobileButtonPress","useTemplateContext","styleSheet","setStylesheet","useState","useEffect","_stylesheet"],"sources":["../../../../src/template/mobile-login/welcome/index.native.tsx"],"sourcesContent":["import React, {useEffect, useState} from 'react';\nimport {StyleSheet, Text, TextStyle, View, ViewStyle} from 'react-native';\nimport LinearGradient from 'react-native-linear-gradient';\nimport {\n NovaCompositionCoorpacademyLogoCoorp as LogoCoorp,\n NovaCompositionCoorpacademyQrCode as QrCodeIcon,\n NovaCompositionCoorpacademyEmail as MailIcon\n} from '@coorpacademy/nova-icons';\nimport Touchable from '../../../hoc/touchable/index.native';\nimport {useTemplateContext} from '../../app-review/template-context';\nimport {Theme} from '../../../variables/theme.native';\n\ntype StyleSheetType = {\n wrapper: ViewStyle;\n logo: ViewStyle;\n content: ViewStyle;\n gradient: ViewStyle;\n gradient2: ViewStyle;\n title: TextStyle;\n description: TextStyle;\n actions: ViewStyle;\n buttons: ViewStyle;\n button: ViewStyle;\n qrCodeIcon: ViewStyle;\n mailIcon: ViewStyle;\n ctaQRCode: ViewStyle;\n ctaQRCodeText: TextStyle;\n ctaReceiveMail: ViewStyle;\n ctaReceiveMailText: TextStyle;\n help: ViewStyle;\n titleHelp: TextStyle;\n ctaHelp: ViewStyle;\n};\n\nconst createStyleSheet = (theme: Theme): StyleSheetType =>\n StyleSheet.create({\n wrapper: {\n top: 0,\n bottom: 0,\n left: 0,\n right: 0,\n flex: 1,\n justifyContent: 'space-around',\n alignItems: 'center',\n paddingHorizontal: 24\n },\n content: {\n width: '100%',\n alignItems: 'flex-start'\n },\n gradient: {\n position: 'absolute',\n top: -100,\n bottom: 0,\n left: -180,\n right: 0,\n opacity: 1,\n transform: [{rotate: '35deg'}]\n },\n gradient2: {\n position: 'absolute',\n top: -80,\n bottom: 0,\n left: 0,\n right: -200,\n opacity: 0.5,\n transform: [{rotate: '-35deg'}]\n },\n logo: {\n padding: 100\n },\n title: {\n fontWeight: '600',\n fontSize: 28,\n lineHeight: 36,\n paddingVertical: 8\n },\n description: {\n fontSize: 18,\n lineHeight: 24,\n paddingVertical: 8\n },\n actions: {\n width: '100%'\n },\n buttons: {\n paddingVertical: 20,\n alignItems: 'center'\n },\n button: {\n paddingVertical: 12,\n marginVertical: 4,\n width: '100%',\n flexDirection: 'row',\n justifyContent: 'center',\n borderRadius: 12,\n alignItems: 'center',\n overflow: 'hidden'\n },\n ctaQRCode: {\n backgroundColor: theme.colors.cta\n },\n ctaQRCodeText: {\n marginLeft: 8,\n color: '#fff',\n fontWeight: '700',\n fontSize: 14,\n lineHeight: 24\n },\n qrCodeIcon: {\n fill: '#fff',\n height: 14,\n width: 14\n },\n ctaReceiveMail: {\n backgroundColor: '#eaeaeb'\n },\n ctaReceiveMailText: {\n marginLeft: 8,\n color: '#1D1D2B',\n fontWeight: '700',\n fontSize: 14,\n lineHeight: 24\n },\n mailIcon: {\n fill: '#1D1D2B',\n height: 12,\n width: 16\n },\n help: {\n flexDirection: 'row',\n justifyContent: 'center'\n },\n titleHelp: {\n color: '#9999A8'\n },\n ctaHelp: {\n marginLeft: 5,\n textDecorationLine: 'underline',\n color: '#9999A8'\n }\n });\n\nexport type Props = {\n onDemoPress: () => void;\n onDesktopButtonPress: () => void;\n onHelpPress: () => void;\n onMobileButtonPress: () => void;\n locales: {\n title: string;\n description: string;\n ctaQRCode: string;\n ctaReceiveMail: string;\n titleHelp: string;\n ctaHelp: string;\n };\n};\n\nconst Welcome = (props: Props) => {\n const {locales, onDemoPress, onDesktopButtonPress, onHelpPress, onMobileButtonPress} = props;\n const {theme} = useTemplateContext();\n const [styleSheet, setStylesheet] = useState<StyleSheetType | null>(null);\n\n useEffect(() => {\n const _stylesheet = createStyleSheet(theme);\n setStylesheet(_stylesheet);\n }, [theme]);\n\n if (!styleSheet) {\n return null;\n }\n\n return (\n <View style={styleSheet.wrapper} testID=\"welcome\">\n <LinearGradient\n colors={['#0061FF', '#fff']}\n locations={[0, 0.3]}\n style={styleSheet.gradient}\n />\n <LinearGradient\n colors={['#2199AB', '#fff']}\n locations={[0, 0.3]}\n style={styleSheet.gradient2}\n />\n <Touchable onLongPress={onDemoPress} style={styleSheet.logo}>\n <LogoCoorp fill={theme.colors.cta} width={77} height={75} />\n </Touchable>\n <View style={styleSheet.content}>\n <Text style={styleSheet.title}>{locales.title}</Text>\n <Text style={styleSheet.description}>{locales.description}</Text>\n\n <View style={styleSheet.actions}>\n <View style={styleSheet.buttons}>\n <Touchable\n style={[styleSheet.button, styleSheet.ctaQRCode]}\n onPress={onDesktopButtonPress}\n >\n <QrCodeIcon style={styleSheet.qrCodeIcon} />\n <Text style={styleSheet.ctaQRCodeText}>{locales.ctaQRCode}</Text>\n </Touchable>\n <Touchable\n style={[styleSheet.button, styleSheet.ctaReceiveMail]}\n onPress={onMobileButtonPress}\n >\n <MailIcon style={styleSheet.mailIcon} />\n <Text style={styleSheet.ctaReceiveMailText}>{locales.ctaReceiveMail}</Text>\n </Touchable>\n </View>\n <Touchable onPress={onHelpPress} style={styleSheet.help}>\n <Text style={styleSheet.titleHelp}>{locales.titleHelp}</Text>\n <Text style={styleSheet.ctaHelp}>{locales.ctaHelp}</Text>\n </Touchable>\n </View>\n </View>\n </View>\n );\n};\n\nexport default Welcome;\n"],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.14.0",
3
+ "version": "11.14.1-alpha.2+48fcaab8c6",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -166,5 +166,5 @@
166
166
  "last 2 versions",
167
167
  "IE 11"
168
168
  ],
169
- "gitHead": "11d1123f09a33a4142bdacd50a41edd782394c0f"
169
+ "gitHead": "48fcaab8c639941f7e8693ef20905550ff72724a"
170
170
  }