@coorpacademy/components 11.22.1 → 11.22.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 (77) hide show
  1. package/es/atom/button-link/index.js +4 -2
  2. package/es/atom/button-link/index.js.map +1 -1
  3. package/es/molecule/bulk-infos/index.d.ts.map +1 -1
  4. package/es/molecule/bulk-infos/index.js +15 -6
  5. package/es/molecule/bulk-infos/index.js.map +1 -1
  6. package/es/molecule/bulk-infos/style.css +9 -2
  7. package/es/molecule/cm-popin/types.d.ts +1 -0
  8. package/es/molecule/cm-popin/types.d.ts.map +1 -1
  9. package/es/molecule/questions/template/index.d.ts +1 -1
  10. package/es/organism/list-items/index.d.ts +3 -1
  11. package/es/organism/list-items/index.d.ts.map +1 -1
  12. package/es/organism/list-items/index.js +11 -3
  13. package/es/organism/list-items/index.js.map +1 -1
  14. package/es/organism/list-items/style.css +14 -0
  15. package/es/organism/wizard-contents/index.d.ts.map +1 -1
  16. package/es/organism/wizard-contents/index.js +1 -1
  17. package/es/organism/wizard-contents/index.js.map +1 -1
  18. package/es/template/app-player/loading/index.d.ts +1 -0
  19. package/es/template/app-player/player/index.d.ts +2 -0
  20. package/es/template/app-player/player/slides/index.d.ts +1 -0
  21. package/es/template/app-player/player/slides/index.d.ts.map +1 -1
  22. package/es/template/app-player/popin-correction/index.d.ts +1 -0
  23. package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
  24. package/es/template/app-player/popin-end/index.d.ts +1 -0
  25. package/es/template/app-review/index.d.ts +1 -0
  26. package/es/template/app-review/index.d.ts.map +1 -1
  27. package/es/template/app-review/player/prop-types.d.ts +1 -0
  28. package/es/template/app-review/player/prop-types.d.ts.map +1 -1
  29. package/es/template/app-review/prop-types.d.ts +1 -0
  30. package/es/template/app-review/prop-types.d.ts.map +1 -1
  31. package/es/template/back-office/brand-update/index.d.ts +2 -0
  32. package/es/template/common/dashboard/index.d.ts +2 -0
  33. package/es/template/common/search-page/index.d.ts +1 -0
  34. package/es/template/external-course/index.d.ts +1 -0
  35. package/es/util/button-icons.d.ts +10 -0
  36. package/es/util/button-icons.d.ts.map +1 -1
  37. package/es/util/button-icons.js +3 -1
  38. package/es/util/button-icons.js.map +1 -1
  39. package/lib/atom/button-link/index.js +4 -2
  40. package/lib/atom/button-link/index.js.map +1 -1
  41. package/lib/molecule/bulk-infos/index.d.ts.map +1 -1
  42. package/lib/molecule/bulk-infos/index.js +16 -6
  43. package/lib/molecule/bulk-infos/index.js.map +1 -1
  44. package/lib/molecule/bulk-infos/style.css +9 -2
  45. package/lib/molecule/cm-popin/types.d.ts +1 -0
  46. package/lib/molecule/cm-popin/types.d.ts.map +1 -1
  47. package/lib/molecule/questions/template/index.d.ts +1 -1
  48. package/lib/organism/list-items/index.d.ts +3 -1
  49. package/lib/organism/list-items/index.d.ts.map +1 -1
  50. package/lib/organism/list-items/index.js +12 -3
  51. package/lib/organism/list-items/index.js.map +1 -1
  52. package/lib/organism/list-items/style.css +14 -0
  53. package/lib/organism/wizard-contents/index.d.ts.map +1 -1
  54. package/lib/organism/wizard-contents/index.js +1 -1
  55. package/lib/organism/wizard-contents/index.js.map +1 -1
  56. package/lib/template/app-player/loading/index.d.ts +1 -0
  57. package/lib/template/app-player/player/index.d.ts +2 -0
  58. package/lib/template/app-player/player/slides/index.d.ts +1 -0
  59. package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
  60. package/lib/template/app-player/popin-correction/index.d.ts +1 -0
  61. package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
  62. package/lib/template/app-player/popin-end/index.d.ts +1 -0
  63. package/lib/template/app-review/index.d.ts +1 -0
  64. package/lib/template/app-review/index.d.ts.map +1 -1
  65. package/lib/template/app-review/player/prop-types.d.ts +1 -0
  66. package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
  67. package/lib/template/app-review/prop-types.d.ts +1 -0
  68. package/lib/template/app-review/prop-types.d.ts.map +1 -1
  69. package/lib/template/back-office/brand-update/index.d.ts +2 -0
  70. package/lib/template/common/dashboard/index.d.ts +2 -0
  71. package/lib/template/common/search-page/index.d.ts +1 -0
  72. package/lib/template/external-course/index.d.ts +1 -0
  73. package/lib/util/button-icons.d.ts +10 -0
  74. package/lib/util/button-icons.d.ts.map +1 -1
  75. package/lib/util/button-icons.js +6 -1
  76. package/lib/util/button-icons.js.map +1 -1
  77. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGd,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGd,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -475,6 +475,7 @@ declare namespace BrandUpdate {
475
475
  emptyStateSecondMessage: PropTypes.Requireable<string>;
476
476
  }> | null | undefined>>;
477
477
  title: PropTypes.Requireable<string>;
478
+ isFetching: PropTypes.Requireable<boolean>;
478
479
  }> | PropTypes.InferProps<{
479
480
  key: PropTypes.Requireable<string>;
480
481
  type: PropTypes.Requireable<string>;
@@ -950,6 +951,7 @@ declare namespace BrandUpdate {
950
951
  emptyStateSecondMessage: PropTypes.Requireable<string>;
951
952
  }> | null | undefined>>;
952
953
  title: PropTypes.Requireable<string>;
954
+ isFetching: PropTypes.Requireable<boolean>;
953
955
  }> | null | undefined>>;
954
956
  }>>;
955
957
  link: PropTypes.Requireable<PropTypes.InferProps<{
@@ -249,6 +249,7 @@ declare namespace Dashboard {
249
249
  emptyStateSecondMessage: PropTypes.Requireable<string>;
250
250
  }> | null | undefined>>;
251
251
  title: PropTypes.Requireable<string>;
252
+ isFetching: PropTypes.Requireable<boolean>;
252
253
  }> | null | undefined>>;
253
254
  }>>;
254
255
  link: PropTypes.Requireable<PropTypes.InferProps<{
@@ -517,6 +518,7 @@ declare namespace Dashboard {
517
518
  emptyStateSecondMessage: PropTypes.Requireable<string>;
518
519
  }> | null | undefined>>;
519
520
  title: PropTypes.Requireable<string>;
521
+ isFetching: PropTypes.Requireable<boolean>;
520
522
  }> | null | undefined>>;
521
523
  }>>;
522
524
  link: PropTypes.Requireable<PropTypes.InferProps<{
@@ -421,6 +421,7 @@ declare namespace SearchPage {
421
421
  emptyStateSecondMessage: PropTypes.Requireable<string>;
422
422
  }> | null | undefined>>;
423
423
  title: PropTypes.Requireable<string>;
424
+ isFetching: PropTypes.Requireable<boolean>;
424
425
  }> | null | undefined>>;
425
426
  }>>;
426
427
  link: PropTypes.Requireable<PropTypes.InferProps<{
@@ -266,6 +266,7 @@ declare namespace ExternalCourse {
266
266
  emptyStateSecondMessage: PropTypes.Requireable<string>;
267
267
  }> | null | undefined>>;
268
268
  title: PropTypes.Requireable<string>;
269
+ isFetching: PropTypes.Requireable<boolean>;
269
270
  }> | null | undefined>>;
270
271
  }>>;
271
272
  link: PropTypes.Requireable<PropTypes.InferProps<{
@@ -19,5 +19,15 @@ export const ICONS: {
19
19
  pdf: any;
20
20
  back: any;
21
21
  delete: any;
22
+ loader: {
23
+ ({ className, theme }: {
24
+ className: any;
25
+ theme?: string | undefined;
26
+ }): JSX.Element;
27
+ propTypes: {
28
+ className: import("prop-types").Requireable<string>;
29
+ theme: import("prop-types").Requireable<string>;
30
+ };
31
+ };
22
32
  };
23
33
  //# sourceMappingURL=button-icons.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"button-icons.d.ts","sourceRoot":"","sources":["../../src/util/button-icons.js"],"names":[],"mappings":"AAuBA;;;;;;;;;;;;;;;;;;;;;EAqBE"}
1
+ {"version":3,"file":"button-icons.d.ts","sourceRoot":"","sources":["../../src/util/button-icons.js"],"names":[],"mappings":"AAwBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsBE"}
@@ -5,6 +5,10 @@ exports.ICONS = void 0;
5
5
 
6
6
  var _novaIcons = require("@coorpacademy/nova-icons");
7
7
 
8
+ var _loader = _interopRequireDefault(require("../atom/loader"));
9
+
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+
8
12
  const ICONS = {
9
13
  add: _novaIcons.NovaSolidRemoveAddAddCircle1,
10
14
  analytics: _novaIcons.NovaCompositionCoorpacademyAnalytics,
@@ -25,7 +29,8 @@ const ICONS = {
25
29
  down: _novaIcons.NovaCompositionNavigationArrowDown,
26
30
  pdf: _novaIcons.NovaLineFilesOfficeFileOfficePdf,
27
31
  back: _novaIcons.NovaCompositionNavigationArrowLeft,
28
- delete: _novaIcons.NovaSolidContentEditionDelete1
32
+ delete: _novaIcons.NovaSolidContentEditionDelete1,
33
+ loader: _loader.default
29
34
  };
30
35
  exports.ICONS = ICONS;
31
36
  //# sourceMappingURL=button-icons.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"button-icons.js","names":["ICONS","add","AddIcon","analytics","AnalyticsIcon","bin","BinIcon","BulletPointIcon","ChevronLeftIcon","ChevronRightIcon","close","CloseIcon","edit","EditIcon","key","KlfIcon","list","ListIcon","logout","LogoutIcon","publish","PublishIcon","save","SaveIcon","see","EyeIcon","folders","FoldersIcon","upload","UploadIcon","down","ArrowDown","pdf","PDF","back","ArrowLeft","delete","DeleteIcon"],"sources":["../../src/util/button-icons.js"],"sourcesContent":["import {\n NovaSolidRemoveAddAddCircle1 as AddIcon,\n NovaCompositionCoorpacademyAnalytics as AnalyticsIcon,\n NovaSolidContentEditionBin as BinIcon,\n NovaCompositionCoorpacademyBulletPoint as BulletPointIcon,\n NovaCompositionNavigationArrowLeft as ChevronLeftIcon,\n NovaCompositionNavigationArrowRight as ChevronRightIcon,\n NovaSolidStatusClose as CloseIcon,\n NovaSolidContentEditionPencilWrite as EditIcon,\n NovaCompositionCoorpacademyEye as EyeIcon,\n NovaSolidContentContentViewModule1 as ListIcon,\n NovaSolidLoginLogout1 as LogoutIcon,\n NovaSolidApplicationsWindowUpload3 as PublishIcon,\n NovaSolidComputersSdCard as SaveIcon,\n NovaLineLoginKey1 as KlfIcon,\n NovaSolidFilesFoldersFolders as FoldersIcon,\n NovaSolidFilesBasicFileUpload2 as UploadIcon,\n NovaCompositionNavigationArrowDown as ArrowDown,\n NovaCompositionNavigationArrowLeft as ArrowLeft,\n NovaLineFilesOfficeFileOfficePdf as PDF,\n NovaSolidContentEditionDelete1 as DeleteIcon\n} from '@coorpacademy/nova-icons';\n\nexport const ICONS = {\n add: AddIcon,\n analytics: AnalyticsIcon,\n bin: BinIcon,\n 'bullet-point': BulletPointIcon,\n 'chevron-left': ChevronLeftIcon,\n 'chevron-right': ChevronRightIcon,\n close: CloseIcon,\n edit: EditIcon,\n key: KlfIcon,\n list: ListIcon,\n logout: LogoutIcon,\n publish: PublishIcon,\n save: SaveIcon,\n see: EyeIcon,\n folders: FoldersIcon,\n upload: UploadIcon,\n down: ArrowDown,\n pdf: PDF,\n back: ArrowLeft,\n delete: DeleteIcon\n};\n"],"mappings":";;;;;AAAA;;AAuBO,MAAMA,KAAK,GAAG;EACnBC,GAAG,EAAEC,uCADc;EAEnBC,SAAS,EAAEC,+CAFQ;EAGnBC,GAAG,EAAEC,qCAHc;EAInB,gBAAgBC,iDAJG;EAKnB,gBAAgBC,6CALG;EAMnB,iBAAiBC,8CANE;EAOnBC,KAAK,EAAEC,+BAPY;EAQnBC,IAAI,EAAEC,6CARa;EASnBC,GAAG,EAAEC,4BATc;EAUnBC,IAAI,EAAEC,6CAVa;EAWnBC,MAAM,EAAEC,gCAXW;EAYnBC,OAAO,EAAEC,6CAZU;EAanBC,IAAI,EAAEC,mCAba;EAcnBC,GAAG,EAAEC,yCAdc;EAenBC,OAAO,EAAEC,uCAfU;EAgBnBC,MAAM,EAAEC,yCAhBW;EAiBnBC,IAAI,EAAEC,6CAjBa;EAkBnBC,GAAG,EAAEC,2CAlBc;EAmBnBC,IAAI,EAAEC,6CAnBa;EAoBnBC,MAAM,EAAEC;AApBW,CAAd"}
1
+ {"version":3,"file":"button-icons.js","names":["ICONS","add","AddIcon","analytics","AnalyticsIcon","bin","BinIcon","BulletPointIcon","ChevronLeftIcon","ChevronRightIcon","close","CloseIcon","edit","EditIcon","key","KlfIcon","list","ListIcon","logout","LogoutIcon","publish","PublishIcon","save","SaveIcon","see","EyeIcon","folders","FoldersIcon","upload","UploadIcon","down","ArrowDown","pdf","PDF","back","ArrowLeft","delete","DeleteIcon","loader","Loader"],"sources":["../../src/util/button-icons.js"],"sourcesContent":["import {\n NovaSolidRemoveAddAddCircle1 as AddIcon,\n NovaCompositionCoorpacademyAnalytics as AnalyticsIcon,\n NovaSolidContentEditionBin as BinIcon,\n NovaCompositionCoorpacademyBulletPoint as BulletPointIcon,\n NovaCompositionNavigationArrowLeft as ChevronLeftIcon,\n NovaCompositionNavigationArrowRight as ChevronRightIcon,\n NovaSolidStatusClose as CloseIcon,\n NovaSolidContentEditionPencilWrite as EditIcon,\n NovaCompositionCoorpacademyEye as EyeIcon,\n NovaSolidContentContentViewModule1 as ListIcon,\n NovaSolidLoginLogout1 as LogoutIcon,\n NovaSolidApplicationsWindowUpload3 as PublishIcon,\n NovaSolidComputersSdCard as SaveIcon,\n NovaLineLoginKey1 as KlfIcon,\n NovaSolidFilesFoldersFolders as FoldersIcon,\n NovaSolidFilesBasicFileUpload2 as UploadIcon,\n NovaCompositionNavigationArrowDown as ArrowDown,\n NovaCompositionNavigationArrowLeft as ArrowLeft,\n NovaLineFilesOfficeFileOfficePdf as PDF,\n NovaSolidContentEditionDelete1 as DeleteIcon\n} from '@coorpacademy/nova-icons';\nimport Loader from '../atom/loader';\n\nexport const ICONS = {\n add: AddIcon,\n analytics: AnalyticsIcon,\n bin: BinIcon,\n 'bullet-point': BulletPointIcon,\n 'chevron-left': ChevronLeftIcon,\n 'chevron-right': ChevronRightIcon,\n close: CloseIcon,\n edit: EditIcon,\n key: KlfIcon,\n list: ListIcon,\n logout: LogoutIcon,\n publish: PublishIcon,\n save: SaveIcon,\n see: EyeIcon,\n folders: FoldersIcon,\n upload: UploadIcon,\n down: ArrowDown,\n pdf: PDF,\n back: ArrowLeft,\n delete: DeleteIcon,\n loader: Loader\n};\n"],"mappings":";;;;;AAAA;;AAsBA;;;;AAEO,MAAMA,KAAK,GAAG;EACnBC,GAAG,EAAEC,uCADc;EAEnBC,SAAS,EAAEC,+CAFQ;EAGnBC,GAAG,EAAEC,qCAHc;EAInB,gBAAgBC,iDAJG;EAKnB,gBAAgBC,6CALG;EAMnB,iBAAiBC,8CANE;EAOnBC,KAAK,EAAEC,+BAPY;EAQnBC,IAAI,EAAEC,6CARa;EASnBC,GAAG,EAAEC,4BATc;EAUnBC,IAAI,EAAEC,6CAVa;EAWnBC,MAAM,EAAEC,gCAXW;EAYnBC,OAAO,EAAEC,6CAZU;EAanBC,IAAI,EAAEC,mCAba;EAcnBC,GAAG,EAAEC,yCAdc;EAenBC,OAAO,EAAEC,uCAfU;EAgBnBC,MAAM,EAAEC,yCAhBW;EAiBnBC,IAAI,EAAEC,6CAjBa;EAkBnBC,GAAG,EAAEC,2CAlBc;EAmBnBC,IAAI,EAAEC,6CAnBa;EAoBnBC,MAAM,EAAEC,yCApBW;EAqBnBC,MAAM,EAAEC;AArBW,CAAd"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.22.1",
3
+ "version": "11.22.2",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -168,5 +168,5 @@
168
168
  "last 2 versions",
169
169
  "IE 11"
170
170
  ],
171
- "gitHead": "65518b18c8a8da3ad423d840afeda35ed48dd3d7"
171
+ "gitHead": "f35f542cc18dd1cc41eb83f71c5fff3db763a0f8"
172
172
  }