playbook_ui_docs 13.7.0.pre.alpha.play978makehighchartsadevdependencypoc1223 → 13.8.0.pre.alpha.PLAY1016reactionbuttonemojibug1245
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 +1 -1
- data/app/pb_kits/playbook/pb_button/docs/_button_reaction.jsx +1 -1
- data/app/pb_kits/playbook/pb_currency/docs/_currency_unstyled.html.erb +14 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_unstyled.jsx +30 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_unstyled.md +1 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.html.erb +2 -1
- data/app/pb_kits/playbook/pb_currency/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_currency/docs/index.js +1 -0
- data/dist/playbook-doc.js +8 -8
- 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: 13.
|
4
|
+
version: 13.8.0.pre.alpha.PLAY1016reactionbuttonemojibug1245
|
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-
|
12
|
+
date: 2023-10-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -309,6 +309,9 @@ files:
|
|
309
309
|
- app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol.jsx
|
310
310
|
- app/pb_kits/playbook/pb_currency/docs/_currency_size.html.erb
|
311
311
|
- app/pb_kits/playbook/pb_currency/docs/_currency_size.jsx
|
312
|
+
- app/pb_kits/playbook/pb_currency/docs/_currency_unstyled.html.erb
|
313
|
+
- app/pb_kits/playbook/pb_currency/docs/_currency_unstyled.jsx
|
314
|
+
- app/pb_kits/playbook/pb_currency/docs/_currency_unstyled.md
|
312
315
|
- app/pb_kits/playbook/pb_currency/docs/_currency_variants.html.erb
|
313
316
|
- app/pb_kits/playbook/pb_currency/docs/_currency_variants.jsx
|
314
317
|
- app/pb_kits/playbook/pb_currency/docs/_description.md
|