playbook_ui 13.33.1 → 13.34.0.pre.alpha.PBNTR358responsiveadvancedtablereact3366
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_advanced_table/Components/TableHeaderCell.tsx +5 -2
- data/app/pb_kits/playbook/pb_advanced_table/SubKits/TableBody.tsx +25 -20
- data/app/pb_kits/playbook/pb_advanced_table/SubKits/TableHeader.tsx +17 -12
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +55 -0
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +5 -1
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +30 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_responsive.jsx +82 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/index.js +2 -1
- data/app/pb_kits/playbook/pb_background/background.html.erb +2 -11
- data/app/pb_kits/playbook/pb_body/body.html.erb +1 -6
- data/app/pb_kits/playbook/pb_bread_crumbs/bread_crumb_item.html.erb +1 -6
- data/app/pb_kits/playbook/pb_bread_crumbs/bread_crumbs.html.erb +1 -6
- data/app/pb_kits/playbook/pb_caption/caption.html.erb +1 -6
- data/app/pb_kits/playbook/pb_card/card.html.erb +1 -7
- data/app/pb_kits/playbook/pb_collapsible/_collapsible.scss +1 -1
- data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_color.jsx +2 -2
- data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_custom_main.jsx +31 -32
- data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_custom_main_rails.html.erb +3 -2
- data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_custom_main_with_icon.jsx +33 -32
- data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_custom_main_with_icon_rails.html.erb +3 -7
- data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_icons.jsx +1 -0
- data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_state.jsx +9 -0
- data/app/pb_kits/playbook/pb_contact/_contact.tsx +25 -19
- data/app/pb_kits/playbook/pb_contact/contact.html.erb +6 -3
- data/app/pb_kits/playbook/pb_date_range_inline/_date_range_inline.tsx +71 -64
- data/app/pb_kits/playbook/pb_detail/detail.html.erb +1 -6
- data/app/pb_kits/playbook/pb_dialog/dialog.html.erb +1 -6
- data/app/pb_kits/playbook/pb_dialog/dialog_body.html.erb +1 -6
- data/app/pb_kits/playbook/pb_dialog/dialog_footer.html.erb +2 -5
- data/app/pb_kits/playbook/pb_dialog/dialog_header.html.erb +1 -6
- data/app/pb_kits/playbook/pb_dropdown/dropdown.html.erb +7 -3
- data/app/pb_kits/playbook/pb_dropdown/dropdown.rb +1 -1
- data/app/pb_kits/playbook/pb_dropdown/index.js +37 -31
- data/app/pb_kits/playbook/pb_flex/flex.html.erb +1 -5
- data/app/pb_kits/playbook/pb_form_pill/_form_pill.scss +4 -0
- data/app/pb_kits/playbook/pb_form_pill/_form_pill.test.jsx +11 -0
- data/app/pb_kits/playbook/pb_form_pill/_form_pill.tsx +52 -17
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_icon.html.erb +5 -0
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_icon.jsx +19 -0
- data/app/pb_kits/playbook/pb_form_pill/docs/example.yml +2 -1
- data/app/pb_kits/playbook/pb_form_pill/docs/index.js +1 -1
- data/app/pb_kits/playbook/pb_form_pill/form_pill.html.erb +16 -9
- data/app/pb_kits/playbook/pb_form_pill/form_pill.rb +6 -1
- data/app/pb_kits/playbook/pb_hashtag/hashtag.html.erb +1 -6
- data/app/pb_kits/playbook/pb_highlight/highlight.html.erb +1 -5
- data/app/pb_kits/playbook/pb_home_address_street/home_address_street.html.erb +1 -5
- data/app/pb_kits/playbook/pb_icon/_icon.scss +17 -0
- data/app/pb_kits/playbook/pb_icon/_icon.tsx +3 -0
- data/app/pb_kits/playbook/pb_icon/docs/_icon_color.html.erb +5 -0
- data/app/pb_kits/playbook/pb_icon/docs/_icon_color.jsx +34 -0
- data/app/pb_kits/playbook/pb_icon/docs/_icon_color.md +1 -0
- data/app/pb_kits/playbook/pb_icon/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_icon/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_icon/icon.rb +9 -1
- data/app/pb_kits/playbook/pb_icon/icon.test.js +22 -9
- data/app/pb_kits/playbook/pb_star_rating/_star_rating.tsx +132 -201
- data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_hide.jsx +28 -33
- data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_interactive.jsx +14 -0
- data/app/pb_kits/playbook/pb_star_rating/docs/index.js +2 -0
- data/app/pb_kits/playbook/pb_star_rating/stars/utils.tsx +81 -0
- data/app/pb_kits/playbook/pb_star_rating/subcomponents/_star_rating_display.tsx +56 -0
- data/app/pb_kits/playbook/pb_star_rating/subcomponents/_star_rating_interactive.tsx +64 -0
- data/dist/playbook-rails.js +6 -6
- data/lib/playbook/version.rb +2 -2
- metadata +15 -5
@@ -7,217 +7,148 @@ import { globalProps, GlobalProps } from '../utilities/globalProps'
|
|
7
7
|
import Caption from '../pb_caption/_caption'
|
8
8
|
import Body from '../pb_body/_body'
|
9
9
|
import Title from '../pb_title/_title'
|
10
|
-
import
|
11
|
-
import
|
10
|
+
import StarRatingInteractive from "./subcomponents/_star_rating_interactive"
|
11
|
+
import StarRatingDisplay from "./subcomponents/_star_rating_display"
|
12
12
|
|
13
13
|
type StarRatingProps = {
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
14
|
+
aria?: { [key: string]: string },
|
15
|
+
className?: string,
|
16
|
+
data?: { [key: string]: string },
|
17
|
+
dark?: boolean,
|
18
|
+
fixedWidth?: boolean,
|
19
|
+
layoutOption?: "default" | "number" | "onestar",
|
20
|
+
htmlOptions?: { [key: string]: string | number | boolean | (() => void) },
|
21
|
+
icon?: string,
|
22
|
+
id?: string,
|
23
|
+
rating: number,
|
24
|
+
denominator: number,
|
25
|
+
colorOption?: "yellow" | "primary" | "subtle" | "outline",
|
26
|
+
backgroundType?: "fill" | "outline",
|
27
|
+
size?: "xs" | "sm" | "md" | "lg",
|
28
|
+
variant?: "display" | "interactive",
|
29
|
+
onClick?: (interactiveStarValue: number) => void,
|
28
30
|
} & GlobalProps
|
29
31
|
|
30
32
|
const StarRating = (props: StarRatingProps) => {
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
33
|
+
const {
|
34
|
+
aria = {},
|
35
|
+
className,
|
36
|
+
data = {},
|
37
|
+
dark = false,
|
38
|
+
layoutOption = "default",
|
39
|
+
htmlOptions = {},
|
40
|
+
id,
|
41
|
+
rating = 0,
|
42
|
+
denominator = 5,
|
43
|
+
colorOption = "yellow",
|
44
|
+
backgroundType = "fill",
|
45
|
+
size = "sm",
|
46
|
+
variant = "display",
|
47
|
+
onClick,
|
48
|
+
} = props
|
49
|
+
const classes = classnames(buildCss('pb_star_rating_kit'), globalProps(props), className)
|
50
|
+
const ariaProps = buildAriaProps(aria)
|
51
|
+
const dataProps = buildDataProps(data)
|
52
|
+
const htmlProps = buildHtmlProps(htmlOptions)
|
53
|
+
const oneDecimalRating = rating.toFixed(1)
|
45
54
|
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
return (
|
87
|
-
<div
|
88
|
-
{...ariaProps}
|
89
|
-
{...dataProps}
|
90
|
-
{...htmlProps}
|
91
|
-
className={classes}
|
92
|
-
id={id}
|
93
|
-
>
|
94
|
-
{layoutOption === "number" && (
|
95
|
-
<>
|
96
|
-
{size === 'xs' && (
|
97
|
-
<Caption
|
98
|
-
text={oneDecimalRating.toString()}
|
99
|
-
size="xs"
|
100
|
-
paddingRight="xs"
|
101
|
-
dark={dark}
|
102
|
-
className="pb_star_rating_number_sm"
|
103
|
-
/>
|
104
|
-
)}
|
105
|
-
{size === 'sm' && (
|
106
|
-
<Caption
|
107
|
-
text={oneDecimalRating.toString()}
|
108
|
-
size="xs"
|
109
|
-
paddingRight="xs"
|
110
|
-
dark={dark}
|
111
|
-
className="pb_star_rating_number_sm"
|
112
|
-
/>
|
55
|
+
return (
|
56
|
+
<div
|
57
|
+
{...ariaProps}
|
58
|
+
{...dataProps}
|
59
|
+
{...htmlProps}
|
60
|
+
className={classes}
|
61
|
+
id={id}
|
62
|
+
>
|
63
|
+
{layoutOption === "number" && (
|
64
|
+
<>
|
65
|
+
{(size === 'xs' || size === 'sm') && (
|
66
|
+
<Caption
|
67
|
+
className="pb_star_rating_number_sm"
|
68
|
+
dark={dark}
|
69
|
+
paddingRight="xs"
|
70
|
+
size="xs"
|
71
|
+
text={oneDecimalRating.toString()}
|
72
|
+
/>
|
73
|
+
)}
|
74
|
+
{size === 'md' && (
|
75
|
+
<Body
|
76
|
+
className="pb_star_rating_number_md"
|
77
|
+
color="light"
|
78
|
+
dark={dark}
|
79
|
+
paddingRight="xs"
|
80
|
+
text={oneDecimalRating.toString()}
|
81
|
+
/>
|
82
|
+
)}
|
83
|
+
{size === 'lg' && (
|
84
|
+
<Title
|
85
|
+
bold={false}
|
86
|
+
className="pb_star_rating_number_lg"
|
87
|
+
color="light"
|
88
|
+
dark={dark}
|
89
|
+
paddingRight="sm"
|
90
|
+
size={2}
|
91
|
+
text={oneDecimalRating.toString()}
|
92
|
+
/>
|
93
|
+
)}
|
94
|
+
</>
|
113
95
|
)}
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
text={oneDecimalRating.toString()}
|
126
|
-
size={2}
|
127
|
-
paddingRight="sm"
|
128
|
-
dark={dark}
|
129
|
-
color="light"
|
130
|
-
bold={false}
|
131
|
-
className="pb_star_rating_number_lg"
|
132
|
-
/>
|
133
|
-
)}
|
134
|
-
</>
|
135
|
-
)}
|
136
|
-
<Flex className="star_flex_area">
|
137
|
-
{[...Array(activeStars)].map((_, index) => (
|
138
|
-
<React.Fragment key={index}>
|
139
|
-
{colorOption === 'yellow' && (
|
140
|
-
<Icon
|
141
|
-
// @ts-ignore
|
142
|
-
customIcon={starYellow}
|
143
|
-
className={iconSize}
|
144
|
-
/>
|
145
|
-
) }
|
146
|
-
{colorOption === 'primary' && (
|
147
|
-
<Icon
|
148
|
-
// @ts-ignore
|
149
|
-
customIcon={starPrimary}
|
150
|
-
className={iconSize}
|
151
|
-
/>
|
152
|
-
) }
|
153
|
-
{colorOption === 'subtle' && (
|
154
|
-
<Icon
|
155
|
-
// @ts-ignore
|
156
|
-
customIcon={starSubtle}
|
157
|
-
className={iconSize}
|
158
|
-
/>
|
159
|
-
) }
|
160
|
-
</React.Fragment>
|
161
|
-
))}
|
162
|
-
{[...Array(emptyStars)].map((_, index) => (
|
163
|
-
<React.Fragment key={index}>
|
164
|
-
{backgroundType === 'outline' && (
|
165
|
-
<Icon
|
166
|
-
// @ts-ignore
|
167
|
-
customIcon={starOutline}
|
168
|
-
className={iconSize}
|
169
|
-
/>
|
170
|
-
) }
|
171
|
-
{backgroundType !== 'outline' && (
|
172
|
-
<Icon
|
173
|
-
// @ts-ignore
|
174
|
-
customIcon={starBackground}
|
175
|
-
className={iconSize}
|
176
|
-
/>
|
177
|
-
) }
|
178
|
-
</React.Fragment>
|
179
|
-
))}
|
180
|
-
</Flex>
|
181
|
-
{layoutOption === "onestar" && (
|
182
|
-
<>
|
183
|
-
{size === 'xs' && (
|
184
|
-
<Caption
|
185
|
-
text={`${rating.toString()} of ${denominator}`}
|
186
|
-
size="xs"
|
187
|
-
dark={dark}
|
188
|
-
className="pb_star_rating_number_sm"
|
189
|
-
/>
|
190
|
-
)}
|
191
|
-
{size === 'sm' && (
|
192
|
-
<Caption
|
193
|
-
text={`${rating.toString()} of ${denominator}`}
|
194
|
-
size="xs"
|
195
|
-
dark={dark}
|
196
|
-
className="pb_star_rating_number_sm"
|
197
|
-
/>
|
96
|
+
|
97
|
+
{variant === "display" && (
|
98
|
+
<StarRatingDisplay
|
99
|
+
backgroundType={backgroundType}
|
100
|
+
colorOption={colorOption}
|
101
|
+
dark={dark}
|
102
|
+
denominator={denominator}
|
103
|
+
layoutOption={layoutOption}
|
104
|
+
rating={rating}
|
105
|
+
size={size}
|
106
|
+
/>
|
198
107
|
)}
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
108
|
+
|
109
|
+
{variant === "interactive" && (
|
110
|
+
<StarRatingInteractive
|
111
|
+
backgroundType={backgroundType}
|
112
|
+
colorOption={colorOption}
|
113
|
+
dark={dark}
|
114
|
+
denominator={denominator}
|
115
|
+
onClick={onClick}
|
116
|
+
size={size}
|
117
|
+
/>
|
206
118
|
)}
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
119
|
+
|
120
|
+
{layoutOption === "onestar" && (
|
121
|
+
<>
|
122
|
+
{(size === 'xs' || size === 'sm') && (
|
123
|
+
<Caption
|
124
|
+
className="pb_star_rating_number_sm"
|
125
|
+
dark={dark}
|
126
|
+
size="xs"
|
127
|
+
text={`${rating.toString()} of ${denominator}`}
|
128
|
+
/>
|
129
|
+
)}
|
130
|
+
{size === 'md' && (
|
131
|
+
<Body
|
132
|
+
className="pb_star_rating_number_md"
|
133
|
+
color="light"
|
134
|
+
dark={dark}
|
135
|
+
text={`${rating.toString()} of ${denominator}`}
|
136
|
+
/>
|
137
|
+
)}
|
138
|
+
{size === 'lg' && (
|
139
|
+
<Title
|
140
|
+
bold={false}
|
141
|
+
className="pb_star_rating_number_lg"
|
142
|
+
color="light"
|
143
|
+
dark={dark}
|
144
|
+
size={2}
|
145
|
+
text={`${rating.toString()} of ${denominator}`}
|
146
|
+
/>
|
147
|
+
)}
|
148
|
+
</>
|
216
149
|
)}
|
217
|
-
|
218
|
-
)}
|
219
|
-
</div>
|
150
|
+
</div>
|
220
151
|
)
|
221
|
-
|
152
|
+
}
|
222
153
|
|
223
154
|
export default StarRating
|
@@ -1,40 +1,35 @@
|
|
1
1
|
import React from 'react'
|
2
|
-
|
3
2
|
import StarRating from '../_star_rating'
|
4
3
|
|
5
4
|
const StarRatingHide = (props) => (
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
{...props}
|
35
|
-
/>
|
36
|
-
|
37
|
-
</>
|
5
|
+
<>
|
6
|
+
<StarRating
|
7
|
+
paddingBottom="xs"
|
8
|
+
rating={3}
|
9
|
+
{...props}
|
10
|
+
/>
|
11
|
+
|
12
|
+
<StarRating
|
13
|
+
layoutOption={"number"}
|
14
|
+
paddingBottom="xs"
|
15
|
+
rating={2.8}
|
16
|
+
{...props}
|
17
|
+
/>
|
18
|
+
|
19
|
+
<StarRating
|
20
|
+
layoutOption={"number"}
|
21
|
+
paddingBottom="xs"
|
22
|
+
rating={3}
|
23
|
+
{...props}
|
24
|
+
/>
|
25
|
+
|
26
|
+
<StarRating
|
27
|
+
layoutOption={"onestar"}
|
28
|
+
paddingBottom="xs"
|
29
|
+
rating={1}
|
30
|
+
{...props}
|
31
|
+
/>
|
32
|
+
</>
|
38
33
|
)
|
39
34
|
|
40
35
|
export default StarRatingHide
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import React from 'react'
|
2
|
+
import StarRating from '../_star_rating'
|
3
|
+
|
4
|
+
const StarRatingInteractive = (props) => (
|
5
|
+
<>
|
6
|
+
<StarRating
|
7
|
+
paddingBottom="xs"
|
8
|
+
variant="interactive"
|
9
|
+
{...props}
|
10
|
+
/>
|
11
|
+
</>
|
12
|
+
)
|
13
|
+
|
14
|
+
export default StarRatingInteractive
|
@@ -9,3 +9,5 @@ export { default as StarRatingHide } from './_star_rating_hide.jsx'
|
|
9
9
|
export { default as StarRatingNumberConfig } from './_star_rating_number_config.jsx'
|
10
10
|
|
11
11
|
export { default as StarRatingSizeOptions } from './_star_rating_size_options.jsx'
|
12
|
+
|
13
|
+
export { default as StarRatingInteractive } from './_star_rating_interactive.jsx'
|
@@ -0,0 +1,81 @@
|
|
1
|
+
import React from "react";
|
2
|
+
|
3
|
+
const starYellow = (
|
4
|
+
<svg className="iamyellow"
|
5
|
+
fill="none"
|
6
|
+
viewBox="0 0 18 16"
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
8
|
+
>
|
9
|
+
<path clipRule="evenodd"
|
10
|
+
d="M9.86015 0.4371C9.73527 0.187329 9.4855 0 9.17328 0C8.89229 0 8.64252 0.187329 8.51763 0.4371L6.36335 4.83932L1.58647 5.55742C1.30547 5.58864 1.08692 5.80719 0.99326 6.05696C0.899595 6.33795 0.962038 6.61895 1.18059 6.8375L4.64617 10.2719L3.80319 15.1112C3.77197 15.3922 3.89685 15.7044 4.11541 15.8605C4.36518 16.0166 4.64617 16.0478 4.89594 15.9229L9.17328 13.6126L13.4506 15.9229C13.7004 16.0478 14.0126 16.0166 14.2624 15.8605C14.4809 15.7044 14.6058 15.3922 14.5434 15.1112L13.7316 10.2719L17.1972 6.8375C17.4157 6.61895 17.4782 6.33795 17.3845 6.05696C17.2909 5.80719 17.0723 5.58864 16.7913 5.55742L12.0144 4.83932L9.86015 0.4371Z"
|
11
|
+
fill="#F9BB00"
|
12
|
+
fillRule="evenodd"
|
13
|
+
/>
|
14
|
+
</svg>
|
15
|
+
)
|
16
|
+
|
17
|
+
const starPrimary = (
|
18
|
+
<svg fill="none"
|
19
|
+
viewBox="0 0 18 16"
|
20
|
+
xmlns="http://www.w3.org/2000/svg"
|
21
|
+
>
|
22
|
+
<path clipRule="evenodd"
|
23
|
+
d="M9.86015 0.4371C9.73527 0.187329 9.4855 0 9.17328 0C8.89229 0 8.64252 0.187329 8.51763 0.4371L6.36335 4.83932L1.58647 5.55742C1.30547 5.58864 1.08692 5.80719 0.99326 6.05696C0.899595 6.33795 0.962038 6.61895 1.18059 6.8375L4.64617 10.2719L3.80319 15.1112C3.77197 15.3922 3.89685 15.7044 4.11541 15.8605C4.36518 16.0166 4.64617 16.0478 4.89594 15.9229L9.17328 13.6126L13.4506 15.9229C13.7004 16.0478 14.0126 16.0166 14.2624 15.8605C14.4809 15.7044 14.6058 15.3922 14.5434 15.1112L13.7316 10.2719L17.1972 6.8375C17.4157 6.61895 17.4782 6.33795 17.3845 6.05696C17.2909 5.80719 17.0723 5.58864 16.7913 5.55742L12.0144 4.83932L9.86015 0.4371Z"
|
24
|
+
fill="#0056CF"
|
25
|
+
fillRule="evenodd"
|
26
|
+
/>
|
27
|
+
</svg>
|
28
|
+
)
|
29
|
+
|
30
|
+
const starSubtle = (
|
31
|
+
<svg fill="none"
|
32
|
+
viewBox="0 0 18 16"
|
33
|
+
xmlns="http://www.w3.org/2000/svg"
|
34
|
+
>
|
35
|
+
<path clipRule="evenodd"
|
36
|
+
d="M8.90904 0.4371C8.78416 0.187329 8.53438 0 8.22217 0C7.94118 0 7.69141 0.187329 7.56652 0.4371L5.41224 4.83932L0.635357 5.55742C0.354364 5.58864 0.135813 5.80719 0.042149 6.05696C-0.0515154 6.33795 0.0109275 6.61895 0.229478 6.8375L3.69506 10.2719L2.85208 15.1112C2.82086 15.3922 2.94574 15.7044 3.16429 15.8605C3.41407 16.0166 3.69506 16.0478 3.94483 15.9229L8.22217 13.6126L12.4995 15.9229C12.7493 16.0478 13.0615 16.0166 13.3113 15.8605C13.5298 15.7044 13.6547 15.3922 13.5923 15.1112L12.7805 10.2719L16.2461 6.8375C16.4646 6.61895 16.5271 6.33795 16.4334 6.05696C16.3397 5.80719 16.1212 5.58864 15.8402 5.55742L11.0633 4.83932L8.90904 0.4371Z"
|
37
|
+
fillRule="evenodd"
|
38
|
+
/>
|
39
|
+
</svg>
|
40
|
+
)
|
41
|
+
|
42
|
+
const starOutline = (
|
43
|
+
<svg fill="none"
|
44
|
+
height="16"
|
45
|
+
viewBox="0 0 17 16"
|
46
|
+
width="17"
|
47
|
+
xmlns="http://www.w3.org/2000/svg"
|
48
|
+
>
|
49
|
+
<path d="M5.91323 5.33377L6.17269 5.29477L6.28801 5.0591L8.44116 0.659187C8.49971 0.543364 8.59517 0.5 8.64884 0.5C8.74499 0.5 8.83506 0.555009 8.88775 0.659235L11.0409 5.0591L11.1562 5.29477L11.4157 5.33377L16.1925 6.05186L16.2021 6.0533L16.2117 6.05436C16.2359 6.05706 16.2671 6.06847 16.3024 6.09973C16.3374 6.13062 16.3686 6.17476 16.3886 6.22412C16.4186 6.32162 16.401 6.40181 16.3198 6.48332C16.3196 6.48353 16.3194 6.48374 16.3192 6.48395L12.8552 9.91671L12.6712 10.0991L12.7141 10.3546L13.5258 15.1939L13.528 15.2068L13.5308 15.2196C13.5488 15.3004 13.5074 15.402 13.4567 15.4462C13.3391 15.5132 13.2227 15.5096 13.1546 15.4781L8.88646 13.1726L8.64884 13.0443L8.41121 13.1726L4.14274 15.4782C4.07877 15.5083 3.99031 15.5147 3.87267 15.4466C3.82302 15.4033 3.76655 15.2914 3.77463 15.1781L4.61431 10.3577L4.65911 10.1005L4.47368 9.91671L1.0097 6.48394C1.00947 6.48372 1.00925 6.4835 1.00903 6.48327C0.927878 6.40178 0.91031 6.3216 0.94026 6.22412C0.960274 6.17476 0.99154 6.13062 1.02646 6.09973C1.0618 6.06847 1.09296 6.05706 1.11724 6.05436L1.12682 6.0533L1.13635 6.05186L5.91323 5.33377Z"
|
50
|
+
stroke="#C1CDD6"
|
51
|
+
/>
|
52
|
+
</svg>
|
53
|
+
)
|
54
|
+
|
55
|
+
export const getStarIconObject = (backgroundType: string, color: string, dark: boolean, size: string) => {
|
56
|
+
const colorClassName = color === "subtle" ? (dark ? "suble_star_dark" : "suble_star_light") : `${color}_star`
|
57
|
+
const backgroundClassName = backgroundType === "outline" ? (dark ? "outline_empty_star_dark" : "outline_empty_star_light") : (dark ? "empty_star_dark" : "empty_star_light")
|
58
|
+
|
59
|
+
return {
|
60
|
+
yellow: {
|
61
|
+
className: `pb_star_${size} ${colorClassName}`,
|
62
|
+
icon: starYellow
|
63
|
+
},
|
64
|
+
primary: {
|
65
|
+
className: `pb_star_${size} ${colorClassName}`,
|
66
|
+
icon: starPrimary
|
67
|
+
},
|
68
|
+
subtle: {
|
69
|
+
className: `pb_star_${size} ${colorClassName}`,
|
70
|
+
icon: starSubtle
|
71
|
+
},
|
72
|
+
fill: {
|
73
|
+
className: `pb_star_${size} ${backgroundClassName}`,
|
74
|
+
icon: starYellow
|
75
|
+
},
|
76
|
+
outline: {
|
77
|
+
className: `pb_star_${size} ${backgroundClassName}`,
|
78
|
+
icon: starOutline
|
79
|
+
}
|
80
|
+
}
|
81
|
+
}
|
@@ -0,0 +1,56 @@
|
|
1
|
+
import React from "react"
|
2
|
+
import { GlobalProps } from '../../utilities/globalProps'
|
3
|
+
import Icon from '../../pb_icon/_icon'
|
4
|
+
import Flex from '../../pb_flex/_flex'
|
5
|
+
import { getStarIconObject } from "../stars/utils"
|
6
|
+
|
7
|
+
type StarRatingDisplayProps = {
|
8
|
+
backgroundType: "fill" | "outline",
|
9
|
+
colorOption: "yellow" | "primary" | "subtle" | "outline",
|
10
|
+
dark: boolean,
|
11
|
+
denominator: number,
|
12
|
+
layoutOption: "default" | "number" | "onestar",
|
13
|
+
rating: number,
|
14
|
+
size: "xs" | "sm" | "md" | "lg",
|
15
|
+
} & GlobalProps
|
16
|
+
|
17
|
+
const StarRatingDisplay = (props: StarRatingDisplayProps) => {
|
18
|
+
const {
|
19
|
+
backgroundType,
|
20
|
+
colorOption,
|
21
|
+
dark,
|
22
|
+
denominator,
|
23
|
+
layoutOption,
|
24
|
+
rating,
|
25
|
+
size,
|
26
|
+
} = props
|
27
|
+
const denominatorStyle = layoutOption === "onestar" ? 1 : denominator
|
28
|
+
const activeStars = Math.round(rating) > denominatorStyle ? denominatorStyle : Math.round(rating)
|
29
|
+
const emptyStars = denominatorStyle - Math.round(rating) < 0 ? 0 : denominatorStyle - Math.round(rating)
|
30
|
+
const starIcon = getStarIconObject(backgroundType, colorOption, dark, size)
|
31
|
+
|
32
|
+
return (
|
33
|
+
<Flex className="star_flex_area">
|
34
|
+
{[...Array(activeStars)].map((_, index) => (
|
35
|
+
<React.Fragment key={index}>
|
36
|
+
<Icon
|
37
|
+
className={starIcon[colorOption].className}
|
38
|
+
customIcon={starIcon[colorOption].icon as unknown as { [key: string]: SVGElement }}
|
39
|
+
icon=""
|
40
|
+
/>
|
41
|
+
</React.Fragment>
|
42
|
+
))}
|
43
|
+
{[...Array(emptyStars)].map((_, index) => (
|
44
|
+
<React.Fragment key={index}>
|
45
|
+
<Icon
|
46
|
+
className={starIcon[backgroundType].className}
|
47
|
+
customIcon={starIcon[backgroundType].icon as unknown as { [key: string]: SVGElement }}
|
48
|
+
icon=""
|
49
|
+
/>
|
50
|
+
</React.Fragment>
|
51
|
+
))}
|
52
|
+
</Flex>
|
53
|
+
)
|
54
|
+
}
|
55
|
+
|
56
|
+
export default StarRatingDisplay
|
@@ -0,0 +1,64 @@
|
|
1
|
+
import React, { useState } from "react"
|
2
|
+
import { GlobalProps } from '../../utilities/globalProps'
|
3
|
+
import Icon from '../../pb_icon/_icon'
|
4
|
+
import Flex from '../../pb_flex/_flex'
|
5
|
+
import { getStarIconObject } from "../stars/utils"
|
6
|
+
|
7
|
+
type StarRatingInteractiveProps = {
|
8
|
+
backgroundType: "fill" | "outline",
|
9
|
+
colorOption: "yellow" | "primary" | "subtle" | "outline",
|
10
|
+
dark: boolean,
|
11
|
+
denominator: number,
|
12
|
+
onClick?: (interactiveStarValue: number) => void,
|
13
|
+
size: "xs" | "sm" | "md" | "lg",
|
14
|
+
} & GlobalProps
|
15
|
+
|
16
|
+
const StarRatingInteractive = (props: StarRatingInteractiveProps) => {
|
17
|
+
const {
|
18
|
+
backgroundType,
|
19
|
+
colorOption,
|
20
|
+
dark,
|
21
|
+
denominator,
|
22
|
+
onClick,
|
23
|
+
size,
|
24
|
+
} = props
|
25
|
+
const [interactiveStarValue, setInteractiveStarValue] = useState(0)
|
26
|
+
const starIcon = getStarIconObject(backgroundType, colorOption, dark, size)
|
27
|
+
|
28
|
+
const handleOnClick = (interactiveStarValue: number) => {
|
29
|
+
setInteractiveStarValue(interactiveStarValue)
|
30
|
+
onClick && onClick(interactiveStarValue)
|
31
|
+
}
|
32
|
+
|
33
|
+
return (
|
34
|
+
<Flex className="star_flex_area">
|
35
|
+
{[...Array(denominator)].map((_, index) => (
|
36
|
+
<React.Fragment key={index}>
|
37
|
+
{index + 1 <= interactiveStarValue && (
|
38
|
+
<Icon
|
39
|
+
className={starIcon[colorOption].className}
|
40
|
+
cursor="pointer"
|
41
|
+
customIcon={starIcon[colorOption].icon as unknown as { [key: string]: SVGElement }}
|
42
|
+
htmlOptions={{ onClick: () => handleOnClick(index + 1) }}
|
43
|
+
icon=""
|
44
|
+
/>
|
45
|
+
)}
|
46
|
+
|
47
|
+
{index + 1 > interactiveStarValue && (
|
48
|
+
<React.Fragment key={index}>
|
49
|
+
<Icon
|
50
|
+
className={starIcon[backgroundType].className}
|
51
|
+
cursor="pointer"
|
52
|
+
customIcon={starIcon[backgroundType].icon as unknown as { [key: string]: SVGElement }}
|
53
|
+
htmlOptions={{ onClick: () => handleOnClick(index + 1) }}
|
54
|
+
icon=""
|
55
|
+
/>
|
56
|
+
</React.Fragment>
|
57
|
+
)}
|
58
|
+
</React.Fragment>
|
59
|
+
))}
|
60
|
+
</Flex>
|
61
|
+
)
|
62
|
+
}
|
63
|
+
|
64
|
+
export default StarRatingInteractive
|