playbook_ui_docs 14.18.0.pre.rc.1 → 14.18.0.pre.rc.2
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_copy_button/docs/_copy_button_hook.jsx +54 -0
- data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_hook.md +3 -0
- data/app/pb_kits/playbook/pb_copy_button/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_copy_button/docs/index.js +2 -1
- data/app/pb_kits/playbook/pb_form_group/docs/_form_group_select.jsx +19 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.md +3 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows_rails.md +3 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md +3 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.md +3 -1
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_sanitize.jsx +94 -0
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_sanitize.md +1 -0
- data/app/pb_kits/playbook/pb_text_input/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_text_input/docs/index.js +1 -0
- data/dist/playbook-doc.js +1 -1
- metadata +6 -2
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: 14.18.0.pre.rc.
|
4
|
+
version: 14.18.0.pre.rc.2
|
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-04-
|
12
|
+
date: 2025-04-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -459,6 +459,8 @@ files:
|
|
459
459
|
- app/pb_kits/playbook/pb_copy_button/docs/_copy_button_from.html.erb
|
460
460
|
- app/pb_kits/playbook/pb_copy_button/docs/_copy_button_from.jsx
|
461
461
|
- app/pb_kits/playbook/pb_copy_button/docs/_copy_button_from.md
|
462
|
+
- app/pb_kits/playbook/pb_copy_button/docs/_copy_button_hook.jsx
|
463
|
+
- app/pb_kits/playbook/pb_copy_button/docs/_copy_button_hook.md
|
462
464
|
- app/pb_kits/playbook/pb_copy_button/docs/example.yml
|
463
465
|
- app/pb_kits/playbook/pb_copy_button/docs/index.js
|
464
466
|
- app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.html.erb
|
@@ -2012,6 +2014,8 @@ files:
|
|
2012
2014
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_no_label.jsx
|
2013
2015
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_options.html.erb
|
2014
2016
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_props_swift.md
|
2017
|
+
- app/pb_kits/playbook/pb_text_input/docs/_text_input_sanitize.jsx
|
2018
|
+
- app/pb_kits/playbook/pb_text_input/docs/_text_input_sanitize.md
|
2015
2019
|
- app/pb_kits/playbook/pb_text_input/docs/example.yml
|
2016
2020
|
- app/pb_kits/playbook/pb_text_input/docs/index.js
|
2017
2021
|
- app/pb_kits/playbook/pb_textarea/docs/_description.md
|