@coorpacademy/components 11.15.2 → 11.15.3

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 (189) hide show
  1. package/es/molecule/expandable-item/index.d.ts +19 -0
  2. package/es/molecule/expandable-item/index.d.ts.map +1 -0
  3. package/es/molecule/expandable-item/index.js +44 -0
  4. package/es/molecule/expandable-item/index.js.map +1 -0
  5. package/es/molecule/expandable-item/style.css +129 -0
  6. package/es/molecule/expandable-item/types.d.ts +20 -0
  7. package/es/molecule/expandable-item/types.d.ts.map +1 -0
  8. package/es/molecule/expandable-item/types.js +11 -0
  9. package/es/molecule/expandable-item/types.js.map +1 -0
  10. package/es/molecule/expandable-list/index.d.ts +18 -0
  11. package/es/molecule/expandable-list/index.d.ts.map +1 -0
  12. package/es/molecule/expandable-list/index.js +23 -0
  13. package/es/molecule/expandable-list/index.js.map +1 -0
  14. package/es/molecule/expandable-list/style.css +20 -0
  15. package/es/molecule/expandable-list/types.d.ts +17 -0
  16. package/es/molecule/expandable-list/types.d.ts.map +1 -0
  17. package/es/molecule/expandable-list/types.js +6 -0
  18. package/es/molecule/expandable-list/types.js.map +1 -0
  19. package/es/molecule/hero/index.d.ts +30 -26
  20. package/es/molecule/hero/index.d.ts.map +1 -1
  21. package/es/molecule/hero/index.js +14 -13
  22. package/es/molecule/hero/index.js.map +1 -1
  23. package/es/molecule/hero/style.css +42 -0
  24. package/es/molecule/hero/types.d.ts +22 -0
  25. package/es/molecule/hero/types.d.ts.map +1 -0
  26. package/es/molecule/hero/types.js +14 -0
  27. package/es/molecule/hero/types.js.map +1 -0
  28. package/es/molecule/menu-links/index.d.ts +23 -0
  29. package/es/molecule/menu-links/index.d.ts.map +1 -0
  30. package/es/molecule/menu-links/index.js +75 -0
  31. package/es/molecule/menu-links/index.js.map +1 -0
  32. package/es/molecule/menu-links/style.css +166 -0
  33. package/es/molecule/menu-links/types.d.ts +37 -0
  34. package/es/molecule/menu-links/types.d.ts.map +1 -0
  35. package/es/molecule/menu-links/types.js +18 -0
  36. package/es/molecule/menu-links/types.js.map +1 -0
  37. package/es/molecule/privacy-policy-contact/index.d.ts +14 -0
  38. package/es/molecule/privacy-policy-contact/index.d.ts.map +1 -0
  39. package/es/molecule/privacy-policy-contact/index.js +28 -0
  40. package/es/molecule/privacy-policy-contact/index.js.map +1 -0
  41. package/es/molecule/privacy-policy-contact/style.css +39 -0
  42. package/es/molecule/privacy-policy-contact/types.d.ts +10 -0
  43. package/es/molecule/privacy-policy-contact/types.d.ts.map +1 -0
  44. package/es/molecule/privacy-policy-contact/types.js +6 -0
  45. package/es/molecule/privacy-policy-contact/types.js.map +1 -0
  46. package/es/molecule/quick-access-card/index.d.ts +1 -0
  47. package/es/molecule/quick-access-card/index.d.ts.map +1 -1
  48. package/es/molecule/quick-access-card/index.js +88 -25
  49. package/es/molecule/quick-access-card/index.js.map +1 -1
  50. package/es/molecule/quick-access-card/style.css +32 -21
  51. package/es/molecule/quick-access-cards-group/index.d.ts +1 -0
  52. package/es/organism/brand-dashboard/index.d.ts +1 -0
  53. package/es/template/back-office/brand-update/index.d.ts +1 -0
  54. package/es/template/common/faq-article-page/index.d.ts +27 -0
  55. package/es/template/common/faq-article-page/index.d.ts.map +1 -0
  56. package/es/template/common/faq-article-page/index.js +55 -0
  57. package/es/template/common/faq-article-page/index.js.map +1 -0
  58. package/es/template/common/faq-article-page/style.css +125 -0
  59. package/es/template/common/faq-article-page/types.d.ts +41 -0
  60. package/es/template/common/faq-article-page/types.d.ts.map +1 -0
  61. package/es/template/common/faq-article-page/types.js +20 -0
  62. package/es/template/common/faq-article-page/types.js.map +1 -0
  63. package/es/template/common/faq-cards-page/index.d.ts +33 -0
  64. package/es/template/common/faq-cards-page/index.d.ts.map +1 -0
  65. package/es/template/common/faq-cards-page/index.js +45 -0
  66. package/es/template/common/faq-cards-page/index.js.map +1 -0
  67. package/es/template/common/faq-cards-page/style.css +106 -0
  68. package/es/template/common/faq-cards-page/types.d.ts +45 -0
  69. package/es/template/common/faq-cards-page/types.d.ts.map +1 -0
  70. package/es/template/common/faq-cards-page/types.js +18 -0
  71. package/es/template/common/faq-cards-page/types.js.map +1 -0
  72. package/es/template/common/faq-page/index.d.ts +50 -0
  73. package/es/template/common/faq-page/index.d.ts.map +1 -0
  74. package/es/template/common/faq-page/index.js +44 -0
  75. package/es/template/common/faq-page/index.js.map +1 -0
  76. package/es/template/common/faq-page/style.css +112 -0
  77. package/es/template/common/faq-page/types.d.ts +55 -0
  78. package/es/template/common/faq-page/types.d.ts.map +1 -0
  79. package/es/template/common/faq-page/types.js +12 -0
  80. package/es/template/common/faq-page/types.js.map +1 -0
  81. package/es/template/common/privacy-policy-page/index.d.ts +50 -0
  82. package/es/template/common/privacy-policy-page/index.d.ts.map +1 -0
  83. package/es/template/common/privacy-policy-page/index.js +44 -0
  84. package/es/template/common/privacy-policy-page/index.js.map +1 -0
  85. package/es/template/common/privacy-policy-page/style.css +111 -0
  86. package/es/template/common/privacy-policy-page/types.d.ts +55 -0
  87. package/es/template/common/privacy-policy-page/types.d.ts.map +1 -0
  88. package/es/template/common/privacy-policy-page/types.js +12 -0
  89. package/es/template/common/privacy-policy-page/types.js.map +1 -0
  90. package/es/util/button-icons.d.ts +1 -0
  91. package/es/util/button-icons.d.ts.map +1 -1
  92. package/es/util/button-icons.js +3 -2
  93. package/es/util/button-icons.js.map +1 -1
  94. package/es/variables/breakpoints.css +1 -1
  95. package/lib/molecule/expandable-item/index.d.ts +19 -0
  96. package/lib/molecule/expandable-item/index.d.ts.map +1 -0
  97. package/lib/molecule/expandable-item/index.js +58 -0
  98. package/lib/molecule/expandable-item/index.js.map +1 -0
  99. package/lib/molecule/expandable-item/style.css +129 -0
  100. package/lib/molecule/expandable-item/types.d.ts +20 -0
  101. package/lib/molecule/expandable-item/types.d.ts.map +1 -0
  102. package/lib/molecule/expandable-item/types.js +20 -0
  103. package/lib/molecule/expandable-item/types.js.map +1 -0
  104. package/lib/molecule/expandable-list/index.d.ts +18 -0
  105. package/lib/molecule/expandable-list/index.d.ts.map +1 -0
  106. package/lib/molecule/expandable-list/index.js +34 -0
  107. package/lib/molecule/expandable-list/index.js.map +1 -0
  108. package/lib/molecule/expandable-list/style.css +20 -0
  109. package/lib/molecule/expandable-list/types.d.ts +17 -0
  110. package/lib/molecule/expandable-list/types.d.ts.map +1 -0
  111. package/lib/molecule/expandable-list/types.js +16 -0
  112. package/lib/molecule/expandable-list/types.js.map +1 -0
  113. package/lib/molecule/hero/index.d.ts +30 -26
  114. package/lib/molecule/hero/index.d.ts.map +1 -1
  115. package/lib/molecule/hero/index.js +15 -14
  116. package/lib/molecule/hero/index.js.map +1 -1
  117. package/lib/molecule/hero/style.css +42 -0
  118. package/lib/molecule/hero/types.d.ts +22 -0
  119. package/lib/molecule/hero/types.d.ts.map +1 -0
  120. package/lib/molecule/hero/types.js +25 -0
  121. package/lib/molecule/hero/types.js.map +1 -0
  122. package/lib/molecule/menu-links/index.d.ts +23 -0
  123. package/lib/molecule/menu-links/index.d.ts.map +1 -0
  124. package/lib/molecule/menu-links/index.js +95 -0
  125. package/lib/molecule/menu-links/index.js.map +1 -0
  126. package/lib/molecule/menu-links/style.css +166 -0
  127. package/lib/molecule/menu-links/types.d.ts +37 -0
  128. package/lib/molecule/menu-links/types.d.ts.map +1 -0
  129. package/lib/molecule/menu-links/types.js +27 -0
  130. package/lib/molecule/menu-links/types.js.map +1 -0
  131. package/lib/molecule/privacy-policy-contact/index.d.ts +14 -0
  132. package/lib/molecule/privacy-policy-contact/index.d.ts.map +1 -0
  133. package/lib/molecule/privacy-policy-contact/index.js +41 -0
  134. package/lib/molecule/privacy-policy-contact/index.js.map +1 -0
  135. package/lib/molecule/privacy-policy-contact/style.css +39 -0
  136. package/lib/molecule/privacy-policy-contact/types.d.ts +10 -0
  137. package/lib/molecule/privacy-policy-contact/types.d.ts.map +1 -0
  138. package/lib/molecule/privacy-policy-contact/types.js +15 -0
  139. package/lib/molecule/privacy-policy-contact/types.js.map +1 -0
  140. package/lib/molecule/quick-access-card/index.d.ts +1 -0
  141. package/lib/molecule/quick-access-card/index.d.ts.map +1 -1
  142. package/lib/molecule/quick-access-card/index.js +87 -24
  143. package/lib/molecule/quick-access-card/index.js.map +1 -1
  144. package/lib/molecule/quick-access-card/style.css +32 -21
  145. package/lib/molecule/quick-access-cards-group/index.d.ts +1 -0
  146. package/lib/organism/brand-dashboard/index.d.ts +1 -0
  147. package/lib/template/back-office/brand-update/index.d.ts +1 -0
  148. package/lib/template/common/faq-article-page/index.d.ts +27 -0
  149. package/lib/template/common/faq-article-page/index.d.ts.map +1 -0
  150. package/lib/template/common/faq-article-page/index.js +69 -0
  151. package/lib/template/common/faq-article-page/index.js.map +1 -0
  152. package/lib/template/common/faq-article-page/style.css +125 -0
  153. package/lib/template/common/faq-article-page/types.d.ts +41 -0
  154. package/lib/template/common/faq-article-page/types.d.ts.map +1 -0
  155. package/lib/template/common/faq-article-page/types.js +30 -0
  156. package/lib/template/common/faq-article-page/types.js.map +1 -0
  157. package/lib/template/common/faq-cards-page/index.d.ts +33 -0
  158. package/lib/template/common/faq-cards-page/index.d.ts.map +1 -0
  159. package/lib/template/common/faq-cards-page/index.js +58 -0
  160. package/lib/template/common/faq-cards-page/index.js.map +1 -0
  161. package/lib/template/common/faq-cards-page/style.css +106 -0
  162. package/lib/template/common/faq-cards-page/types.d.ts +45 -0
  163. package/lib/template/common/faq-cards-page/types.d.ts.map +1 -0
  164. package/lib/template/common/faq-cards-page/types.js +29 -0
  165. package/lib/template/common/faq-cards-page/types.js.map +1 -0
  166. package/lib/template/common/faq-page/index.d.ts +50 -0
  167. package/lib/template/common/faq-page/index.d.ts.map +1 -0
  168. package/lib/template/common/faq-page/index.js +58 -0
  169. package/lib/template/common/faq-page/index.js.map +1 -0
  170. package/lib/template/common/faq-page/style.css +112 -0
  171. package/lib/template/common/faq-page/types.d.ts +55 -0
  172. package/lib/template/common/faq-page/types.d.ts.map +1 -0
  173. package/lib/template/common/faq-page/types.js +25 -0
  174. package/lib/template/common/faq-page/types.js.map +1 -0
  175. package/lib/template/common/privacy-policy-page/index.d.ts +50 -0
  176. package/lib/template/common/privacy-policy-page/index.d.ts.map +1 -0
  177. package/lib/template/common/privacy-policy-page/index.js +58 -0
  178. package/lib/template/common/privacy-policy-page/index.js.map +1 -0
  179. package/lib/template/common/privacy-policy-page/style.css +111 -0
  180. package/lib/template/common/privacy-policy-page/types.d.ts +55 -0
  181. package/lib/template/common/privacy-policy-page/types.d.ts.map +1 -0
  182. package/lib/template/common/privacy-policy-page/types.js +25 -0
  183. package/lib/template/common/privacy-policy-page/types.js.map +1 -0
  184. package/lib/util/button-icons.d.ts +1 -0
  185. package/lib/util/button-icons.d.ts.map +1 -1
  186. package/lib/util/button-icons.js +2 -1
  187. package/lib/util/button-icons.js.map +1 -1
  188. package/lib/variables/breakpoints.css +1 -1
  189. package/package.json +2 -2
@@ -0,0 +1,112 @@
1
+ @value breakpoints: "../../../variables/breakpoints.css";
2
+ @value mobile from breakpoints;
3
+ @value tablet from breakpoints;
4
+ @value desktop from breakpoints;
5
+ @value colors: "../../../variables/colors.css";
6
+ @value cm_grey_50 from colors;
7
+
8
+ .wrapper {
9
+ background-color: cm_grey_50;
10
+ }
11
+
12
+ .hero {
13
+ height: 228px;
14
+ width: 100%;
15
+ }
16
+
17
+ .container {
18
+ display: flex;
19
+ flex-direction: row;
20
+ margin: 40px auto;
21
+ padding: 0px 40px;
22
+ justify-content: center;
23
+ }
24
+
25
+ .menuContainer {
26
+ margin-right: 32px;
27
+ min-width: 308px;
28
+ max-width: 388px;
29
+ }
30
+
31
+ .menueLinksDesctop {
32
+ display: block;
33
+ }
34
+
35
+ .menueLinksMobile {
36
+ display: none;
37
+ }
38
+
39
+ .privacyPolicyContact{
40
+ width: 100%;
41
+ height: 86px;
42
+ display: flex;
43
+ justify-content: center;
44
+ }
45
+
46
+ .expandableList {
47
+ min-width: 533px;
48
+ max-width: 748px;
49
+ width: 100%;
50
+ }
51
+
52
+ @media tablet {
53
+ .container {
54
+ display: flex;
55
+ flex-direction: column;
56
+ margin: 40px;
57
+ padding: 0px;
58
+ }
59
+ .menuContainer {
60
+ margin: 0px 0px 16px 0px;
61
+ width: 100%;
62
+ min-width: inherit;
63
+ max-width: inherit;
64
+ }
65
+ .expandableList {
66
+ min-width: inherit;
67
+ max-width: inherit;
68
+ width: 100%;
69
+ }
70
+ .menueLinksDesctop {
71
+ display: none;
72
+ }
73
+ .menueLinksMobile {
74
+ display: block;
75
+ }
76
+ }
77
+
78
+ @media mobile {
79
+ .hero {
80
+ height: 264px;
81
+ width: 100%;
82
+ }
83
+ .container {
84
+ display: flex;
85
+ flex-direction: column;
86
+ margin: 40px 24px;
87
+ padding: 0px;
88
+ }
89
+ .menuContainer {
90
+ margin: 0px 0px 16px 0px;
91
+ width: 100%;
92
+ min-width: inherit;
93
+ max-width: inherit;
94
+ }
95
+ .expandableList {
96
+ min-width: inherit;
97
+ max-width: inherit;
98
+ width: 100%;
99
+ }
100
+ .menueLinksDesctop {
101
+ display: none;
102
+ }
103
+ .menueLinksMobile {
104
+ display: block;
105
+ }
106
+ .privacyPolicyContact{
107
+ width: 100%;
108
+ height: max-content;
109
+ display: flex;
110
+ justify-content: center;
111
+ }
112
+ }
@@ -0,0 +1,55 @@
1
+ import PropTypes from 'prop-types';
2
+ import { Props as ContactProps } from '../../../molecule/privacy-policy-contact/types';
3
+ import { Props as HeroProps } from '../../../molecule/hero/types';
4
+ import { Props as MenuLinksProps } from '../../../molecule/menu-links/types';
5
+ import { Props as ListProps } from '../../../molecule/expandable-list/types';
6
+ export declare const propTypes: {
7
+ header: PropTypes.Requireable<PropTypes.InferProps<{
8
+ image: PropTypes.Requireable<string>;
9
+ mode: PropTypes.Requireable<string>;
10
+ description: PropTypes.Requireable<string>;
11
+ title: PropTypes.Requireable<string>;
12
+ author: PropTypes.Requireable<string>;
13
+ progress: PropTypes.Requireable<number>;
14
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
15
+ submitValue: PropTypes.Requireable<string>;
16
+ }>>;
17
+ privacyPolicyContact: PropTypes.Requireable<PropTypes.InferProps<{
18
+ title: PropTypes.Requireable<string>;
19
+ content: PropTypes.Requireable<string>;
20
+ }>>;
21
+ menuLinks: PropTypes.Requireable<PropTypes.InferProps<{
22
+ title: PropTypes.Requireable<string>;
23
+ numberOfDisplayedItems: PropTypes.Requireable<number>;
24
+ isDesktopMode: PropTypes.Requireable<boolean>;
25
+ withScroll: PropTypes.Requireable<boolean>;
26
+ showMoreItem: PropTypes.Requireable<PropTypes.InferProps<{
27
+ showMoreText: PropTypes.Requireable<string>;
28
+ showLessText: PropTypes.Requireable<string>;
29
+ isSelected: PropTypes.Requireable<boolean>;
30
+ }>>;
31
+ items: PropTypes.Requireable<(PropTypes.InferProps<{
32
+ text: PropTypes.Requireable<string>;
33
+ isSelected: PropTypes.Requireable<boolean>;
34
+ handleOnclick: PropTypes.Requireable<(...args: any[]) => any>;
35
+ }> | null | undefined)[]>;
36
+ }>>;
37
+ expandableList: PropTypes.Requireable<PropTypes.InferProps<{
38
+ items: PropTypes.Requireable<(PropTypes.InferProps<{
39
+ title: PropTypes.Requireable<string>;
40
+ icon: PropTypes.Requireable<string>;
41
+ isExpended: PropTypes.Requireable<boolean>;
42
+ isLink: PropTypes.Requireable<boolean>;
43
+ content: PropTypes.Requireable<string>;
44
+ image: PropTypes.Requireable<string>;
45
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
46
+ }> | null | undefined)[]>;
47
+ }>>;
48
+ };
49
+ export declare type Props = {
50
+ header: HeroProps;
51
+ privacyPolicyContact: ContactProps;
52
+ menuLinks: MenuLinksProps;
53
+ expandableList: ListProps;
54
+ };
55
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/template/common/faq-page/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,EACL,KAAK,IAAI,YAAY,EAEtB,MAAM,gDAAgD,CAAC;AACxD,OAAO,EAAC,KAAK,IAAI,SAAS,EAA6B,MAAM,8BAA8B,CAAC;AAC5F,OAAO,EACL,KAAK,IAAI,cAAc,EAExB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EACL,KAAK,IAAI,SAAS,EAEnB,MAAM,yCAAyC,CAAC;AAEjD,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKrB,CAAC;AAEF,oBAAY,KAAK,GAAG;IAClB,MAAM,EAAE,SAAS,CAAC;IAClB,oBAAoB,EAAE,YAAY,CAAC;IACnC,SAAS,EAAE,cAAc,CAAC;IAC1B,cAAc,EAAE,SAAS,CAAC;CAC3B,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ exports.__esModule = true;
4
+ exports.propTypes = void 0;
5
+
6
+ var _propTypes = _interopRequireDefault(require("prop-types"));
7
+
8
+ var _types = require("../../../molecule/privacy-policy-contact/types");
9
+
10
+ var _types2 = require("../../../molecule/hero/types");
11
+
12
+ var _types3 = require("../../../molecule/menu-links/types");
13
+
14
+ var _types4 = require("../../../molecule/expandable-list/types");
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
+
18
+ const propTypes = {
19
+ header: _propTypes.default.shape(_types2.propTypes),
20
+ privacyPolicyContact: _propTypes.default.shape(_types.propTypes),
21
+ menuLinks: _propTypes.default.shape(_types3.propTypes),
22
+ expandableList: _propTypes.default.shape(_types4.propTypes)
23
+ };
24
+ exports.propTypes = propTypes;
25
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","names":["propTypes","header","PropTypes","shape","HeroPropTypes","privacyPolicyContact","ContactPropTypes","menuLinks","MenuLinksPropTypes","expandableList","ListPropTypes"],"sources":["../../../../src/template/common/faq-page/types.ts"],"sourcesContent":["import PropTypes from 'prop-types';\nimport {\n Props as ContactProps,\n propTypes as ContactPropTypes\n} from '../../../molecule/privacy-policy-contact/types';\nimport {Props as HeroProps, propTypes as HeroPropTypes} from '../../../molecule/hero/types';\nimport {\n Props as MenuLinksProps,\n propTypes as MenuLinksPropTypes\n} from '../../../molecule/menu-links/types';\nimport {\n Props as ListProps,\n propTypes as ListPropTypes\n} from '../../../molecule/expandable-list/types';\n\nexport const propTypes = {\n header: PropTypes.shape(HeroPropTypes),\n privacyPolicyContact: PropTypes.shape(ContactPropTypes),\n menuLinks: PropTypes.shape(MenuLinksPropTypes),\n expandableList: PropTypes.shape(ListPropTypes)\n};\n\nexport type Props = {\n header: HeroProps;\n privacyPolicyContact: ContactProps;\n menuLinks: MenuLinksProps;\n expandableList: ListProps;\n};\n"],"mappings":";;;;;AAAA;;AACA;;AAIA;;AACA;;AAIA;;;;AAKO,MAAMA,SAAS,GAAG;EACvBC,MAAM,EAAEC,kBAAA,CAAUC,KAAV,CAAgBC,iBAAhB,CADe;EAEvBC,oBAAoB,EAAEH,kBAAA,CAAUC,KAAV,CAAgBG,gBAAhB,CAFC;EAGvBC,SAAS,EAAEL,kBAAA,CAAUC,KAAV,CAAgBK,iBAAhB,CAHY;EAIvBC,cAAc,EAAEP,kBAAA,CAAUC,KAAV,CAAgBO,iBAAhB;AAJO,CAAlB"}
@@ -0,0 +1,50 @@
1
+ /// <reference types="react" />
2
+ import { Props } from './types';
3
+ declare const PrivacyPolicy: {
4
+ ({ header, privacyPolicyContact, menuLinks, expandableList }: Props): JSX.Element;
5
+ propTypes: {
6
+ header: import("prop-types").Requireable<import("prop-types").InferProps<{
7
+ image: import("prop-types").Requireable<string>;
8
+ mode: import("prop-types").Requireable<string>;
9
+ description: import("prop-types").Requireable<string>;
10
+ title: import("prop-types").Requireable<string>;
11
+ author: import("prop-types").Requireable<string>;
12
+ progress: import("prop-types").Requireable<number>;
13
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
14
+ submitValue: import("prop-types").Requireable<string>;
15
+ }>>;
16
+ privacyPolicyContact: import("prop-types").Requireable<import("prop-types").InferProps<{
17
+ title: import("prop-types").Requireable<string>;
18
+ content: import("prop-types").Requireable<string>;
19
+ }>>;
20
+ menuLinks: import("prop-types").Requireable<import("prop-types").InferProps<{
21
+ title: import("prop-types").Requireable<string>;
22
+ numberOfDisplayedItems: import("prop-types").Requireable<number>;
23
+ isDesktopMode: import("prop-types").Requireable<boolean>;
24
+ withScroll: import("prop-types").Requireable<boolean>;
25
+ showMoreItem: import("prop-types").Requireable<import("prop-types").InferProps<{
26
+ showMoreText: import("prop-types").Requireable<string>;
27
+ showLessText: import("prop-types").Requireable<string>;
28
+ isSelected: import("prop-types").Requireable<boolean>;
29
+ }>>;
30
+ items: import("prop-types").Requireable<(import("prop-types").InferProps<{
31
+ text: import("prop-types").Requireable<string>;
32
+ isSelected: import("prop-types").Requireable<boolean>;
33
+ handleOnclick: import("prop-types").Requireable<(...args: any[]) => any>;
34
+ }> | null | undefined)[]>;
35
+ }>>;
36
+ expandableList: import("prop-types").Requireable<import("prop-types").InferProps<{
37
+ items: import("prop-types").Requireable<(import("prop-types").InferProps<{
38
+ title: import("prop-types").Requireable<string>;
39
+ icon: import("prop-types").Requireable<string>;
40
+ isExpended: import("prop-types").Requireable<boolean>;
41
+ isLink: import("prop-types").Requireable<boolean>;
42
+ content: import("prop-types").Requireable<string>;
43
+ image: import("prop-types").Requireable<string>;
44
+ onClick: import("prop-types").Requireable<(...args: any[]) => any>;
45
+ }> | null | undefined)[]>;
46
+ }>>;
47
+ };
48
+ };
49
+ export default PrivacyPolicy;
50
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/common/privacy-policy-page/index.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAY,KAAK,EAAC,MAAM,SAAS,CAAC;AAGzC,QAAA,MAAM,aAAa;kEAA+D,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwBtF,CAAC;AAIF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+
3
+ exports.__esModule = true;
4
+ exports.default = void 0;
5
+
6
+ var _react = _interopRequireDefault(require("react"));
7
+
8
+ var _hero = _interopRequireDefault(require("../../../molecule/hero"));
9
+
10
+ var _privacyPolicyContact = _interopRequireDefault(require("../../../molecule/privacy-policy-contact"));
11
+
12
+ var _menuLinks = _interopRequireDefault(require("../../../molecule/menu-links"));
13
+
14
+ var _expandableList = _interopRequireDefault(require("../../../molecule/expandable-list"));
15
+
16
+ var _types = require("./types");
17
+
18
+ var _style = _interopRequireDefault(require("./style.css"));
19
+
20
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
21
+
22
+ 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); }
23
+
24
+ const PrivacyPolicy = ({
25
+ header,
26
+ privacyPolicyContact,
27
+ menuLinks,
28
+ expandableList
29
+ }) => {
30
+ return /*#__PURE__*/_react.default.createElement("div", {
31
+ className: _style.default.wrapper
32
+ }, /*#__PURE__*/_react.default.createElement("div", {
33
+ className: _style.default.hero
34
+ }, /*#__PURE__*/_react.default.createElement(_hero.default, _extends({}, header, {
35
+ mode: 'header'
36
+ }))), /*#__PURE__*/_react.default.createElement("div", {
37
+ className: _style.default.container
38
+ }, /*#__PURE__*/_react.default.createElement("div", {
39
+ className: _style.default.menuContainer
40
+ }, /*#__PURE__*/_react.default.createElement("div", {
41
+ className: _style.default.menueLinksDesctop
42
+ }, /*#__PURE__*/_react.default.createElement(_menuLinks.default, _extends({}, menuLinks, {
43
+ isDesktopMode: true
44
+ }))), /*#__PURE__*/_react.default.createElement("div", {
45
+ className: _style.default.menueLinksMobile
46
+ }, /*#__PURE__*/_react.default.createElement(_menuLinks.default, _extends({}, menuLinks, {
47
+ isDesktopMode: false
48
+ })))), /*#__PURE__*/_react.default.createElement("div", {
49
+ className: _style.default.expandableList
50
+ }, /*#__PURE__*/_react.default.createElement(_expandableList.default, expandableList))), /*#__PURE__*/_react.default.createElement("div", {
51
+ className: _style.default.privacyPolicyContact
52
+ }, /*#__PURE__*/_react.default.createElement(_privacyPolicyContact.default, privacyPolicyContact)));
53
+ };
54
+
55
+ PrivacyPolicy.propTypes = process.env.NODE_ENV !== "production" ? _types.propTypes : {};
56
+ var _default = PrivacyPolicy;
57
+ exports.default = _default;
58
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["PrivacyPolicy","header","privacyPolicyContact","menuLinks","expandableList","styles","wrapper","hero","container","menuContainer","menueLinksDesctop","menueLinksMobile","propTypes"],"sources":["../../../../src/template/common/privacy-policy-page/index.tsx"],"sourcesContent":["import React from 'react';\nimport Hero from '../../../molecule/hero';\nimport PrivacyPolicyContact from '../../../molecule/privacy-policy-contact';\nimport MenuLinks from '../../../molecule/menu-links';\nimport ExpandableList from '../../../molecule/expandable-list';\nimport {propTypes, Props} from './types';\nimport styles from './style.css';\n\nconst PrivacyPolicy = ({header, privacyPolicyContact, menuLinks, expandableList}: Props) => {\n return (\n <div className={styles.wrapper}>\n <div className={styles.hero}>\n <Hero {...header} mode={'header'} />\n </div>\n <div className={styles.container}>\n <div className={styles.menuContainer}>\n <div className={styles.menueLinksDesctop}>\n <MenuLinks {...menuLinks} isDesktopMode />\n </div>\n <div className={styles.menueLinksMobile}>\n <MenuLinks {...menuLinks} isDesktopMode={false} />\n </div>\n </div>\n <div className={styles.expandableList}>\n <ExpandableList {...expandableList} />\n </div>\n </div>\n <div className={styles.privacyPolicyContact}>\n <PrivacyPolicyContact {...privacyPolicyContact} />\n </div>\n </div>\n );\n};\n\nPrivacyPolicy.propTypes = propTypes;\n\nexport default PrivacyPolicy;\n"],"mappings":";;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;;;AAEA,MAAMA,aAAa,GAAG,CAAC;EAACC,MAAD;EAASC,oBAAT;EAA+BC,SAA/B;EAA0CC;AAA1C,CAAD,KAAsE;EAC1F,oBACE;IAAK,SAAS,EAAEC,cAAA,CAAOC;EAAvB,gBACE;IAAK,SAAS,EAAED,cAAA,CAAOE;EAAvB,gBACE,6BAAC,aAAD,eAAUN,MAAV;IAAkB,IAAI,EAAE;EAAxB,GADF,CADF,eAIE;IAAK,SAAS,EAAEI,cAAA,CAAOG;EAAvB,gBACE;IAAK,SAAS,EAAEH,cAAA,CAAOI;EAAvB,gBACE;IAAK,SAAS,EAAEJ,cAAA,CAAOK;EAAvB,gBACE,6BAAC,kBAAD,eAAeP,SAAf;IAA0B,aAAa;EAAvC,GADF,CADF,eAIE;IAAK,SAAS,EAAEE,cAAA,CAAOM;EAAvB,gBACE,6BAAC,kBAAD,eAAeR,SAAf;IAA0B,aAAa,EAAE;EAAzC,GADF,CAJF,CADF,eASE;IAAK,SAAS,EAAEE,cAAA,CAAOD;EAAvB,gBACE,6BAAC,uBAAD,EAAoBA,cAApB,CADF,CATF,CAJF,eAiBE;IAAK,SAAS,EAAEC,cAAA,CAAOH;EAAvB,gBACE,6BAAC,6BAAD,EAA0BA,oBAA1B,CADF,CAjBF,CADF;AAuBD,CAxBD;;AA0BAF,aAAa,CAACY,SAAd,2CAA0BA,gBAA1B;eAEeZ,a"}
@@ -0,0 +1,111 @@
1
+ @value breakpoints: "../../../variables/breakpoints.css";
2
+ @value mobile from breakpoints;
3
+ @value tablet from breakpoints;
4
+ @value desktop from breakpoints;
5
+ @value colors: "../../../variables/colors.css";
6
+ @value cm_grey_50 from colors;
7
+
8
+ .wrapper {
9
+ background-color: cm_grey_50;
10
+ }
11
+
12
+ .hero {
13
+ height: 228px;
14
+ width: 100%;
15
+ }
16
+
17
+ .container {
18
+ display: flex;
19
+ flex-direction: row;
20
+ margin: 40px auto;
21
+ padding: 0px 40px;
22
+ justify-content: center;
23
+ }
24
+
25
+ .menuContainer {
26
+ margin-right: 32px;
27
+ min-width: 308px;
28
+ max-width: 388px;
29
+ }
30
+
31
+ .menueLinksDesctop {
32
+ display: block;
33
+ }
34
+
35
+ .menueLinksMobile {
36
+ display: none;
37
+ }
38
+
39
+ .privacyPolicyContact{
40
+ width: 100%;
41
+ height: 86px;
42
+ display: flex;
43
+ justify-content: center;
44
+ }
45
+
46
+ .expandableList {
47
+ min-width: 533px;
48
+ max-width: 748px;
49
+ width: 100%;
50
+ }
51
+ @media tablet {
52
+ .container {
53
+ display: flex;
54
+ flex-direction: column;
55
+ margin: 40px;
56
+ padding: 0px;
57
+ }
58
+ .menuContainer {
59
+ margin: 0px 0px 16px 0px;
60
+ width: 100%;
61
+ min-width: inherit;
62
+ max-width: inherit;
63
+ }
64
+ .expandableList {
65
+ min-width: inherit;
66
+ max-width: inherit;
67
+ width: 100%;
68
+ }
69
+ .menueLinksDesctop {
70
+ display: none;
71
+ }
72
+ .menueLinksMobile {
73
+ display: block;
74
+ }
75
+ }
76
+
77
+ @media mobile {
78
+ .hero {
79
+ height: 264px;
80
+ width: 100%;
81
+ }
82
+ .container {
83
+ display: flex;
84
+ flex-direction: column;
85
+ margin: 40px 24px;
86
+ padding: 0px;
87
+ }
88
+ .menuContainer {
89
+ margin: 0px 0px 16px 0px;
90
+ width: 100%;
91
+ min-width: inherit;
92
+ max-width: inherit;
93
+ }
94
+ .expandableList {
95
+ min-width: inherit;
96
+ max-width: inherit;
97
+ width: 100%;
98
+ }
99
+ .menueLinksDesctop {
100
+ display: none;
101
+ }
102
+ .menueLinksMobile {
103
+ display: block;
104
+ }
105
+ .privacyPolicyContact{
106
+ width: 100%;
107
+ height: max-content;
108
+ display: flex;
109
+ justify-content: center;
110
+ }
111
+ }
@@ -0,0 +1,55 @@
1
+ import PropTypes from 'prop-types';
2
+ import { Props as ContactProps } from '../../../molecule/privacy-policy-contact/types';
3
+ import { Props as HeroProps } from '../../../molecule/hero/types';
4
+ import { Props as MenuLinksProps } from '../../../molecule/menu-links/types';
5
+ import { Props as ListProps } from '../../../molecule/expandable-list/types';
6
+ export declare const propTypes: {
7
+ header: PropTypes.Requireable<PropTypes.InferProps<{
8
+ image: PropTypes.Requireable<string>;
9
+ mode: PropTypes.Requireable<string>;
10
+ description: PropTypes.Requireable<string>;
11
+ title: PropTypes.Requireable<string>;
12
+ author: PropTypes.Requireable<string>;
13
+ progress: PropTypes.Requireable<number>;
14
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
15
+ submitValue: PropTypes.Requireable<string>;
16
+ }>>;
17
+ privacyPolicyContact: PropTypes.Requireable<PropTypes.InferProps<{
18
+ title: PropTypes.Requireable<string>;
19
+ content: PropTypes.Requireable<string>;
20
+ }>>;
21
+ menuLinks: PropTypes.Requireable<PropTypes.InferProps<{
22
+ title: PropTypes.Requireable<string>;
23
+ numberOfDisplayedItems: PropTypes.Requireable<number>;
24
+ isDesktopMode: PropTypes.Requireable<boolean>;
25
+ withScroll: PropTypes.Requireable<boolean>;
26
+ showMoreItem: PropTypes.Requireable<PropTypes.InferProps<{
27
+ showMoreText: PropTypes.Requireable<string>;
28
+ showLessText: PropTypes.Requireable<string>;
29
+ isSelected: PropTypes.Requireable<boolean>;
30
+ }>>;
31
+ items: PropTypes.Requireable<(PropTypes.InferProps<{
32
+ text: PropTypes.Requireable<string>;
33
+ isSelected: PropTypes.Requireable<boolean>;
34
+ handleOnclick: PropTypes.Requireable<(...args: any[]) => any>;
35
+ }> | null | undefined)[]>;
36
+ }>>;
37
+ expandableList: PropTypes.Requireable<PropTypes.InferProps<{
38
+ items: PropTypes.Requireable<(PropTypes.InferProps<{
39
+ title: PropTypes.Requireable<string>;
40
+ icon: PropTypes.Requireable<string>;
41
+ isExpended: PropTypes.Requireable<boolean>;
42
+ isLink: PropTypes.Requireable<boolean>;
43
+ content: PropTypes.Requireable<string>;
44
+ image: PropTypes.Requireable<string>;
45
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
46
+ }> | null | undefined)[]>;
47
+ }>>;
48
+ };
49
+ export declare type Props = {
50
+ header: HeroProps;
51
+ privacyPolicyContact: ContactProps;
52
+ menuLinks: MenuLinksProps;
53
+ expandableList: ListProps;
54
+ };
55
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/template/common/privacy-policy-page/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,EACL,KAAK,IAAI,YAAY,EAEtB,MAAM,gDAAgD,CAAC;AACxD,OAAO,EAAC,KAAK,IAAI,SAAS,EAA6B,MAAM,8BAA8B,CAAC;AAC5F,OAAO,EACL,KAAK,IAAI,cAAc,EAExB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EACL,KAAK,IAAI,SAAS,EAEnB,MAAM,yCAAyC,CAAC;AAEjD,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKrB,CAAC;AAEF,oBAAY,KAAK,GAAG;IAClB,MAAM,EAAE,SAAS,CAAC;IAClB,oBAAoB,EAAE,YAAY,CAAC;IACnC,SAAS,EAAE,cAAc,CAAC;IAC1B,cAAc,EAAE,SAAS,CAAC;CAC3B,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ exports.__esModule = true;
4
+ exports.propTypes = void 0;
5
+
6
+ var _propTypes = _interopRequireDefault(require("prop-types"));
7
+
8
+ var _types = require("../../../molecule/privacy-policy-contact/types");
9
+
10
+ var _types2 = require("../../../molecule/hero/types");
11
+
12
+ var _types3 = require("../../../molecule/menu-links/types");
13
+
14
+ var _types4 = require("../../../molecule/expandable-list/types");
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
+
18
+ const propTypes = {
19
+ header: _propTypes.default.shape(_types2.propTypes),
20
+ privacyPolicyContact: _propTypes.default.shape(_types.propTypes),
21
+ menuLinks: _propTypes.default.shape(_types3.propTypes),
22
+ expandableList: _propTypes.default.shape(_types4.propTypes)
23
+ };
24
+ exports.propTypes = propTypes;
25
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","names":["propTypes","header","PropTypes","shape","HeroPropTypes","privacyPolicyContact","ContactPropTypes","menuLinks","MenuLinksPropTypes","expandableList","ListPropTypes"],"sources":["../../../../src/template/common/privacy-policy-page/types.ts"],"sourcesContent":["import PropTypes from 'prop-types';\nimport {\n Props as ContactProps,\n propTypes as ContactPropTypes\n} from '../../../molecule/privacy-policy-contact/types';\nimport {Props as HeroProps, propTypes as HeroPropTypes} from '../../../molecule/hero/types';\nimport {\n Props as MenuLinksProps,\n propTypes as MenuLinksPropTypes\n} from '../../../molecule/menu-links/types';\nimport {\n Props as ListProps,\n propTypes as ListPropTypes\n} from '../../../molecule/expandable-list/types';\n\nexport const propTypes = {\n header: PropTypes.shape(HeroPropTypes),\n privacyPolicyContact: PropTypes.shape(ContactPropTypes),\n menuLinks: PropTypes.shape(MenuLinksPropTypes),\n expandableList: PropTypes.shape(ListPropTypes)\n};\n\nexport type Props = {\n header: HeroProps;\n privacyPolicyContact: ContactProps;\n menuLinks: MenuLinksProps;\n expandableList: ListProps;\n};\n"],"mappings":";;;;;AAAA;;AACA;;AAIA;;AACA;;AAIA;;;;AAKO,MAAMA,SAAS,GAAG;EACvBC,MAAM,EAAEC,kBAAA,CAAUC,KAAV,CAAgBC,iBAAhB,CADe;EAEvBC,oBAAoB,EAAEH,kBAAA,CAAUC,KAAV,CAAgBG,gBAAhB,CAFC;EAGvBC,SAAS,EAAEL,kBAAA,CAAUC,KAAV,CAAgBK,iBAAhB,CAHY;EAIvBC,cAAc,EAAEP,kBAAA,CAAUC,KAAV,CAAgBO,iBAAhB;AAJO,CAAlB"}
@@ -17,5 +17,6 @@ export const ICONS: {
17
17
  upload: any;
18
18
  down: any;
19
19
  pdf: any;
20
+ back: any;
20
21
  };
21
22
  //# 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":"AAqBA;;;;;;;;;;;;;;;;;;;EAmBE"}
1
+ {"version":3,"file":"button-icons.d.ts","sourceRoot":"","sources":["../../src/util/button-icons.js"],"names":[],"mappings":"AAsBA;;;;;;;;;;;;;;;;;;;;EAoBE"}
@@ -23,7 +23,8 @@ const ICONS = {
23
23
  folders: _novaIcons.NovaSolidFilesFoldersFolders,
24
24
  upload: _novaIcons.NovaSolidFilesBasicFileUpload2,
25
25
  down: _novaIcons.NovaCompositionNavigationArrowDown,
26
- pdf: _novaIcons.NovaLineFilesOfficeFileOfficePdf
26
+ pdf: _novaIcons.NovaLineFilesOfficeFileOfficePdf,
27
+ back: _novaIcons.NovaCompositionNavigationArrowLeft
27
28
  };
28
29
  exports.ICONS = ICONS;
29
30
  //# 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"],"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 NovaLineFilesOfficeFileOfficePdf as PDF\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};\n"],"mappings":";;;;;AAAA;;AAqBO,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;AAlBc,CAAd"}
1
+ {"version":3,"file":"button-icons.js","names":["ICONS","add","AddIcon","analytics","AnalyticsIcon","bin","BinIcon","BulletPointIcon","ChevronLeftIcon","ChevronRightIcon","close","CloseIcon","edit","EditIcon","key","KlfIcon","list","ListIcon","logout","LogoutIcon","publish","PublishIcon","save","SaveIcon","see","EyeIcon","folders","FoldersIcon","upload","UploadIcon","down","ArrowDown","pdf","PDF","back","ArrowLeft"],"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} 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};\n"],"mappings":";;;;;AAAA;;AAsBO,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;AAnBa,CAAd"}
@@ -2,4 +2,4 @@
2
2
  @value tablet: (max-width: 960px);
3
3
  @value desktop: (max-width: 1280px);
4
4
  @value wide: (max-width: 1680px);
5
- @value cm_tablet: (max-width: 1123px);
5
+ @value cm_tablet: (max-width: 1123px);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.15.2",
3
+ "version": "11.15.3",
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": "cc93e6ecc6166fea027d63a14785aadefdd8ded9"
171
+ "gitHead": "a4191f29a68bd97126b50ff10b68f5b1d8c566d4"
172
172
  }