playbook_ui 15.2.0.pre.rc.4 → 15.3.0.pre.alpha.PLAY2565formkitsubmitfix11681

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.
Files changed (157) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/_playbook.scss +5 -5
  3. data/app/pb_kits/playbook/pb_advanced_table/advanced_table.html.erb +2 -2
  4. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.html.erb +39 -0
  5. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.md +1 -0
  6. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta.md +3 -1
  7. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_sort.html.erb +3 -3
  8. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_subrow_headers.html.erb +3 -3
  9. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_collapsible_trail_rails.html.erb +2 -2
  10. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.md +1 -1
  11. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers_rails.html.erb +2 -2
  12. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.html.erb +2 -2
  13. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.md +1 -1
  14. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.html.erb +51 -0
  15. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.md +1 -0
  16. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.html.erb +40 -0
  17. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.md +1 -0
  18. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_row_styling_rails.md +1 -1
  19. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_row_styling_react.md +1 -1
  20. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_rails.html.erb +2 -2
  21. data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +3 -0
  22. data/app/pb_kits/playbook/pb_advanced_table/index.js +5 -1
  23. data/app/pb_kits/playbook/pb_advanced_table/table_body.rb +6 -6
  24. data/app/pb_kits/playbook/pb_advanced_table/table_header.rb +6 -6
  25. data/app/pb_kits/playbook/pb_advanced_table/table_row.html.erb +3 -2
  26. data/app/pb_kits/playbook/pb_advanced_table/table_row.rb +49 -5
  27. data/app/pb_kits/playbook/pb_bread_crumbs/docs/_bread_crumbs_default.html.erb +4 -4
  28. data/app/pb_kits/playbook/pb_bread_crumbs/docs/_bread_crumbs_default.jsx +4 -0
  29. data/app/pb_kits/playbook/pb_button/_button.scss +6 -0
  30. data/app/pb_kits/playbook/pb_button/docs/_button_loading.html.erb +7 -3
  31. data/app/pb_kits/playbook/pb_button/docs/_button_loading.jsx +29 -0
  32. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_range_pattern.jsx +1 -1
  33. data/app/pb_kits/playbook/pb_draggable/_draggable.scss +8 -0
  34. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.scss +0 -1
  35. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.tsx +5 -3
  36. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_description.md +2 -0
  37. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.rb +4 -1
  38. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.test.js +10 -0
  39. data/app/pb_kits/playbook/pb_form/docs/_form_form_with_loading.html.erb +1 -1
  40. data/app/pb_kits/playbook/pb_form/docs/_form_form_with_validate.html.erb +1 -1
  41. data/app/pb_kits/playbook/pb_form/formHelper.js +1 -1
  42. data/app/pb_kits/playbook/pb_pb_bar_graph/_pb_bar_graph.tsx +8 -6
  43. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_description.md +3 -0
  44. data/app/pb_kits/playbook/pb_pb_bar_graph/pb_bar_graph.rb +7 -10
  45. data/app/pb_kits/playbook/pb_pb_bar_graph/pbbargraph.test.jsx +73 -1
  46. data/app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.tsx +1 -1
  47. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_description.md +3 -0
  48. data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.rb +7 -10
  49. data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.test.jsx +47 -0
  50. data/app/pb_kits/playbook/pb_pb_gauge_chart/_pb_gauge_chart.scss +3 -0
  51. data/app/pb_kits/playbook/pb_pb_gauge_chart/_pb_gauge_chart.tsx +69 -0
  52. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_description.md +3 -0
  53. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.html.erb +12 -0
  54. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.jsx +24 -0
  55. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.md +5 -0
  56. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.html.erb +45 -0
  57. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.jsx +119 -0
  58. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.md +1 -0
  59. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.html.erb +5 -0
  60. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.jsx +17 -0
  61. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.html.erb +12 -0
  62. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.jsx +24 -0
  63. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_full_circle.html.erb +23 -0
  64. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_full_circle.jsx +37 -0
  65. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_height.html.erb +40 -0
  66. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_height.jsx +56 -0
  67. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_live_data.jsx +64 -0
  68. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.html.erb +27 -0
  69. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.jsx +40 -0
  70. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.md +1 -0
  71. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.html.erb +19 -0
  72. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.jsx +65 -0
  73. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.md +3 -0
  74. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_title.html.erb +14 -0
  75. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_title.jsx +27 -0
  76. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.html.erb +39 -0
  77. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.jsx +58 -0
  78. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.md +1 -0
  79. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/example.yml +29 -0
  80. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/index.js +11 -0
  81. data/app/pb_kits/playbook/pb_pb_gauge_chart/pbGaugeGraphTheme.ts +91 -0
  82. data/app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.html.erb +1 -0
  83. data/app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.rb +25 -0
  84. data/app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.test.jsx +80 -0
  85. data/app/pb_kits/playbook/pb_pb_line_graph/_pb_line_graph.scss +3 -0
  86. data/app/pb_kits/playbook/pb_pb_line_graph/_pb_line_graph.tsx +61 -0
  87. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_description.md +3 -0
  88. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.html.erb +34 -0
  89. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.jsx +52 -0
  90. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.md +5 -0
  91. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.html.erb +34 -0
  92. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.jsx +45 -0
  93. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.html.erb +47 -0
  94. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.jsx +64 -0
  95. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.md +3 -0
  96. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.html.erb +24 -0
  97. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.jsx +37 -0
  98. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.html.erb +39 -0
  99. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.jsx +45 -0
  100. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.html.erb +86 -0
  101. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.jsx +116 -0
  102. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.md +11 -0
  103. data/app/pb_kits/playbook/pb_pb_line_graph/docs/example.yml +20 -0
  104. data/app/pb_kits/playbook/pb_pb_line_graph/docs/index.js +6 -0
  105. data/app/pb_kits/playbook/pb_pb_line_graph/pbLineGraphTheme.ts +125 -0
  106. data/app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.html.erb +1 -0
  107. data/app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.rb +25 -0
  108. data/app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.test.jsx +110 -0
  109. data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx +130 -28
  110. data/app/pb_kits/playbook/pb_rich_text_editor/TipTap/Toolbar.tsx +41 -2
  111. data/app/pb_kits/playbook/pb_rich_text_editor/TipTap/ToolbarDropdown.tsx +1 -0
  112. data/app/pb_kits/playbook/pb_rich_text_editor/_rich_text_editor.tsx +60 -20
  113. data/app/pb_kits/playbook/pb_rich_text_editor/_tiptap_styles.scss +36 -0
  114. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_attributes.jsx +38 -0
  115. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_attributes.md +1 -0
  116. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_focus.jsx +34 -0
  117. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_focus.md +1 -0
  118. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_inline.jsx +37 -0
  119. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_inline.md +1 -0
  120. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_simple.jsx +37 -0
  121. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_sticky.jsx +38 -0
  122. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_sticky.md +1 -0
  123. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_templates.jsx +69 -0
  124. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_templates.md +1 -0
  125. data/app/pb_kits/playbook/pb_rich_text_editor/docs/example.yml +8 -2
  126. data/app/pb_kits/playbook/pb_rich_text_editor/docs/index.js +6 -0
  127. data/app/pb_kits/playbook/pb_rich_text_editor/rich_text_editor.test.js +127 -1
  128. data/app/pb_kits/playbook/pb_timeline/_timeline.scss +250 -233
  129. data/app/pb_kits/playbook/pb_timeline/_timeline.tsx +1 -1
  130. data/app/pb_kits/playbook/pb_timeline/timeline.test.js +2 -2
  131. data/app/pb_kits/playbook/pb_typeahead/_typeahead.test.jsx +35 -1
  132. data/app/pb_kits/playbook/pb_typeahead/_typeahead.tsx +71 -2
  133. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.html.erb +36 -0
  134. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.md +1 -0
  135. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.jsx +41 -0
  136. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.md +1 -0
  137. data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +2 -0
  138. data/app/pb_kits/playbook/pb_typeahead/docs/index.js +1 -0
  139. data/app/pb_kits/playbook/tokens/_positioning.scss +1 -0
  140. data/app/pb_kits/playbook/utilities/_positioning.scss +6 -1
  141. data/app/pb_kits/playbook/utilities/globalProps.ts +3 -1
  142. data/dist/chunks/{_line_graph-BxcVBQsJ.js → _line_graph-h5H-imfn.js} +1 -1
  143. data/dist/chunks/_typeahead-U8AjZIIW.js +6 -0
  144. data/dist/chunks/{_weekday_stacked-BhPyFGlS.js → _weekday_stacked-CbCUYuuZ.js} +2 -2
  145. data/dist/chunks/{lib-QZuu1ltS.js → lib-CGxXTQ75.js} +1 -1
  146. data/dist/chunks/{pb_form_validation-CleM960_.js → pb_form_validation-DebqlUKZ.js} +1 -1
  147. data/dist/chunks/vendor.js +1 -1
  148. data/dist/menu.yml +12 -0
  149. data/dist/playbook-doc.js +2 -2
  150. data/dist/playbook-rails-react-bindings.js +1 -1
  151. data/dist/playbook-rails.js +1 -1
  152. data/dist/playbook.css +1 -1
  153. data/lib/playbook/pb_forms_helper.rb +7 -6
  154. data/lib/playbook/version.rb +2 -2
  155. data/lib/playbook/z_index.rb +1 -1
  156. metadata +89 -7
  157. data/dist/chunks/_typeahead-eZENQ_Y_.js +0 -6
@@ -0,0 +1,58 @@
1
+ import React from 'react'
2
+ import PbGaugeChart from '../../pb_pb_gauge_chart/_pb_gauge_chart'
3
+ import { colors, typography } from 'playbook-ui'
4
+
5
+
6
+ const data1 = [
7
+ { name: 'Data Used', y: 32 },
8
+ ]
9
+ const data2 = [
10
+ { name: 'Sales to Date', y: 65 },
11
+ ]
12
+
13
+ const chartOptions1 = {
14
+ title: {
15
+ text: "Data Usage",
16
+ },
17
+ series: [{ data: data1 }],
18
+ plotOptions: {
19
+ solidgauge: {
20
+ dataLabels: {
21
+ format:
22
+ `<span class="fix">{y:,f}</span>` +
23
+ `<span style="fill: ${colors.text_lt_light}; font-size: ${typography.text_larger};">GB</span>`,
24
+ },
25
+ },
26
+ },
27
+ };
28
+ const chartOptions2 = {
29
+ title: {
30
+ text: "Sales Goal",
31
+ },
32
+ series: [{ data: data2 }],
33
+ plotOptions: {
34
+ solidgauge: {
35
+ dataLabels: {
36
+ format:
37
+ `<span y="28" style="fill: ${colors.text_lt_light}; font-size: ${typography.text_base};">$</span>` +
38
+ `<span class="fix" y="38">{y:,f}</span>` +
39
+ `<span style="fill: ${colors.text_lt_light}; font-size: ${typography.text_larger};">k</span>`,
40
+ },
41
+ },
42
+ },
43
+ };
44
+
45
+ const PbGaugeChartUnits = (props) => (
46
+ <div>
47
+ <PbGaugeChart
48
+ options={chartOptions1}
49
+ {...props}
50
+ />
51
+ <PbGaugeChart
52
+ options={chartOptions2}
53
+ {...props}
54
+ />
55
+ </div>
56
+ )
57
+
58
+ export default PbGaugeChartUnits
@@ -0,0 +1 @@
1
+ Use custom CSS with classes or inline styles (as shown in these docs) to customize the appearance of prefix and suffix units.
@@ -0,0 +1,29 @@
1
+ examples:
2
+
3
+ rails:
4
+ - pb_gauge_chart_default: Default
5
+ - pb_gauge_chart_disable_animation: Disable Animation
6
+ - pb_gauge_chart_title: With Title
7
+ - pb_gauge_chart_units: With Units
8
+ - pb_gauge_chart_full_circle: Full Circle
9
+ - pb_gauge_chart_min_max: With Min and Max Labels
10
+ - pb_gauge_chart_sizing: Sizing
11
+ - pb_gauge_chart_height: Height
12
+ - pb_gauge_chart_color: Custom Color
13
+ - pb_gauge_chart_complex: Complex Example
14
+
15
+
16
+ react:
17
+ - pb_gauge_chart_default: Default
18
+ - pb_gauge_chart_disable_animation: Disable Animation
19
+ - pb_gauge_chart_title: With Title
20
+ - pb_gauge_chart_units: With Units
21
+ - pb_gauge_chart_full_circle: Full Circle
22
+ - pb_gauge_chart_min_max: With Min and Max Labels
23
+ - pb_gauge_chart_sizing: Sizing
24
+ - pb_gauge_chart_height: Height
25
+ - pb_gauge_chart_live_data: Live Data
26
+ - pb_gauge_chart_color: Custom Color
27
+ - pb_gauge_chart_complex: Complex Example
28
+
29
+
@@ -0,0 +1,11 @@
1
+ export { default as PbGaugeChartDefault } from './_pb_gauge_chart_default.jsx'
2
+ export { default as PbGaugeChartDisableAnimation } from './_pb_gauge_chart_disable_animation.jsx'
3
+ export { default as PbGaugeChartTitle } from './_pb_gauge_chart_title.jsx'
4
+ export { default as PbGaugeChartUnits } from './_pb_gauge_chart_units.jsx'
5
+ export { default as PbGaugeChartFullCircle } from './_pb_gauge_chart_full_circle.jsx'
6
+ export { default as PbGaugeChartMinMax } from './_pb_gauge_chart_min_max.jsx'
7
+ export { default as PbGaugeChartSizing } from './_pb_gauge_chart_sizing.jsx'
8
+ export { default as PbGaugeChartHeight } from './_pb_gauge_chart_height.jsx'
9
+ export { default as PbGaugeChartLiveData } from './_pb_gauge_chart_live_data.jsx'
10
+ export { default as PbGaugeChartColor } from './_pb_gauge_chart_color.jsx'
11
+ export { default as PbGaugeChartComplex } from './_pb_gauge_chart_complex.jsx'
@@ -0,0 +1,91 @@
1
+ import colors from '../tokens/exports/_colors.module.scss'
2
+ import typography from '../tokens/exports/_typography.module.scss'
3
+
4
+ const pbGaugeGraphTheme = {
5
+ title: {
6
+ text: "",
7
+ style: {
8
+ fontFamily: typography.font_family_base,
9
+ fontSize: typography.text_larger,
10
+ },
11
+ },
12
+ chart: {
13
+ type: "solidgauge",
14
+ events: {
15
+ render() {
16
+ this.container
17
+ const arc = this.container.querySelector('path.gauge-pane');
18
+ if (arc) arc.setAttribute('stroke-linejoin', 'round');
19
+ }
20
+ }
21
+ },
22
+ pane: {
23
+ size: "90%",
24
+ startAngle: -100,
25
+ endAngle: 100,
26
+ background: [
27
+ {
28
+ borderWidth: 20,
29
+ innerRadius: "90%",
30
+ outerRadius: "90%",
31
+ shape: "arc",
32
+ className: "gauge-pane",
33
+ borderColor: colors.border_light,
34
+ borderRadius: '50%',
35
+ },
36
+ ],
37
+ },
38
+ tooltip: {
39
+ backgroundColor: {
40
+ linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 },
41
+ stops: [
42
+ [0, colors.bg_dark],
43
+ [1, colors.bg_dark],
44
+ ],
45
+ },
46
+ pointFormat:
47
+ '<span style="font-weight: bold; color:{point.color};">●</span>{point.name}: ' +
48
+ "<b>{point.y}</b>",
49
+ followPointer: true,
50
+ shadow: false,
51
+ borderWidth: 0,
52
+ borderRadius: 10,
53
+ style: {
54
+ fontFamily: typography.font_family_base,
55
+ color: colors.text_dk_default,
56
+ fontWeight: typography.regular,
57
+ fontSize: typography.text_smaller,
58
+ },
59
+ },
60
+ yAxis: {
61
+ min: 0,
62
+ max: 100,
63
+ lineWidth: 0,
64
+ tickPositions: [] as number[],
65
+ },
66
+ plotOptions: {
67
+ solidgauge: {
68
+ borderColor: colors.data_1,
69
+ borderWidth: 20,
70
+ color: colors.data_1,
71
+ radius: 90,
72
+ innerRadius: "90%",
73
+ y: -26,
74
+ dataLabels: {
75
+ borderWidth: 0,
76
+ color: colors.text_lt_default,
77
+ enabled: true,
78
+ format: '<span class="fix">{y:,f}</span>',
79
+ style: {
80
+ fontFamily: typography.font_family_base,
81
+ fontWeight: typography.regular,
82
+ fontSize: typography.heading_2,
83
+ },
84
+ y: -26,
85
+ },
86
+ },
87
+ },
88
+ credits: { enabled: false }
89
+ }
90
+
91
+ export default pbGaugeGraphTheme;
@@ -0,0 +1 @@
1
+ <%= react_component('PbGaugeChart', object.react_props) %>
@@ -0,0 +1,25 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Playbook
4
+ module PbPbGaugeChart
5
+ class PbGaugeChart < ::Playbook::KitBase
6
+ prop :options, default: {}
7
+
8
+ def react_props
9
+ {
10
+ className: classname,
11
+ data: data,
12
+ options: options,
13
+ id: id,
14
+ }
15
+ end
16
+
17
+ def classname
18
+ # Highcharts react needs classname attached to the container div,
19
+ # we pass an empty string here to avoid conflicts, classname is built in the TSX
20
+ # We still need generate_classnames to retain ability to pass in custom classnames or global props
21
+ generate_classname("")
22
+ end
23
+ end
24
+ end
25
+ end
@@ -0,0 +1,80 @@
1
+ import React from 'react'
2
+ import { render, screen } from '../utilities/test-utils'
3
+
4
+ import { PbGaugeChart } from 'playbook-ui'
5
+
6
+ beforeEach(() => {
7
+ // Silences error logs within the test suite.
8
+ jest.spyOn(console, 'error');
9
+ jest.spyOn(console, 'warn');
10
+ console.error.mockImplementation(() => {});
11
+ console.warn.mockImplementation(() => {});
12
+ });
13
+
14
+ afterEach(() => {
15
+ console.error.mockRestore();
16
+ console.warn.mockRestore();
17
+ });
18
+
19
+ const chartOptions = {
20
+ series:[{data:[{ name: "Name", y: 45 }]}]
21
+ }
22
+
23
+ const testId = 'pbgaugechart1'
24
+
25
+ test('Kit to exist', () => {
26
+ render(
27
+ <PbGaugeChart
28
+ data={{testid: testId}}
29
+ options={chartOptions}
30
+ />
31
+ )
32
+ expect(screen.getByTestId(testId)).toBeInTheDocument()
33
+ })
34
+
35
+ test('Kit to apply base classname', () => {
36
+ render(
37
+ <PbGaugeChart
38
+ data={{testid: testId}}
39
+ options={chartOptions}
40
+ />
41
+ )
42
+
43
+ expect(screen.getByTestId(testId)).toHaveClass('pb_pb_gauge_chart')
44
+ })
45
+
46
+ test('Kit to have custom class', () => {
47
+ render(
48
+ <PbGaugeChart
49
+ className='custom-class'
50
+ data={{testid: testId}}
51
+ options={chartOptions}
52
+ />
53
+ )
54
+
55
+ expect(screen.getByTestId(testId)).toHaveClass('custom-class')
56
+ })
57
+
58
+ test('Kit to apply global props', () => {
59
+ render(
60
+ <PbGaugeChart
61
+ data={{testid: testId}}
62
+ margin="lg"
63
+ options={chartOptions}
64
+ />
65
+ )
66
+
67
+ expect(screen.getByTestId(testId)).toHaveClass('m_lg')
68
+ })
69
+
70
+ test('kit to apply id', () => {
71
+ render(
72
+ <PbGaugeChart
73
+ data={{testid: testId}}
74
+ id='gauge-chart-id'
75
+ options={chartOptions}
76
+ />
77
+ )
78
+
79
+ expect(screen.getByTestId(testId)).toHaveAttribute('id', 'gauge-chart-id')
80
+ })
@@ -0,0 +1,3 @@
1
+ .pb_pb_line_graph {
2
+
3
+ }
@@ -0,0 +1,61 @@
1
+
2
+ import React, { useMemo } from 'react'
3
+ import classnames from 'classnames'
4
+ import { buildAriaProps, buildCss, buildDataProps, buildHtmlProps } from '../utilities/props'
5
+ import Highcharts from "highcharts"
6
+ import HighchartsReact from "highcharts-react-official"
7
+ import pbLineGraphTheme from './pbLineGraphTheme'
8
+ import { globalProps } from '../utilities/globalProps'
9
+
10
+
11
+ type PbLineGraphProps = {
12
+ aria?: { [key: string]: string },
13
+ className?: string,
14
+ data?: { [key: string]: string },
15
+ id?: string,
16
+ htmlOptions?: { [key: string]: string | number | boolean | (() => void) };
17
+ options: Record<string, unknown>
18
+ }
19
+
20
+ const PbLineGraph = (props: PbLineGraphProps) => {
21
+ const {
22
+ aria = {},
23
+ className,
24
+ data = {},
25
+ id,
26
+ htmlOptions = {},
27
+ options
28
+ } = props
29
+
30
+ const ariaProps = buildAriaProps(aria)
31
+ const dataProps = buildDataProps(data)
32
+ const htmlProps = buildHtmlProps(htmlOptions);
33
+ const classes = classnames(buildCss('pb_pb_line_graph'), globalProps(props), className)
34
+
35
+ const mergedOptions = useMemo(() => {
36
+ if (!options || typeof options !== "object") {
37
+ // eslint-disable-next-line no-console
38
+ console.error("❌ Invalid options passed to <PbLineGraph />", options)
39
+ return {}
40
+ }
41
+
42
+ return Highcharts.merge({}, pbLineGraphTheme, options)
43
+ }, [options])
44
+ return (
45
+ <div>
46
+ <HighchartsReact
47
+ containerProps={{
48
+ className: classnames(classes),
49
+ id: id,
50
+ ...ariaProps,
51
+ ...dataProps,
52
+ ...htmlProps
53
+ }}
54
+ highcharts={Highcharts}
55
+ options={mergedOptions}
56
+ />
57
+ </div>
58
+ )
59
+ }
60
+
61
+ export default PbLineGraph
@@ -0,0 +1,3 @@
1
+ This kit is a wrapper around the Highcharts library. It applies styling and default settings but does NOT ship Highcharts. In order to use this kit, 'highcharts' and 'highcharts-react-official' must be installed in your repo. Once done, any prop or functionality provided by Highcharts can be used with this kit without requiring specific props from Playbook. The doc examples below showcase a few common usecases but are not a comprehensive list of all the functionalities possible.
2
+
3
+ See the [highcharts API docs](https://api.highcharts.com/highcharts/) for a comprehensive look at what is possible.
@@ -0,0 +1,34 @@
1
+ <% data = [{
2
+ name: 'Installation',
3
+ data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175],
4
+ }, {
5
+ name: 'Manufacturing',
6
+ data: [24916, 24064, 29742, 29851, 32490, 30282, 38121, 40434],
7
+ }, {
8
+ name: 'Sales & Distribution',
9
+ data: [11744, 17722, 16005, 19771, 20185, 24377, 32147, 39387],
10
+ }, {
11
+ name: 'Project Development',
12
+ data: [nil, nil, 7988, 12169, 15112, 22452, 34400, 34227],
13
+ }, {
14
+ name: 'Other',
15
+ data: [12908, 5948, 8105, 11248, 8989, 11816, 18274, 18111],
16
+ }] %>
17
+
18
+ <% categories = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'] %>
19
+
20
+ <% chart_options = {
21
+ series: data,
22
+ colors: ['#1CA05C', '#FD804C', '#144075', '#00C4D7', '#DA0014'],
23
+ title: { text: "Line Graph with Custom Data Colors" },
24
+ xAxis: {
25
+ categories: categories,
26
+ },
27
+ yAxis: {
28
+ title: {
29
+ text: "Number of Employees",
30
+ },
31
+ },
32
+ } %>
33
+
34
+ <%= pb_rails("pb_line_graph", props: {options: chart_options}) %>
@@ -0,0 +1,52 @@
1
+ import React from 'react'
2
+ import PbLineGraph from '../../pb_pb_line_graph/_pb_line_graph'
3
+ import { colors } from 'playbook-ui'
4
+
5
+ const data = [{
6
+ name: 'Installation',
7
+ data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175],
8
+ }, {
9
+ name: 'Manufacturing',
10
+ data: [24916, 28064, 29742, 40851, 50590, 65282, 70121, 85434],
11
+ }, {
12
+ name: 'Sales & Distribution',
13
+ data: [11744, 17722, 16005, 19771, 25185, 28377, 36147, 43387],
14
+ }, {
15
+ name: 'Project Development',
16
+ data: [5332, 6344, 7988, 12169, 15112, 14452, 22400, 30227],
17
+ }, {
18
+ name: 'Other',
19
+ data: [null, null, null, 3112, 4989, 5816, 15274, 18111],
20
+ }]
21
+
22
+ const categories = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
23
+
24
+ const chartOptions = {
25
+ title: {
26
+ text: 'Line Graph with Custom Data Colors',
27
+ },
28
+ xAxis: {
29
+ categories: categories,
30
+ },
31
+ yAxis: {
32
+ min: 0,
33
+ title: {
34
+ text: 'Number of Employees',
35
+ },
36
+ },
37
+ series: data,
38
+ colors: [colors.data_4, colors.data_5, "#144075", colors.data_7, colors.data_8]
39
+ }
40
+
41
+ const PbLineGraphColors = (props) => {
42
+ return (
43
+ <div>
44
+ <PbLineGraph
45
+ options={chartOptions}
46
+ {...props}
47
+ />
48
+ </div>
49
+ )
50
+ }
51
+
52
+ export default PbLineGraphColors
@@ -0,0 +1,5 @@
1
+ Custom data colors allow for color customization to match the needs of business requirements.
2
+
3
+ For React, import 'colors' from Playbook, then set custom colors in the colors array using the desired color variables. Hex colors are also available.
4
+
5
+ For Rails, HEX values are required.
@@ -0,0 +1,34 @@
1
+ <% data = [{
2
+ name: 'Installation',
3
+ data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175],
4
+ }, {
5
+ name: 'Manufacturing',
6
+ data: [24916, 24064, 29742, 29851, 32490, 30282, 38121, 40434],
7
+ }, {
8
+ name: 'Sales & Distribution',
9
+ data: [11744, 17722, 16005, 19771, 20185, 24377, 32147, 39387],
10
+ }, {
11
+ name: 'Project Development',
12
+ data: [nil, nil, 7988, 12169, 15112, 22452, 34400, 34227],
13
+ }, {
14
+ name: 'Other',
15
+ data: [12908, 5948, 8105, 11248, 8989, 11816, 18274, 18111],
16
+ }] %>
17
+
18
+ <% categories = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'] %>
19
+
20
+ <% chart_options = {
21
+ series: data,
22
+ title: { text: "Solar Employment Growth by Sector, 2010-2016" },
23
+ subtitle: { text: "Source: thesolarfoundation.com" },
24
+ xAxis: {
25
+ categories: categories,
26
+ },
27
+ yAxis: {
28
+ title: {
29
+ text: "Number of Employees",
30
+ },
31
+ },
32
+ } %>
33
+
34
+ <%= pb_rails("pb_line_graph", props: {options: chart_options}) %>
@@ -0,0 +1,45 @@
1
+ import React from 'react'
2
+ import PbLineGraph from '../../pb_pb_line_graph/_pb_line_graph'
3
+
4
+ const data = [{
5
+ name: 'Installation',
6
+ data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175],
7
+ }, {
8
+ name: 'Manufacturing',
9
+ data: [24916, 24064, 29742, 29851, 32490, 30282, 38121, 40434],
10
+ }, {
11
+ name: 'Sales & Distribution',
12
+ data: [11744, 17722, 16005, 19771, 20185, 24377, 32147, 39387],
13
+ }, {
14
+ name: 'Project Development',
15
+ data: [null, null, 7988, 12169, 15112, 22452, 34400, 34227],
16
+ }, {
17
+ name: 'Other',
18
+ data: [12908, 5948, 8105, 11248, 8989, 11816, 18274, 18111],
19
+ }]
20
+
21
+ const categories = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
22
+
23
+ const chartOptions = {
24
+ series: data,
25
+ title: { text: "Solar Employment Growth by Sector, 2010-2016" },
26
+ subtitle: { text: "Source: thesolarfoundation.com" },
27
+ xAxis: {
28
+ categories: categories,
29
+ },
30
+ yAxis: {
31
+ title: {
32
+ text: "Number of Employees",
33
+ },
34
+ },
35
+ }
36
+ const PbLineGraphDefault = (props) => (
37
+ <div>
38
+ <PbLineGraph
39
+ options={chartOptions}
40
+ {...props}
41
+ />
42
+ </div>
43
+ )
44
+
45
+ export default PbLineGraphDefault
@@ -0,0 +1,47 @@
1
+ <% data = [{
2
+ name: 'Number of Installations',
3
+ data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175],
4
+ }] %>
5
+
6
+ <% categories = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'] %>
7
+
8
+ <% chart_options_first = {
9
+ title: {
10
+ text: 'Fixed Height (300px)',
11
+ },
12
+ chart: {
13
+ height: '300px'
14
+ },
15
+ xAxis: {
16
+ categories: categories,
17
+ },
18
+ yAxis: {
19
+ min: 0,
20
+ title: {
21
+ text: 'Number of Employees',
22
+ },
23
+ },
24
+ series: data
25
+ } %>
26
+
27
+ <% chart_options_second = {
28
+ title: {
29
+ text: 'Percentage Height (50%)',
30
+ },
31
+ chart: {
32
+ height: '50%'
33
+ },
34
+ xAxis: {
35
+ categories: categories,
36
+ },
37
+ yAxis: {
38
+ min: 0,
39
+ title: {
40
+ text: 'Number of Employees',
41
+ },
42
+ },
43
+ series: data
44
+ } %>
45
+
46
+ <%= pb_rails("pb_line_graph", props: {options: chart_options_first}) %>
47
+ <%= pb_rails("pb_line_graph", props: {options: chart_options_second}) %>
@@ -0,0 +1,64 @@
1
+ import React from 'react'
2
+ import PbLineGraph from '../../pb_pb_line_graph/_pb_line_graph'
3
+
4
+ const data = [{
5
+ name: 'Number of Installations',
6
+ data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175],
7
+ }]
8
+
9
+ const categories = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
10
+
11
+ const chartOptionsFirst = {
12
+ title: {
13
+ text: 'Fixed Height (300px)',
14
+ },
15
+ chart: {
16
+ height: '300px'
17
+ },
18
+ xAxis: {
19
+ categories: categories,
20
+ },
21
+ yAxis: {
22
+ min: 0,
23
+ title: {
24
+ text: 'Number of Employees',
25
+ },
26
+ },
27
+ series: data
28
+ }
29
+
30
+ const chartOptionsSecond = {
31
+ title: {
32
+ text: 'Percentage Height (50%)',
33
+ },
34
+ chart: {
35
+ height: '50%'
36
+ },
37
+ xAxis: {
38
+ categories: categories,
39
+ },
40
+ yAxis: {
41
+ min: 0,
42
+ title: {
43
+ text: 'Number of Employees',
44
+ },
45
+ },
46
+ series: data
47
+ }
48
+
49
+ const PbLineGraphHeight = (props) => {
50
+ return (
51
+ <div>
52
+ <PbLineGraph
53
+ options={chartOptionsFirst}
54
+ {...props}
55
+ />
56
+ <PbLineGraph
57
+ options={chartOptionsSecond}
58
+ {...props}
59
+ />
60
+ </div>
61
+ )
62
+ }
63
+
64
+ export default PbLineGraphHeight
@@ -0,0 +1,3 @@
1
+ By default, Highcharts have a height of 400px, but this can be customized. You can override the default by specifying either a percentage or a fixed pixel value.
2
+
3
+ Using a percentage maintains a consistent aspect ratio across different responsive sizes. For example, setting the height to 50% makes the chart’s height half of its width.