playbook_ui_docs 12.32.0 → 12.33.0.pre.alpha.PLAY905reactionbuttons979
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_reaction.html.erb +3 -0
- data/app/pb_kits/playbook/pb_button/docs/_button_reaction.jsx +38 -0
- data/app/pb_kits/playbook/pb_button/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_button/docs/index.js +2 -1
- data/app/pb_kits/playbook/pb_date/docs/_date_alignment.jsx +2 -2
- data/app/pb_kits/playbook/pb_date/docs/_date_default.jsx +4 -4
- 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_fa_kit.html.erb +1 -0
- data/app/pb_kits/playbook/pb_icon/docs/_icon_fa_kit.jsx +21 -0
- data/app/pb_kits/playbook/pb_icon/docs/_icon_fa_kit.md +7 -0
- data/app/pb_kits/playbook/pb_icon/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_icon/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_color.html.erb +6 -0
- data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_color.jsx +9 -0
- data/dist/app/components/playbook/pb_docs/kit_example.rb +1 -0
- data/dist/playbook-doc.js +10 -15
- metadata +12 -7
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
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.33.0.pre.alpha.PLAY905reactionbuttons979
|
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
|
-
date: 2023-07-
|
12
|
+
date: 2023-07-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -161,6 +161,8 @@ files:
|
|
161
161
|
- app/pb_kits/playbook/pb_button/docs/_button_loading.md
|
162
162
|
- app/pb_kits/playbook/pb_button/docs/_button_options.html.erb
|
163
163
|
- app/pb_kits/playbook/pb_button/docs/_button_options.jsx
|
164
|
+
- app/pb_kits/playbook/pb_button/docs/_button_reaction.html.erb
|
165
|
+
- app/pb_kits/playbook/pb_button/docs/_button_reaction.jsx
|
164
166
|
- app/pb_kits/playbook/pb_button/docs/_button_size.html.erb
|
165
167
|
- app/pb_kits/playbook/pb_button/docs/_button_size.jsx
|
166
168
|
- app/pb_kits/playbook/pb_button/docs/_button_size.md
|
@@ -669,6 +671,9 @@ files:
|
|
669
671
|
- app/pb_kits/playbook/pb_icon/docs/_icon_custom.md
|
670
672
|
- app/pb_kits/playbook/pb_icon/docs/_icon_default.html.erb
|
671
673
|
- app/pb_kits/playbook/pb_icon/docs/_icon_default.jsx
|
674
|
+
- app/pb_kits/playbook/pb_icon/docs/_icon_fa_kit.html.erb
|
675
|
+
- app/pb_kits/playbook/pb_icon/docs/_icon_fa_kit.jsx
|
676
|
+
- app/pb_kits/playbook/pb_icon/docs/_icon_fa_kit.md
|
672
677
|
- app/pb_kits/playbook/pb_icon/docs/_icon_flip.html.erb
|
673
678
|
- app/pb_kits/playbook/pb_icon/docs/_icon_flip.jsx
|
674
679
|
- app/pb_kits/playbook/pb_icon/docs/_icon_pull.html.erb
|
@@ -1520,7 +1525,7 @@ homepage: https://playbook.powerapp.cloud/
|
|
1520
1525
|
licenses:
|
1521
1526
|
- ISC
|
1522
1527
|
metadata: {}
|
1523
|
-
post_install_message:
|
1528
|
+
post_install_message:
|
1524
1529
|
rdoc_options: []
|
1525
1530
|
require_paths:
|
1526
1531
|
- lib
|
@@ -1531,12 +1536,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1531
1536
|
version: '0'
|
1532
1537
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1533
1538
|
requirements:
|
1534
|
-
- - "
|
1539
|
+
- - ">"
|
1535
1540
|
- !ruby/object:Gem::Version
|
1536
|
-
version:
|
1541
|
+
version: 1.3.1
|
1537
1542
|
requirements: []
|
1538
1543
|
rubygems_version: 3.3.7
|
1539
|
-
signing_key:
|
1544
|
+
signing_key:
|
1540
1545
|
specification_version: 4
|
1541
1546
|
summary: Playbook Design System Docs
|
1542
1547
|
test_files: []
|