playbook_ui_docs 13.19.0.pre.alpha.play1141iconkitusinglibrary2264 → 13.19.0.pre.alpha.play1174fixconfimationtoastmobilebug2305
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_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line.html.erb +32 -1
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line.jsx +38 -4
- data/app/pb_kits/playbook/pb_table/docs/_table_div.html.erb +34 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_div.jsx +47 -0
- data/app/pb_kits/playbook/pb_table/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_table/docs/index.js +1 -0
- data/dist/playbook-doc.js +2 -2
- 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: 13.19.0.pre.alpha.
|
4
|
+
version: 13.19.0.pre.alpha.play1174fixconfimationtoastmobilebug2305
|
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: 2024-03-
|
12
|
+
date: 2024-03-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -1446,6 +1446,8 @@ files:
|
|
1446
1446
|
- app/pb_kits/playbook/pb_table/docs/_table_data_table.md
|
1447
1447
|
- app/pb_kits/playbook/pb_table/docs/_table_disable_hover.html.erb
|
1448
1448
|
- app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
|
1449
|
+
- app/pb_kits/playbook/pb_table/docs/_table_div.html.erb
|
1450
|
+
- app/pb_kits/playbook/pb_table/docs/_table_div.jsx
|
1449
1451
|
- app/pb_kits/playbook/pb_table/docs/_table_header.html.erb
|
1450
1452
|
- app/pb_kits/playbook/pb_table/docs/_table_header.md
|
1451
1453
|
- app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb
|