playbook_ui 12.35.0.pre.alpha.iconpocwebfonts1023 → 12.36.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "12.35.0"
5
- VERSION = "12.35.0.pre.alpha.iconpocwebfonts1023"
5
+ VERSION = "12.36.0"
6
6
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.35.0.pre.alpha.iconpocwebfonts1023
4
+ version: 12.36.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-08-04 00:00:00.000000000 Z
@@ -1182,7 +1182,6 @@ files:
1182
1182
  - app/pb_kits/playbook/pb_icon/docs/_icon_fa_kit.md
1183
1183
  - app/pb_kits/playbook/pb_icon/docs/_icon_flip.html.erb
1184
1184
  - app/pb_kits/playbook/pb_icon/docs/_icon_flip.jsx
1185
- - app/pb_kits/playbook/pb_icon/docs/_icon_font.html.erb
1186
1185
  - app/pb_kits/playbook/pb_icon/docs/_icon_pull.html.erb
1187
1186
  - app/pb_kits/playbook/pb_icon/docs/_icon_pull.jsx
1188
1187
  - app/pb_kits/playbook/pb_icon/docs/_icon_pull.md
@@ -2564,7 +2563,7 @@ homepage: https://playbook.powerapp.cloud/
2564
2563
  licenses:
2565
2564
  - ISC
2566
2565
  metadata: {}
2567
- post_install_message:
2566
+ post_install_message:
2568
2567
  rdoc_options: []
2569
2568
  require_paths:
2570
2569
  - lib
@@ -2575,12 +2574,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
2575
2574
  version: '0'
2576
2575
  required_rubygems_version: !ruby/object:Gem::Requirement
2577
2576
  requirements:
2578
- - - ">"
2577
+ - - ">="
2579
2578
  - !ruby/object:Gem::Version
2580
- version: 1.3.1
2579
+ version: '0'
2581
2580
  requirements: []
2582
2581
  rubygems_version: 3.3.7
2583
- signing_key:
2582
+ signing_key:
2584
2583
  specification_version: 4
2585
2584
  summary: Playbook Design System
2586
2585
  test_files: []
@@ -1,11 +0,0 @@
1
- <div>
2
- <%= pb_rails("icon", props: { icon: "bumper-plates", font_family: "boxboard", prefix: "icon", size: "5x"} ) %>
3
- <%= pb_rails("icon", props: { icon: "boxboard", font_family: "boxboard", prefix: "icon", size: "5x", padding_left: "md"} ) %>
4
- <%= pb_rails("icon", props: { icon: "workout-journal", font_family: "boxboard", prefix: "icon", size: "5x", padding_left: "md"} ) %>
5
- </div>
6
-
7
- <div>
8
- <%= pb_rails("icon", props: { icon: "sushi", font_family: "boxicons", prefix: "bx bx", size: "5x", margin_top: "lg"} ) %>
9
- <%= pb_rails("icon", props: { icon: "bowl-rice", font_family: "boxicons", prefix: "bx bx", size: "5x", padding_left: "md"} ) %>
10
- <%= pb_rails("icon", props: { icon: "party", font_family: "boxicons", prefix: "bx bx", size: "5x", padding_left: "md"} ) %>
11
- </div>