playbook_ui 13.14.0 → 13.15.0.pre.alpha.reactselectbump581876

Sign up to get free protection for your applications and to get access to all the features.
Files changed (183) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/_playbook.scss +1 -0
  3. data/app/pb_kits/playbook/pb_avatar/_avatar.tsx +5 -5
  4. data/app/pb_kits/playbook/pb_avatar_action_button/_avatar_action_button.tsx +3 -3
  5. data/app/pb_kits/playbook/pb_background/_background.tsx +9 -9
  6. data/app/pb_kits/playbook/pb_badge/_badge.tsx +2 -2
  7. data/app/pb_kits/playbook/pb_bar_graph/_bar_graph.tsx +3 -3
  8. data/app/pb_kits/playbook/pb_body/_body.scss +0 -5
  9. data/app/pb_kits/playbook/pb_body/_body.tsx +5 -9
  10. data/app/pb_kits/playbook/pb_body/_body_mixins.scss +0 -20
  11. data/app/pb_kits/playbook/pb_body/body.rb +1 -8
  12. data/app/pb_kits/playbook/pb_bread_crumbs/_bread_crumb_item.tsx +3 -4
  13. data/app/pb_kits/playbook/pb_bread_crumbs/_bread_crumbs.tsx +3 -3
  14. data/app/pb_kits/playbook/pb_button/_button.tsx +40 -37
  15. data/app/pb_kits/playbook/pb_button/docs/_button_props_swift.md +11 -0
  16. data/app/pb_kits/playbook/pb_button/docs/_button_reaction_swift.md +26 -0
  17. data/app/pb_kits/playbook/pb_button/docs/example.yml +1 -0
  18. data/app/pb_kits/playbook/pb_button_toolbar/_button_toolbar.tsx +3 -3
  19. data/app/pb_kits/playbook/pb_caption/_caption.tsx +1 -1
  20. data/app/pb_kits/playbook/pb_card/_card.tsx +2 -2
  21. data/app/pb_kits/playbook/pb_card/docs/_card_background.jsx +5 -4
  22. data/app/pb_kits/playbook/pb_checkbox/_checkbox.tsx +3 -3
  23. data/app/pb_kits/playbook/pb_circle_chart/_circle_chart.tsx +9 -9
  24. data/app/pb_kits/playbook/pb_circle_icon_button/_circle_icon_button.tsx +1 -1
  25. data/app/pb_kits/playbook/pb_collapsible/_collapsible.tsx +5 -7
  26. data/app/pb_kits/playbook/pb_collapsible/_helper_functions.ts +2 -2
  27. data/app/pb_kits/playbook/pb_collapsible/child_kits/CollapsibleContent.tsx +5 -4
  28. data/app/pb_kits/playbook/pb_collapsible/child_kits/CollapsibleMain.tsx +16 -12
  29. data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_colors_swift.md +27 -0
  30. data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_default_swift.md +22 -0
  31. data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_props_table.md +8 -0
  32. data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_sizes_swift.md +26 -0
  33. data/app/pb_kits/playbook/pb_collapsible/docs/example.yml +6 -0
  34. data/app/pb_kits/playbook/pb_contact/_contact.tsx +3 -3
  35. data/app/pb_kits/playbook/pb_currency/_currency.tsx +2 -2
  36. data/app/pb_kits/playbook/pb_dashboard/pbChartsColorsHelper.ts +1 -1
  37. data/app/pb_kits/playbook/pb_dashboard/pbChartsDarkTheme.ts +4 -57
  38. data/app/pb_kits/playbook/pb_dashboard/pbChartsLightTheme.ts +4 -57
  39. data/app/pb_kits/playbook/pb_dashboard/themeTypes.ts +20 -16
  40. data/app/pb_kits/playbook/pb_dashboard_value/_dashboard_value.tsx +1 -1
  41. data/app/pb_kits/playbook/pb_date/_date.tsx +7 -7
  42. data/app/pb_kits/playbook/pb_date_picker/_date_picker.tsx +1 -1
  43. data/app/pb_kits/playbook/pb_date_range_inline/_date_range_inline.tsx +2 -2
  44. data/app/pb_kits/playbook/pb_date_range_stacked/_date_range_stacked.tsx +2 -2
  45. data/app/pb_kits/playbook/pb_date_stacked/_date_stacked.tsx +8 -8
  46. data/app/pb_kits/playbook/pb_date_time/_date_time.tsx +2 -2
  47. data/app/pb_kits/playbook/pb_date_time_stacked/_date_time_stacked.tsx +1 -1
  48. data/app/pb_kits/playbook/pb_date_year_stacked/_date_year_stacked.tsx +2 -2
  49. data/app/pb_kits/playbook/pb_date_year_stacked/date_year_stacked.test.js +6 -3
  50. data/app/pb_kits/playbook/pb_detail/_detail.scss +2 -2
  51. data/app/pb_kits/playbook/pb_detail/_detail.tsx +5 -5
  52. data/app/pb_kits/playbook/pb_detail/detail.rb +1 -1
  53. data/app/pb_kits/playbook/pb_detail/detail.test.jsx +2 -2
  54. data/app/pb_kits/playbook/pb_dialog/_close_icon.tsx +2 -2
  55. data/app/pb_kits/playbook/pb_dialog/_dialog.tsx +42 -34
  56. data/app/pb_kits/playbook/pb_dialog/child_kits/_dialog_body.tsx +1 -1
  57. data/app/pb_kits/playbook/pb_dialog/child_kits/_dialog_footer.tsx +4 -5
  58. data/app/pb_kits/playbook/pb_dialog/child_kits/_dialog_header.tsx +4 -4
  59. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_default_swift.md +11 -0
  60. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_full_height.jsx +8 -4
  61. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_full_height_placement.jsx +8 -4
  62. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_props_table.md +13 -0
  63. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_scrollable.jsx +4 -2
  64. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_sizes_swift.md +18 -0
  65. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_status.jsx +1 -1
  66. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_status_swift.md +14 -0
  67. data/app/pb_kits/playbook/pb_dialog/docs/example.yml +7 -0
  68. data/app/pb_kits/playbook/pb_distribution_bar/_distribution_bar.tsx +5 -5
  69. data/app/pb_kits/playbook/pb_file_upload/_file_upload.tsx +1 -1
  70. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.tsx +1 -1
  71. data/app/pb_kits/playbook/pb_flex/_flex.tsx +1 -1
  72. data/app/pb_kits/playbook/pb_flex/_flex_item.tsx +1 -1
  73. data/app/pb_kits/playbook/pb_form_group/_form_group.tsx +1 -1
  74. data/app/pb_kits/playbook/pb_form_pill/_form_pill.tsx +1 -1
  75. data/app/pb_kits/playbook/pb_gauge/_gauge.tsx +1 -1
  76. data/app/pb_kits/playbook/pb_hashtag/_hashtag.tsx +1 -1
  77. data/app/pb_kits/playbook/pb_highlight/_highlight.tsx +1 -1
  78. data/app/pb_kits/playbook/pb_home_address_street/_home_address_street.tsx +1 -1
  79. data/app/pb_kits/playbook/pb_icon/_icon.tsx +1 -1
  80. data/app/pb_kits/playbook/pb_icon_circle/_icon_circle.tsx +1 -1
  81. data/app/pb_kits/playbook/pb_icon_stat_value/_icon_stat_value.tsx +1 -1
  82. data/app/pb_kits/playbook/pb_icon_value/_icon_value.tsx +1 -1
  83. data/app/pb_kits/playbook/pb_image/_image.tsx +1 -1
  84. data/app/pb_kits/playbook/pb_label_pill/_label_pill.tsx +1 -1
  85. data/app/pb_kits/playbook/pb_label_value/_label_value.tsx +1 -1
  86. data/app/pb_kits/playbook/pb_layout/_layout.tsx +1 -1
  87. data/app/pb_kits/playbook/pb_legend/_legend.tsx +1 -1
  88. data/app/pb_kits/playbook/pb_lightbox/Header/_lightbox_header.tsx +1 -1
  89. data/app/pb_kits/playbook/pb_lightbox/_lightbox.tsx +1 -1
  90. data/app/pb_kits/playbook/pb_line_graph/_line_graph.tsx +1 -1
  91. data/app/pb_kits/playbook/pb_list/_list.tsx +1 -1
  92. data/app/pb_kits/playbook/pb_list/_list_item.tsx +1 -1
  93. data/app/pb_kits/playbook/pb_loading_inline/_loading_inline.tsx +1 -1
  94. data/app/pb_kits/playbook/pb_map/_map.tsx +1 -1
  95. data/app/pb_kits/playbook/pb_message/_message.tsx +1 -1
  96. data/app/pb_kits/playbook/pb_message/_message_mention.tsx +1 -1
  97. data/app/pb_kits/playbook/pb_multi_level_select/_multi_level_select.tsx +1 -1
  98. data/app/pb_kits/playbook/pb_multiple_users/_multiple_users.tsx +1 -1
  99. data/app/pb_kits/playbook/pb_multiple_users_stacked/_multiple_users_stacked.tsx +1 -1
  100. data/app/pb_kits/playbook/pb_nav/_item.tsx +1 -1
  101. data/app/pb_kits/playbook/pb_nav/_nav.tsx +1 -1
  102. data/app/pb_kits/playbook/pb_nav/docs/_nav_horizontal_bold_swift.md +17 -0
  103. data/app/pb_kits/playbook/pb_nav/docs/_nav_horizontal_default_swift.md +17 -0
  104. data/app/pb_kits/playbook/pb_nav/docs/_nav_horizontal_subtle_no_highlight_swift.md +18 -0
  105. data/app/pb_kits/playbook/pb_nav/docs/_nav_horizontal_subtle_swift.md +18 -0
  106. data/app/pb_kits/playbook/pb_nav/docs/_nav_props_swift.md +11 -0
  107. data/app/pb_kits/playbook/pb_nav/docs/_nav_vertical_bold_swift.md +18 -0
  108. data/app/pb_kits/playbook/pb_nav/docs/_nav_vertical_default_swift.md +18 -0
  109. data/app/pb_kits/playbook/pb_nav/docs/_nav_vertical_subtle_no_highlight_swift.md +19 -0
  110. data/app/pb_kits/playbook/pb_nav/docs/_nav_vertical_subtle_swift.md +17 -0
  111. data/app/pb_kits/playbook/pb_nav/docs/example.yml +17 -0
  112. data/app/pb_kits/playbook/pb_online_status/_online_status.tsx +1 -1
  113. data/app/pb_kits/playbook/pb_passphrase/_passphrase.tsx +1 -1
  114. data/app/pb_kits/playbook/pb_person/_person.tsx +1 -1
  115. data/app/pb_kits/playbook/pb_person/docs/_person_default_swift.md +8 -0
  116. data/app/pb_kits/playbook/pb_person/docs/_person_props_swift.md +5 -0
  117. data/app/pb_kits/playbook/pb_person/docs/example.yml +4 -0
  118. data/app/pb_kits/playbook/pb_person_contact/_person_contact.tsx +1 -1
  119. data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx +1 -1
  120. data/app/pb_kits/playbook/pb_pill/_pill.tsx +1 -1
  121. data/app/pb_kits/playbook/pb_popover/_popover.tsx +1 -1
  122. data/app/pb_kits/playbook/pb_progress_pills/_progress_pills.tsx +1 -1
  123. data/app/pb_kits/playbook/pb_progress_simple/_progress_simple.tsx +1 -1
  124. data/app/pb_kits/playbook/pb_progress_step/_progress_step.tsx +1 -1
  125. data/app/pb_kits/playbook/pb_progress_step/_progress_step_item.tsx +1 -1
  126. data/app/pb_kits/playbook/pb_radio/_radio.tsx +1 -1
  127. data/app/pb_kits/playbook/pb_rich_text_editor/_rich_text_editor.tsx +1 -1
  128. data/app/pb_kits/playbook/pb_section_separator/_section_separator.tsx +1 -1
  129. data/app/pb_kits/playbook/pb_select/_select.tsx +1 -1
  130. data/app/pb_kits/playbook/pb_select/docs/_select_default_swift.md +15 -0
  131. data/app/pb_kits/playbook/pb_select/docs/_select_error_swift.md +18 -0
  132. data/app/pb_kits/playbook/pb_select/docs/_select_props_table.md +8 -0
  133. data/app/pb_kits/playbook/pb_select/docs/example.yml +5 -0
  134. data/app/pb_kits/playbook/pb_selectable_card/_selectable_card.tsx +1 -1
  135. data/app/pb_kits/playbook/pb_selectable_card_icon/_selectable_card_icon.tsx +1 -1
  136. data/app/pb_kits/playbook/pb_selectable_icon/_selectable_icon.tsx +1 -1
  137. data/app/pb_kits/playbook/pb_selectable_list/_item.tsx +1 -1
  138. data/app/pb_kits/playbook/pb_selectable_list/_selectable_list.tsx +1 -1
  139. data/app/pb_kits/playbook/pb_source/_source.tsx +1 -1
  140. data/app/pb_kits/playbook/pb_star_rating/_star_rating.tsx +1 -1
  141. data/app/pb_kits/playbook/pb_stat_change/_stat_change.tsx +1 -1
  142. data/app/pb_kits/playbook/pb_stat_value/_stat_value.tsx +1 -1
  143. data/app/pb_kits/playbook/pb_table/_table.tsx +1 -1
  144. data/app/pb_kits/playbook/pb_table/_table_row.tsx +1 -1
  145. data/app/pb_kits/playbook/pb_text_input/_text_input.tsx +1 -1
  146. data/app/pb_kits/playbook/pb_textarea/_textarea.tsx +1 -1
  147. data/app/pb_kits/playbook/pb_time/_time.tsx +1 -1
  148. data/app/pb_kits/playbook/pb_time_range_inline/_time_range_inline.tsx +1 -1
  149. data/app/pb_kits/playbook/pb_time_stacked/_time_stacked.tsx +1 -1
  150. data/app/pb_kits/playbook/pb_timeline/_item.tsx +1 -1
  151. data/app/pb_kits/playbook/pb_timeline/_timeline.tsx +1 -1
  152. data/app/pb_kits/playbook/pb_timestamp/_timestamp.tsx +1 -1
  153. data/app/pb_kits/playbook/pb_title/_title.scss +0 -5
  154. data/app/pb_kits/playbook/pb_title/_title.tsx +2 -5
  155. data/app/pb_kits/playbook/pb_title/_title_mixin.scss +0 -19
  156. data/app/pb_kits/playbook/pb_title/title.rb +2 -9
  157. data/app/pb_kits/playbook/pb_title_count/_title_count.tsx +1 -1
  158. data/app/pb_kits/playbook/pb_title_detail/_title_detail.tsx +1 -1
  159. data/app/pb_kits/playbook/pb_toggle/_toggle.tsx +1 -1
  160. data/app/pb_kits/playbook/pb_tooltip/_tooltip.tsx +1 -1
  161. data/app/pb_kits/playbook/pb_treemap_chart/_treemap_chart.tsx +1 -1
  162. data/app/pb_kits/playbook/pb_typeahead/_typeahead.tsx +1 -1
  163. data/app/pb_kits/playbook/pb_user/_user.tsx +1 -1
  164. data/app/pb_kits/playbook/pb_user/docs/_user_horizontal_swift.md +37 -0
  165. data/app/pb_kits/playbook/pb_user/docs/_user_props_table.md +10 -0
  166. data/app/pb_kits/playbook/pb_user/docs/_user_size_swift.md +35 -0
  167. data/app/pb_kits/playbook/pb_user/docs/_user_text_only_swift.md +27 -0
  168. data/app/pb_kits/playbook/pb_user/docs/_user_vertical_size_swift.md +35 -0
  169. data/app/pb_kits/playbook/pb_user/docs/example.yml +7 -0
  170. data/app/pb_kits/playbook/pb_user_badge/_user_badge.tsx +1 -1
  171. data/app/pb_kits/playbook/pb_walkthrough/_walkthrough.tsx +1 -1
  172. data/app/pb_kits/playbook/pb_weekday_stacked/_weekday_stacked.tsx +1 -1
  173. data/app/pb_kits/playbook/tokens/exports/exports.d.ts +1 -0
  174. data/app/pb_kits/playbook/utilities/_truncate.scss +20 -0
  175. data/app/pb_kits/playbook/utilities/globalProps.ts +13 -2
  176. data/app/pb_kits/playbook/utilities/props.ts +2 -2
  177. data/app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js +21 -0
  178. data/dist/playbook-rails.js +14 -6
  179. data/lib/playbook/classnames.rb +1 -0
  180. data/lib/playbook/kit_base.rb +2 -0
  181. data/lib/playbook/truncate.rb +29 -0
  182. data/lib/playbook/version.rb +2 -2
  183. metadata +39 -7
@@ -35,7 +35,7 @@ type RichTextEditorProps = {
35
35
  className?: string,
36
36
  data?: { [key: string]: string },
37
37
  focus?: boolean,
38
- htmlOptions?: {[key: string]: string | number | boolean | Function},
38
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
39
39
  id?: string,
40
40
  inline?: boolean,
41
41
  extensions?: { [key: string]: string }[],
@@ -12,7 +12,7 @@ type SectionSeparatorProps = {
12
12
  className?: string,
13
13
  dark?: boolean,
14
14
  data?: { [key: string]: string; },
15
- htmlOptions?: {[key: string]: string | number | boolean | Function},
15
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
16
16
  id?: string,
17
17
  lineStyle?: "solid" | "dashed",
18
18
  orientation?: "horizontal" | "vertical",
@@ -24,7 +24,7 @@ type SelectProps = {
24
24
  data?: { [key: string]: string },
25
25
  disabled?: boolean,
26
26
  error?: string,
27
- htmlOptions?: {[key: string]: string | number | boolean | Function},
27
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
28
28
  id?: string,
29
29
  includeBlank?: string,
30
30
  inline?: boolean,
@@ -0,0 +1,15 @@
1
+ ![select-default](https://github.com/powerhome/playbook/assets/54749071/ead0e074-46ae-425a-ab32-d9c4418a0783)
2
+
3
+
4
+ ```swift
5
+ let defaultOptions = [
6
+ (value: "1", text: "Burgers"),
7
+ (value: "2", text: "Pizza"),
8
+ (value: "3", text: "Tacos")
9
+ ]
10
+ @State private var defaultState = ""
11
+
12
+ PBSelect(title: "Favorite Food", options: defaultOptions, style: .default) { selected in
13
+ defaultState = selected
14
+ }
15
+ ```
@@ -0,0 +1,18 @@
1
+ ![select-error](https://github.com/powerhome/playbook/assets/54749071/c02e365b-c3a1-446b-b9f2-47db11315786)
2
+
3
+ ```swift
4
+ let defaultOptions = [
5
+ (value: "1", text: "Burgers"),
6
+ (value: "2", text: "Pizza"),
7
+ (value: "3", text: "Tacos")
8
+ ]
9
+ @State private var errorState = ""
10
+
11
+ PBSelect(
12
+ title: "Favorite Food",
13
+ options: defaultOptions,
14
+ style: .error("Please make a valid selection")
15
+ ) { selected in
16
+ errorState = selected
17
+ }
18
+ ```
@@ -0,0 +1,8 @@
1
+ ### Props
2
+ | Name | Type | Description | Default | Values |
3
+ | --- | ----------- | --------- | --------- | --------- |
4
+ | **title** | `String` | Sets label title for dropdown | | |
5
+ | **options** | `(String, String)` | Displays the list of dropdown options | | |
6
+ | **style** | `Variant` | Options for the state of dropdown | `.default` | `default` `disabled` `error` |
7
+ | **selectedOption** | `String` | Changes selected value when new value is selected | | |
8
+ | **selected** | `String` | Changes the value of the option selected in dropdown | | |
@@ -28,3 +28,8 @@ examples:
28
28
  - select_inline: Select Inline
29
29
  - select_inline_compact: Select Inline Compact
30
30
  - select_multiple: Select Multiple
31
+
32
+ swift:
33
+ - select_default_swift: Default
34
+ - select_error_swift: Error
35
+ - select_props_table: ""
@@ -28,7 +28,7 @@ type SelectableCardProps = {
28
28
  disabled?: boolean,
29
29
  error?: boolean,
30
30
  icon?: boolean,
31
- htmlOptions?: {[key: string]: string | number | boolean | Function},
31
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
32
32
  inputId?: string,
33
33
  id?: string,
34
34
  multi?: boolean,
@@ -22,7 +22,7 @@ type SelectableCardIconProps = {
22
22
  dark?: boolean,
23
23
  data?: { [key: string]: string },
24
24
  disabled?: boolean,
25
- htmlOptions?: {[key: string]: string | number | boolean | Function},
25
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
26
26
  icon?: string,
27
27
  inputId?: string,
28
28
  multi?: boolean,
@@ -18,7 +18,7 @@ type SelectableIconProps = {
18
18
  customIcon?: {[key: string] :SVGElement},
19
19
  disabled?: boolean,
20
20
  data?: Object,
21
- htmlOptions?: {[key: string]: string | number | boolean | Function},
21
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
22
22
  icon: string,
23
23
  inputId: string,
24
24
  inputs: string,
@@ -15,7 +15,7 @@ export type SelectableListItemProps = {
15
15
  className?: string;
16
16
  data?: object;
17
17
  defaultChecked?: boolean;
18
- htmlOptions?: { [key: string]: string | number | boolean | Function };
18
+ htmlOptions?: { [key: string]: string | number | boolean | (() => void) };
19
19
  id?: string;
20
20
  label?: string;
21
21
  text?: string;
@@ -13,7 +13,7 @@ type SelectableListProps = {
13
13
  children?: React.ReactElement[],
14
14
  className?: string,
15
15
  data?: object,
16
- htmlOptions?: {[key: string]: string | number | boolean | Function},
16
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
17
17
  id?: string,
18
18
  variant?: 'checkbox' | 'radio',
19
19
  }
@@ -15,7 +15,7 @@ type SourceProps = {
15
15
  className?: string,
16
16
  data?: { [key: string]: string },
17
17
  hideIcon: boolean,
18
- htmlOptions?: {[key: string]: string | number | boolean | Function},
18
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
19
19
  id?: string,
20
20
  source?: string,
21
21
  type: "events" | "inbound" | "outbound" | "prospecting" | "referral" | "retail" | "user",
@@ -17,7 +17,7 @@ type StarRatingProps = {
17
17
  dark?: boolean,
18
18
  fixedWidth?: boolean,
19
19
  layoutOption?: "default" | "number" | "onestar",
20
- htmlOptions?: {[key: string]: string | number | boolean | Function},
20
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
21
21
  icon?: string,
22
22
  id?: string,
23
23
  rating: number,
@@ -22,7 +22,7 @@ type StatChangeProps = {
22
22
  change?: 'increase' | 'decrease' | 'neutral',
23
23
  className?: string,
24
24
  icon?: string,
25
- htmlOptions?: {[key: string]: string | number | boolean | Function},
25
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
26
26
  id?: string,
27
27
  value?: string | number,
28
28
  }
@@ -7,7 +7,7 @@ import Title from '../pb_title/_title'
7
7
 
8
8
  type StatValueProps = {
9
9
  className?: string,
10
- htmlOptions?: {[key: string]: string | number | boolean | Function},
10
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
11
11
  id?: string,
12
12
  unit?: string,
13
13
  value: string | number,
@@ -14,7 +14,7 @@ type TableProps = {
14
14
  data?: { [key: string]: string },
15
15
  dataTable: boolean,
16
16
  disableHover: boolean,
17
- htmlOptions?: {[key: string]: string | number | boolean | Function},
17
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
18
18
  id?: string,
19
19
  responsive: "collapse" | "scroll" | "none",
20
20
  singleLine: boolean,
@@ -8,7 +8,7 @@ type TableRowPropTypes = {
8
8
  children: React.ReactNode[] | React.ReactNode,
9
9
  className: string,
10
10
  data?: { [key: string]: string },
11
- htmlOptions?: {[key: string]: string | number | boolean | Function},
11
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
12
12
  id?: string,
13
13
  sideHighlightColor: string,
14
14
  }
@@ -17,7 +17,7 @@ type TextInputProps = {
17
17
  dark?: boolean,
18
18
  disabled?: boolean,
19
19
  error?: string,
20
- htmlOptions?: {[key: string]: string | number | boolean | Function},
20
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
21
21
  id?: string,
22
22
  inline?: boolean,
23
23
  name: string,
@@ -22,7 +22,7 @@ type TextareaProps = {
22
22
  data?: {[key: string]: string},
23
23
  disabled?: boolean,
24
24
  error?: string,
25
- htmlOptions?: {[key: string]: string | number | boolean | Function},
25
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
26
26
  id?: string,
27
27
  inline?: boolean,
28
28
  object?: string,
@@ -16,7 +16,7 @@ type TimeProps = {
16
16
  date: Date;
17
17
  dark?: boolean;
18
18
  id?: string;
19
- htmlOptions?: {[key: string]: string | number | boolean | Function};
19
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
20
20
  showIcon?: boolean;
21
21
  size?: "md" | "sm";
22
22
  showTimezone?: boolean;
@@ -12,7 +12,7 @@ import Icon from '../pb_icon/_icon'
12
12
  type TimeRangeInlineProps = {
13
13
  aria?: { [key: string]: string },
14
14
  className?: string,
15
- htmlOptions?: {[key: string]: string | number | boolean | Function},
15
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
16
16
  id?: string,
17
17
  data?: { [key: string]: string },
18
18
  alignment?: "left" | "center" | "vertical",
@@ -14,7 +14,7 @@ type TimeStackedProps = {
14
14
  dark?: boolean,
15
15
  data?: { [key: string]: string },
16
16
  date?: Date,
17
- htmlOptions?: {[key: string]: string | number | boolean | Function},
17
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
18
18
  id?: string,
19
19
  time?: number | Date,
20
20
  timeZone?: string,
@@ -10,7 +10,7 @@ type ItemProps = {
10
10
  className?: string,
11
11
  children?: React.ReactNode[] | React.ReactNode,
12
12
  date?: Date,
13
- htmlOptions?: {[key: string]: string | number | boolean | Function},
13
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
14
14
  icon?: string,
15
15
  iconColor?: 'default' | 'royal' | 'blue' | 'purple' | 'teal' | 'red' | 'yellow' | 'green',
16
16
  lineStyle?: 'solid' | 'dotted',
@@ -10,7 +10,7 @@ type TimelineProps = {
10
10
  children?: React.ReactChild[] | React.ReactChild,
11
11
  className?: string,
12
12
  data?: { [key: string]: string },
13
- htmlOptions?: {[key: string]: string | number | boolean | Function},
13
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
14
14
  id?: string,
15
15
  orientation?: string,
16
16
  showDate?: boolean,
@@ -16,7 +16,7 @@ type TimestampProps = {
16
16
  text: string,
17
17
  timestamp: Date | string,
18
18
  timezone: string,
19
- htmlOptions?: {[key: string]: string | number | boolean | Function},
19
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
20
20
  id?: string,
21
21
  showDate?: boolean,
22
22
  showUser?: boolean,
@@ -31,10 +31,6 @@
31
31
  @include pb_title_thin;
32
32
  }
33
33
 
34
- &[class*=_truncate] {
35
- @include title_truncate;
36
- }
37
-
38
34
  @each $size, $size_value in $breakpoints_grid {
39
35
  @for $title_size_value from 1 through 4 {
40
36
  $min_size: map-get($size_value, "min");
@@ -46,7 +42,6 @@
46
42
  @else if $title_size_value == 3 { @include pb_title_3; }
47
43
  @else if $title_size_value == 4 { @include pb_title_4; }
48
44
  @include title_colors;
49
- @include title_truncate;
50
45
  @if $title_size_value != 4 { @include pb_title_bold; }
51
46
  }
52
47
  }
@@ -13,12 +13,11 @@ type TitleProps = {
13
13
  className?: string,
14
14
  color?: "default" | "light" | "lighter" | "success" | "error" | "link",
15
15
  data?: {[key: string]: string},
16
- htmlOptions?: {[key: string]: string | number | boolean | Function},
16
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
17
17
  id?: string,
18
18
  size?: SizeType | SizeResponsiveType,
19
19
  tag?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "div" | "span",
20
20
  text?: string,
21
- truncate?: null | "1" | "2" | "3" | "4" | "5",
22
21
  variant?: null | "link",
23
22
  } & GlobalProps
24
23
 
@@ -36,7 +35,6 @@ const Title = (props: TitleProps): React.ReactElement => {
36
35
  bold = true,
37
36
  tag = 'h3',
38
37
  text,
39
- truncate = null,
40
38
  variant = null,
41
39
  } = props
42
40
 
@@ -44,7 +42,6 @@ const Title = (props: TitleProps): React.ReactElement => {
44
42
  const dataProps: {[key: string]: string | number} = buildDataProps(data)
45
43
  const htmlProps = buildHtmlProps(htmlOptions)
46
44
  const getBold = bold ? '' : 'thin'
47
- const isTruncated = truncate ? `truncate-${truncate}` : null
48
45
  const isSizeNumberOrString = typeof size === "number" || typeof size === "string"
49
46
 
50
47
  const buildResponsiveSizeCss = () => {
@@ -60,7 +57,7 @@ const Title = (props: TitleProps): React.ReactElement => {
60
57
  }
61
58
 
62
59
  const classes = classnames(
63
- buildCss('pb_title_kit', isSizeNumberOrString ? `size_${size}` : "", variant, color, getBold, isTruncated),
60
+ buildCss('pb_title_kit', isSizeNumberOrString ? `size_${size}` : "", variant, color, getBold),
64
61
  globalProps(props),
65
62
  buildResponsiveSizeCss(),
66
63
  className
@@ -16,22 +16,3 @@ $pb_title_colors: (
16
16
  }
17
17
  }
18
18
  }
19
-
20
- $pb_title_truncate: (
21
- truncate-1: 1,
22
- truncate-2: 2,
23
- truncate-3: 3,
24
- truncate-4: 4,
25
- truncate-5: 5
26
- );
27
-
28
- @mixin title_truncate {
29
- @each $name, $number in $pb_title_truncate {
30
- &[class*=_#{$name}] {
31
- overflow: hidden;
32
- display: -webkit-box;
33
- -webkit-line-clamp: $number;
34
- -webkit-box-orient: vertical;
35
- }
36
- }
37
- }
@@ -16,15 +16,12 @@ module Playbook
16
16
  default: nil,
17
17
  deprecated: true
18
18
  prop :bold, type: Playbook::Props::Boolean, default: true
19
- prop :truncate, type: Playbook::Props::Enum,
20
- values: [nil, "1", "2", "3", "4", "5"],
21
- default: nil
22
19
 
23
20
  def classname
24
21
  if is_size_responsive
25
- generate_classname("pb_title_kit", variant, color, is_bold, is_truncated) + generate_responsive_size_classname
22
+ generate_classname("pb_title_kit", variant, color, is_bold) + generate_responsive_size_classname
26
23
  else
27
- generate_classname("pb_title_kit", size, variant, color, is_bold, is_truncated)
24
+ generate_classname("pb_title_kit", size, variant, color, is_bold)
28
25
  end
29
26
  end
30
27
 
@@ -32,10 +29,6 @@ module Playbook
32
29
  bold ? nil : "thin"
33
30
  end
34
31
 
35
- def is_truncated
36
- truncate ? "truncate-#{truncate}" : nil
37
- end
38
-
39
32
  def is_size_responsive
40
33
  try(:size).is_a?(::Hash)
41
34
  end
@@ -16,7 +16,7 @@ type TitleCountProps = {
16
16
  count?: number,
17
17
  dark?: boolean,
18
18
  data?: { [key: string]: string },
19
- htmlOptions?: {[key: string]: string | number | boolean | Function},
19
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
20
20
  id?: string,
21
21
  title?: string,
22
22
  size?: "lg" | "sm",
@@ -13,7 +13,7 @@ type TitleDetailProps = {
13
13
  className?: string,
14
14
  data?: { [key: string]: string },
15
15
  detail: string,
16
- htmlOptions?: {[key: string]: string | number | boolean | Function},
16
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
17
17
  id?: string,
18
18
  title: string,
19
19
  } & GlobalProps
@@ -17,7 +17,7 @@ type Props = {
17
17
  children?: React.ReactNode | React.ReactNode[],
18
18
  className?: string,
19
19
  data?: { [key: string]: string },
20
- htmlOptions?: {[key: string]: string | number | boolean | Function},
20
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
21
21
  id?: string,
22
22
  name?: string,
23
23
  onChange?: InputCallback<HTMLInputElement>,
@@ -23,7 +23,7 @@ type TooltipProps = {
23
23
  children: JSX.Element,
24
24
  data?: { [key: string]: string },
25
25
  delay?: number | Partial<{open: number; close: number}>,
26
- htmlOptions?: {[key: string]: string | number | boolean | Function},
26
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
27
27
  icon?: string,
28
28
  interaction?: boolean,
29
29
  placement?: Placement,
@@ -25,7 +25,7 @@ type TreemapChartProps = {
25
25
  drillable: boolean;
26
26
  grouped: boolean;
27
27
  height?: string;
28
- htmlOptions?: {[key: string]: string | number | boolean | Function};
28
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
29
29
  id: number | string;
30
30
  title?: string;
31
31
  tooltipHtml: string;
@@ -34,7 +34,7 @@ type TypeaheadProps = {
34
34
  dark?: boolean,
35
35
  data?: { [key: string]: string },
36
36
  error?: string,
37
- htmlOptions?: {[key: string]: string | number | boolean | Function},
37
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
38
38
  id?: string,
39
39
  label?: string,
40
40
  loadOptions?: string | Noop,
@@ -16,7 +16,7 @@ type UserProps = {
16
16
  className?: string,
17
17
  dark?: boolean,
18
18
  data?: {[key: string]: string},
19
- htmlOptions?: {[key: string]: string | number | boolean | Function},
19
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
20
20
  id?: string,
21
21
  name?: string,
22
22
  orientation?: "horizontal" | "vertical",
@@ -0,0 +1,37 @@
1
+ ![user-horizontal](https://github.com/powerhome/playbook/assets/92755007/63680051-6a88-4ae7-bffd-74d8e9b3a805)
2
+
3
+ ```swift
4
+
5
+ let img = Image("andrew", bundle: .module)
6
+ let name = "Andrew K"
7
+ let title = "Rebels Developer"
8
+
9
+ VStack(alignment: .leading, spacing: Spacing.small) {
10
+ PBUser(
11
+ name: name,
12
+ image: img,
13
+ territory: "PHL",
14
+ title: title
15
+ )
16
+
17
+ PBUser(
18
+ name: name,
19
+ territory: "PHL",
20
+ title: title
21
+ )
22
+
23
+ PBUser(
24
+ name: name,
25
+ image: img,
26
+ size: .small,
27
+ title: title
28
+ )
29
+
30
+ PBUser(
31
+ name: name,
32
+ image: img,
33
+ size: .small
34
+ )
35
+ }
36
+
37
+ ```
@@ -0,0 +1,10 @@
1
+ ### Props
2
+ | Name | Type | Description | Default | Values |
3
+ | --- | ----------- | --------- | --------- | --------- |
4
+ | **name** | `String` | Sets the User's name | | |
5
+ | **displayAvatar** | `Bool` | Displays the User's avatar | `true` | `true` `false` |
6
+ | **image** | `Image` | Sets image for the avatar | | |
7
+ | **orientation** | `Orientation` | Changes the orientation of the User | `.horizontal` | `.horizontal` `.verticle` |
8
+ | **size** | `UserAvatarSize` | Changes the size of the User | `.medium` | `.small` `.medium` `.large` |
9
+ | **territory** | `String` | Adds the User's territory | | |
10
+ | **title** | `String` | Adds a title | | |
@@ -0,0 +1,35 @@
1
+ ![user-size](https://github.com/powerhome/playbook/assets/54749071/ed012a15-64a1-4c13-a0bc-7457660992f6)
2
+
3
+
4
+ ```swift
5
+
6
+ let img = Image("andrew", bundle: .module)
7
+ let name = "Andrew K"
8
+ let title = "Rebels Developer"
9
+
10
+ VStack(alignment: .leading, spacing: Spacing.small) {
11
+ PBUser(
12
+ name: name,
13
+ image: img,
14
+ size: .small,
15
+ territory: "PHL",
16
+ title: title
17
+ )
18
+
19
+ PBUser(
20
+ name: name,
21
+ image: img,
22
+ territory: "PHL",
23
+ title: title
24
+ )
25
+
26
+ PBUser(
27
+ name: name,
28
+ image: img,
29
+ size: .large,
30
+ territory: "PHL",
31
+ title: title
32
+ )
33
+ }
34
+
35
+ ```
@@ -0,0 +1,27 @@
1
+ ![user-text-only](https://github.com/powerhome/playbook/assets/54749071/ba04df54-6590-4db6-ad32-38932a08aced)
2
+
3
+
4
+ ```swift
5
+
6
+ let img = Image("andrew", bundle: .module)
7
+ let name = "Andrew K"
8
+ let title = "Rebels Developer"
9
+
10
+ VStack(spacing: Spacing.small) {
11
+ PBUser(
12
+ name: name,
13
+ displayAvatar: false,
14
+ size: .large,
15
+ territory: "PHL",
16
+ title: title
17
+ )
18
+
19
+ PBUser(
20
+ name: name,
21
+ displayAvatar: false,
22
+ territory: "PHL",
23
+ title: title
24
+ )
25
+ }
26
+
27
+ ```
@@ -0,0 +1,35 @@
1
+ ![user-verticle-size](https://github.com/powerhome/playbook/assets/54749071/e99b4c9b-0752-467e-971e-a6a5f520009e)
2
+
3
+
4
+ ```swift
5
+
6
+ let img = Image("andrew", bundle: .module)
7
+ let name = "Andrew K"
8
+ let title = "Rebels Developer"
9
+
10
+ VStack(alignment: .leading, spacing: Spacing.small) {
11
+ PBUser(
12
+ name: name,
13
+ image: img,
14
+ orientation: .vertical,
15
+ size: .small,
16
+ title: title
17
+ )
18
+
19
+ PBUser(
20
+ name: name,
21
+ image: img,
22
+ orientation: .vertical,
23
+ title: title
24
+ )
25
+
26
+ PBUser(
27
+ name: name,
28
+ image: img,
29
+ orientation: .vertical,
30
+ size: .large,
31
+ title: title
32
+ )
33
+ }
34
+
35
+ ```
@@ -17,3 +17,10 @@ examples:
17
17
  - user_vertical_size: Vertical Size
18
18
  - user_subtitle: Subtitle
19
19
  - user_block_content_subtitle_react: Block Content Subtitle
20
+
21
+ swift:
22
+ - user_horizontal_swift: Horizontal
23
+ - user_vertical_size_swift: Vertical
24
+ - user_text_only_swift: Text Only
25
+ - user_size_swift: Horizontal Size
26
+ - user_props_table: ""
@@ -10,7 +10,7 @@ type UserBadgeProps = {
10
10
  badge?: "million-dollar" | "veteran",
11
11
  className?: string,
12
12
  data?: {[key: string]: string},
13
- htmlOptions?: {[key: string]: string | number | boolean | Function},
13
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
14
14
  id?: string,
15
15
  size?: "sm" | "md" | "lg",
16
16
  }
@@ -14,7 +14,7 @@ type WalkthroughProps = {
14
14
  className?: string,
15
15
  continuous?: boolean,
16
16
  data?: { [key: string]: string },
17
- htmlOptions?: {[key: string]: string | number | boolean | Function},
17
+ htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
18
18
  id?: string,
19
19
  run?: boolean,
20
20
  steps?: [],