playbook_ui 15.0.0.pre.alpha.removewebpacker10589 → 15.0.0.pre.alpha.stimulusbutton10763

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 (84) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_advanced_table/Components/RegularTableView.tsx +24 -11
  3. data/app/pb_kits/playbook/pb_advanced_table/Components/VirtualizedTableView.tsx +7 -7
  4. data/app/pb_kits/playbook/pb_advanced_table/Utilities/RowUtils.ts +7 -2
  5. data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +67 -13
  6. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_vertical_border.jsx +2 -2
  7. data/app/pb_kits/playbook/pb_button/docs/_button_managed_disabled.html.erb +29 -0
  8. data/app/pb_kits/playbook/pb_button/docs/_button_managed_disabled.md +5 -0
  9. data/app/pb_kits/playbook/pb_button/docs/_button_managed_disabled_helper.html.erb +18 -0
  10. data/app/pb_kits/playbook/pb_button/docs/_button_managed_disabled_helper.md +5 -0
  11. data/app/pb_kits/playbook/pb_button/docs/example.yml +2 -0
  12. data/app/pb_kits/playbook/pb_button/index.js +99 -0
  13. data/app/pb_kits/playbook/pb_contact/_contact.tsx +5 -0
  14. data/app/pb_kits/playbook/pb_contact/contact.rb +4 -0
  15. data/app/pb_kits/playbook/pb_contact/contact.test.js +21 -1
  16. data/app/pb_kits/playbook/pb_contact/docs/_contact_default.html.erb +16 -1
  17. data/app/pb_kits/playbook/pb_contact/docs/_contact_default.jsx +15 -0
  18. data/app/pb_kits/playbook/pb_contact/docs/_contact_default.md +5 -0
  19. data/app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.html.erb +6 -0
  20. data/app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.jsx +6 -0
  21. data/app/pb_kits/playbook/pb_nav/_nav.scss +27 -0
  22. data/app/pb_kits/playbook/pb_nav/_nav.test.js +16 -0
  23. data/app/pb_kits/playbook/pb_nav/_nav.tsx +5 -0
  24. data/app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_extendedunderline.html.erb +6 -0
  25. data/app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_extendedunderline.jsx +39 -0
  26. data/app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_extendedunderline.md +1 -0
  27. data/app/pb_kits/playbook/pb_nav/docs/example.yml +2 -0
  28. data/app/pb_kits/playbook/pb_nav/docs/index.js +2 -1
  29. data/app/pb_kits/playbook/pb_nav/nav.rb +6 -1
  30. data/app/pb_kits/playbook/pb_section_separator/_section_separator.scss +13 -5
  31. data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.html.erb +23 -0
  32. data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx +45 -7
  33. data/app/pb_kits/playbook/pb_section_separator/section_separator.html.erb +4 -1
  34. data/app/pb_kits/playbook/pb_section_separator/section_separator.test.js +165 -0
  35. data/app/pb_kits/playbook/pb_timestamp/_timestamp.tsx +24 -8
  36. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.html.erb +0 -10
  37. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.jsx +0 -9
  38. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.md +1 -0
  39. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.html.erb +3 -17
  40. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.jsx +0 -15
  41. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.md +1 -0
  42. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.html.erb +0 -2
  43. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx +0 -2
  44. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.md +5 -0
  45. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.html.erb +12 -0
  46. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.jsx +25 -0
  47. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.md +1 -0
  48. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.html.erb +4 -0
  49. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.jsx +17 -0
  50. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.md +1 -0
  51. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.html.erb +18 -0
  52. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.jsx +44 -0
  53. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.md +1 -0
  54. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb +0 -14
  55. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.jsx +0 -14
  56. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.md +1 -0
  57. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.html.erb +0 -4
  58. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx +0 -4
  59. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.jsx +0 -1
  60. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.md +5 -0
  61. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.html.erb +16 -0
  62. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.jsx +30 -0
  63. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.md +1 -0
  64. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.html.erb +16 -0
  65. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.jsx +30 -0
  66. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.md +1 -0
  67. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.html.erb +26 -0
  68. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.jsx +41 -0
  69. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.md +1 -0
  70. data/app/pb_kits/playbook/pb_timestamp/docs/example.yml +18 -6
  71. data/app/pb_kits/playbook/pb_timestamp/docs/index.js +6 -0
  72. data/app/pb_kits/playbook/pb_timestamp/timestamp.rb +29 -7
  73. data/app/pb_kits/playbook/pb_timestamp/timestamp.test.js +69 -4
  74. data/dist/chunks/{_line_graph-DeH7NK-i.js → _line_graph-C9stNsP3.js} +1 -1
  75. data/dist/chunks/{_typeahead-CCGp0OQe.js → _typeahead-D3MtsWXG.js} +1 -1
  76. data/dist/chunks/{_weekday_stacked-BHLwECdV.js → _weekday_stacked-BMwekyel.js} +3 -3
  77. data/dist/chunks/vendor.js +1 -1
  78. data/dist/playbook-doc.js +2 -2
  79. data/dist/playbook-rails-react-bindings.js +1 -1
  80. data/dist/playbook-rails.js +1 -1
  81. data/dist/playbook.css +1 -1
  82. data/lib/playbook/version.rb +1 -1
  83. metadata +38 -6
  84. 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: 5f1d58c0974115b7178c36d9cda95c0eacbfadd7b855f74d97d272acc9c62e1b
4
- data.tar.gz: f602e748ae8b93fc70a7a4ee7a26876c7dcca1b8c68d65687d2c7e1d254c9238
3
+ metadata.gz: 3d949c2d669654df8d56ca2863fef4dbdcb143cf8acb4f3a5693eee5c9be68f8
4
+ data.tar.gz: 9dbc0f1e5082115203fe7f31c2e80cfd0fa8c23ad3359e09db20e15a51c2f289
5
5
  SHA512:
6
- metadata.gz: fb8ac648144f2747012cd782f136b169e1e2c041cb7cd80e51727811968233ec5121542cccc8daf4ad1781d662e16138dd8d689867fd2b2bafce700a7c7b1d15
7
- data.tar.gz: 60ac54b5f6e52494d90565b6eaa63e2d322b84d776eba943445aa19d5e65e9bae06eddb32acf292ecb03b6d5c200d7cab0d2e351c18904497be2d0ca0db5f014
6
+ metadata.gz: d139edd243825c2115465ee24481d84b1dd57db03ea1f9096ccfbda81f42b3e82fefcffa586e668d2a163d2777c61981b152e0985b4c21c4401f85c1c8e83e4d
7
+ data.tar.gz: 38ec1c3422f047193fc6604f8f2eb6daee1a5d380ecf1ce663c8e34d4efefc421d72cc9444724f2fa52df90ab7f04013ba95886c304b5925b9915f15168ef106
@@ -5,6 +5,7 @@ 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"
8
9
 
9
10
  import LoadingInline from "../../pb_loading_inline/_loading_inline"
10
11
  import Checkbox from "../../pb_checkbox/_checkbox"
@@ -29,6 +30,7 @@ const TableCellRenderer = ({
29
30
  columnPinning,
30
31
  customRowStyle,
31
32
  columnDefinitions,
33
+ isMultiHeaderColumn = false,
32
34
  }: {
33
35
  row: Row<GenericObject>
34
36
  collapsibleTrail?: boolean
@@ -37,12 +39,18 @@ const TableCellRenderer = ({
37
39
  columnPinning: { left: string[] }
38
40
  customRowStyle?: GenericObject
39
41
  columnDefinitions?: {[key:string]:any}[]
42
+ isMultiHeaderColumn?: boolean
40
43
  }) => {
41
44
  return (
42
45
  <>
43
46
  {row.getVisibleCells().map((cell: Cell<GenericObject, unknown>, i: number) => {
44
47
  const isPinnedLeft = columnPinning.left.includes(cell.column.id);
48
+ // Add a border to the right of each group of columns for multi-header column tables
45
49
  const isLastCell = (() => {
50
+ if (!isMultiHeaderColumn) {
51
+ return false;
52
+ }
53
+
46
54
  const parent = cell.column.parent;
47
55
  if (!parent) {
48
56
  const last = row.getVisibleCells().at(-1);
@@ -60,7 +68,7 @@ const TableCellRenderer = ({
60
68
  const cellAlignment = colDef?.columnStyling?.cellAlignment ?? "right"
61
69
  const paddingValue = colDef?.columnStyling?.cellPadding ?? customRowStyle?.cellPadding
62
70
  const paddingClass = paddingValue ? `p_${paddingValue}` : undefined
63
-
71
+
64
72
  return (
65
73
  <td
66
74
  align={cellAlignment}
@@ -132,6 +140,10 @@ export const RegularTableView = ({
132
140
 
133
141
  const columnPinning = table.getState().columnPinning || { left: [] };
134
142
  const columnDefinitions = table.options.meta?.columnDefinitions || [];
143
+ const isMultiHeaderColumn = columnDefinitions.some(
144
+ (obj: Record<string, unknown>) => "columns" in obj
145
+ );
146
+
135
147
  // Row pinning
136
148
  function PinnedRow({ row }: { row: Row<any> }) {
137
149
  const customRowStyle = rowStyling?.length > 0 && rowStyling?.find((s: GenericObject) => s?.rowId === row.id);
@@ -144,7 +156,7 @@ export const RegularTableView = ({
144
156
  backgroundColor: customRowStyle?.backgroundColor ? customRowStyle?.backgroundColor : 'white',
145
157
  color: customRowStyle?.fontColor,
146
158
  position: 'sticky',
147
- top:
159
+ top:
148
160
  row.getIsPinned() === 'top'
149
161
  ? `${row.getPinnedIndex() * rowHeight + headerHeight}px`
150
162
  : undefined,
@@ -156,6 +168,7 @@ export const RegularTableView = ({
156
168
  columnDefinitions={columnDefinitions}
157
169
  columnPinning={columnPinning}
158
170
  customRowStyle={customRowStyle}
171
+ isMultiHeaderColumn={isMultiHeaderColumn}
159
172
  loading={loading}
160
173
  row={row}
161
174
  stickyLeftColumn={stickyLeftColumn}
@@ -169,21 +182,20 @@ export const RegularTableView = ({
169
182
  return (
170
183
  <>
171
184
  {pinnedRows && table.getTopRows().map((row: Row<GenericObject>) => (
172
- <PinnedRow key={row.id}
173
- row={row}
185
+ <PinnedRow key={row.id}
186
+ row={row}
174
187
  />
175
188
  ))}
176
189
  {totalRows.map((row: Row<GenericObject>, rowIndex: number) => {
177
- const isExpandable = row.getIsExpanded();
178
190
  const isFirstChildofSubrow = row.depth > 0 && row.index === 0;
179
- const rowHasNoChildren = row.original?.children && !row.original.children.length ? true : false;
180
191
  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";
184
192
  const isFirstRegularRow = rowIndex === 0 && !row.getIsPinned();
185
193
  const customRowStyle = rowStyling?.length > 0 && rowStyling?.find((s: GenericObject) => s?.rowId === row.id);
186
194
 
195
+ // Use functions from RowUtils for consistent cell coloring
196
+ const rowColor = getRowColorClass(row, inlineRowLoading || false);
197
+ const isDataLoading = shouldShowLoadingIndicator(row, inlineRowLoading || false, columnDefinitions[0]?.cellAccessors?.length || 0);
198
+
187
199
  return (
188
200
  <React.Fragment key={`${row.index}-${row.id}-${row.depth}-row`}>
189
201
  {isFirstChildofSubrow && subRowHeaders && (
@@ -220,6 +232,7 @@ export const RegularTableView = ({
220
232
  columnDefinitions={columnDefinitions}
221
233
  columnPinning={columnPinning}
222
234
  customRowStyle={customRowStyle}
235
+ isMultiHeaderColumn={isMultiHeaderColumn}
223
236
  loading={loading}
224
237
  row={row}
225
238
  stickyLeftColumn={stickyLeftColumn}
@@ -228,7 +241,7 @@ export const RegularTableView = ({
228
241
 
229
242
  {/* Display LoadingInline if Row Data is querying and there are no children already */}
230
243
  {isDataLoading && (
231
- <tr key={`${row.id}-row`}>
244
+ <tr key={`${row.id}-loading-row`}>
232
245
  <td colSpan={numberOfColumns}
233
246
  style={{ paddingLeft: `${row.depth === 0 ? 0.5 : (row.depth * 2)}em` }}
234
247
  >
@@ -243,4 +256,4 @@ export const RegularTableView = ({
243
256
  );
244
257
  }
245
258
 
246
- export default RegularTableView;
259
+ export default RegularTableView;
@@ -7,6 +7,7 @@ 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"
10
11
 
11
12
  import LoadingInline from "../../pb_loading_inline/_loading_inline"
12
13
  import Checkbox from "../../pb_checkbox/_checkbox"
@@ -45,10 +46,10 @@ export const VirtualizedTableView = ({
45
46
 
46
47
  const columnPinning = table.getState().columnPinning || { left: [] };
47
48
  const sortingState = JSON.stringify(table.getState().sorting || []);
48
-
49
+
49
50
  // Store column widths extracted from header
50
51
  const [columnWidths, setColumnWidths] = useState<{[key: string]: string}>({});
51
-
52
+
52
53
  // Function to get header cell widths
53
54
  const getHeaderCellWidths = () => {
54
55
  const widths: {[key: string]: string} = {};
@@ -136,7 +137,7 @@ export const VirtualizedTableView = ({
136
137
  </tr>
137
138
  );
138
139
  }
139
-
140
+
140
141
  // Establish # of Parent Rows (so that Footer count does not include every single row)
141
142
  const topLevelRowCount = table.getRowModel().flatRows.filter((row: Row<GenericObject>) => row.depth === 0).length;
142
143
 
@@ -172,10 +173,9 @@ export const VirtualizedTableView = ({
172
173
 
173
174
  if (item.type === 'row') {
174
175
  const row = item.row;
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";
176
+
177
+ // Use the utility function to get consistent row color
178
+ const rowColor = getRowColorClass(row, inlineRowLoading || false);
179
179
 
180
180
  return (
181
181
  <tr
@@ -10,9 +10,14 @@ 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));
14
13
 
15
- return row.getIsSelected() ? "bg-row-selection" : rowBackground ? "bg-silver" : "bg-white";
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";
16
21
  }
17
22
 
18
23
  /**
@@ -249,8 +249,10 @@
249
249
  }
250
250
 
251
251
  .pb_advanced_table_body {
252
- .last-cell {
253
- border-right: 1px solid $border_light !important;
252
+ tr {
253
+ .last-cell:not(:last-of-type) {
254
+ border-right: 1px solid $border_light !important;
255
+ }
254
256
  }
255
257
  tr td:first-child {
256
258
  padding-left: 8px !important;
@@ -701,6 +703,14 @@
701
703
  }
702
704
  }
703
705
  }
706
+
707
+ .pb_advanced_table_header {
708
+ > tr {
709
+ .last-header-cell:last-of-type {
710
+ border-right-width: 0 !important;
711
+ }
712
+ }
713
+ }
704
714
  }
705
715
  }
706
716
 
@@ -975,14 +985,14 @@
975
985
  // Firefox-specific fix for last-header-cell and last-cell vertical borders
976
986
  @-moz-document url-prefix() {
977
987
  .pb_advanced_table_header {
978
- .last-header-cell {
988
+ .last-header-cell:not(:last-child) {
979
989
  border-right: none !important;
980
990
  box-shadow: 1px 0 0 0 $border_light !important;
981
991
  }
982
992
  }
983
993
 
984
994
  .pb_advanced_table_body {
985
- .last-cell {
995
+ .last-cell:not(:last-child) {
986
996
  border-right: none !important;
987
997
  box-shadow: 1px 0 0 0 $border_light !important;
988
998
  }
@@ -991,14 +1001,14 @@
991
1001
  // Dark mode Firefox fixes
992
1002
  &.dark {
993
1003
  .pb_advanced_table_header {
994
- .last-header-cell {
1004
+ .last-header-cell:not(:last-child) {
995
1005
  border-right: none !important;
996
1006
  box-shadow: 1px 0 0 0 $border_dark !important;
997
1007
  }
998
1008
  }
999
1009
 
1000
1010
  .pb_advanced_table_body {
1001
- .last-cell {
1011
+ .last-cell:not(:last-child) {
1002
1012
  border-right: none !important;
1003
1013
  box-shadow: 1px 0 0 0 $border_dark !important;
1004
1014
  }
@@ -1011,18 +1021,62 @@
1011
1021
  .pb-advanced-table-popover-option:hover {
1012
1022
  background-color: $bg_light;
1013
1023
  }
1024
+
1014
1025
  // Removes borders when Wrapped inside the Card Kit
1015
- .pb_card_kit > .pb_advanced_table .pb_advanced_table_body .last-cell,
1016
- .pb_card_kit > .pb_advanced_table .pb_advanced_table_header .last-header-cell,
1017
- .pb_card_kit > .pb_advanced_table .pb_advanced_table_body tr td:last-child,
1018
- .pb_card_kit > .pb_advanced_table .pb_advanced_table_header tr th:last-child {
1026
+ .pb_card_kit > .pb_advanced_table {
1027
+ // Remove right border only from the actual last column
1028
+ .pb_advanced_table_body tr td:last-child,
1029
+ .pb_advanced_table_header tr th:last-child {
1030
+ box-shadow: none !important; // prevents double up of borders on Firefox when in Card Kit
1019
1031
  border-right: none !important;
1032
+ }
1033
+
1034
+ // Without vertical border, remove all last-cell borders
1035
+ // Specifically for header to prevent thicker borders in firefox.
1036
+ .pb_table:not(.vertical-border) {
1037
+ .pb_advanced_table_header .last-header-cell {
1038
+ box-shadow: none !important;
1039
+ }
1040
+ }
1041
+ // Firefox fix
1042
+ @-moz-document url-prefix() {
1043
+ .pb_advanced_table_header {
1044
+ .last-header-cell {
1045
+ box-shadow: 1px 0 0 0 $border_light !important;
1046
+ }
1047
+ }
1048
+ }
1049
+
1050
+ // For tables WITH vertical borders, only remove border from actual last column
1051
+ .pb_table.vertical-border {
1052
+ .pb_advanced_table_body .last-cell:not(:last-child),
1053
+ .pb_advanced_table_header .last-header-cell:not(:last-child) {
1054
+ box-shadow: none !important;
1055
+ border-right: 1px solid $border_light !important;
1056
+ }
1057
+
1058
+ // Dark mode
1059
+ &.dark {
1060
+ .pb_advanced_table_body .last-cell:not(:last-child),
1061
+ .pb_advanced_table_header .last-header-cell:not(:last-child) {
1062
+ border-right: 1px solid $border_dark !important;
1063
+ }
1064
+ }
1065
+ }
1066
+
1067
+ // Support column group border colors
1068
+ &.pb_advanced_table[class*="column-group-border-"] {
1069
+ .pb_advanced_table_body .last-cell:not(:last-child),
1070
+ .pb_advanced_table_header .last-header-cell:not(:last-child) {
1071
+ border-right: 1px solid var(--column-border-color) !important;
1072
+ }
1073
+ }
1020
1074
  }
1021
1075
 
1022
- // Removes borders when Wrapped inside the Card Kit
1023
- .pb_card_kit > .pb_advanced_table tr:last-child,
1076
+ // Removes bottom borders when wrapped inside the Card Kit (keep existing behavior)
1077
+ .pb_card_kit > .pb_advanced_table tr:last-child,
1024
1078
  .pb_card_kit > .pb_advanced_table .last-row-cell {
1025
1079
  td {
1026
- border-bottom: none !important;
1080
+ border-bottom: none !important;
1027
1081
  }
1028
1082
  }
@@ -44,9 +44,9 @@ const AdvancedTableColumnHeadersVerticalBorder = (props) => {
44
44
  ],
45
45
  },
46
46
  ];
47
-
47
+
48
48
  const tableProps = {
49
- verticalBorder: true
49
+ verticalBorder: true,
50
50
  }
51
51
 
52
52
  return (
@@ -0,0 +1,29 @@
1
+ <br/>
2
+ <%= pb_rails("button", props: { text: "Disable Buttons", variant: "link", id: "toggle-disabled-demo" }) %>
3
+ <%= pb_rails("button", props: { text: "Enable Buttons", variant: "link", id: "toggle-enabled-demo" }) %>
4
+ <br/>
5
+ <%= pb_rails("button", props: { text: "I am a Normal Button", id: "normal_managed_button", data:{pb_button_managed: true}, margin_bottom: "lg" }) %>
6
+ <br/>
7
+ <%= pb_rails("button", props: { text: "I am an <a> Button", id: "a_tag_managed_button", tag:"a", data:{pb_button_managed: true}, link: "http://google.com", margin_right: "lg" }) %>
8
+
9
+ <script>
10
+ document.addEventListener('DOMContentLoaded', function () {
11
+ const disableTrigger = document.querySelector('#toggle-disabled-demo')
12
+ const enableTrigger = document.querySelector('#toggle-enabled-demo')
13
+
14
+ // Managed Buttons
15
+ const btn = document.querySelector('#normal_managed_button');
16
+ const link = document.querySelector('#a_tag_managed_button');
17
+
18
+ disableTrigger.addEventListener('click', (e) => {
19
+ // Disable both default button and a tag button
20
+ btn.setAttribute('disabled', true)
21
+ link.setAttribute('aria-disabled', 'true')
22
+ });
23
+ enableTrigger.addEventListener('click', (e) => {
24
+ // Enable both default button and a tag button
25
+ btn.removeAttribute('disabled')
26
+ link.removeAttribute('aria-disabled')
27
+ });
28
+ });
29
+ </script>
@@ -0,0 +1,5 @@
1
+ If needing to toggle the disabled state of the Button dynmically, you can now do so in rails using the `pb-button-managed` data attribute.
2
+
3
+ If your button has `data:{ pb-button-managed: true }` on it, you can then toggle state via attributes: for buttons set/remove disabled, for links set/remove aria-disabled="true". This will handle disabling the button, preventing clicks as well as all style changes so you don't have to.
4
+
5
+ Click to enable or disable the buttons above and view the code snippet below for details!
@@ -0,0 +1,18 @@
1
+ <%= pb_rails("button", props: { text: "Disable Button", variant: "link", id: "toggle-disabled-demo-with-helper" }) %>
2
+ <%= pb_rails("button", props: { text: "Enable Button", variant: "link", id: "toggle-enabled-demo-with-helper" }) %>
3
+ <br/>
4
+ <%= pb_rails("button", props: { text: "Watch me Change!", id: "managed_button_with_helper", data:{pb_button_managed: true} }) %>
5
+
6
+ <script>
7
+ document.addEventListener('DOMContentLoaded', function () {
8
+ const demoBtn = document.querySelector('#managed_button_with_helper')
9
+
10
+ const disable = document.querySelector('#toggle-disabled-demo-with-helper')
11
+ const enable = document.querySelector('#toggle-enabled-demo-with-helper')
12
+
13
+ disable.addEventListener('click', (e) => {demoBtn._pbButton.disable()});
14
+
15
+ enable.addEventListener('click', (e) => {demoBtn._pbButton.enable()});
16
+
17
+ });
18
+ </script>
@@ -0,0 +1,5 @@
1
+ The disabled state for the button can also be toggled via small helpers available through the `pb-button-managed` data attribute.
2
+
3
+ If your button has `data:{ pb-button-managed: true }` on it, you can then toggle state via the provided `_pbButton.disable()` and `_pbButton.enable()` helpers as shoen in the code snippet below.
4
+
5
+ Click to enable or disable the buttons above!
@@ -11,6 +11,8 @@ examples:
11
11
  - button_options: Button Additional Options
12
12
  - button_size: Button Size
13
13
  - button_form: Button Form Attribute
14
+ - button_managed_disabled: Button Toggle Disabled State
15
+ - button_managed_disabled_helper: Button Toggle Disabled State Helper
14
16
 
15
17
  react:
16
18
  - button_default: Button Variants
@@ -0,0 +1,99 @@
1
+ import PbEnhancedElement from "../pb_enhanced_element"
2
+
3
+ const BUTTON_SELECTOR = "[data-pb-button-managed]"
4
+
5
+ export default class PbButton extends PbEnhancedElement {
6
+ static get selector() {
7
+ return BUTTON_SELECTOR
8
+ }
9
+
10
+ connect() {
11
+ this._attrManaged = this._attributesPresent()
12
+ this.element._pbButton = this
13
+
14
+ this._onClick = (e) => {
15
+ if (this.isDisabled()) {
16
+ e.preventDefault()
17
+ e.stopImmediatePropagation()
18
+ }
19
+ }
20
+ this.element.addEventListener("click", this._onClick, true)
21
+
22
+ if (this._attrManaged) this._syncClassesFromAttributes()
23
+
24
+ this._observer = new MutationObserver(() => {
25
+ this._attrManaged = true
26
+ this._syncClassesFromAttributes()
27
+ })
28
+ this._observer.observe(this.element, {
29
+ attributes: true,
30
+ attributeFilter: ["disabled", "aria-disabled"],
31
+ })
32
+ }
33
+
34
+ disconnect() {
35
+ this.element.removeEventListener("click", this._onClick, true)
36
+ this._observer?.disconnect()
37
+ delete this.element._pbButton
38
+ }
39
+
40
+ disable() { this.setDisabled(true) }
41
+ enable() { this.setDisabled(false) }
42
+
43
+ setDisabled(state) {
44
+ if (this._isButton()) {
45
+ state
46
+ ? this.element.setAttribute("disabled", "disabled")
47
+ : this.element.removeAttribute("disabled")
48
+ } else {
49
+ state
50
+ ? this.element.setAttribute("aria-disabled", "true")
51
+ : this.element.removeAttribute("aria-disabled")
52
+ }
53
+ this._attrManaged = true
54
+ this._applyClassState(state)
55
+ }
56
+
57
+ isDisabled() {
58
+ if (this._isButton()) {
59
+ if (this.element.hasAttribute("disabled")) return true
60
+ if (this._attrManaged && !this.element.hasAttribute("disabled")) return false
61
+ } else {
62
+ const aria = this.element.getAttribute("aria-disabled")
63
+ if (aria === "true") return true
64
+ if (this._attrManaged && aria !== "true") return false
65
+ }
66
+ return this.element.classList.contains("pb_button_disabled")
67
+ }
68
+
69
+ _isButton() {
70
+ return this.element.tagName === "BUTTON"
71
+ }
72
+
73
+ _attributesPresent() {
74
+ return this.element.hasAttribute("disabled") || this.element.hasAttribute("aria-disabled")
75
+ }
76
+
77
+ _syncClassesFromAttributes() {
78
+ const state = this._attrDisabledState()
79
+ const disabled = (state === null) ? false : state
80
+ this._applyClassState(disabled)
81
+ }
82
+
83
+ _attrDisabledState() {
84
+ if (this._isButton()) {
85
+ return this.element.hasAttribute("disabled") ? true : null
86
+ } else {
87
+ const aria = this.element.getAttribute("aria-disabled")
88
+ if (aria === "true") return true
89
+ if (aria === "false") return false
90
+ return this.element.hasAttribute("aria-disabled") ? false : null
91
+ }
92
+ }
93
+
94
+ _applyClassState(disabled) {
95
+ this.element.classList.toggle("pb_button_disabled", !!disabled)
96
+ this.element.classList.toggle("pb_button_enabled", !disabled)
97
+ }
98
+ }
99
+
@@ -17,6 +17,7 @@ const contactTypeMap: { [key: string]: string } = {
17
17
  'work': 'phone-office',
18
18
  'work-cell': 'phone-laptop',
19
19
  'wrong-phone': 'phone-slash',
20
+ 'international': 'globe',
20
21
  }
21
22
 
22
23
  const envelopeIcon = getAllIcons()["envelope"].icon as unknown as { [key: string]: SVGElement }
@@ -24,6 +25,10 @@ const envelopeIcon = getAllIcons()["envelope"].icon as unknown as { [key: string
24
25
  const formatContact = (contactString: string, contactType: string) => {
25
26
  if (contactType === 'email') return contactString
26
27
 
28
+ // International phone numbers are unformatted
29
+ if (contactType === 'international') return contactString
30
+
31
+ // Format US numbers
27
32
  const cleaned = contactString.replace(/\D/g, '')
28
33
  const phoneNumber = cleaned.match(/^(1|)?(\d{3})(\d{3})(\d{4})$/)
29
34
 
@@ -29,6 +29,8 @@ module Playbook
29
29
  "phone-slash"
30
30
  when "extension"
31
31
  "phone-plus"
32
+ when "international"
33
+ "globe"
32
34
  else # "unknown" || "other"
33
35
  "phone"
34
36
  end
@@ -39,6 +41,8 @@ module Playbook
39
41
  contact_value
40
42
  elsif contact_type == "extension" && contact_value.match(/^\d{4}$/)
41
43
  contact_value
44
+ elsif contact_type == "international"
45
+ contact_value
42
46
  else
43
47
  number_to_phone(formatted_value, area_code: true)
44
48
  end
@@ -66,6 +66,12 @@ test('returns correct icon', () => {
66
66
  contactValue="1234"
67
67
  data={{ testid: 'test-extension' }}
68
68
  />
69
+ <Contact
70
+ contactDetail="International"
71
+ contactType="international"
72
+ contactValue="+44 20 7946 0958"
73
+ data={{ testid: 'test-international' }}
74
+ />
69
75
  <Contact
70
76
  contactDetail=""
71
77
  contactType=""
@@ -83,10 +89,11 @@ test('returns correct icon', () => {
83
89
  expect(screen.getByTestId('test-wrong-phone').querySelector('.pb_custom_icon')).toBeInTheDocument()
84
90
  expect(screen.getByTestId('test-wrong-type').querySelector('.pb_custom_icon')).toBeInTheDocument()
85
91
  expect(screen.getByTestId('test-extension').querySelector('.pb_custom_icon')).toBeInTheDocument()
92
+ expect(screen.getByTestId('test-international').querySelector('.pb_custom_icon')).toBeInTheDocument()
86
93
  expect(screen.getByTestId('test-empty').querySelector('.pb_custom_icon')).toBeInTheDocument()
87
94
  })
88
95
 
89
- test("not compliant values return null in phone related contact types", () => {
96
+ test("not compliant values return null in US phone related contact types", () => {
90
97
  const notCompliantValues = [
91
98
  "349-185-998223",
92
99
  "349-1858",
@@ -129,3 +136,16 @@ test("not compliant values return null in phone related contact types", () => {
129
136
  )
130
137
  })
131
138
  })
139
+
140
+ test('international contact type preserves original format', () => {
141
+ render(
142
+ <Contact
143
+ contactType="international"
144
+ contactValue="+44 20 7946 0958"
145
+ data={{ testid: 'test-international-format' }}
146
+ />
147
+ )
148
+
149
+ const kit = screen.getByTestId('test-international-format')
150
+ expect(kit).toHaveTextContent('+44 20 7946 0958')
151
+ })
@@ -13,7 +13,7 @@
13
13
  }) %>
14
14
 
15
15
  <%= pb_rails("contact", props: {
16
- contact_type: "wrong number",
16
+ contact_type: "work",
17
17
  contact_value: "3245627482",
18
18
  }) %>
19
19
 
@@ -21,3 +21,18 @@
21
21
  contact_type: "work-cell",
22
22
  contact_value: "349-185-9988",
23
23
  }) %>
24
+
25
+ <%= pb_rails("contact", props: {
26
+ contact_type: "wrong-phone",
27
+ contact_value: "2124396666",
28
+ }) %>
29
+
30
+ <%= pb_rails("contact", props: {
31
+ contact_type: "extension",
32
+ contact_value: "1233",
33
+ }) %>
34
+
35
+ <%= pb_rails("contact", props: {
36
+ contact_type: "international",
37
+ contact_value: "+44 7700 900461",
38
+ }) %>
@@ -28,6 +28,21 @@ const ContactDefault = (props) => {
28
28
  contactValue="3245627482"
29
29
  {...props}
30
30
  />
31
+ <Contact
32
+ contactType="wrong-phone"
33
+ contactValue="2124396666"
34
+ {...props}
35
+ />
36
+ <Contact
37
+ contactType='extension'
38
+ contactValue="1234"
39
+ {...props}
40
+ />
41
+ <Contact
42
+ contactType="international"
43
+ contactValue="+44 7700 900461"
44
+ {...props}
45
+ />
31
46
  </div>
32
47
  )
33
48
  }
@@ -0,0 +1,5 @@
1
+ The Contact kit automatically formats US phone numbers when the `contactType` / `contact_type` is one of: `home` (default), `work`, `cell`, `work-cell`, `wrong-phone`.
2
+
3
+ - Use `email` to display emails.
4
+ - Use `international` to display International phone numbers exactly as provided (no formatting applied).
5
+ - Use `extension` to display four digit phone extensions.
@@ -26,3 +26,9 @@
26
26
  contact_value: "1233",
27
27
  contact_detail: "Ext",
28
28
  }) %>
29
+
30
+ <%= pb_rails("contact", props: {
31
+ contact_type: "international",
32
+ contact_value: "+44 7700 900461",
33
+ contact_detail: "International",
34
+ }) %>