playbook_ui_docs 12.37.0.pre.alpha.svgiconmethods1064 → 12.38.0.pre.alpha.PBNTR78selectkitmultipleprop1094
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_date/docs/_date_alignment.jsx +2 -2
- data/app/pb_kits/playbook/pb_date/docs/_date_default.jsx +29 -5
- data/app/pb_kits/playbook/pb_date/docs/_date_unstyled.jsx +2 -2
- data/app/pb_kits/playbook/pb_date/docs/_date_variants.jsx +5 -5
- data/app/pb_kits/playbook/pb_icon/docs/_icon_animate.html.erb +0 -1
- data/app/pb_kits/playbook/pb_icon/docs/_icon_custom.html.erb +0 -2
- data/app/pb_kits/playbook/pb_icon/docs/example.yml +9 -10
- data/app/pb_kits/playbook/pb_select/docs/_select_attributes.html.erb +26 -0
- data/app/pb_kits/playbook/pb_select/docs/_select_attributes.md +1 -0
- data/app/pb_kits/playbook/pb_select/docs/_select_multiple.html.erb +36 -0
- data/app/pb_kits/playbook/pb_select/docs/_select_multiple.jsx +50 -0
- data/app/pb_kits/playbook/pb_select/docs/_select_multiple.md +1 -0
- data/app/pb_kits/playbook/pb_select/docs/example.yml +3 -0
- data/app/pb_kits/playbook/pb_select/docs/index.js +1 -0
- data/dist/playbook-doc.js +10 -15
- metadata +7 -3
- data/app/pb_kits/playbook/pb_icon/docs/_icon_svg.html.erb +0 -5
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: 12.
|
4
|
+
version: 12.38.0.pre.alpha.PBNTR78selectkitmultipleprop1094
|
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: 2023-08-
|
12
|
+
date: 2023-08-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -692,7 +692,6 @@ files:
|
|
692
692
|
- app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
|
693
693
|
- app/pb_kits/playbook/pb_icon/docs/_icon_sizes.html.erb
|
694
694
|
- app/pb_kits/playbook/pb_icon/docs/_icon_sizes.jsx
|
695
|
-
- app/pb_kits/playbook/pb_icon/docs/_icon_svg.html.erb
|
696
695
|
- app/pb_kits/playbook/pb_icon/docs/example.yml
|
697
696
|
- app/pb_kits/playbook/pb_icon/docs/index.js
|
698
697
|
- app/pb_kits/playbook/pb_icon_circle/docs/_description.md
|
@@ -1132,6 +1131,8 @@ files:
|
|
1132
1131
|
- app/pb_kits/playbook/pb_section_separator/docs/index.js
|
1133
1132
|
- app/pb_kits/playbook/pb_select/docs/_description.md
|
1134
1133
|
- app/pb_kits/playbook/pb_select/docs/_footer.md
|
1134
|
+
- app/pb_kits/playbook/pb_select/docs/_select_attributes.html.erb
|
1135
|
+
- app/pb_kits/playbook/pb_select/docs/_select_attributes.md
|
1135
1136
|
- app/pb_kits/playbook/pb_select/docs/_select_blank.html.erb
|
1136
1137
|
- app/pb_kits/playbook/pb_select/docs/_select_blank.jsx
|
1137
1138
|
- app/pb_kits/playbook/pb_select/docs/_select_custom_select.html.erb
|
@@ -1149,6 +1150,9 @@ files:
|
|
1149
1150
|
- app/pb_kits/playbook/pb_select/docs/_select_inline.jsx
|
1150
1151
|
- app/pb_kits/playbook/pb_select/docs/_select_inline_compact.html.erb
|
1151
1152
|
- app/pb_kits/playbook/pb_select/docs/_select_inline_compact.jsx
|
1153
|
+
- app/pb_kits/playbook/pb_select/docs/_select_multiple.html.erb
|
1154
|
+
- app/pb_kits/playbook/pb_select/docs/_select_multiple.jsx
|
1155
|
+
- app/pb_kits/playbook/pb_select/docs/_select_multiple.md
|
1152
1156
|
- app/pb_kits/playbook/pb_select/docs/_select_required.html.erb
|
1153
1157
|
- app/pb_kits/playbook/pb_select/docs/_select_required.jsx
|
1154
1158
|
- app/pb_kits/playbook/pb_select/docs/_select_value_text_same.html.erb
|