playbook_ui_docs 12.29.0.pre.alpha.play716popoverkitcloseonclickissue893 → 12.30.0.pre.alpha.PLAY906multilevelselectedidsprop902
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_icon_circle/docs/_icon_circle_color.html.erb +13 -7
- data/app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_default.html.erb +1 -1
- data/app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_emoji.html.erb +16 -0
- data/app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_emoji.jsx +31 -0
- data/app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_emoji.md +1 -0
- data/app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_sizes.html.erb +5 -5
- data/app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_sizes.jsx +6 -0
- data/app/pb_kits/playbook/pb_icon_circle/docs/example.yml +3 -0
- data/app/pb_kits/playbook/pb_icon_circle/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_return_all_selected.md +3 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_data_table.html.erb +0 -14
- data/app/pb_kits/playbook/pb_table/docs/_table_data_table.md +1 -0
- data/dist/playbook-doc.js +8 -8
- metadata +6 -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: 12.
|
4
|
+
version: 12.30.0.pre.alpha.PLAY906multilevelselectedidsprop902
|
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-07-
|
12
|
+
date: 2023-07-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -680,6 +680,9 @@ files:
|
|
680
680
|
- app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_color.md
|
681
681
|
- app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_default.html.erb
|
682
682
|
- app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_default.jsx
|
683
|
+
- app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_emoji.html.erb
|
684
|
+
- app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_emoji.jsx
|
685
|
+
- app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_emoji.md
|
683
686
|
- app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_sizes.html.erb
|
684
687
|
- app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_sizes.jsx
|
685
688
|
- app/pb_kits/playbook/pb_icon_circle/docs/example.yml
|
@@ -1205,6 +1208,7 @@ files:
|
|
1205
1208
|
- app/pb_kits/playbook/pb_table/docs/_table_container.jsx
|
1206
1209
|
- app/pb_kits/playbook/pb_table/docs/_table_data_table.html.erb
|
1207
1210
|
- app/pb_kits/playbook/pb_table/docs/_table_data_table.jsx
|
1211
|
+
- app/pb_kits/playbook/pb_table/docs/_table_data_table.md
|
1208
1212
|
- app/pb_kits/playbook/pb_table/docs/_table_disable_hover.html.erb
|
1209
1213
|
- app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
|
1210
1214
|
- app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
|