playbook_ui 15.3.0.pre.alpha.PLAY2565formkitsubmitfix11681 → 15.3.0.pre.alpha.PLAY2577reactpopoverappendToPOC11730
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.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_advanced_table/Components/TableHeaderCell.tsx +3 -1
- data/app/pb_kits/playbook/pb_advanced_table/Hooks/useTableActions.ts +18 -3
- data/app/pb_kits/playbook/pb_advanced_table/Hooks/useTableState.ts +56 -14
- data/app/pb_kits/playbook/pb_advanced_table/SubKits/TableHeader.tsx +3 -0
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +12 -3
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +59 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.jsx +28 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.md +11 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading_empty_children.js +42 -0
- data/app/pb_kits/playbook/pb_date_picker/sass_partials/_quick_pick_styles.scss +11 -30
- data/app/pb_kits/playbook/pb_popover/_popover.tsx +26 -5
- data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to.jsx +68 -0
- data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to_react.md +1 -0
- data/app/pb_kits/playbook/pb_popover/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_popover/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_popover/popover.test.js +80 -0
- data/dist/chunks/{_line_graph-h5H-imfn.js → _line_graph-BzjyTvYN.js} +1 -1
- data/dist/chunks/_typeahead-esKmpSrF.js +6 -0
- data/dist/chunks/{_weekday_stacked-CbCUYuuZ.js → _weekday_stacked-aFv39NoP.js} +2 -2
- data/dist/chunks/vendor.js +1 -1
- data/dist/playbook-doc.js +1 -1
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +9 -6
- data/dist/chunks/_typeahead-U8AjZIIW.js +0 -6
- /data/app/pb_kits/playbook/pb_popover/docs/{_popover_append_to.md → _popover_append_to_rails.md} +0 -0
data/lib/playbook/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: playbook_ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 15.3.0.pre.alpha.
|
|
4
|
+
version: 15.3.0.pre.alpha.PLAY2577reactpopoverappendToPOC11730
|
|
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-10-
|
|
12
|
+
date: 2025-10-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: actionpack
|
|
@@ -414,6 +414,7 @@ files:
|
|
|
414
414
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_rails.html.erb
|
|
415
415
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_rails.md
|
|
416
416
|
- app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading.js
|
|
417
|
+
- app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading_empty_children.js
|
|
417
418
|
- app/pb_kits/playbook/pb_advanced_table/docs/advanced_table_mock_data.json
|
|
418
419
|
- app/pb_kits/playbook/pb_advanced_table/docs/advanced_table_mock_data_infinite_scroll.json
|
|
419
420
|
- app/pb_kits/playbook/pb_advanced_table/docs/advanced_table_mock_data_no_subrows.json
|
|
@@ -2637,7 +2638,9 @@ files:
|
|
|
2637
2638
|
- app/pb_kits/playbook/pb_popover/docs/_popover_actionable_content.html.erb
|
|
2638
2639
|
- app/pb_kits/playbook/pb_popover/docs/_popover_actionable_content.jsx
|
|
2639
2640
|
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to.html.erb
|
|
2640
|
-
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to.
|
|
2641
|
+
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to.jsx
|
|
2642
|
+
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to_rails.md
|
|
2643
|
+
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to_react.md
|
|
2641
2644
|
- app/pb_kits/playbook/pb_popover/docs/_popover_close.html.erb
|
|
2642
2645
|
- app/pb_kits/playbook/pb_popover/docs/_popover_close.jsx
|
|
2643
2646
|
- app/pb_kits/playbook/pb_popover/docs/_popover_default.html.erb
|
|
@@ -3790,9 +3793,9 @@ files:
|
|
|
3790
3793
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
|
3791
3794
|
- app/pb_kits/playbook/utilities/text.ts
|
|
3792
3795
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
|
3793
|
-
- dist/chunks/_line_graph-
|
|
3794
|
-
- dist/chunks/_typeahead-
|
|
3795
|
-
- dist/chunks/_weekday_stacked-
|
|
3796
|
+
- dist/chunks/_line_graph-BzjyTvYN.js
|
|
3797
|
+
- dist/chunks/_typeahead-esKmpSrF.js
|
|
3798
|
+
- dist/chunks/_weekday_stacked-aFv39NoP.js
|
|
3796
3799
|
- dist/chunks/componentRegistry-DzmmLR2x.js
|
|
3797
3800
|
- dist/chunks/lazysizes-B7xYodB-.js
|
|
3798
3801
|
- dist/chunks/lib-CGxXTQ75.js
|