playbook_ui 14.24.0.pre.alpha.PLAY23139411 → 14.24.0.pre.alpha.play23479502
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/_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_fixed_confirmation_toast/_fixed_confirmation_toast.tsx +2 -2
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_no_icon.html.erb +22 -0
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_no_icon.jsx +43 -0
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_no_icon.md +1 -0
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.html.erb +2 -1
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.rb +1 -1
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.test.js +6 -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-irgZUVGj.js} +2 -2
- 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 +14 -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.play23479502
|
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-08 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
|
@@ -1572,6 +1577,9 @@ files:
|
|
1572
1577
|
- app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line.jsx
|
1573
1578
|
- app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line.md
|
1574
1579
|
- app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line_swift.md
|
1580
|
+
- app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_no_icon.html.erb
|
1581
|
+
- app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_no_icon.jsx
|
1582
|
+
- app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_no_icon.md
|
1575
1583
|
- app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_positions.html.erb
|
1576
1584
|
- app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_positions.jsx
|
1577
1585
|
- app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_positions_swift.md
|
@@ -2387,11 +2395,14 @@ files:
|
|
2387
2395
|
- app/pb_kits/playbook/pb_overlay/subcomponents/_overlay_percentage.tsx
|
2388
2396
|
- app/pb_kits/playbook/pb_overlay/subcomponents/_overlay_token.tsx
|
2389
2397
|
- app/pb_kits/playbook/pb_pagination/_pagination.scss
|
2398
|
+
- app/pb_kits/playbook/pb_pagination/_pagination.test.jsx
|
2390
2399
|
- app/pb_kits/playbook/pb_pagination/_pagination.tsx
|
2391
2400
|
- app/pb_kits/playbook/pb_pagination/docs/_pagination_default.html.erb
|
2392
2401
|
- app/pb_kits/playbook/pb_pagination/docs/_pagination_default.jsx
|
2393
2402
|
- app/pb_kits/playbook/pb_pagination/docs/_pagination_default_rails.md
|
2394
2403
|
- app/pb_kits/playbook/pb_pagination/docs/_pagination_default_react.md
|
2404
|
+
- app/pb_kits/playbook/pb_pagination/docs/_pagination_external_control.jsx
|
2405
|
+
- app/pb_kits/playbook/pb_pagination/docs/_pagination_external_control_react.md
|
2395
2406
|
- app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change.jsx
|
2396
2407
|
- app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change_react.md
|
2397
2408
|
- app/pb_kits/playbook/pb_pagination/docs/data.js
|
@@ -3636,7 +3647,7 @@ files:
|
|
3636
3647
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
3637
3648
|
- dist/chunks/_line_graph-D7DgMqnT.js
|
3638
3649
|
- dist/chunks/_typeahead-BzYZCpJO.js
|
3639
|
-
- dist/chunks/_weekday_stacked-
|
3650
|
+
- dist/chunks/_weekday_stacked-irgZUVGj.js
|
3640
3651
|
- dist/chunks/lazysizes-B7xYodB-.js
|
3641
3652
|
- dist/chunks/lib-CY5ZPzic.js
|
3642
3653
|
- dist/chunks/pb_form_validation-D3b0JKHH.js
|