playbook_ui_docs 12.31.0.pre.alpha.multilevelnopillsdesigns944 → 12.32.0
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_button/docs/_button_hover.html.erb +3 -0
- data/app/pb_kits/playbook/pb_button/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_children.html.erb +17 -0
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_children.jsx +33 -0
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_children.md +3 -0
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_message/docs/_message_hover.html.erb +25 -0
- data/app/pb_kits/playbook/pb_message/docs/example.yml +1 -0
- data/dist/playbook-doc.js +8 -8
- metadata +11 -6
metadata
CHANGED
@@ -1,12 +1,12 @@
|
|
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.32.0
|
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
12
|
date: 2023-07-18 00:00:00.000000000 Z
|
@@ -148,6 +148,7 @@ files:
|
|
148
148
|
- app/pb_kits/playbook/pb_button/docs/_button_full_width.html.erb
|
149
149
|
- app/pb_kits/playbook/pb_button/docs/_button_full_width.jsx
|
150
150
|
- app/pb_kits/playbook/pb_button/docs/_button_full_width.md
|
151
|
+
- app/pb_kits/playbook/pb_button/docs/_button_hover.html.erb
|
151
152
|
- app/pb_kits/playbook/pb_button/docs/_button_hover.jsx
|
152
153
|
- app/pb_kits/playbook/pb_button/docs/_button_icon_options.html.erb
|
153
154
|
- app/pb_kits/playbook/pb_button/docs/_button_icon_options.jsx
|
@@ -515,6 +516,9 @@ files:
|
|
515
516
|
- app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_description.md
|
516
517
|
- app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_auto_close.jsx
|
517
518
|
- app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_auto_close.md
|
519
|
+
- app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_children.html.erb
|
520
|
+
- app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_children.jsx
|
521
|
+
- app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_children.md
|
518
522
|
- app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_close.html.erb
|
519
523
|
- app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_close.jsx
|
520
524
|
- app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_default.html.erb
|
@@ -840,6 +844,7 @@ files:
|
|
840
844
|
- app/pb_kits/playbook/pb_message/docs/_message_default.html.erb
|
841
845
|
- app/pb_kits/playbook/pb_message/docs/_message_default.jsx
|
842
846
|
- app/pb_kits/playbook/pb_message/docs/_message_default.md
|
847
|
+
- app/pb_kits/playbook/pb_message/docs/_message_hover.html.erb
|
843
848
|
- app/pb_kits/playbook/pb_message/docs/_message_hover.jsx
|
844
849
|
- app/pb_kits/playbook/pb_message/docs/_message_timestamp.html.erb
|
845
850
|
- app/pb_kits/playbook/pb_message/docs/_message_timestamp.jsx
|
@@ -1515,7 +1520,7 @@ homepage: https://playbook.powerapp.cloud/
|
|
1515
1520
|
licenses:
|
1516
1521
|
- ISC
|
1517
1522
|
metadata: {}
|
1518
|
-
post_install_message:
|
1523
|
+
post_install_message:
|
1519
1524
|
rdoc_options: []
|
1520
1525
|
require_paths:
|
1521
1526
|
- lib
|
@@ -1526,12 +1531,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1526
1531
|
version: '0'
|
1527
1532
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1528
1533
|
requirements:
|
1529
|
-
- - "
|
1534
|
+
- - ">="
|
1530
1535
|
- !ruby/object:Gem::Version
|
1531
|
-
version:
|
1536
|
+
version: '0'
|
1532
1537
|
requirements: []
|
1533
1538
|
rubygems_version: 3.3.7
|
1534
|
-
signing_key:
|
1539
|
+
signing_key:
|
1535
1540
|
specification_version: 4
|
1536
1541
|
summary: Playbook Design System Docs
|
1537
1542
|
test_files: []
|