playbook_ui_docs 14.21.1 → 14.22.0.pre.rc.0
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_checkbox/docs/_checkbox_custom.html.erb +1 -0
- data/app/pb_kits/playbook/pb_checkbox/docs/_checkbox_custom_rails.md +1 -0
- data/app/pb_kits/playbook/pb_checkbox/docs/_checkbox_form.html.erb +22 -0
- data/app/pb_kits/playbook/pb_checkbox/docs/_checkbox_form.md +5 -0
- data/app/pb_kits/playbook/pb_checkbox/docs/_checkbox_options.html.erb +1 -0
- data/app/pb_kits/playbook/pb_checkbox/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_form/docs/_form_form_with_validate.html.erb +1 -1
- data/app/pb_kits/playbook/pb_section_separator/docs/_description.md +3 -1
- data/dist/playbook-doc.js +1 -1
- metadata +5 -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.
|
4
|
+
version: 14.22.0.pre.rc.0
|
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-06-
|
12
|
+
date: 2025-06-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -380,6 +380,7 @@ files:
|
|
380
380
|
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_checked.jsx
|
381
381
|
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_custom.html.erb
|
382
382
|
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_custom.jsx
|
383
|
+
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_custom_rails.md
|
383
384
|
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_default.html.erb
|
384
385
|
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_default.jsx
|
385
386
|
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_default_swift.md
|
@@ -388,6 +389,8 @@ files:
|
|
388
389
|
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_error.html.erb
|
389
390
|
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_error.jsx
|
390
391
|
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_error_swift.md
|
392
|
+
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_form.html.erb
|
393
|
+
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_form.md
|
391
394
|
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate.html.erb
|
392
395
|
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate.jsx
|
393
396
|
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate_rails.md
|