@coorpacademy/components 11.33.13-alpha.4 → 11.33.13-alpha.99.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.
Files changed (113) hide show
  1. package/es/atom/button-link-icon/index.js +3 -3
  2. package/es/atom/button-link-icon/index.js.map +1 -1
  3. package/es/atom/button-menu/index.d.ts.map +1 -1
  4. package/es/atom/button-menu/index.js +38 -51
  5. package/es/atom/button-menu/index.js.map +1 -1
  6. package/es/atom/button-menu/types.d.ts +3 -7
  7. package/es/atom/button-menu/types.d.ts.map +1 -1
  8. package/es/atom/button-menu/types.js +1 -1
  9. package/es/atom/button-menu/types.js.map +1 -1
  10. package/es/atom/button-menu/utils.d.ts +23 -0
  11. package/es/atom/button-menu/utils.d.ts.map +1 -0
  12. package/es/atom/button-menu/utils.js +24 -0
  13. package/es/atom/button-menu/utils.js.map +1 -0
  14. package/es/molecule/cm-popin/style.css +2 -1
  15. package/es/molecule/cm-popin/types.d.ts +1 -0
  16. package/es/molecule/cm-popin/types.d.ts.map +1 -1
  17. package/es/molecule/draggable-list/index.d.ts +1 -0
  18. package/es/organism/brand-learning-priorities/index.d.ts +1 -0
  19. package/es/organism/list-item/index.d.ts +3 -1
  20. package/es/organism/list-item/index.d.ts.map +1 -1
  21. package/es/organism/list-item/index.js +11 -3
  22. package/es/organism/list-item/index.js.map +1 -1
  23. package/es/organism/list-items/index.d.ts +1 -0
  24. package/es/organism/list-items/index.d.ts.map +1 -1
  25. package/es/organism/list-items/index.js +2 -1
  26. package/es/organism/list-items/index.js.map +1 -1
  27. package/es/template/app-player/loading/index.d.ts +1 -0
  28. package/es/template/app-player/player/index.d.ts +2 -0
  29. package/es/template/app-player/player/slides/index.d.ts +1 -0
  30. package/es/template/app-player/player/slides/index.d.ts.map +1 -1
  31. package/es/template/app-player/popin-correction/index.d.ts +1 -0
  32. package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
  33. package/es/template/app-player/popin-end/index.d.ts +1 -0
  34. package/es/template/app-review/index.d.ts +1 -0
  35. package/es/template/app-review/index.d.ts.map +1 -1
  36. package/es/template/app-review/player/prop-types.d.ts +1 -0
  37. package/es/template/app-review/player/prop-types.d.ts.map +1 -1
  38. package/es/template/app-review/prop-types.d.ts +1 -0
  39. package/es/template/app-review/prop-types.d.ts.map +1 -1
  40. package/es/template/back-office/brand-update/index.d.ts +4 -0
  41. package/es/template/back-office/brand-update/index.d.ts.map +1 -1
  42. package/es/template/back-office/brand-update/index.js +22 -3
  43. package/es/template/back-office/brand-update/index.js.map +1 -1
  44. package/es/template/back-office/brand-update/style.css +1 -0
  45. package/es/template/back-office/brand-update/utils.d.ts +79 -0
  46. package/es/template/back-office/brand-update/utils.d.ts.map +1 -0
  47. package/es/template/back-office/brand-update/utils.js +60 -0
  48. package/es/template/back-office/brand-update/utils.js.map +1 -0
  49. package/es/template/common/dashboard/index.d.ts +2 -0
  50. package/es/template/common/search-page/index.d.ts +1 -0
  51. package/es/template/external-course/index.d.ts +1 -0
  52. package/es/variables/colors.css +6 -1
  53. package/es/variables/colors.d.ts +4 -0
  54. package/es/variables/colors.d.ts.map +1 -1
  55. package/es/variables/colors.js +5 -1
  56. package/es/variables/colors.js.map +1 -1
  57. package/lib/atom/button-link-icon/index.js +3 -3
  58. package/lib/atom/button-link-icon/index.js.map +1 -1
  59. package/lib/atom/button-menu/index.d.ts.map +1 -1
  60. package/lib/atom/button-menu/index.js +39 -52
  61. package/lib/atom/button-menu/index.js.map +1 -1
  62. package/lib/atom/button-menu/types.d.ts +3 -7
  63. package/lib/atom/button-menu/types.d.ts.map +1 -1
  64. package/lib/atom/button-menu/types.js +1 -1
  65. package/lib/atom/button-menu/types.js.map +1 -1
  66. package/lib/atom/button-menu/utils.d.ts +23 -0
  67. package/lib/atom/button-menu/utils.d.ts.map +1 -0
  68. package/lib/atom/button-menu/utils.js +28 -0
  69. package/lib/atom/button-menu/utils.js.map +1 -0
  70. package/lib/molecule/cm-popin/style.css +2 -1
  71. package/lib/molecule/cm-popin/types.d.ts +1 -0
  72. package/lib/molecule/cm-popin/types.d.ts.map +1 -1
  73. package/lib/molecule/draggable-list/index.d.ts +1 -0
  74. package/lib/organism/brand-learning-priorities/index.d.ts +1 -0
  75. package/lib/organism/list-item/index.d.ts +3 -1
  76. package/lib/organism/list-item/index.d.ts.map +1 -1
  77. package/lib/organism/list-item/index.js +11 -3
  78. package/lib/organism/list-item/index.js.map +1 -1
  79. package/lib/organism/list-items/index.d.ts +1 -0
  80. package/lib/organism/list-items/index.d.ts.map +1 -1
  81. package/lib/organism/list-items/index.js +2 -1
  82. package/lib/organism/list-items/index.js.map +1 -1
  83. package/lib/template/app-player/loading/index.d.ts +1 -0
  84. package/lib/template/app-player/player/index.d.ts +2 -0
  85. package/lib/template/app-player/player/slides/index.d.ts +1 -0
  86. package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
  87. package/lib/template/app-player/popin-correction/index.d.ts +1 -0
  88. package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
  89. package/lib/template/app-player/popin-end/index.d.ts +1 -0
  90. package/lib/template/app-review/index.d.ts +1 -0
  91. package/lib/template/app-review/index.d.ts.map +1 -1
  92. package/lib/template/app-review/player/prop-types.d.ts +1 -0
  93. package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
  94. package/lib/template/app-review/prop-types.d.ts +1 -0
  95. package/lib/template/app-review/prop-types.d.ts.map +1 -1
  96. package/lib/template/back-office/brand-update/index.d.ts +4 -0
  97. package/lib/template/back-office/brand-update/index.d.ts.map +1 -1
  98. package/lib/template/back-office/brand-update/index.js +22 -3
  99. package/lib/template/back-office/brand-update/index.js.map +1 -1
  100. package/lib/template/back-office/brand-update/style.css +1 -0
  101. package/lib/template/back-office/brand-update/utils.d.ts +79 -0
  102. package/lib/template/back-office/brand-update/utils.d.ts.map +1 -0
  103. package/lib/template/back-office/brand-update/utils.js +64 -0
  104. package/lib/template/back-office/brand-update/utils.js.map +1 -0
  105. package/lib/template/common/dashboard/index.d.ts +2 -0
  106. package/lib/template/common/search-page/index.d.ts +1 -0
  107. package/lib/template/external-course/index.d.ts +1 -0
  108. package/lib/variables/colors.css +6 -1
  109. package/lib/variables/colors.d.ts +4 -0
  110. package/lib/variables/colors.d.ts.map +1 -1
  111. package/lib/variables/colors.js +5 -1
  112. package/lib/variables/colors.js.map +1 -1
  113. package/package.json +2 -2
@@ -0,0 +1,79 @@
1
+ export namespace POPIN_THEMES {
2
+ namespace published {
3
+ import icon = ICON_PROPS.published;
4
+ export { icon };
5
+ export { COMMUN_ACTION_BUTTON_PROPS as actionButton };
6
+ }
7
+ namespace archived {
8
+ import icon_1 = ICON_PROPS.archived;
9
+ export { icon_1 as icon };
10
+ export { COMMUN_ACTION_BUTTON_PROPS as actionButton };
11
+ }
12
+ namespace deleted {
13
+ import icon_2 = ICON_PROPS.deleted;
14
+ export { icon_2 as icon };
15
+ export namespace actionButton {
16
+ export namespace icon_3 {
17
+ const position: string;
18
+ namespace faIcon {
19
+ const name: string;
20
+ const color: "#ffffff";
21
+ const size: number;
22
+ namespace customStyle {
23
+ const padding: number;
24
+ const alignItems: string;
25
+ }
26
+ }
27
+ }
28
+ export { icon_3 as icon };
29
+ export const type: string;
30
+ }
31
+ }
32
+ }
33
+ declare namespace ICON_PROPS {
34
+ export namespace published_1 {
35
+ const iconName: string;
36
+ const iconColor: "#515161";
37
+ const backgroundColor: "#EAEAEB";
38
+ const preset: string;
39
+ }
40
+ export { published_1 as published };
41
+ export namespace archived_1 {
42
+ const iconName_1: string;
43
+ export { iconName_1 as iconName };
44
+ const iconColor_1: "#A38300";
45
+ export { iconColor_1 as iconColor };
46
+ const backgroundColor_1: "#FFF9D1";
47
+ export { backgroundColor_1 as backgroundColor };
48
+ const preset_1: string;
49
+ export { preset_1 as preset };
50
+ }
51
+ export { archived_1 as archived };
52
+ export namespace deleted_1 {
53
+ const iconName_2: string;
54
+ export { iconName_2 as iconName };
55
+ const iconColor_2: "#A30000";
56
+ export { iconColor_2 as iconColor };
57
+ const backgroundColor_2: "#FFD1D1";
58
+ export { backgroundColor_2 as backgroundColor };
59
+ const preset_2: string;
60
+ export { preset_2 as preset };
61
+ }
62
+ export { deleted_1 as deleted };
63
+ }
64
+ declare namespace COMMUN_ACTION_BUTTON_PROPS {
65
+ export namespace icon_4 {
66
+ const position_1: string;
67
+ export { position_1 as position };
68
+ export namespace faIcon_1 {
69
+ const name_1: string;
70
+ export { name_1 as name };
71
+ }
72
+ export { faIcon_1 as faIcon };
73
+ }
74
+ export { icon_4 as icon };
75
+ const type_1: string;
76
+ export { type_1 as type };
77
+ }
78
+ export {};
79
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-update/utils.js"],"names":[],"mappings":""}
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+
3
+ exports.__esModule = true;
4
+ exports.POPIN_THEMES = void 0;
5
+ var _colors = require("../../../variables/colors");
6
+ const COMMUN_ACTION_BUTTON_PROPS = {
7
+ icon: {
8
+ position: 'left',
9
+ faIcon: {
10
+ name: 'circle-check',
11
+ color: _colors.COLORS.white,
12
+ size: 14,
13
+ customStyle: {
14
+ padding: 0,
15
+ alignItems: 'baseline'
16
+ }
17
+ }
18
+ },
19
+ type: 'primary'
20
+ };
21
+ const ICON_PROPS = {
22
+ published: {
23
+ iconName: 'cloud-arrow-up',
24
+ iconColor: _colors.COLORS.cm_grey_500,
25
+ backgroundColor: _colors.COLORS.gray,
26
+ preset: 'xl'
27
+ },
28
+ archived: {
29
+ iconName: 'circle-exclamation',
30
+ iconColor: _colors.COLORS.yellow_700,
31
+ backgroundColor: _colors.COLORS.yellow_100,
32
+ preset: 'xl'
33
+ },
34
+ deleted: {
35
+ iconName: 'triangle-exclamation',
36
+ iconColor: _colors.COLORS.red_700,
37
+ backgroundColor: _colors.COLORS.red_100,
38
+ preset: 'xl'
39
+ }
40
+ };
41
+ const POPIN_THEMES = exports.POPIN_THEMES = {
42
+ published: {
43
+ icon: ICON_PROPS.published,
44
+ actionButton: COMMUN_ACTION_BUTTON_PROPS
45
+ },
46
+ archived: {
47
+ icon: ICON_PROPS.archived,
48
+ actionButton: COMMUN_ACTION_BUTTON_PROPS
49
+ },
50
+ deleted: {
51
+ icon: ICON_PROPS.deleted,
52
+ actionButton: {
53
+ icon: {
54
+ position: 'left',
55
+ faIcon: {
56
+ ...COMMUN_ACTION_BUTTON_PROPS.icon.faIcon,
57
+ name: 'trash'
58
+ }
59
+ },
60
+ type: 'dangerous'
61
+ }
62
+ }
63
+ };
64
+ //# sourceMappingURL=utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.js","names":["_colors","require","COMMUN_ACTION_BUTTON_PROPS","icon","position","faIcon","name","color","COLORS","white","size","customStyle","padding","alignItems","type","ICON_PROPS","published","iconName","iconColor","cm_grey_500","backgroundColor","gray","preset","archived","yellow_700","yellow_100","deleted","red_700","red_100","POPIN_THEMES","exports","actionButton"],"sources":["../../../../src/template/back-office/brand-update/utils.js"],"sourcesContent":["import {COLORS} from '../../../variables/colors';\n\nconst COMMUN_ACTION_BUTTON_PROPS = {\n icon: {\n position: 'left',\n faIcon: {\n name: 'circle-check',\n color: COLORS.white,\n size: 14,\n customStyle: {\n padding: 0,\n alignItems: 'baseline'\n }\n }\n },\n type: 'primary'\n};\n\nconst ICON_PROPS = {\n published: {\n iconName: 'cloud-arrow-up',\n iconColor: COLORS.cm_grey_500,\n backgroundColor: COLORS.gray,\n preset: 'xl'\n },\n archived: {\n iconName: 'circle-exclamation',\n iconColor: COLORS.yellow_700,\n backgroundColor: COLORS.yellow_100,\n preset: 'xl'\n },\n deleted: {\n iconName: 'triangle-exclamation',\n iconColor: COLORS.red_700,\n backgroundColor: COLORS.red_100,\n preset: 'xl'\n }\n};\n\nexport const POPIN_THEMES = {\n published: {\n icon: ICON_PROPS.published,\n actionButton: COMMUN_ACTION_BUTTON_PROPS\n },\n archived: {\n icon: ICON_PROPS.archived,\n actionButton: COMMUN_ACTION_BUTTON_PROPS\n },\n deleted: {\n icon: ICON_PROPS.deleted,\n actionButton: {\n icon: {\n position: 'left',\n faIcon: {\n ...COMMUN_ACTION_BUTTON_PROPS.icon.faIcon,\n name: 'trash'\n }\n },\n type: 'dangerous'\n }\n }\n};\n"],"mappings":";;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAEA,MAAMC,0BAA0B,GAAG;EACjCC,IAAI,EAAE;IACJC,QAAQ,EAAE,MAAM;IAChBC,MAAM,EAAE;MACNC,IAAI,EAAE,cAAc;MACpBC,KAAK,EAAEC,cAAM,CAACC,KAAK;MACnBC,IAAI,EAAE,EAAE;MACRC,WAAW,EAAE;QACXC,OAAO,EAAE,CAAC;QACVC,UAAU,EAAE;MACd;IACF;EACF,CAAC;EACDC,IAAI,EAAE;AACR,CAAC;AAED,MAAMC,UAAU,GAAG;EACjBC,SAAS,EAAE;IACTC,QAAQ,EAAE,gBAAgB;IAC1BC,SAAS,EAAEV,cAAM,CAACW,WAAW;IAC7BC,eAAe,EAAEZ,cAAM,CAACa,IAAI;IAC5BC,MAAM,EAAE;EACV,CAAC;EACDC,QAAQ,EAAE;IACRN,QAAQ,EAAE,oBAAoB;IAC9BC,SAAS,EAAEV,cAAM,CAACgB,UAAU;IAC5BJ,eAAe,EAAEZ,cAAM,CAACiB,UAAU;IAClCH,MAAM,EAAE;EACV,CAAC;EACDI,OAAO,EAAE;IACPT,QAAQ,EAAE,sBAAsB;IAChCC,SAAS,EAAEV,cAAM,CAACmB,OAAO;IACzBP,eAAe,EAAEZ,cAAM,CAACoB,OAAO;IAC/BN,MAAM,EAAE;EACV;AACF,CAAC;AAEM,MAAMO,YAAY,GAAAC,OAAA,CAAAD,YAAA,GAAG;EAC1Bb,SAAS,EAAE;IACTb,IAAI,EAAEY,UAAU,CAACC,SAAS;IAC1Be,YAAY,EAAE7B;EAChB,CAAC;EACDqB,QAAQ,EAAE;IACRpB,IAAI,EAAEY,UAAU,CAACQ,QAAQ;IACzBQ,YAAY,EAAE7B;EAChB,CAAC;EACDwB,OAAO,EAAE;IACPvB,IAAI,EAAEY,UAAU,CAACW,OAAO;IACxBK,YAAY,EAAE;MACZ5B,IAAI,EAAE;QACJC,QAAQ,EAAE,MAAM;QAChBC,MAAM,EAAE;UACN,GAAGH,0BAA0B,CAACC,IAAI,CAACE,MAAM;UACzCC,IAAI,EAAE;QACR;MACF,CAAC;MACDQ,IAAI,EAAE;IACR;EACF;AACF,CAAC","ignoreList":[]}
@@ -211,6 +211,7 @@ declare namespace Dashboard {
211
211
  items: PropTypes.Requireable<(PropTypes.InferProps<{
212
212
  title: PropTypes.Validator<string>;
213
213
  subtitle: PropTypes.Requireable<string>;
214
+ 'data-name': PropTypes.Requireable<string>;
214
215
  provider: PropTypes.Requireable<PropTypes.InferProps<{
215
216
  label: PropTypes.Requireable<string>;
216
217
  type: PropTypes.Requireable<string>;
@@ -651,6 +652,7 @@ declare namespace Dashboard {
651
652
  items: PropTypes.Requireable<(PropTypes.InferProps<{
652
653
  title: PropTypes.Validator<string>;
653
654
  subtitle: PropTypes.Requireable<string>;
655
+ 'data-name': PropTypes.Requireable<string>;
654
656
  provider: PropTypes.Requireable<PropTypes.InferProps<{
655
657
  label: PropTypes.Requireable<string>;
656
658
  type: PropTypes.Requireable<string>;
@@ -392,6 +392,7 @@ declare namespace SearchPage {
392
392
  items: PropTypes.Requireable<(PropTypes.InferProps<{
393
393
  title: PropTypes.Validator<string>;
394
394
  subtitle: PropTypes.Requireable<string>;
395
+ 'data-name': PropTypes.Requireable<string>;
395
396
  provider: PropTypes.Requireable<PropTypes.InferProps<{
396
397
  label: PropTypes.Requireable<string>;
397
398
  type: PropTypes.Requireable<string>;
@@ -229,6 +229,7 @@ declare namespace ExternalCourse {
229
229
  items: PropTypes.Requireable<(PropTypes.InferProps<{
230
230
  title: PropTypes.Validator<string>;
231
231
  subtitle: PropTypes.Requireable<string>;
232
+ 'data-name': PropTypes.Requireable<string>;
232
233
  provider: PropTypes.Requireable<PropTypes.InferProps<{
233
234
  label: PropTypes.Requireable<string>;
234
235
  type: PropTypes.Requireable<string>;
@@ -77,10 +77,15 @@
77
77
  @value box_shadow_light_dark: rgba(0, 0, 0, 0.12);
78
78
  @value box_shadow_medium_dark: rgba(0, 0, 0, 0.2);
79
79
  @value box_shadow_orange_700: rgba(255, 84, 31, 0.15);
80
- @value box_shadow_blue_700: rgba(0, 66, 173, 0.15); ;
80
+ @value box_shadow_blue_700: rgba(0, 66, 173, 0.15);
81
81
 
82
82
  @value light_blue: #ADC9F5;
83
83
  @value negative_100: #FCDADA;
84
84
  @value go1_backgound: #144953;
85
85
  @value go1_primary: #D5FD42;
86
86
  @value go1_primary_hover: #BFE33B;
87
+
88
+ @value yellow_700: #A38300;
89
+ @value yellow_100: #FFF9D1;
90
+ @value red_700: #A30000;
91
+ @value red_100: #FFD1D1;
@@ -12,6 +12,10 @@ export declare const COLORS: {
12
12
  readonly cm_grey_700: "#1D1D2B";
13
13
  readonly cm_yellow_400: "#bd7e00";
14
14
  readonly brand: "#00B0FF";
15
+ readonly yellow_700: "#A38300";
16
+ readonly yellow_100: "#FFF9D1";
17
+ readonly red_700: "#A30000";
18
+ readonly red_100: "#FFD1D1";
15
19
  };
16
20
  export declare type Colors = typeof COLORS;
17
21
  //# sourceMappingURL=colors.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/variables/colors.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;CAcT,CAAC;AAEX,oBAAY,MAAM,GAAG,OAAO,MAAM,CAAC"}
1
+ {"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/variables/colors.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;CAkBT,CAAC;AAEX,oBAAY,MAAM,GAAG,OAAO,MAAM,CAAC"}
@@ -15,6 +15,10 @@ const COLORS = exports.COLORS = {
15
15
  cm_grey_500: '#515161',
16
16
  cm_grey_700: '#1D1D2B',
17
17
  cm_yellow_400: '#bd7e00',
18
- brand: '#00B0FF'
18
+ brand: '#00B0FF',
19
+ yellow_700: '#A38300',
20
+ yellow_100: '#FFF9D1',
21
+ red_700: '#A30000',
22
+ red_100: '#FFD1D1'
19
23
  };
20
24
  //# sourceMappingURL=colors.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"colors.js","names":["COLORS","exports","gray","negative","cm_negative_200","positive","cm_positive_200","white","cm_grey_400","cm_grey_800","cm_primary_blue","cm_grey_500","cm_grey_700","cm_yellow_400","brand"],"sources":["../../src/variables/colors.ts"],"sourcesContent":["export const COLORS = {\n gray: '#EAEAEB',\n negative: '#ed3436',\n cm_negative_200: '#B81400',\n positive: '#35CC7F',\n cm_positive_200: '#05944F',\n white: '#ffffff',\n cm_grey_400: '#9999A8',\n cm_grey_800: '#171721',\n cm_primary_blue: '#0061FF',\n cm_grey_500: '#515161',\n cm_grey_700: '#1D1D2B',\n cm_yellow_400: '#bd7e00',\n brand: '#00B0FF'\n} as const;\n\nexport type Colors = typeof COLORS;\n"],"mappings":";;;;AAAO,MAAMA,MAAM,GAAAC,OAAA,CAAAD,MAAA,GAAG;EACpBE,IAAI,EAAE,SAAS;EACfC,QAAQ,EAAE,SAAS;EACnBC,eAAe,EAAE,SAAS;EAC1BC,QAAQ,EAAE,SAAS;EACnBC,eAAe,EAAE,SAAS;EAC1BC,KAAK,EAAE,SAAS;EAChBC,WAAW,EAAE,SAAS;EACtBC,WAAW,EAAE,SAAS;EACtBC,eAAe,EAAE,SAAS;EAC1BC,WAAW,EAAE,SAAS;EACtBC,WAAW,EAAE,SAAS;EACtBC,aAAa,EAAE,SAAS;EACxBC,KAAK,EAAE;AACT,CAAU","ignoreList":[]}
1
+ {"version":3,"file":"colors.js","names":["COLORS","exports","gray","negative","cm_negative_200","positive","cm_positive_200","white","cm_grey_400","cm_grey_800","cm_primary_blue","cm_grey_500","cm_grey_700","cm_yellow_400","brand","yellow_700","yellow_100","red_700","red_100"],"sources":["../../src/variables/colors.ts"],"sourcesContent":["export const COLORS = {\n gray: '#EAEAEB',\n negative: '#ed3436',\n cm_negative_200: '#B81400',\n positive: '#35CC7F',\n cm_positive_200: '#05944F',\n white: '#ffffff',\n cm_grey_400: '#9999A8',\n cm_grey_800: '#171721',\n cm_primary_blue: '#0061FF',\n cm_grey_500: '#515161',\n cm_grey_700: '#1D1D2B',\n cm_yellow_400: '#bd7e00',\n brand: '#00B0FF',\n yellow_700: '#A38300',\n yellow_100: '#FFF9D1',\n red_700: '#A30000',\n red_100: '#FFD1D1'\n} as const;\n\nexport type Colors = typeof COLORS;\n"],"mappings":";;;;AAAO,MAAMA,MAAM,GAAAC,OAAA,CAAAD,MAAA,GAAG;EACpBE,IAAI,EAAE,SAAS;EACfC,QAAQ,EAAE,SAAS;EACnBC,eAAe,EAAE,SAAS;EAC1BC,QAAQ,EAAE,SAAS;EACnBC,eAAe,EAAE,SAAS;EAC1BC,KAAK,EAAE,SAAS;EAChBC,WAAW,EAAE,SAAS;EACtBC,WAAW,EAAE,SAAS;EACtBC,eAAe,EAAE,SAAS;EAC1BC,WAAW,EAAE,SAAS;EACtBC,WAAW,EAAE,SAAS;EACtBC,aAAa,EAAE,SAAS;EACxBC,KAAK,EAAE,SAAS;EAChBC,UAAU,EAAE,SAAS;EACrBC,UAAU,EAAE,SAAS;EACrBC,OAAO,EAAE,SAAS;EAClBC,OAAO,EAAE;AACX,CAAU","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.33.13-alpha.4+01c10e2d4",
3
+ "version": "11.33.13-alpha.99.14+ffae71e45",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -165,5 +165,5 @@
165
165
  "last 2 versions",
166
166
  "IE 11"
167
167
  ],
168
- "gitHead": "01c10e2d47fd31ada10f9da9038b21ee53279bca"
168
+ "gitHead": "ffae71e4570cde5650555cf79625fc7fc331745f"
169
169
  }