playbook_ui 13.13.0.pre.alpha.PLAY1097linterenhancedelement1728 → 13.13.0.pre.alpha.play900startratingasinput1657
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_contact/docs/example.yml +0 -6
- data/app/pb_kits/playbook/pb_date/docs/example.yml +0 -7
- data/app/pb_kits/playbook/pb_enhanced_element/element_observer.ts +1 -1
- data/app/pb_kits/playbook/pb_enhanced_element/index.ts +1 -1
- data/app/pb_kits/playbook/pb_home_address_street/docs/example.yml +0 -6
- data/app/pb_kits/playbook/pb_star_rating/_star_rating.scss +105 -53
- data/app/pb_kits/playbook/pb_star_rating/_star_rating.tsx +179 -62
- data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_background_options.html.erb +2 -0
- data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_background_options.jsx +25 -0
- data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_color_options.html.erb +3 -0
- data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_color_options.jsx +31 -0
- data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_default.html.erb +6 -8
- data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_default.jsx +19 -6
- data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_hide.html.erb +3 -1
- data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_hide.jsx +22 -5
- data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_number_config.html.erb +6 -0
- data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_number_config.jsx +58 -0
- data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_size_options.html.erb +16 -0
- data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_size_options.jsx +60 -0
- data/app/pb_kits/playbook/pb_star_rating/docs/example.yml +12 -5
- data/app/pb_kits/playbook/pb_star_rating/docs/index.js +8 -0
- data/app/pb_kits/playbook/pb_star_rating/star_rating.html.erb +48 -26
- data/app/pb_kits/playbook/pb_star_rating/star_rating.rb +82 -6
- data/app/pb_kits/playbook/pb_star_rating/star_rating.test.js +34 -34
- data/app/pb_kits/playbook/pb_star_rating/stars/primary_star.svg +3 -0
- data/app/pb_kits/playbook/pb_star_rating/stars/star_outline.svg +3 -0
- data/app/pb_kits/playbook/pb_star_rating/stars/subtle_dark_star.svg +3 -0
- data/app/pb_kits/playbook/pb_star_rating/stars/subtle_star.svg +3 -0
- data/app/pb_kits/playbook/pb_star_rating/stars/yellow_star.svg +3 -0
- data/dist/menu.yml +168 -240
- data/dist/playbook-rails.js +5 -5
- data/lib/playbook/version.rb +1 -1
- metadata +15 -15
- data/app/pb_kits/playbook/pb_contact/docs/_contact_default_swift.md +0 -14
- data/app/pb_kits/playbook/pb_contact/docs/_contact_props_swift.md +0 -6
- data/app/pb_kits/playbook/pb_contact/docs/_contact_with_detail_swift.md +0 -14
- data/app/pb_kits/playbook/pb_date/docs/_date_alignment_swift.md +0 -11
- data/app/pb_kits/playbook/pb_date/docs/_date_default_swift.md +0 -16
- data/app/pb_kits/playbook/pb_date/docs/_date_props_swift.md +0 -8
- data/app/pb_kits/playbook/pb_date/docs/_date_unstyled_swift.md +0 -11
- data/app/pb_kits/playbook/pb_date/docs/_date_variants_swift.md +0 -14
- data/app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_default_swift.md +0 -18
- data/app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_emphasis_swift.md +0 -34
- data/app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_link_swift.md +0 -18
- data/app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_modified_swift.md +0 -13
- data/app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_props_swift.md +0 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9028fa5e537e490291209f3632f63e1cb19127bbf5b5bbe91366cfce2df5c53e
|
4
|
+
data.tar.gz: 31aa40e782753345f97245c3c97e7b3c3d2a6f12605a755dc8a3b0a9d6103155
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e2b437ddbd2e990a87727557fd71c5a4656541f92b03169daa5534e8b974dfafda6e8369acf18b9074611c91e30f8851d726aae24475cc7d111e52d23bbec2f
|
7
|
+
data.tar.gz: ed537fe6698d28d2d70e64d24410e1e567460e73b76d4a8859267f8280404939f1a86ed9756301b266506764116b1cbbb7c868c4319d8f42def60b043948fa2f
|
@@ -12,10 +12,3 @@ examples:
|
|
12
12
|
- date_variants: Variants
|
13
13
|
- date_alignment: Alignment
|
14
14
|
- date_unstyled: Unstyled
|
15
|
-
|
16
|
-
swift:
|
17
|
-
- date_default_swift: Default
|
18
|
-
- date_variants_swift: Variants
|
19
|
-
- date_alignment_swift: Alignment
|
20
|
-
- date_unstyled_swift: Unstyled
|
21
|
-
- date_props_swift: ""
|
@@ -12,9 +12,3 @@ examples:
|
|
12
12
|
- home_address_street_modified: Modified
|
13
13
|
- home_address_street_link: Link
|
14
14
|
|
15
|
-
swift:
|
16
|
-
- home_address_street_default_swift: Default
|
17
|
-
- home_address_street_emphasis_swift: Emphasis
|
18
|
-
- home_address_street_modified_swift: Modified
|
19
|
-
- home_address_street_link_swift: Link
|
20
|
-
- home_address_street_props_swift: ""
|
@@ -2,61 +2,113 @@
|
|
2
2
|
@import "../tokens/opacity";
|
3
3
|
@import "../tokens/spacing";
|
4
4
|
|
5
|
-
$pb_star_rating_number_width: 30px;
|
6
|
-
$pb_star_rating_wrapper_width: 90px;
|
7
|
-
$pb_star_rating_height: 26px;
|
8
5
|
|
9
|
-
[class
|
10
|
-
|
11
|
-
|
6
|
+
[class*=pb_star_rating_kit] {
|
7
|
+
display: flex;
|
8
|
+
align-items: flex-end;
|
12
9
|
justify-content: flex-start;
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
10
|
+
|
11
|
+
path {
|
12
|
+
&.suble_star_dark {
|
13
|
+
fill: $text_dk_default;
|
14
|
+
}
|
15
|
+
&.suble_star_light {
|
16
|
+
fill: $text_lt_default;
|
17
|
+
}
|
18
|
+
&.outline_star_dark {
|
19
|
+
stroke: $text_dk_lighter;
|
20
|
+
}
|
21
|
+
&.outline_star_light {
|
22
|
+
stroke: $text_lt_lighter;
|
23
|
+
}
|
24
|
+
&.empty_star_dark {
|
25
|
+
fill: $border_dark;
|
26
|
+
}
|
27
|
+
&.empty_star_light {
|
28
|
+
fill: $border_light;
|
29
|
+
}
|
30
|
+
}
|
31
|
+
|
32
|
+
.pb_star_rating_number_xs {
|
33
|
+
max-height: 14px;
|
34
|
+
}
|
35
|
+
|
36
|
+
.pb_star_rating_number_sm {
|
37
|
+
max-height: 14px;
|
38
|
+
}
|
39
|
+
|
40
|
+
.pb_star_rating_number_md {
|
41
|
+
max-height: 24px;
|
42
|
+
}
|
43
|
+
|
44
|
+
.pb_star_rating_number_lg {
|
45
|
+
max-height: 40px;
|
46
|
+
height: 29px;
|
47
|
+
}
|
48
|
+
|
49
|
+
|
50
|
+
$star-styles: (
|
51
|
+
yellow_star: (color: #F9BB00),
|
52
|
+
primary_star: (color: #0056CF),
|
53
|
+
suble_star_light: (color: $text_lt_default),
|
54
|
+
suble_star_dark: (color: $text_dk_default),
|
55
|
+
empty_star_dark: (color: $border_dark),
|
56
|
+
empty_star_light: (color: $border_light),
|
57
|
+
outline_empty_star_dark: (color: transparent),
|
58
|
+
outline_empty_star_light: (color: transparent)
|
59
|
+
);
|
60
|
+
|
61
|
+
@each $class, $styles in $star-styles {
|
62
|
+
.#{$class} {
|
63
|
+
@each $property, $value in $styles {
|
64
|
+
#{$property}: $value;
|
65
|
+
}
|
66
|
+
}
|
67
|
+
}
|
68
|
+
|
69
|
+
|
70
|
+
$star-styles: (
|
71
|
+
pb_star_react_xs: (font-size: $text_small, ),
|
72
|
+
pb_star_react_sm: (font-size: $text_base, ),
|
73
|
+
pb_star_react_md: (font-size: 24px, ),
|
74
|
+
pb_star_react_lg: (font-size: 48px, )
|
75
|
+
);
|
76
|
+
|
77
|
+
@each $class, $styles in $star-styles {
|
78
|
+
.#{$class} {
|
79
|
+
@each $property, $value in $styles {
|
80
|
+
#{$property}: $value;
|
81
|
+
}
|
82
|
+
}
|
83
|
+
}
|
84
|
+
|
85
|
+
$star-styles: (
|
86
|
+
pb_star_xs: (font-size: $text_small, width: 1em, margin-right: 4px),
|
87
|
+
pb_star_sm: (font-size: $text_base, width: 1em, margin-right: 4px),
|
88
|
+
pb_star_md: (font-size: 24px, width: 1em, margin-right: 6px),
|
89
|
+
pb_star_lg: (font-size: 48px, width: 1em, margin-right: 12px)
|
90
|
+
);
|
91
|
+
|
92
|
+
@each $class, $styles in $star-styles {
|
93
|
+
.#{$class} {
|
94
|
+
@each $property, $value in $styles {
|
95
|
+
#{$property}: $value;
|
96
|
+
}
|
97
|
+
}
|
98
|
+
}
|
99
|
+
|
100
|
+
$star-padding: (
|
101
|
+
pb_star_padding_xs: (margin-right: 4px),
|
102
|
+
pb_star_padding_sm: (margin-right: 4px),
|
103
|
+
pb_star_padding_md: (margin-right: 6px),
|
104
|
+
pb_star_padding_lg: (margin-right: 12px)
|
105
|
+
);
|
106
|
+
|
107
|
+
@each $class, $styles in $star-padding {
|
108
|
+
.#{$class} {
|
109
|
+
@each $property, $value in $styles {
|
110
|
+
#{$property}: $value;
|
111
|
+
}
|
60
112
|
}
|
61
113
|
}
|
62
114
|
}
|
@@ -1,44 +1,87 @@
|
|
1
1
|
import React from "react"
|
2
2
|
import classnames from "classnames"
|
3
3
|
|
4
|
-
import { buildAriaProps, buildDataProps, buildHtmlProps } from
|
4
|
+
import { buildAriaProps, buildCss, buildDataProps, buildHtmlProps } from '../utilities/props'
|
5
|
+
import { globalProps, GlobalProps } from '../utilities/globalProps'
|
5
6
|
|
6
|
-
import
|
7
|
+
import Caption from '../pb_caption/_caption'
|
8
|
+
import Body from '../pb_body/_body'
|
9
|
+
import Title from '../pb_title/_title'
|
10
|
+
import Icon from '../pb_icon/_icon'
|
11
|
+
import Flex from '../pb_flex/_flex'
|
7
12
|
|
8
13
|
type StarRatingProps = {
|
9
14
|
aria?: {[key: string]: string},
|
10
15
|
className?: string,
|
11
16
|
data?: object,
|
17
|
+
dark?: boolean,
|
12
18
|
fixedWidth?: boolean,
|
13
|
-
|
19
|
+
layoutOption?: "default" | "number" | "onestar",
|
14
20
|
htmlOptions?: {[key: string]: string | number | boolean | Function},
|
15
21
|
icon?: string,
|
16
22
|
id?: string,
|
17
23
|
rating: number,
|
18
|
-
|
24
|
+
denominator: number,
|
25
|
+
colorOption?: "yellow" | "primary" | "subtle" | "outline",
|
26
|
+
backgroundType?: "fill" | "outline",
|
27
|
+
size?: "xs" | "sm" | "md" | "lg";
|
28
|
+
} & GlobalProps
|
19
29
|
|
20
|
-
const StarRating = ({
|
30
|
+
const StarRating = (props: StarRatingProps) => {
|
31
|
+
const {
|
21
32
|
aria = {},
|
22
33
|
className,
|
23
34
|
data = {},
|
35
|
+
dark = false,
|
36
|
+
layoutOption = "default",
|
24
37
|
htmlOptions = {},
|
25
|
-
hideRating = false,
|
26
38
|
id,
|
27
39
|
rating = 0,
|
28
|
-
|
40
|
+
denominator = 5,
|
41
|
+
colorOption = "yellow",
|
42
|
+
backgroundType = "fill",
|
43
|
+
size = "sm",
|
44
|
+
} = props
|
45
|
+
|
46
|
+
const classes = classnames(buildCss('pb_star_rating_kit'), globalProps(props), className)
|
29
47
|
const ariaProps = buildAriaProps(aria)
|
30
48
|
const dataProps = buildDataProps(data)
|
31
49
|
const htmlProps = buildHtmlProps(htmlOptions)
|
32
|
-
const
|
33
|
-
|
34
|
-
|
50
|
+
const denominatorStyle = layoutOption === "onestar" ? 1 : denominator
|
51
|
+
const activeStars = Math.round(rating) > denominatorStyle ? denominatorStyle : Math.round(rating)
|
52
|
+
const emptyStars = denominatorStyle - Math.round(rating) < 0 ? 0 : denominatorStyle - Math.round(rating)
|
53
|
+
// let iconSize = ``
|
54
|
+
let iconSize = `pb_star_${size}`
|
55
|
+
// let iconDivClass = `pb_star_padding_${size}`
|
56
|
+
|
57
|
+
const starYellow = (
|
58
|
+
<svg className="iamyellow" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
59
|
+
<path fillRule="evenodd" clipRule="evenodd" 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" fill="#F9BB00"/>
|
60
|
+
</svg>
|
61
|
+
)
|
62
|
+
|
63
|
+
const starPrimary = (
|
64
|
+
<svg viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
65
|
+
<path fillRule="evenodd" clipRule="evenodd" 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" fill="#0056CF"/>
|
66
|
+
</svg>
|
67
|
+
);
|
35
68
|
|
36
|
-
const
|
37
|
-
|
69
|
+
const starSubtle = (
|
70
|
+
<svg viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
71
|
+
<path className={dark === true ? "suble_star_dark" : "suble_star_light"} fillRule="evenodd" clipRule="evenodd" 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" />
|
72
|
+
</svg>
|
73
|
+
);
|
74
|
+
|
75
|
+
const starBackground = (
|
76
|
+
<svg viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
77
|
+
<path className={dark === true ? "empty_star_dark" : "empty_star_light"} fillRule="evenodd" clipRule="evenodd" d="M9.31126 0.4371C9.18638 0.187329 8.93661 0 8.62439 0C8.3434 0 8.09363 0.187329 7.96874 0.4371L5.81446 4.83932L1.03758 5.55742C0.756585 5.58864 0.538035 5.80719 0.444371 6.05696C0.350706 6.33795 0.413149 6.61895 0.631699 6.8375L4.09728 10.2719L3.2543 15.1112C3.22308 15.3922 3.34797 15.7044 3.56652 15.8605C3.81629 16.0166 4.09728 16.0478 4.34705 15.9229L8.62439 13.6126L12.9017 15.9229C13.1515 16.0478 13.4637 16.0166 13.7135 15.8605C13.932 15.7044 14.0569 15.3922 13.9945 15.1112L13.1827 10.2719L16.6483 6.8375C16.8669 6.61895 16.9293 6.33795 16.8356 6.05696C16.742 5.80719 16.5234 5.58864 16.2424 5.55742L11.4655 4.83932L9.31126 0.4371Z" />
|
78
|
+
</svg>
|
38
79
|
)
|
39
80
|
|
40
|
-
const
|
41
|
-
|
81
|
+
const starOutline = (
|
82
|
+
<svg viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
83
|
+
<path className={dark === true ? "outline_star_dark" : "outline_star_light"} 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.48394L12.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.910311 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"/>
|
84
|
+
</svg>
|
42
85
|
)
|
43
86
|
|
44
87
|
return (
|
@@ -46,56 +89,130 @@ const StarRating = ({
|
|
46
89
|
{...ariaProps}
|
47
90
|
{...dataProps}
|
48
91
|
{...htmlProps}
|
49
|
-
className={
|
92
|
+
className={classes}
|
50
93
|
id={id}
|
51
94
|
>
|
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
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
95
|
+
{layoutOption === "number" && (
|
96
|
+
<>
|
97
|
+
{size === 'xs' && (
|
98
|
+
<Caption
|
99
|
+
text={rating.toString()}
|
100
|
+
size="xs"
|
101
|
+
paddingRight="xs"
|
102
|
+
dark={dark}
|
103
|
+
className="pb_star_rating_number_sm"
|
104
|
+
/>
|
105
|
+
)}
|
106
|
+
{size === 'sm' && (
|
107
|
+
<Caption
|
108
|
+
text={rating.toString()}
|
109
|
+
size="xs"
|
110
|
+
paddingRight="xs"
|
111
|
+
dark={dark}
|
112
|
+
className="pb_star_rating_number_sm"
|
113
|
+
/>
|
114
|
+
)}
|
115
|
+
{size === 'md' && (
|
116
|
+
<Body
|
117
|
+
text={rating.toString()}
|
118
|
+
paddingRight="xs"
|
119
|
+
dark={dark}
|
120
|
+
className="pb_star_rating_number_md"
|
121
|
+
/>
|
122
|
+
)}
|
123
|
+
{size === 'lg' && (
|
124
|
+
<Title
|
125
|
+
text={rating.toString()}
|
126
|
+
size={2}
|
127
|
+
paddingRight="sm"
|
128
|
+
dark={dark}
|
129
|
+
className="pb_star_rating_number_lg"
|
130
|
+
/>
|
131
|
+
)}
|
132
|
+
</>
|
133
|
+
)}
|
134
|
+
<Flex className="star_flex_area">
|
135
|
+
{[...Array(activeStars)].map((_, index) => (
|
136
|
+
<React.Fragment key={index}>
|
137
|
+
{colorOption === 'yellow' && (
|
138
|
+
<Icon
|
139
|
+
// @ts-ignore
|
140
|
+
customIcon={starYellow}
|
141
|
+
className={iconSize}
|
142
|
+
/>
|
143
|
+
) }
|
144
|
+
{colorOption === 'primary' && (
|
145
|
+
<Icon
|
146
|
+
// @ts-ignore
|
147
|
+
customIcon={starPrimary}
|
148
|
+
className={iconSize}
|
149
|
+
/>
|
150
|
+
) }
|
151
|
+
{colorOption === 'subtle' && (
|
152
|
+
<Icon
|
153
|
+
// @ts-ignore
|
154
|
+
customIcon={starSubtle}
|
155
|
+
className={iconSize}
|
156
|
+
/>
|
157
|
+
) }
|
158
|
+
</React.Fragment>
|
159
|
+
))}
|
160
|
+
{[...Array(emptyStars)].map((_, index) => (
|
161
|
+
<React.Fragment key={index}>
|
162
|
+
{backgroundType === 'outline' && (
|
163
|
+
<Icon
|
164
|
+
// @ts-ignore
|
165
|
+
customIcon={starOutline}
|
166
|
+
className={iconSize}
|
167
|
+
/>
|
168
|
+
) }
|
169
|
+
{backgroundType !== 'outline' && (
|
170
|
+
<Icon
|
171
|
+
// @ts-ignore
|
172
|
+
customIcon={starBackground}
|
173
|
+
className={iconSize}
|
174
|
+
/>
|
175
|
+
) }
|
176
|
+
</React.Fragment>
|
177
|
+
))}
|
178
|
+
</Flex>
|
179
|
+
{layoutOption === "onestar" && (
|
180
|
+
<>
|
181
|
+
{size === 'xs' && (
|
182
|
+
<Caption
|
183
|
+
text={`${rating.toString()} of ${denominator}`}
|
184
|
+
size="sm"
|
185
|
+
dark={dark}
|
186
|
+
className="pb_star_rating_number_sm"
|
187
|
+
/>
|
188
|
+
)}
|
189
|
+
{size === 'sm' && (
|
190
|
+
<Caption
|
191
|
+
text={`${rating.toString()} of ${denominator}`}
|
192
|
+
size="sm"
|
193
|
+
dark={dark}
|
194
|
+
className="pb_star_rating_number_sm"
|
195
|
+
/>
|
196
|
+
)}
|
197
|
+
{size === 'md' && (
|
198
|
+
<Body
|
199
|
+
text={`${rating.toString()} of ${denominator}`}
|
200
|
+
dark={dark}
|
201
|
+
className="pb_star_rating_number_md"
|
202
|
+
/>
|
203
|
+
)}
|
204
|
+
{size === 'lg' && (
|
205
|
+
<Title
|
206
|
+
text={`${rating.toString()} of ${denominator}`}
|
207
|
+
size={2}
|
208
|
+
dark={dark}
|
209
|
+
className="pb_star_rating_number_lg"
|
210
|
+
/>
|
211
|
+
)}
|
212
|
+
</>
|
213
|
+
)}
|
96
214
|
</div>
|
97
|
-
|
98
|
-
|
99
|
-
}
|
215
|
+
)
|
216
|
+
}
|
100
217
|
|
101
218
|
export default StarRating
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import React from 'react'
|
2
|
+
|
3
|
+
import StarRating from '../_star_rating'
|
4
|
+
|
5
|
+
const StarRatingBackgroundOptions = (props) => (
|
6
|
+
<>
|
7
|
+
|
8
|
+
<StarRating
|
9
|
+
paddingBottom="xs"
|
10
|
+
rating={3}
|
11
|
+
{...props}
|
12
|
+
/>
|
13
|
+
|
14
|
+
|
15
|
+
<StarRating
|
16
|
+
backgroundType='outline'
|
17
|
+
paddingBottom="xs"
|
18
|
+
rating={3}
|
19
|
+
{...props}
|
20
|
+
/>
|
21
|
+
|
22
|
+
</>
|
23
|
+
)
|
24
|
+
|
25
|
+
export default StarRatingBackgroundOptions
|
@@ -0,0 +1,3 @@
|
|
1
|
+
<%= pb_rails("star_rating", props: { rating: 3, padding_bottom: "xs" }) %>
|
2
|
+
<%= pb_rails("star_rating", props: { rating: 3, color_option: "primary", padding_bottom: "xs" }) %>
|
3
|
+
<%= pb_rails("star_rating", props: { rating: 3, color_option: "subtle", padding_bottom: "xs" }) %>
|
@@ -0,0 +1,31 @@
|
|
1
|
+
import React from 'react'
|
2
|
+
|
3
|
+
import StarRating from '../_star_rating'
|
4
|
+
|
5
|
+
const StarRatingColorOptions = (props) => (
|
6
|
+
<>
|
7
|
+
|
8
|
+
<StarRating
|
9
|
+
paddingBottom="xs"
|
10
|
+
rating={3}
|
11
|
+
{...props}
|
12
|
+
/>
|
13
|
+
|
14
|
+
<StarRating
|
15
|
+
colorOption='primary'
|
16
|
+
paddingBottom="xs"
|
17
|
+
rating={3}
|
18
|
+
{...props}
|
19
|
+
/>
|
20
|
+
|
21
|
+
<StarRating
|
22
|
+
colorOption='subtle'
|
23
|
+
paddingBottom="xs"
|
24
|
+
rating={3}
|
25
|
+
{...props}
|
26
|
+
/>
|
27
|
+
|
28
|
+
</>
|
29
|
+
)
|
30
|
+
|
31
|
+
export default StarRatingColorOptions
|
@@ -1,13 +1,11 @@
|
|
1
|
-
<%= pb_rails("star_rating") %>
|
1
|
+
<%= pb_rails("star_rating", props: { padding_bottom: "xs" }) %>
|
2
2
|
|
3
|
-
|
3
|
+
<%= pb_rails("star_rating", props: { rating: 1, padding_bottom: "xs" }) %>
|
4
4
|
|
5
|
-
<%= pb_rails("star_rating", props: { rating:
|
5
|
+
<%= pb_rails("star_rating", props: { rating: 2, padding_bottom: "xs" }) %>
|
6
6
|
|
7
|
-
|
7
|
+
<%= pb_rails("star_rating", props: { rating: 3, padding_bottom: "xs" }) %>
|
8
8
|
|
9
|
-
<%= pb_rails("star_rating", props: { rating:
|
9
|
+
<%= pb_rails("star_rating", props: { rating: 4, padding_bottom: "xs" }) %>
|
10
10
|
|
11
|
-
|
12
|
-
|
13
|
-
<%= pb_rails("star_rating", props: { rating: 5 }) %>
|
11
|
+
<%= pb_rails("star_rating", props: { rating: 5, padding_bottom: "xs" }) %>
|
@@ -4,25 +4,38 @@ import StarRating from '../_star_rating'
|
|
4
4
|
|
5
5
|
const StarRatingDefault = (props) => (
|
6
6
|
<>
|
7
|
-
<StarRating
|
7
|
+
<StarRating
|
8
|
+
paddingBottom="xs"
|
9
|
+
{...props}
|
10
|
+
/>
|
8
11
|
|
9
|
-
<br />
|
10
12
|
|
11
13
|
<StarRating
|
12
|
-
|
14
|
+
paddingBottom="xs"
|
15
|
+
rating={0.9}
|
13
16
|
{...props}
|
14
17
|
/>
|
15
18
|
|
16
|
-
<br />
|
17
|
-
|
18
19
|
<StarRating
|
20
|
+
paddingBottom="xs"
|
19
21
|
rating={1.5}
|
20
22
|
{...props}
|
21
23
|
/>
|
22
24
|
|
23
|
-
<
|
25
|
+
<StarRating
|
26
|
+
paddingBottom="xs"
|
27
|
+
rating={3}
|
28
|
+
{...props}
|
29
|
+
/>
|
30
|
+
|
31
|
+
<StarRating
|
32
|
+
paddingBottom="xs"
|
33
|
+
rating={4.2}
|
34
|
+
{...props}
|
35
|
+
/>
|
24
36
|
|
25
37
|
<StarRating
|
38
|
+
paddingBottom="xs"
|
26
39
|
rating={5}
|
27
40
|
{...props}
|
28
41
|
/>
|
@@ -1 +1,3 @@
|
|
1
|
-
<%= pb_rails("star_rating", props: { rating: 3
|
1
|
+
<%= pb_rails("star_rating", props: { rating: 3, padding_bottom: "xs" }) %>
|
2
|
+
<%= pb_rails("star_rating", props: { rating: 3, layout_option: "number", padding_bottom: "xs" }) %>
|
3
|
+
<%= pb_rails("star_rating", props: { rating: 3, layout_option: "onestar", padding_bottom: "xs" }) %>
|