playbook_ui 15.3.0.pre.alpha.PLAY2622richtexteditortiptaponlyrails12127 → 15.3.0.pre.alpha.PLAY2624stickyColumnnullerror12217

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 (36) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_advanced_table/Utilities/RowUtils.ts +1 -1
  3. data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +4 -4
  4. data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +5 -5
  5. data/app/pb_kits/playbook/pb_advanced_table/flat_advanced_table.js +2 -2
  6. data/app/pb_kits/playbook/pb_advanced_table/index.js +7 -7
  7. data/app/pb_kits/playbook/pb_advanced_table/scss_partials/advanced_table_sticky_mixin.scss +2 -2
  8. data/app/pb_kits/playbook/pb_advanced_table/table_row.rb +1 -1
  9. data/app/pb_kits/playbook/pb_form/pb_form_validation.js +44 -11
  10. data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx +110 -17
  11. data/app/pb_kits/playbook/pb_rich_text_editor/TipTap/Toolbar.tsx +1 -1
  12. data/app/pb_kits/playbook/pb_rich_text_editor/_rich_text_editor.tsx +8 -61
  13. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_focus.html.erb +2 -10
  14. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_preview.html.erb +11 -19
  15. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_simple.html.erb +1 -5
  16. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky.html.erb +1 -1
  17. data/app/pb_kits/playbook/pb_rich_text_editor/docs/example.yml +2 -2
  18. data/app/pb_kits/playbook/pb_rich_text_editor/rich_text_editor.rb +7 -16
  19. data/app/pb_kits/playbook/pb_table/_table.tsx +28 -26
  20. data/dist/chunks/{_line_graph-DjrQQuEV.js → _line_graph-C-AuMGN2.js} +1 -1
  21. data/dist/chunks/_typeahead--38pnHwS.js +6 -0
  22. data/dist/chunks/{_weekday_stacked-BbmmQUBu.js → _weekday_stacked-Db5x2Q33.js} +2 -2
  23. data/dist/chunks/{lib-BCrK6CFU.js → lib-BXBHAZMY.js} +1 -1
  24. data/dist/chunks/pb_form_validation-BNfSnIUF.js +1 -0
  25. data/dist/chunks/vendor.js +1 -1
  26. data/dist/playbook-doc.js +19 -1
  27. data/dist/playbook-rails-react-bindings.js +1 -1
  28. data/dist/playbook-rails.js +1 -1
  29. data/dist/playbook.css +1 -1
  30. data/lib/playbook/version.rb +1 -1
  31. metadata +7 -10
  32. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default_rails.md +0 -7
  33. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_inline_rails.md +0 -1
  34. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky_rails.md +0 -1
  35. data/dist/chunks/_typeahead-CkG2szTj.js +0 -24
  36. data/dist/chunks/pb_form_validation-Btq3qoKv.js +0 -1
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "15.3.0"
5
- VERSION = "15.3.0.pre.alpha.PLAY2622richtexteditortiptaponlyrails12127"
5
+ VERSION = "15.3.0.pre.alpha.PLAY2624stickyColumnnullerror12217"
6
6
  end
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.PLAY2622richtexteditortiptaponlyrails12127
4
+ version: 15.3.0.pre.alpha.PLAY2624stickyColumnnullerror12217
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-11-06 00:00:00.000000000 Z
12
+ date: 2025-11-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -2802,12 +2802,10 @@ files:
2802
2802
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_attributes.jsx
2803
2803
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default.html.erb
2804
2804
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default.jsx
2805
- - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default_rails.md
2806
2805
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_focus.html.erb
2807
2806
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_focus.jsx
2808
2807
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_inline.html.erb
2809
2808
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_inline.jsx
2810
- - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_inline_rails.md
2811
2809
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_more_extensions.jsx
2812
2810
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_more_extensions.md
2813
2811
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_preview.html.erb
@@ -2816,7 +2814,6 @@ files:
2816
2814
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_simple.jsx
2817
2815
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky.html.erb
2818
2816
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky.jsx
2819
- - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky_rails.md
2820
2817
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_templates.html.erb
2821
2818
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_templates.jsx
2822
2819
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_toolbar_bottom.html.erb
@@ -3817,13 +3814,13 @@ files:
3817
3814
  - app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
3818
3815
  - app/pb_kits/playbook/utilities/text.ts
3819
3816
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3820
- - dist/chunks/_line_graph-DjrQQuEV.js
3821
- - dist/chunks/_typeahead-CkG2szTj.js
3822
- - dist/chunks/_weekday_stacked-BbmmQUBu.js
3817
+ - dist/chunks/_line_graph-C-AuMGN2.js
3818
+ - dist/chunks/_typeahead--38pnHwS.js
3819
+ - dist/chunks/_weekday_stacked-Db5x2Q33.js
3823
3820
  - dist/chunks/componentRegistry-DzmmLR2x.js
3824
3821
  - dist/chunks/lazysizes-B7xYodB-.js
3825
- - dist/chunks/lib-BCrK6CFU.js
3826
- - dist/chunks/pb_form_validation-Btq3qoKv.js
3822
+ - dist/chunks/lib-BXBHAZMY.js
3823
+ - dist/chunks/pb_form_validation-BNfSnIUF.js
3827
3824
  - dist/chunks/vendor.js
3828
3825
  - dist/menu.yml
3829
3826
  - dist/playbook-doc.js
@@ -1,7 +0,0 @@
1
- The Rails RichTextEditor is a React-Rendered-Rails component that uses [Tiptap](https://tiptap.dev/) and requires the following packages to be installed in your project:
2
-
3
- - `@tiptap/react`
4
- - `@tiptap/starter-kit`
5
- - `@tiptap/extension-link`
6
-
7
- Once installed, the editor is initialized automatically when you use the component. Unlike the [React Advanced RichTextEditor](https://playbook.powerapp.cloud/kits/rich_text_editor/react#advanced-default) variant, [custom extensions](https://playbook.powerapp.cloud/kits/rich_text_editor/react#advanced-extra-extensions) are not currently supported. The doc examples below showcase some preset prop-enabled Rails RichTextEditor customizations.
@@ -1 +0,0 @@
1
- When the optional `inline` prop is set to true, the editor borders and the toolbar will only be visible when hovered or focused on.
@@ -1 +0,0 @@
1
- Use the optional `sticky` prop to make the toolbar sticky on scroll.