playbook_ui_docs 14.14.0.pre.alpha.pbntr500currencykithandlingofnullvalues6275 → 14.14.0.pre.alpha.pbntr500currencykithandlingofnullvalues6311
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_currency/docs/_currency_null_display.html.erb +3 -1
- data/app/pb_kits/playbook/pb_icon_button/docs/_icon_button_default.jsx +17 -0
- data/app/pb_kits/playbook/pb_icon_button/docs/_icon_button_sizes.jsx +61 -0
- data/app/pb_kits/playbook/pb_icon_button/docs/example.yml +4 -0
- data/app/pb_kits/playbook/pb_icon_button/docs/index.js +2 -0
- data/dist/playbook-doc.js +1 -1
- metadata +5 -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: 14.14.0.pre.alpha.
|
4
|
+
version: 14.14.0.pre.alpha.pbntr500currencykithandlingofnullvalues6311
|
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: 2025-02-
|
12
|
+
date: 2025-02-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -1032,8 +1032,11 @@ files:
|
|
1032
1032
|
- app/pb_kits/playbook/pb_icon/docs/example.yml
|
1033
1033
|
- app/pb_kits/playbook/pb_icon/docs/index.js
|
1034
1034
|
- app/pb_kits/playbook/pb_icon_button/docs/_icon_button_default.html.erb
|
1035
|
+
- app/pb_kits/playbook/pb_icon_button/docs/_icon_button_default.jsx
|
1035
1036
|
- app/pb_kits/playbook/pb_icon_button/docs/_icon_button_sizes.html.erb
|
1037
|
+
- app/pb_kits/playbook/pb_icon_button/docs/_icon_button_sizes.jsx
|
1036
1038
|
- app/pb_kits/playbook/pb_icon_button/docs/example.yml
|
1039
|
+
- app/pb_kits/playbook/pb_icon_button/docs/index.js
|
1037
1040
|
- app/pb_kits/playbook/pb_icon_circle/docs/_description.md
|
1038
1041
|
- app/pb_kits/playbook/pb_icon_circle/docs/_footer.md
|
1039
1042
|
- app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_color.html.erb
|