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

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 (181) hide show
  1. package/dist/cjs/a/AnimatedCounter/AnimatedCounter.js +16 -29
  2. package/dist/cjs/a/AnimatedCounter/styles.scss +3 -11
  3. package/dist/cjs/a/{RatingsInput/common/Rating/Rating.js → BackgroundGradient/BackgroundGradient.js} +22 -65
  4. package/dist/cjs/a/BackgroundGradient/index.js +15 -0
  5. package/dist/cjs/a/BackgroundGradient/styles.scss +16 -0
  6. package/dist/cjs/a/Conversation/Conversation.js +15 -8
  7. package/dist/cjs/a/Conversation/common/Message/Message.js +33 -6
  8. package/dist/cjs/a/Conversation/styles.scss +129 -32
  9. package/dist/cjs/a/GradientBackground/GradientBackground.js +140 -0
  10. package/dist/cjs/a/GradientBackground/index.js +15 -0
  11. package/dist/cjs/a/GradientBackground/styles.scss +191 -0
  12. package/dist/cjs/a/OvalIllustration/OvalIllustration.js +133 -0
  13. package/dist/cjs/a/OvalIllustration/index.js +15 -0
  14. package/dist/cjs/a/OvalIllustration/styles.scss +102 -0
  15. package/dist/cjs/a/People/People.js +15 -7
  16. package/dist/cjs/a/People/common/Person/Person.js +11 -4
  17. package/dist/cjs/a/People/styles.scss +13 -15
  18. package/dist/cjs/a/Shapes/Shapes.js +171 -0
  19. package/dist/cjs/a/{RatingsInput/common/Rating → Shapes}/index.js +3 -3
  20. package/dist/cjs/a/Shapes/styles.scss +255 -0
  21. package/dist/cjs/a/{RatingsInput/RatingsInput.js → SnapScroller/SnapScroller.js} +15 -26
  22. package/dist/cjs/a/{RatingsInput → SnapScroller}/index.js +3 -3
  23. package/dist/cjs/a/SnapScroller/styles.scss +38 -0
  24. package/dist/cjs/a/TeamInfo/styles.scss +2 -2
  25. package/dist/cjs/a/index.js +33 -1
  26. package/dist/cjs/b/Button/Button.js +10 -4
  27. package/dist/cjs/b/Button/styles.scss +82 -18
  28. package/dist/cjs/b/Metrics/Metrics.js +89 -0
  29. package/dist/cjs/b/Metrics/index.js +15 -0
  30. package/dist/cjs/b/Metrics/styles.scss +91 -0
  31. package/dist/cjs/b/Page/common/Section/Section.js +56 -5
  32. package/dist/cjs/b/Page/styles.scss +8 -2
  33. package/dist/cjs/b/QuestionDropdown/styles.scss +1 -1
  34. package/dist/cjs/b/index.js +9 -1
  35. package/dist/cjs/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.js +1 -1
  36. package/dist/cjs/c/ContentSlides/common/Navigator/Navigator.js +4 -3
  37. package/dist/cjs/experimental/GradientBackground/GradientBackground.js +98 -0
  38. package/dist/cjs/experimental/GradientBackground/index.js +15 -0
  39. package/dist/cjs/experimental/GradientBackground/styles.scss +64 -0
  40. package/dist/cjs/experimental/index.js +13 -0
  41. package/dist/cjs/f/common/Debugger/Debugger.js +1 -1
  42. package/dist/cjs/f/common/Label/Label.js +1 -1
  43. package/dist/cjs/f/fields/ChoicesInput/ChoicesInput.js +2 -2
  44. package/dist/cjs/f/fields/RatingsInput/common/Rating/Rating.js +2 -2
  45. package/dist/cjs/f/fields/SelectInput/SelectInput.js +25 -6
  46. package/dist/cjs/f/fields/SelectInput/styles.scss +4 -4
  47. package/dist/cjs/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +1 -1
  48. package/dist/cjs/f/fields/TaskRecommendationInput/styles.scss +4 -0
  49. package/dist/cjs/f/fields/TextInput/TextInput.js +19 -5
  50. package/dist/cjs/f/fields/TextInput/styles.scss +3 -7
  51. package/dist/cjs/f/fields/TextareaInput/TextareaInput.js +14 -7
  52. package/dist/cjs/form.scss +1 -1
  53. package/dist/es/a/AnimatedCounter/AnimatedCounter.js +17 -30
  54. package/dist/es/a/AnimatedCounter/styles.scss +3 -11
  55. package/dist/es/a/BackgroundGradient/BackgroundGradient.js +55 -0
  56. package/dist/es/a/BackgroundGradient/index.js +2 -0
  57. package/dist/es/a/BackgroundGradient/styles.scss +16 -0
  58. package/dist/es/a/Conversation/Conversation.js +15 -8
  59. package/dist/es/a/Conversation/common/Message/Message.js +33 -6
  60. package/dist/es/a/Conversation/styles.scss +129 -32
  61. package/dist/es/a/GradientBackground/GradientBackground.js +118 -0
  62. package/dist/es/a/GradientBackground/index.js +2 -0
  63. package/dist/es/a/GradientBackground/styles.scss +191 -0
  64. package/dist/es/a/OvalIllustration/OvalIllustration.js +111 -0
  65. package/dist/es/a/OvalIllustration/index.js +2 -0
  66. package/dist/es/a/OvalIllustration/styles.scss +102 -0
  67. package/dist/es/a/People/People.js +14 -7
  68. package/dist/es/a/People/common/Person/Person.js +11 -4
  69. package/dist/es/a/People/styles.scss +13 -15
  70. package/dist/es/a/Shapes/Shapes.js +149 -0
  71. package/dist/es/a/{RatingsInput/common/Rating → Shapes}/index.js +1 -1
  72. package/dist/es/a/Shapes/styles.scss +255 -0
  73. package/dist/es/a/{RatingsInput/RatingsInput.js → SnapScroller/SnapScroller.js} +15 -26
  74. package/dist/es/a/SnapScroller/index.js +2 -0
  75. package/dist/es/a/SnapScroller/styles.scss +38 -0
  76. package/dist/es/a/TeamInfo/styles.scss +2 -2
  77. package/dist/es/a/index.js +5 -1
  78. package/dist/es/b/Button/Button.js +8 -2
  79. package/dist/es/b/Button/styles.scss +82 -18
  80. package/dist/es/b/Metrics/Metrics.js +72 -0
  81. package/dist/es/b/Metrics/index.js +2 -0
  82. package/dist/es/b/Metrics/styles.scss +91 -0
  83. package/dist/es/b/Page/common/Section/Section.js +55 -4
  84. package/dist/es/b/Page/styles.scss +8 -2
  85. package/dist/es/b/QuestionDropdown/styles.scss +1 -1
  86. package/dist/es/b/index.js +2 -1
  87. package/dist/es/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.js +1 -1
  88. package/dist/es/c/ContentSlides/common/Navigator/Navigator.js +4 -3
  89. package/dist/es/experimental/GradientBackground/GradientBackground.js +76 -0
  90. package/dist/es/experimental/GradientBackground/index.js +2 -0
  91. package/dist/es/experimental/GradientBackground/styles.scss +64 -0
  92. package/dist/es/experimental/index.js +1 -0
  93. package/dist/es/f/common/Debugger/Debugger.js +1 -1
  94. package/dist/es/f/common/Label/Label.js +1 -1
  95. package/dist/es/f/fields/ChoicesInput/ChoicesInput.js +2 -2
  96. package/dist/es/f/fields/RatingsInput/common/Rating/Rating.js +2 -2
  97. package/dist/es/f/fields/SelectInput/SelectInput.js +25 -6
  98. package/dist/es/f/fields/SelectInput/styles.scss +4 -4
  99. package/dist/es/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +1 -1
  100. package/dist/es/f/fields/TaskRecommendationInput/styles.scss +4 -0
  101. package/dist/es/f/fields/TextInput/TextInput.js +19 -5
  102. package/dist/es/f/fields/TextInput/styles.scss +3 -7
  103. package/dist/es/f/fields/TextareaInput/TextareaInput.js +14 -7
  104. package/dist/es/form.scss +1 -1
  105. package/package.json +3 -3
  106. package/src/__snapshots__/Storyshots.test.js.snap +5662 -449
  107. package/src/local.scss +4 -0
  108. package/src/stories/a/AnimatedCounter.stories.jsx +9 -5
  109. package/src/stories/a/BackgroundGradient.stories.jsx +38 -0
  110. package/src/stories/a/ContentCard.stories.jsx +1 -1
  111. package/src/stories/a/Conversation.stories.jsx +78 -1
  112. package/src/stories/a/OvalIllustration.stories.jsx +59 -0
  113. package/src/stories/a/People.stories.jsx +25 -1
  114. package/src/stories/a/ProgressBar.stories.jsx +1 -1
  115. package/src/stories/a/Quote.stories.jsx +1 -1
  116. package/src/stories/a/Shapes.stories.jsx +143 -0
  117. package/src/stories/a/SnapScroller.stories.jsx +98 -0
  118. package/src/stories/a/Spinner.stories.jsx +1 -1
  119. package/src/stories/b/Button.stories.jsx +83 -54
  120. package/src/stories/b/Metrics.stories.jsx +62 -0
  121. package/src/stories/b/Page.stories.jsx +51 -1
  122. package/src/stories/b/ThemeSelector.stories.jsx +1 -1
  123. package/src/stories/b/Title.stories.jsx +1 -1
  124. package/src/stories/c/ContentSlides.stories.jsx +2 -2
  125. package/src/stories/colors.js +5 -3
  126. package/src/stories/f/CheckboxInput.stories.jsx +1 -1
  127. package/src/stories/f/SelectInput.stories.jsx +29 -0
  128. package/src/stories/f/TaskRecommendationInput.stories.jsx +1 -1
  129. package/src/stories/f/TextInput.stories.jsx +14 -4
  130. package/src/stories/f/TextareaInput.stories.jsx +42 -6
  131. package/src/ui/a/AnimatedCounter/AnimatedCounter.jsx +21 -27
  132. package/src/ui/a/AnimatedCounter/styles.scss +3 -11
  133. package/src/ui/a/BackgroundGradient/BackgroundGradient.jsx +76 -0
  134. package/src/ui/a/BackgroundGradient/index.js +2 -0
  135. package/src/ui/a/BackgroundGradient/styles.scss +16 -0
  136. package/src/ui/a/Conversation/Conversation.jsx +15 -7
  137. package/src/ui/a/Conversation/common/Message/Message.jsx +40 -7
  138. package/src/ui/a/Conversation/styles.scss +129 -32
  139. package/src/ui/a/OvalIllustration/OvalIllustration.jsx +134 -0
  140. package/src/ui/a/OvalIllustration/index.js +2 -0
  141. package/src/ui/a/OvalIllustration/styles.scss +102 -0
  142. package/src/ui/a/People/People.jsx +12 -4
  143. package/src/ui/a/People/common/Person/Person.jsx +7 -1
  144. package/src/ui/a/People/styles.scss +13 -15
  145. package/src/ui/a/Shapes/Shapes.jsx +191 -0
  146. package/src/ui/a/Shapes/index.js +2 -0
  147. package/src/ui/a/Shapes/styles.scss +255 -0
  148. package/src/ui/a/SnapScroller/SnapScroller.jsx +83 -0
  149. package/src/ui/a/SnapScroller/index.js +2 -0
  150. package/src/ui/a/SnapScroller/styles.scss +38 -0
  151. package/src/ui/a/TeamInfo/styles.scss +2 -2
  152. package/src/ui/a/index.js +4 -0
  153. package/src/ui/b/Button/Button.jsx +9 -1
  154. package/src/ui/b/Button/styles.scss +82 -18
  155. package/src/ui/b/Metrics/Metrics.jsx +93 -0
  156. package/src/ui/b/Metrics/index.js +2 -0
  157. package/src/ui/b/Metrics/styles.scss +91 -0
  158. package/src/ui/b/Page/common/Section/Section.jsx +68 -2
  159. package/src/ui/b/Page/styles.scss +8 -2
  160. package/src/ui/b/QuestionDropdown/styles.scss +1 -1
  161. package/src/ui/b/index.js +1 -0
  162. package/src/ui/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.jsx +1 -1
  163. package/src/ui/c/ContentSlides/common/Navigator/Navigator.jsx +3 -2
  164. package/src/ui/f/common/Debugger/Debugger.jsx +1 -1
  165. package/src/ui/f/common/Label/Label.jsx +1 -1
  166. package/src/ui/f/fields/ChoicesInput/ChoicesInput.jsx +2 -2
  167. package/src/ui/f/fields/RatingsInput/common/Rating/Rating.jsx +2 -2
  168. package/src/ui/f/fields/SelectInput/SelectInput.jsx +35 -5
  169. package/src/ui/f/fields/SelectInput/styles.scss +4 -4
  170. package/src/ui/f/fields/TaskRecommendationInput/TaskRecommendationInput.jsx +1 -1
  171. package/src/ui/f/fields/TaskRecommendationInput/styles.scss +4 -0
  172. package/src/ui/f/fields/TextInput/TextInput.jsx +15 -2
  173. package/src/ui/f/fields/TextInput/styles.scss +3 -7
  174. package/src/ui/f/fields/TextareaInput/TextareaInput.jsx +22 -11
  175. package/src/ui/form.scss +1 -1
  176. package/dist/cjs/a/RatingsInput/common/index.js +0 -13
  177. package/dist/cjs/a/RatingsInput/styles.scss +0 -35
  178. package/dist/es/a/RatingsInput/common/Rating/Rating.js +0 -102
  179. package/dist/es/a/RatingsInput/common/index.js +0 -1
  180. package/dist/es/a/RatingsInput/index.js +0 -2
  181. package/dist/es/a/RatingsInput/styles.scss +0 -35
@@ -0,0 +1,111 @@
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 = 'oval-illustration';
9
+ /**
10
+ * This is the component description.
11
+ */
12
+
13
+ const OvalIllustration = ({
14
+ id,
15
+ className: userClassName,
16
+ style,
17
+ layout,
18
+ src,
19
+ alt,
20
+ ovalBackground,
21
+ backgroundColor,
22
+ mobileSize,
23
+ tabletSize,
24
+ desktopSize // ...otherProps
25
+
26
+ }) => {
27
+ useLayoutEffect(() => {
28
+ import("./styles.scss");
29
+ }, []);
30
+ return /*#__PURE__*/React.createElement("div", {
31
+ id: id,
32
+ className: [baseClassName, componentClassName, userClassName, layout].filter(e => e).join(' '),
33
+ style: { ...style,
34
+ '--mobile-size': mobileSize,
35
+ '--tablet-size': tabletSize,
36
+ '--desktop-size': desktopSize
37
+ } // {...otherProps}
38
+
39
+ }, ovalBackground && /*#__PURE__*/React.createElement("div", {
40
+ className: `oval-background y-${backgroundColor}`
41
+ }), /*#__PURE__*/React.createElement("div", {
42
+ className: "illustration"
43
+ }, /*#__PURE__*/React.createElement("img", {
44
+ src: src,
45
+ alt: alt
46
+ })));
47
+ };
48
+
49
+ OvalIllustration.propTypes = {
50
+ /**
51
+ * The HTML id for this element
52
+ */
53
+ id: PropTypes.string,
54
+
55
+ /**
56
+ * The HTML class names for this element
57
+ */
58
+ className: PropTypes.string,
59
+
60
+ /**
61
+ * The React-written, css properties for this element.
62
+ */
63
+ style: PropTypes.objectOf(PropTypes.string),
64
+
65
+ /**
66
+ * side definition of the illustration
67
+ */
68
+ layout: PropTypes.oneOf(['left', 'right']),
69
+
70
+ /**
71
+ * image url
72
+ */
73
+ src: PropTypes.string,
74
+
75
+ /**
76
+ * alt tag for the image
77
+ */
78
+ alt: PropTypes.string,
79
+
80
+ /**
81
+ * whether to have a oval shape as background
82
+ */
83
+ ovalBackground: PropTypes.bool,
84
+
85
+ /**
86
+ * background color of the oval behind the image
87
+ */
88
+ backgroundColor: PropTypes.string,
89
+
90
+ /**
91
+ * size of the oval for mobile screen
92
+ */
93
+ mobileSize: PropTypes.string,
94
+
95
+ /**
96
+ * size of the oval for tablet screen
97
+ */
98
+ tabletSize: PropTypes.string,
99
+
100
+ /**
101
+ * size of the oval for desktop screen
102
+ */
103
+ desktopSize: PropTypes.string
104
+ };
105
+ OvalIllustration.defaultProps = {
106
+ layout: 'left',
107
+ mobileSize: '20em',
108
+ tabletSize: '35em',
109
+ desktopSize: '45em'
110
+ };
111
+ export default OvalIllustration;
@@ -0,0 +1,2 @@
1
+ /* @pareto-engineering/generator-front 1.0.12 */
2
+ export { default as OvalIllustration } from "./OvalIllustration";
@@ -0,0 +1,102 @@
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-clockwise-degree:60deg;
8
+ $default-counter-clockwise-degree:-60deg;
9
+ $default-ellipse-size:30% 43% at 50% 50%;
10
+
11
+ .#{bem.$base}.oval-illustration {
12
+ display: flex;
13
+ justify-content: center;
14
+ overflow: hidden;
15
+ position: relative;
16
+
17
+ &.left {
18
+ .oval-background {
19
+ transform: rotate($default-clockwise-degree);
20
+ }
21
+
22
+ .illustration {
23
+ transform: rotate($default-counter-clockwise-degree);
24
+
25
+ > img {
26
+ transform: rotate($default-clockwise-degree);
27
+ }
28
+ }
29
+ }
30
+
31
+ &.right {
32
+ .oval-background {
33
+ transform: rotate($default-counter-clockwise-degree);
34
+ }
35
+
36
+ .illustration {
37
+ transform: rotate($default-clockwise-degree);
38
+
39
+ > img {
40
+ transform: rotate($default-counter-clockwise-degree);
41
+ }
42
+ }
43
+ }
44
+
45
+ .oval-background {
46
+ background: var(--y);
47
+ clip-path: ellipse($default-ellipse-size);
48
+ overflow: hidden;
49
+ position: absolute;
50
+ z-index: 0;
51
+ }
52
+
53
+ .illustration {
54
+ clip-path: ellipse($default-ellipse-size);
55
+ overflow: hidden;
56
+
57
+ > img {
58
+ height: 100%;
59
+ object-fit: cover;
60
+ width: 100%;
61
+ }
62
+ }
63
+
64
+ // mobile style
65
+ @include mixins.media($to:$sm-md) {
66
+ .oval-background {
67
+ height: var(--mobile-size);
68
+ width: var(--mobile-size);
69
+ }
70
+
71
+ .illustration {
72
+ height: var(--mobile-size);
73
+ width: var(--mobile-size);
74
+ }
75
+ }
76
+
77
+ // tablet style
78
+ @include mixins.media($from:$xs-sm, $to:$sm-md) {
79
+ .oval-background {
80
+ height: var(--tablet-size);
81
+ width: var(--tablet-size);
82
+ }
83
+
84
+ .illustration {
85
+ height: var(--tablet-size);
86
+ width: var(--tablet-size);
87
+ }
88
+ }
89
+
90
+ // desktop style
91
+ @include mixins.media($from:$sm-md) {
92
+ .oval-background {
93
+ height: var(--desktop-size);
94
+ width: var(--desktop-size);
95
+ }
96
+
97
+ .illustration {
98
+ height: var(--desktop-size);
99
+ width: var(--desktop-size);
100
+ }
101
+ }
102
+ }
@@ -15,8 +15,9 @@ const People = ({
15
15
  id,
16
16
  className: userClassName,
17
17
  style,
18
- imageHeightWidth,
19
- children // ...otherProps
18
+ imageSize,
19
+ children,
20
+ columnWidth // ...otherProps
20
21
 
21
22
  }) => {
22
23
  useLayoutEffect(() => {
@@ -25,9 +26,9 @@ const People = ({
25
26
  return /*#__PURE__*/React.createElement("div", {
26
27
  id: id,
27
28
  className: [baseClassName, componentClassName, userClassName, 'u1'].filter(e => e).join(' '),
28
- style: {
29
- '--image-height-width': imageHeightWidth,
30
- ...style
29
+ style: { ...style,
30
+ '--image-size': imageSize,
31
+ '--column-width': columnWidth
31
32
  } // {...otherProps}
32
33
 
33
34
  }, children);
@@ -57,10 +58,16 @@ People.propTypes = {
57
58
  /**
58
59
  * The height and width of all the person's image
59
60
  */
60
- imageHeightWidth: PropTypes.string
61
+ imageSize: PropTypes.string,
62
+
63
+ /**
64
+ * The width of the a person's column
65
+ */
66
+ columnWidth: PropTypes.string
61
67
  };
62
68
  People.defaultProps = {
63
- imageHeightWidth: '3em'
69
+ imageSize: '3em',
70
+ columnWidth: '12em'
64
71
  };
65
72
  People.Person = Person;
66
73
  export default People;
@@ -15,11 +15,12 @@ const Person = ({
15
15
  style,
16
16
  name,
17
17
  image,
18
- role // ...otherProps
18
+ role,
19
+ color // ...otherProps
19
20
 
20
21
  }) => /*#__PURE__*/React.createElement("div", {
21
22
  id: id,
22
- className: [baseClassName, componentClassName, userClassName].filter(e => e).join(' '),
23
+ className: [baseClassName, componentClassName, userClassName, `y-${color}`].filter(e => e).join(' '),
23
24
  style: style
24
25
  }, /*#__PURE__*/React.createElement("img", {
25
26
  className: "image v50 mr-v",
@@ -62,8 +63,14 @@ Person.propTypes = {
62
63
  /**
63
64
  * The person's role
64
65
  */
65
- role: PropTypes.string.isRequired
66
+ role: PropTypes.string.isRequired,
67
+
68
+ /**
69
+ * The base color of the person's component
70
+ */
71
+ color: PropTypes.string
66
72
  };
67
- Person.defaultProps = {// someProp:false
73
+ Person.defaultProps = {
74
+ color: 'background2'
68
75
  };
69
76
  export default Person;
@@ -9,22 +9,26 @@ $default-person-border-radius:2em;
9
9
  $default-padding:var(--u);
10
10
  $default-horizontal-margin: .5em;
11
11
 
12
+ $default-grid-gap: 1em;
13
+
12
14
  .#{bem.$base}.people {
13
- display: flex;
14
- justify-content: center;
15
+ display: grid;
16
+ grid-template-columns: repeat(auto-fill, minmax(var(--column-width), 1fr));
17
+ gap:$default-grid-gap;
18
+
15
19
 
16
20
  .person {
17
21
  align-items: center;
18
- background-color: var(--background2);
22
+ background-color: var(--y);
19
23
  border-radius: $default-person-border-radius;
20
24
  display: flex;
21
- margin: 0 $default-horizontal-margin;
25
+
22
26
  padding-right: $default-padding;
23
27
 
24
28
  .image {
25
29
  border-radius: $default-border-radius;
26
- height: var(--image-height-width);
27
- width: var(--image-height-width);
30
+ height: var(--image-size);
31
+ width: var(--image-size);
28
32
  }
29
33
 
30
34
  .details {
@@ -34,21 +38,15 @@ $default-horizontal-margin: .5em;
34
38
 
35
39
  .name {
36
40
  margin-bottom: .25em;
41
+ color: var(--on-y);
37
42
  }
38
43
 
39
44
  .role {
40
- color: var(--subtitle);
45
+ color: var(--on-y);
46
+ opacity: .5;
41
47
  }
42
48
  }
43
49
  }
44
-
45
- @include mixins.media($to:$sm-md) {
46
- flex-direction: column;
47
-
48
- >:not(:last-child) {
49
- margin-bottom: var(--u);
50
- }
51
- }
52
50
  }
53
51
 
54
52
 
@@ -0,0 +1,149 @@
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 = 'shapes';
9
+ /**
10
+ * This is the component description.
11
+ */
12
+
13
+ const Shapes = ({
14
+ id,
15
+ className: userClassName,
16
+ style,
17
+ shape,
18
+ height,
19
+ overflow,
20
+ verticalAlign,
21
+ horizontalAlign // ...otherProps
22
+
23
+ }) => {
24
+ useLayoutEffect(() => {
25
+ import("./styles.scss");
26
+ }, []);
27
+ return /*#__PURE__*/React.createElement("div", {
28
+ id: id,
29
+ className: [baseClassName, componentClassName, userClassName].filter(e => e).join(' '),
30
+ style: { ...style,
31
+ '--shape-height': height,
32
+ '--overflow': overflow,
33
+ '--vertical-align': verticalAlign,
34
+ '--horizontal-align': horizontalAlign
35
+ } // {...otherProps}
36
+
37
+ }, shape === 'triangle' && /*#__PURE__*/React.createElement("div", {
38
+ className: "triangle"
39
+ }), shape === 'inverted-triangle' && /*#__PURE__*/React.createElement("div", {
40
+ className: "inverted-triangle"
41
+ }), shape === 'half-ellipses' && /*#__PURE__*/React.createElement("div", {
42
+ className: "half-ellipses"
43
+ }, /*#__PURE__*/React.createElement("div", {
44
+ className: "up"
45
+ }), /*#__PURE__*/React.createElement("div", {
46
+ className: "down"
47
+ })), shape === 'ellipse' && /*#__PURE__*/React.createElement("div", {
48
+ className: "ellipse"
49
+ }), shape === 'diamonds' && /*#__PURE__*/React.createElement("div", {
50
+ className: "diamonds"
51
+ }, /*#__PURE__*/React.createElement("div", {
52
+ className: "top-right"
53
+ }), /*#__PURE__*/React.createElement("div", {
54
+ className: "bottom-left"
55
+ }), /*#__PURE__*/React.createElement("div", {
56
+ className: "bottom-right"
57
+ })), shape === 'rectangles' && /*#__PURE__*/React.createElement("div", {
58
+ className: "rectangles"
59
+ }, /*#__PURE__*/React.createElement("div", {
60
+ className: "top"
61
+ }), /*#__PURE__*/React.createElement("div", {
62
+ className: "center"
63
+ }), /*#__PURE__*/React.createElement("div", {
64
+ className: "bottom"
65
+ })), shape === 'half-ellipse' && /*#__PURE__*/React.createElement("div", {
66
+ className: "half-ellipse"
67
+ }), shape === 'circle' && /*#__PURE__*/React.createElement("div", {
68
+ className: "circle"
69
+ }), shape === 'half-circle' && /*#__PURE__*/React.createElement("div", {
70
+ className: "half-circle"
71
+ }), shape === 'ellipses' && /*#__PURE__*/React.createElement("div", {
72
+ className: "ellipses"
73
+ }, /*#__PURE__*/React.createElement("div", {
74
+ className: "first"
75
+ }), /*#__PURE__*/React.createElement("div", {
76
+ className: "second"
77
+ })), shape === 'spiral' && /*#__PURE__*/React.createElement("div", {
78
+ className: "spiral"
79
+ }, /*#__PURE__*/React.createElement("div", {
80
+ className: "circle-one"
81
+ }), /*#__PURE__*/React.createElement("div", {
82
+ className: "circle-two"
83
+ }), /*#__PURE__*/React.createElement("div", {
84
+ className: "circle-three"
85
+ }), /*#__PURE__*/React.createElement("div", {
86
+ className: "circle-four"
87
+ })), shape === 'rotated-ellipses' && /*#__PURE__*/React.createElement("div", {
88
+ className: "rotated-ellipses"
89
+ }, /*#__PURE__*/React.createElement("div", {
90
+ className: "ellipse-one"
91
+ }), /*#__PURE__*/React.createElement("div", {
92
+ className: "ellipse-two"
93
+ })), shape === 'intersecting-circles' && /*#__PURE__*/React.createElement("div", {
94
+ className: "intersecting-circles"
95
+ }, /*#__PURE__*/React.createElement("div", {
96
+ className: "left"
97
+ }), /*#__PURE__*/React.createElement("div", {
98
+ className: "right"
99
+ })));
100
+ };
101
+
102
+ Shapes.propTypes = {
103
+ /**
104
+ * The HTML id for this element
105
+ */
106
+ id: PropTypes.string,
107
+
108
+ /**
109
+ * The HTML class names for this element
110
+ */
111
+ className: PropTypes.string,
112
+
113
+ /**
114
+ * The React-written, css properties for this element.
115
+ */
116
+ style: PropTypes.objectOf(PropTypes.string),
117
+
118
+ /**
119
+ * The height of the shape.
120
+ */
121
+ height: PropTypes.string,
122
+
123
+ /**
124
+ * The vertical alignment of the shape.
125
+ */
126
+ verticalAlign: PropTypes.oneOf(['flex-start', 'center', 'flex-end']),
127
+
128
+ /**
129
+ * The horizontal alignment of the shape.
130
+ */
131
+ horizontalAlign: PropTypes.oneOf(['flex-start', 'center', 'flex-end']),
132
+
133
+ /**
134
+ * The options of a shape to use
135
+ */
136
+ shape: PropTypes.oneOf(['triangle', 'ellipse', 'half-ellipse', 'half-ellipses', 'spiral', 'diamonds', 'circle', 'half-circle', 'ellipses', 'rectangles', 'rotated-ellipses', 'inverted-triangle', 'intersecting-circles']),
137
+
138
+ /**
139
+ * The overflow of the shape.
140
+ */
141
+ overflow: PropTypes.oneOf(['hidden', 'visible'])
142
+ };
143
+ Shapes.defaultProps = {
144
+ verticalAlign: 'center',
145
+ horizontalAlign: 'center',
146
+ shape: 'triangle',
147
+ overflow: 'hidden'
148
+ };
149
+ export default Shapes;
@@ -1,2 +1,2 @@
1
1
  /* @pareto-engineering/generator-front 1.0.12 */
2
- export { default as Rating } from "./Rating";
2
+ export { default as Shapes } from "./Shapes";