@coorpacademy/components 11.32.18 → 11.32.20-alpha.31

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 (191) hide show
  1. package/es/atom/circular-progress-bar/index.d.ts +15 -0
  2. package/es/atom/circular-progress-bar/index.d.ts.map +1 -0
  3. package/es/atom/circular-progress-bar/index.js +86 -0
  4. package/es/atom/circular-progress-bar/index.js.map +1 -0
  5. package/es/atom/circular-progress-bar/style.css +51 -0
  6. package/es/atom/circular-progress-bar/types.d.ts +18 -0
  7. package/es/atom/circular-progress-bar/types.d.ts.map +1 -0
  8. package/es/atom/circular-progress-bar/types.js +10 -0
  9. package/es/atom/circular-progress-bar/types.js.map +1 -0
  10. package/es/atom/radio-with-title/index.d.ts +6 -0
  11. package/es/atom/radio-with-title/index.d.ts.map +1 -1
  12. package/es/atom/radio-with-title/types.d.ts +6 -0
  13. package/es/atom/radio-with-title/types.d.ts.map +1 -1
  14. package/es/atom/tag/index.d.ts +6 -1
  15. package/es/atom/tag/index.d.ts.map +1 -1
  16. package/es/atom/tag/index.js +16 -11
  17. package/es/atom/tag/index.js.map +1 -1
  18. package/es/atom/tag/style.css +39 -19
  19. package/es/atom/title/index.d.ts +6 -0
  20. package/es/atom/title/index.d.ts.map +1 -1
  21. package/es/atom/title/index.js +16 -4
  22. package/es/atom/title/index.js.map +1 -1
  23. package/es/atom/title/style.css +13 -0
  24. package/es/molecule/cm-popin/types.d.ts +6 -0
  25. package/es/molecule/cm-popin/types.d.ts.map +1 -1
  26. package/es/molecule/dashboard/cards-list/index.d.ts.map +1 -1
  27. package/es/molecule/dashboard/cards-list/index.js +22 -25
  28. package/es/molecule/dashboard/cards-list/index.js.map +1 -1
  29. package/es/molecule/dashboard/cards-list/style.css +12 -29
  30. package/es/molecule/learning-priority-card/index.d.ts +41 -0
  31. package/es/molecule/learning-priority-card/index.d.ts.map +1 -0
  32. package/es/molecule/learning-priority-card/index.js +80 -0
  33. package/es/molecule/learning-priority-card/index.js.map +1 -0
  34. package/es/molecule/learning-priority-card/style.css +36 -0
  35. package/es/molecule/learning-priority-card/types.d.ts +20 -0
  36. package/es/molecule/learning-priority-card/types.d.ts.map +1 -0
  37. package/es/molecule/learning-priority-card/types.js +11 -0
  38. package/es/molecule/learning-priority-card/types.js.map +1 -0
  39. package/es/molecule/title-and-checkbox-wrapper/index.d.ts +6 -0
  40. package/es/molecule/title-radio-wrapper/index.d.ts +6 -0
  41. package/es/molecule/title-radio-wrapper/index.d.ts.map +1 -1
  42. package/es/molecule/title-radio-wrapper/types.d.ts +6 -0
  43. package/es/molecule/title-radio-wrapper/types.d.ts.map +1 -1
  44. package/es/organism/rewards-form/index.d.ts +6 -0
  45. package/es/organism/select-opponents/index.d.ts +6 -0
  46. package/es/organism/select-opponents/index.d.ts.map +1 -1
  47. package/es/organism/select-opponents/types.d.ts +6 -0
  48. package/es/organism/select-opponents/types.d.ts.map +1 -1
  49. package/es/organism/title-and-input/index.d.ts +12 -0
  50. package/es/organism/title-and-input/index.d.ts.map +1 -1
  51. package/es/organism/title-and-input/types.d.ts +12 -0
  52. package/es/organism/title-and-input/types.d.ts.map +1 -1
  53. package/es/organism/wizard-contents/index.d.ts +6 -0
  54. package/es/template/app-player/loading/index.d.ts +6 -0
  55. package/es/template/app-player/player/index.d.ts +12 -0
  56. package/es/template/app-player/player/slides/index.d.ts +6 -0
  57. package/es/template/app-player/player/slides/index.d.ts.map +1 -1
  58. package/es/template/app-player/popin-correction/index.d.ts +6 -0
  59. package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
  60. package/es/template/app-player/popin-end/index.d.ts +6 -0
  61. package/es/template/app-review/index.d.ts +6 -0
  62. package/es/template/app-review/index.d.ts.map +1 -1
  63. package/es/template/app-review/player/prop-types.d.ts +6 -0
  64. package/es/template/app-review/player/prop-types.d.ts.map +1 -1
  65. package/es/template/app-review/prop-types.d.ts +6 -0
  66. package/es/template/app-review/prop-types.d.ts.map +1 -1
  67. package/es/template/back-office/brand-update/index.d.ts +6 -0
  68. package/es/template/common/dashboard/index.d.ts +12 -0
  69. package/es/template/common/search-page/index.d.ts +6 -0
  70. package/es/template/external-course/index.d.ts +6 -0
  71. package/es/template/my-learning/index.d.ts +68 -0
  72. package/es/template/my-learning/index.d.ts.map +1 -1
  73. package/es/template/my-learning/index.js +12 -2
  74. package/es/template/my-learning/index.js.map +1 -1
  75. package/es/template/my-learning/style.css +18 -3
  76. package/es/template/skill-detail/all-courses.css +6 -1
  77. package/es/template/skill-detail/continue-learning.d.ts.map +1 -1
  78. package/es/template/skill-detail/continue-learning.js +3 -1
  79. package/es/template/skill-detail/continue-learning.js.map +1 -1
  80. package/es/template/skill-detail/index.js +1 -1
  81. package/es/template/skill-detail/index.js.map +1 -1
  82. package/lib/atom/circular-progress-bar/index.d.ts +15 -0
  83. package/lib/atom/circular-progress-bar/index.d.ts.map +1 -0
  84. package/lib/atom/circular-progress-bar/index.js +101 -0
  85. package/lib/atom/circular-progress-bar/index.js.map +1 -0
  86. package/lib/atom/circular-progress-bar/style.css +51 -0
  87. package/lib/atom/circular-progress-bar/types.d.ts +18 -0
  88. package/lib/atom/circular-progress-bar/types.d.ts.map +1 -0
  89. package/lib/atom/circular-progress-bar/types.js +19 -0
  90. package/lib/atom/circular-progress-bar/types.js.map +1 -0
  91. package/lib/atom/radio-with-title/index.d.ts +6 -0
  92. package/lib/atom/radio-with-title/index.d.ts.map +1 -1
  93. package/lib/atom/radio-with-title/types.d.ts +6 -0
  94. package/lib/atom/radio-with-title/types.d.ts.map +1 -1
  95. package/lib/atom/tag/index.d.ts +6 -1
  96. package/lib/atom/tag/index.d.ts.map +1 -1
  97. package/lib/atom/tag/index.js +17 -11
  98. package/lib/atom/tag/index.js.map +1 -1
  99. package/lib/atom/tag/style.css +39 -19
  100. package/lib/atom/title/index.d.ts +6 -0
  101. package/lib/atom/title/index.d.ts.map +1 -1
  102. package/lib/atom/title/index.js +18 -4
  103. package/lib/atom/title/index.js.map +1 -1
  104. package/lib/atom/title/style.css +13 -0
  105. package/lib/molecule/cm-popin/types.d.ts +6 -0
  106. package/lib/molecule/cm-popin/types.d.ts.map +1 -1
  107. package/lib/molecule/dashboard/cards-list/index.d.ts.map +1 -1
  108. package/lib/molecule/dashboard/cards-list/index.js +23 -25
  109. package/lib/molecule/dashboard/cards-list/index.js.map +1 -1
  110. package/lib/molecule/dashboard/cards-list/style.css +12 -29
  111. package/lib/molecule/learning-priority-card/index.d.ts +41 -0
  112. package/lib/molecule/learning-priority-card/index.d.ts.map +1 -0
  113. package/lib/molecule/learning-priority-card/index.js +98 -0
  114. package/lib/molecule/learning-priority-card/index.js.map +1 -0
  115. package/lib/molecule/learning-priority-card/style.css +36 -0
  116. package/lib/molecule/learning-priority-card/types.d.ts +20 -0
  117. package/lib/molecule/learning-priority-card/types.d.ts.map +1 -0
  118. package/lib/molecule/learning-priority-card/types.js +20 -0
  119. package/lib/molecule/learning-priority-card/types.js.map +1 -0
  120. package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +6 -0
  121. package/lib/molecule/title-radio-wrapper/index.d.ts +6 -0
  122. package/lib/molecule/title-radio-wrapper/index.d.ts.map +1 -1
  123. package/lib/molecule/title-radio-wrapper/types.d.ts +6 -0
  124. package/lib/molecule/title-radio-wrapper/types.d.ts.map +1 -1
  125. package/lib/organism/rewards-form/index.d.ts +6 -0
  126. package/lib/organism/select-opponents/index.d.ts +6 -0
  127. package/lib/organism/select-opponents/index.d.ts.map +1 -1
  128. package/lib/organism/select-opponents/types.d.ts +6 -0
  129. package/lib/organism/select-opponents/types.d.ts.map +1 -1
  130. package/lib/organism/title-and-input/index.d.ts +12 -0
  131. package/lib/organism/title-and-input/index.d.ts.map +1 -1
  132. package/lib/organism/title-and-input/types.d.ts +12 -0
  133. package/lib/organism/title-and-input/types.d.ts.map +1 -1
  134. package/lib/organism/wizard-contents/index.d.ts +6 -0
  135. package/lib/template/app-player/loading/index.d.ts +6 -0
  136. package/lib/template/app-player/player/index.d.ts +12 -0
  137. package/lib/template/app-player/player/slides/index.d.ts +6 -0
  138. package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
  139. package/lib/template/app-player/popin-correction/index.d.ts +6 -0
  140. package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
  141. package/lib/template/app-player/popin-end/index.d.ts +6 -0
  142. package/lib/template/app-review/index.d.ts +6 -0
  143. package/lib/template/app-review/index.d.ts.map +1 -1
  144. package/lib/template/app-review/player/prop-types.d.ts +6 -0
  145. package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
  146. package/lib/template/app-review/prop-types.d.ts +6 -0
  147. package/lib/template/app-review/prop-types.d.ts.map +1 -1
  148. package/lib/template/back-office/brand-update/index.d.ts +6 -0
  149. package/lib/template/common/dashboard/index.d.ts +12 -0
  150. package/lib/template/common/search-page/index.d.ts +6 -0
  151. package/lib/template/external-course/index.d.ts +6 -0
  152. package/lib/template/my-learning/index.d.ts +68 -0
  153. package/lib/template/my-learning/index.d.ts.map +1 -1
  154. package/lib/template/my-learning/index.js +12 -2
  155. package/lib/template/my-learning/index.js.map +1 -1
  156. package/lib/template/my-learning/style.css +18 -3
  157. package/lib/template/skill-detail/all-courses.css +6 -1
  158. package/lib/template/skill-detail/continue-learning.d.ts.map +1 -1
  159. package/lib/template/skill-detail/continue-learning.js +7 -3
  160. package/lib/template/skill-detail/continue-learning.js.map +1 -1
  161. package/lib/template/skill-detail/index.js +1 -1
  162. package/lib/template/skill-detail/index.js.map +1 -1
  163. package/locales/bs/global.json +1 -0
  164. package/locales/cs/global.json +1 -0
  165. package/locales/de/global.json +1 -0
  166. package/locales/en/global.json +1 -0
  167. package/locales/es/global.json +1 -0
  168. package/locales/et/global.json +1 -0
  169. package/locales/fi/global.json +1 -0
  170. package/locales/fr/global.json +1 -0
  171. package/locales/hr/global.json +1 -0
  172. package/locales/hu/global.json +1 -0
  173. package/locales/hy/global.json +1 -0
  174. package/locales/it/global.json +1 -0
  175. package/locales/ja/global.json +1 -0
  176. package/locales/ko/global.json +1 -0
  177. package/locales/nl/global.json +1 -0
  178. package/locales/pl/global.json +1 -0
  179. package/locales/pt/global.json +1 -0
  180. package/locales/ro/global.json +1 -0
  181. package/locales/ru/global.json +1 -0
  182. package/locales/sk/global.json +1 -0
  183. package/locales/sl/global.json +1 -0
  184. package/locales/sv/global.json +1 -0
  185. package/locales/tl/global.json +1 -0
  186. package/locales/tr/global.json +1 -0
  187. package/locales/uk/global.json +1 -0
  188. package/locales/vi/global.json +1 -0
  189. package/locales/zh/global.json +1 -0
  190. package/locales/zh_TW/global.json +1 -0
  191. package/package.json +2 -2
@@ -0,0 +1,15 @@
1
+ /// <reference types="react" />
2
+ import { LearningPriorityCardPropTypes } from './types';
3
+ declare const CircularProgressBar: {
4
+ ({ label, progression, size, strokeWidth, "aria-label": ariaLabel, "data-name": dataName }: LearningPriorityCardPropTypes): JSX.Element;
5
+ propTypes: {
6
+ label: import("prop-types").Requireable<string>;
7
+ progression: import("prop-types").Validator<number>;
8
+ size: import("prop-types").Requireable<number>;
9
+ strokeWidth: import("prop-types").Requireable<number>;
10
+ 'aria-label': import("prop-types").Requireable<string>;
11
+ 'data-name': import("prop-types").Requireable<string>;
12
+ };
13
+ };
14
+ export default CircularProgressBar;
15
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atom/circular-progress-bar/index.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAC,6BAA6B,EAA+B,MAAM,SAAS,CAAC;AAmBpF,QAAA,MAAM,mBAAmB;gGAOtB,6BAA6B;;;;;;;;;CAgD/B,CAAC;AAIF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,86 @@
1
+ import _isNull from "lodash/fp/isNull";
2
+ import React, { useMemo, useState, useEffect } from 'react';
3
+ import { CircularProgressBarPropTypes } from './types';
4
+ import style from './style.css';
5
+
6
+ const ProgressionGradient = () => /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
7
+ id: "gradient-stroke-progression",
8
+ x1: "81",
9
+ y1: "0",
10
+ x2: "81",
11
+ y2: "162",
12
+ gradientUnits: "userSpaceOnUse"
13
+ }, /*#__PURE__*/React.createElement("stop", {
14
+ stopColor: "#35CC7F"
15
+ }), /*#__PURE__*/React.createElement("stop", {
16
+ offset: "1",
17
+ stopColor: "#55F2A7"
18
+ })));
19
+
20
+ const CircularProgressBar = ({
21
+ label,
22
+ progression,
23
+ size,
24
+ strokeWidth,
25
+ 'aria-label': ariaLabel,
26
+ 'data-name': dataName
27
+ }) => {
28
+ const [offset, setOffset] = useState(null);
29
+ const {
30
+ center,
31
+ radius,
32
+ length
33
+ } = useMemo(() => {
34
+ const center_ = size / 2;
35
+ const radius_ = center_ - strokeWidth;
36
+ const length_ = Math.ceil(2 * Math.PI * radius_);
37
+ return {
38
+ center: center_,
39
+ radius: radius_,
40
+ length: length_
41
+ };
42
+ }, [size, strokeWidth]);
43
+ useEffect(() => setOffset(Math.ceil(length * ((100 - progression) / 100))), [length, progression]);
44
+ return /*#__PURE__*/React.createElement("div", {
45
+ className: style.container,
46
+ "aria-label": ariaLabel,
47
+ "data-name": dataName
48
+ }, /*#__PURE__*/React.createElement("svg", {
49
+ className: style.svg,
50
+ width: size,
51
+ height: size
52
+ }, /*#__PURE__*/React.createElement(ProgressionGradient, null), /*#__PURE__*/React.createElement("circle", {
53
+ className: style.mainCircle,
54
+ cx: center,
55
+ cy: center,
56
+ r: radius,
57
+ strokeWidth: 3,
58
+ fill: "transparent"
59
+ }), /*#__PURE__*/React.createElement("circle", {
60
+ cx: center,
61
+ cy: center,
62
+ r: radius - 10 / radius * 100,
63
+ fill: "#fafafa"
64
+ }), /*#__PURE__*/React.createElement("circle", {
65
+ className: style.progressionCircle,
66
+ cx: center,
67
+ cy: center,
68
+ r: radius,
69
+ stroke: `url(#gradient-stroke-progression)`,
70
+ strokeWidth: strokeWidth,
71
+ strokeDasharray: length,
72
+ strokeDashoffset: _isNull(offset) ? length : offset,
73
+ fill: "transparent",
74
+ strokeLinecap: "round"
75
+ })), /*#__PURE__*/React.createElement("div", {
76
+ className: style.infos
77
+ }, /*#__PURE__*/React.createElement("span", {
78
+ className: style.progression
79
+ }, progression, "%"), /*#__PURE__*/React.createElement("span", {
80
+ className: style.label
81
+ }, label)));
82
+ };
83
+
84
+ CircularProgressBar.propTypes = process.env.NODE_ENV !== "production" ? CircularProgressBarPropTypes : {};
85
+ export default CircularProgressBar;
86
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["React","useMemo","useState","useEffect","CircularProgressBarPropTypes","style","ProgressionGradient","CircularProgressBar","label","progression","size","strokeWidth","ariaLabel","dataName","offset","setOffset","center","radius","length","center_","radius_","length_","Math","ceil","PI","container","svg","mainCircle","progressionCircle","infos","propTypes"],"sources":["../../../src/atom/circular-progress-bar/index.tsx"],"sourcesContent":["import React, {useMemo, useState, useEffect} from 'react';\nimport {isNull} from 'lodash/fp';\nimport {LearningPriorityCardPropTypes, CircularProgressBarPropTypes} from './types';\nimport style from './style.css';\n\nconst ProgressionGradient = () => (\n <defs>\n <linearGradient\n id=\"gradient-stroke-progression\"\n x1=\"81\"\n y1=\"0\"\n x2=\"81\"\n y2=\"162\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#35CC7F\" />\n <stop offset=\"1\" stopColor=\"#55F2A7\" />\n </linearGradient>\n </defs>\n);\n\nconst CircularProgressBar = ({\n label,\n progression,\n size,\n strokeWidth,\n 'aria-label': ariaLabel,\n 'data-name': dataName\n}: LearningPriorityCardPropTypes) => {\n const [offset, setOffset] = useState<null | number>(null);\n\n const {center, radius, length} = useMemo(() => {\n const center_ = size / 2;\n const radius_ = center_ - strokeWidth;\n const length_ = Math.ceil(2 * Math.PI * radius_);\n\n return {center: center_, radius: radius_, length: length_};\n }, [size, strokeWidth]);\n\n useEffect(\n () => setOffset(Math.ceil(length * ((100 - progression) / 100))),\n [length, progression]\n );\n\n return (\n <div className={style.container} aria-label={ariaLabel} data-name={dataName}>\n <svg className={style.svg} width={size} height={size}>\n <ProgressionGradient />\n <circle\n className={style.mainCircle}\n cx={center}\n cy={center}\n r={radius}\n strokeWidth={3}\n fill=\"transparent\"\n />\n <circle cx={center} cy={center} r={radius - (10 / radius) * 100} fill=\"#fafafa\" />\n <circle\n className={style.progressionCircle}\n cx={center}\n cy={center}\n r={radius}\n stroke={`url(#gradient-stroke-progression)`}\n strokeWidth={strokeWidth}\n strokeDasharray={length}\n strokeDashoffset={isNull(offset) ? length : offset}\n fill=\"transparent\"\n strokeLinecap=\"round\"\n />\n </svg>\n <div className={style.infos}>\n <span className={style.progression}>{progression}%</span>\n <span className={style.label}>{label}</span>\n </div>\n </div>\n );\n};\n\nCircularProgressBar.propTypes = CircularProgressBarPropTypes;\n\nexport default CircularProgressBar;\n"],"mappings":"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"}
@@ -0,0 +1,51 @@
1
+ @value colors: "../../variables/colors.css";
2
+ @value cm_grey_400 from colors;
3
+ @value cm_grey_50 from colors;
4
+
5
+ .container {
6
+ position: relative;
7
+ display: flex;
8
+ flex-direction: column;
9
+ justify-content: center;
10
+ align-items: center;
11
+ }
12
+
13
+ .svg {
14
+ transform: rotate(-90deg);
15
+ }
16
+
17
+ .mainCircle {
18
+ stroke: cm_grey_50;
19
+ }
20
+
21
+ .progressionCircle {
22
+ transition: stroke-dashoffset 1.5s ease-in-out;
23
+ }
24
+
25
+ .infos {
26
+ font-family: Gilroy;
27
+ display: flex;
28
+ flex-direction: column;
29
+ justify-content: center;
30
+ align-items: center;
31
+ text-align: center;
32
+ position: absolute;
33
+ top: 50%;
34
+ left: 50%;
35
+ transform: translate(-50%, -50%);
36
+ text-align: center;
37
+ }
38
+
39
+ .label {
40
+ color: cm_grey_400;
41
+ font-size: 10px;
42
+ font-weight: 500;
43
+ line-height: 12px;
44
+ }
45
+
46
+ .progression {
47
+ color: #2caf6c;
48
+ font-size: 24px;
49
+ font-weight: 700;
50
+ line-height: 32px;
51
+ }
@@ -0,0 +1,18 @@
1
+ import PropTypes from 'prop-types';
2
+ export declare type LearningPriorityCardPropTypes = {
3
+ label: string;
4
+ progression: number;
5
+ size: number;
6
+ strokeWidth: number;
7
+ 'aria-label': string;
8
+ 'data-name': string;
9
+ };
10
+ export declare const CircularProgressBarPropTypes: {
11
+ label: PropTypes.Requireable<string>;
12
+ progression: PropTypes.Validator<number>;
13
+ size: PropTypes.Requireable<number>;
14
+ strokeWidth: PropTypes.Requireable<number>;
15
+ 'aria-label': PropTypes.Requireable<string>;
16
+ 'data-name': PropTypes.Requireable<string>;
17
+ };
18
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/atom/circular-progress-bar/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,oBAAY,6BAA6B,GAAG;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,4BAA4B;;;;;;;CAOxC,CAAC"}
@@ -0,0 +1,10 @@
1
+ import PropTypes from 'prop-types';
2
+ export const CircularProgressBarPropTypes = {
3
+ label: PropTypes.string,
4
+ progression: PropTypes.number.isRequired,
5
+ size: PropTypes.number,
6
+ strokeWidth: PropTypes.number,
7
+ 'aria-label': PropTypes.string,
8
+ 'data-name': PropTypes.string
9
+ };
10
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","names":["PropTypes","CircularProgressBarPropTypes","label","string","progression","number","isRequired","size","strokeWidth"],"sources":["../../../src/atom/circular-progress-bar/types.ts"],"sourcesContent":["import PropTypes from 'prop-types';\n\nexport type LearningPriorityCardPropTypes = {\n label: string;\n progression: number;\n size: number;\n strokeWidth: number;\n 'aria-label': string;\n 'data-name': string;\n};\n\nexport const CircularProgressBarPropTypes = {\n label: PropTypes.string,\n progression: PropTypes.number.isRequired,\n size: PropTypes.number,\n strokeWidth: PropTypes.number,\n 'aria-label': PropTypes.string,\n 'data-name': PropTypes.string\n};\n"],"mappings":"AAAA,OAAOA,SAAP,MAAsB,YAAtB;AAWA,OAAO,MAAMC,4BAA4B,GAAG;EAC1CC,KAAK,EAAEF,SAAS,CAACG,MADyB;EAE1CC,WAAW,EAAEJ,SAAS,CAACK,MAAV,CAAiBC,UAFY;EAG1CC,IAAI,EAAEP,SAAS,CAACK,MAH0B;EAI1CG,WAAW,EAAER,SAAS,CAACK,MAJmB;EAK1C,cAAcL,SAAS,CAACG,MALkB;EAM1C,aAAaH,SAAS,CAACG;AANmB,CAArC"}
@@ -10,6 +10,12 @@ declare const RadioWithTitle: {
10
10
  'data-name': import("prop-types").Requireable<string>;
11
11
  titleSize: import("prop-types").Requireable<string>;
12
12
  subtitleSize: import("prop-types").Requireable<string>;
13
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
14
+ tag: import("prop-types").Requireable<import("prop-types").InferProps<{
15
+ label: import("prop-types").Requireable<string>;
16
+ type: import("prop-types").Requireable<string>;
17
+ size: import("prop-types").Requireable<string>;
18
+ }>>;
13
19
  }>>>;
14
20
  name: import("prop-types").Requireable<string>;
15
21
  checked: import("prop-types").Requireable<boolean>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atom/radio-with-title/index.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAY,mBAAmB,EAAC,MAAM,SAAS,CAAC;AAEvD,QAAA,MAAM,cAAc;YAAW,mBAAmB;;;;;;;;;;;;;;;;CAwBjD,CAAC;AAIF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atom/radio-with-title/index.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAY,mBAAmB,EAAC,MAAM,SAAS,CAAC;AAEvD,QAAA,MAAM,cAAc;YAAW,mBAAmB;;;;;;;;;;;;;;;;;;;;;;CAwBjD,CAAC;AAIF,eAAe,cAAc,CAAC"}
@@ -7,6 +7,12 @@ export declare const propTypes: {
7
7
  'data-name': PropTypes.Requireable<string>;
8
8
  titleSize: PropTypes.Requireable<string>;
9
9
  subtitleSize: PropTypes.Requireable<string>;
10
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
11
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
12
+ label: PropTypes.Requireable<string>;
13
+ type: PropTypes.Requireable<string>;
14
+ size: PropTypes.Requireable<string>;
15
+ }>>;
10
16
  }>>>;
11
17
  name: PropTypes.Requireable<string>;
12
18
  checked: PropTypes.Requireable<boolean>;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/atom/radio-with-title/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;CAOrB,CAAC;AAEF,oBAAY,mBAAmB,GAAG;IAChC,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,YAAY,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/atom/radio-with-title/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;CAOrB,CAAC;AAEF,oBAAY,mBAAmB,GAAG;IAChC,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,YAAY,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
@@ -1,9 +1,14 @@
1
1
  export default Tag;
2
- declare function Tag(props: any): JSX.Element;
2
+ declare function Tag({ label, type, size }: {
3
+ label: any;
4
+ type?: string | undefined;
5
+ size?: string | undefined;
6
+ }): JSX.Element;
3
7
  declare namespace Tag {
4
8
  namespace propTypes {
5
9
  const label: PropTypes.Requireable<string>;
6
10
  const type: PropTypes.Requireable<string>;
11
+ const size: PropTypes.Requireable<string>;
7
12
  }
8
13
  }
9
14
  import PropTypes from "prop-types";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atom/tag/index.js"],"names":[],"mappings":";AAaA,8CAQC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atom/tag/index.js"],"names":[],"mappings":";AAoBA;;;;gBAIC"}
@@ -1,6 +1,7 @@
1
1
  import _keys from "lodash/fp/keys";
2
2
  import React from 'react';
3
3
  import PropTypes from 'prop-types';
4
+ import classnames from 'classnames';
4
5
  import style from './style.css';
5
6
  const TAG_STYLES = {
6
7
  default: style.default,
@@ -9,21 +10,25 @@ const TAG_STYLES = {
9
10
  warning: style.warning,
10
11
  progress: style.progress
11
12
  };
12
-
13
- const Tag = props => {
14
- const {
15
- label,
16
- type = 'default'
17
- } = props;
18
- return /*#__PURE__*/React.createElement("span", {
19
- className: TAG_STYLES[type],
20
- "data-name": `content-tag-${label}`
21
- }, label);
13
+ const TAG_SIZE = {
14
+ S: style.small,
15
+ M: style.medium,
16
+ L: style.large
22
17
  };
23
18
 
19
+ const Tag = ({
20
+ label,
21
+ type = 'default',
22
+ size = 'M'
23
+ }) => /*#__PURE__*/React.createElement("span", {
24
+ className: classnames(TAG_STYLES[type], TAG_SIZE[size]),
25
+ "data-name": `content-tag-${label}`
26
+ }, label);
27
+
24
28
  Tag.propTypes = process.env.NODE_ENV !== "production" ? {
25
29
  label: PropTypes.string,
26
- type: PropTypes.oneOf(_keys(TAG_STYLES))
30
+ type: PropTypes.oneOf(_keys(TAG_STYLES)),
31
+ size: PropTypes.oneOf(['S', 'M', 'L'])
27
32
  } : {};
28
33
  export default Tag;
29
34
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["React","PropTypes","style","TAG_STYLES","default","success","failure","warning","progress","Tag","props","label","type","propTypes","string","oneOf"],"sources":["../../../src/atom/tag/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport {keys} from 'lodash/fp';\nimport style from './style.css';\n\nconst TAG_STYLES = {\n default: style.default,\n success: style.success,\n failure: style.failure,\n warning: style.warning,\n progress: style.progress\n};\n\nconst Tag = props => {\n const {label, type = 'default'} = props;\n\n return (\n <span className={TAG_STYLES[type]} data-name={`content-tag-${label}`}>\n {label}\n </span>\n );\n};\n\nTag.propTypes = {\n label: PropTypes.string,\n type: PropTypes.oneOf(keys(TAG_STYLES))\n};\n\nexport default Tag;\n"],"mappings":";AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,SAAP,MAAsB,YAAtB;AAEA,OAAOC,KAAP,MAAkB,aAAlB;AAEA,MAAMC,UAAU,GAAG;EACjBC,OAAO,EAAEF,KAAK,CAACE,OADE;EAEjBC,OAAO,EAAEH,KAAK,CAACG,OAFE;EAGjBC,OAAO,EAAEJ,KAAK,CAACI,OAHE;EAIjBC,OAAO,EAAEL,KAAK,CAACK,OAJE;EAKjBC,QAAQ,EAAEN,KAAK,CAACM;AALC,CAAnB;;AAQA,MAAMC,GAAG,GAAGC,KAAK,IAAI;EACnB,MAAM;IAACC,KAAD;IAAQC,IAAI,GAAG;EAAf,IAA4BF,KAAlC;EAEA,oBACE;IAAM,SAAS,EAAEP,UAAU,CAACS,IAAD,CAA3B;IAAmC,aAAY,eAAcD,KAAM;EAAnE,GACGA,KADH,CADF;AAKD,CARD;;AAUAF,GAAG,CAACI,SAAJ,2CAAgB;EACdF,KAAK,EAAEV,SAAS,CAACa,MADH;EAEdF,IAAI,EAAEX,SAAS,CAACc,KAAV,CAAgB,MAAKZ,UAAL,CAAhB;AAFQ,CAAhB;AAKA,eAAeM,GAAf"}
1
+ {"version":3,"file":"index.js","names":["React","PropTypes","classnames","style","TAG_STYLES","default","success","failure","warning","progress","TAG_SIZE","S","small","M","medium","L","large","Tag","label","type","size","propTypes","string","oneOf"],"sources":["../../../src/atom/tag/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport {keys} from 'lodash/fp';\nimport style from './style.css';\n\nconst TAG_STYLES = {\n default: style.default,\n success: style.success,\n failure: style.failure,\n warning: style.warning,\n progress: style.progress\n};\n\nconst TAG_SIZE = {\n S: style.small,\n M: style.medium,\n L: style.large\n};\n\nconst Tag = ({label, type = 'default', size = 'M'}) => (\n <span className={classnames(TAG_STYLES[type], TAG_SIZE[size])} data-name={`content-tag-${label}`}>\n {label}\n </span>\n);\n\nTag.propTypes = {\n label: PropTypes.string,\n type: PropTypes.oneOf(keys(TAG_STYLES)),\n size: PropTypes.oneOf(['S', 'M', 'L'])\n};\n\nexport default Tag;\n"],"mappings":";AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,SAAP,MAAsB,YAAtB;AACA,OAAOC,UAAP,MAAuB,YAAvB;AAEA,OAAOC,KAAP,MAAkB,aAAlB;AAEA,MAAMC,UAAU,GAAG;EACjBC,OAAO,EAAEF,KAAK,CAACE,OADE;EAEjBC,OAAO,EAAEH,KAAK,CAACG,OAFE;EAGjBC,OAAO,EAAEJ,KAAK,CAACI,OAHE;EAIjBC,OAAO,EAAEL,KAAK,CAACK,OAJE;EAKjBC,QAAQ,EAAEN,KAAK,CAACM;AALC,CAAnB;AAQA,MAAMC,QAAQ,GAAG;EACfC,CAAC,EAAER,KAAK,CAACS,KADM;EAEfC,CAAC,EAAEV,KAAK,CAACW,MAFM;EAGfC,CAAC,EAAEZ,KAAK,CAACa;AAHM,CAAjB;;AAMA,MAAMC,GAAG,GAAG,CAAC;EAACC,KAAD;EAAQC,IAAI,GAAG,SAAf;EAA0BC,IAAI,GAAG;AAAjC,CAAD,kBACV;EAAM,SAAS,EAAElB,UAAU,CAACE,UAAU,CAACe,IAAD,CAAX,EAAmBT,QAAQ,CAACU,IAAD,CAA3B,CAA3B;EAA+D,aAAY,eAAcF,KAAM;AAA/F,GACGA,KADH,CADF;;AAMAD,GAAG,CAACI,SAAJ,2CAAgB;EACdH,KAAK,EAAEjB,SAAS,CAACqB,MADH;EAEdH,IAAI,EAAElB,SAAS,CAACsB,KAAV,CAAgB,MAAKnB,UAAL,CAAhB,CAFQ;EAGdgB,IAAI,EAAEnB,SAAS,CAACsB,KAAV,CAAgB,CAAC,GAAD,EAAM,GAAN,EAAW,GAAX,CAAhB;AAHQ,CAAhB;AAMA,eAAeN,GAAf"}
@@ -5,41 +5,61 @@
5
5
  @value cm_negative_100 from colors;
6
6
  @value cm_orange_700 from colors;
7
7
  @value black from colors;
8
+ @value cm_grey_100 from colors;
9
+ @value cm_grey_500 from colors;
8
10
 
9
11
  .tag {
10
12
  border-radius: 24px;
11
- font-family: 'Gilroy';
12
- font-size: 14px;
13
- font-weight: bold;
13
+ font-family: "Gilroy";
14
+ font-weight: 600;
14
15
  text-align: center;
15
- padding: 12px 16px;
16
+ line-height: normal;
17
+ }
18
+
19
+ .small {
20
+ composes: tag;
21
+ font-size: 10px;
22
+ padding: 2px 5px;
23
+ }
24
+
25
+ .medium {
26
+ composes: tag;
27
+ font-size: 12px;
28
+ padding: 4px 8px;
29
+ }
30
+
31
+ .large {
32
+ composes: tag;
33
+ font-size: 14px;
34
+ padding: 8px 16px;
16
35
  }
17
36
 
18
37
  .default {
19
- composes: tag;
20
- color: black;
38
+ composes: tag;
39
+ background-color: cm_grey_100;
40
+ color: cm_grey_500;
21
41
  }
22
42
 
23
43
  .progress {
24
- composes: tag;
25
- background-color: color(cm_yellow_200 a(15%));
26
- color: cm_yellow_200;
44
+ composes: tag;
45
+ background-color: color(cm_yellow_200 a(15%));
46
+ color: cm_yellow_200;
27
47
  }
28
48
 
29
49
  .success {
30
- composes: tag;
31
- background-color: color(cm_positive_100 a(15%));
32
- color: cm_positive_100;
50
+ composes: tag;
51
+ background-color: color(cm_positive_100 a(15%));
52
+ color: cm_positive_100;
33
53
  }
34
54
 
35
55
  .failure {
36
- composes: tag;
37
- background-color: color(cm_negative_100 a(15%));
38
- color: cm_negative_100;
56
+ composes: tag;
57
+ background-color: color(cm_negative_100 a(15%));
58
+ color: cm_negative_100;
39
59
  }
40
60
 
41
61
  .warning {
42
- composes: tag;
43
- background-color: color(cm_orange_700 a(15%));
44
- color: cm_orange_700;
45
- }
62
+ composes: tag;
63
+ background-color: color(cm_orange_700 a(15%));
64
+ color: cm_orange_700;
65
+ }
@@ -8,6 +8,12 @@ declare namespace Title {
8
8
  'data-name': PropTypes.Requireable<string>;
9
9
  titleSize: PropTypes.Requireable<string>;
10
10
  subtitleSize: PropTypes.Requireable<string>;
11
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
12
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
13
+ label: PropTypes.Requireable<string>;
14
+ type: PropTypes.Requireable<string>;
15
+ size: PropTypes.Requireable<string>;
16
+ }>>;
11
17
  };
12
18
  }
13
19
  import PropTypes from "prop-types";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atom/title/index.js"],"names":[],"mappings":";AAsCA,gDAsBC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atom/title/index.js"],"names":[],"mappings":";AAwCA,gDA4BC"}
@@ -1,5 +1,9 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import React from 'react';
2
4
  import PropTypes from 'prop-types';
5
+ import Icon from '../icon';
6
+ import Tag from '../tag';
3
7
  import style from './style.css';
4
8
 
5
9
  const getTitleStyle = (type, size) => {
@@ -52,17 +56,23 @@ const Title = props => {
52
56
  type,
53
57
  'data-name': dataName,
54
58
  titleSize = 'standard',
55
- subtitleSize = 'standard'
59
+ subtitleSize = 'standard',
60
+ icon,
61
+ tag
56
62
  } = props;
57
63
  const titleStyle = getTitleStyle(type, titleSize);
58
64
  const subtitleStyle = getSubtitleStyle(type, subtitleSize);
59
65
  const subtitleSection = subtitle ? /*#__PURE__*/React.createElement("div", {
60
66
  className: subtitleStyle
61
67
  }, subtitle) : null;
62
- return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
68
+ return /*#__PURE__*/React.createElement("div", {
69
+ className: style.container
70
+ }, icon ? /*#__PURE__*/React.createElement(Icon, _extends({}, icon, {
71
+ className: style.icon
72
+ })) : null, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
63
73
  className: titleStyle,
64
74
  "data-name": dataName
65
- }, title), subtitleSection);
75
+ }, title, tag ? /*#__PURE__*/React.createElement(Tag, tag) : null), subtitleSection));
66
76
  };
67
77
 
68
78
  Title.propTypes = process.env.NODE_ENV !== "production" ? {
@@ -71,7 +81,9 @@ Title.propTypes = process.env.NODE_ENV !== "production" ? {
71
81
  type: PropTypes.oneOf(['page', 'form-group']),
72
82
  'data-name': PropTypes.string,
73
83
  titleSize: PropTypes.oneOf(['standard', 'medium', 'small']),
74
- subtitleSize: PropTypes.oneOf(['standard', 'small', 'small-without-margin', 'extra-small'])
84
+ subtitleSize: PropTypes.oneOf(['standard', 'small', 'small-without-margin', 'extra-small']),
85
+ icon: PropTypes.shape(Icon.propTypes),
86
+ tag: PropTypes.shape(Tag.propTypes)
75
87
  } : {};
76
88
  export default Title;
77
89
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["React","PropTypes","style","getTitleStyle","type","size","titlePage","titleFormGroup","mediumTitleFormGroup","smallTitleFormGroup","getSubtitleStyle","subtitlePage","subtitleFormGroup","smallSubtitleFormGroup","smallSubtitleFormGroupWithoutMargin","extraSmallSubtitleFormGroup","Title","props","title","subtitle","dataName","titleSize","subtitleSize","titleStyle","subtitleStyle","subtitleSection","propTypes","string","oneOf"],"sources":["../../../src/atom/title/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport style from './style.css';\n\nconst getTitleStyle = (type, size) => {\n switch (type) {\n case 'page':\n return style.titlePage;\n case 'form-group':\n switch (size) {\n case 'standard':\n return style.titleFormGroup;\n case 'medium':\n return style.mediumTitleFormGroup;\n case 'small':\n return style.smallTitleFormGroup;\n }\n }\n};\n\nconst getSubtitleStyle = (type, size) => {\n switch (type) {\n case 'page':\n return style.subtitlePage;\n case 'form-group':\n switch (size) {\n case 'standard':\n return style.subtitleFormGroup;\n case 'small':\n return style.smallSubtitleFormGroup;\n case 'small-without-margin':\n return style.smallSubtitleFormGroupWithoutMargin;\n case 'extra-small':\n return style.extraSmallSubtitleFormGroup;\n }\n }\n};\n\nconst Title = props => {\n const {\n title,\n subtitle,\n type,\n 'data-name': dataName,\n titleSize = 'standard',\n subtitleSize = 'standard'\n } = props;\n const titleStyle = getTitleStyle(type, titleSize);\n const subtitleStyle = getSubtitleStyle(type, subtitleSize);\n\n const subtitleSection = subtitle ? <div className={subtitleStyle}>{subtitle}</div> : null;\n\n return (\n <div>\n <div className={titleStyle} data-name={dataName}>\n {title}\n </div>\n {subtitleSection}\n </div>\n );\n};\n\nTitle.propTypes = {\n title: PropTypes.string,\n subtitle: PropTypes.string,\n type: PropTypes.oneOf(['page', 'form-group']),\n 'data-name': PropTypes.string,\n titleSize: PropTypes.oneOf(['standard', 'medium', 'small']),\n subtitleSize: PropTypes.oneOf(['standard', 'small', 'small-without-margin', 'extra-small'])\n};\nexport default Title;\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,SAAP,MAAsB,YAAtB;AACA,OAAOC,KAAP,MAAkB,aAAlB;;AAEA,MAAMC,aAAa,GAAG,CAACC,IAAD,EAAOC,IAAP,KAAgB;EACpC,QAAQD,IAAR;IACE,KAAK,MAAL;MACE,OAAOF,KAAK,CAACI,SAAb;;IACF,KAAK,YAAL;MACE,QAAQD,IAAR;QACE,KAAK,UAAL;UACE,OAAOH,KAAK,CAACK,cAAb;;QACF,KAAK,QAAL;UACE,OAAOL,KAAK,CAACM,oBAAb;;QACF,KAAK,OAAL;UACE,OAAON,KAAK,CAACO,mBAAb;MANJ;;EAJJ;AAaD,CAdD;;AAgBA,MAAMC,gBAAgB,GAAG,CAACN,IAAD,EAAOC,IAAP,KAAgB;EACvC,QAAQD,IAAR;IACE,KAAK,MAAL;MACE,OAAOF,KAAK,CAACS,YAAb;;IACF,KAAK,YAAL;MACE,QAAQN,IAAR;QACE,KAAK,UAAL;UACE,OAAOH,KAAK,CAACU,iBAAb;;QACF,KAAK,OAAL;UACE,OAAOV,KAAK,CAACW,sBAAb;;QACF,KAAK,sBAAL;UACE,OAAOX,KAAK,CAACY,mCAAb;;QACF,KAAK,aAAL;UACE,OAAOZ,KAAK,CAACa,2BAAb;MARJ;;EAJJ;AAeD,CAhBD;;AAkBA,MAAMC,KAAK,GAAGC,KAAK,IAAI;EACrB,MAAM;IACJC,KADI;IAEJC,QAFI;IAGJf,IAHI;IAIJ,aAAagB,QAJT;IAKJC,SAAS,GAAG,UALR;IAMJC,YAAY,GAAG;EANX,IAOFL,KAPJ;EAQA,MAAMM,UAAU,GAAGpB,aAAa,CAACC,IAAD,EAAOiB,SAAP,CAAhC;EACA,MAAMG,aAAa,GAAGd,gBAAgB,CAACN,IAAD,EAAOkB,YAAP,CAAtC;EAEA,MAAMG,eAAe,GAAGN,QAAQ,gBAAG;IAAK,SAAS,EAAEK;EAAhB,GAAgCL,QAAhC,CAAH,GAAqD,IAArF;EAEA,oBACE,8CACE;IAAK,SAAS,EAAEI,UAAhB;IAA4B,aAAWH;EAAvC,GACGF,KADH,CADF,EAIGO,eAJH,CADF;AAQD,CAtBD;;AAwBAT,KAAK,CAACU,SAAN,2CAAkB;EAChBR,KAAK,EAAEjB,SAAS,CAAC0B,MADD;EAEhBR,QAAQ,EAAElB,SAAS,CAAC0B,MAFJ;EAGhBvB,IAAI,EAAEH,SAAS,CAAC2B,KAAV,CAAgB,CAAC,MAAD,EAAS,YAAT,CAAhB,CAHU;EAIhB,aAAa3B,SAAS,CAAC0B,MAJP;EAKhBN,SAAS,EAAEpB,SAAS,CAAC2B,KAAV,CAAgB,CAAC,UAAD,EAAa,QAAb,EAAuB,OAAvB,CAAhB,CALK;EAMhBN,YAAY,EAAErB,SAAS,CAAC2B,KAAV,CAAgB,CAAC,UAAD,EAAa,OAAb,EAAsB,sBAAtB,EAA8C,aAA9C,CAAhB;AANE,CAAlB;AAQA,eAAeZ,KAAf"}
1
+ {"version":3,"file":"index.js","names":["React","PropTypes","Icon","Tag","style","getTitleStyle","type","size","titlePage","titleFormGroup","mediumTitleFormGroup","smallTitleFormGroup","getSubtitleStyle","subtitlePage","subtitleFormGroup","smallSubtitleFormGroup","smallSubtitleFormGroupWithoutMargin","extraSmallSubtitleFormGroup","Title","props","title","subtitle","dataName","titleSize","subtitleSize","icon","tag","titleStyle","subtitleStyle","subtitleSection","container","propTypes","string","oneOf","shape"],"sources":["../../../src/atom/title/index.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport Icon from '../icon';\nimport Tag from '../tag';\nimport style from './style.css';\n\nconst getTitleStyle = (type, size) => {\n switch (type) {\n case 'page':\n return style.titlePage;\n case 'form-group':\n switch (size) {\n case 'standard':\n return style.titleFormGroup;\n case 'medium':\n return style.mediumTitleFormGroup;\n case 'small':\n return style.smallTitleFormGroup;\n }\n }\n};\n\nconst getSubtitleStyle = (type, size) => {\n switch (type) {\n case 'page':\n return style.subtitlePage;\n case 'form-group':\n switch (size) {\n case 'standard':\n return style.subtitleFormGroup;\n case 'small':\n return style.smallSubtitleFormGroup;\n case 'small-without-margin':\n return style.smallSubtitleFormGroupWithoutMargin;\n case 'extra-small':\n return style.extraSmallSubtitleFormGroup;\n }\n }\n};\n\nconst Title = props => {\n const {\n title,\n subtitle,\n type,\n 'data-name': dataName,\n titleSize = 'standard',\n subtitleSize = 'standard',\n icon,\n tag\n } = props;\n const titleStyle = getTitleStyle(type, titleSize);\n const subtitleStyle = getSubtitleStyle(type, subtitleSize);\n\n const subtitleSection = subtitle ? <div className={subtitleStyle}>{subtitle}</div> : null;\n\n return (\n <div className={style.container}>\n {icon ? <Icon {...icon} className={style.icon} /> : null}\n <div>\n <div className={titleStyle} data-name={dataName}>\n {title}\n {tag ? <Tag {...tag} /> : null}\n </div>\n {subtitleSection}\n </div>\n </div>\n );\n};\n\nTitle.propTypes = {\n title: PropTypes.string,\n subtitle: PropTypes.string,\n type: PropTypes.oneOf(['page', 'form-group']),\n 'data-name': PropTypes.string,\n titleSize: PropTypes.oneOf(['standard', 'medium', 'small']),\n subtitleSize: PropTypes.oneOf(['standard', 'small', 'small-without-margin', 'extra-small']),\n icon: PropTypes.shape(Icon.propTypes),\n tag: PropTypes.shape(Tag.propTypes)\n};\nexport default Title;\n"],"mappings":";;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,SAAP,MAAsB,YAAtB;AACA,OAAOC,IAAP,MAAiB,SAAjB;AACA,OAAOC,GAAP,MAAgB,QAAhB;AACA,OAAOC,KAAP,MAAkB,aAAlB;;AAEA,MAAMC,aAAa,GAAG,CAACC,IAAD,EAAOC,IAAP,KAAgB;EACpC,QAAQD,IAAR;IACE,KAAK,MAAL;MACE,OAAOF,KAAK,CAACI,SAAb;;IACF,KAAK,YAAL;MACE,QAAQD,IAAR;QACE,KAAK,UAAL;UACE,OAAOH,KAAK,CAACK,cAAb;;QACF,KAAK,QAAL;UACE,OAAOL,KAAK,CAACM,oBAAb;;QACF,KAAK,OAAL;UACE,OAAON,KAAK,CAACO,mBAAb;MANJ;;EAJJ;AAaD,CAdD;;AAgBA,MAAMC,gBAAgB,GAAG,CAACN,IAAD,EAAOC,IAAP,KAAgB;EACvC,QAAQD,IAAR;IACE,KAAK,MAAL;MACE,OAAOF,KAAK,CAACS,YAAb;;IACF,KAAK,YAAL;MACE,QAAQN,IAAR;QACE,KAAK,UAAL;UACE,OAAOH,KAAK,CAACU,iBAAb;;QACF,KAAK,OAAL;UACE,OAAOV,KAAK,CAACW,sBAAb;;QACF,KAAK,sBAAL;UACE,OAAOX,KAAK,CAACY,mCAAb;;QACF,KAAK,aAAL;UACE,OAAOZ,KAAK,CAACa,2BAAb;MARJ;;EAJJ;AAeD,CAhBD;;AAkBA,MAAMC,KAAK,GAAGC,KAAK,IAAI;EACrB,MAAM;IACJC,KADI;IAEJC,QAFI;IAGJf,IAHI;IAIJ,aAAagB,QAJT;IAKJC,SAAS,GAAG,UALR;IAMJC,YAAY,GAAG,UANX;IAOJC,IAPI;IAQJC;EARI,IASFP,KATJ;EAUA,MAAMQ,UAAU,GAAGtB,aAAa,CAACC,IAAD,EAAOiB,SAAP,CAAhC;EACA,MAAMK,aAAa,GAAGhB,gBAAgB,CAACN,IAAD,EAAOkB,YAAP,CAAtC;EAEA,MAAMK,eAAe,GAAGR,QAAQ,gBAAG;IAAK,SAAS,EAAEO;EAAhB,GAAgCP,QAAhC,CAAH,GAAqD,IAArF;EAEA,oBACE;IAAK,SAAS,EAAEjB,KAAK,CAAC0B;EAAtB,GACGL,IAAI,gBAAG,oBAAC,IAAD,eAAUA,IAAV;IAAgB,SAAS,EAAErB,KAAK,CAACqB;EAAjC,GAAH,GAA+C,IADtD,eAEE,8CACE;IAAK,SAAS,EAAEE,UAAhB;IAA4B,aAAWL;EAAvC,GACGF,KADH,EAEGM,GAAG,gBAAG,oBAAC,GAAD,EAASA,GAAT,CAAH,GAAsB,IAF5B,CADF,EAKGG,eALH,CAFF,CADF;AAYD,CA5BD;;AA8BAX,KAAK,CAACa,SAAN,2CAAkB;EAChBX,KAAK,EAAEnB,SAAS,CAAC+B,MADD;EAEhBX,QAAQ,EAAEpB,SAAS,CAAC+B,MAFJ;EAGhB1B,IAAI,EAAEL,SAAS,CAACgC,KAAV,CAAgB,CAAC,MAAD,EAAS,YAAT,CAAhB,CAHU;EAIhB,aAAahC,SAAS,CAAC+B,MAJP;EAKhBT,SAAS,EAAEtB,SAAS,CAACgC,KAAV,CAAgB,CAAC,UAAD,EAAa,QAAb,EAAuB,OAAvB,CAAhB,CALK;EAMhBT,YAAY,EAAEvB,SAAS,CAACgC,KAAV,CAAgB,CAAC,UAAD,EAAa,OAAb,EAAsB,sBAAtB,EAA8C,aAA9C,CAAhB,CANE;EAOhBR,IAAI,EAAExB,SAAS,CAACiC,KAAV,CAAgBhC,IAAI,CAAC6B,SAArB,CAPU;EAQhBL,GAAG,EAAEzB,SAAS,CAACiC,KAAV,CAAgB/B,GAAG,CAAC4B,SAApB;AARW,CAAlB;AAUA,eAAeb,KAAf"}
@@ -2,6 +2,11 @@
2
2
  @value cm_grey_700 from colors;
3
3
  @value cm_grey_400 from colors;
4
4
 
5
+ .container {
6
+ display: flex;
7
+ gap: 12px;
8
+ }
9
+
5
10
  .title {
6
11
  font-family: Gilroy;
7
12
  font-style: normal;
@@ -18,6 +23,9 @@
18
23
  .titleFormGroup {
19
24
  composes: title;
20
25
  font-size: 18px;
26
+ display: flex;
27
+ align-items: center;
28
+ gap: 4px;
21
29
  }
22
30
 
23
31
  .mediumTitleFormGroup {
@@ -74,3 +82,8 @@
74
82
  font-weight: normal;
75
83
  }
76
84
 
85
+ .icon {
86
+ height: 24px;
87
+ width: 24px;
88
+ }
89
+
@@ -14,6 +14,12 @@ declare const propTypes: {
14
14
  'data-name': PropTypes.Requireable<string>;
15
15
  titleSize: PropTypes.Requireable<string>;
16
16
  subtitleSize: PropTypes.Requireable<string>;
17
+ icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
18
+ tag: PropTypes.Requireable<PropTypes.InferProps<{
19
+ label: PropTypes.Requireable<string>;
20
+ type: PropTypes.Requireable<string>;
21
+ size: PropTypes.Requireable<string>;
22
+ }>>;
17
23
  }>>;
18
24
  headerIcon: PropTypes.Requireable<string>;
19
25
  backgroundImage: PropTypes.Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/cm-popin/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAKnC,OAAO,IAAI,MAAM,iBAAiB,CAAC;AACnC,OAAO,EAAC,UAAU,EAAC,MAAM,wBAAwB,CAAC;AAClD,OAAO,SAAS,MAAM,2BAA2B,CAAC;AAClD,OAAO,SAAS,MAAM,2BAA2B,CAAC;AAGlD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoDd,CAAC;AAEF,aAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,UAAU,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,oBAAY,eAAe,GAAG;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE;QACZ,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,aAAa,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,oBAAY,YAAY,GAAG;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,OAAO,GAAG,aAAa,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;IAC5D,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,gBAAgB,CAAC;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B,YAAY,CAAC,EAAE,eAAe,CAAC;IAC/B,KAAK,CAAC,EAAE;QACN,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;QACzB,IAAI,EACA,SAAS,CAAC,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,GAChD,SAAS,CAAC,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC;KACtD,CAAC;IACF,IAAI,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;CACpD,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/cm-popin/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAKnC,OAAO,IAAI,MAAM,iBAAiB,CAAC;AACnC,OAAO,EAAC,UAAU,EAAC,MAAM,wBAAwB,CAAC;AAClD,OAAO,SAAS,MAAM,2BAA2B,CAAC;AAClD,OAAO,SAAS,MAAM,2BAA2B,CAAC;AAGlD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoDd,CAAC;AAEF,aAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,UAAU,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,oBAAY,eAAe,GAAG;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE;QACZ,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,aAAa,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,oBAAY,YAAY,GAAG;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,OAAO,GAAG,aAAa,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;IAC5D,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,gBAAgB,CAAC;IAC/B,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B,YAAY,CAAC,EAAE,eAAe,CAAC;IAC/B,KAAK,CAAC,EAAE;QACN,IAAI,EAAE,SAAS,GAAG,MAAM,CAAC;QACzB,IAAI,EACA,SAAS,CAAC,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,GAChD,SAAS,CAAC,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC;KACtD,CAAC;IACF,IAAI,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;CACpD,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/molecule/dashboard/cards-list/index.js"],"names":[],"mappings":";AAuFA;IACE;;;OAGG;IACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAeE;IAEF;;;;;;;;;;;;;;;;;;;;;;;MAGE;IAEF,wBAkCC;IA/BC;;;;;;;;MAQC;IAED,0DAAgE;IAsHlE,qBAiBC;IAED,qBAGC;IAED,sBAGC;IAED,0BASC;IAvJC,uEAA6D;IAyJ/D,mCAIC;IA5DD,oCAMC;IAGD,sCAIC;IA5DD,qBAGC;IAnCD,0BAMC;IAED,2BAYC;IAED,6BAOC;IASD,wCAuCC;IAGC,kBAA2B;IA6D7B,sBAuGC;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/molecule/dashboard/cards-list/index.js"],"names":[],"mappings":";AAuFA;IACE;;;OAGG;IACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAeE;IAEF;;;;;;;;;;;;;;;;;;;;;;;MAGE;IAEF,wBAkCC;IA/BC;;;;;;;;MAQC;IAED,0DAAgE;IAsHlE,qBAiBC;IAED,qBAGC;IAED,sBAGC;IAED,0BASC;IAvJC,uEAA6D;IAyJ/D,mCAIC;IA5DD,oCAMC;IAGD,sCAIC;IA5DD,qBAGC;IAnCD,0BAMC;IAED,2BAYC;IAED,6BAOC;IASD,wCAuCC;IAGC,kBAA2B;IA6D7B,sBAsGC;CACF"}