playbook_ui 14.6.2.pre.alpha.PLAY1613darkdatetimecolors4432 → 14.6.2.pre.alpha.PLAY15814348
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.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/_playbook.scss +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/Components/CustomCell.tsx +1 -8
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +28 -21
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +1 -37
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_custom_cell.jsx +2 -13
- data/app/pb_kits/playbook/pb_card/_card.tsx +3 -2
- data/app/pb_kits/playbook/pb_card/docs/_card_light.jsx +17 -3
- data/app/pb_kits/playbook/pb_date/_date.scss +0 -3
- data/app/pb_kits/playbook/pb_dropdown/_dropdown.tsx +7 -8
- data/app/pb_kits/playbook/pb_form_pill/_form_pill.scss +2 -6
- data/app/pb_kits/playbook/pb_form_pill/_form_pill.tsx +26 -30
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text.html.erb +1 -24
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text.jsx +2 -25
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text.md +1 -0
- data/app/pb_kits/playbook/pb_form_pill/form_pill.html.erb +8 -46
- data/app/pb_kits/playbook/pb_timeline/_item.tsx +23 -59
- data/app/pb_kits/playbook/pb_timeline/_timeline.tsx +0 -8
- data/app/pb_kits/playbook/pb_timeline/docs/example.yml +1 -2
- data/app/pb_kits/playbook/pb_timeline/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_timeline/item.html.erb +21 -17
- data/app/pb_kits/playbook/pb_timeline/item.rb +0 -4
- data/app/pb_kits/playbook/pb_timeline/timeline.test.js +0 -84
- data/app/pb_kits/playbook/utilities/_hover.scss +43 -46
- data/app/pb_kits/playbook/utilities/globalPropNames.mjs +0 -1
- data/app/pb_kits/playbook/utilities/globalProps.ts +0 -5
- data/dist/chunks/_typeahead-BtdghxJo.js +22 -0
- data/dist/chunks/_weekday_stacked-D1RoR5CN.js +45 -0
- data/dist/chunks/vendor.js +1 -1
- data/dist/menu.yml +1 -4
- data/dist/playbook-doc.js +1 -1
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/hover.rb +1 -4
- data/lib/playbook/kit_base.rb +15 -33
- data/lib/playbook/version.rb +1 -1
- metadata +5 -37
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_rails.md +0 -3
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_react.md +0 -1
- data/app/pb_kits/playbook/pb_skeleton_loading/_skeleton_loading.scss +0 -37
- data/app/pb_kits/playbook/pb_skeleton_loading/_skeleton_loading.tsx +0 -67
- data/app/pb_kits/playbook/pb_skeleton_loading/_skeleton_loading_mixins.scss +0 -40
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_border_radius.jsx +0 -51
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_border_radius.md +0 -1
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_color.jsx +0 -26
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_color.md +0 -1
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_default.html.erb +0 -1
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_default.jsx +0 -11
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_height_width.jsx +0 -59
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_height_width.md +0 -3
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_layout.jsx +0 -20
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_layout.md +0 -3
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/example.yml +0 -13
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/index.js +0 -5
- data/app/pb_kits/playbook/pb_skeleton_loading/skeleton_loading.html.erb +0 -12
- data/app/pb_kits/playbook/pb_skeleton_loading/skeleton_loading.rb +0 -8
- data/app/pb_kits/playbook/pb_skeleton_loading/skeleton_loading.test.jsx +0 -81
- data/app/pb_kits/playbook/pb_timeline/detail.html.erb +0 -3
- data/app/pb_kits/playbook/pb_timeline/detail.rb +0 -11
- data/app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb +0 -43
- data/app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.jsx +0 -68
- data/app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.md +0 -2
- data/app/pb_kits/playbook/pb_timeline/label.html.erb +0 -12
- data/app/pb_kits/playbook/pb_timeline/label.rb +0 -13
- data/app/pb_kits/playbook/pb_timeline/step.html.erb +0 -14
- data/app/pb_kits/playbook/pb_timeline/step.rb +0 -16
- data/app/pb_kits/playbook/pb_timeline/subcomponents/Detail.tsx +0 -29
- data/app/pb_kits/playbook/pb_timeline/subcomponents/Label.tsx +0 -38
- data/app/pb_kits/playbook/pb_timeline/subcomponents/Step.tsx +0 -42
- data/app/pb_kits/playbook/pb_timeline/subcomponents/index.tsx +0 -3
- data/dist/chunks/_typeahead-DhLic2Fe.js +0 -22
- data/dist/chunks/_weekday_stacked-Mx8TYP5I.js +0 -45
@@ -1,15 +1,12 @@
|
|
1
1
|
import React from 'react'
|
2
2
|
import classnames from 'classnames'
|
3
|
+
|
3
4
|
import { buildCss, buildHtmlProps } from '../utilities/props'
|
4
|
-
import { globalProps, GlobalProps } from "../utilities/globalProps"
|
5
|
+
import { globalProps, GlobalProps } from "../utilities/globalProps";
|
5
6
|
|
6
7
|
import DateStacked from '../pb_date_stacked/_date_stacked'
|
7
8
|
import IconCircle from '../pb_icon_circle/_icon_circle'
|
8
9
|
|
9
|
-
import TimelineLabel from './subcomponents/Label'
|
10
|
-
import TimelineStep from './subcomponents/Step'
|
11
|
-
import TimelineDetail from './subcomponents/Detail'
|
12
|
-
|
13
10
|
type ItemProps = {
|
14
11
|
className?: string,
|
15
12
|
children?: React.ReactNode[] | React.ReactNode,
|
@@ -20,13 +17,6 @@ type ItemProps = {
|
|
20
17
|
lineStyle?: 'solid' | 'dotted',
|
21
18
|
} & GlobalProps
|
22
19
|
|
23
|
-
function isElementOfType<P>(
|
24
|
-
element: React.ReactNode,
|
25
|
-
component: React.ComponentType<P>
|
26
|
-
): element is React.ReactElement<P> {
|
27
|
-
return React.isValidElement<P>(element) && element.type === component
|
28
|
-
}
|
29
|
-
|
30
20
|
const TimelineItem = ({
|
31
21
|
className,
|
32
22
|
children,
|
@@ -41,57 +31,31 @@ const TimelineItem = ({
|
|
41
31
|
|
42
32
|
const htmlProps = buildHtmlProps(htmlOptions)
|
43
33
|
|
44
|
-
const childrenArray = React.Children.toArray(children)
|
45
|
-
|
46
|
-
const labelChild = childrenArray.find(
|
47
|
-
(child): child is React.ReactElement => isElementOfType(child, TimelineLabel)
|
48
|
-
)
|
49
|
-
|
50
|
-
const stepChild = childrenArray.find(
|
51
|
-
(child): child is React.ReactElement => isElementOfType(child, TimelineStep)
|
52
|
-
)
|
53
|
-
|
54
|
-
const detailChild = childrenArray.find(
|
55
|
-
(child): child is React.ReactElement => isElementOfType(child, TimelineDetail)
|
56
|
-
)
|
57
|
-
|
58
|
-
const otherChildren = childrenArray.filter(
|
59
|
-
(child) =>
|
60
|
-
!isElementOfType(child, TimelineLabel) &&
|
61
|
-
!isElementOfType(child, TimelineStep) &&
|
62
|
-
!isElementOfType(child, TimelineDetail)
|
63
|
-
)
|
64
|
-
|
65
34
|
return (
|
66
|
-
<div
|
35
|
+
<div
|
67
36
|
{...htmlProps}
|
68
37
|
className={classnames(timelineItemCss, globalProps(props), className)}
|
69
38
|
>
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
{detailChild || (
|
91
|
-
<div className="pb_timeline_item_right_block">
|
92
|
-
{ otherChildren }
|
93
|
-
</div>
|
94
|
-
)}
|
39
|
+
<div className="pb_timeline_item_left_block">
|
40
|
+
{date &&
|
41
|
+
<DateStacked
|
42
|
+
align="center"
|
43
|
+
date={date}
|
44
|
+
size="sm"
|
45
|
+
/>
|
46
|
+
}
|
47
|
+
</div>
|
48
|
+
<div className="pb_timeline_item_step">
|
49
|
+
<IconCircle
|
50
|
+
icon={icon}
|
51
|
+
size="xs"
|
52
|
+
variant={iconColor}
|
53
|
+
/>
|
54
|
+
<div className="pb_timeline_item_connector" />
|
55
|
+
</div>
|
56
|
+
<div className="pb_timeline_item_right_block">
|
57
|
+
{children}
|
58
|
+
</div>
|
95
59
|
</div>
|
96
60
|
)
|
97
61
|
}
|
@@ -5,11 +5,6 @@ import { buildAriaProps, buildCss, buildDataProps, buildHtmlProps } from '../uti
|
|
5
5
|
import { GlobalProps, globalProps } from '../utilities/globalProps'
|
6
6
|
|
7
7
|
import TimelineItem from './_item'
|
8
|
-
import {
|
9
|
-
TimelineStep,
|
10
|
-
TimelineLabel,
|
11
|
-
TimelineDetail,
|
12
|
-
} from './subcomponents'
|
13
8
|
|
14
9
|
type TimelineProps = {
|
15
10
|
aria?: { [key: string]: string },
|
@@ -52,8 +47,5 @@ const Timeline = ({
|
|
52
47
|
}
|
53
48
|
|
54
49
|
Timeline.Item = TimelineItem
|
55
|
-
Timeline.Step = TimelineStep
|
56
|
-
Timeline.Label = TimelineLabel
|
57
|
-
Timeline.Detail = TimelineDetail
|
58
50
|
|
59
51
|
export default Timeline
|
@@ -4,11 +4,10 @@ examples:
|
|
4
4
|
- timeline_default: Default
|
5
5
|
- timeline_vertical: Vertical
|
6
6
|
- timeline_with_date: With Date
|
7
|
-
- timeline_with_children: With Children
|
8
7
|
|
9
8
|
|
10
9
|
react:
|
11
10
|
- timeline_default: Default
|
12
11
|
- timeline_vertical: Vertical
|
13
12
|
- timeline_with_date: With Date
|
14
|
-
|
13
|
+
|
@@ -1,4 +1,3 @@
|
|
1
1
|
export { default as TimelineDefault } from './_timeline_default.jsx'
|
2
2
|
export { default as TimelineVertical } from './_timeline_vertical.jsx'
|
3
3
|
export { default as TimelineWithDate } from './_timeline_with_date.jsx'
|
4
|
-
export { default as TimelineWithChildren } from './_timeline_with_children.jsx'
|
@@ -1,21 +1,25 @@
|
|
1
1
|
<%= pb_content_tag do %>
|
2
|
-
<% if label %>
|
3
|
-
<%= label %>
|
4
|
-
<% else %>
|
5
|
-
<%= pb_rails("timeline/label", props: { date: date }) %>
|
6
|
-
<% end %>
|
7
2
|
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
<%= detail%>
|
16
|
-
<% else %>
|
17
|
-
<%= pb_rails("timeline/detail") do %>
|
18
|
-
<%= content %>
|
3
|
+
<div class="pb_timeline_item_left_block">
|
4
|
+
<% if object.date.present? %>
|
5
|
+
<%= pb_rails("date_stacked", props: {
|
6
|
+
date: object.date,
|
7
|
+
size: "sm",
|
8
|
+
align: "center"
|
9
|
+
}) %>
|
19
10
|
<% end %>
|
20
|
-
|
11
|
+
</div>
|
12
|
+
|
13
|
+
<div class="pb_timeline_item_step">
|
14
|
+
<%= pb_rails("icon_circle", props: {
|
15
|
+
icon: object.icon,
|
16
|
+
variant: object.icon_color,
|
17
|
+
size: "xs"
|
18
|
+
}) %>
|
19
|
+
<div class="pb_timeline_item_connector"></div>
|
20
|
+
</div>
|
21
|
+
|
22
|
+
<div class="pb_timeline_item_right_block">
|
23
|
+
<%= content.presence %>
|
24
|
+
</div>
|
21
25
|
<% end %>
|
@@ -2,10 +2,6 @@ import React from 'react'
|
|
2
2
|
import { render, screen } from '../utilities/test-utils'
|
3
3
|
|
4
4
|
import Timeline from './_timeline'
|
5
|
-
import TimelineItem from './_item'
|
6
|
-
import TimelineLabel from './subcomponents/Label'
|
7
|
-
import TimelineStep from './subcomponents/Step'
|
8
|
-
import TimelineDetail from './subcomponents/Detail'
|
9
5
|
import TitleDetail from '../pb_title_detail/_title_detail'
|
10
6
|
|
11
7
|
const testId = 'timeline'
|
@@ -47,91 +43,18 @@ const TimelineDefault = (props) => (
|
|
47
43
|
</>
|
48
44
|
)
|
49
45
|
|
50
|
-
const TimelineWithChildren = (props) => (
|
51
|
-
<>
|
52
|
-
<Timeline
|
53
|
-
className={className}
|
54
|
-
data={{ testid: testId }}
|
55
|
-
orientation="horizontal"
|
56
|
-
showDate
|
57
|
-
{...props}
|
58
|
-
>
|
59
|
-
<TimelineItem lineStyle="solid"
|
60
|
-
{...props}
|
61
|
-
>
|
62
|
-
<TimelineLabel date={new Date()} />
|
63
|
-
<TimelineStep icon="user"
|
64
|
-
iconColor="royal"
|
65
|
-
/>
|
66
|
-
<TimelineDetail>
|
67
|
-
<TitleDetail
|
68
|
-
detail="37-27 74th Street"
|
69
|
-
title="Jackson Heights"
|
70
|
-
{...props}
|
71
|
-
/>
|
72
|
-
</TimelineDetail>
|
73
|
-
</TimelineItem>
|
74
|
-
|
75
|
-
<TimelineItem lineStyle="dotted"
|
76
|
-
{...props}
|
77
|
-
>
|
78
|
-
<TimelineStep icon="check"
|
79
|
-
iconColor="teal"
|
80
|
-
/>
|
81
|
-
<TimelineDetail>
|
82
|
-
<TitleDetail
|
83
|
-
detail="81 Gate St Brooklyn"
|
84
|
-
title="Greenpoint"
|
85
|
-
{...props}
|
86
|
-
/>
|
87
|
-
</TimelineDetail>
|
88
|
-
</TimelineItem>
|
89
|
-
|
90
|
-
<TimelineItem lineStyle="solid"
|
91
|
-
{...props}
|
92
|
-
>
|
93
|
-
<TimelineLabel
|
94
|
-
date={new Date(new Date().setDate(new Date().getDate() + 1))}
|
95
|
-
/>
|
96
|
-
<TimelineStep icon="map-marker-alt"
|
97
|
-
iconColor="purple"
|
98
|
-
/>
|
99
|
-
<TimelineDetail>
|
100
|
-
<TitleDetail
|
101
|
-
detail="72 E St Astoria"
|
102
|
-
title="Society Hill"
|
103
|
-
{...props}
|
104
|
-
/>
|
105
|
-
</TimelineDetail>
|
106
|
-
</TimelineItem>
|
107
|
-
</Timeline>
|
108
|
-
</>
|
109
|
-
)
|
110
|
-
|
111
46
|
test('should pass data prop', () => {
|
112
47
|
render(<TimelineDefault />)
|
113
48
|
const kit = screen.getByTestId(testId)
|
114
49
|
expect(kit).toBeInTheDocument()
|
115
50
|
})
|
116
51
|
|
117
|
-
test('should pass data prop using children', () => {
|
118
|
-
render(<TimelineWithChildren />)
|
119
|
-
const kit = screen.getByTestId(testId)
|
120
|
-
expect(kit).toBeInTheDocument()
|
121
|
-
})
|
122
|
-
|
123
52
|
test('should pass className prop', () => {
|
124
53
|
render(<TimelineDefault />)
|
125
54
|
const kit = screen.getByTestId(testId)
|
126
55
|
expect(kit).toHaveClass(className)
|
127
56
|
})
|
128
57
|
|
129
|
-
test('should pass className prop with children', () => {
|
130
|
-
render(<TimelineWithChildren />)
|
131
|
-
const kit = screen.getByTestId(testId)
|
132
|
-
expect(kit).toHaveClass(className)
|
133
|
-
})
|
134
|
-
|
135
58
|
test('should pass aria prop', () => {
|
136
59
|
render(<TimelineDefault />)
|
137
60
|
const kit = screen.getByTestId(testId)
|
@@ -163,10 +86,3 @@ test('should pass showDate prop', () => {
|
|
163
86
|
const kit = screen.getByTestId(testId)
|
164
87
|
expect(kit).toHaveClass('pb_timeline_kit__horizontal__with_date')
|
165
88
|
})
|
166
|
-
|
167
|
-
test('should pass showDate prop with Children', () => {
|
168
|
-
const props = { showDate: true }
|
169
|
-
render(<TimelineWithChildren {...props} />)
|
170
|
-
const kit = screen.getByTestId(testId)
|
171
|
-
expect(kit).toHaveClass('pb_timeline_kit__horizontal__with_date')
|
172
|
-
})
|
@@ -1,54 +1,51 @@
|
|
1
1
|
@import "../tokens/exports/scale.module";
|
2
2
|
|
3
|
-
@mixin hover-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
3
|
+
@mixin hover-color-classes($colors-list) {
|
4
|
+
@each $name, $color in $colors-list {
|
5
|
+
.hover_background_#{"" + $name}:hover {
|
6
|
+
background-color: $color !important;
|
7
|
+
transition: background-color $transition-speed ease;
|
8
|
+
}
|
9
|
+
.hover_color_#{"" + $name}:hover {
|
10
|
+
color: $color !important;
|
11
|
+
transition: color $transition-speed ease;
|
12
|
+
}
|
9
13
|
}
|
10
14
|
}
|
11
|
-
|
12
|
-
|
13
|
-
@
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
transition: box-shadow $transition-speed ease;
|
15
|
+
|
16
|
+
@mixin hover-shadow-classes($shadows-list) {
|
17
|
+
@each $name, $shadow in $shadows-list {
|
18
|
+
.hover_#{"" + $name}:hover {
|
19
|
+
box-shadow: $shadow;
|
20
|
+
transition: box-shadow $transition-speed ease;
|
21
|
+
}
|
19
22
|
}
|
20
23
|
}
|
21
|
-
|
22
|
-
|
23
|
-
@
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
transition: background-color $transition-speed ease;
|
29
|
-
}
|
30
|
-
.hover_color_#{"" + $name}:hover,
|
31
|
-
.group_hover:hover .group_hover.hover_color_#{"" + $name} {
|
32
|
-
color: $color !important;
|
33
|
-
transition: color $transition-speed ease;
|
24
|
+
|
25
|
+
@mixin hover-scale-classes($scales-list) {
|
26
|
+
@each $name, $scale in $scales-list {
|
27
|
+
.hover_#{"" + $name}:hover {
|
28
|
+
transform: $scale;
|
29
|
+
transition: transform $transition-speed ease;
|
30
|
+
}
|
34
31
|
}
|
35
32
|
}
|
36
|
-
|
37
|
-
|
38
|
-
@include hover-scale-classes($scales);
|
39
|
-
@include hover-shadow-classes($box_shadows);
|
40
|
-
@include hover-color-classes($product_colors);
|
41
|
-
@include hover-color-classes($status_colors);
|
42
|
-
@include hover-color-classes($data_colors);
|
43
|
-
@include hover-color-classes($shadow_colors);
|
44
|
-
@include hover-color-classes($colors);
|
45
|
-
@include hover-color-classes($interface_colors);
|
46
|
-
@include hover-color-classes($main_colors);
|
47
|
-
@include hover-color-classes($background_colors);
|
48
|
-
@include hover-color-classes($card_colors);
|
49
|
-
@include hover-color-classes($active_colors);
|
50
|
-
@include hover-color-classes($action_colors);
|
51
|
-
@include hover-color-classes($hover_colors);
|
52
|
-
@include hover-color-classes($border_colors);
|
53
|
-
@include hover-color-classes($text_colors);
|
54
|
-
@include hover-color-classes($category_colors);
|
33
|
+
|
34
|
+
|
35
|
+
@include hover-scale-classes($scales);
|
36
|
+
@include hover-shadow-classes($box_shadows);
|
37
|
+
@include hover-color-classes($product_colors);
|
38
|
+
@include hover-color-classes($status_colors);
|
39
|
+
@include hover-color-classes($data_colors);
|
40
|
+
@include hover-color-classes($shadow_colors);
|
41
|
+
@include hover-color-classes($colors);
|
42
|
+
@include hover-color-classes($interface_colors);
|
43
|
+
@include hover-color-classes($main_colors);
|
44
|
+
@include hover-color-classes($background_colors);
|
45
|
+
@include hover-color-classes($card_colors);
|
46
|
+
@include hover-color-classes($active_colors);
|
47
|
+
@include hover-color-classes($action_colors);
|
48
|
+
@include hover-color-classes($hover_colors);
|
49
|
+
@include hover-color-classes($border_colors);
|
50
|
+
@include hover-color-classes($text_colors);
|
51
|
+
@include hover-color-classes($category_colors);
|
@@ -66,10 +66,6 @@ type Hover = Shadow & {
|
|
66
66
|
scale?: "sm" | "md" | "lg"
|
67
67
|
}
|
68
68
|
|
69
|
-
type GroupHover = {
|
70
|
-
groupHover?: boolean,
|
71
|
-
}
|
72
|
-
|
73
69
|
type JustifyContent = {
|
74
70
|
justifyContent?: Alignment & Space
|
75
71
|
}
|
@@ -225,7 +221,6 @@ const filterClassName = (value: string): string => {
|
|
225
221
|
// Prop categories
|
226
222
|
const PROP_CATEGORIES: {[key:string]: (props: {[key: string]: any}) => string} = {
|
227
223
|
|
228
|
-
groupHoverProps: ({ groupHover }: GroupHover ) => groupHover ? 'group_hover ' : '',
|
229
224
|
hoverProps: ({ hover }: { hover?: Hover }) => {
|
230
225
|
let css = '';
|
231
226
|
if (!hover) return css;
|