@pareto-engineering/design-system 2.0.0-alpha.20 → 2.0.0-alpha.24

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 (211) hide show
  1. package/dist/cjs/a/BackgroundGradient/styles.scss +1 -1
  2. package/dist/cjs/a/Shapes/styles.scss +9 -9
  3. package/dist/cjs/b/Button/styles.scss +1 -1
  4. package/dist/cjs/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.js +3 -3
  5. package/dist/cjs/c/ContentSlides/styles.scss +10 -4
  6. package/dist/cjs/f/common/Label/styles.scss +1 -1
  7. package/dist/cjs/f/fields/ChoicesInput/styles.scss +17 -2
  8. package/dist/cjs/f/fields/SelectInput/SelectInput.js +13 -5
  9. package/dist/cjs/f/fields/SelectInput/styles.scss +13 -8
  10. package/dist/cjs/f/fields/TextInput/TextInput.js +10 -3
  11. package/dist/cjs/f/fields/TextInput/styles.scss +16 -3
  12. package/dist/cjs/f/fields/TextareaInput/TextareaInput.js +3 -3
  13. package/dist/cjs/f/fields/TextareaInput/styles.scss +19 -6
  14. package/dist/cjs/f/fields/index.js +0 -24
  15. package/dist/cjs/form-reset.scss +1 -1
  16. package/dist/es/a/BackgroundGradient/styles.scss +1 -1
  17. package/dist/es/a/Shapes/styles.scss +9 -9
  18. package/dist/es/b/Button/styles.scss +1 -1
  19. package/dist/es/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.js +3 -3
  20. package/dist/es/c/ContentSlides/styles.scss +10 -4
  21. package/dist/es/f/common/Label/styles.scss +1 -1
  22. package/dist/es/f/fields/ChoicesInput/styles.scss +17 -2
  23. package/dist/es/f/fields/SelectInput/SelectInput.js +13 -5
  24. package/dist/es/f/fields/SelectInput/styles.scss +13 -8
  25. package/dist/es/f/fields/TextInput/TextInput.js +10 -3
  26. package/dist/es/f/fields/TextInput/styles.scss +16 -3
  27. package/dist/es/f/fields/TextareaInput/TextareaInput.js +3 -3
  28. package/dist/es/f/fields/TextareaInput/styles.scss +19 -6
  29. package/dist/es/f/fields/index.js +0 -3
  30. package/dist/es/form-reset.scss +1 -1
  31. package/package.json +2 -2
  32. package/src/__snapshots__/Storyshots.test.js.snap +407 -382
  33. package/src/stories/c/ContentSlides.stories.jsx +154 -2
  34. package/src/stories/f/SelectInput.stories.jsx +10 -8
  35. package/src/stories/f/TextInput.stories.jsx +7 -6
  36. package/src/stories/f/TextareaInput.stories.jsx +4 -4
  37. package/src/ui/a/BackgroundGradient/styles.scss +1 -1
  38. package/src/ui/a/Shapes/styles.scss +9 -9
  39. package/src/ui/b/Button/styles.scss +1 -1
  40. package/src/ui/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.jsx +3 -3
  41. package/src/ui/c/ContentSlides/styles.scss +10 -4
  42. package/src/ui/f/common/Label/styles.scss +1 -1
  43. package/src/ui/f/fields/ChoicesInput/styles.scss +17 -2
  44. package/src/ui/f/fields/SelectInput/SelectInput.jsx +10 -1
  45. package/src/ui/f/fields/SelectInput/styles.scss +13 -8
  46. package/src/ui/f/fields/TextInput/TextInput.jsx +9 -1
  47. package/src/ui/f/fields/TextInput/styles.scss +16 -3
  48. package/src/ui/f/fields/TextareaInput/TextareaInput.jsx +3 -3
  49. package/src/ui/f/fields/TextareaInput/styles.scss +19 -6
  50. package/src/ui/f/fields/index.js +0 -3
  51. package/src/ui/form-reset.scss +1 -1
  52. package/dist/cjs/a/GradientBackground/GradientBackground.js +0 -140
  53. package/dist/cjs/a/GradientBackground/index.js +0 -15
  54. package/dist/cjs/a/GradientBackground/styles.scss +0 -191
  55. package/dist/cjs/c/AcceptCookies/AcceptCookies.js +0 -134
  56. package/dist/cjs/c/AcceptCookies/index.js +0 -15
  57. package/dist/cjs/c/AcceptCookies/styles.scss +0 -49
  58. package/dist/cjs/c/BlogCategoryButton/BlogCategoryButton.js +0 -95
  59. package/dist/cjs/c/BlogCategoryButton/index.js +0 -15
  60. package/dist/cjs/c/BlogContext/BlogContextProvider.js +0 -63
  61. package/dist/cjs/c/BlogContext/Context.js +0 -16
  62. package/dist/cjs/c/BlogContext/ContextProvider.js +0 -63
  63. package/dist/cjs/c/BlogContext/index.js +0 -31
  64. package/dist/cjs/c/BlogContext/useBlog.js +0 -16
  65. package/dist/cjs/c/BlogPost/BlogPost.js +0 -147
  66. package/dist/cjs/c/BlogPost/index.js +0 -15
  67. package/dist/cjs/c/BlogPost/styles.scss +0 -33
  68. package/dist/cjs/c/BlogPostsList/BlogPostsList.js +0 -73
  69. package/dist/cjs/c/BlogPostsList/common/Card/Card.js +0 -170
  70. package/dist/cjs/c/BlogPostsList/common/Card/index.js +0 -15
  71. package/dist/cjs/c/BlogPostsList/common/index.js +0 -13
  72. package/dist/cjs/c/BlogPostsList/index.js +0 -15
  73. package/dist/cjs/c/BlogPostsList/styles.scss +0 -72
  74. package/dist/cjs/c/SiteFooter/SiteFooter.js +0 -73
  75. package/dist/cjs/c/SiteFooter/common/Section/Section.js +0 -95
  76. package/dist/cjs/c/SiteFooter/common/Section/index.js +0 -15
  77. package/dist/cjs/c/SiteFooter/common/index.js +0 -13
  78. package/dist/cjs/c/SiteFooter/index.js +0 -15
  79. package/dist/cjs/c/SiteFooter/styles.scss +0 -34
  80. package/dist/cjs/c/SiteHeaderCTA/SiteHeaderCTA.js +0 -108
  81. package/dist/cjs/c/SiteHeaderCTA/index.js +0 -15
  82. package/dist/cjs/c/SiteHeaderCTA/styles.scss +0 -44
  83. package/dist/cjs/c/SiteMission/SiteMission.js +0 -113
  84. package/dist/cjs/c/SiteMission/index.js +0 -15
  85. package/dist/cjs/c/SiteMission/styles.scss +0 -30
  86. package/dist/cjs/c/SiteNavigation/SiteNavigation.js +0 -130
  87. package/dist/cjs/c/SiteNavigation/index.js +0 -15
  88. package/dist/cjs/c/SiteNavigation/styles.scss +0 -118
  89. package/dist/cjs/c/SiteOnboardingStep/SiteOnboardingStep.js +0 -98
  90. package/dist/cjs/c/SiteOnboardingStep/index.js +0 -15
  91. package/dist/cjs/c/SiteOnboardingStep/styles.scss +0 -51
  92. package/dist/cjs/c/SitePricing/SitePricing.js +0 -108
  93. package/dist/cjs/c/SitePricing/index.js +0 -15
  94. package/dist/cjs/c/SitePricing/styles.scss +0 -73
  95. package/dist/cjs/c/SiteServices/SiteServices.js +0 -211
  96. package/dist/cjs/c/SiteServices/index.js +0 -15
  97. package/dist/cjs/c/SiteServices/styles.scss +0 -138
  98. package/dist/cjs/c/TeamGallery/TeamGallery.js +0 -80
  99. package/dist/cjs/c/TeamGallery/common/PersonCard/PersonCard.js +0 -84
  100. package/dist/cjs/c/TeamGallery/common/PersonCard/index.js +0 -15
  101. package/dist/cjs/c/TeamGallery/common/index.js +0 -13
  102. package/dist/cjs/c/TeamGallery/index.js +0 -15
  103. package/dist/cjs/c/TeamGallery/styles.scss +0 -100
  104. package/dist/cjs/c/Testimonials/Testimonials.js +0 -119
  105. package/dist/cjs/c/Testimonials/index.js +0 -15
  106. package/dist/cjs/c/Testimonials/styles.scss +0 -112
  107. package/dist/cjs/experimental/GradientBackground/GradientBackground.js +0 -98
  108. package/dist/cjs/experimental/GradientBackground/index.js +0 -15
  109. package/dist/cjs/experimental/GradientBackground/styles.scss +0 -64
  110. package/dist/cjs/experimental/index.js +0 -13
  111. package/dist/cjs/f/fields/CheckboxInput/CheckboxInput.js +0 -105
  112. package/dist/cjs/f/fields/CheckboxInput/index.js +0 -15
  113. package/dist/cjs/f/fields/CheckboxInput/styles.scss +0 -28
  114. package/dist/cjs/f/fields/RadioInput/RadioInput.js +0 -110
  115. package/dist/cjs/f/fields/RadioInput/index.js +0 -15
  116. package/dist/cjs/f/fields/RadioInput/styles.scss +0 -26
  117. package/dist/cjs/f/fields/TaskRecommendation/TaskRecommendation.js +0 -129
  118. package/dist/cjs/f/fields/TaskRecommendation/index.js +0 -15
  119. package/dist/cjs/f/fields/TaskRecommendation/styles.scss +0 -37
  120. package/dist/cjs/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +0 -131
  121. package/dist/cjs/f/fields/TaskRecommendationInput/index.js +0 -15
  122. package/dist/cjs/f/fields/TaskRecommendationInput/styles.scss +0 -41
  123. package/dist/cjs/f/fields/TextArea/TextArea.js +0 -141
  124. package/dist/cjs/f/fields/TextArea/index.js +0 -15
  125. package/dist/cjs/f/fields/TextArea/styles.scss +0 -19
  126. package/dist/es/a/GradientBackground/GradientBackground.js +0 -118
  127. package/dist/es/a/GradientBackground/index.js +0 -2
  128. package/dist/es/a/GradientBackground/styles.scss +0 -191
  129. package/dist/es/c/AcceptCookies/AcceptCookies.js +0 -117
  130. package/dist/es/c/AcceptCookies/index.js +0 -2
  131. package/dist/es/c/AcceptCookies/styles.scss +0 -49
  132. package/dist/es/c/BlogCategoryButton/BlogCategoryButton.js +0 -68
  133. package/dist/es/c/BlogCategoryButton/index.js +0 -2
  134. package/dist/es/c/BlogContext/BlogContextProvider.js +0 -45
  135. package/dist/es/c/BlogContext/Context.js +0 -2
  136. package/dist/es/c/BlogContext/ContextProvider.js +0 -45
  137. package/dist/es/c/BlogContext/index.js +0 -4
  138. package/dist/es/c/BlogContext/useBlog.js +0 -3
  139. package/dist/es/c/BlogPost/BlogPost.js +0 -128
  140. package/dist/es/c/BlogPost/index.js +0 -2
  141. package/dist/es/c/BlogPost/styles.scss +0 -33
  142. package/dist/es/c/BlogPostsList/BlogPostsList.js +0 -56
  143. package/dist/es/c/BlogPostsList/common/Card/Card.js +0 -143
  144. package/dist/es/c/BlogPostsList/common/Card/index.js +0 -2
  145. package/dist/es/c/BlogPostsList/common/index.js +0 -1
  146. package/dist/es/c/BlogPostsList/index.js +0 -2
  147. package/dist/es/c/BlogPostsList/styles.scss +0 -72
  148. package/dist/es/c/SiteFooter/SiteFooter.js +0 -56
  149. package/dist/es/c/SiteFooter/common/Section/Section.js +0 -73
  150. package/dist/es/c/SiteFooter/common/Section/index.js +0 -2
  151. package/dist/es/c/SiteFooter/common/index.js +0 -1
  152. package/dist/es/c/SiteFooter/index.js +0 -2
  153. package/dist/es/c/SiteFooter/styles.scss +0 -34
  154. package/dist/es/c/SiteHeaderCTA/SiteHeaderCTA.js +0 -92
  155. package/dist/es/c/SiteHeaderCTA/index.js +0 -2
  156. package/dist/es/c/SiteHeaderCTA/styles.scss +0 -44
  157. package/dist/es/c/SiteMission/SiteMission.js +0 -96
  158. package/dist/es/c/SiteMission/index.js +0 -2
  159. package/dist/es/c/SiteMission/styles.scss +0 -30
  160. package/dist/es/c/SiteNavigation/SiteNavigation.js +0 -111
  161. package/dist/es/c/SiteNavigation/index.js +0 -2
  162. package/dist/es/c/SiteNavigation/styles.scss +0 -118
  163. package/dist/es/c/SiteOnboardingStep/SiteOnboardingStep.js +0 -81
  164. package/dist/es/c/SiteOnboardingStep/index.js +0 -2
  165. package/dist/es/c/SiteOnboardingStep/styles.scss +0 -51
  166. package/dist/es/c/SitePricing/SitePricing.js +0 -91
  167. package/dist/es/c/SitePricing/index.js +0 -2
  168. package/dist/es/c/SitePricing/styles.scss +0 -73
  169. package/dist/es/c/SiteServices/SiteServices.js +0 -195
  170. package/dist/es/c/SiteServices/index.js +0 -2
  171. package/dist/es/c/SiteServices/styles.scss +0 -138
  172. package/dist/es/c/TeamGallery/TeamGallery.js +0 -64
  173. package/dist/es/c/TeamGallery/common/PersonCard/PersonCard.js +0 -64
  174. package/dist/es/c/TeamGallery/common/PersonCard/index.js +0 -2
  175. package/dist/es/c/TeamGallery/common/index.js +0 -1
  176. package/dist/es/c/TeamGallery/index.js +0 -2
  177. package/dist/es/c/TeamGallery/styles.scss +0 -100
  178. package/dist/es/c/Testimonials/Testimonials.js +0 -99
  179. package/dist/es/c/Testimonials/index.js +0 -2
  180. package/dist/es/c/Testimonials/styles.scss +0 -112
  181. package/dist/es/experimental/GradientBackground/GradientBackground.js +0 -76
  182. package/dist/es/experimental/GradientBackground/index.js +0 -2
  183. package/dist/es/experimental/GradientBackground/styles.scss +0 -64
  184. package/dist/es/experimental/index.js +0 -1
  185. package/dist/es/f/fields/CheckboxInput/CheckboxInput.js +0 -85
  186. package/dist/es/f/fields/CheckboxInput/index.js +0 -2
  187. package/dist/es/f/fields/CheckboxInput/styles.scss +0 -28
  188. package/dist/es/f/fields/RadioInput/RadioInput.js +0 -90
  189. package/dist/es/f/fields/RadioInput/index.js +0 -2
  190. package/dist/es/f/fields/RadioInput/styles.scss +0 -26
  191. package/dist/es/f/fields/TaskRecommendation/TaskRecommendation.js +0 -111
  192. package/dist/es/f/fields/TaskRecommendation/index.js +0 -2
  193. package/dist/es/f/fields/TaskRecommendation/styles.scss +0 -37
  194. package/dist/es/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +0 -111
  195. package/dist/es/f/fields/TaskRecommendationInput/index.js +0 -2
  196. package/dist/es/f/fields/TaskRecommendationInput/styles.scss +0 -41
  197. package/dist/es/f/fields/TextArea/TextArea.js +0 -124
  198. package/dist/es/f/fields/TextArea/index.js +0 -2
  199. package/dist/es/f/fields/TextArea/styles.scss +0 -19
  200. package/src/stories/f/CheckboxInput.stories.jsx +0 -37
  201. package/src/stories/f/RadioInput.stories.jsx +0 -37
  202. package/src/stories/f/TaskRecommendationInput.stories.jsx +0 -38
  203. package/src/ui/f/fields/CheckboxInput/CheckboxInput.jsx +0 -107
  204. package/src/ui/f/fields/CheckboxInput/index.js +0 -2
  205. package/src/ui/f/fields/CheckboxInput/styles.scss +0 -28
  206. package/src/ui/f/fields/RadioInput/RadioInput.jsx +0 -112
  207. package/src/ui/f/fields/RadioInput/index.js +0 -2
  208. package/src/ui/f/fields/RadioInput/styles.scss +0 -26
  209. package/src/ui/f/fields/TaskRecommendationInput/TaskRecommendationInput.jsx +0 -130
  210. package/src/ui/f/fields/TaskRecommendationInput/index.js +0 -2
  211. package/src/ui/f/fields/TaskRecommendationInput/styles.scss +0 -41
@@ -1,68 +0,0 @@
1
- function _extends() { _extends = Object.assign || 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
-
3
- /* @pareto-engineering/generator-front 1.0.12 */
4
- import * as React from 'react';
5
- import PropTypes from 'prop-types';
6
- import styleNames from '@pareto-engineering/bem';
7
- import { Button } from "../../b";
8
- import { Link } from 'react-router-dom';
9
- import { useBlog } from "../BlogContext"; // Local Definitions
10
-
11
- const baseClassName = styleNames.base;
12
- const componentClassName = 'blog-category-button';
13
- /**
14
- * This is the component description.
15
- */
16
-
17
- const BlogCategoryButton = ({
18
- id,
19
- className: userClassName,
20
- style,
21
- children,
22
- categorySlug,
23
- ...otherProps
24
- }) => {
25
- const {
26
- generateBlogPath
27
- } = useBlog();
28
- return /*#__PURE__*/React.createElement(Link, {
29
- to: generateBlogPath('LIST_CATEGORY', {
30
- category: categorySlug
31
- })
32
- }, /*#__PURE__*/React.createElement(Button, _extends({
33
- id: id,
34
- isCompact: true,
35
- className: [baseClassName, componentClassName, userClassName].filter(e => e).join(' '),
36
- style: style
37
- }, otherProps), children));
38
- };
39
-
40
- BlogCategoryButton.propTypes = {
41
- /**
42
- * The HTML id for this element
43
- */
44
- id: PropTypes.string,
45
-
46
- /**
47
- * The HTML class names for this element
48
- */
49
- className: PropTypes.string,
50
-
51
- /**
52
- * The React-written, css properties for this element.
53
- */
54
- style: PropTypes.objectOf(PropTypes.string),
55
-
56
- /**
57
- * The children JSX
58
- */
59
- children: PropTypes.node,
60
-
61
- /**
62
- * The slug of the category
63
- */
64
- categorySlug: PropTypes.string.isRequired
65
- };
66
- BlogCategoryButton.defaultProps = {// someProp:false
67
- };
68
- export default BlogCategoryButton;
@@ -1,2 +0,0 @@
1
- /* @pareto-engineering/generator-front 1.0.12 */
2
- export { default as BlogCategoryButton } from "./BlogCategoryButton";
@@ -1,45 +0,0 @@
1
- /* @pareto-engineering/generator-front 1.0.12 */
2
- import * as React from 'react';
3
- import { useCallback } from 'react';
4
- import PropTypes from 'prop-types';
5
- import { generatePath } from 'react-router-dom';
6
- import Context from "./Context";
7
- /**
8
- * This is the component description.
9
- */
10
-
11
- const BlogContextProvider = ({
12
- urlMap,
13
- children // ...otherProps
14
-
15
- }) => {
16
- const generateBlogPath = useCallback((key, variables) => generatePath(urlMap[key], variables), [urlMap]);
17
- return /*#__PURE__*/React.createElement(Context.Provider, {
18
- value: {
19
- generateBlogPath,
20
- urlMap
21
- }
22
- }, children);
23
- };
24
-
25
- BlogContextProvider.propTypes = {
26
- /**
27
- * The children JSX
28
- */
29
- children: PropTypes.node,
30
-
31
- /**
32
- * The hash of urls
33
- */
34
- urlMap: PropTypes.shape({
35
- HOME: PropTypes.string.isRequired,
36
- LIST: PropTypes.string.isRequired,
37
- LIST_PAGINATED: PropTypes.string.isRequired,
38
- LIST_CATEGORY: PropTypes.string.isRequired,
39
- LIST_CATEGORY_PAGINATED: PropTypes.string.isRequired,
40
- SINGLE: PropTypes.string.isRequired
41
- }).isRequired
42
- };
43
- BlogContextProvider.defaultProps = {// someProp:false
44
- };
45
- export default BlogContextProvider;
@@ -1,2 +0,0 @@
1
- import * as React from 'react';
2
- export default /*#__PURE__*/React.createContext({});
@@ -1,45 +0,0 @@
1
- /* @pareto-engineering/generator-front 1.0.12 */
2
- import * as React from 'react';
3
- import { useCallback } from 'react';
4
- import PropTypes from 'prop-types';
5
- import { generatePath } from 'react-router-dom';
6
- import Context from "./Context";
7
- /**
8
- * This is the component description.
9
- */
10
-
11
- const BlogContextProvider = ({
12
- urlMap,
13
- children // ...otherProps
14
-
15
- }) => {
16
- const generateBlogPath = useCallback((key, variables) => generatePath(urlMap[key], variables), [urlMap]);
17
- return /*#__PURE__*/React.createElement(Context.Provider, {
18
- value: {
19
- generateBlogPath,
20
- urlMap
21
- }
22
- }, children);
23
- };
24
-
25
- BlogContextProvider.propTypes = {
26
- /**
27
- * The hash of urls
28
- */
29
- urlMap: PropTypes.shape({
30
- HOME: PropTypes.string.isRequired,
31
- LIST: PropTypes.string.isRequired,
32
- LIST_PAGINATED: PropTypes.string.isRequired,
33
- LIST_CATEGORY: PropTypes.string.isRequired,
34
- LIST_CATEGORY_PAGINATED: PropTypes.string.isRequired,
35
- SINGLE: PropTypes.string.isRequired
36
- }).isRequired,
37
-
38
- /**
39
- * The children JSX
40
- */
41
- children: PropTypes.node
42
- };
43
- BlogContextProvider.defaultProps = {// someProp:false
44
- };
45
- export default BlogContextProvider;
@@ -1,4 +0,0 @@
1
- /* @pareto-engineering/generator-front 1.0.12 */
2
- export { default as BlogContext } from "./Context";
3
- export { default as BlogContextProvider } from "./ContextProvider";
4
- export { default as useBlog } from "./useBlog";
@@ -1,3 +0,0 @@
1
- import { useContext } from 'react';
2
- import Context from "./Context";
3
- export default (() => useContext(Context));
@@ -1,128 +0,0 @@
1
- /* @pareto-engineering/generator-front 1.0.12 */
2
- import * as React from 'react';
3
- import { useLayoutEffect } from 'react';
4
- import PropTypes from 'prop-types';
5
- import styleNames from '@pareto-engineering/bem';
6
- import format from 'date-fns/format';
7
- import { Title } from "../../b";
8
- import { BlogCategoryButton } from "../BlogCategoryButton"; // Local Definitions
9
-
10
- const baseClassName = styleNames.base;
11
- const componentClassName = 'blog-post';
12
- /**
13
- * This is the component description.
14
- */
15
-
16
- const BlogPost = ({
17
- id,
18
- className: userClassName,
19
- style,
20
- title,
21
- // slug,
22
- description,
23
- content,
24
- mainImage,
25
- author,
26
- category = {},
27
- // itemType
28
- // wordCount,
29
- publishedOn // updatedAt,
30
- // ...otherProps
31
-
32
- }) => {
33
- useLayoutEffect(() => {
34
- import("./styles.scss");
35
- }, []);
36
- return /*#__PURE__*/React.createElement("div", {
37
- id: id,
38
- className: [baseClassName, componentClassName, userClassName].filter(e => e).join(' '),
39
- style: style // {...otherProps}
40
-
41
- }, /*#__PURE__*/React.createElement("div", {
42
- className: "y-red b-y uc article-head ph-u pv-v v4 md-v6"
43
- }, /*#__PURE__*/React.createElement("div", {
44
- className: "v2 mv-v"
45
- }, /*#__PURE__*/React.createElement(BlogCategoryButton, {
46
- categorySlug: category.slug,
47
- className: "s-1"
48
- }, category.name)), /*#__PURE__*/React.createElement(Title, {
49
- heading: title,
50
- subtitle: description,
51
- subtitleClassName: "x-subtitle c-x"
52
- }), /*#__PURE__*/React.createElement("p", {
53
- className: "x-metadata c-x v2 mt-v"
54
- }, 'Published on ', format(new Date(publishedOn), 'MMMM do, yyyy'), "."), /*#__PURE__*/React.createElement("p", {
55
- className: "x-metadata c-x v1 mt-v"
56
- }, `${author.firstName} ${author.lastName}`)), /*#__PURE__*/React.createElement("div", {
57
- className: "article-illustration v4 md-v6 mb-v"
58
- }, /*#__PURE__*/React.createElement("img", {
59
- src: mainImage,
60
- alt: description
61
- })), /*#__PURE__*/React.createElement("div", {
62
- dangerouslySetInnerHTML: {
63
- __html: content
64
- },
65
- className: "article-body p-u s0 md-s1"
66
- }));
67
- };
68
-
69
- BlogPost.propTypes = {
70
- /**
71
- * The HTML id for this element
72
- */
73
- id: PropTypes.string,
74
-
75
- /**
76
- * The HTML class names for this element
77
- */
78
- className: PropTypes.string,
79
-
80
- /**
81
- * The React-written, css properties for this element.
82
- */
83
- style: PropTypes.objectOf(PropTypes.string),
84
-
85
- /**
86
- * The title of this blog post
87
- */
88
- title: PropTypes.string.isRequired,
89
-
90
- /**
91
- * The description of this blog post
92
- */
93
- description: PropTypes.string.isRequired,
94
-
95
- /**
96
- * The content of this blog post
97
- */
98
- content: PropTypes.string.isRequired,
99
-
100
- /**
101
- * The link to the main image of this blog post
102
- */
103
- mainImage: PropTypes.string.isRequired,
104
-
105
- /**
106
- * The first and last name of the article's author
107
- */
108
- author: PropTypes.shape({
109
- firstName: PropTypes.string.isRequired,
110
- lastName: PropTypes.string.isRequired
111
- }).isRequired,
112
-
113
- /**
114
- * The category of this blog post
115
- */
116
- category: PropTypes.shape({
117
- name: PropTypes.string.isRequired,
118
- slug: PropTypes.string.isRequired
119
- }).isRequired,
120
-
121
- /**
122
- * The date this blog post was published
123
- */
124
- publishedOn: PropTypes.string.isRequired
125
- };
126
- BlogPost.defaultProps = {// someProp:false
127
- };
128
- export default BlogPost;
@@ -1,2 +0,0 @@
1
- /* @pareto-engineering/generator-front 1.0.12 */
2
- export { default as BlogPost } from "./BlogPost";
@@ -1,33 +0,0 @@
1
- /* @pareto-engineering/generator-front 1.0.12 */
2
-
3
- @use "@pareto-engineering/bem";
4
- @use "@aztlan/stylebook/src/mixins";
5
- @use "@aztlan/stylebook/src/globals" as *;
6
-
7
-
8
- .#{bem.$base}.blog-post {
9
- .article-body {
10
- p {
11
- line-height: var(--s3);
12
- text-align: justify;
13
- }
14
- }
15
-
16
- .article-illustration {
17
- height: 13em;
18
-
19
- img {
20
- height: 100%;
21
- object-fit: cover;
22
- width: 100%;
23
- }
24
- }
25
-
26
- @include mixins.media($from:$sm-md) {
27
- .article-illustration {
28
- height: 22em;
29
- }
30
- }
31
- }
32
-
33
-
@@ -1,56 +0,0 @@
1
- /* @pareto-engineering/generator-front 1.0.12 */
2
- import * as React from 'react';
3
- import { useLayoutEffect } from 'react';
4
- import PropTypes from 'prop-types';
5
- import styleNames from '@pareto-engineering/bem';
6
- import { Card } from "./common"; // Local Definitions
7
-
8
- const baseClassName = styleNames.base;
9
- const componentClassName = 'blog-posts-list';
10
- /**
11
- * This is the component description.
12
- */
13
-
14
- const BlogPostsList = ({
15
- id,
16
- className: userClassName,
17
- style,
18
- children // ...otherProps
19
-
20
- }) => {
21
- useLayoutEffect(() => {
22
- import("./styles.scss");
23
- }, []);
24
- return /*#__PURE__*/React.createElement("div", {
25
- id: id,
26
- className: [baseClassName, componentClassName, userClassName, 'u1'].filter(e => e).join(' '),
27
- style: style // {...otherProps}
28
-
29
- }, children);
30
- };
31
-
32
- BlogPostsList.propTypes = {
33
- /**
34
- * The HTML id for this element
35
- */
36
- id: PropTypes.string,
37
-
38
- /**
39
- * The HTML class names for this element
40
- */
41
- className: PropTypes.string,
42
-
43
- /**
44
- * The React-written, css properties for this element.
45
- */
46
- style: PropTypes.objectOf(PropTypes.string),
47
-
48
- /**
49
- * The children JSX
50
- */
51
- children: PropTypes.node
52
- };
53
- BlogPostsList.defaultProps = {// someProp:false
54
- };
55
- BlogPostsList.Card = Card;
56
- export default BlogPostsList;
@@ -1,143 +0,0 @@
1
- function _extends() { _extends = Object.assign || 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
-
3
- /* @pareto-engineering/generator-front 1.0.12 */
4
- import * as React from 'react';
5
- import PropTypes from 'prop-types';
6
- import styleNames from '@pareto-engineering/bem';
7
- import { Link } from 'react-router-dom';
8
- import format from 'date-fns/format'; // TODO need to be imported from a common dir instread
9
-
10
- import { useBlog } from "../../../BlogContext";
11
- import { BlogCategoryButton } from "../../../BlogCategoryButton"; // Local Definitions
12
-
13
- const baseClassName = styleNames.base;
14
- const componentClassName = 'article-card';
15
- const wordsPerMinute = 230;
16
- /**
17
- * This is the component description.
18
- */
19
-
20
- const Card = ({
21
- id,
22
- className: userClassName,
23
- style,
24
- title,
25
- slug,
26
- description,
27
- mainImage,
28
- author,
29
- category,
30
- wordCount,
31
- publishedOn,
32
- color,
33
- size,
34
- ...otherProps
35
- }) => {
36
- const {
37
- generateBlogPath
38
- } = useBlog();
39
- return /*#__PURE__*/React.createElement("div", _extends({
40
- id: id,
41
- className: [baseClassName, componentClassName, userClassName, `y-${color}`, `size-${size}`].filter(e => e).join(' '),
42
- style: style
43
- }, otherProps), /*#__PURE__*/React.createElement("div", {
44
- className: "header"
45
- }, /*#__PURE__*/React.createElement("span", null, format(new Date(publishedOn), 'MMMM do, yyyy')), category && /*#__PURE__*/React.createElement(BlogCategoryButton, {
46
- className: "s-1",
47
- categorySlug: category.slug
48
- }, category.name)), /*#__PURE__*/React.createElement("div", {
49
- className: "illustration"
50
- }, /*#__PURE__*/React.createElement("img", {
51
- src: mainImage,
52
- alt: description
53
- })), /*#__PURE__*/React.createElement("div", {
54
- className: "title"
55
- }, /*#__PURE__*/React.createElement(Link, {
56
- to: generateBlogPath('SINGLE', {
57
- slug
58
- })
59
- }, /*#__PURE__*/React.createElement("p", {
60
- className: "h3"
61
- }, title))), /*#__PURE__*/React.createElement("div", {
62
- className: styleNames.elementContent
63
- }, description && /*#__PURE__*/React.createElement("p", null, description), wordCount && /*#__PURE__*/React.createElement("p", {
64
- className: "word-count"
65
- }, "Reading Time :", ' ', Math.floor(wordCount / wordsPerMinute), ' ', "minutes.")));
66
- };
67
-
68
- Card.propTypes = {
69
- /**
70
- * The HTML id for this element
71
- */
72
- id: PropTypes.string,
73
-
74
- /**
75
- * The HTML class names for this element
76
- */
77
- className: PropTypes.string,
78
-
79
- /**
80
- * The React-written, css properties for this element.
81
- */
82
- style: PropTypes.objectOf(PropTypes.string),
83
-
84
- /**
85
- * The article title
86
- */
87
- title: PropTypes.string.isRequired,
88
-
89
- /**
90
- * String of characters that uniquely identify the article
91
- */
92
- slug: PropTypes.string.isRequired,
93
-
94
- /**
95
- * The article description
96
- */
97
- description: PropTypes.string.isRequired,
98
-
99
- /**
100
- * The article image
101
- */
102
- mainImage: PropTypes.string,
103
-
104
- /**
105
- * The first and last name of the article's author
106
- */
107
- author: PropTypes.shape({
108
- firstName: PropTypes.string.isRequired,
109
- lastName: PropTypes.string.isRequired
110
- }).isRequired,
111
-
112
- /**
113
- * The category of the article
114
- */
115
- category: PropTypes.shape({
116
- name: PropTypes.string.isRequired,
117
- slug: PropTypes.string.isRequired
118
- }),
119
-
120
- /**
121
- * Number of words in the article
122
- */
123
- wordCount: PropTypes.string,
124
-
125
- /**
126
- * The date when the article was published
127
- */
128
- publishedOn: PropTypes.string.isRequired,
129
-
130
- /**
131
- * The card color
132
- */
133
- color: PropTypes.string,
134
-
135
- /**
136
- * The card size
137
- */
138
- size: PropTypes.oneOf(['sm', 'lg'])
139
- };
140
- Card.defaultProps = {
141
- color: 'background'
142
- };
143
- export default Card;
@@ -1,2 +0,0 @@
1
- /* @pareto-engineering/generator-front 1.0.12 */
2
- export { default as Card } from "./Card";
@@ -1 +0,0 @@
1
- export { Card } from "./Card";
@@ -1,2 +0,0 @@
1
- /* @pareto-engineering/generator-front 1.0.12 */
2
- export { default as BlogPostsList } from "./BlogPostsList";
@@ -1,72 +0,0 @@
1
- /* @pareto-engineering/generator-front 1.0.12 */
2
-
3
- @use "@pareto-engineering/bem";
4
- @use "@aztlan/stylebook/src/mixins";
5
- @use "@aztlan/stylebook/src/globals" as *;
6
-
7
- $default-padding:var(--u);
8
- $default-background:var(--y);
9
- $default-color:var(--on-y);
10
- $base-card-class:article-card;
11
- $word-count-class:word-count;
12
- $size-small-class:size-sm;
13
- $size-large-class:size-lg;
14
-
15
- .#{bem.$base}.blog-posts-list {
16
- display: grid;
17
- gap: $default-padding;
18
- grid-template-columns: 1fr;
19
-
20
- .#{$base-card-class} {
21
- background: $default-background;
22
- border-radius: var(--theme-border-radius);
23
- overflow: hidden;
24
-
25
- .illustration {
26
- height: 12em;
27
-
28
- img {
29
- height: 100%;
30
- object-fit: cover;
31
- width: 100%;
32
- }
33
- }
34
-
35
- .header {
36
- align-items: center;
37
- display: flex;
38
- justify-content: space-between;
39
- padding: calc(#{$default-padding} / 2);
40
- }
41
-
42
- .title,
43
- .#{bem.$element-content} {
44
- color: $default-color;
45
- padding: $default-padding;
46
- }
47
-
48
- .title {
49
- padding-bottom: 0;
50
- }
51
-
52
- .#{bem.$element-content} {
53
- .#{$word-count-class} {
54
- font-size: calc(var(--s-1) * 1em);
55
- opacity: .6;
56
- text-transform: uppercase;
57
- }
58
- }
59
- }
60
-
61
- @include mixins.media($from:$sm-md) {
62
- grid-template-columns: 1fr 1fr;
63
-
64
- .#{$base-card-class} {
65
- &.#{$size-large-class} {
66
- grid-column-end: span 2;
67
- }
68
- }
69
- }
70
- }
71
-
72
-
@@ -1,56 +0,0 @@
1
- /* @pareto-engineering/generator-front 1.0.12 */
2
- import * as React from 'react';
3
- import { useLayoutEffect } from 'react';
4
- import PropTypes from 'prop-types';
5
- import styleNames from '@pareto-engineering/bem';
6
- import { Section } from "./common"; // Local Definitions
7
-
8
- const baseClassName = styleNames.base;
9
- const componentClassName = 'site-footer';
10
- /**
11
- * This is the component description.
12
- */
13
-
14
- const SiteFooter = ({
15
- id,
16
- className: userClassName,
17
- style,
18
- children // ...otherProps
19
-
20
- }) => {
21
- useLayoutEffect(() => {
22
- import("./styles.scss");
23
- }, []);
24
- return /*#__PURE__*/React.createElement("footer", {
25
- id: id,
26
- className: [baseClassName, componentClassName, userClassName].filter(e => e).join(' '),
27
- style: style // {...otherProps}
28
-
29
- }, children);
30
- };
31
-
32
- SiteFooter.propTypes = {
33
- /**
34
- * The HTML id for this element
35
- */
36
- id: PropTypes.string,
37
-
38
- /**
39
- * The HTML class names for this element
40
- */
41
- className: PropTypes.string,
42
-
43
- /**
44
- * The React-written, css properties for this element.
45
- */
46
- style: PropTypes.objectOf(PropTypes.string),
47
-
48
- /**
49
- * The children JSX
50
- */
51
- children: PropTypes.node
52
- };
53
- SiteFooter.defaultProps = {// someProp:false
54
- };
55
- SiteFooter.Section = Section;
56
- export default SiteFooter;