@pareto-engineering/design-system 2.0.0-alpha.41 → 2.0.0-alpha.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/a/GradientBackground/GradientBackground.js +140 -0
- package/dist/cjs/a/GradientBackground/index.js +15 -0
- package/dist/cjs/a/GradientBackground/styles.scss +191 -0
- package/dist/cjs/a/Popover/Popover.js +134 -0
- package/dist/cjs/a/Popover/common/Divider/Divider.js +67 -0
- package/dist/cjs/a/Popover/common/Divider/index.js +15 -0
- package/dist/cjs/a/Popover/common/Item/Item.js +67 -0
- package/dist/cjs/a/Popover/common/Item/index.js +15 -0
- package/dist/cjs/a/Popover/common/index.js +21 -0
- package/dist/cjs/a/Popover/index.js +15 -0
- package/dist/cjs/a/Popover/styles.scss +43 -0
- package/dist/cjs/a/index.js +9 -1
- package/dist/cjs/c/AcceptCookies/AcceptCookies.js +134 -0
- package/dist/cjs/c/AcceptCookies/index.js +15 -0
- package/dist/cjs/c/AcceptCookies/styles.scss +49 -0
- package/dist/cjs/c/BlogCategoryButton/BlogCategoryButton.js +95 -0
- package/dist/cjs/c/BlogCategoryButton/index.js +15 -0
- package/dist/cjs/c/BlogContext/BlogContextProvider.js +63 -0
- package/dist/cjs/c/BlogContext/Context.js +16 -0
- package/dist/cjs/c/BlogContext/ContextProvider.js +63 -0
- package/dist/cjs/c/BlogContext/index.js +31 -0
- package/dist/cjs/c/BlogContext/useBlog.js +16 -0
- package/dist/cjs/c/BlogPost/BlogPost.js +147 -0
- package/dist/cjs/c/BlogPost/index.js +15 -0
- package/dist/cjs/c/BlogPost/styles.scss +33 -0
- package/dist/cjs/c/BlogPostsList/BlogPostsList.js +73 -0
- package/dist/cjs/c/BlogPostsList/common/Card/Card.js +170 -0
- package/dist/cjs/c/BlogPostsList/common/Card/index.js +15 -0
- package/dist/cjs/c/BlogPostsList/common/index.js +13 -0
- package/dist/cjs/c/BlogPostsList/index.js +15 -0
- package/dist/cjs/c/BlogPostsList/styles.scss +72 -0
- package/dist/cjs/c/SiteFooter/SiteFooter.js +73 -0
- package/dist/cjs/c/SiteFooter/common/Section/Section.js +95 -0
- package/dist/cjs/c/SiteFooter/common/Section/index.js +15 -0
- package/dist/cjs/c/SiteFooter/common/index.js +13 -0
- package/dist/cjs/c/SiteFooter/index.js +15 -0
- package/dist/cjs/c/SiteFooter/styles.scss +34 -0
- package/dist/cjs/c/SiteHeaderCTA/SiteHeaderCTA.js +108 -0
- package/dist/cjs/c/SiteHeaderCTA/index.js +15 -0
- package/dist/cjs/c/SiteHeaderCTA/styles.scss +44 -0
- package/dist/cjs/c/SiteMission/SiteMission.js +113 -0
- package/dist/cjs/c/SiteMission/index.js +15 -0
- package/dist/cjs/c/SiteMission/styles.scss +30 -0
- package/dist/cjs/c/SiteNavigation/SiteNavigation.js +130 -0
- package/dist/cjs/c/SiteNavigation/index.js +15 -0
- package/dist/cjs/c/SiteNavigation/styles.scss +118 -0
- package/dist/cjs/c/SiteOnboardingStep/SiteOnboardingStep.js +98 -0
- package/dist/cjs/c/SiteOnboardingStep/index.js +15 -0
- package/dist/cjs/c/SiteOnboardingStep/styles.scss +51 -0
- package/dist/cjs/c/SitePricing/SitePricing.js +108 -0
- package/dist/cjs/c/SitePricing/index.js +15 -0
- package/dist/cjs/c/SitePricing/styles.scss +73 -0
- package/dist/cjs/c/SiteServices/SiteServices.js +211 -0
- package/dist/cjs/c/SiteServices/index.js +15 -0
- package/dist/cjs/c/SiteServices/styles.scss +138 -0
- package/dist/cjs/c/TeamGallery/TeamGallery.js +80 -0
- package/dist/cjs/c/TeamGallery/common/PersonCard/PersonCard.js +84 -0
- package/dist/cjs/c/TeamGallery/common/PersonCard/index.js +15 -0
- package/dist/cjs/c/TeamGallery/common/index.js +13 -0
- package/dist/cjs/c/TeamGallery/index.js +15 -0
- package/dist/cjs/c/TeamGallery/styles.scss +100 -0
- package/dist/cjs/c/Testimonials/Testimonials.js +119 -0
- package/dist/cjs/c/Testimonials/index.js +15 -0
- package/dist/cjs/c/Testimonials/styles.scss +112 -0
- package/dist/cjs/experimental/GradientBackground/GradientBackground.js +98 -0
- package/dist/cjs/experimental/GradientBackground/index.js +15 -0
- package/dist/cjs/experimental/GradientBackground/styles.scss +64 -0
- package/dist/cjs/experimental/index.js +13 -0
- package/dist/cjs/f/fields/CheckboxInput/CheckboxInput.js +105 -0
- package/dist/cjs/f/fields/CheckboxInput/index.js +15 -0
- package/dist/cjs/f/fields/CheckboxInput/styles.scss +28 -0
- package/dist/cjs/f/fields/RadioInput/RadioInput.js +110 -0
- package/dist/cjs/f/fields/RadioInput/index.js +15 -0
- package/dist/cjs/f/fields/RadioInput/styles.scss +26 -0
- package/dist/cjs/f/fields/TaskRecommendation/TaskRecommendation.js +129 -0
- package/dist/cjs/f/fields/TaskRecommendation/index.js +15 -0
- package/dist/cjs/f/fields/TaskRecommendation/styles.scss +37 -0
- package/dist/cjs/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +131 -0
- package/dist/cjs/f/fields/TaskRecommendationInput/index.js +15 -0
- package/dist/cjs/f/fields/TaskRecommendationInput/styles.scss +41 -0
- package/dist/cjs/f/fields/TextArea/TextArea.js +141 -0
- package/dist/cjs/f/fields/TextArea/index.js +15 -0
- package/dist/cjs/f/fields/TextArea/styles.scss +19 -0
- package/dist/cjs/index.js +13 -0
- package/dist/cjs/utils/hooks/index.js +23 -0
- package/dist/cjs/utils/hooks/useDynamicPosition.js +107 -0
- package/dist/cjs/utils/hooks/useWindowSize.js +39 -0
- package/dist/cjs/utils/index.js +19 -0
- package/dist/es/a/GradientBackground/GradientBackground.js +118 -0
- package/dist/es/a/GradientBackground/index.js +2 -0
- package/dist/es/a/GradientBackground/styles.scss +191 -0
- package/dist/es/a/Popover/Popover.js +118 -0
- package/dist/es/a/Popover/common/Divider/Divider.js +47 -0
- package/dist/es/a/Popover/common/Divider/index.js +2 -0
- package/dist/es/a/Popover/common/Item/Item.js +47 -0
- package/dist/es/a/Popover/common/Item/index.js +2 -0
- package/dist/es/a/Popover/common/index.js +2 -0
- package/dist/es/a/Popover/index.js +2 -0
- package/dist/es/a/Popover/styles.scss +43 -0
- package/dist/es/a/index.js +2 -1
- package/dist/es/c/AcceptCookies/AcceptCookies.js +117 -0
- package/dist/es/c/AcceptCookies/index.js +2 -0
- package/dist/es/c/AcceptCookies/styles.scss +49 -0
- package/dist/es/c/BlogCategoryButton/BlogCategoryButton.js +68 -0
- package/dist/es/c/BlogCategoryButton/index.js +2 -0
- package/dist/es/c/BlogContext/BlogContextProvider.js +45 -0
- package/dist/es/c/BlogContext/Context.js +2 -0
- package/dist/es/c/BlogContext/ContextProvider.js +45 -0
- package/dist/es/c/BlogContext/index.js +4 -0
- package/dist/es/c/BlogContext/useBlog.js +3 -0
- package/dist/es/c/BlogPost/BlogPost.js +128 -0
- package/dist/es/c/BlogPost/index.js +2 -0
- package/dist/es/c/BlogPost/styles.scss +33 -0
- package/dist/es/c/BlogPostsList/BlogPostsList.js +56 -0
- package/dist/es/c/BlogPostsList/common/Card/Card.js +143 -0
- package/dist/es/c/BlogPostsList/common/Card/index.js +2 -0
- package/dist/es/c/BlogPostsList/common/index.js +1 -0
- package/dist/es/c/BlogPostsList/index.js +2 -0
- package/dist/es/c/BlogPostsList/styles.scss +72 -0
- package/dist/es/c/SiteFooter/SiteFooter.js +56 -0
- package/dist/es/c/SiteFooter/common/Section/Section.js +73 -0
- package/dist/es/c/SiteFooter/common/Section/index.js +2 -0
- package/dist/es/c/SiteFooter/common/index.js +1 -0
- package/dist/es/c/SiteFooter/index.js +2 -0
- package/dist/es/c/SiteFooter/styles.scss +34 -0
- package/dist/es/c/SiteHeaderCTA/SiteHeaderCTA.js +92 -0
- package/dist/es/c/SiteHeaderCTA/index.js +2 -0
- package/dist/es/c/SiteHeaderCTA/styles.scss +44 -0
- package/dist/es/c/SiteMission/SiteMission.js +96 -0
- package/dist/es/c/SiteMission/index.js +2 -0
- package/dist/es/c/SiteMission/styles.scss +30 -0
- package/dist/es/c/SiteNavigation/SiteNavigation.js +111 -0
- package/dist/es/c/SiteNavigation/index.js +2 -0
- package/dist/es/c/SiteNavigation/styles.scss +118 -0
- package/dist/es/c/SiteOnboardingStep/SiteOnboardingStep.js +81 -0
- package/dist/es/c/SiteOnboardingStep/index.js +2 -0
- package/dist/es/c/SiteOnboardingStep/styles.scss +51 -0
- package/dist/es/c/SitePricing/SitePricing.js +91 -0
- package/dist/es/c/SitePricing/index.js +2 -0
- package/dist/es/c/SitePricing/styles.scss +73 -0
- package/dist/es/c/SiteServices/SiteServices.js +195 -0
- package/dist/es/c/SiteServices/index.js +2 -0
- package/dist/es/c/SiteServices/styles.scss +138 -0
- package/dist/es/c/TeamGallery/TeamGallery.js +64 -0
- package/dist/es/c/TeamGallery/common/PersonCard/PersonCard.js +64 -0
- package/dist/es/c/TeamGallery/common/PersonCard/index.js +2 -0
- package/dist/es/c/TeamGallery/common/index.js +1 -0
- package/dist/es/c/TeamGallery/index.js +2 -0
- package/dist/es/c/TeamGallery/styles.scss +100 -0
- package/dist/es/c/Testimonials/Testimonials.js +99 -0
- package/dist/es/c/Testimonials/index.js +2 -0
- package/dist/es/c/Testimonials/styles.scss +112 -0
- package/dist/es/experimental/GradientBackground/GradientBackground.js +76 -0
- package/dist/es/experimental/GradientBackground/index.js +2 -0
- package/dist/es/experimental/GradientBackground/styles.scss +64 -0
- package/dist/es/experimental/index.js +1 -0
- package/dist/es/f/fields/CheckboxInput/CheckboxInput.js +85 -0
- package/dist/es/f/fields/CheckboxInput/index.js +2 -0
- package/dist/es/f/fields/CheckboxInput/styles.scss +28 -0
- package/dist/es/f/fields/RadioInput/RadioInput.js +90 -0
- package/dist/es/f/fields/RadioInput/index.js +2 -0
- package/dist/es/f/fields/RadioInput/styles.scss +26 -0
- package/dist/es/f/fields/TaskRecommendation/TaskRecommendation.js +111 -0
- package/dist/es/f/fields/TaskRecommendation/index.js +2 -0
- package/dist/es/f/fields/TaskRecommendation/styles.scss +37 -0
- package/dist/es/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +111 -0
- package/dist/es/f/fields/TaskRecommendationInput/index.js +2 -0
- package/dist/es/f/fields/TaskRecommendationInput/styles.scss +41 -0
- package/dist/es/f/fields/TextArea/TextArea.js +124 -0
- package/dist/es/f/fields/TextArea/index.js +2 -0
- package/dist/es/f/fields/TextArea/styles.scss +19 -0
- package/dist/es/index.js +2 -1
- package/dist/es/utils/hooks/index.js +2 -0
- package/dist/es/utils/hooks/useDynamicPosition.js +93 -0
- package/dist/es/utils/hooks/useWindowSize.js +27 -0
- package/dist/es/utils/index.js +1 -0
- package/package.json +1 -1
- package/src/__snapshots__/Storyshots.test.js.snap +413 -1
- package/src/stories/a/Popover.stories.jsx +106 -0
- package/src/stories/utils/lorem.js +15 -0
- package/src/ui/a/Popover/Popover.jsx +157 -0
- package/src/ui/a/Popover/index.js +2 -0
- package/src/ui/a/Popover/styles.scss +43 -0
- package/src/ui/a/index.js +1 -0
- package/src/ui/index.js +1 -0
- package/src/ui/utils/hooks/index.js +2 -0
- package/src/ui/utils/hooks/useDynamicPosition.js +104 -0
- package/src/ui/utils/hooks/useWindowSize.js +32 -0
- package/src/ui/utils/index.js +1 -0
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = require("react");
|
|
9
|
+
|
|
10
|
+
var _throttle = _interopRequireDefault(require("lodash/throttle"));
|
|
11
|
+
|
|
12
|
+
var _useWindowSize = _interopRequireDefault(require("./useWindowSize"));
|
|
13
|
+
|
|
14
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
|
+
|
|
16
|
+
var verticalPositions = ['top', 'bottom'];
|
|
17
|
+
var horizontalPositions = ['left', 'right'];
|
|
18
|
+
|
|
19
|
+
var findCompatiblePositions = (primary, secondaryArray) => {
|
|
20
|
+
if (verticalPositions.includes(primary)) {
|
|
21
|
+
return secondaryArray.filter(secondary => horizontalPositions.includes(secondary));
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
if (horizontalPositions.includes(primary)) {
|
|
25
|
+
return secondaryArray.filter(secondary => verticalPositions.includes(secondary));
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
return [];
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
var useDynamicPosition = _ref => {
|
|
32
|
+
var {
|
|
33
|
+
elementRef,
|
|
34
|
+
parentRef,
|
|
35
|
+
preferredPrimaryOrder,
|
|
36
|
+
preferredSecondaryOrder,
|
|
37
|
+
// offsetYPx,
|
|
38
|
+
offsetXPx,
|
|
39
|
+
throttleMs = 200
|
|
40
|
+
} = _ref;
|
|
41
|
+
var isClient = typeof window === 'object';
|
|
42
|
+
var {
|
|
43
|
+
height: currentHeight,
|
|
44
|
+
width: currentWidth
|
|
45
|
+
} = (0, _useWindowSize.default)();
|
|
46
|
+
var [primaryPosition, setPrimaryPosition] = (0, _react.useState)(preferredPrimaryOrder[0]);
|
|
47
|
+
var compatibleSecondaryPositions = (0, _react.useMemo)(() => findCompatiblePositions(primaryPosition, preferredSecondaryOrder), [primaryPosition, preferredSecondaryOrder]);
|
|
48
|
+
var [secondaryPosition, setSecondaryPosition] = (0, _react.useState)(compatibleSecondaryPositions[0]);
|
|
49
|
+
var handle = (0, _react.useCallback)((0, _throttle.default)(() => {
|
|
50
|
+
var parentNode = parentRef === null || parentRef === void 0 ? void 0 : parentRef.current;
|
|
51
|
+
var elementNode = elementRef === null || elementRef === void 0 ? void 0 : elementRef.current;
|
|
52
|
+
var {
|
|
53
|
+
top: parentTop,
|
|
54
|
+
bottom: parentBottom,
|
|
55
|
+
right: parentRight,
|
|
56
|
+
left: parentLeft
|
|
57
|
+
} = (parentNode === null || parentNode === void 0 ? void 0 : parentNode.getBoundingClientRect()) || {};
|
|
58
|
+
var {
|
|
59
|
+
width: elementWidth,
|
|
60
|
+
height: elementHeight
|
|
61
|
+
} = (elementNode === null || elementNode === void 0 ? void 0 : elementNode.getBoundingClientRect()) || {};
|
|
62
|
+
var availablePositions = {
|
|
63
|
+
top: parentTop >= elementHeight,
|
|
64
|
+
bottom: currentHeight - parentBottom >= elementHeight,
|
|
65
|
+
right: parentRight >= elementWidth,
|
|
66
|
+
left: currentWidth - parentLeft >= elementWidth
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
for (var i = 0; i < preferredPrimaryOrder.length; i += 1) {
|
|
70
|
+
var position = preferredPrimaryOrder[i];
|
|
71
|
+
|
|
72
|
+
if (availablePositions[position]) {
|
|
73
|
+
setPrimaryPosition(position);
|
|
74
|
+
break;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
for (var _i = 0; _i < compatibleSecondaryPositions.length; _i += 1) {
|
|
79
|
+
var _position = compatibleSecondaryPositions[_i];
|
|
80
|
+
|
|
81
|
+
if (availablePositions[_position]) {
|
|
82
|
+
setSecondaryPosition(_position);
|
|
83
|
+
break;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}, throttleMs), [elementRef, offsetXPx, throttleMs]);
|
|
87
|
+
(0, _react.useEffect)(() => {
|
|
88
|
+
if (!isClient) {
|
|
89
|
+
return false;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
handle();
|
|
93
|
+
window.addEventListener('scroll', handle);
|
|
94
|
+
window.addEventListener('resize', handle);
|
|
95
|
+
return () => {
|
|
96
|
+
window.removeEventListener('scroll', handle);
|
|
97
|
+
window.removeEventListener('resize', handle);
|
|
98
|
+
};
|
|
99
|
+
}, [handle]);
|
|
100
|
+
return {
|
|
101
|
+
primaryPosition,
|
|
102
|
+
secondaryPosition
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
|
|
106
|
+
var _default = useDynamicPosition;
|
|
107
|
+
exports.default = _default;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = require("react");
|
|
9
|
+
|
|
10
|
+
var _debounce = _interopRequireDefault(require("lodash/debounce"));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
+
|
|
14
|
+
var useWindowSize = function useWindowSize() {
|
|
15
|
+
var debounceMs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 700;
|
|
16
|
+
var isClient = typeof window === 'object';
|
|
17
|
+
|
|
18
|
+
var getSize = () => ({
|
|
19
|
+
width: isClient ? window.innerWidth : undefined,
|
|
20
|
+
height: isClient ? window.innerHeight : undefined
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
var [windowSize, setWindowSize] = (0, _react.useState)(getSize);
|
|
24
|
+
var handle = (0, _react.useCallback)((0, _debounce.default)(() => {
|
|
25
|
+
setWindowSize(getSize());
|
|
26
|
+
}, debounceMs));
|
|
27
|
+
(0, _react.useEffect)(() => {
|
|
28
|
+
if (!isClient) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
window.addEventListener('resize', handle);
|
|
33
|
+
return () => window.removeEventListener('resize', handle);
|
|
34
|
+
}, [getSize, handle, isClient]);
|
|
35
|
+
return windowSize;
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
var _default = useWindowSize;
|
|
39
|
+
exports.default = _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "useWindowSize", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _hooks.useWindowSize;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "useDynamicPosition", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return _hooks.useDynamicPosition;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
var _hooks = require("./hooks");
|
|
@@ -0,0 +1,118 @@
|
|
|
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'; // Local Definitions
|
|
6
|
+
|
|
7
|
+
const baseClassName = styleNames.base;
|
|
8
|
+
const componentClassName = 'gradient-background';
|
|
9
|
+
/**
|
|
10
|
+
* This is the component description.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
const GradientBackground = ({
|
|
14
|
+
id,
|
|
15
|
+
className: userClassName,
|
|
16
|
+
style,
|
|
17
|
+
pin,
|
|
18
|
+
shape,
|
|
19
|
+
height,
|
|
20
|
+
width // ...otherProps
|
|
21
|
+
|
|
22
|
+
}) => {
|
|
23
|
+
useLayoutEffect(() => {
|
|
24
|
+
import("./styles.scss");
|
|
25
|
+
}, []);
|
|
26
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
27
|
+
id: id,
|
|
28
|
+
className: [baseClassName, componentClassName, userClassName].filter(e => e).join(' '),
|
|
29
|
+
style: { ...style,
|
|
30
|
+
'--pin': pin,
|
|
31
|
+
'--height': height,
|
|
32
|
+
'--width': width
|
|
33
|
+
} // {...otherProps}
|
|
34
|
+
|
|
35
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
36
|
+
className: "shapes"
|
|
37
|
+
}, shape === 'triangle' && /*#__PURE__*/React.createElement("div", {
|
|
38
|
+
className: "triangle"
|
|
39
|
+
}), shape === 'half-ellipses' && /*#__PURE__*/React.createElement("div", {
|
|
40
|
+
className: "half-ellipses"
|
|
41
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
42
|
+
className: "up"
|
|
43
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
44
|
+
className: "down"
|
|
45
|
+
})), shape === 'ellipse' && /*#__PURE__*/React.createElement("div", {
|
|
46
|
+
className: "ellipse"
|
|
47
|
+
}), shape === 'diamonds' && /*#__PURE__*/React.createElement("div", {
|
|
48
|
+
className: "diamonds"
|
|
49
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
50
|
+
className: "top-right"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
52
|
+
className: "bottom-left"
|
|
53
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
54
|
+
className: "bottom-right"
|
|
55
|
+
})), shape === 'rectangles' && /*#__PURE__*/React.createElement("div", {
|
|
56
|
+
className: "rectangles"
|
|
57
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
58
|
+
className: "top"
|
|
59
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
60
|
+
className: "center"
|
|
61
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
62
|
+
className: "bottom"
|
|
63
|
+
})), shape === 'half-ellipse' && /*#__PURE__*/React.createElement("div", {
|
|
64
|
+
className: "half-ellipse"
|
|
65
|
+
}), shape === 'circle' && /*#__PURE__*/React.createElement("div", {
|
|
66
|
+
className: "circle"
|
|
67
|
+
}), shape === 'half-circle' && /*#__PURE__*/React.createElement("div", {
|
|
68
|
+
className: "half-circle"
|
|
69
|
+
}), shape === 'ellipses' && /*#__PURE__*/React.createElement("div", {
|
|
70
|
+
className: "ellipses"
|
|
71
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
72
|
+
className: "first"
|
|
73
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
74
|
+
className: "second"
|
|
75
|
+
})), shape === 'spiral' && /*#__PURE__*/React.createElement("div", {
|
|
76
|
+
className: "spiral"
|
|
77
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
78
|
+
className: "quater-circle-one"
|
|
79
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
80
|
+
className: "quater-circle-two"
|
|
81
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
82
|
+
className: "quater-circle-three"
|
|
83
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
84
|
+
className: "quater-circle-four"
|
|
85
|
+
}))));
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
GradientBackground.propTypes = {
|
|
89
|
+
/**
|
|
90
|
+
* The HTML id for this element
|
|
91
|
+
*/
|
|
92
|
+
id: PropTypes.string,
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* The HTML class names for this element
|
|
96
|
+
*/
|
|
97
|
+
className: PropTypes.string,
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* The React-written, css properties for this element.
|
|
101
|
+
*/
|
|
102
|
+
style: PropTypes.objectOf(PropTypes.string),
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* Where to pin the shapes
|
|
106
|
+
*/
|
|
107
|
+
pin: PropTypes.oneOf(['flex-start', 'center', 'flex-end']),
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* The options of a shape to use
|
|
111
|
+
*/
|
|
112
|
+
shape: PropTypes.oneOf(['triangle', 'ellipse', 'half-ellipse', 'half-ellipses', 'spiral', 'diamonds', 'circle', 'half-circle', 'ellipses', 'rectangles'])
|
|
113
|
+
};
|
|
114
|
+
GradientBackground.defaultProps = {
|
|
115
|
+
pin: 'center',
|
|
116
|
+
shape: 'triangle'
|
|
117
|
+
};
|
|
118
|
+
export default GradientBackground;
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
/* @pareto-engineering/generator-front 1.0.12 */
|
|
2
|
+
|
|
3
|
+
@use "@pareto-engineering/bem";
|
|
4
|
+
|
|
5
|
+
$default-triangle-dimension:30em;
|
|
6
|
+
$default-ellipses-dimension:50em;
|
|
7
|
+
$default-ellipse-dimension:50em;
|
|
8
|
+
$default-shapes-opacity:.8;
|
|
9
|
+
$default-diamonds-dimension:40em;
|
|
10
|
+
$default-circle-dimension:40em;
|
|
11
|
+
|
|
12
|
+
.#{bem.$base}.gradient-background {
|
|
13
|
+
align-items: center;
|
|
14
|
+
background: var(--light-y);
|
|
15
|
+
display: flex;
|
|
16
|
+
flex-direction: column;
|
|
17
|
+
height: 100%;
|
|
18
|
+
justify-content: var(--pin);
|
|
19
|
+
position: absolute;
|
|
20
|
+
width: 100%;
|
|
21
|
+
|
|
22
|
+
.shapes {
|
|
23
|
+
display: flex;
|
|
24
|
+
justify-content: center;
|
|
25
|
+
|
|
26
|
+
.triangle {
|
|
27
|
+
background-image: linear-gradient(var(--light-y), var(--dark-y));
|
|
28
|
+
clip-path: polygon(0 0, 50% 100%, 100% 0);
|
|
29
|
+
height: $default-triangle-dimension * .86;
|
|
30
|
+
opacity: $default-shapes-opacity;
|
|
31
|
+
width: $default-triangle-dimension;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.half-ellipses {
|
|
35
|
+
|
|
36
|
+
height: $default-ellipses-dimension / 2;
|
|
37
|
+
width: $default-ellipses-dimension;
|
|
38
|
+
opacity: $default-shapes-opacity;
|
|
39
|
+
|
|
40
|
+
.up {
|
|
41
|
+
background-image: linear-gradient(var(--light-y), var(--y));
|
|
42
|
+
clip-path: ellipse(40% 100% at 50% 0%);
|
|
43
|
+
height:50%;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.down {
|
|
47
|
+
background-image: linear-gradient(to top, var(--light-y), var(--y));
|
|
48
|
+
clip-path: ellipse(40% 100% at 50% 100%);
|
|
49
|
+
height:50%;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.ellipse {
|
|
55
|
+
height: $default-ellipse-dimension / 1.5;
|
|
56
|
+
width: $default-ellipse-dimension;
|
|
57
|
+
background-image: linear-gradient( to top left, var(--dark-y), var(--light-y),var(--dark-y));
|
|
58
|
+
clip-path: ellipse(50% 25% at 50% 50%);
|
|
59
|
+
opacity: $default-shapes-opacity;
|
|
60
|
+
transform: rotate3d(0, 0, -1, 10deg);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.diamonds {
|
|
64
|
+
|
|
65
|
+
height: $default-diamonds-dimension;
|
|
66
|
+
width: $default-diamonds-dimension;
|
|
67
|
+
opacity: $default-shapes-opacity;
|
|
68
|
+
position: relative;
|
|
69
|
+
|
|
70
|
+
.top-right {
|
|
71
|
+
height: 100%;
|
|
72
|
+
width: 100%;
|
|
73
|
+
background-image: linear-gradient(to right, var(--dark-y), var(--y));
|
|
74
|
+
clip-path: polygon(100% 100%, 0 0, 100% 0);
|
|
75
|
+
position: absolute;
|
|
76
|
+
}
|
|
77
|
+
.bottom-left {
|
|
78
|
+
height: 100%;
|
|
79
|
+
width: 100%;
|
|
80
|
+
background-image: linear-gradient(to left, var(--dark-y), var(--y));
|
|
81
|
+
clip-path: polygon(0 100%, 0 0, 100% 100%);
|
|
82
|
+
position: absolute;
|
|
83
|
+
z-index: 1;
|
|
84
|
+
opacity: .95;
|
|
85
|
+
}
|
|
86
|
+
.bottom-right {
|
|
87
|
+
height: 100%;
|
|
88
|
+
width: 100%;
|
|
89
|
+
background-image: linear-gradient(to bottom, var(--dark-y), var(--y));
|
|
90
|
+
clip-path: polygon(100% 100%, 100% 0, 0 100%);
|
|
91
|
+
position: absolute;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.rectangles {
|
|
96
|
+
height: $default-diamonds-dimension;
|
|
97
|
+
width: $default-diamonds-dimension;
|
|
98
|
+
opacity: $default-shapes-opacity;
|
|
99
|
+
display: grid;
|
|
100
|
+
grid-template-rows: repeat(3, 1fr);
|
|
101
|
+
|
|
102
|
+
.top {
|
|
103
|
+
background-image: linear-gradient(to right, var(--dark-y), var(--y));
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.center {
|
|
107
|
+
background-image: linear-gradient(to left, var(--dark-y), var(--y));
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.bottom {
|
|
111
|
+
background-image: linear-gradient(to right, var(--dark-y), var(--y));
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.half-ellipse {
|
|
116
|
+
height: $default-ellipses-dimension / 2;
|
|
117
|
+
width: $default-ellipses-dimension;
|
|
118
|
+
opacity: $default-shapes-opacity;
|
|
119
|
+
background-image: linear-gradient(var(--light-y), var(--dark-y));
|
|
120
|
+
clip-path: ellipse(50% 50% at 50% 0);
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.circle {
|
|
124
|
+
height: $default-circle-dimension;
|
|
125
|
+
width: $default-circle-dimension;
|
|
126
|
+
opacity: $default-shapes-opacity;
|
|
127
|
+
background-image: linear-gradient(var(--light-y), var(--dark-y));
|
|
128
|
+
clip-path: circle(50% at 50% 50%);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.ellipses {
|
|
132
|
+
height: var(--height);
|
|
133
|
+
width: var(--width);
|
|
134
|
+
opacity: $default-shapes-opacity;
|
|
135
|
+
position: relative;
|
|
136
|
+
|
|
137
|
+
.first {
|
|
138
|
+
height: 100%;
|
|
139
|
+
width: 100%;
|
|
140
|
+
position: absolute;
|
|
141
|
+
background-image: linear-gradient(to top, var(--dark-y), var(--light-y));
|
|
142
|
+
clip-path: ellipse(50% 20% at 50% 60%);
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.second{
|
|
146
|
+
height: 100%;
|
|
147
|
+
width: 100%;
|
|
148
|
+
position: absolute;
|
|
149
|
+
background-image: linear-gradient(to bottom, var(--dark-y), var(--light-y));
|
|
150
|
+
clip-path: ellipse(50% 20% at 50% 40%);
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
// .spiral {
|
|
156
|
+
// height: $default-ellipses-dimension;
|
|
157
|
+
// width: $default-ellipses-dimension;
|
|
158
|
+
// opacity: $default-shapes-opacity;
|
|
159
|
+
// position: relative;
|
|
160
|
+
|
|
161
|
+
// > *{
|
|
162
|
+
// position: absolute;
|
|
163
|
+
// height: 100%;
|
|
164
|
+
// width: 100%;
|
|
165
|
+
// background: radial-gradient(var(--dark-y) 30%, var(--light-y));
|
|
166
|
+
// transform-origin: 0 0;
|
|
167
|
+
// }
|
|
168
|
+
|
|
169
|
+
// .quater-circle-one{
|
|
170
|
+
// transform: rotate(90deg);
|
|
171
|
+
// clip-path: circle(200px at 0 0);
|
|
172
|
+
// z-index: 1;
|
|
173
|
+
// }
|
|
174
|
+
|
|
175
|
+
// .quater-circle-two {
|
|
176
|
+
// clip-path: circle(250px at 0 0);
|
|
177
|
+
// transform: rotate(45deg);
|
|
178
|
+
// }
|
|
179
|
+
|
|
180
|
+
// .quater-circle-three {
|
|
181
|
+
// clip-path: circle(300px at 0 0);
|
|
182
|
+
// }
|
|
183
|
+
|
|
184
|
+
// .quater-circle-four{
|
|
185
|
+
// clip-path: circle(350px at 0 0);
|
|
186
|
+
// transform: rotate(-45deg);
|
|
187
|
+
// }
|
|
188
|
+
// }
|
|
189
|
+
|
|
190
|
+
}
|
|
191
|
+
}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
/* @pareto-engineering/generator-front 1.0.12 */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { useRef, useLayoutEffect } from 'react';
|
|
4
|
+
import PropTypes from 'prop-types';
|
|
5
|
+
import styleNames from '@pareto-engineering/bem'; // Local Definitions
|
|
6
|
+
|
|
7
|
+
import { useDynamicPosition } from "../../utils";
|
|
8
|
+
const baseClassName = styleNames.base;
|
|
9
|
+
const componentClassName = 'popover';
|
|
10
|
+
/**
|
|
11
|
+
* This is the component description.
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
const Popover = ({
|
|
15
|
+
id,
|
|
16
|
+
className: userClassName,
|
|
17
|
+
style,
|
|
18
|
+
color,
|
|
19
|
+
children,
|
|
20
|
+
isOpen,
|
|
21
|
+
parentRef,
|
|
22
|
+
preferredPrimaryOrder,
|
|
23
|
+
preferredSecondaryOrder,
|
|
24
|
+
offsetXPx,
|
|
25
|
+
offsetYPx // ...otherProps
|
|
26
|
+
|
|
27
|
+
}) => {
|
|
28
|
+
useLayoutEffect(() => {
|
|
29
|
+
import("./styles.scss");
|
|
30
|
+
}, []);
|
|
31
|
+
const popoverRef = useRef(null);
|
|
32
|
+
const {
|
|
33
|
+
primaryPosition,
|
|
34
|
+
secondaryPosition
|
|
35
|
+
} = useDynamicPosition({
|
|
36
|
+
preferredPrimaryOrder,
|
|
37
|
+
preferredSecondaryOrder,
|
|
38
|
+
elementRef: popoverRef,
|
|
39
|
+
parentRef,
|
|
40
|
+
offsetXPx,
|
|
41
|
+
offsetYPx
|
|
42
|
+
});
|
|
43
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
44
|
+
id: id,
|
|
45
|
+
className: [baseClassName, componentClassName, userClassName, isOpen && 'open', `x-${color}`, primaryPosition, secondaryPosition].filter(e => e).join(' '),
|
|
46
|
+
style: style,
|
|
47
|
+
ref: popoverRef // {...otherProps}
|
|
48
|
+
|
|
49
|
+
}, children);
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
Popover.propTypes = {
|
|
53
|
+
/**
|
|
54
|
+
* The HTML id for this element
|
|
55
|
+
*/
|
|
56
|
+
id: PropTypes.string,
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* The HTML class names for this element
|
|
60
|
+
*/
|
|
61
|
+
className: PropTypes.string,
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* The React-written, css properties for this element.
|
|
65
|
+
*/
|
|
66
|
+
style: PropTypes.objectOf(PropTypes.string),
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* The children JSX
|
|
70
|
+
*/
|
|
71
|
+
children: PropTypes.node,
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* The base color of the popover
|
|
75
|
+
*/
|
|
76
|
+
color: PropTypes.string,
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Whether the popover should be visible or not
|
|
80
|
+
*/
|
|
81
|
+
isOpen: PropTypes.bool,
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* The preferred primary position order of the popover
|
|
85
|
+
*/
|
|
86
|
+
preferredPrimaryOrder: PropTypes.arrayOf(PropTypes.oneOf(['bottom', 'top', 'right', 'left'])),
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* The preferred secondary position order of the popover
|
|
90
|
+
*/
|
|
91
|
+
preferredSecondaryOrder: PropTypes.arrayOf(PropTypes.oneOf(['left', 'right', 'bottom', 'top'])),
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* The horizonal offset in pixels from the anchor point to the popover
|
|
95
|
+
*/
|
|
96
|
+
offsetXPx: PropTypes.number,
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* The vertical offset in pixels from the anchor point to the popover
|
|
100
|
+
*/
|
|
101
|
+
offsetYPx: PropTypes.number,
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* The reference to the parent element
|
|
105
|
+
*/
|
|
106
|
+
parentRef: PropTypes.oneOfType([PropTypes.func, PropTypes.shape({
|
|
107
|
+
current: PropTypes.instanceOf(Element)
|
|
108
|
+
})])
|
|
109
|
+
};
|
|
110
|
+
Popover.defaultProps = {
|
|
111
|
+
color: 'background1',
|
|
112
|
+
isOpen: false,
|
|
113
|
+
preferredPrimaryOrder: ['bottom', 'top', 'right', 'left'],
|
|
114
|
+
preferredSecondaryOrder: ['left', 'right', 'bottom', 'top'],
|
|
115
|
+
offsetXPx: 16,
|
|
116
|
+
offsetYPx: 0
|
|
117
|
+
};
|
|
118
|
+
export default Popover;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/* @pareto-engineering/generator-front 1.0.12 */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import PropTypes from 'prop-types';
|
|
4
|
+
import styleNames from '@pareto-engineering/bem'; // Local Definitions
|
|
5
|
+
|
|
6
|
+
const baseClassName = styleNames.base;
|
|
7
|
+
const componentClassName = 'divider';
|
|
8
|
+
/**
|
|
9
|
+
* This is the component description.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
const Divider = ({
|
|
13
|
+
id,
|
|
14
|
+
className: userClassName,
|
|
15
|
+
style,
|
|
16
|
+
children // ...otherProps
|
|
17
|
+
|
|
18
|
+
}) => /*#__PURE__*/React.createElement("div", {
|
|
19
|
+
id: id,
|
|
20
|
+
className: [baseClassName, componentClassName, userClassName].filter(e => e).join(' '),
|
|
21
|
+
style: style
|
|
22
|
+
}, children);
|
|
23
|
+
|
|
24
|
+
Divider.propTypes = {
|
|
25
|
+
/**
|
|
26
|
+
* The HTML id for this element
|
|
27
|
+
*/
|
|
28
|
+
id: PropTypes.string,
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* The HTML class names for this element
|
|
32
|
+
*/
|
|
33
|
+
className: PropTypes.string,
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* The React-written, css properties for this element.
|
|
37
|
+
*/
|
|
38
|
+
style: PropTypes.objectOf(PropTypes.string),
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* The children JSX
|
|
42
|
+
*/
|
|
43
|
+
children: PropTypes.node
|
|
44
|
+
};
|
|
45
|
+
Divider.defaultProps = {// someProp:false
|
|
46
|
+
};
|
|
47
|
+
export default Divider;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/* @pareto-engineering/generator-front 1.0.12 */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import PropTypes from 'prop-types';
|
|
4
|
+
import styleNames from '@pareto-engineering/bem'; // Local Definitions
|
|
5
|
+
|
|
6
|
+
const baseClassName = styleNames.base;
|
|
7
|
+
const componentClassName = 'item';
|
|
8
|
+
/**
|
|
9
|
+
* This is the component description.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
const Item = ({
|
|
13
|
+
id,
|
|
14
|
+
className: userClassName,
|
|
15
|
+
style,
|
|
16
|
+
children // ...otherProps
|
|
17
|
+
|
|
18
|
+
}) => /*#__PURE__*/React.createElement("div", {
|
|
19
|
+
id: id,
|
|
20
|
+
className: [baseClassName, componentClassName, userClassName].filter(e => e).join(' '),
|
|
21
|
+
style: style
|
|
22
|
+
}, children);
|
|
23
|
+
|
|
24
|
+
Item.propTypes = {
|
|
25
|
+
/**
|
|
26
|
+
* The HTML id for this element
|
|
27
|
+
*/
|
|
28
|
+
id: PropTypes.string,
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* The HTML class names for this element
|
|
32
|
+
*/
|
|
33
|
+
className: PropTypes.string,
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* The React-written, css properties for this element.
|
|
37
|
+
*/
|
|
38
|
+
style: PropTypes.objectOf(PropTypes.string),
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* The children JSX
|
|
42
|
+
*/
|
|
43
|
+
children: PropTypes.node
|
|
44
|
+
};
|
|
45
|
+
Item.defaultProps = {// someProp:false
|
|
46
|
+
};
|
|
47
|
+
export default Item;
|