@capillarytech/creatives-library 7.12.13 → 7.12.14

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "7.12.13",
4
+ "version": "7.12.14",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -215,7 +215,7 @@ export const LANGUAGE_OPTIONS = [
215
215
  value: 'fr',
216
216
  label: <FormattedMessage {...messages.french} />,
217
217
  },
218
- // commenting this as twilio api is thrwing some error on this lang
218
+ // commenting this as twilio api is throwing some error on this lang
219
219
  // will uncomment once this issue will be resolved by twilio api
220
220
  // {
221
221
  // value: 'ka',
@@ -273,18 +273,22 @@ export const LANGUAGE_OPTIONS = [
273
273
  value: 'kk',
274
274
  label: <FormattedMessage {...messages.kazakh} />,
275
275
  },
276
- {
277
- value: 'rw_RW',
278
- label: <FormattedMessage {...messages.kinyarwanda} />,
279
- },
276
+ // commenting this as twilio api is throwing some error on this lang
277
+ // will uncomment once this issue will be resolved by twilio api
278
+ // {
279
+ // value: 'rw_RW',
280
+ // label: <FormattedMessage {...messages.kinyarwanda} />,
281
+ // },
280
282
  {
281
283
  value: 'ko',
282
284
  label: <FormattedMessage {...messages.korean} />,
283
285
  },
284
- {
285
- value: 'ky_KG',
286
- label: <FormattedMessage {...messages.kyrgyz} />,
287
- },
286
+ // commenting this as twilio api is throwing some error on this lang
287
+ // will uncomment once this issue will be resolved by twilio api
288
+ // {
289
+ // value: 'ky_KG',
290
+ // label: <FormattedMessage {...messages.kyrgyz} />,
291
+ // },
288
292
  {
289
293
  value: 'lo',
290
294
  label: <FormattedMessage {...messages.lao} />,
@@ -305,10 +309,12 @@ export const LANGUAGE_OPTIONS = [
305
309
  value: 'ms',
306
310
  label: <FormattedMessage {...messages.malay} />,
307
311
  },
308
- {
309
- value: 'ml',
310
- label: <FormattedMessage {...messages.malayalam} />,
311
- },
312
+ // commenting this as twilio api is throwing some error on this lang
313
+ // will uncomment once this issue will be resolved by twilio api
314
+ // {
315
+ // value: 'ml',
316
+ // label: <FormattedMessage {...messages.malayalam} />,
317
+ // },
312
318
  {
313
319
  value: 'mr',
314
320
  label: <FormattedMessage {...messages.marathi} />,