playbook_ui 13.7.0 → 13.8.0.pre.alpha.PLAY1016reactionbuttonemojibug1245
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_button/_button.tsx +1 -1
- 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/_currency.scss +35 -15
- data/app/pb_kits/playbook/pb_currency/_currency.tsx +44 -42
- data/app/pb_kits/playbook/pb_currency/currency.html.erb +11 -5
- data/app/pb_kits/playbook/pb_currency/currency.rb +10 -2
- 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/app/pb_kits/playbook/pb_icon/_icon.tsx +1 -1
- data/app/pb_kits/playbook/pb_nav/_item.tsx +12 -9
- data/app/pb_kits/playbook/pb_nav/_nav_item.test.js +23 -1
- data/app/pb_kits/playbook/pb_nav/_subtle_mixin.scss +6 -0
- data/app/pb_kits/playbook/pb_nav/_vertical_nav.scss +3 -0
- data/app/pb_kits/playbook/pb_nav/item.rb +7 -2
- data/app/pb_kits/playbook/pb_table/styles/_table_header.scss +9 -9
- data/app/pb_kits/playbook/pb_table/table_header.html.erb +10 -2
- data/dist/playbook-rails.js +2 -2
- data/lib/playbook/version.rb +2 -2
- metadata +10 -7
data/lib/playbook/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: playbook_ui
|
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
|
8
8
|
- Power Devs
|
9
|
-
autorequire:
|
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: actionpack
|
@@ -652,6 +652,9 @@ files:
|
|
652
652
|
- app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol.jsx
|
653
653
|
- app/pb_kits/playbook/pb_currency/docs/_currency_size.html.erb
|
654
654
|
- app/pb_kits/playbook/pb_currency/docs/_currency_size.jsx
|
655
|
+
- app/pb_kits/playbook/pb_currency/docs/_currency_unstyled.html.erb
|
656
|
+
- app/pb_kits/playbook/pb_currency/docs/_currency_unstyled.jsx
|
657
|
+
- app/pb_kits/playbook/pb_currency/docs/_currency_unstyled.md
|
655
658
|
- app/pb_kits/playbook/pb_currency/docs/_currency_variants.html.erb
|
656
659
|
- app/pb_kits/playbook/pb_currency/docs/_currency_variants.jsx
|
657
660
|
- app/pb_kits/playbook/pb_currency/docs/_description.md
|
@@ -2635,7 +2638,7 @@ homepage: https://playbook.powerapp.cloud/
|
|
2635
2638
|
licenses:
|
2636
2639
|
- ISC
|
2637
2640
|
metadata: {}
|
2638
|
-
post_install_message:
|
2641
|
+
post_install_message:
|
2639
2642
|
rdoc_options: []
|
2640
2643
|
require_paths:
|
2641
2644
|
- lib
|
@@ -2646,12 +2649,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
2646
2649
|
version: '0'
|
2647
2650
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
2648
2651
|
requirements:
|
2649
|
-
- - "
|
2652
|
+
- - ">"
|
2650
2653
|
- !ruby/object:Gem::Version
|
2651
|
-
version:
|
2654
|
+
version: 1.3.1
|
2652
2655
|
requirements: []
|
2653
2656
|
rubygems_version: 3.3.7
|
2654
|
-
signing_key:
|
2657
|
+
signing_key:
|
2655
2658
|
specification_version: 4
|
2656
2659
|
summary: Playbook Design System
|
2657
2660
|
test_files: []
|