@coorpacademy/components 10.27.1 → 10.27.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 (41) hide show
  1. package/es/organism/podcast-popin-intro/index.native.d.ts +10 -0
  2. package/es/organism/podcast-popin-intro/index.native.d.ts.map +1 -0
  3. package/es/organism/podcast-popin-intro/index.native.js +114 -0
  4. package/es/organism/podcast-popin-intro/index.native.js.map +1 -0
  5. package/es/template/app-review/template-context.d.ts +1 -1
  6. package/es/template/app-review/template-context.d.ts.map +1 -1
  7. package/es/template/app-review/template-context.js +2 -1
  8. package/es/template/app-review/template-context.js.map +1 -1
  9. package/es/variables/default-mobile-translations.d.ts +214 -0
  10. package/es/variables/default-mobile-translations.d.ts.map +1 -0
  11. package/es/variables/default-mobile-translations.js +278 -0
  12. package/es/variables/default-mobile-translations.js.map +1 -0
  13. package/es/variables/theme.native.d.ts +4 -0
  14. package/es/variables/theme.native.d.ts.map +1 -1
  15. package/es/variables/theme.native.js +5 -1
  16. package/es/variables/theme.native.js.map +1 -1
  17. package/lib/organism/podcast-popin-intro/index.native.d.ts +10 -0
  18. package/lib/organism/podcast-popin-intro/index.native.d.ts.map +1 -0
  19. package/lib/organism/podcast-popin-intro/index.native.js +131 -0
  20. package/lib/organism/podcast-popin-intro/index.native.js.map +1 -0
  21. package/lib/template/app-review/template-context.d.ts +1 -1
  22. package/lib/template/app-review/template-context.d.ts.map +1 -1
  23. package/lib/template/app-review/template-context.js +3 -1
  24. package/lib/template/app-review/template-context.js.map +1 -1
  25. package/lib/variables/default-mobile-translations.d.ts +214 -0
  26. package/lib/variables/default-mobile-translations.d.ts.map +1 -0
  27. package/lib/variables/default-mobile-translations.js +283 -0
  28. package/lib/variables/default-mobile-translations.js.map +1 -0
  29. package/lib/variables/theme.native.d.ts +4 -0
  30. package/lib/variables/theme.native.d.ts.map +1 -1
  31. package/lib/variables/theme.native.js +5 -1
  32. package/lib/variables/theme.native.js.map +1 -1
  33. package/package.json +2 -2
  34. package/es/types/translations.d.ts +0 -12
  35. package/es/types/translations.d.ts.map +0 -1
  36. package/es/types/translations.js +0 -2
  37. package/es/types/translations.js.map +0 -1
  38. package/lib/types/translations.d.ts +0 -12
  39. package/lib/types/translations.d.ts.map +0 -1
  40. package/lib/types/translations.js +0 -2
  41. package/lib/types/translations.js.map +0 -1
@@ -0,0 +1,214 @@
1
+ declare type NotificationWording = {
2
+ title: string;
3
+ description: string;
4
+ };
5
+ export declare type Translations = {
6
+ accessTheLesson: string;
7
+ appPodcast: {
8
+ infoNewFeature: {
9
+ title: string;
10
+ message: string;
11
+ cta: string;
12
+ };
13
+ podcast: string;
14
+ podcasts: string;
15
+ playlist: string;
16
+ home: string;
17
+ courseMode: string;
18
+ allPlaylists: string;
19
+ seeMore: string;
20
+ podcastCoorpacademy: string;
21
+ podcastCourseMode: string;
22
+ podcastMode: string;
23
+ switchText: string;
24
+ switchCourseText: string;
25
+ cancelSwitch: string;
26
+ switchOk: string;
27
+ seeLess: string;
28
+ play: string;
29
+ noResult: string;
30
+ allEpisodes: string;
31
+ seeAllEpisodes: string;
32
+ addToFavorites: string;
33
+ removeFromFavorites: string;
34
+ shareEpisode: string;
35
+ close: string;
36
+ errorNetwork: string;
37
+ bottomNavigation: {
38
+ home: string;
39
+ search: string;
40
+ favorites: string;
41
+ podcasts: string;
42
+ };
43
+ search: {
44
+ byPlaylists: string;
45
+ searchForPodcasts: string;
46
+ searchTitle: string;
47
+ searchText: string;
48
+ searchSubText: string;
49
+ };
50
+ settings: {
51
+ settings: string;
52
+ wifi: string;
53
+ high: string;
54
+ medium: string;
55
+ low: string;
56
+ mobile: string;
57
+ };
58
+ favorites: {
59
+ title: string;
60
+ podcasts: string;
61
+ addedToFavorites: string;
62
+ removedFromFavorites: string;
63
+ errorFavoriteAdd: string;
64
+ errorFavorite: string;
65
+ errorFavoriteRemove: string;
66
+ };
67
+ };
68
+ appReview: {
69
+ ariaLabel: string;
70
+ presentation: {
71
+ ariaLabel: string;
72
+ title: string;
73
+ text: string;
74
+ labelList: {
75
+ skills: {
76
+ text: string;
77
+ tooltip: string;
78
+ };
79
+ questions: {
80
+ text: string;
81
+ tooltip: string;
82
+ };
83
+ lifes: {
84
+ text: string;
85
+ tooltip: string;
86
+ };
87
+ allright: {
88
+ text: string;
89
+ tooltip: string;
90
+ };
91
+ };
92
+ };
93
+ listTitle: string;
94
+ listAriaLabel: string;
95
+ card: {
96
+ ariaLabel: string;
97
+ text: string;
98
+ buttonText: string;
99
+ };
100
+ noSkills: {
101
+ title: string;
102
+ text: string;
103
+ };
104
+ };
105
+ article: string;
106
+ authenticationMagicLinkHeader: string;
107
+ authenticationMagicLinkStepOneDescription: string;
108
+ authenticationMagicLinkStepTwoDescription: string;
109
+ authenticationMagicLinkStepThreeDescription: string;
110
+ authenticationMagicLinkTitle: string;
111
+ authenticationQRCodeHeader: string;
112
+ authenticationQRCodeStepOneDescription: string;
113
+ authenticationQRCodeStepTwoDescription: string;
114
+ authenticationQRCodeStepThreeDescription: string;
115
+ authenticationQRCodeTitle: string;
116
+ authorizeNotifications: string;
117
+ askForHelp: string;
118
+ backToHome: string;
119
+ bonus: string;
120
+ cancel: string;
121
+ clue: string;
122
+ clueStarsToLoose: string;
123
+ congratulations: string;
124
+ connectionLost: string;
125
+ connectionRestored: string;
126
+ context: string;
127
+ correction: string;
128
+ dataLost: string;
129
+ didYouKnowThat: string;
130
+ finishCourse: string;
131
+ finishCourseWordings: NotificationWording[];
132
+ finishLearning: string;
133
+ forYou: string;
134
+ gameOver: string;
135
+ getAnExtralife: string;
136
+ goodAnswer: string;
137
+ goodJob: string;
138
+ goToQuestion: string;
139
+ highscore: string;
140
+ howToSignIn: string;
141
+ iWantIt: string;
142
+ keyPoint: string;
143
+ lesson: string;
144
+ logOut: string;
145
+ needHelp: string;
146
+ new: string;
147
+ next: string;
148
+ nextLevel: string;
149
+ nextChapter: string;
150
+ noResults: string;
151
+ noResultsDescription: string;
152
+ ok: string;
153
+ ooops: string;
154
+ open: string;
155
+ openBrowser: string;
156
+ openSettings: string;
157
+ ouch: string;
158
+ outOfLives: string;
159
+ permission: string;
160
+ permissionCamera: string;
161
+ notifications: string;
162
+ notificationSamples: NotificationWording[];
163
+ permissionNotificationHeadline: string;
164
+ permissionNotificationDescription: string;
165
+ permissionNotificationAuthorize: string;
166
+ currentlyDoingReminder: string;
167
+ yesNotifyMe: string;
168
+ maybeLater: string;
169
+ platformHasBeenDisabled: string;
170
+ podcast: string;
171
+ question: string;
172
+ quit: string;
173
+ reactivatePlatform: string;
174
+ refresh: string;
175
+ refreshEnjoyLearning: string;
176
+ refreshNotWorking: string;
177
+ resumeLearning: string;
178
+ retryLevel: string;
179
+ retryChapter: string;
180
+ relatedSubjects: string;
181
+ scanQRCode: string;
182
+ scorm: string;
183
+ externalFinishCourse: string;
184
+ search: string;
185
+ seeClue: string;
186
+ selectAnAnswer: string;
187
+ selectSomethingBelow: string;
188
+ settings: string;
189
+ signInDesktop: string;
190
+ signInMobile: string;
191
+ startDemo: string;
192
+ startLearning: string;
193
+ step: string;
194
+ suggestion: string;
195
+ suggestionWordings: NotificationWording[];
196
+ typeHere: string;
197
+ unlockNextLevel: string;
198
+ upgrade: string;
199
+ upgradeDescription: string;
200
+ validate: string;
201
+ version: string;
202
+ video: string;
203
+ videoLoadingError: string;
204
+ welcome: string;
205
+ welcomeDescription: string;
206
+ welcomeUser: string;
207
+ winAdditionalStars: string;
208
+ wrongAnswer: string;
209
+ yourAnswer: string;
210
+ yourAnswers: string;
211
+ };
212
+ declare const defaultMobileTranslations: Translations;
213
+ export default defaultMobileTranslations;
214
+ //# sourceMappingURL=default-mobile-translations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"default-mobile-translations.d.ts","sourceRoot":"","sources":["../../src/variables/default-mobile-translations.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,283 @@
1
+ "use strict";
2
+
3
+ exports.__esModule = true;
4
+ exports.default = void 0;
5
+ const defaultMobileTranslations = {
6
+ accessTheLesson: 'Access the lesson',
7
+ appPodcast: {
8
+ podcast: 'Podcast',
9
+ podcasts: 'Podcasts',
10
+ playlist: 'Playlist',
11
+ home: 'Home',
12
+ courseMode: 'Course Mode',
13
+ allPlaylists: 'All Playlists',
14
+ seeMore: 'See more',
15
+ podcastCoorpacademy: 'Coorpacademy',
16
+ podcastCourseMode: 'Course mode',
17
+ podcastMode: 'Podcast mode',
18
+ switchText: 'Switching to Course mode will interrupt the listening.',
19
+ switchCourseText: 'You are about to switch on Podcast mode',
20
+ cancelSwitch: 'No, cancel',
21
+ switchOk: 'Yes, switch',
22
+ seeLess: 'See less',
23
+ play: 'Play',
24
+ noResult: 'No results!',
25
+ allEpisodes: 'All episodes',
26
+ seeAllEpisodes: 'See all episode',
27
+ addToFavorites: 'Add to my favorites',
28
+ removeFromFavorites: 'Remove from my favorites',
29
+ shareEpisode: 'Share this episode',
30
+ close: 'Close',
31
+ errorNetwork: 'something went wrong',
32
+ bottomNavigation: {
33
+ home: 'Home',
34
+ search: 'Search',
35
+ favorites: 'Favorites',
36
+ podcasts: 'podcasts'
37
+ },
38
+ search: {
39
+ byPlaylists: 'By playlists',
40
+ searchForPodcasts: 'Search for podcasts',
41
+ searchTitle: 'Search',
42
+ searchText: 'No results for',
43
+ searchSubText: 'Please check the spelling or use other keywords'
44
+ },
45
+ settings: {
46
+ settings: 'Settings',
47
+ wifi: 'Wifi audio quality',
48
+ high: 'High quality',
49
+ medium: 'Medium quality',
50
+ low: 'Low quality',
51
+ mobile: 'Mobile audio quality'
52
+ },
53
+ favorites: {
54
+ title: 'Favorites',
55
+ podcasts: 'podcasts',
56
+ addedToFavorites: 'Added to your favorites',
57
+ removedFromFavorites: 'Removed from your favorites',
58
+ errorFavoriteAdd: 'Could not add to your favorites. Please try again.',
59
+ errorFavorite: 'There was an error',
60
+ errorFavoriteRemove: 'Could not remove from your favorites. Please try again.'
61
+ },
62
+ infoNewFeature: {
63
+ title: 'Introducing the new Podcast mode',
64
+ message: 'Click on the button at the top of your app to discover a whole new audio experience',
65
+ cta: 'Start learning'
66
+ }
67
+ },
68
+ appReview: {
69
+ ariaLabel: 'Review Skills Template',
70
+ presentation: {
71
+ ariaLabel: 'Review Presentation Container',
72
+ title: 'What is<br/>Revision Mode ?',
73
+ text: 'Information vanishes from your mind as soon as it enters it? It’s perfectly normal: there is no retention without repetition! To keep your knowledge in the long term, use the Revision Mode to refresh your memory!',
74
+ labelList: {
75
+ skills: {
76
+ text: 'Choose 1 skill',
77
+ tooltip: 'You can review one skill at a time.'
78
+ },
79
+ questions: {
80
+ text: 'Answer 5 questions',
81
+ tooltip: 'Answer the 5 questions correctly to validate your revision mode session.'
82
+ },
83
+ lifes: {
84
+ text: 'You have infinite live',
85
+ tooltip: 'You can answer as many times as you like to complete your session.'
86
+ },
87
+ allright: {
88
+ text: 'Get it all right',
89
+ tooltip: 'To validate your session, you must get a correct answer to each question.'
90
+ }
91
+ }
92
+ },
93
+ listTitle: 'Skills you can review',
94
+ listAriaLabel: 'Review Skills Container',
95
+ card: {
96
+ ariaLabel: 'Skill Card',
97
+ text: '{{total}} questions to review',
98
+ buttonText: 'Review this skill'
99
+ },
100
+ noSkills: {
101
+ title: 'You have no skill to revise yet',
102
+ text: 'First you need to complete courses before you can review different skills.'
103
+ }
104
+ },
105
+ article: 'Documents',
106
+ authenticationMagicLinkHeader: 'Click on the link you received by email to connect to your platform',
107
+ authenticationMagicLinkStepOneDescription: 'Go to your <b>professional mailbox</b> with this phone',
108
+ authenticationMagicLinkStepTwoDescription: '<b>Open the email</b> with the invitation to download the Coorpacademy App',
109
+ authenticationMagicLinkStepThreeDescription: 'Click on the button <b>"Connect to the App"</b>',
110
+ authenticationMagicLinkTitle: 'Magic link',
111
+ authenticationQRCodeHeader: "Didn't receive an email? That's fine! We'll use a computer to verify your identity on the web platform",
112
+ authenticationQRCodeStepOneDescription: 'Connect to your learning platform <b>with a computer</b>',
113
+ authenticationQRCodeStepTwoDescription: 'Go to <b>your Account</b> <br/>in the upper right-hand corner',
114
+ authenticationQRCodeStepThreeDescription: '<b>Voilà!</b><br/>Scan your QR code using the button below',
115
+ authenticationQRCodeTitle: 'QR Code',
116
+ authorizeNotifications: 'Authorize notifications',
117
+ askForHelp: 'Ask for help',
118
+ backToHome: 'Back to home',
119
+ bonus: 'Bonus!',
120
+ cancel: 'Cancel',
121
+ clue: 'Clue',
122
+ clueStarsToLoose: 'Unlocking the clue reduces the stars you can gain on this question by {{count}} (if you get it right)',
123
+ congratulations: 'Congratulations!',
124
+ connectionLost: 'No Internet connection',
125
+ connectionRestored: 'You are now connected to the Internet',
126
+ context: 'Context',
127
+ correction: 'Correction',
128
+ currentlyDoingReminder: 'Currently doing reminder',
129
+ dataLost: 'Your data seems to be lost',
130
+ didYouKnowThat: 'Did you know that?',
131
+ finishCourse: 'Finish Course',
132
+ finishCourseWordings: [{
133
+ title: "Let's gets it done {{givenName}}! 🚀",
134
+ description: 'Complete this course: \\"{{contentName}}\\"'
135
+ }, {
136
+ title: 'Your mission, should you choose to accept it 😎',
137
+ description: 'Finish your course: \\"{{contentName}}\\"'
138
+ }, {
139
+ title: '{{givenName}}, I bet you can do it! 💪',
140
+ description: 'Finish the course: \\"{{contentName}}\\"'
141
+ }, {
142
+ title: 'Ready to learn {{givenName}}? 💪',
143
+ description: 'Let\'s complete \\"{{contentName}}\\"'
144
+ }, {
145
+ title: '{{givenName}}, you are close to complete your course 🙃',
146
+ description: 'Let\'s finish \\"{{contentName}}\\"'
147
+ }, {
148
+ title: 'Do you accept the challenge {{givenName}}? 💪',
149
+ description: 'Complete the course: \\"{{contentName}}\\"'
150
+ }, {
151
+ title: '{{givenName}}, your challenge of the day! 😉',
152
+ description: 'Complete the course: \\"{{contentName}}\\"'
153
+ }, {
154
+ title: "{{givenName}}, it's time to learn! 😉",
155
+ description: 'Continue your course: \\"{{contentName}}\\"'
156
+ }, {
157
+ title: 'How about learning {{givenName}}? 🚀',
158
+ description: 'Complete the course: \\"{{contentName}}\\"'
159
+ }, {
160
+ title: "Once it's done, it's done 🙃",
161
+ description: 'Complete the course: \\"{{contentName}}\\"'
162
+ }, {
163
+ title: 'Your course is almost completed! ✓',
164
+ description: 'Complete the course: \\"{{contentName}}\\"'
165
+ }, {
166
+ title: '{{givenName}}, you are so close! 🙃',
167
+ description: 'Just a few questions to complete \\"{{contentName}}\\"'
168
+ }, {
169
+ title: 'Come on {{givenName}}, almost finished ☑',
170
+ description: 'Complete your course: \\"{{contentName}}\\"'
171
+ }],
172
+ finishLearning: 'Continue this one first',
173
+ forYou: 'Our top picks for you',
174
+ gameOver: 'Game over',
175
+ getAnExtralife: 'Get an extra life by viewing the lesson',
176
+ goodAnswer: 'Good answer',
177
+ goodJob: 'Good job!',
178
+ goToQuestion: 'Go to question',
179
+ highscore: 'You have a new highscore<br><b>you just won {{score}} stars</b>',
180
+ howToSignIn: 'Did you receive an email to download the app?',
181
+ iWantIt: 'I want it !',
182
+ keyPoint: 'Key point',
183
+ lesson: 'Lesson',
184
+ logOut: 'Log out',
185
+ needHelp: 'Need help?',
186
+ new: 'new',
187
+ next: 'Next',
188
+ nextChapter: 'Next chapter',
189
+ nextLevel: 'Next level',
190
+ noResults: 'No results',
191
+ noResultsDescription: 'Your search did not have any results.<br/>Try searching other keywords.',
192
+ notifications: 'Notifications',
193
+ ok: 'OK',
194
+ ooops: 'Ooops...',
195
+ open: 'Open',
196
+ openBrowser: 'Open <b>my mailbox</b>',
197
+ openSettings: 'Open settings',
198
+ ouch: 'Ouch...',
199
+ outOfLives: 'You are out of lives!',
200
+ notificationSamples: [{
201
+ title: 'Challenge of the day 👊',
202
+ description: 'Start the course<br><b>Online Customer</b>'
203
+ }],
204
+ permission: 'Permission',
205
+ permissionCamera: 'We need to access your camera in order to scan your QR code and authenticate you.',
206
+ permissionNotificationHeadline: 'We help you stay motivated!',
207
+ permissionNotificationDescription: 'Get notifications and stay on top of your goals. We promise not to blow up your phone a million times a day.',
208
+ permissionNotificationAuthorize: 'Authorize notifications',
209
+ maybeLater: 'Maybe later',
210
+ platformHasBeenDisabled: 'The app has been disabled for your platform',
211
+ podcast: 'Podcasts',
212
+ question: 'Question',
213
+ quit: 'Quit',
214
+ reactivatePlatform: 'if you want to reactivate it, contact your manager or click on the link below and we will pass the message on',
215
+ refresh: 'Refresh',
216
+ refreshEnjoyLearning: 'in the network between Saturn and the Earth, please refresh in order to enjoy learning',
217
+ refreshNotWorking: 'Refresh not working?',
218
+ relatedSubjects: 'Recommended for you:',
219
+ resumeLearning: 'Continue Learning',
220
+ retryChapter: 'Retry chapter',
221
+ retryLevel: 'Retry level',
222
+ scanQRCode: 'Scan your <b>QR code</b>',
223
+ scorm: 'Animated resources',
224
+ externalFinishCourse: 'I have completed this course',
225
+ search: 'Search',
226
+ seeClue: 'See clue',
227
+ selectSomethingBelow: 'Select something below',
228
+ settings: 'Settings',
229
+ startDemo: 'No account? <a href="/"><b><u>Start trial!</u></b></a>',
230
+ startLearning: 'You should start with this one',
231
+ selectAnAnswer: 'Select an answer',
232
+ signInDesktop: 'No',
233
+ signInMobile: 'Yes',
234
+ step: 'Step',
235
+ suggestion: 'Course recommendations',
236
+ suggestionWordings: [{
237
+ title: '{{givenName}}, here is a course for you! 👀',
238
+ description: 'Find out with this course \\"{{contentName}}\\"'
239
+ }, {
240
+ title: 'In the mood for learning {{givenName}}? 🚀',
241
+ description: 'Check out \\"{{contentName}}\\"'
242
+ }, {
243
+ title: 'Your mission, should you choose to accept it 😎',
244
+ description: 'Check out \\"{{contentName}}\\"'
245
+ }, {
246
+ title: '{{givenName}}, your challenge of the day awaits you! 😉',
247
+ description: 'Start the course \\"{{contentName}}\\"'
248
+ }, {
249
+ title: '{{givenName}}, take on the challenge 💪',
250
+ description: 'Start the course \\"{{contentName}}\\"'
251
+ }, {
252
+ title: '{{givenName}}, broaden your horizons!',
253
+ description: 'Find out more about \\"{{contentName}}\\"'
254
+ }, {
255
+ title: "{{givenName}}, it's time to learn! 😉",
256
+ description: 'Start the course \\"{{contentName}}\\"'
257
+ }, {
258
+ title: "It's time to (re) launch {{givenName}} 🚀",
259
+ description: 'Start this course \\"{{contentName}}\\"'
260
+ }, {
261
+ title: '{{givenName}}, I bet you can do it! 💪',
262
+ description: 'Start the course \\"{{contentName}}\\"'
263
+ }],
264
+ typeHere: 'Type here',
265
+ validate: 'Submit',
266
+ version: 'Version',
267
+ video: 'Videos',
268
+ videoLoadingError: 'An error occurred while loading the video, please try again.',
269
+ unlockNextLevel: 'You have just unlocked<br><b>{{levelName}} level</b>',
270
+ upgrade: 'Upgrade',
271
+ upgradeDescription: 'Your application has been updated! Please download the latest version to enjoy it.',
272
+ winAdditionalStars: 'Win {{count}} additional stars in this chapter the first time you view a lesson!',
273
+ welcome: 'Welcome',
274
+ welcomeDescription: 'This app is linked to your account on your company’s Learning Platform.',
275
+ welcomeUser: 'Welcome, {{displayname}}!',
276
+ wrongAnswer: 'Wrong answer',
277
+ yesNotifyMe: 'Yes, notify me',
278
+ yourAnswer: 'Your answer:',
279
+ yourAnswers: 'Your answers:'
280
+ };
281
+ var _default = defaultMobileTranslations;
282
+ exports.default = _default;
283
+ //# sourceMappingURL=default-mobile-translations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"default-mobile-translations.js","names":["defaultMobileTranslations","accessTheLesson","appPodcast","podcast","podcasts","playlist","home","courseMode","allPlaylists","seeMore","podcastCoorpacademy","podcastCourseMode","podcastMode","switchText","switchCourseText","cancelSwitch","switchOk","seeLess","play","noResult","allEpisodes","seeAllEpisodes","addToFavorites","removeFromFavorites","shareEpisode","close","errorNetwork","bottomNavigation","search","favorites","byPlaylists","searchForPodcasts","searchTitle","searchText","searchSubText","settings","wifi","high","medium","low","mobile","title","addedToFavorites","removedFromFavorites","errorFavoriteAdd","errorFavorite","errorFavoriteRemove","infoNewFeature","message","cta","appReview","ariaLabel","presentation","text","labelList","skills","tooltip","questions","lifes","allright","listTitle","listAriaLabel","card","buttonText","noSkills","article","authenticationMagicLinkHeader","authenticationMagicLinkStepOneDescription","authenticationMagicLinkStepTwoDescription","authenticationMagicLinkStepThreeDescription","authenticationMagicLinkTitle","authenticationQRCodeHeader","authenticationQRCodeStepOneDescription","authenticationQRCodeStepTwoDescription","authenticationQRCodeStepThreeDescription","authenticationQRCodeTitle","authorizeNotifications","askForHelp","backToHome","bonus","cancel","clue","clueStarsToLoose","congratulations","connectionLost","connectionRestored","context","correction","currentlyDoingReminder","dataLost","didYouKnowThat","finishCourse","finishCourseWordings","description","finishLearning","forYou","gameOver","getAnExtralife","goodAnswer","goodJob","goToQuestion","highscore","howToSignIn","iWantIt","keyPoint","lesson","logOut","needHelp","new","next","nextChapter","nextLevel","noResults","noResultsDescription","notifications","ok","ooops","open","openBrowser","openSettings","ouch","outOfLives","notificationSamples","permission","permissionCamera","permissionNotificationHeadline","permissionNotificationDescription","permissionNotificationAuthorize","maybeLater","platformHasBeenDisabled","question","quit","reactivatePlatform","refresh","refreshEnjoyLearning","refreshNotWorking","relatedSubjects","resumeLearning","retryChapter","retryLevel","scanQRCode","scorm","externalFinishCourse","seeClue","selectSomethingBelow","startDemo","startLearning","selectAnAnswer","signInDesktop","signInMobile","step","suggestion","suggestionWordings","typeHere","validate","version","video","videoLoadingError","unlockNextLevel","upgrade","upgradeDescription","winAdditionalStars","welcome","welcomeDescription","welcomeUser","wrongAnswer","yesNotifyMe","yourAnswer","yourAnswers"],"sources":["../../src/variables/default-mobile-translations.ts"],"sourcesContent":["type NotificationWording = {\n title: string;\n description: string;\n};\n\nexport type Translations = {\n accessTheLesson: string;\n appPodcast: {\n infoNewFeature: {\n title: string;\n message: string;\n cta: string;\n };\n podcast: string;\n podcasts: string;\n playlist: string;\n home: string;\n courseMode: string;\n allPlaylists: string;\n seeMore: string;\n podcastCoorpacademy: string;\n podcastCourseMode: string;\n podcastMode: string;\n switchText: string;\n switchCourseText: string;\n cancelSwitch: string;\n switchOk: string;\n seeLess: string;\n play: string;\n noResult: string;\n allEpisodes: string;\n seeAllEpisodes: string;\n addToFavorites: string;\n removeFromFavorites: string;\n shareEpisode: string;\n close: string;\n errorNetwork: string;\n bottomNavigation: {\n home: string;\n search: string;\n favorites: string;\n podcasts: string;\n };\n search: {\n byPlaylists: string;\n searchForPodcasts: string;\n searchTitle: string;\n searchText: string;\n searchSubText: string;\n };\n settings: {\n settings: string;\n wifi: string;\n high: string;\n medium: string;\n low: string;\n mobile: string;\n };\n favorites: {\n title: string;\n podcasts: string;\n addedToFavorites: string;\n removedFromFavorites: string;\n errorFavoriteAdd: string;\n errorFavorite: string;\n errorFavoriteRemove: string;\n };\n };\n appReview: {\n ariaLabel: string;\n presentation: {\n ariaLabel: string;\n title: string;\n text: string;\n labelList: {\n skills: {\n text: string;\n tooltip: string;\n };\n questions: {\n text: string;\n tooltip: string;\n };\n lifes: {\n text: string;\n tooltip: string;\n };\n allright: {\n text: string;\n tooltip: string;\n };\n };\n };\n listTitle: string;\n listAriaLabel: string;\n card: {\n ariaLabel: string;\n text: string;\n buttonText: string;\n };\n noSkills: {\n title: string;\n text: string;\n };\n };\n article: string;\n authenticationMagicLinkHeader: string;\n authenticationMagicLinkStepOneDescription: string;\n authenticationMagicLinkStepTwoDescription: string;\n authenticationMagicLinkStepThreeDescription: string;\n authenticationMagicLinkTitle: string;\n authenticationQRCodeHeader: string;\n authenticationQRCodeStepOneDescription: string;\n authenticationQRCodeStepTwoDescription: string;\n authenticationQRCodeStepThreeDescription: string;\n authenticationQRCodeTitle: string;\n authorizeNotifications: string;\n askForHelp: string;\n backToHome: string;\n bonus: string;\n cancel: string;\n clue: string;\n clueStarsToLoose: string;\n congratulations: string;\n connectionLost: string;\n connectionRestored: string;\n context: string;\n correction: string;\n dataLost: string;\n didYouKnowThat: string;\n finishCourse: string;\n finishCourseWordings: NotificationWording[];\n finishLearning: string;\n forYou: string;\n gameOver: string;\n getAnExtralife: string;\n goodAnswer: string;\n goodJob: string;\n goToQuestion: string;\n highscore: string;\n howToSignIn: string;\n iWantIt: string;\n keyPoint: string;\n lesson: string;\n logOut: string;\n needHelp: string;\n new: string;\n next: string;\n nextLevel: string;\n nextChapter: string;\n noResults: string;\n noResultsDescription: string;\n ok: string;\n ooops: string;\n open: string;\n openBrowser: string;\n openSettings: string;\n ouch: string;\n outOfLives: string;\n permission: string;\n permissionCamera: string;\n notifications: string;\n notificationSamples: NotificationWording[];\n permissionNotificationHeadline: string;\n permissionNotificationDescription: string;\n permissionNotificationAuthorize: string;\n currentlyDoingReminder: string;\n yesNotifyMe: string;\n maybeLater: string;\n platformHasBeenDisabled: string;\n podcast: string;\n question: string;\n quit: string;\n reactivatePlatform: string;\n refresh: string;\n refreshEnjoyLearning: string;\n refreshNotWorking: string;\n resumeLearning: string;\n retryLevel: string;\n retryChapter: string;\n relatedSubjects: string;\n scanQRCode: string;\n scorm: string;\n externalFinishCourse: string;\n search: string;\n seeClue: string;\n selectAnAnswer: string;\n selectSomethingBelow: string;\n settings: string;\n signInDesktop: string;\n signInMobile: string;\n startDemo: string;\n startLearning: string;\n step: string;\n suggestion: string;\n suggestionWordings: NotificationWording[];\n typeHere: string;\n unlockNextLevel: string;\n upgrade: string;\n upgradeDescription: string;\n validate: string;\n version: string;\n video: string;\n videoLoadingError: string;\n welcome: string;\n welcomeDescription: string;\n welcomeUser: string;\n winAdditionalStars: string;\n wrongAnswer: string;\n yourAnswer: string;\n yourAnswers: string;\n};\n\nconst defaultMobileTranslations: Translations = {\n accessTheLesson: 'Access the lesson',\n appPodcast: {\n podcast: 'Podcast',\n podcasts: 'Podcasts',\n playlist: 'Playlist',\n home: 'Home',\n courseMode: 'Course Mode',\n allPlaylists: 'All Playlists',\n seeMore: 'See more',\n podcastCoorpacademy: 'Coorpacademy',\n podcastCourseMode: 'Course mode',\n podcastMode: 'Podcast mode',\n switchText: 'Switching to Course mode will interrupt the listening.',\n switchCourseText: 'You are about to switch on Podcast mode',\n cancelSwitch: 'No, cancel',\n switchOk: 'Yes, switch',\n seeLess: 'See less',\n play: 'Play',\n noResult: 'No results!',\n allEpisodes: 'All episodes',\n seeAllEpisodes: 'See all episode',\n addToFavorites: 'Add to my favorites',\n removeFromFavorites: 'Remove from my favorites',\n shareEpisode: 'Share this episode',\n close: 'Close',\n errorNetwork: 'something went wrong',\n bottomNavigation: {\n home: 'Home',\n search: 'Search',\n favorites: 'Favorites',\n podcasts: 'podcasts'\n },\n search: {\n byPlaylists: 'By playlists',\n searchForPodcasts: 'Search for podcasts',\n searchTitle: 'Search',\n searchText: 'No results for',\n searchSubText: 'Please check the spelling or use other keywords'\n },\n settings: {\n settings: 'Settings',\n wifi: 'Wifi audio quality',\n high: 'High quality',\n medium: 'Medium quality',\n low: 'Low quality',\n mobile: 'Mobile audio quality'\n },\n favorites: {\n title: 'Favorites',\n podcasts: 'podcasts',\n addedToFavorites: 'Added to your favorites',\n removedFromFavorites: 'Removed from your favorites',\n errorFavoriteAdd: 'Could not add to your favorites. Please try again.',\n errorFavorite: 'There was an error',\n errorFavoriteRemove: 'Could not remove from your favorites. Please try again.'\n },\n infoNewFeature: {\n title: 'Introducing the new Podcast mode',\n message:\n 'Click on the button at the top of your app to discover a whole new audio experience',\n cta: 'Start learning'\n }\n },\n appReview: {\n ariaLabel: 'Review Skills Template',\n presentation: {\n ariaLabel: 'Review Presentation Container',\n title: 'What is<br/>Revision Mode ?',\n text: 'Information vanishes from your mind as soon as it enters it? It’s perfectly normal: there is no retention without repetition! To keep your knowledge in the long term, use the Revision Mode to refresh your memory!',\n labelList: {\n skills: {text: 'Choose 1 skill', tooltip: 'You can review one skill at a time.'},\n questions: {\n text: 'Answer 5 questions',\n tooltip: 'Answer the 5 questions correctly to validate your revision mode session.'\n },\n lifes: {\n text: 'You have infinite live',\n tooltip: 'You can answer as many times as you like to complete your session.'\n },\n allright: {\n text: 'Get it all right',\n tooltip: 'To validate your session, you must get a correct answer to each question.'\n }\n }\n },\n listTitle: 'Skills you can review',\n listAriaLabel: 'Review Skills Container',\n card: {\n ariaLabel: 'Skill Card',\n text: '{{total}} questions to review',\n buttonText: 'Review this skill'\n },\n noSkills: {\n title: 'You have no skill to revise yet',\n text: 'First you need to complete courses before you can review different skills.'\n }\n },\n article: 'Documents',\n authenticationMagicLinkHeader:\n 'Click on the link you received by email to connect to your platform',\n authenticationMagicLinkStepOneDescription:\n 'Go to your <b>professional mailbox</b> with this phone',\n authenticationMagicLinkStepTwoDescription:\n '<b>Open the email</b> with the invitation to download the Coorpacademy App',\n authenticationMagicLinkStepThreeDescription: 'Click on the button <b>\"Connect to the App\"</b>',\n authenticationMagicLinkTitle: 'Magic link',\n authenticationQRCodeHeader:\n \"Didn't receive an email? That's fine! We'll use a computer to verify your identity on the web platform\",\n authenticationQRCodeStepOneDescription:\n 'Connect to your learning platform <b>with a computer</b>',\n authenticationQRCodeStepTwoDescription:\n 'Go to <b>your Account</b> <br/>in the upper right-hand corner',\n authenticationQRCodeStepThreeDescription:\n '<b>Voilà!</b><br/>Scan your QR code using the button below',\n authenticationQRCodeTitle: 'QR Code',\n authorizeNotifications: 'Authorize notifications',\n askForHelp: 'Ask for help',\n backToHome: 'Back to home',\n bonus: 'Bonus!',\n cancel: 'Cancel',\n clue: 'Clue',\n clueStarsToLoose:\n 'Unlocking the clue reduces the stars you can gain on this question by {{count}} (if you get it right)',\n congratulations: 'Congratulations!',\n connectionLost: 'No Internet connection',\n connectionRestored: 'You are now connected to the Internet',\n context: 'Context',\n correction: 'Correction',\n currentlyDoingReminder: 'Currently doing reminder',\n dataLost: 'Your data seems to be lost',\n didYouKnowThat: 'Did you know that?',\n finishCourse: 'Finish Course',\n finishCourseWordings: [\n {\n title: \"Let's gets it done {{givenName}}! 🚀\",\n description: 'Complete this course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Your mission, should you choose to accept it 😎',\n description: 'Finish your course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, I bet you can do it! 💪',\n description: 'Finish the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Ready to learn {{givenName}}? 💪',\n description: 'Let\\'s complete \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, you are close to complete your course 🙃',\n description: 'Let\\'s finish \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Do you accept the challenge {{givenName}}? 💪',\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, your challenge of the day! 😉',\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: \"{{givenName}}, it's time to learn! 😉\",\n description: 'Continue your course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'How about learning {{givenName}}? 🚀',\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: \"Once it's done, it's done 🙃\",\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Your course is almost completed! ✓',\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, you are so close! 🙃',\n description: 'Just a few questions to complete \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Come on {{givenName}}, almost finished ☑',\n description: 'Complete your course: \\\\\"{{contentName}}\\\\\"'\n }\n ],\n finishLearning: 'Continue this one first',\n forYou: 'Our top picks for you',\n gameOver: 'Game over',\n getAnExtralife: 'Get an extra life by viewing the lesson',\n goodAnswer: 'Good answer',\n goodJob: 'Good job!',\n goToQuestion: 'Go to question',\n highscore: 'You have a new highscore<br><b>you just won {{score}} stars</b>',\n howToSignIn: 'Did you receive an email to download the app?',\n iWantIt: 'I want it !',\n keyPoint: 'Key point',\n lesson: 'Lesson',\n logOut: 'Log out',\n needHelp: 'Need help?',\n new: 'new',\n next: 'Next',\n nextChapter: 'Next chapter',\n nextLevel: 'Next level',\n noResults: 'No results',\n noResultsDescription: 'Your search did not have any results.<br/>Try searching other keywords.',\n notifications: 'Notifications',\n ok: 'OK',\n ooops: 'Ooops...',\n open: 'Open',\n openBrowser: 'Open <b>my mailbox</b>',\n openSettings: 'Open settings',\n ouch: 'Ouch...',\n outOfLives: 'You are out of lives!',\n notificationSamples: [\n {title: 'Challenge of the day 👊', description: 'Start the course<br><b>Online Customer</b>'}\n ],\n permission: 'Permission',\n permissionCamera:\n 'We need to access your camera in order to scan your QR code and authenticate you.',\n permissionNotificationHeadline: 'We help you stay motivated!',\n permissionNotificationDescription:\n 'Get notifications and stay on top of your goals. We promise not to blow up your phone a million times a day.',\n permissionNotificationAuthorize: 'Authorize notifications',\n maybeLater: 'Maybe later',\n platformHasBeenDisabled: 'The app has been disabled for your platform',\n podcast: 'Podcasts',\n question: 'Question',\n quit: 'Quit',\n reactivatePlatform:\n 'if you want to reactivate it, contact your manager or click on the link below and we will pass the message on',\n refresh: 'Refresh',\n refreshEnjoyLearning:\n 'in the network between Saturn and the Earth, please refresh in order to enjoy learning',\n refreshNotWorking: 'Refresh not working?',\n relatedSubjects: 'Recommended for you:',\n resumeLearning: 'Continue Learning',\n retryChapter: 'Retry chapter',\n retryLevel: 'Retry level',\n scanQRCode: 'Scan your <b>QR code</b>',\n scorm: 'Animated resources',\n externalFinishCourse: 'I have completed this course',\n search: 'Search',\n seeClue: 'See clue',\n selectSomethingBelow: 'Select something below',\n settings: 'Settings',\n startDemo: 'No account? <a href=\"/\"><b><u>Start trial!</u></b></a>',\n startLearning: 'You should start with this one',\n selectAnAnswer: 'Select an answer',\n signInDesktop: 'No',\n signInMobile: 'Yes',\n step: 'Step',\n suggestion: 'Course recommendations',\n suggestionWordings: [\n {\n title: '{{givenName}}, here is a course for you! 👀',\n description: 'Find out with this course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'In the mood for learning {{givenName}}? 🚀',\n description: 'Check out \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Your mission, should you choose to accept it 😎',\n description: 'Check out \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, your challenge of the day awaits you! 😉',\n description: 'Start the course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, take on the challenge 💪',\n description: 'Start the course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, broaden your horizons!',\n description: 'Find out more about \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: \"{{givenName}}, it's time to learn! 😉\",\n description: 'Start the course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: \"It's time to (re) launch {{givenName}} 🚀\",\n description: 'Start this course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, I bet you can do it! 💪',\n description: 'Start the course \\\\\"{{contentName}}\\\\\"'\n }\n ],\n typeHere: 'Type here',\n validate: 'Submit',\n version: 'Version',\n video: 'Videos',\n videoLoadingError: 'An error occurred while loading the video, please try again.',\n unlockNextLevel: 'You have just unlocked<br><b>{{levelName}} level</b>',\n upgrade: 'Upgrade',\n upgradeDescription:\n 'Your application has been updated! Please download the latest version to enjoy it.',\n winAdditionalStars:\n 'Win {{count}} additional stars in this chapter the first time you view a lesson!',\n welcome: 'Welcome',\n welcomeDescription: 'This app is linked to your account on your company’s Learning Platform.',\n welcomeUser: 'Welcome, {{displayname}}!',\n wrongAnswer: 'Wrong answer',\n yesNotifyMe: 'Yes, notify me',\n yourAnswer: 'Your answer:',\n yourAnswers: 'Your answers:'\n};\n\nexport default defaultMobileTranslations;\n"],"mappings":"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"}
@@ -12,6 +12,10 @@ export declare type Colors = {
12
12
  dark: string;
13
13
  extraDark: string;
14
14
  };
15
+ podcast: {
16
+ background: string;
17
+ primary: string;
18
+ };
15
19
  text: {
16
20
  primary: '#06265B';
17
21
  };
@@ -1 +1 @@
1
- {"version":3,"file":"theme.native.d.ts","sourceRoot":"","sources":["../../src/variables/theme.native.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;AAGvC,oBAAY,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAC;AAE5F,eAAO,MAAM,sBAAsB,YAAY,CAAC;AAEhD,oBAAY,MAAM,GAAG;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE;QACJ,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;QAChB,WAAW,EAAE,MAAM,CAAC;QACpB,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;QACb,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,IAAI,EAAE;QACJ,OAAO,EAAE,SAAS,CAAC;KACpB,CAAC;IACF,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,oBAAY,KAAK,GAAG;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE;QACP,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,MAAM,EAAE;QACN,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,EAAE,MAAM,CAAC;QACf,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,UAAU,EAAE;QACV,OAAO,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;QACjC,QAAQ,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;QAClC,IAAI,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;QAC9B,SAAS,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;KACpC,CAAC;IACF,QAAQ,EAAE;QACR,UAAU,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;QAClC,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;QAC7B,MAAM,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;QAC9B,OAAO,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;QAC/B,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;QAC7B,MAAM,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;QAC9B,OAAO,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;QAC/B,QAAQ,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;KACjC,CAAC;IACF,aAAa,EAAE;QACb,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;CACH,CAAC;AAEF,QAAA,MAAM,YAAY,EAAE,KA6DnB,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"theme.native.d.ts","sourceRoot":"","sources":["../../src/variables/theme.native.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;AAGvC,oBAAY,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAC;AAE5F,eAAO,MAAM,sBAAsB,YAAY,CAAC;AAEhD,oBAAY,MAAM,GAAG;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE;QACJ,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;QAChB,WAAW,EAAE,MAAM,CAAC;QACpB,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;QACb,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,OAAO,EAAE;QACP,UAAU,EAAE,MAAM,CAAC;QACnB,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,IAAI,EAAE;QACJ,OAAO,EAAE,SAAS,CAAC;KACpB,CAAC;IACF,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,oBAAY,KAAK,GAAG;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE;QACP,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,MAAM,EAAE;QACN,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,EAAE,MAAM,CAAC;QACf,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,UAAU,EAAE;QACV,OAAO,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;QACjC,QAAQ,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;QAClC,IAAI,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;QAC9B,SAAS,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;KACpC,CAAC;IACF,QAAQ,EAAE;QACR,UAAU,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;QAClC,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;QAC7B,MAAM,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;QAC9B,OAAO,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;QAC/B,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;QAC7B,MAAM,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;QAC9B,OAAO,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;QAC/B,QAAQ,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;KACjC,CAAC;IACF,aAAa,EAAE;QACb,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;CACH,CAAC;AAEF,QAAA,MAAM,YAAY,EAAE,KAiEnB,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -29,7 +29,11 @@ const defaultTheme = {
29
29
  black: '#14171A',
30
30
  battle: '#FFDE03',
31
31
  notification: '#FF7043',
32
- salmon: '#FDE2E5'
32
+ salmon: '#FDE2E5',
33
+ podcast: {
34
+ background: '#171721',
35
+ primary: '#FF541F'
36
+ }
33
37
  },
34
38
  spacing: {
35
39
  micro: 4,
@@ -1 +1 @@
1
- {"version":3,"file":"theme.native.js","names":["HTML_ANCHOR_TEXT_COLOR","defaultTheme","colors","border","gray","extra","lighter","light","lightMedium","medium","dark","extraDark","text","primary","cta","negative","COLORS","positive","white","black","battle","notification","salmon","spacing","micro","tiny","small","base","large","xlarge","radius","common","card","regular","search","button","thumbnail","fontWeight","semiBold","bold","extraBold","fontSize","extraSmall","xxlarge","xxxlarge","letterSpacing","header"],"sources":["../../src/variables/theme.native.ts"],"sourcesContent":["import {TextStyle} from 'react-native';\nimport {COLORS} from './colors';\n\nexport type SpaceType = 'micro' | 'tiny' | 'small' | 'base' | 'medium' | 'large' | 'xlarge';\n\nexport const HTML_ANCHOR_TEXT_COLOR = '#002BDB';\n\nexport type Colors = {\n border: string;\n gray: {\n extra: string;\n light: string;\n lighter: string;\n lightMedium: string;\n medium: string;\n dark: string;\n extraDark: string;\n };\n text: {\n primary: '#06265B';\n };\n cta: string;\n negative: string;\n positive: string;\n white: string;\n black: string;\n battle: string;\n notification: string;\n salmon: string;\n};\n\nexport type Theme = {\n colors: Colors;\n spacing: {\n micro: number;\n tiny: number;\n small: number;\n base: number;\n medium: number;\n large: number;\n xlarge: number;\n };\n radius: {\n button: number;\n common: number;\n card: number;\n medium: number;\n regular: number;\n search: number;\n thumbnail: number;\n };\n fontWeight: {\n regular: TextStyle['fontWeight'];\n semiBold: TextStyle['fontWeight'];\n bold: TextStyle['fontWeight'];\n extraBold: TextStyle['fontWeight'];\n };\n fontSize: {\n extraSmall: TextStyle['fontSize'];\n small: TextStyle['fontSize'];\n medium: TextStyle['fontSize'];\n regular: TextStyle['fontSize'];\n large: TextStyle['fontSize'];\n xlarge: TextStyle['fontSize'];\n xxlarge: TextStyle['fontSize'];\n xxxlarge: TextStyle['fontSize'];\n };\n letterSpacing: {\n header: number;\n };\n};\n\nconst defaultTheme: Theme = {\n colors: {\n border: 'rgba(0, 0, 0, 0.1)',\n gray: {\n extra: '#FAFAFA',\n lighter: '#F4F4F5',\n light: '#ededed',\n lightMedium: '#CFD8DC',\n medium: '#90A4AE',\n dark: '#546E7A',\n extraDark: '#323232'\n },\n text: {\n primary: '#06265B'\n },\n cta: '#0061FF',\n negative: COLORS.negative,\n positive: COLORS.positive,\n white: '#FFFFFF',\n black: '#14171A',\n battle: '#FFDE03',\n notification: '#FF7043',\n salmon: '#FDE2E5'\n },\n spacing: {\n micro: 4,\n tiny: 8,\n small: 16,\n base: 24,\n medium: 32,\n large: 48,\n xlarge: 64\n },\n radius: {\n common: 3,\n card: 5,\n regular: 8,\n medium: 12,\n search: 24,\n button: 32,\n thumbnail: 1000\n },\n fontWeight: {\n regular: '400',\n semiBold: '500',\n bold: '700',\n extraBold: '900'\n },\n fontSize: {\n extraSmall: 10,\n small: 12,\n medium: 13,\n regular: 15,\n large: 17,\n xlarge: 22,\n xxlarge: 28,\n xxxlarge: 40\n },\n letterSpacing: {\n header: 5\n }\n};\n\nexport default defaultTheme;\n"],"mappings":";;;;;AACA;;AAIO,MAAMA,sBAAsB,GAAG,SAA/B;;AAmEP,MAAMC,YAAmB,GAAG;EAC1BC,MAAM,EAAE;IACNC,MAAM,EAAE,oBADF;IAENC,IAAI,EAAE;MACJC,KAAK,EAAE,SADH;MAEJC,OAAO,EAAE,SAFL;MAGJC,KAAK,EAAE,SAHH;MAIJC,WAAW,EAAE,SAJT;MAKJC,MAAM,EAAE,SALJ;MAMJC,IAAI,EAAE,SANF;MAOJC,SAAS,EAAE;IAPP,CAFA;IAWNC,IAAI,EAAE;MACJC,OAAO,EAAE;IADL,CAXA;IAcNC,GAAG,EAAE,SAdC;IAeNC,QAAQ,EAAEC,cAAA,CAAOD,QAfX;IAgBNE,QAAQ,EAAED,cAAA,CAAOC,QAhBX;IAiBNC,KAAK,EAAE,SAjBD;IAkBNC,KAAK,EAAE,SAlBD;IAmBNC,MAAM,EAAE,SAnBF;IAoBNC,YAAY,EAAE,SApBR;IAqBNC,MAAM,EAAE;EArBF,CADkB;EAwB1BC,OAAO,EAAE;IACPC,KAAK,EAAE,CADA;IAEPC,IAAI,EAAE,CAFC;IAGPC,KAAK,EAAE,EAHA;IAIPC,IAAI,EAAE,EAJC;IAKPlB,MAAM,EAAE,EALD;IAMPmB,KAAK,EAAE,EANA;IAOPC,MAAM,EAAE;EAPD,CAxBiB;EAiC1BC,MAAM,EAAE;IACNC,MAAM,EAAE,CADF;IAENC,IAAI,EAAE,CAFA;IAGNC,OAAO,EAAE,CAHH;IAINxB,MAAM,EAAE,EAJF;IAKNyB,MAAM,EAAE,EALF;IAMNC,MAAM,EAAE,EANF;IAONC,SAAS,EAAE;EAPL,CAjCkB;EA0C1BC,UAAU,EAAE;IACVJ,OAAO,EAAE,KADC;IAEVK,QAAQ,EAAE,KAFA;IAGVC,IAAI,EAAE,KAHI;IAIVC,SAAS,EAAE;EAJD,CA1Cc;EAgD1BC,QAAQ,EAAE;IACRC,UAAU,EAAE,EADJ;IAERhB,KAAK,EAAE,EAFC;IAGRjB,MAAM,EAAE,EAHA;IAIRwB,OAAO,EAAE,EAJD;IAKRL,KAAK,EAAE,EALC;IAMRC,MAAM,EAAE,EANA;IAORc,OAAO,EAAE,EAPD;IAQRC,QAAQ,EAAE;EARF,CAhDgB;EA0D1BC,aAAa,EAAE;IACbC,MAAM,EAAE;EADK;AA1DW,CAA5B;eA+De7C,Y"}
1
+ {"version":3,"file":"theme.native.js","names":["HTML_ANCHOR_TEXT_COLOR","defaultTheme","colors","border","gray","extra","lighter","light","lightMedium","medium","dark","extraDark","text","primary","cta","negative","COLORS","positive","white","black","battle","notification","salmon","podcast","background","spacing","micro","tiny","small","base","large","xlarge","radius","common","card","regular","search","button","thumbnail","fontWeight","semiBold","bold","extraBold","fontSize","extraSmall","xxlarge","xxxlarge","letterSpacing","header"],"sources":["../../src/variables/theme.native.ts"],"sourcesContent":["import {TextStyle} from 'react-native';\nimport {COLORS} from './colors';\n\nexport type SpaceType = 'micro' | 'tiny' | 'small' | 'base' | 'medium' | 'large' | 'xlarge';\n\nexport const HTML_ANCHOR_TEXT_COLOR = '#002BDB';\n\nexport type Colors = {\n border: string;\n gray: {\n extra: string;\n light: string;\n lighter: string;\n lightMedium: string;\n medium: string;\n dark: string;\n extraDark: string;\n };\n podcast: {\n background: string;\n primary: string;\n };\n text: {\n primary: '#06265B';\n };\n cta: string;\n negative: string;\n positive: string;\n white: string;\n black: string;\n battle: string;\n notification: string;\n salmon: string;\n};\n\nexport type Theme = {\n colors: Colors;\n spacing: {\n micro: number;\n tiny: number;\n small: number;\n base: number;\n medium: number;\n large: number;\n xlarge: number;\n };\n radius: {\n button: number;\n common: number;\n card: number;\n medium: number;\n regular: number;\n search: number;\n thumbnail: number;\n };\n fontWeight: {\n regular: TextStyle['fontWeight'];\n semiBold: TextStyle['fontWeight'];\n bold: TextStyle['fontWeight'];\n extraBold: TextStyle['fontWeight'];\n };\n fontSize: {\n extraSmall: TextStyle['fontSize'];\n small: TextStyle['fontSize'];\n medium: TextStyle['fontSize'];\n regular: TextStyle['fontSize'];\n large: TextStyle['fontSize'];\n xlarge: TextStyle['fontSize'];\n xxlarge: TextStyle['fontSize'];\n xxxlarge: TextStyle['fontSize'];\n };\n letterSpacing: {\n header: number;\n };\n};\n\nconst defaultTheme: Theme = {\n colors: {\n border: 'rgba(0, 0, 0, 0.1)',\n gray: {\n extra: '#FAFAFA',\n lighter: '#F4F4F5',\n light: '#ededed',\n lightMedium: '#CFD8DC',\n medium: '#90A4AE',\n dark: '#546E7A',\n extraDark: '#323232'\n },\n text: {\n primary: '#06265B'\n },\n cta: '#0061FF',\n negative: COLORS.negative,\n positive: COLORS.positive,\n white: '#FFFFFF',\n black: '#14171A',\n battle: '#FFDE03',\n notification: '#FF7043',\n salmon: '#FDE2E5',\n podcast: {\n background: '#171721',\n primary: '#FF541F'\n }\n },\n spacing: {\n micro: 4,\n tiny: 8,\n small: 16,\n base: 24,\n medium: 32,\n large: 48,\n xlarge: 64\n },\n radius: {\n common: 3,\n card: 5,\n regular: 8,\n medium: 12,\n search: 24,\n button: 32,\n thumbnail: 1000\n },\n fontWeight: {\n regular: '400',\n semiBold: '500',\n bold: '700',\n extraBold: '900'\n },\n fontSize: {\n extraSmall: 10,\n small: 12,\n medium: 13,\n regular: 15,\n large: 17,\n xlarge: 22,\n xxlarge: 28,\n xxxlarge: 40\n },\n letterSpacing: {\n header: 5\n }\n};\n\nexport default defaultTheme;\n"],"mappings":";;;;;AACA;;AAIO,MAAMA,sBAAsB,GAAG,SAA/B;;AAuEP,MAAMC,YAAmB,GAAG;EAC1BC,MAAM,EAAE;IACNC,MAAM,EAAE,oBADF;IAENC,IAAI,EAAE;MACJC,KAAK,EAAE,SADH;MAEJC,OAAO,EAAE,SAFL;MAGJC,KAAK,EAAE,SAHH;MAIJC,WAAW,EAAE,SAJT;MAKJC,MAAM,EAAE,SALJ;MAMJC,IAAI,EAAE,SANF;MAOJC,SAAS,EAAE;IAPP,CAFA;IAWNC,IAAI,EAAE;MACJC,OAAO,EAAE;IADL,CAXA;IAcNC,GAAG,EAAE,SAdC;IAeNC,QAAQ,EAAEC,cAAA,CAAOD,QAfX;IAgBNE,QAAQ,EAAED,cAAA,CAAOC,QAhBX;IAiBNC,KAAK,EAAE,SAjBD;IAkBNC,KAAK,EAAE,SAlBD;IAmBNC,MAAM,EAAE,SAnBF;IAoBNC,YAAY,EAAE,SApBR;IAqBNC,MAAM,EAAE,SArBF;IAsBNC,OAAO,EAAE;MACPC,UAAU,EAAE,SADL;MAEPX,OAAO,EAAE;IAFF;EAtBH,CADkB;EA4B1BY,OAAO,EAAE;IACPC,KAAK,EAAE,CADA;IAEPC,IAAI,EAAE,CAFC;IAGPC,KAAK,EAAE,EAHA;IAIPC,IAAI,EAAE,EAJC;IAKPpB,MAAM,EAAE,EALD;IAMPqB,KAAK,EAAE,EANA;IAOPC,MAAM,EAAE;EAPD,CA5BiB;EAqC1BC,MAAM,EAAE;IACNC,MAAM,EAAE,CADF;IAENC,IAAI,EAAE,CAFA;IAGNC,OAAO,EAAE,CAHH;IAIN1B,MAAM,EAAE,EAJF;IAKN2B,MAAM,EAAE,EALF;IAMNC,MAAM,EAAE,EANF;IAONC,SAAS,EAAE;EAPL,CArCkB;EA8C1BC,UAAU,EAAE;IACVJ,OAAO,EAAE,KADC;IAEVK,QAAQ,EAAE,KAFA;IAGVC,IAAI,EAAE,KAHI;IAIVC,SAAS,EAAE;EAJD,CA9Cc;EAoD1BC,QAAQ,EAAE;IACRC,UAAU,EAAE,EADJ;IAERhB,KAAK,EAAE,EAFC;IAGRnB,MAAM,EAAE,EAHA;IAIR0B,OAAO,EAAE,EAJD;IAKRL,KAAK,EAAE,EALC;IAMRC,MAAM,EAAE,EANA;IAORc,OAAO,EAAE,EAPD;IAQRC,QAAQ,EAAE;EARF,CApDgB;EA8D1BC,aAAa,EAAE;IACbC,MAAM,EAAE;EADK;AA9DW,CAA5B;eAmEe/C,Y"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "10.27.1",
3
+ "version": "10.27.2",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -157,5 +157,5 @@
157
157
  "last 2 versions",
158
158
  "IE 11"
159
159
  ],
160
- "gitHead": "30f01e5fd98b051b3fe6f782bc302079f0dcfbf9"
160
+ "gitHead": "eeed1f4a5b8f31270c33a00433de4b8efab609d7"
161
161
  }