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
data/dist/menu.yml
CHANGED
@@ -7,351 +7,279 @@ react_only: &react_only ["react"]
|
|
7
7
|
swift_only: &swift_only ["swift"]
|
8
8
|
|
9
9
|
kits:
|
10
|
-
- name:
|
11
|
-
description:
|
10
|
+
- name: "avatars"
|
12
11
|
components:
|
13
|
-
- name: "
|
12
|
+
- name: "avatar"
|
13
|
+
platforms: *all
|
14
|
+
- name: "avatar_action_button"
|
14
15
|
platforms: *web
|
15
|
-
|
16
|
-
- name: "fixed_confirmation_toast"
|
16
|
+
- name: "multiple_users"
|
17
17
|
platforms: *web
|
18
|
-
|
19
|
-
- name: "popover"
|
18
|
+
- name: "multiple_users_stacked"
|
20
19
|
platforms: *web
|
21
|
-
|
22
|
-
|
20
|
+
- name: "user"
|
21
|
+
platforms: *web
|
22
|
+
- name: "background"
|
23
|
+
components:
|
24
|
+
- name: "background"
|
25
|
+
platforms: *web
|
26
|
+
- name: "bread_crumbs"
|
27
|
+
components:
|
28
|
+
- name: "bread_crumbs"
|
23
29
|
platforms: *web
|
24
|
-
|
25
|
-
- name: buttons
|
26
|
-
description: Buttons are used primarily for actions, such as “Save” and “Cancel”. Link Buttons are used for less important or less commonly used actions, such as “view shipping settings”.
|
30
|
+
- name: "buttons"
|
27
31
|
components:
|
28
32
|
- name: "button"
|
29
33
|
platforms: *web
|
30
|
-
description:
|
31
34
|
- name: "button_toolbar"
|
32
35
|
platforms: *web
|
33
|
-
description: This kit should primarily hold the most commonly used buttons.
|
34
36
|
- name: "circle_icon_button"
|
35
37
|
platforms: *web
|
36
|
-
|
37
|
-
- name: data_visualization
|
38
|
-
description:
|
38
|
+
- name: "card"
|
39
39
|
components:
|
40
|
-
- name: "
|
41
|
-
platforms: *
|
42
|
-
|
43
|
-
|
40
|
+
- name: "card"
|
41
|
+
platforms: *all
|
42
|
+
- name: "collapsible"
|
43
|
+
components:
|
44
|
+
- name: "collapsible"
|
44
45
|
platforms: *web
|
45
|
-
|
46
|
-
|
46
|
+
- name: "charts_and_graphs"
|
47
|
+
components:
|
48
|
+
- name: "bar_graph"
|
47
49
|
platforms: *web
|
48
|
-
|
49
|
-
- name: "filter"
|
50
|
+
- name: "circle_chart"
|
50
51
|
platforms: *web
|
51
|
-
description: This kit can be implemented in a variety of ways. To see examples of how to implement this kit in production visit the /dev_docs/search page in production.
|
52
52
|
- name: "distribution_bar"
|
53
53
|
platforms: *web
|
54
|
-
description: Can be used in the same way a pie chart can be used. By default, Distribution Bar comparatively represents data without numbers.
|
55
|
-
- name: "legend"
|
56
|
-
platforms: *web
|
57
|
-
description: A key used to compare the variables and their value in any given graph.
|
58
54
|
- name: "gauge"
|
59
55
|
platforms: *web
|
60
|
-
|
61
|
-
- name: "bar_graph"
|
62
|
-
platforms: *web
|
63
|
-
description: Bar graphs are used to compare data. Bar graphs are not typically used to show percentages.
|
64
|
-
- name: "circle_chart"
|
56
|
+
- name: "legend"
|
65
57
|
platforms: *web
|
66
|
-
description:
|
67
58
|
- name: "line_graph"
|
68
59
|
platforms: *web
|
69
|
-
description: Line graphs are used to show changes in data over time.
|
70
60
|
- name: "treemap_chart"
|
71
61
|
platforms: *web
|
72
|
-
|
73
|
-
- name: date_and_time_text_patterns
|
74
|
-
description: ""
|
62
|
+
- name: "dialog"
|
75
63
|
components:
|
76
|
-
- name: "
|
77
|
-
platforms: *web
|
78
|
-
description: Use to display the date. Year will not display if it is the current year.
|
79
|
-
- name: "date_range_inline"
|
80
|
-
platforms: *web
|
81
|
-
description: Use to display a date range. Year will not show if it is the current year.
|
82
|
-
- name: "date_range_stacked"
|
83
|
-
platforms: *web
|
84
|
-
description:
|
85
|
-
- name: "date_stacked"
|
86
|
-
platforms: *web
|
87
|
-
description: Use to display the date, stacking month and day. Year will not show if it is the current year.
|
88
|
-
- name: "date_time"
|
89
|
-
platforms: *web
|
90
|
-
description: Date Time is a composite kit that leverages the Date and Time kits. The Date Time kit is affected by time zones and defaults to "America/New_York".
|
91
|
-
- name: "date_time_stacked"
|
92
|
-
platforms: *web
|
93
|
-
description:
|
94
|
-
- name: "date_year_stacked"
|
95
|
-
platforms: *web
|
96
|
-
description: This kit is a simple option for displaying dates in a month, day and the year format.
|
97
|
-
- name: "time"
|
98
|
-
platforms: *web
|
99
|
-
description: This kit consist of large display and table display format. It includes and icon, and a time zone.
|
100
|
-
- name: "time_range_inline"
|
101
|
-
platforms: *web
|
102
|
-
description:
|
103
|
-
- name: "time_stacked"
|
104
|
-
platforms: *web
|
105
|
-
description:
|
106
|
-
- name: "timestamp"
|
107
|
-
platforms: *all
|
108
|
-
description: This low profile kit displays time. Elapsed, current, future, or otherwise.
|
109
|
-
- name: "weekday_stacked"
|
64
|
+
- name: "dialog"
|
110
65
|
platforms: *web
|
111
|
-
|
112
|
-
- name: form_and_dashboard_text_patterns
|
113
|
-
description: ""
|
66
|
+
- name: "filter"
|
114
67
|
components:
|
115
|
-
- name: "
|
116
|
-
platforms: *web
|
117
|
-
description: Use to display customer's or user's contact information.
|
118
|
-
- name: "currency"
|
119
|
-
platforms: *web
|
120
|
-
description: Use to display monetary amounts, typically on dashboards or other layouts to show an overview or summary. User understanding increase when paired with labels.
|
121
|
-
- name: "home_address_street"
|
122
|
-
platforms: *web
|
123
|
-
description: This kit can be used to display the address for a homeowner/project. It contains street address, APT format, City, state and zip. A Project hashtag can be used as a prop to link back to a project.
|
124
|
-
- name: "label_pill"
|
125
|
-
platforms: *web
|
126
|
-
description: This kit combines the caption and pill kit with all its variants.
|
127
|
-
- name: "label_value"
|
128
|
-
platforms: *web
|
129
|
-
description: This kit can be very versatile when used to display text data.
|
130
|
-
- name: "person"
|
131
|
-
platforms: *web
|
132
|
-
description: This kit is broken down into a first name last name format with normal and bold weighted text.
|
133
|
-
- name: "person_contact"
|
134
|
-
platforms: *web
|
135
|
-
description: This kit can be used to display a person contact information.
|
136
|
-
- name: "source"
|
137
|
-
platforms: *web
|
138
|
-
description: General use is to describe the discovery of businesses, customers, etc. This kit can also be used for other purposes as well.
|
139
|
-
- name: "dashboard_value"
|
140
|
-
platforms: *web
|
141
|
-
description: Use in dashboards to give the viewer a quick overview of important metrics. If want to show currency, use Currency Kit.
|
142
|
-
- name: "stat_change"
|
143
|
-
platforms: *web
|
144
|
-
description: Displays the increase, decrease, or neutral change in data.
|
145
|
-
- name: "stat_value"
|
146
|
-
platforms: *web
|
147
|
-
description: This kit was cerated for the main use as a dashboard display for numbers. A large label is an optional part if it needs more clarity.
|
148
|
-
- name: "title_count"
|
68
|
+
- name: "filter"
|
149
69
|
platforms: *web
|
150
|
-
|
151
|
-
|
70
|
+
- name: "fixed_confirmation_toast"
|
71
|
+
components:
|
72
|
+
- name: "fixed_confirmation_toast"
|
152
73
|
platforms: *web
|
153
|
-
|
154
|
-
- name: form_elements
|
155
|
-
description:
|
74
|
+
- name: "forms"
|
156
75
|
components:
|
157
|
-
- name: "
|
76
|
+
- name: "checkbox"
|
158
77
|
platforms: *web
|
159
|
-
|
160
|
-
- name: "toggle"
|
78
|
+
- name: "date_picker"
|
161
79
|
platforms: *web
|
162
|
-
|
163
|
-
- name: "form_pill"
|
80
|
+
- name: "file_upload"
|
164
81
|
platforms: *web
|
165
|
-
description:
|
166
82
|
- name: "form"
|
167
83
|
platforms: *rails_only
|
168
|
-
description: The form kit provides consumers with a convenient, consistently styled <form> wrapper.
|
169
84
|
- name: "form_group"
|
170
85
|
platforms: *web
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
86
|
+
- name: "form_pill"
|
87
|
+
platforms: *web
|
88
|
+
- name: "multi_level_select"
|
89
|
+
platforms: *web
|
175
90
|
- name: "passphrase"
|
176
91
|
platforms: *web
|
177
|
-
description:
|
178
92
|
- name: "phone_number_input"
|
179
93
|
platforms: *web
|
180
|
-
|
181
|
-
|
182
|
-
platforms: *web
|
183
|
-
description: Area where user can enter small amount of text. Commonly used in forms.
|
94
|
+
- name: "radio"
|
95
|
+
platforms: *all
|
184
96
|
- name: "rich_text_editor"
|
185
97
|
platforms: *web
|
186
|
-
description:
|
187
|
-
- name: "textarea"
|
188
|
-
platforms: *web
|
189
|
-
description: Area where user can enter larger amounts of text. Commonly used in forms.
|
190
|
-
- name: "typeahead"
|
191
|
-
platforms: *web
|
192
|
-
description: Typeahead is auto suggestion or completion based on what the user is starting to type, gets refined as the user types more.
|
193
|
-
- name: form_selection
|
194
|
-
description:
|
195
|
-
components:
|
196
|
-
- name: "date_picker"
|
197
|
-
platforms: *web
|
198
|
-
description: Playbook's date picker is built using flatpickr, a vanilla js library. Common date picker use cases and features have been adapted into simple prop based configuration detailed in the docs below.
|
199
|
-
- name: "multi_level_select"
|
200
|
-
platforms: *web
|
201
|
-
description: The MultiLevelSelect kit renders a multi leveled select dropdown based on data from the user.
|
202
98
|
- name: "select"
|
203
99
|
platforms: *web
|
204
|
-
description: Select displays multiple options for a user to pick from in a dropdown menu. User selects one option.
|
205
100
|
- name: "selectable_card"
|
206
101
|
platforms: *web
|
207
|
-
description: Cards for information/content that can be selected. There is design for unselected and selected states. Typically used as a form element.
|
208
102
|
- name: "selectable_card_icon"
|
209
103
|
platforms: *web
|
210
|
-
description:
|
211
104
|
- name: "selectable_icon"
|
212
105
|
platforms: *web
|
213
|
-
description:
|
214
|
-
- name: "radio"
|
215
|
-
platforms: *all
|
216
|
-
description: Radio is a control that allows the user to only choose one predefined option.
|
217
|
-
- name: "checkbox"
|
218
|
-
platforms: *web
|
219
|
-
description: Checkbox is used for a list of selections that are meant to have one or more options checked.
|
220
106
|
- name: "selectable_list"
|
221
107
|
platforms: *web
|
222
|
-
|
223
|
-
|
224
|
-
|
108
|
+
- name: "text_input"
|
109
|
+
platforms: *web
|
110
|
+
- name: "textarea"
|
111
|
+
platforms: *web
|
112
|
+
- name: "toggle"
|
113
|
+
platforms: *web
|
114
|
+
- name: "typeahead"
|
115
|
+
platforms: *web
|
116
|
+
- name: "highlight"
|
117
|
+
components:
|
118
|
+
- name: "highlight"
|
119
|
+
platforms: *web
|
120
|
+
- name: "icon"
|
225
121
|
components:
|
226
122
|
- name: "icon"
|
227
123
|
platforms: *web
|
228
|
-
|
124
|
+
- name: "icon_circle"
|
125
|
+
components:
|
229
126
|
- name: "icon_circle"
|
230
127
|
platforms: *web
|
231
|
-
|
128
|
+
- name: "icon_stat_value"
|
129
|
+
components:
|
232
130
|
- name: "icon_stat_value"
|
233
131
|
platforms: *web
|
234
|
-
|
132
|
+
- name: "icon_value"
|
133
|
+
components:
|
235
134
|
- name: "icon_value"
|
236
135
|
platforms: *web
|
237
|
-
|
238
|
-
|
239
|
-
platforms: *web
|
240
|
-
description: This kit was created to display employee icons related to a Nitro user. Currently there is the PVI logo and the Million Dollar Rep Icon.
|
136
|
+
- name: "image"
|
137
|
+
components:
|
241
138
|
- name: "image"
|
242
139
|
platforms: *web
|
243
|
-
|
244
|
-
- name: "lightbox"
|
245
|
-
platforms: *react_only
|
246
|
-
description: The Lightbox kit is a popup window overlay that will appear on top of your webpage and cover the entirety of the screen.
|
247
|
-
- name: "star_rating"
|
248
|
-
platforms: *web
|
249
|
-
description: A component to view other people’s opinions and experiences. Use when you want to show evaluation or a quick quantitative rating. Most effective when paired with reviews.
|
250
|
-
- name: layout_and_structure
|
251
|
-
description:
|
140
|
+
- name: "layouts"
|
252
141
|
components:
|
253
142
|
- name: "flex"
|
254
143
|
platforms: *web
|
255
|
-
description: This kit is used to build most of the complex interfaces. The Flex Kit is used the same way flex box is used.
|
256
144
|
- name: "layout"
|
257
145
|
platforms: *web
|
258
|
-
|
259
|
-
- name: "card"
|
260
|
-
platforms: *all
|
261
|
-
description:
|
262
|
-
- name: "section_separator"
|
263
|
-
platforms: *web
|
264
|
-
description: Section separator is a divider line that compartmentalizes content, typically used on cards or white backgrounds.
|
265
|
-
- name: "background"
|
266
|
-
platforms: *web
|
267
|
-
description: The background kit is used for adding a background to a page or to any container.
|
268
|
-
- name: "collapsible"
|
269
|
-
platforms: *web
|
270
|
-
description:
|
271
|
-
- name: message_text_patterns
|
272
|
-
description:
|
146
|
+
- name: "lightbox"
|
273
147
|
components:
|
274
|
-
- name: "
|
275
|
-
platforms: *
|
276
|
-
|
277
|
-
|
148
|
+
- name: "lightbox"
|
149
|
+
platforms: *react_only
|
150
|
+
- name: "list"
|
151
|
+
components:
|
152
|
+
- name: "list"
|
278
153
|
platforms: *web
|
279
|
-
|
280
|
-
- name: navigation
|
281
|
-
description:
|
154
|
+
- name: "loading_inline"
|
282
155
|
components:
|
283
|
-
- name: "
|
156
|
+
- name: "loading_inline"
|
284
157
|
platforms: *web
|
285
|
-
|
158
|
+
- name: "map"
|
159
|
+
components:
|
160
|
+
- name: "map"
|
161
|
+
platforms: *react_only
|
162
|
+
- name: "nav"
|
163
|
+
components:
|
286
164
|
- name: "nav"
|
287
165
|
platforms: *web
|
288
|
-
|
166
|
+
- name: "pagination"
|
167
|
+
components:
|
289
168
|
- name: "pagination"
|
290
169
|
platforms: *rails_only
|
291
|
-
|
292
|
-
- name: state_and_progress_indicators
|
293
|
-
description:
|
170
|
+
- name: "popover"
|
294
171
|
components:
|
295
|
-
- name: "
|
172
|
+
- name: "popover"
|
296
173
|
platforms: *web
|
297
|
-
|
174
|
+
- name: "progress"
|
175
|
+
components:
|
298
176
|
- name: "progress_pills"
|
299
177
|
platforms: *web
|
300
|
-
description: Progress pills indicate a specific point in time of a series of sequential steps. They are used to track progress of something over time.
|
301
178
|
- name: "progress_simple"
|
302
179
|
platforms: *web
|
303
|
-
description: Displays the current progress of an operation flow. User understanding increases when paired with labels or numbers.
|
304
180
|
- name: "progress_step"
|
305
181
|
platforms: *web
|
306
|
-
|
307
|
-
|
182
|
+
- name: "section_separator"
|
183
|
+
components:
|
184
|
+
- name: "section_separator"
|
308
185
|
platforms: *web
|
309
|
-
|
310
|
-
|
186
|
+
- name: "star_rating"
|
187
|
+
components:
|
188
|
+
- name: "star_rating"
|
189
|
+
platforms: *web
|
190
|
+
- name: "table"
|
191
|
+
components:
|
192
|
+
- name: "table"
|
311
193
|
platforms: *web
|
312
|
-
|
313
|
-
- name: tags
|
314
|
-
description:
|
194
|
+
- name: "tags"
|
315
195
|
components:
|
196
|
+
- name: "tags"
|
197
|
+
platforms: *web
|
316
198
|
- name: "badge"
|
317
199
|
platforms: *web
|
318
|
-
|
200
|
+
- name: "hashtag"
|
201
|
+
platforms: *web
|
319
202
|
- name: "pill"
|
320
203
|
platforms: *all
|
321
|
-
|
322
|
-
|
204
|
+
- name: "timeline"
|
205
|
+
components:
|
206
|
+
- name: "timeline"
|
323
207
|
platforms: *web
|
324
|
-
|
325
|
-
|
326
|
-
|
208
|
+
- name: "time_and_date"
|
209
|
+
components:
|
210
|
+
- name: "date"
|
211
|
+
platforms: *web
|
212
|
+
- name: "date_range_inline"
|
213
|
+
platforms: *web
|
214
|
+
- name: "date_range_stacked"
|
215
|
+
platforms: *web
|
216
|
+
- name: "date_stacked"
|
217
|
+
platforms: *web
|
218
|
+
- name: "date_time"
|
219
|
+
platforms: *web
|
220
|
+
- name: "date_time_stacked"
|
221
|
+
platforms: *web
|
222
|
+
- name: "date_year_stacked"
|
223
|
+
platforms: *web
|
224
|
+
- name: "time"
|
225
|
+
platforms: *web
|
226
|
+
- name: "time_range_inline"
|
227
|
+
platforms: *web
|
228
|
+
- name: "time_stacked"
|
229
|
+
platforms: *web
|
230
|
+
- name: "timestamp"
|
231
|
+
platforms: *all
|
232
|
+
- name: "weekday_stacked"
|
233
|
+
platforms: *web
|
234
|
+
- name: "tooltip"
|
235
|
+
components:
|
236
|
+
- name: "tooltip"
|
237
|
+
platforms: *web
|
238
|
+
- name: "typography"
|
327
239
|
components:
|
328
240
|
- name: "body"
|
329
241
|
platforms: *web
|
330
|
-
description: Default text style for paragraphs. Follow hiearchy when using "light" or "lighter" variants to deemphasize text — default style should be followed by "light" followed by "lighter".
|
331
242
|
- name: "caption"
|
332
243
|
platforms: *web
|
333
|
-
description: Use to provide supplementary context. Default size is best when providing supplementary context to a small section (i.e. label for a text input, label for a paragraph). Use large caption when supplementary text covers more content.
|
334
244
|
- name: "detail"
|
335
245
|
platforms: *web
|
336
|
-
description: Used for tables or designs with large amounts of data or text.
|
337
246
|
- name: "title"
|
338
247
|
platforms: *web
|
339
|
-
|
340
|
-
- name: user
|
341
|
-
description:
|
248
|
+
- name: "typography_patterns"
|
342
249
|
components:
|
343
|
-
- name: "
|
344
|
-
platforms: *all
|
345
|
-
description: Avatar displays a user's picture. This helps aid easy recognition of the user. This kit is normally not used by itself, but rather used within other kits. The only time Avatar should be used instead of the User kit is when you are not going to display the user's name.
|
346
|
-
- name: "avatar_action_button"
|
250
|
+
- name: "contact"
|
347
251
|
platforms: *web
|
348
|
-
|
349
|
-
- name: "multiple_users"
|
252
|
+
- name: "currency"
|
350
253
|
platforms: *web
|
351
|
-
|
352
|
-
- name: "multiple_users_stacked"
|
254
|
+
- name: "dashboard_value"
|
353
255
|
platforms: *web
|
354
|
-
|
355
|
-
|
256
|
+
- name: "home_address_street"
|
257
|
+
platforms: *web
|
258
|
+
- name: "label_pill"
|
259
|
+
platforms: *web
|
260
|
+
- name: "label_value"
|
261
|
+
platforms: *web
|
262
|
+
- name: "message"
|
263
|
+
platforms: *web
|
264
|
+
- name: "person"
|
265
|
+
platforms: *web
|
266
|
+
- name: "person_contact"
|
267
|
+
platforms: *web
|
268
|
+
- name: "source"
|
269
|
+
platforms: *web
|
270
|
+
- name: "stat_change"
|
271
|
+
platforms: *web
|
272
|
+
- name: "stat_value"
|
273
|
+
platforms: *web
|
274
|
+
- name: "title_count"
|
275
|
+
platforms: *web
|
276
|
+
- name: "title_detail"
|
277
|
+
platforms: *web
|
278
|
+
- name: "user_badge"
|
279
|
+
components:
|
280
|
+
- name: "user_badge"
|
281
|
+
platforms: *web
|
282
|
+
- name: "walkthrough"
|
283
|
+
components:
|
284
|
+
- name: "walkthrough"
|
356
285
|
platforms: *web
|
357
|
-
description: This kit was created for having a systematic way of displaying users with avatar, titles, name and territory. This is a versatile kit with features than can be added to display more info.
|