playbook_ui_docs 14.2.0 → 14.2.1.pre.alpha.PBNTR479removeextraspacingfromradiochildren3671
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_typeahead/docs/_typeahead_margin_bottom.html.erb +88 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_margin_bottom.jsx +60 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/index.js +1 -0
- data/dist/playbook-doc.js +1 -1
- metadata +7 -5
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: playbook_ui_docs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 14.2.
|
4
|
+
version: 14.2.1.pre.alpha.PBNTR479removeextraspacingfromradiochildren3671
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
8
8
|
- Power Devs
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-
|
12
|
+
date: 2024-09-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -1873,6 +1873,8 @@ files:
|
|
1873
1873
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_error_state.md
|
1874
1874
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
|
1875
1875
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.jsx
|
1876
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_margin_bottom.html.erb
|
1877
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_margin_bottom.jsx
|
1876
1878
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_multi_kit.html.erb
|
1877
1879
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_multi_kit.jsx
|
1878
1880
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_context.html.erb
|
@@ -1948,7 +1950,7 @@ homepage: https://playbook.powerapp.cloud/
|
|
1948
1950
|
licenses:
|
1949
1951
|
- ISC
|
1950
1952
|
metadata: {}
|
1951
|
-
post_install_message:
|
1953
|
+
post_install_message:
|
1952
1954
|
rdoc_options: []
|
1953
1955
|
require_paths:
|
1954
1956
|
- lib
|
@@ -1964,7 +1966,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1964
1966
|
version: '0'
|
1965
1967
|
requirements: []
|
1966
1968
|
rubygems_version: 3.5.3
|
1967
|
-
signing_key:
|
1969
|
+
signing_key:
|
1968
1970
|
specification_version: 4
|
1969
1971
|
summary: Playbook Design System Docs
|
1970
1972
|
test_files: []
|