playbook_ui 14.24.0.pre.alpha.PLAY23139411 → 14.24.0.pre.alpha.pinnedrowstyling9518
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/RegularTableView.tsx +4 -1
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +34 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_vertical_border.html.erb +43 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_vertical_border.jsx +64 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_advanced_table/table_row.rb +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb +1 -1
- data/app/pb_kits/playbook/pb_date/_date.tsx +5 -3
- data/app/pb_kits/playbook/pb_date/date.html.erb +6 -6
- data/app/pb_kits/playbook/pb_date/date.rb +2 -0
- data/app/pb_kits/playbook/pb_date/docs/_date_with_show_current_year.html.erb +4 -0
- data/app/pb_kits/playbook/pb_date/docs/_date_with_show_current_year.jsx +17 -0
- data/app/pb_kits/playbook/pb_date/docs/_date_with_show_current_year.md +1 -0
- data/app/pb_kits/playbook/pb_date/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_date/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_pagination/_pagination.test.jsx +212 -0
- data/app/pb_kits/playbook/pb_pagination/_pagination.tsx +8 -1
- data/app/pb_kits/playbook/pb_pagination/docs/_pagination_external_control.jsx +112 -0
- data/app/pb_kits/playbook/pb_pagination/docs/_pagination_external_control_react.md +3 -0
- data/app/pb_kits/playbook/pb_pagination/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_pagination/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_table/styles/_vertical_border.scss +49 -1
- data/dist/chunks/{_weekday_stacked-B89kArHY.js → _weekday_stacked-BMK9Dgq_.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/menu.yml +1 -1
- data/dist/playbook-doc.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +11 -3
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: 14.24.0.pre.alpha.
|
4
|
+
version: 14.24.0.pre.alpha.pinnedrowstyling9518
|
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-08-
|
12
|
+
date: 2025-08-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -308,6 +308,8 @@ files:
|
|
308
308
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_multiple.html.erb
|
309
309
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_multiple.jsx
|
310
310
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_multiple.md
|
311
|
+
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_vertical_border.html.erb
|
312
|
+
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_vertical_border.jsx
|
311
313
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.jsx
|
312
314
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.md
|
313
315
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers.jsx
|
@@ -984,6 +986,9 @@ files:
|
|
984
986
|
- app/pb_kits/playbook/pb_date/docs/_date_variants.html.erb
|
985
987
|
- app/pb_kits/playbook/pb_date/docs/_date_variants.jsx
|
986
988
|
- app/pb_kits/playbook/pb_date/docs/_date_variants_swift.md
|
989
|
+
- app/pb_kits/playbook/pb_date/docs/_date_with_show_current_year.html.erb
|
990
|
+
- app/pb_kits/playbook/pb_date/docs/_date_with_show_current_year.jsx
|
991
|
+
- app/pb_kits/playbook/pb_date/docs/_date_with_show_current_year.md
|
987
992
|
- app/pb_kits/playbook/pb_date/docs/_description.md
|
988
993
|
- app/pb_kits/playbook/pb_date/docs/example.yml
|
989
994
|
- app/pb_kits/playbook/pb_date/docs/index.js
|
@@ -2387,11 +2392,14 @@ files:
|
|
2387
2392
|
- app/pb_kits/playbook/pb_overlay/subcomponents/_overlay_percentage.tsx
|
2388
2393
|
- app/pb_kits/playbook/pb_overlay/subcomponents/_overlay_token.tsx
|
2389
2394
|
- app/pb_kits/playbook/pb_pagination/_pagination.scss
|
2395
|
+
- app/pb_kits/playbook/pb_pagination/_pagination.test.jsx
|
2390
2396
|
- app/pb_kits/playbook/pb_pagination/_pagination.tsx
|
2391
2397
|
- app/pb_kits/playbook/pb_pagination/docs/_pagination_default.html.erb
|
2392
2398
|
- app/pb_kits/playbook/pb_pagination/docs/_pagination_default.jsx
|
2393
2399
|
- app/pb_kits/playbook/pb_pagination/docs/_pagination_default_rails.md
|
2394
2400
|
- app/pb_kits/playbook/pb_pagination/docs/_pagination_default_react.md
|
2401
|
+
- app/pb_kits/playbook/pb_pagination/docs/_pagination_external_control.jsx
|
2402
|
+
- app/pb_kits/playbook/pb_pagination/docs/_pagination_external_control_react.md
|
2395
2403
|
- app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change.jsx
|
2396
2404
|
- app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change_react.md
|
2397
2405
|
- app/pb_kits/playbook/pb_pagination/docs/data.js
|
@@ -3636,7 +3644,7 @@ files:
|
|
3636
3644
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
3637
3645
|
- dist/chunks/_line_graph-D7DgMqnT.js
|
3638
3646
|
- dist/chunks/_typeahead-BzYZCpJO.js
|
3639
|
-
- dist/chunks/_weekday_stacked-
|
3647
|
+
- dist/chunks/_weekday_stacked-BMK9Dgq_.js
|
3640
3648
|
- dist/chunks/lazysizes-B7xYodB-.js
|
3641
3649
|
- dist/chunks/lib-CY5ZPzic.js
|
3642
3650
|
- dist/chunks/pb_form_validation-D3b0JKHH.js
|