playbook_ui_docs 14.20.0.pre.alpha.PLAY21817891 → 14.20.0.pre.alpha.play2168firstcolumnborderbug7950
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_advanced_table/docs/_advanced_table_table_props.html.erb +1 -1
- data/app/pb_kits/playbook/pb_select/docs/_select_custom_select_subheaders.html.erb +12 -0
- data/app/pb_kits/playbook/pb_select/docs/_select_custom_select_subheaders.jsx +31 -0
- data/app/pb_kits/playbook/pb_select/docs/_select_custom_select_subheaders.md +1 -0
- data/app/pb_kits/playbook/pb_select/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_select/docs/index.js +1 -0
- data/dist/playbook-doc.js +1 -1
- 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: 14.20.0.pre.alpha.
|
4
|
+
version: 14.20.0.pre.alpha.play2168firstcolumnborderbug7950
|
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-05-
|
12
|
+
date: 2025-05-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -1797,6 +1797,9 @@ files:
|
|
1797
1797
|
- app/pb_kits/playbook/pb_select/docs/_select_blank.jsx
|
1798
1798
|
- app/pb_kits/playbook/pb_select/docs/_select_custom_select.html.erb
|
1799
1799
|
- app/pb_kits/playbook/pb_select/docs/_select_custom_select.jsx
|
1800
|
+
- app/pb_kits/playbook/pb_select/docs/_select_custom_select_subheaders.html.erb
|
1801
|
+
- app/pb_kits/playbook/pb_select/docs/_select_custom_select_subheaders.jsx
|
1802
|
+
- app/pb_kits/playbook/pb_select/docs/_select_custom_select_subheaders.md
|
1800
1803
|
- app/pb_kits/playbook/pb_select/docs/_select_default.html.erb
|
1801
1804
|
- app/pb_kits/playbook/pb_select/docs/_select_default.jsx
|
1802
1805
|
- app/pb_kits/playbook/pb_select/docs/_select_default_swift.md
|