playbook_ui_docs 15.0.0.pre.alpha.PLAY2361datepickerarrownav10322 → 15.0.0.pre.alpha.PLAY2369textinputautocompleteprop10372
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_text_input/docs/_text_input_autocomplete.html.erb +41 -0
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.jsx +80 -0
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.md +1 -0
- data/app/pb_kits/playbook/pb_text_input/docs/example.yml +3 -0
- data/app/pb_kits/playbook/pb_text_input/docs/index.js +1 -0
- data/dist/playbook-doc.js +2 -2
- 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: 15.0.0.pre.alpha.
|
4
|
+
version: 15.0.0.pre.alpha.PLAY2369textinputautocompleteprop10372
|
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-09-
|
12
|
+
date: 2025-09-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -2135,6 +2135,9 @@ files:
|
|
2135
2135
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_add_on.html.erb
|
2136
2136
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_add_on.jsx
|
2137
2137
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_add_on_swift.md
|
2138
|
+
- app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.html.erb
|
2139
|
+
- app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.jsx
|
2140
|
+
- app/pb_kits/playbook/pb_text_input/docs/_text_input_autocomplete.md
|
2138
2141
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_custom.html.erb
|
2139
2142
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_custom.jsx
|
2140
2143
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_default.html.erb
|