playbook_ui_docs 15.6.0.pre.alpha.draggableask12907 → 15.6.0.pre.alpha.play261013050

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 (38) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_colors_rails.html.erb +43 -0
  3. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_colors_rails.md +1 -0
  4. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.html.erb +11 -5
  5. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.md +7 -1
  6. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_background.jsx +54 -0
  7. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_background.md +9 -0
  8. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_background_multi.jsx +80 -0
  9. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_background_multi.md +3 -0
  10. data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +4 -1
  11. data/app/pb_kits/playbook/pb_advanced_table/docs/index.js +3 -1
  12. data/app/pb_kits/playbook/pb_card/docs/_card_header.md +1 -1
  13. data/app/pb_kits/playbook/pb_card/docs/_card_highlight.md +1 -1
  14. data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_icons.jsx +0 -1
  15. data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_state.jsx +0 -3
  16. data/app/pb_kits/playbook/pb_distribution_bar/docs/_distribution_bar_custom_colors.md +1 -1
  17. data/app/pb_kits/playbook/pb_select/docs/_select_input_options.html.erb +16 -0
  18. data/app/pb_kits/playbook/pb_select/docs/_select_input_options.jsx +30 -0
  19. data/app/pb_kits/playbook/pb_select/docs/_select_input_options.md +1 -0
  20. data/app/pb_kits/playbook/pb_select/docs/example.yml +2 -0
  21. data/app/pb_kits/playbook/pb_select/docs/index.js +1 -0
  22. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant.jsx +134 -0
  23. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant.md +34 -0
  24. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_rails.html.erb +101 -0
  25. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_rails.md +33 -0
  26. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_with_pagination.jsx +180 -0
  27. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_with_pagination.md +3 -0
  28. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_with_pagination_rails.html.erb +122 -0
  29. data/app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_with_pagination_rails.md +3 -0
  30. data/app/pb_kits/playbook/pb_table/docs/example.yml +4 -0
  31. data/app/pb_kits/playbook/pb_table/docs/index.js +2 -0
  32. data/app/pb_kits/playbook/pb_timeline/docs/_timeline_show_current_year.html.erb +60 -0
  33. data/app/pb_kits/playbook/pb_timeline/docs/_timeline_show_current_year.jsx +118 -0
  34. data/app/pb_kits/playbook/pb_timeline/docs/_timeline_show_current_year.md +1 -0
  35. data/app/pb_kits/playbook/pb_timeline/docs/_timeline_with_date.md +1 -1
  36. data/app/pb_kits/playbook/pb_timeline/docs/example.yml +2 -0
  37. data/app/pb_kits/playbook/pb_timeline/docs/index.js +1 -0
  38. metadata +22 -2
@@ -1 +1 @@
1
- Use the optional `showDate` prop to render the timeline kit with a visible date. If the date is from the current year, the year will not be displayed, however if date is NOT from the current year, the kit will display the year as well.
1
+ Use the optional `showDate` prop to render the timeline kit with a visible date. By default, if the date is from the current year, the year will not be displayed; however, if the date is NOT from the current year, the kit will display the year as well.
@@ -5,6 +5,7 @@ examples:
5
5
  - timeline_vertical: Vertical
6
6
  - timeline_with_date: With Date
7
7
  - timeline_with_children: With Children
8
+ - timeline_show_current_year: Show Current Year
8
9
  - timeline_with_gap: With Gap
9
10
 
10
11
 
@@ -13,4 +14,5 @@ examples:
13
14
  - timeline_vertical: Vertical
14
15
  - timeline_with_date: With Date
15
16
  - timeline_with_children: With Children
17
+ - timeline_show_current_year: Show Current Year
16
18
  - timeline_with_gap: With Gap
@@ -3,4 +3,5 @@ export { default as TimelineVertical } from './_timeline_vertical.jsx'
3
3
  export { default as TimelineWithDate } from './_timeline_with_date.jsx'
4
4
  export { default as TimelineWithChildren } from './_timeline_with_children.jsx'
5
5
  export { default as TimelineWithGap } from './_timeline_with_gap.jsx'
6
+ export { default as TimelineShowCurrentYear } from './_timeline_show_current_year.jsx'
6
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui_docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 15.6.0.pre.alpha.draggableask12907
4
+ version: 15.6.0.pre.alpha.play261013050
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2025-12-08 00:00:00.000000000 Z
12
+ date: 2025-12-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui
@@ -33,6 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_colors_rails.html.erb
37
+ - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_colors_rails.md
36
38
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.html.erb
37
39
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.md
38
40
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta.html.erb
@@ -60,6 +62,10 @@ files:
60
62
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_vertical_border.jsx
61
63
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.jsx
62
64
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.md
65
+ - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_background.jsx
66
+ - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_background.md
67
+ - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_background_multi.jsx
68
+ - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_background_multi.md
63
69
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers.jsx
64
70
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers.md
65
71
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers_rails.html.erb
@@ -2061,6 +2067,9 @@ files:
2061
2067
  - app/pb_kits/playbook/pb_select/docs/_select_inline_compact.jsx
2062
2068
  - app/pb_kits/playbook/pb_select/docs/_select_inline_show_arrow.html.erb
2063
2069
  - app/pb_kits/playbook/pb_select/docs/_select_inline_show_arrow.jsx
2070
+ - app/pb_kits/playbook/pb_select/docs/_select_input_options.html.erb
2071
+ - app/pb_kits/playbook/pb_select/docs/_select_input_options.jsx
2072
+ - app/pb_kits/playbook/pb_select/docs/_select_input_options.md
2064
2073
  - app/pb_kits/playbook/pb_select/docs/_select_multiple.html.erb
2065
2074
  - app/pb_kits/playbook/pb_select/docs/_select_multiple.jsx
2066
2075
  - app/pb_kits/playbook/pb_select/docs/_select_multiple.md
@@ -2304,6 +2313,14 @@ files:
2304
2313
  - app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible.jsx
2305
2314
  - app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_rails.md
2306
2315
  - app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_react.md
2316
+ - app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant.jsx
2317
+ - app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant.md
2318
+ - app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_rails.html.erb
2319
+ - app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_rails.md
2320
+ - app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_with_pagination.jsx
2321
+ - app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_with_pagination.md
2322
+ - app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_with_pagination_rails.html.erb
2323
+ - app/pb_kits/playbook/pb_table/docs/_table_with_filter_variant_with_pagination_rails.md
2307
2324
  - app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless.html.erb
2308
2325
  - app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless.jsx
2309
2326
  - app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless_rails.md
@@ -2408,6 +2425,9 @@ files:
2408
2425
  - app/pb_kits/playbook/pb_timeline/docs/_description.md
2409
2426
  - app/pb_kits/playbook/pb_timeline/docs/_timeline_default.html.erb
2410
2427
  - app/pb_kits/playbook/pb_timeline/docs/_timeline_default.jsx
2428
+ - app/pb_kits/playbook/pb_timeline/docs/_timeline_show_current_year.html.erb
2429
+ - app/pb_kits/playbook/pb_timeline/docs/_timeline_show_current_year.jsx
2430
+ - app/pb_kits/playbook/pb_timeline/docs/_timeline_show_current_year.md
2411
2431
  - app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.html.erb
2412
2432
  - app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
2413
2433
  - app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb