playbook_ui 15.0.0.pre.alpha.PLAY2473rowhighlightfix10512 → 15.0.0.pre.alpha.PLAY198710641

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 (98) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/_playbook.scss +2 -0
  3. data/app/pb_kits/playbook/pb_advanced_table/Components/RegularTableView.tsx +11 -12
  4. data/app/pb_kits/playbook/pb_advanced_table/Components/VirtualizedTableView.tsx +7 -7
  5. data/app/pb_kits/playbook/pb_advanced_table/Utilities/RowUtils.ts +2 -7
  6. data/app/pb_kits/playbook/pb_card/_card.scss +12 -4
  7. data/app/pb_kits/playbook/pb_card/_card.tsx +3 -3
  8. data/app/pb_kits/playbook/pb_card/_card_mixin.scss +10 -0
  9. data/app/pb_kits/playbook/pb_card/docs/_card_highlight.html.erb +3 -0
  10. data/app/pb_kits/playbook/pb_card/docs/_card_highlight.jsx +8 -0
  11. data/app/pb_kits/playbook/pb_icon_button/_icon_button.tsx +1 -0
  12. data/app/pb_kits/playbook/pb_icon_button/icon_button.html.erb +2 -1
  13. data/app/pb_kits/playbook/pb_nav/_item.tsx +19 -5
  14. data/app/pb_kits/playbook/pb_nav/item.html.erb +6 -2
  15. data/app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.scss +3 -0
  16. data/app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.tsx +62 -0
  17. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_block_content.html.erb +31 -0
  18. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_block_content.jsx +81 -0
  19. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.html.erb +25 -0
  20. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.jsx +40 -0
  21. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.md +5 -0
  22. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.html.erb +27 -0
  23. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.jsx +39 -0
  24. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.md +5 -0
  25. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.html.erb +93 -0
  26. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.jsx +131 -0
  27. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.md +14 -0
  28. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_labels.html.erb +42 -0
  29. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_labels.jsx +58 -0
  30. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_legend.html.erb +24 -0
  31. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_legend.jsx +38 -0
  32. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.html.erb +22 -0
  33. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.jsx +33 -0
  34. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_inner_sizes.html.erb +118 -0
  35. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_inner_sizes.jsx +144 -0
  36. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_live_data.jsx +60 -0
  37. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_rounded.html.erb +24 -0
  38. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_rounded.jsx +42 -0
  39. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_with_title.html.erb +38 -0
  40. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_with_title.jsx +52 -0
  41. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/example.yml +29 -0
  42. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/index.js +11 -0
  43. data/app/pb_kits/playbook/pb_pb_circle_chart/pbCircleChartTheme.ts +88 -0
  44. data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.html.erb +1 -0
  45. data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.rb +28 -0
  46. data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.test.jsx +51 -0
  47. data/app/pb_kits/playbook/pb_timestamp/_timestamp.tsx +24 -8
  48. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.html.erb +0 -10
  49. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.jsx +0 -9
  50. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.md +1 -0
  51. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.html.erb +3 -17
  52. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.jsx +0 -15
  53. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.md +1 -0
  54. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.html.erb +0 -2
  55. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx +0 -2
  56. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.md +5 -0
  57. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.html.erb +12 -0
  58. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.jsx +25 -0
  59. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.md +1 -0
  60. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.html.erb +4 -0
  61. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.jsx +17 -0
  62. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.md +1 -0
  63. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.html.erb +18 -0
  64. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.jsx +44 -0
  65. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.md +1 -0
  66. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb +0 -14
  67. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.jsx +0 -14
  68. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.md +1 -0
  69. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.html.erb +0 -4
  70. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx +0 -4
  71. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.jsx +0 -1
  72. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.md +5 -0
  73. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.html.erb +16 -0
  74. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.jsx +30 -0
  75. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.md +1 -0
  76. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.html.erb +16 -0
  77. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.jsx +30 -0
  78. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.md +1 -0
  79. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.html.erb +26 -0
  80. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.jsx +41 -0
  81. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.md +1 -0
  82. data/app/pb_kits/playbook/pb_timestamp/docs/example.yml +18 -6
  83. data/app/pb_kits/playbook/pb_timestamp/docs/index.js +6 -0
  84. data/app/pb_kits/playbook/pb_timestamp/timestamp.rb +29 -7
  85. data/app/pb_kits/playbook/pb_timestamp/timestamp.test.js +69 -4
  86. data/dist/chunks/{_line_graph-BBny-YYZ.js → _line_graph-CUfJ7E4h.js} +1 -1
  87. data/dist/chunks/{_typeahead-CeyJ6-GF.js → _typeahead-DCp1lVJx.js} +1 -1
  88. data/dist/chunks/{_weekday_stacked-BZw0f9oB.js → _weekday_stacked-B-e7xOfU.js} +3 -3
  89. data/dist/chunks/vendor.js +1 -1
  90. data/dist/menu.yml +6 -0
  91. data/dist/playbook-doc.js +2 -2
  92. data/dist/playbook-rails-react-bindings.js +1 -1
  93. data/dist/playbook-rails.js +1 -1
  94. data/dist/playbook.css +1 -1
  95. data/lib/playbook/forms/builder/form_field_builder.rb +28 -1
  96. data/lib/playbook/version.rb +1 -1
  97. metadata +60 -6
  98. data/app/pb_kits/playbook/pb_timestamp/docs/_time_stamp_default.md +0 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 982344fe138179bc21bb46402ac4d6e897531ab4a6ed64d34177f0be9aa9d577
4
- data.tar.gz: df3971a42e4036f06a4f704bb8ef50d78365b666344b19b1aacda4679443bca9
3
+ metadata.gz: 4f692a3e63d89de4fe158b94d5114817e3e6dfd45108fb5ea88dec73f8a3362b
4
+ data.tar.gz: b77805447d91e42a4167450176bcf1772ed6d9bed5231786cde8cf6ce3929651
5
5
  SHA512:
6
- metadata.gz: ee369ee9ccf522bbc8fa3c57e6b0022801088391b8cac6663840ca9497e56acf5a1aaded868b0075edf27eb52c27525fa9848ccc6ad0b74882920571c369344c
7
- data.tar.gz: e15b63750ce6b4bce43d5e4a729b5d6791389c769af14fb46e2bd037ff7e8c647bb70c4ed0d05445fc71e76bcb8f2f93dcfbb21008e515b1f29edd6e08cfcfb6
6
+ metadata.gz: f6619f4dc7594a4b1e2cf846f29847640f6ae076afc3b60b1b2f385c37ced204c40b9355a63af0ea65aa9bb4ab2130f4c43198a48eaa2719761e91a9ebe61930
7
+ data.tar.gz: e29fa8941bdf8b40ccae627949a91b336e52dc63e888b9b1c48e53b6588f39cbf5aac5c4bfaf53cdc7115c06b385e0f3ee96d791a25085e6ef6286e52d13d423
@@ -1,5 +1,6 @@
1
1
 
2
2
 
3
+
3
4
  @import 'pb_advanced_table/advanced_table';
4
5
  @import 'pb_avatar/avatar';
5
6
  @import 'pb_background/background';
@@ -109,6 +110,7 @@
109
110
  @import 'pb_weekday_stacked/weekday_stacked';
110
111
  @import 'pb_empty_state/empty_state';
111
112
  @import 'pb_pb_bar_graph/pb_bar_graph';
113
+ @import 'pb_pb_circle_chart/pb_circle_chart';
112
114
  @import 'utilities/mixins';
113
115
  @import 'utilities/spacing';
114
116
  @import 'utilities/cursor';
@@ -5,7 +5,6 @@ import { flexRender, Row, Cell } from "@tanstack/react-table"
5
5
  import { GenericObject } from "../../types"
6
6
  import { isChrome } from "../Utilities/BrowserCheck"
7
7
  import { findColumnDefByAccessor } from "../Utilities/ColumnStylingHelper"
8
- import { getRowColorClass, shouldShowLoadingIndicator } from "../Utilities/RowUtils"
9
8
 
10
9
  import LoadingInline from "../../pb_loading_inline/_loading_inline"
11
10
  import Checkbox from "../../pb_checkbox/_checkbox"
@@ -61,7 +60,7 @@ const TableCellRenderer = ({
61
60
  const cellAlignment = colDef?.columnStyling?.cellAlignment ?? "right"
62
61
  const paddingValue = colDef?.columnStyling?.cellPadding ?? customRowStyle?.cellPadding
63
62
  const paddingClass = paddingValue ? `p_${paddingValue}` : undefined
64
-
63
+
65
64
  return (
66
65
  <td
67
66
  align={cellAlignment}
@@ -133,7 +132,6 @@ export const RegularTableView = ({
133
132
 
134
133
  const columnPinning = table.getState().columnPinning || { left: [] };
135
134
  const columnDefinitions = table.options.meta?.columnDefinitions || [];
136
-
137
135
  // Row pinning
138
136
  function PinnedRow({ row }: { row: Row<any> }) {
139
137
  const customRowStyle = rowStyling?.length > 0 && rowStyling?.find((s: GenericObject) => s?.rowId === row.id);
@@ -146,7 +144,7 @@ export const RegularTableView = ({
146
144
  backgroundColor: customRowStyle?.backgroundColor ? customRowStyle?.backgroundColor : 'white',
147
145
  color: customRowStyle?.fontColor,
148
146
  position: 'sticky',
149
- top:
147
+ top:
150
148
  row.getIsPinned() === 'top'
151
149
  ? `${row.getPinnedIndex() * rowHeight + headerHeight}px`
152
150
  : undefined,
@@ -171,20 +169,21 @@ export const RegularTableView = ({
171
169
  return (
172
170
  <>
173
171
  {pinnedRows && table.getTopRows().map((row: Row<GenericObject>) => (
174
- <PinnedRow key={row.id}
175
- row={row}
172
+ <PinnedRow key={row.id}
173
+ row={row}
176
174
  />
177
175
  ))}
178
176
  {totalRows.map((row: Row<GenericObject>, rowIndex: number) => {
177
+ const isExpandable = row.getIsExpanded();
179
178
  const isFirstChildofSubrow = row.depth > 0 && row.index === 0;
179
+ const rowHasNoChildren = row.original?.children && !row.original.children.length ? true : false;
180
180
  const numberOfColumns = table.getAllFlatColumns().length;
181
+ const isDataLoading = isExpandable && (inlineRowLoading && rowHasNoChildren) && (row.depth < columnDefinitions[0]?.cellAccessors?.length);
182
+ const rowBackground = isExpandable && ((!inlineRowLoading && row.getCanExpand()) || (inlineRowLoading && rowHasNoChildren));
183
+ const rowColor = row.getIsSelected() ? "bg-row-selection" : rowBackground ? "bg-silver" : "bg-white";
181
184
  const isFirstRegularRow = rowIndex === 0 && !row.getIsPinned();
182
185
  const customRowStyle = rowStyling?.length > 0 && rowStyling?.find((s: GenericObject) => s?.rowId === row.id);
183
186
 
184
- // Use functions from RowUtils for consistent cell coloring
185
- const rowColor = getRowColorClass(row, inlineRowLoading || false);
186
- const isDataLoading = shouldShowLoadingIndicator(row, inlineRowLoading || false, columnDefinitions[0]?.cellAccessors?.length || 0);
187
-
188
187
  return (
189
188
  <React.Fragment key={`${row.index}-${row.id}-${row.depth}-row`}>
190
189
  {isFirstChildofSubrow && subRowHeaders && (
@@ -229,7 +228,7 @@ export const RegularTableView = ({
229
228
 
230
229
  {/* Display LoadingInline if Row Data is querying and there are no children already */}
231
230
  {isDataLoading && (
232
- <tr key={`${row.id}-loading-row`}>
231
+ <tr key={`${row.id}-row`}>
233
232
  <td colSpan={numberOfColumns}
234
233
  style={{ paddingLeft: `${row.depth === 0 ? 0.5 : (row.depth * 2)}em` }}
235
234
  >
@@ -244,4 +243,4 @@ export const RegularTableView = ({
244
243
  );
245
244
  }
246
245
 
247
- export default RegularTableView;
246
+ export default RegularTableView;
@@ -7,7 +7,6 @@ import { GenericObject } from "../../types"
7
7
 
8
8
  import { isChrome } from "../Utilities/BrowserCheck"
9
9
  import { getVirtualizedRowStyle } from "../Utilities/TableContainerStyles"
10
- import { getRowColorClass } from "../Utilities/RowUtils"
11
10
 
12
11
  import LoadingInline from "../../pb_loading_inline/_loading_inline"
13
12
  import Checkbox from "../../pb_checkbox/_checkbox"
@@ -46,10 +45,10 @@ export const VirtualizedTableView = ({
46
45
 
47
46
  const columnPinning = table.getState().columnPinning || { left: [] };
48
47
  const sortingState = JSON.stringify(table.getState().sorting || []);
49
-
48
+
50
49
  // Store column widths extracted from header
51
50
  const [columnWidths, setColumnWidths] = useState<{[key: string]: string}>({});
52
-
51
+
53
52
  // Function to get header cell widths
54
53
  const getHeaderCellWidths = () => {
55
54
  const widths: {[key: string]: string} = {};
@@ -137,7 +136,7 @@ export const VirtualizedTableView = ({
137
136
  </tr>
138
137
  );
139
138
  }
140
-
139
+
141
140
  // Establish # of Parent Rows (so that Footer count does not include every single row)
142
141
  const topLevelRowCount = table.getRowModel().flatRows.filter((row: Row<GenericObject>) => row.depth === 0).length;
143
142
 
@@ -173,9 +172,10 @@ export const VirtualizedTableView = ({
173
172
 
174
173
  if (item.type === 'row') {
175
174
  const row = item.row;
176
-
177
- // Use the utility function to get consistent row color
178
- const rowColor = getRowColorClass(row, inlineRowLoading || false);
175
+ const isExpandable = row.getIsExpanded();
176
+ const rowHasNoChildren = row.original?.children && !row.original.children.length;
177
+ const rowBackground = isExpandable && ((!inlineRowLoading && row.getCanExpand()) || (inlineRowLoading && rowHasNoChildren));
178
+ const rowColor = row.getIsSelected() ? "bg-row-selection" : rowBackground ? "bg-silver" : "bg-white";
179
179
 
180
180
  return (
181
181
  <tr
@@ -10,14 +10,9 @@ export const getRowColorClass = (
10
10
  ): string => {
11
11
  const isExpandable = row.getIsExpanded();
12
12
  const rowHasNoChildren = row.original?.children && !row.original.children.length ? true : false;
13
+ const rowBackground = isExpandable && ((!inlineRowLoading && row.getCanExpand()) || (inlineRowLoading && rowHasNoChildren));
13
14
 
14
- // Check if row can expand or is currently expanded
15
- const shouldShowExpandedBackground = isExpandable && (
16
- (!inlineRowLoading && row.getCanExpand()) ||
17
- (inlineRowLoading && (rowHasNoChildren || row.getCanExpand()))
18
- );
19
-
20
- return row.getIsSelected() ? "bg-row-selection" : shouldShowExpandedBackground ? "bg-silver" : "bg-white";
15
+ return row.getIsSelected() ? "bg-row-selection" : rowBackground ? "bg-silver" : "bg-white";
21
16
  }
22
17
 
23
18
  /**
@@ -20,7 +20,7 @@
20
20
  // Dark mode
21
21
  .pb_card_kit.dark {
22
22
  @include pb_card_dark;
23
-
23
+
24
24
  &.pb_card_kit_selected {
25
25
  @include pb_card_selected_dark;
26
26
  }
@@ -33,7 +33,8 @@
33
33
 
34
34
  // Highlight styles
35
35
  .pb_card_kit_highlight_top,
36
- .pb_card_kit_highlight_side {
36
+ .pb_card_kit_highlight_side,
37
+ .pb_card_kit_highlight_right_side {
37
38
  overflow: hidden;
38
39
  }
39
40
 
@@ -52,13 +53,20 @@
52
53
  }
53
54
  }
54
55
 
55
- // Highlight side variants
56
+ // Highlight side variants
56
57
  @each $color_name, $color_value in $pb_card_highlight_colors {
57
58
  .pb_card_kit_highlight_side.pb_card_kit_highlight_#{$color_name}::before {
58
59
  @include pb_card_highlight($pb_card_highlight_size, 100%, $color_value);
59
60
  }
60
61
  }
61
62
 
63
+ // Highlight side right variants
64
+ @each $color_name, $color_value in $pb_card_highlight_colors {
65
+ .pb_card_kit_highlight_right_side.pb_card_kit_highlight_#{$color_name}::before {
66
+ @include pb_card_right_highlight($pb_card_highlight_size, 100%, $color_value);
67
+ }
68
+ }
69
+
62
70
  // Card Header
63
71
  .pb_card_header_kit {
64
72
  flex-grow: 0;
@@ -68,7 +76,7 @@
68
76
  padding: $space_sm;
69
77
  border: 0;
70
78
  border-radius: $pb_card_header_border_radius $pb_card_header_border_radius 0px 0px;
71
-
79
+
72
80
  // Inherit border radius from parent card
73
81
  .pb_card_kit_border_radius_xs & {
74
82
  border-radius: $border_radius_xs $border_radius_xs 0px 0px;
@@ -26,7 +26,7 @@ type CardPropTypes = {
26
26
  dragHandle?: boolean,
27
27
  htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
28
28
  highlight?: {
29
- position?: "side" | "top",
29
+ position?: "side" | "right_side" | "top",
30
30
  color?: string,
31
31
  },
32
32
  id?: string,
@@ -56,7 +56,7 @@ const Header = (props: CardHeaderProps) => {
56
56
  const { children, className, headerColor = 'category_1', headerColorStriped = false } = props
57
57
  const headerColorCSS = `pb_card_header_kit_${headerColor}`
58
58
  const headerStripedCSS = headerColorStriped ? `pb_card_header_kit_${headerColor}_striped` : ''
59
-
59
+
60
60
  const headerCSS = classnames(
61
61
  'pb_card_header_kit',
62
62
  headerColorCSS,
@@ -108,7 +108,7 @@ const Card = (props: CardPropTypes): React.ReactElement => {
108
108
  const borderRadiusCSS = borderRadius !== 'md' ? `pb_card_kit_border_radius_${borderRadius}` : ''
109
109
  const highlightPositionCSS = highlight.position ? `pb_card_kit_highlight_${highlight.position}` : ''
110
110
  const highlightColorCSS = highlight.color ? `pb_card_kit_highlight_${highlight.color}` : ''
111
-
111
+
112
112
  const cardCss = classnames(
113
113
  'pb_card_kit', // Base class
114
114
  selectedCSS,
@@ -87,6 +87,16 @@ $pb_card_header_colors: map-merge(map-merge(map-merge($product_colors, $addition
87
87
  background: $background;
88
88
  }
89
89
 
90
+ @mixin pb_card_right_highlight($width, $height, $background){
91
+ content: "";
92
+ position: absolute;
93
+ top: 0;
94
+ right: 0;
95
+ width: $width;
96
+ height: $height;
97
+ background: $background;
98
+ }
99
+
90
100
  @mixin pb_card_header_color($header_color) {
91
101
  background: $header_color;
92
102
  }
@@ -4,6 +4,9 @@
4
4
  <%= pb_rails("card", props: {highlight: {position: "top", color:"warning"}, margin_bottom: "sm"}) do %>
5
5
  Top Position & Warning Color
6
6
  <% end %>
7
+ <%= pb_rails("card", props: {highlight: {position: "right_side", color:"product_5_highlight"}, margin_bottom: "sm"}) do %>
8
+ Right Side Position & Product 5 Highlight Color
9
+ <% end %>
7
10
  <%= pb_rails("card", props: {highlight: {position: "side", color:"category_2"}, margin_bottom: "sm"}) do %>
8
11
  Side Position & Category 2 Color
9
12
  <% end %>
@@ -21,6 +21,14 @@ const CardHighlight = (props) => {
21
21
  {'Top Position & Warning Color'}
22
22
  </Card>
23
23
 
24
+ <Card
25
+ {...props}
26
+ highlight={{ position: 'right_side', color: 'product_5_highlight' }}
27
+ marginBottom="sm"
28
+ >
29
+ {'Right Side Position & Product 5 Highlight Color'}
30
+ </Card>
31
+
24
32
  <Card
25
33
  {...props}
26
34
  highlight={{ position: 'side', color: 'category_2' }}
@@ -51,6 +51,7 @@ const IconButton = (props: IconButtonProps) => {
51
51
  id={id}
52
52
  >
53
53
  <Button
54
+ aria={aria}
54
55
  borderRadius="xs"
55
56
  htmlType={htmlType}
56
57
  link={link}
@@ -1,5 +1,6 @@
1
1
  <%= pb_content_tag do %>
2
- <%= pb_rails("button", props: { type: object.type,
2
+ <%= pb_rails("button", props: { aria: object.aria,
3
+ type: object.type,
3
4
  link: object.link,
4
5
  new_window:object.new_window,
5
6
  target: object.target,
@@ -140,7 +140,8 @@ const { filteredPadding, filteredMargin } = filterItemSpacing(itemSpacing);
140
140
  delete filteredProps?.marginLeft;
141
141
 
142
142
 
143
- const Tag = link ? "a" : "div";
143
+ const isLink = !!link
144
+ const Tag = isLink ? "a" : "div"
144
145
  const activeClass = active === true ? "active" : "";
145
146
  const highlightedBorderClass = active === true && highlighted_border === false ? "highlighted_border_none" : "";
146
147
  const collapsibleTrailClass = collapsible && collapsibleTrail ? "collapsible_trail" : "";
@@ -200,6 +201,13 @@ const { filteredPadding, filteredMargin } = filterItemSpacing(itemSpacing);
200
201
 
201
202
  const collapsibleClasses = buildCss("collapsible_nav_wrapper", activeClass, highlightedBorderClass, collapsibleTrailClass)
202
203
 
204
+ const handleKeyDown = (e: React.KeyboardEvent) => {
205
+ if (!isLink && (e.key === "Enter" || e.key === " ")) {
206
+ e.preventDefault()
207
+ onClick?.()
208
+ }
209
+ }
210
+
203
211
  return (
204
212
  <>
205
213
  {collapsible ? (
@@ -222,15 +230,18 @@ const { filteredPadding, filteredMargin } = filterItemSpacing(itemSpacing);
222
230
  {...dataProps}
223
231
  {...htmlProps}
224
232
  className={classes}
225
- href={link}
233
+ href={isLink ? link : undefined}
226
234
  id={id}
227
- target={target}
235
+ role={!isLink ? "button" : undefined}
236
+ tabIndex={!isLink ? 0 : undefined}
237
+ target={isLink ? target : undefined}
228
238
  >
229
239
  {imageUrl && (
230
240
  <div
231
241
  className="pb_nav_list_item_icon_section_collapsible"
232
242
  key={imageUrl}
233
243
  onClick={(e) => handleIconClick(e)}
244
+ onKeyDown={!isLink ? handleKeyDown : undefined}
234
245
  >
235
246
  <Image className="pb_nav_img_wrapper"
236
247
  url={imageUrl}
@@ -265,10 +276,13 @@ const { filteredPadding, filteredMargin } = filterItemSpacing(itemSpacing);
265
276
  {...dataProps}
266
277
  {...htmlProps}
267
278
  className={classes}
268
- href={link}
279
+ href={isLink ? link : undefined}
269
280
  id={id}
270
281
  onClick={onClick}
271
- target={target}
282
+ onKeyDown={!isLink ? handleKeyDown : undefined}
283
+ role={!isLink ? "button" : undefined}
284
+ tabIndex={!isLink ? 0 : undefined}
285
+ target={isLink ? target : undefined}
272
286
  >
273
287
  {imageUrl && (
274
288
  <div className="pb_nav_list_item_icon_section"
@@ -3,7 +3,9 @@
3
3
  <%= pb_rails("collapsible/collapsible_main", props: { name: "default-collapsible-nav", icon: object.collapsible_icons, size: "xs", dark: object.dark, classname:object.margin_classes }) do %>
4
4
  <%= pb_content_tag( object.tag,
5
5
  href: object.link && object.link,
6
- target: object.link && object.target
6
+ target: object.link && object.target,
7
+ onkeydown: !object.link ? "if(event.key==='Enter'||event.key===' '){event.preventDefault(); this.click();}" : nil,
8
+ tabindex: object.link ? nil : 0,
7
9
  ) do %>
8
10
  <% if object.image_url %>
9
11
  <%= pb_rails("image", props: { url: object.image_url, classname: "pb_nav_img_wrapper_collapsible" }) %>
@@ -23,7 +25,9 @@
23
25
  <% else %>
24
26
  <%= pb_content_tag( object.tag,
25
27
  href: object.link && object.link,
26
- target: object.link && object.target
28
+ target: object.link && object.target,
29
+ onkeydown: !object.link ? "if(event.key==='Enter'||event.key===' '){event.preventDefault(); this.click();}" : nil,
30
+ tabindex: object.link ? nil : 0,
27
31
  ) do %>
28
32
  <% if object.image_url %>
29
33
  <%= pb_rails("image", props: { url: object.image_url, classname: "pb_nav_img_wrapper" }) %>
@@ -0,0 +1,3 @@
1
+ .pb_pb_circle_chart {
2
+
3
+ }
@@ -0,0 +1,62 @@
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 pbCircleGraphTheme from './pbCircleChartTheme'
8
+ import { globalProps } from '../utilities/globalProps'
9
+
10
+ type PbCircleChartProps = {
11
+ aria?: { [key: string]: string },
12
+ className?: string,
13
+ data?: { [key: string]: string },
14
+ id?: string,
15
+ htmlOptions?: { [key: string]: string | number | boolean | (() => void) };
16
+ options: Record<string, unknown>
17
+ }
18
+
19
+ const PbCircleChart = (props: PbCircleChartProps) => {
20
+ const {
21
+ aria = {},
22
+ className,
23
+ data = {},
24
+ id,
25
+ htmlOptions = {},
26
+ options
27
+ } = props
28
+
29
+ const ariaProps = buildAriaProps(aria)
30
+ const dataProps = buildDataProps(data)
31
+ const htmlProps = buildHtmlProps(htmlOptions);
32
+ const classes = classnames(buildCss('pb_pb_circle_chart'), globalProps(props), className)
33
+
34
+ const mergedOptions = useMemo(() => {
35
+ if (!options || typeof options !== "object") {
36
+ // eslint-disable-next-line no-console
37
+ console.error("❌ Invalid options passed to <PbCircleChart />", options)
38
+ return {}
39
+ }
40
+
41
+ return Highcharts.merge({}, pbCircleGraphTheme, options)
42
+ }, [options])
43
+
44
+ return (
45
+
46
+ <div>
47
+ <HighchartsReact
48
+ containerProps={{
49
+ className: classnames(globalProps, className),
50
+ id: id,
51
+ ...ariaProps,
52
+ ...dataProps,
53
+ ...htmlProps
54
+ }}
55
+ highcharts={Highcharts}
56
+ options={mergedOptions}
57
+ />
58
+ </div>
59
+ )
60
+ }
61
+
62
+ export default PbCircleChart
@@ -0,0 +1,31 @@
1
+ <% data = [
2
+ {
3
+ name: "Waiting for Calls",
4
+ y: 41,
5
+ },
6
+ {
7
+ name: "On Call",
8
+ y: 49,
9
+ },
10
+ {
11
+ name: "After Call",
12
+ y: 10,
13
+ },
14
+ ] %>
15
+
16
+ <% chart_options = {
17
+ series: [{
18
+ data: data,
19
+ innerSize: '100%',
20
+ borderWidth: '20',
21
+ }],
22
+ } %>
23
+
24
+ <div style="position: relative;">
25
+ <%= pb_rails("pb_circle_chart", props: { options: chart_options }) %>
26
+
27
+ <div class="pb-circle-chart-block"
28
+ style="position: absolute; inset: 0; display: flex; justify-content: center; align-items: center; z-index: 1; text-align: center; pointer-events: none;">
29
+ <%= pb_rails("title", props: { size: 1, tag: "div", text: "83" }) %>
30
+ </div>
31
+ </div>
@@ -0,0 +1,81 @@
1
+ import React from "react";
2
+ import { PbCircleChart, Title } from "playbook-ui";
3
+
4
+ const data= [
5
+ {
6
+ name: "Waiting for Calls",
7
+ y: 41,
8
+ },
9
+ {
10
+ name: "On Call",
11
+ y: 49,
12
+ },
13
+ {
14
+ name: "After Call",
15
+ y: 10,
16
+ },
17
+ ]
18
+
19
+
20
+ const PbCircleChartBlockContent = (props) => {
21
+ const chartOptions = {
22
+ series: [{
23
+ data: data,
24
+ innerSize: '100%',
25
+ borderWidth: 20,
26
+ borderColor: null,
27
+ }],
28
+ chart: {
29
+ events: {
30
+ render: function() {
31
+ const chart = this;
32
+ const blockElement = document.querySelector('.pb-circle-chart-block');
33
+ if (blockElement) {
34
+ blockElement.style.width = chart.chartWidth + 'px';
35
+ blockElement.style.height = chart.chartHeight + 'px';
36
+ }
37
+ },
38
+ redraw: function() {
39
+ const chart = this;
40
+ const blockElement = document.querySelector('.pb-circle-chart-block');
41
+ if (blockElement) {
42
+ blockElement.style.width = chart.chartWidth + 'px';
43
+ blockElement.style.height = chart.chartHeight + 'px';
44
+ }
45
+ }
46
+ }
47
+ }
48
+ }
49
+
50
+ return (
51
+ <div style={{ position: 'relative' }}>
52
+ <PbCircleChart
53
+ options={chartOptions}
54
+ {...props}
55
+ />
56
+ <div
57
+ className="pb-circle-chart-block"
58
+ style={{
59
+ position: 'absolute',
60
+ top: 0,
61
+ left: 0,
62
+ display: 'flex',
63
+ justifyContent: 'center',
64
+ alignItems: 'center',
65
+ zIndex: 1,
66
+ textAlign: 'center',
67
+ pointerEvents: 'none'
68
+ }}
69
+ >
70
+ <Title
71
+ size={1}
72
+ tag="div"
73
+ >
74
+ {'83'}
75
+ </Title>
76
+ </div>
77
+ </div>
78
+ );
79
+ };
80
+
81
+ export default PbCircleChartBlockContent;
@@ -0,0 +1,25 @@
1
+ <% data = [
2
+ {
3
+ name: "Waiting for Calls",
4
+ y: 41,
5
+ },
6
+ {
7
+ name: "On Call",
8
+ y: 49,
9
+ },
10
+ {
11
+ name: "After Call",
12
+ y: 10,
13
+ },
14
+ ] %>
15
+
16
+ <% chart_options = {
17
+ series: [{ data: data }],
18
+ plotOptions: {
19
+ pie: {
20
+ colors: ["#144075", "#1CA05C", "#F9BB00"],
21
+ },
22
+ },
23
+ } %>
24
+
25
+ <%= pb_rails("pb_circle_chart", props: { options: chart_options }) %>
@@ -0,0 +1,40 @@
1
+ import React from "react";
2
+ import { PbCircleChart, colors } from "playbook-ui";
3
+
4
+ const data= [
5
+ {
6
+ name: "Waiting for Calls",
7
+ y: 41,
8
+ },
9
+ {
10
+ name: "On Call",
11
+ y: 49,
12
+ },
13
+ {
14
+ name: "After Call",
15
+ y: 10,
16
+ },
17
+ ]
18
+
19
+
20
+ const PbCircleChartColorOverrides = (props) => {
21
+ const chartOptions = {
22
+ series: [{ data: data }],
23
+ plotOptions: {
24
+ pie: {
25
+ colors: ["#144075", colors.data_4, colors.data_2], // Custom colors via hex OR Playbook color tokens
26
+ },
27
+ },
28
+ };
29
+
30
+ return (
31
+ <div>
32
+ <PbCircleChart
33
+ options={chartOptions}
34
+ {...props}
35
+ />
36
+ </div>
37
+ );
38
+ }
39
+
40
+ export default PbCircleChartColorOverrides;
@@ -0,0 +1,5 @@
1
+ Custom data colors allow for color customization to match the needs of business requirements.
2
+
3
+ For React, import the colors from Playbook's tokens, then set custom colors in the plotOptions.pie.colors array using the desired color variables.
4
+
5
+ For Rails, only HEX colors can be used eg: `#CA0095`
@@ -0,0 +1,27 @@
1
+
2
+ <% data = [
3
+ {
4
+ name: 'Waiting for Calls',
5
+ y: 41,
6
+ },
7
+ {
8
+ name: 'On Call',
9
+ y: 49,
10
+ },
11
+ {
12
+ name: 'After Call',
13
+ y: 10,
14
+ },
15
+ ] %>
16
+
17
+ <% chart_options = {
18
+ series: [{ data: data }],
19
+ tooltip: {
20
+ headerFormat: nil,
21
+ pointFormat: '<p>Custom tooltip for {point.name} <br/>with value: {point.y}</p>',
22
+ useHTML: true,
23
+ },
24
+ } %>
25
+
26
+
27
+ <%= pb_rails("pb_circle_chart", props: { options: chart_options }) %>