playbook_ui_docs 15.1.0.pre.alpha.PLAY2425textinputaccessibility10907 → 15.1.0.pre.alpha.PLAY2468phonenuminputvalidation10958
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_button/docs/_button_managed_disabled.html.erb +31 -0
- data/app/pb_kits/playbook/pb_button/docs/_button_managed_disabled.md +7 -0
- data/app/pb_kits/playbook/pb_button/docs/_button_managed_disabled_helper.html.erb +21 -0
- data/app/pb_kits/playbook/pb_button/docs/_button_managed_disabled_helper.md +7 -0
- data/app/pb_kits/playbook/pb_button/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_form/docs/_form_form_with_validate.html.erb +1 -1
- 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/dist/playbook-doc.js +2 -2
- metadata +6 -3
- 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: 15.1.0.pre.alpha.
|
4
|
+
version: 15.1.0.pre.alpha.PLAY2468phonenuminputvalidation10958
|
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-
|
12
|
+
date: 2025-10-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -328,6 +328,10 @@ files:
|
|
328
328
|
- app/pb_kits/playbook/pb_button/docs/_button_loading.html.erb
|
329
329
|
- app/pb_kits/playbook/pb_button/docs/_button_loading.jsx
|
330
330
|
- app/pb_kits/playbook/pb_button/docs/_button_loading.md
|
331
|
+
- app/pb_kits/playbook/pb_button/docs/_button_managed_disabled.html.erb
|
332
|
+
- app/pb_kits/playbook/pb_button/docs/_button_managed_disabled.md
|
333
|
+
- app/pb_kits/playbook/pb_button/docs/_button_managed_disabled_helper.html.erb
|
334
|
+
- app/pb_kits/playbook/pb_button/docs/_button_managed_disabled_helper.md
|
331
335
|
- app/pb_kits/playbook/pb_button/docs/_button_options.html.erb
|
332
336
|
- app/pb_kits/playbook/pb_button/docs/_button_options.jsx
|
333
337
|
- app/pb_kits/playbook/pb_button/docs/_button_props_swift.md
|
@@ -2201,7 +2205,6 @@ files:
|
|
2201
2205
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_custom.jsx
|
2202
2206
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_default.html.erb
|
2203
2207
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_default.jsx
|
2204
|
-
- app/pb_kits/playbook/pb_text_input/docs/_text_input_default.md
|
2205
2208
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_default_swift.md
|
2206
2209
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_disabled.html.erb
|
2207
2210
|
- 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.
|