playbook_ui_docs 14.11.1.pre.alpha.play1724darkmodeauditmap5413 → 14.11.1.pre.alpha.play17725372
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_map/docs/_map_default.jsx +4 -4
- data/app/pb_kits/playbook/pb_map/docs/_map_with_custom_button.jsx +7 -7
- data/app/pb_kits/playbook/pb_map/docs/_map_with_plugin.jsx +5 -5
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_mask.html.erb +50 -0
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_mask_rails.md +3 -0
- data/app/pb_kits/playbook/pb_text_input/docs/example.yml +2 -1
- data/dist/playbook-doc.js +1 -1
- metadata +4 -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.11.1.pre.alpha.
|
4
|
+
version: 14.11.1.pre.alpha.play17725372
|
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-01-
|
12
|
+
date: 2025-01-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -1830,7 +1830,9 @@ files:
|
|
1830
1830
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_error_swift.md
|
1831
1831
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_inline.html.erb
|
1832
1832
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_inline.jsx
|
1833
|
+
- app/pb_kits/playbook/pb_text_input/docs/_text_input_mask.html.erb
|
1833
1834
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_mask.jsx
|
1835
|
+
- app/pb_kits/playbook/pb_text_input/docs/_text_input_mask_rails.md
|
1834
1836
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_no_label.html.erb
|
1835
1837
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_no_label.jsx
|
1836
1838
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_options.html.erb
|