@coorpacademy/components 11.22.0 → 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.
- package/es/atom/button-link/index.js +4 -2
- package/es/atom/button-link/index.js.map +1 -1
- package/es/molecule/bulk-infos/index.d.ts.map +1 -1
- package/es/molecule/bulk-infos/index.js +15 -6
- package/es/molecule/bulk-infos/index.js.map +1 -1
- package/es/molecule/bulk-infos/style.css +9 -2
- package/es/molecule/cm-popin/types.d.ts +1 -0
- package/es/molecule/cm-popin/types.d.ts.map +1 -1
- package/es/molecule/questions/template/index.d.ts +1 -1
- package/es/organism/brand-analytics/index.js +2 -2
- package/es/organism/brand-analytics/index.js.map +1 -1
- package/es/organism/list-items/index.d.ts +3 -1
- package/es/organism/list-items/index.d.ts.map +1 -1
- package/es/organism/list-items/index.js +11 -3
- package/es/organism/list-items/index.js.map +1 -1
- package/es/organism/list-items/style.css +14 -0
- package/es/organism/wizard-contents/index.d.ts.map +1 -1
- package/es/organism/wizard-contents/index.js +1 -1
- package/es/organism/wizard-contents/index.js.map +1 -1
- package/es/template/app-player/loading/index.d.ts +1 -0
- package/es/template/app-player/player/index.d.ts +2 -0
- package/es/template/app-player/player/slides/index.d.ts +1 -0
- package/es/template/app-player/player/slides/index.d.ts.map +1 -1
- package/es/template/app-player/popin-correction/index.d.ts +1 -0
- package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/es/template/app-player/popin-end/index.d.ts +1 -0
- package/es/template/app-review/index.d.ts +1 -0
- package/es/template/app-review/index.d.ts.map +1 -1
- package/es/template/app-review/player/prop-types.d.ts +1 -0
- package/es/template/app-review/player/prop-types.d.ts.map +1 -1
- package/es/template/app-review/prop-types.d.ts +1 -0
- package/es/template/app-review/prop-types.d.ts.map +1 -1
- package/es/template/back-office/brand-update/index.d.ts +2 -0
- package/es/template/common/dashboard/index.d.ts +2 -0
- package/es/template/common/search-page/index.d.ts +1 -0
- package/es/template/external-course/index.d.ts +1 -0
- package/es/util/button-icons.d.ts +10 -0
- package/es/util/button-icons.d.ts.map +1 -1
- package/es/util/button-icons.js +3 -1
- package/es/util/button-icons.js.map +1 -1
- package/lib/atom/button-link/index.js +4 -2
- package/lib/atom/button-link/index.js.map +1 -1
- package/lib/molecule/bulk-infos/index.d.ts.map +1 -1
- package/lib/molecule/bulk-infos/index.js +16 -6
- package/lib/molecule/bulk-infos/index.js.map +1 -1
- package/lib/molecule/bulk-infos/style.css +9 -2
- package/lib/molecule/cm-popin/types.d.ts +1 -0
- package/lib/molecule/cm-popin/types.d.ts.map +1 -1
- package/lib/molecule/questions/template/index.d.ts +1 -1
- package/lib/organism/brand-analytics/index.js +2 -2
- package/lib/organism/brand-analytics/index.js.map +1 -1
- package/lib/organism/list-items/index.d.ts +3 -1
- package/lib/organism/list-items/index.d.ts.map +1 -1
- package/lib/organism/list-items/index.js +12 -3
- package/lib/organism/list-items/index.js.map +1 -1
- package/lib/organism/list-items/style.css +14 -0
- package/lib/organism/wizard-contents/index.d.ts.map +1 -1
- package/lib/organism/wizard-contents/index.js +1 -1
- package/lib/organism/wizard-contents/index.js.map +1 -1
- package/lib/template/app-player/loading/index.d.ts +1 -0
- package/lib/template/app-player/player/index.d.ts +2 -0
- package/lib/template/app-player/player/slides/index.d.ts +1 -0
- package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-correction/index.d.ts +1 -0
- package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
- package/lib/template/app-player/popin-end/index.d.ts +1 -0
- package/lib/template/app-review/index.d.ts +1 -0
- package/lib/template/app-review/index.d.ts.map +1 -1
- package/lib/template/app-review/player/prop-types.d.ts +1 -0
- package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
- package/lib/template/app-review/prop-types.d.ts +1 -0
- package/lib/template/app-review/prop-types.d.ts.map +1 -1
- package/lib/template/back-office/brand-update/index.d.ts +2 -0
- package/lib/template/common/dashboard/index.d.ts +2 -0
- package/lib/template/common/search-page/index.d.ts +1 -0
- package/lib/template/external-course/index.d.ts +1 -0
- package/lib/util/button-icons.d.ts +10 -0
- package/lib/util/button-icons.d.ts.map +1 -1
- package/lib/util/button-icons.js +6 -1
- package/lib/util/button-icons.js.map +1 -1
- package/package.json +2 -2
|
@@ -248,6 +248,7 @@ declare namespace PlayerLoading {
|
|
|
248
248
|
emptyStateSecondMessage: PropTypes.Requireable<string>;
|
|
249
249
|
}> | null | undefined>>;
|
|
250
250
|
title: PropTypes.Requireable<string>;
|
|
251
|
+
isFetching: PropTypes.Requireable<boolean>;
|
|
251
252
|
}> | null | undefined>>;
|
|
252
253
|
}>>;
|
|
253
254
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -299,6 +299,7 @@ declare namespace SlidePlayer {
|
|
|
299
299
|
emptyStateSecondMessage: PropTypes.Requireable<string>;
|
|
300
300
|
}> | null | undefined>>;
|
|
301
301
|
title: PropTypes.Requireable<string>;
|
|
302
|
+
isFetching: PropTypes.Requireable<boolean>;
|
|
302
303
|
}> | null | undefined>>;
|
|
303
304
|
}>>;
|
|
304
305
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -564,6 +565,7 @@ declare namespace SlidePlayer {
|
|
|
564
565
|
emptyStateSecondMessage: PropTypes.Requireable<string>;
|
|
565
566
|
}> | null | undefined>>;
|
|
566
567
|
title: PropTypes.Requireable<string>;
|
|
568
|
+
isFetching: PropTypes.Requireable<boolean>;
|
|
567
569
|
}> | null | undefined>>;
|
|
568
570
|
}>>;
|
|
569
571
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -305,6 +305,7 @@ declare namespace SlidesPlayer {
|
|
|
305
305
|
emptyStateSecondMessage: PropTypes.Requireable<string>;
|
|
306
306
|
}> | null | undefined>>;
|
|
307
307
|
title: PropTypes.Requireable<string>;
|
|
308
|
+
isFetching: PropTypes.Requireable<boolean>;
|
|
308
309
|
}> | null | undefined>>;
|
|
309
310
|
}>>;
|
|
310
311
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/template/app-player/player/slides/index.js"],"names":[],"mappings":";AA+aA,qEAkBC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/template/app-player/player/slides/index.js"],"names":[],"mappings":";AA+aA,qEAkBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA1ID;;uBAyBC;;;;;;;;;;;;;;;;;;;;;;;;;AArPD;;;gBAaC;;;;;;;;;;;;;AAyDD;;;;gBAEC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlHD,oEAQC;;;;;;;;;AAgND;;gBAiBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA/GD,qEAaC"}
|
|
@@ -333,6 +333,7 @@ declare class PopinCorrection extends React.Component<any, any, any> {
|
|
|
333
333
|
emptyStateSecondMessage: PropTypes.Requireable<string>;
|
|
334
334
|
}> | null | undefined>>;
|
|
335
335
|
title: PropTypes.Requireable<string>;
|
|
336
|
+
isFetching: PropTypes.Requireable<boolean>;
|
|
336
337
|
}> | null | undefined>>;
|
|
337
338
|
}>>;
|
|
338
339
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/app-player/popin-correction/index.js"],"names":[],"mappings":";AAmGA;IACE
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/app-player/popin-correction/index.js"],"names":[],"mappings":";AAmGA;IACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmBE;IAEF;;;;;;;;;;;;;;;;;;;;;;MAEE;IAEF,wBAIC;IAFC;;MAA0B;IAkB5B,gCAEC;IAhBD,0BAEC;IAED,kBAQC;IALC,gCAIE;IAIF,aAAsB;IAGxB,sBAsEC;CACF"}
|
|
@@ -425,6 +425,7 @@ declare namespace PopinEnd {
|
|
|
425
425
|
emptyStateSecondMessage: PropTypes.Requireable<string>;
|
|
426
426
|
}> | null | undefined>>;
|
|
427
427
|
title: PropTypes.Requireable<string>;
|
|
428
|
+
isFetching: PropTypes.Requireable<boolean>;
|
|
428
429
|
}> | null | undefined>>;
|
|
429
430
|
}>>;
|
|
430
431
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -756,6 +756,7 @@ declare const AppReview: {
|
|
|
756
756
|
emptyStateSecondMessage: import("prop-types").Requireable<string>;
|
|
757
757
|
}> | null | undefined>>;
|
|
758
758
|
title: import("prop-types").Requireable<string>;
|
|
759
|
+
isFetching: import("prop-types").Requireable<boolean>;
|
|
759
760
|
}> | null | undefined>>;
|
|
760
761
|
}>>;
|
|
761
762
|
link: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;2BAAwB,cAAc
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;2BAAwB,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOpD,CAAC;AAIF,eAAe,SAAS,CAAC"}
|
|
@@ -756,6 +756,7 @@ declare const propTypes: {
|
|
|
756
756
|
emptyStateSecondMessage: PropTypes.Requireable<string>;
|
|
757
757
|
}> | null | undefined>>;
|
|
758
758
|
title: PropTypes.Requireable<string>;
|
|
759
|
+
isFetching: PropTypes.Requireable<boolean>;
|
|
759
760
|
}> | null | undefined>>;
|
|
760
761
|
}>>;
|
|
761
762
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../../src/template/app-review/player/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAEtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../../src/template/app-review/player/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAEtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,iBAAiB,GAAG;IAC9B,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B,SAAS,CAAC,EAAE,YAAY,CAAC;CAC1B,CAAC"}
|
|
@@ -760,6 +760,7 @@ declare const propTypes: {
|
|
|
760
760
|
emptyStateSecondMessage: PropTypes.Requireable<string>;
|
|
761
761
|
}> | null | undefined>>;
|
|
762
762
|
title: PropTypes.Requireable<string>;
|
|
763
|
+
isFetching: PropTypes.Requireable<boolean>;
|
|
763
764
|
}> | null | undefined>>;
|
|
764
765
|
}>>;
|
|
765
766
|
link: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -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
|
|
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":"
|
|
1
|
+
{"version":3,"file":"button-icons.d.ts","sourceRoot":"","sources":["../../src/util/button-icons.js"],"names":[],"mappings":"AAwBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsBE"}
|
package/lib/util/button-icons.js
CHANGED
|
@@ -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;;
|
|
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.
|
|
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": "
|
|
171
|
+
"gitHead": "f35f542cc18dd1cc41eb83f71c5fff3db763a0f8"
|
|
172
172
|
}
|