playbook_ui_docs 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.
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui_docs
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
@@ -680,7 +680,6 @@ files:
680
680
  - app/pb_kits/playbook/pb_icon/docs/_icon_fa_kit.md
681
681
  - app/pb_kits/playbook/pb_icon/docs/_icon_flip.html.erb
682
682
  - app/pb_kits/playbook/pb_icon/docs/_icon_flip.jsx
683
- - app/pb_kits/playbook/pb_icon/docs/_icon_font.html.erb
684
683
  - app/pb_kits/playbook/pb_icon/docs/_icon_pull.html.erb
685
684
  - app/pb_kits/playbook/pb_icon/docs/_icon_pull.jsx
686
685
  - app/pb_kits/playbook/pb_icon/docs/_icon_pull.md
@@ -1536,7 +1535,7 @@ homepage: https://playbook.powerapp.cloud/
1536
1535
  licenses:
1537
1536
  - ISC
1538
1537
  metadata: {}
1539
- post_install_message:
1538
+ post_install_message:
1540
1539
  rdoc_options: []
1541
1540
  require_paths:
1542
1541
  - lib
@@ -1547,12 +1546,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
1547
1546
  version: '0'
1548
1547
  required_rubygems_version: !ruby/object:Gem::Requirement
1549
1548
  requirements:
1550
- - - ">"
1549
+ - - ">="
1551
1550
  - !ruby/object:Gem::Version
1552
- version: 1.3.1
1551
+ version: '0'
1553
1552
  requirements: []
1554
1553
  rubygems_version: 3.3.7
1555
- signing_key:
1554
+ signing_key:
1556
1555
  specification_version: 4
1557
1556
  summary: Playbook Design System Docs
1558
1557
  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>