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

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 (128) 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/Conversation/styles.scss +2 -0
  4. package/dist/cjs/a/GradientBackground/GradientBackground.js +140 -0
  5. package/dist/cjs/a/GradientBackground/index.js +15 -0
  6. package/dist/cjs/a/GradientBackground/styles.scss +191 -0
  7. package/dist/cjs/a/People/People.js +15 -7
  8. package/dist/cjs/a/People/common/Person/Person.js +11 -4
  9. package/dist/cjs/a/People/styles.scss +13 -15
  10. package/dist/cjs/a/Shapes/Shapes.js +163 -0
  11. package/dist/cjs/a/{RatingsInput/common/Rating → Shapes}/index.js +3 -3
  12. package/dist/cjs/a/Shapes/styles.scss +222 -0
  13. package/dist/cjs/a/TeamInfo/styles.scss +2 -2
  14. package/dist/cjs/a/index.js +9 -1
  15. package/dist/cjs/b/Button/styles.scss +38 -19
  16. package/dist/cjs/{a/RatingsInput/RatingsInput.js → b/Metrics/Metrics.js} +30 -29
  17. package/dist/cjs/{a/RatingsInput → b/Metrics}/index.js +3 -3
  18. package/dist/cjs/b/Metrics/styles.scss +91 -0
  19. package/dist/cjs/b/Page/common/Section/Section.js +42 -5
  20. package/dist/cjs/b/Page/styles.scss +8 -2
  21. package/dist/cjs/b/QuestionDropdown/styles.scss +1 -1
  22. package/dist/cjs/b/index.js +9 -1
  23. package/dist/cjs/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.js +1 -1
  24. package/dist/cjs/experimental/GradientBackground/GradientBackground.js +98 -0
  25. package/dist/cjs/experimental/GradientBackground/index.js +15 -0
  26. package/dist/cjs/experimental/GradientBackground/styles.scss +64 -0
  27. package/dist/cjs/experimental/index.js +13 -0
  28. package/dist/cjs/f/fields/ChoicesInput/ChoicesInput.js +1 -1
  29. package/dist/cjs/f/fields/RatingsInput/common/Rating/Rating.js +2 -2
  30. package/dist/cjs/f/fields/SelectInput/styles.scss +3 -3
  31. package/dist/cjs/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +2 -2
  32. package/dist/cjs/f/fields/TaskRecommendationInput/styles.scss +4 -0
  33. package/dist/cjs/f/fields/TextInput/styles.scss +3 -3
  34. package/dist/cjs/f/fields/TextareaInput/TextareaInput.js +1 -1
  35. package/dist/cjs/form.scss +1 -1
  36. package/dist/es/a/AnimatedCounter/AnimatedCounter.js +17 -30
  37. package/dist/es/a/AnimatedCounter/styles.scss +3 -11
  38. package/dist/es/a/Conversation/styles.scss +2 -0
  39. package/dist/es/a/GradientBackground/GradientBackground.js +118 -0
  40. package/dist/es/a/GradientBackground/index.js +2 -0
  41. package/dist/es/a/GradientBackground/styles.scss +191 -0
  42. package/dist/es/a/People/People.js +14 -7
  43. package/dist/es/a/People/common/Person/Person.js +11 -4
  44. package/dist/es/a/People/styles.scss +13 -15
  45. package/dist/es/a/Shapes/Shapes.js +141 -0
  46. package/dist/es/a/{RatingsInput/common/Rating → Shapes}/index.js +1 -1
  47. package/dist/es/a/Shapes/styles.scss +222 -0
  48. package/dist/es/a/TeamInfo/styles.scss +2 -2
  49. package/dist/es/a/index.js +2 -1
  50. package/dist/es/b/Button/styles.scss +38 -19
  51. package/dist/es/b/Metrics/Metrics.js +72 -0
  52. package/dist/es/b/Metrics/index.js +2 -0
  53. package/dist/es/b/Metrics/styles.scss +91 -0
  54. package/dist/es/b/Page/common/Section/Section.js +41 -4
  55. package/dist/es/b/Page/styles.scss +8 -2
  56. package/dist/es/b/QuestionDropdown/styles.scss +1 -1
  57. package/dist/es/b/index.js +2 -1
  58. package/dist/es/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.js +1 -1
  59. package/dist/es/experimental/GradientBackground/GradientBackground.js +76 -0
  60. package/dist/es/experimental/GradientBackground/index.js +2 -0
  61. package/dist/es/experimental/GradientBackground/styles.scss +64 -0
  62. package/dist/es/experimental/index.js +1 -0
  63. package/dist/es/f/fields/ChoicesInput/ChoicesInput.js +1 -1
  64. package/dist/es/f/fields/RatingsInput/common/Rating/Rating.js +2 -2
  65. package/dist/es/f/fields/SelectInput/styles.scss +3 -3
  66. package/dist/es/f/fields/TaskRecommendationInput/TaskRecommendationInput.js +2 -2
  67. package/dist/es/f/fields/TaskRecommendationInput/styles.scss +4 -0
  68. package/dist/es/f/fields/TextInput/styles.scss +3 -3
  69. package/dist/es/f/fields/TextareaInput/TextareaInput.js +1 -1
  70. package/dist/es/form.scss +1 -1
  71. package/package.json +3 -3
  72. package/src/__snapshots__/Storyshots.test.js.snap +3654 -339
  73. package/src/local.scss +3 -0
  74. package/src/stories/a/AnimatedCounter.stories.jsx +9 -5
  75. package/src/stories/a/ContentCard.stories.jsx +1 -1
  76. package/src/stories/a/Conversation.stories.jsx +1 -1
  77. package/src/stories/a/People.stories.jsx +25 -1
  78. package/src/stories/a/ProgressBar.stories.jsx +1 -1
  79. package/src/stories/a/Quote.stories.jsx +1 -1
  80. package/src/stories/a/Shapes.stories.jsx +125 -0
  81. package/src/stories/a/Spinner.stories.jsx +1 -1
  82. package/src/stories/b/Button.stories.jsx +57 -51
  83. package/src/stories/b/Metrics.stories.jsx +62 -0
  84. package/src/stories/b/Page.stories.jsx +27 -1
  85. package/src/stories/b/ThemeSelector.stories.jsx +1 -1
  86. package/src/stories/b/Title.stories.jsx +1 -1
  87. package/src/stories/c/ContentSlides.stories.jsx +2 -2
  88. package/src/stories/colors.js +5 -3
  89. package/src/stories/f/CheckboxInput.stories.jsx +1 -1
  90. package/src/stories/f/TaskRecommendationInput.stories.jsx +1 -1
  91. package/src/stories/f/TextInput.stories.jsx +4 -4
  92. package/src/stories/f/TextareaInput.stories.jsx +2 -2
  93. package/src/ui/a/AnimatedCounter/AnimatedCounter.jsx +21 -27
  94. package/src/ui/a/AnimatedCounter/styles.scss +3 -11
  95. package/src/ui/a/Conversation/styles.scss +2 -0
  96. package/src/ui/a/People/People.jsx +12 -4
  97. package/src/ui/a/People/common/Person/Person.jsx +7 -1
  98. package/src/ui/a/People/styles.scss +13 -15
  99. package/src/ui/a/Shapes/Shapes.jsx +181 -0
  100. package/src/ui/a/Shapes/index.js +2 -0
  101. package/src/ui/a/Shapes/styles.scss +222 -0
  102. package/src/ui/a/TeamInfo/styles.scss +2 -2
  103. package/src/ui/a/index.js +1 -0
  104. package/src/ui/b/Button/styles.scss +38 -19
  105. package/src/ui/b/Metrics/Metrics.jsx +93 -0
  106. package/src/ui/b/Metrics/index.js +2 -0
  107. package/src/ui/b/Metrics/styles.scss +91 -0
  108. package/src/ui/b/Page/common/Section/Section.jsx +51 -2
  109. package/src/ui/b/Page/styles.scss +8 -2
  110. package/src/ui/b/QuestionDropdown/styles.scss +1 -1
  111. package/src/ui/b/index.js +1 -0
  112. package/src/ui/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.jsx +1 -1
  113. package/src/ui/f/fields/ChoicesInput/ChoicesInput.jsx +1 -1
  114. package/src/ui/f/fields/RatingsInput/common/Rating/Rating.jsx +2 -2
  115. package/src/ui/f/fields/SelectInput/styles.scss +3 -3
  116. package/src/ui/f/fields/TaskRecommendationInput/TaskRecommendationInput.jsx +2 -2
  117. package/src/ui/f/fields/TaskRecommendationInput/styles.scss +4 -0
  118. package/src/ui/f/fields/TextInput/styles.scss +3 -3
  119. package/src/ui/f/fields/TextareaInput/TextareaInput.jsx +1 -1
  120. package/src/ui/form.scss +1 -1
  121. package/dist/cjs/a/RatingsInput/common/Rating/Rating.js +0 -120
  122. package/dist/cjs/a/RatingsInput/common/index.js +0 -13
  123. package/dist/cjs/a/RatingsInput/styles.scss +0 -35
  124. package/dist/es/a/RatingsInput/RatingsInput.js +0 -72
  125. package/dist/es/a/RatingsInput/common/Rating/Rating.js +0 -102
  126. package/dist/es/a/RatingsInput/common/index.js +0 -1
  127. package/dist/es/a/RatingsInput/index.js +0 -2
  128. package/dist/es/a/RatingsInput/styles.scss +0 -35
@@ -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,2 @@
1
+ /* @pareto-engineering/generator-front 1.0.12 */
2
+ export { default as GradientBackground } from "./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
+ }
@@ -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,141 @@
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 === '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: "circle-one"
79
+ }), /*#__PURE__*/React.createElement("div", {
80
+ className: "circle-two"
81
+ }), /*#__PURE__*/React.createElement("div", {
82
+ className: "circle-three"
83
+ }), /*#__PURE__*/React.createElement("div", {
84
+ className: "circle-four"
85
+ })), shape === 'rotated-ellipses' && /*#__PURE__*/React.createElement("div", {
86
+ className: "rotated-ellipses"
87
+ }, /*#__PURE__*/React.createElement("div", {
88
+ className: "ellipse-one"
89
+ }), /*#__PURE__*/React.createElement("div", {
90
+ className: "ellipse-two"
91
+ })));
92
+ };
93
+
94
+ Shapes.propTypes = {
95
+ /**
96
+ * The HTML id for this element
97
+ */
98
+ id: PropTypes.string,
99
+
100
+ /**
101
+ * The HTML class names for this element
102
+ */
103
+ className: PropTypes.string,
104
+
105
+ /**
106
+ * The React-written, css properties for this element.
107
+ */
108
+ style: PropTypes.objectOf(PropTypes.string),
109
+
110
+ /**
111
+ * The height of the shape.
112
+ */
113
+ height: PropTypes.string,
114
+
115
+ /**
116
+ * The vertical alignment of the shape.
117
+ */
118
+ verticalAlign: PropTypes.oneOf(['flex-start', 'center', 'flex-end']),
119
+
120
+ /**
121
+ * The horizontal alignment of the shape.
122
+ */
123
+ horizontalAlign: PropTypes.oneOf(['flex-start', 'center', 'flex-end']),
124
+
125
+ /**
126
+ * The options of a shape to use
127
+ */
128
+ shape: PropTypes.oneOf(['triangle', 'ellipse', 'half-ellipse', 'half-ellipses', 'spiral', 'diamonds', 'circle', 'half-circle', 'ellipses', 'rectangles', 'rotated-ellipses']),
129
+
130
+ /**
131
+ * The overflow of the shape.
132
+ */
133
+ overflow: PropTypes.oneOf(['hidden', 'visible'])
134
+ };
135
+ Shapes.defaultProps = {
136
+ verticalAlign: 'center',
137
+ horizontalAlign: 'center',
138
+ shape: 'triangle',
139
+ overflow: 'hidden'
140
+ };
141
+ 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";