playbook_ui_docs 14.25.0.pre.alpha.PLAY2425textinputaccessibility9851 → 14.25.0.pre.alpha.PLAY2426textfieldaccessibility9859
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_fixed_confirmation_toast/docs/_fixed_confirmation_toast_props_swift.md +3 -2
- data/app/pb_kits/playbook/pb_form/docs/_form_form_with.html.erb +1 -0
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_default.html.erb +4 -8
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_default.jsx +0 -5
- data/app/pb_kits/playbook/pb_user/docs/_user_props_table.md +14 -7
- data/dist/playbook-doc.js +2 -2
- metadata +1 -2
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_default.md +0 -1
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.25.0.pre.alpha.
|
4
|
+
version: 14.25.0.pre.alpha.PLAY2426textfieldaccessibility9859
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -2157,7 +2157,6 @@ files:
|
|
2157
2157
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_custom.jsx
|
2158
2158
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_default.html.erb
|
2159
2159
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_default.jsx
|
2160
|
-
- app/pb_kits/playbook/pb_text_input/docs/_text_input_default.md
|
2161
2160
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_default_swift.md
|
2162
2161
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_disabled.html.erb
|
2163
2162
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_disabled.jsx
|
@@ -1 +0,0 @@
|
|
1
|
-
Add an `id` to your Text Input so that clicking the label will move focus directly to the input.
|