playbook_ui 14.5.0.pre.alpha.play1549upgradereactmodal4130 → 14.5.0.pre.alpha.play1586datearea4115
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/pb_multiple_users_stacked/_multiple_users_stacked.scss +65 -169
- data/app/pb_kits/playbook/pb_multiple_users_stacked/_multiple_users_stacked.test.js +5 -5
- data/app/pb_kits/playbook/pb_multiple_users_stacked/_multiple_users_stacked.tsx +9 -15
- data/app/pb_kits/playbook/pb_multiple_users_stacked/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_multiple_users_stacked/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_multiple_users_stacked/multiple_users_stacked.html.erb +6 -28
- data/app/pb_kits/playbook/pb_multiple_users_stacked/multiple_users_stacked.rb +1 -31
- data/app/pb_kits/playbook/pb_timeline/_date_area.tsx +38 -0
- data/app/pb_kits/playbook/pb_timeline/_detail_area.tsx +29 -0
- data/app/pb_kits/playbook/pb_timeline/_item.tsx +59 -23
- data/app/pb_kits/playbook/pb_timeline/_node_area.tsx +42 -0
- data/app/pb_kits/playbook/pb_timeline/date_area.html.erb +12 -0
- data/app/pb_kits/playbook/pb_timeline/date_area.rb +13 -0
- data/app/pb_kits/playbook/pb_timeline/detail_area.html.erb +3 -0
- data/app/pb_kits/playbook/pb_timeline/detail_area.rb +11 -0
- data/app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb +43 -0
- data/app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.jsx +72 -0
- data/app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.md +4 -0
- data/app/pb_kits/playbook/pb_timeline/docs/example.yml +2 -1
- data/app/pb_kits/playbook/pb_timeline/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_timeline/item.html.erb +17 -21
- data/app/pb_kits/playbook/pb_timeline/item.rb +4 -0
- data/app/pb_kits/playbook/pb_timeline/node_area.html.erb +14 -0
- data/app/pb_kits/playbook/pb_timeline/node_area.rb +16 -0
- data/app/pb_kits/playbook/pb_timeline/timeline.test.js +84 -0
- data/dist/chunks/{_weekday_stacked-DQN7SPcO.js → _weekday_stacked-C2sJArua.js} +2 -2
- data/dist/chunks/vendor.js +1 -1
- data/dist/playbook-doc.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +14 -4
- data/app/pb_kits/playbook/pb_multiple_users_stacked/docs/_multiple_users_stacked_size.html.erb +0 -336
- data/app/pb_kits/playbook/pb_multiple_users_stacked/docs/_multiple_users_stacked_size.jsx +0 -97
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '02039c67b4d3fb70f8dea1e72a58013b445d9d26d02acaa5f2e4b125971e5709'
|
4
|
+
data.tar.gz: 684ce328f0f090cc82523b9978a0f0acc347647573709bb8eebd953579f7f780
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e177ffb5dd0b888a415c43fd6f3c4371ab4d6bbfc1e2c7c69a217665b0115abe40dc4f52cc5e0db54a1faf928efcf7b4bae855e6ea176a7646cb950c57a9cfe
|
7
|
+
data.tar.gz: 867747f3103ca68179d5fbed37decb7e11d428c8d687ba4f4db980facd6c1d73a246f04cb022a6f75c00b18c40bbe1a57d5dfdc3e9efbe436386d8509990fc64
|
@@ -3,76 +3,6 @@
|
|
3
3
|
@import "../tokens/opacity";
|
4
4
|
@import "../pb_avatar/avatar";
|
5
5
|
|
6
|
-
$sizes: (
|
7
|
-
"avatar": ("sm": 38px, "md": 60px, "lg": 80px, "xl": 100px),
|
8
|
-
"first-item-double": ("sm": 20px, "md": 32px, "lg": 44px, "xl": 56px),
|
9
|
-
"first-item-triple": ("sm": 16px, "md": 24px, "lg": 32px, "xl": 44px),
|
10
|
-
"first-item-quadruple": ("sm": 16px, "md": 28px, "lg": 36px, "xl": 44px),
|
11
|
-
"second-item-double": ("sm": 12px, "md": 16px, "lg": 20px, "xl": 24px),
|
12
|
-
"second-item-triple": ("sm": 12px, "md": 20px, "lg": 24px, "xl": 32px),
|
13
|
-
"second-item-quadruple": ("sm": 12px, "md": 20px, "lg": 28px, "xl": 32px),
|
14
|
-
"third-item-triple": ("sm": 10px, "md": 16px, "lg": 20px, "xl": 24px),
|
15
|
-
"third-item-quadruple": ("sm": 10px, "md": 16px, "lg": 24px, "xl": 24px),
|
16
|
-
"fourth-item": ("sm": 8px, "md": 12px, "lg": 16px, "xl": 16px)
|
17
|
-
);
|
18
|
-
|
19
|
-
$positions: (
|
20
|
-
"second-item-double": (
|
21
|
-
"sm": ("top": null, "bottom": 5px, "right": 4px, "left": null),
|
22
|
-
"md": ("top": null, "bottom": 10px, "right": 8px, "left": null),
|
23
|
-
"lg": ("top": 46px, "bottom": null, "right": 12px, "left": null),
|
24
|
-
"xl": ("top": 58px, "bottom": null, "right": 14px, "left": null)
|
25
|
-
),
|
26
|
-
"second-item-triple": (
|
27
|
-
"sm": ("top": 12px, "bottom": null, "right": 2px, "left": null),
|
28
|
-
"md": ("top": 24px, "bottom": null, "right": 5px, "left": null),
|
29
|
-
"lg": ("top": 32px, "bottom": null, "right": 9px, "left": null),
|
30
|
-
"xl": ("top": 41px, "bottom": null, "right": 11px, "left": null)
|
31
|
-
),
|
32
|
-
"second-item-quadruple": (
|
33
|
-
"sm": ("top": null, "bottom": 9px, "right": 4px, "left": null),
|
34
|
-
"md": ("top": 24px, "bottom": null, "right": 5px, "left": null),
|
35
|
-
"lg": ("top": 31px, "bottom": null, "right": 6px, "left": null),
|
36
|
-
"xl": ("top": 43px, "bottom": null, "right": 9px, "left": null)
|
37
|
-
),
|
38
|
-
"third-item-triple": (
|
39
|
-
"sm": ("top": null, "bottom": 3px, "right": null, "left": 11px),
|
40
|
-
"md": ("top": null, "bottom": 6px, "right": null, "left": 16px),
|
41
|
-
"lg": ("top": null, "bottom": 10px, "right": null, "left": 23px),
|
42
|
-
"xl": ("top": null, "bottom": 13px, "right": null, "left": 27px)
|
43
|
-
),
|
44
|
-
"third-item-quadruple": (
|
45
|
-
"sm": ("top": null, "bottom": 3px, "right": null, "left": 9px),
|
46
|
-
"md": ("top": null, "bottom": 5px, "right": null, "left": 15px),
|
47
|
-
"lg": ("top": null, "bottom": 7px, "right": null, "left": 20px),
|
48
|
-
"xl": ("top": null, "bottom": 11px, "right": null, "left": 27px)
|
49
|
-
),
|
50
|
-
"fourth-item": (
|
51
|
-
"sm": ("top": 5px, "bottom": null, "right": 6px, "left": null),
|
52
|
-
"md": ("top": 7px, "bottom": null, "right": 12px, "left": null),
|
53
|
-
"lg": ("top": 9px, "bottom": null, "right": 16px, "left": null),
|
54
|
-
"xl": ("top": 16px, "bottom": null, "right": 24px, "left": null)
|
55
|
-
),
|
56
|
-
"first-item-double": (
|
57
|
-
"sm": ("top": 4px, "bottom": null, "right": null, "left": 3px),
|
58
|
-
"md": ("top": 6px, "bottom": null, "right": null, "left": 8px),
|
59
|
-
"lg": ("top": 8px, "bottom": null, "right": null, "left": 8px),
|
60
|
-
"xl": ("top": 10px, "bottom": null, "right": null, "left": 10px)
|
61
|
-
),
|
62
|
-
"first-item-triple": (
|
63
|
-
"sm": ("top": 4px, "bottom": null, "right": null, "left": 4px),
|
64
|
-
"md": ("top": 7px, "bottom": null, "right": null, "left": 7px),
|
65
|
-
"lg": ("top": 10px, "bottom": null, "right": null, "left": 10px),
|
66
|
-
"xl": ("top": 12px, "bottom": null, "right": null, "left": 12px)
|
67
|
-
),
|
68
|
-
"first-item-quadruple": (
|
69
|
-
"sm": ("top": 5px, "bottom": null, "right": null, "left": 3px),
|
70
|
-
"md": ("top": 7px, "bottom": null, "right": null, "left": 5px),
|
71
|
-
"lg": ("top": 9px, "bottom": null, "right": null, "left": 7px),
|
72
|
-
"xl": ("top": 16px, "bottom": null, "right": null, "left": 10px)
|
73
|
-
)
|
74
|
-
);
|
75
|
-
|
76
6
|
@mixin avatar-size($size) {
|
77
7
|
height: $size;
|
78
8
|
width: $size;
|
@@ -97,8 +27,8 @@ $positions: (
|
|
97
27
|
$stacked_size: 18px;
|
98
28
|
$max_to_display: 1, 2;
|
99
29
|
display: inline-flex;
|
100
|
-
width:
|
101
|
-
height:
|
30
|
+
width: $container_size;
|
31
|
+
height: $container_size;
|
102
32
|
flex-basis: $container_size;
|
103
33
|
position: relative;
|
104
34
|
flex-shrink: 0;
|
@@ -118,7 +48,7 @@ $positions: (
|
|
118
48
|
}
|
119
49
|
}
|
120
50
|
&[class*=_single] .pb_multiple_users_stacked_item {
|
121
|
-
@include avatar-size(
|
51
|
+
@include avatar-size($container_size);
|
122
52
|
}
|
123
53
|
[class^=pb_avatar_kit].second_item, [class^=pb_badge_kit].second_item {
|
124
54
|
@include position((bottom: 0, right: 0));
|
@@ -141,106 +71,72 @@ $positions: (
|
|
141
71
|
color: transparent;
|
142
72
|
}
|
143
73
|
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
74
|
+
&[class*=_bubble] {
|
75
|
+
@include avatar-size($bubble_container_size);
|
76
|
+
background-color: $bg_light;
|
77
|
+
border-radius: 50%;
|
78
|
+
|
79
|
+
&.dark {
|
80
|
+
background-color: $card_dark;
|
81
|
+
}
|
82
|
+
|
83
|
+
[class^=pb_avatar_kit].pb_multiple_users_stacked_item {
|
84
|
+
&.dark {
|
85
|
+
.avatar_wrapper {
|
86
|
+
border: $border_size solid $border_dark;
|
87
|
+
}
|
88
|
+
}
|
89
|
+
}
|
90
|
+
|
91
|
+
[class^=pb_avatar_kit] {
|
92
|
+
&.first_item {
|
93
|
+
@include position((top: 4px, left: 3px));
|
94
|
+
@include avatar-size(20px);
|
95
|
+
|
96
|
+
&.triple_bubble {
|
97
|
+
@include position((top: 4px, left: 4px));
|
98
|
+
@include avatar-size(16px);
|
162
99
|
}
|
163
|
-
|
164
|
-
|
165
|
-
@include
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
100
|
+
|
101
|
+
&.quadruple_bubble {
|
102
|
+
@include position((top: 5px, left: 3px));
|
103
|
+
@include avatar-size(16px);
|
104
|
+
}
|
105
|
+
}
|
106
|
+
|
107
|
+
&.second_item {
|
108
|
+
@include position((bottom: 5px, right: 4px));
|
109
|
+
@include avatar-size(12px);
|
110
|
+
|
111
|
+
&.triple_bubble {
|
112
|
+
@include position((top: 13px, right: 2px));
|
176
113
|
}
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
&.first_item {
|
181
|
-
@include position(map-get(map-get($positions, 'first-item-double'), $size_name));
|
182
|
-
@include avatar-size(map-get(map-get($sizes, 'first-item-double'), $size_name));
|
183
|
-
|
184
|
-
&.double_bubble {
|
185
|
-
@include position(map-get(map-get($positions, 'first-item-double'), $size_name));
|
186
|
-
@include avatar-size(map-get(map-get($sizes, 'first-item-double'), $size_name));
|
187
|
-
}
|
188
|
-
|
189
|
-
&.triple_bubble {
|
190
|
-
@include position(map-get(map-get($positions, 'first-item-triple'), $size_name));
|
191
|
-
@include avatar-size(map-get(map-get($sizes, 'first-item-triple'), $size_name));
|
192
|
-
}
|
193
|
-
|
194
|
-
&.quadruple_bubble {
|
195
|
-
@include position(map-get(map-get($positions, 'first-item-quadruple'), $size_name));
|
196
|
-
@include avatar-size(map-get(map-get($sizes, 'first-item-quadruple'), $size_name));
|
197
|
-
}
|
198
|
-
}
|
199
|
-
|
200
|
-
// Second Item
|
201
|
-
&.second_item {
|
202
|
-
@include position(map-get(map-get($positions, 'second-item-double'), $size_name));
|
203
|
-
|
204
|
-
&.double_bubble {
|
205
|
-
@include position(map-get(map-get($positions, 'second-item-double'), $size_name));
|
206
|
-
@include avatar-size(map-get(map-get($sizes, 'second-item-double'), $size_name));
|
207
|
-
}
|
208
|
-
|
209
|
-
&.triple_bubble {
|
210
|
-
@include position(map-get(map-get($positions, 'second-item-triple'), $size_name));
|
211
|
-
@include avatar-size(map-get(map-get($sizes, 'second-item-triple'), $size_name));
|
212
|
-
}
|
213
|
-
|
214
|
-
&.quadruple_bubble {
|
215
|
-
@include position(map-get(map-get($positions, 'second-item-quadruple'), $size_name));
|
216
|
-
@include avatar-size(map-get(map-get($sizes, 'second-item-quadruple'), $size_name));
|
217
|
-
}
|
218
|
-
}
|
219
|
-
|
220
|
-
// Third Item
|
221
|
-
&.third_item {
|
222
|
-
@include position(map-get(map-get($positions, 'third-item-triple'), $size_name));
|
223
|
-
@include avatar-size(map-get(map-get($sizes, 'third-item-triple'), $size_name));
|
224
|
-
|
225
|
-
&.quadruple_bubble {
|
226
|
-
@include position(map-get(map-get($positions, 'third-item-quadruple'), $size_name));
|
227
|
-
@include avatar-size(map-get(map-get($sizes, 'third-item-quadruple'), $size_name));
|
228
|
-
}
|
229
|
-
}
|
230
|
-
|
231
|
-
// Fourth Item
|
232
|
-
&.fourth_item {
|
233
|
-
@include position(map-get(map-get($positions, 'fourth-item'), $size_name));
|
234
|
-
@include avatar-size(map-get(map-get($sizes, 'fourth-item'), $size_name));
|
235
|
-
}
|
114
|
+
|
115
|
+
&.quadruple_bubble {
|
116
|
+
@include position((bottom: 9px, right: 4px));
|
236
117
|
}
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
118
|
+
}
|
119
|
+
|
120
|
+
&.third_item {
|
121
|
+
@include position((bottom: 3px, left: 11px));
|
122
|
+
@include avatar-size(10px);
|
123
|
+
|
124
|
+
&.quadruple_bubble {
|
125
|
+
@include position((bottom: 3px, left: 9px));
|
243
126
|
}
|
244
127
|
}
|
128
|
+
|
129
|
+
&.fourth_item {
|
130
|
+
@include position((top: 5px, right: 6px));
|
131
|
+
@include avatar-size(8px);
|
132
|
+
}
|
133
|
+
}
|
134
|
+
}
|
135
|
+
|
136
|
+
&[class*=_single_bubble] {
|
137
|
+
[class^=pb_avatar_kit].first_item {
|
138
|
+
@include position((top: 0, left: 0));
|
139
|
+
@include avatar-size($bubble_container_size);
|
245
140
|
}
|
246
141
|
}
|
142
|
+
}
|
@@ -81,7 +81,7 @@ const MultipleUsersStackedSingleBubble = () => {
|
|
81
81
|
test('should have a single bubble', () => {
|
82
82
|
render(<MultipleUsersStackedSingleBubble />)
|
83
83
|
const kit = screen.getByTestId(testId)
|
84
|
-
expect(kit).toHaveClass("
|
84
|
+
expect(kit).toHaveClass("pb_multiple_users_stacked_kit_single_bubble")
|
85
85
|
|
86
86
|
const firstItem = kit.querySelector('.first_item');
|
87
87
|
expect(firstItem).toBeInTheDocument();
|
@@ -113,7 +113,7 @@ const MultipleUsersStackedDoubleBubble = () => {
|
|
113
113
|
test('should have a double bubble', () => {
|
114
114
|
render(<MultipleUsersStackedDoubleBubble />)
|
115
115
|
const kit = screen.getByTestId(testId)
|
116
|
-
expect(kit).toHaveClass("
|
116
|
+
expect(kit).toHaveClass("pb_multiple_users_stacked_kit_bubble")
|
117
117
|
|
118
118
|
const firstItem = kit.querySelector('.first_item');
|
119
119
|
expect(firstItem).toBeInTheDocument();
|
@@ -153,7 +153,7 @@ const MultipleUsersStackedTripleBubble = () => {
|
|
153
153
|
test('should have a triple bubble', () => {
|
154
154
|
render(<MultipleUsersStackedTripleBubble />)
|
155
155
|
const kit = screen.getByTestId(testId)
|
156
|
-
expect(kit).toHaveClass("
|
156
|
+
expect(kit).toHaveClass("pb_multiple_users_stacked_kit_bubble")
|
157
157
|
|
158
158
|
const firstItem = kit.querySelector('.first_item');
|
159
159
|
expect(firstItem).toBeInTheDocument();
|
@@ -208,7 +208,7 @@ const MultipleUsersStackedQuadrupleBubble = () => {
|
|
208
208
|
test('should have a quadruple bubble', () => {
|
209
209
|
render(<MultipleUsersStackedQuadrupleBubble />)
|
210
210
|
const kit = screen.getByTestId(testId)
|
211
|
-
expect(kit).toHaveClass("
|
211
|
+
expect(kit).toHaveClass("pb_multiple_users_stacked_kit_bubble")
|
212
212
|
|
213
213
|
const firstItem = kit.querySelector('.first_item');
|
214
214
|
expect(firstItem).toBeInTheDocument();
|
@@ -224,4 +224,4 @@ test('should have a quadruple bubble', () => {
|
|
224
224
|
|
225
225
|
const fourthItem = kit.querySelector('.fourth_item');
|
226
226
|
expect(fourthItem).toBeInTheDocument();
|
227
|
-
})
|
227
|
+
})
|
@@ -14,7 +14,6 @@ type MultipleUsersStackedProps = {
|
|
14
14
|
data?: { [key: string]: string },
|
15
15
|
htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
|
16
16
|
id?: string,
|
17
|
-
size?: "md" | "lg" | "sm" | "xl"
|
18
17
|
users: Array<{ [key: string]: string }>,
|
19
18
|
variant: "default" | "bubble",
|
20
19
|
}
|
@@ -28,17 +27,14 @@ const MultipleUsersStacked = (props: MultipleUsersStackedProps) => {
|
|
28
27
|
htmlOptions = {},
|
29
28
|
id,
|
30
29
|
users,
|
31
|
-
size = "sm",
|
32
30
|
variant = "default",
|
33
31
|
} = props
|
34
32
|
|
35
33
|
const moreThanTwo = users.length > 2
|
36
34
|
const onlyOne = users.length == 1
|
37
35
|
const isBubble = variant === "bubble"
|
38
|
-
const doubleBubble = isBubble && users.length === 2
|
39
36
|
const tripleBubble = isBubble && users.length === 3
|
40
37
|
const quadrupleBubble = isBubble && users.length > 3
|
41
|
-
const sizeClass = isBubble ? `size_${size}` : ""
|
42
38
|
const displayCount = () => {
|
43
39
|
return moreThanTwo ? 1 : users.length
|
44
40
|
}
|
@@ -47,19 +43,17 @@ const MultipleUsersStacked = (props: MultipleUsersStackedProps) => {
|
|
47
43
|
const htmlProps = buildHtmlProps(htmlOptions)
|
48
44
|
const classes = classnames(buildCss(
|
49
45
|
'pb_multiple_users_stacked_kit',
|
50
|
-
{ single: onlyOne, bubble: isBubble },
|
51
|
-
globalProps(props),
|
52
|
-
className)
|
46
|
+
{ single: onlyOne, bubble: isBubble }), globalProps(props), className)
|
53
47
|
|
54
48
|
const firstUser = () => {
|
55
49
|
return users.slice(0, 1).map((userObject, index) => {
|
56
50
|
return (
|
57
51
|
<Avatar
|
58
52
|
{...userObject}
|
59
|
-
className={`pb_multiple_users_stacked_item first_item
|
53
|
+
className={`pb_multiple_users_stacked_item first_item${tripleBubble ? " triple_bubble" : ""}${quadrupleBubble ? " quadruple_bubble" : ""}`}
|
60
54
|
dark={dark}
|
61
55
|
key={index}
|
62
|
-
size={isBubble ? "
|
56
|
+
size={isBubble ? "sm" : "xs"}
|
63
57
|
/>
|
64
58
|
)
|
65
59
|
})
|
@@ -71,10 +65,10 @@ const MultipleUsersStacked = (props: MultipleUsersStackedProps) => {
|
|
71
65
|
return (
|
72
66
|
<Avatar
|
73
67
|
{...userObject}
|
74
|
-
className={`pb_multiple_users_stacked_item second_item
|
68
|
+
className={`pb_multiple_users_stacked_item second_item${tripleBubble ? " triple_bubble" : ""}${quadrupleBubble ? " quadruple_bubble" : ""}`}
|
75
69
|
dark={dark}
|
76
70
|
key={index}
|
77
|
-
size=
|
71
|
+
size="xs"
|
78
72
|
/>
|
79
73
|
)
|
80
74
|
})
|
@@ -87,10 +81,10 @@ const MultipleUsersStacked = (props: MultipleUsersStackedProps) => {
|
|
87
81
|
return (
|
88
82
|
<Avatar
|
89
83
|
{...userObject}
|
90
|
-
className={`pb_multiple_users_stacked_item third_item
|
84
|
+
className={`pb_multiple_users_stacked_item third_item${quadrupleBubble ? " quadruple_bubble" : ""}`}
|
91
85
|
dark={dark}
|
92
86
|
key={index}
|
93
|
-
size="
|
87
|
+
size="xs"
|
94
88
|
/>
|
95
89
|
)
|
96
90
|
})
|
@@ -103,10 +97,10 @@ const MultipleUsersStacked = (props: MultipleUsersStackedProps) => {
|
|
103
97
|
return (
|
104
98
|
<Avatar
|
105
99
|
{...userObject}
|
106
|
-
className="pb_multiple_users_stacked_item fourth_item
|
100
|
+
className="pb_multiple_users_stacked_item fourth_item"
|
107
101
|
dark={dark}
|
108
102
|
key={index}
|
109
|
-
size="
|
103
|
+
size="xs"
|
110
104
|
/>
|
111
105
|
)
|
112
106
|
})
|
@@ -3,13 +3,11 @@ examples:
|
|
3
3
|
rails:
|
4
4
|
- multiple_users_stacked_default: Default
|
5
5
|
- multiple_users_stacked_bubble: Bubble
|
6
|
-
- multiple_users_stacked_size: Sizes
|
7
6
|
|
8
7
|
|
9
8
|
react:
|
10
9
|
- multiple_users_stacked_default: Default
|
11
10
|
- multiple_users_stacked_bubble: Bubble
|
12
|
-
- multiple_users_stacked_size: Sizes
|
13
11
|
|
14
12
|
swift:
|
15
13
|
- multiple_users_stacked_default_swift: Default
|
@@ -1,3 +1,2 @@
|
|
1
1
|
export { default as MultipleUsersStackedDefault } from './_multiple_users_stacked_default.jsx'
|
2
2
|
export { default as MultipleUsersStackedBubble } from './_multiple_users_stacked_bubble.jsx'
|
3
|
-
export { default as MultipleUsersStackedSize } from './_multiple_users_stacked_size.jsx'
|
@@ -1,15 +1,5 @@
|
|
1
1
|
<%= pb_content_tag do %>
|
2
|
-
<%= pb_rails(
|
3
|
-
"avatar",
|
4
|
-
props: object.users[0].merge({
|
5
|
-
classname: "pb_multiple_users_stacked_item first_item" +
|
6
|
-
(object.double_bubble ? " double_bubble" : "") +
|
7
|
-
(object.triple_bubble ? " triple_bubble" : "") +
|
8
|
-
(object.quadruple_bubble ? " quadruple_bubble" : ""),
|
9
|
-
dark: object.dark,
|
10
|
-
size: 'xs'
|
11
|
-
})
|
12
|
-
) %>
|
2
|
+
<%= pb_rails("avatar", props: object.users[0].merge({size: object.bubble ? "sm" : "xs", classname: "pb_multiple_users_stacked_item first_item#{object.triple_bubble ? " triple_bubble" : ""}#{object.quadruple_bubble ? " quadruple_bubble" : ""}", dark: object.dark}) ) %>
|
13
3
|
|
14
4
|
<% unless object.only_one %>
|
15
5
|
<% if object.more_than_two && !object.bubble %>
|
@@ -18,26 +8,14 @@
|
|
18
8
|
text: "+#{object.users.count - object.display_count}",
|
19
9
|
variant: "primary",
|
20
10
|
rounded: true,
|
21
|
-
classname: "pb_multiple_users_stacked_item second_item"
|
22
|
-
}) %>
|
11
|
+
classname: "pb_multiple_users_stacked_item second_item" }) %>
|
23
12
|
<% elsif object.bubble %>
|
24
|
-
<% object.users.slice(1,
|
25
|
-
<%= pb_rails(
|
26
|
-
"avatar",
|
27
|
-
props: item.merge({
|
28
|
-
classname: object.bubble_classname(idx),
|
29
|
-
dark: object.dark
|
30
|
-
})
|
31
|
-
) %>
|
13
|
+
<% object.users.slice(1,3).each_with_index do |item, idx| %>
|
14
|
+
<%= pb_rails("avatar", props: item.merge({size: "xs", classname: "pb_multiple_users_stacked_item #{idx == 0 ? "second_item#{object.triple_bubble ? " triple_bubble" : ""}#{object.quadruple_bubble ? " quadruple_bubble" : ""}" : idx == 1 ? "third_item#{object.quadruple_bubble ? " quadruple_bubble" : ""}" : "fourth_item"}", dark: object.dark}) ) %>
|
32
15
|
<% end %>
|
33
16
|
<% else %>
|
34
|
-
<%= pb_rails(
|
35
|
-
"avatar",
|
36
|
-
props: object.users[1].merge({
|
37
|
-
classname: "pb_multiple_users_stacked_item second_item",
|
38
|
-
dark: object.dark
|
39
|
-
})
|
40
|
-
) %>
|
17
|
+
<%= pb_rails("avatar", props: object.users[1].merge({size: "xs", classname: "pb_multiple_users_stacked_item second_item", dark: object.dark}) ) %>
|
41
18
|
<% end %>
|
42
19
|
<% end %>
|
20
|
+
|
43
21
|
<% end %>
|
@@ -4,9 +4,6 @@ module Playbook
|
|
4
4
|
module PbMultipleUsersStacked
|
5
5
|
class MultipleUsersStacked < Playbook::KitBase
|
6
6
|
prop :users, type: Playbook::Props::HashArray, required: true
|
7
|
-
prop :size, type: Playbook::Props::Enum,
|
8
|
-
values: %w[sm md lg xl],
|
9
|
-
default: "sm"
|
10
7
|
|
11
8
|
prop :variant, type: Playbook::Props::Enum,
|
12
9
|
values: %w[default bubble],
|
@@ -28,10 +25,6 @@ module Playbook
|
|
28
25
|
variant == "bubble"
|
29
26
|
end
|
30
27
|
|
31
|
-
def double_bubble
|
32
|
-
bubble && users.count === 2
|
33
|
-
end
|
34
|
-
|
35
28
|
def triple_bubble
|
36
29
|
bubble && users.count === 3
|
37
30
|
end
|
@@ -40,31 +33,8 @@ module Playbook
|
|
40
33
|
bubble && users.count > 3
|
41
34
|
end
|
42
35
|
|
43
|
-
def size_class
|
44
|
-
"size_#{size}" if bubble
|
45
|
-
end
|
46
|
-
|
47
36
|
def classname
|
48
|
-
generate_classname("pb_multiple_users_stacked_kit", single_class, bubble_class
|
49
|
-
end
|
50
|
-
|
51
|
-
def bubble_classname(index)
|
52
|
-
base_classname = "pb_multiple_users_stacked_item "
|
53
|
-
|
54
|
-
case index
|
55
|
-
when 0
|
56
|
-
base_classname += "second_item"
|
57
|
-
base_classname += " double_bubble" if double_bubble
|
58
|
-
base_classname += " triple_bubble" if triple_bubble
|
59
|
-
base_classname += " quadruple_bubble" if quadruple_bubble
|
60
|
-
when 1
|
61
|
-
base_classname += "third_item"
|
62
|
-
base_classname += " quadruple_bubble" if quadruple_bubble
|
63
|
-
else
|
64
|
-
base_classname += "fourth_item"
|
65
|
-
end
|
66
|
-
|
67
|
-
base_classname
|
37
|
+
generate_classname("pb_multiple_users_stacked_kit", single_class, bubble_class)
|
68
38
|
end
|
69
39
|
|
70
40
|
private
|
@@ -0,0 +1,38 @@
|
|
1
|
+
import React from 'react'
|
2
|
+
import classnames from 'classnames'
|
3
|
+
import { buildHtmlProps } from '../utilities/props'
|
4
|
+
import { globalProps, GlobalProps } from "../utilities/globalProps"
|
5
|
+
import DateStacked from '../pb_date_stacked/_date_stacked'
|
6
|
+
|
7
|
+
type TimelineDateAreaProps = {
|
8
|
+
date?: Date,
|
9
|
+
children?: React.ReactNode,
|
10
|
+
className?: string,
|
11
|
+
htmlOptions?: { [key: string]: any },
|
12
|
+
} & GlobalProps
|
13
|
+
|
14
|
+
const TimelineDateArea: React.FC<TimelineDateAreaProps> = ({
|
15
|
+
date,
|
16
|
+
children,
|
17
|
+
className,
|
18
|
+
htmlOptions = {},
|
19
|
+
...props
|
20
|
+
}) => {
|
21
|
+
const htmlProps = buildHtmlProps(htmlOptions)
|
22
|
+
return (
|
23
|
+
<div
|
24
|
+
{...htmlProps}
|
25
|
+
className={classnames('pb_timeline_item_left_block', globalProps(props), className)}
|
26
|
+
>
|
27
|
+
{children}
|
28
|
+
{date && (
|
29
|
+
<DateStacked align="center"
|
30
|
+
date={date}
|
31
|
+
size="sm"
|
32
|
+
/>
|
33
|
+
)}
|
34
|
+
</div>
|
35
|
+
)
|
36
|
+
}
|
37
|
+
|
38
|
+
export default TimelineDateArea
|
@@ -0,0 +1,29 @@
|
|
1
|
+
import React from 'react'
|
2
|
+
import classnames from 'classnames'
|
3
|
+
import { buildHtmlProps } from '../utilities/props'
|
4
|
+
import { globalProps, GlobalProps } from "../utilities/globalProps"
|
5
|
+
|
6
|
+
type TimelineDetailAreaProps = {
|
7
|
+
children?: React.ReactNode,
|
8
|
+
className?: string,
|
9
|
+
htmlOptions?: { [key: string]: any },
|
10
|
+
} & GlobalProps
|
11
|
+
|
12
|
+
const TimelineDetailArea: React.FC<TimelineDetailAreaProps> = ({
|
13
|
+
children,
|
14
|
+
className,
|
15
|
+
htmlOptions = {},
|
16
|
+
...props
|
17
|
+
}) => {
|
18
|
+
const htmlProps = buildHtmlProps(htmlOptions)
|
19
|
+
return (
|
20
|
+
<div
|
21
|
+
{...htmlProps}
|
22
|
+
className={classnames('pb_timeline_item_right_block', globalProps(props), className)}
|
23
|
+
>
|
24
|
+
{children}
|
25
|
+
</div>
|
26
|
+
)
|
27
|
+
}
|
28
|
+
|
29
|
+
export default TimelineDetailArea
|