playbook_ui 12.35.0.pre.alpha.iconpocwebfonts1023 → 12.36.0.pre.alpha.PLAY942collapsiblenav21035

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- PREVIOUS_VERSION = "12.35.0"
5
- VERSION = "12.35.0.pre.alpha.iconpocwebfonts1023"
4
+ PREVIOUS_VERSION = "12.36.0"
5
+ VERSION = "12.36.0.pre.alpha.PLAY942collapsiblenav21035"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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.pre.alpha.PLAY942collapsiblenav21035
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-08-04 00:00:00.000000000 Z
12
+ date: 2023-08-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -614,6 +614,7 @@ files:
614
614
  - app/pb_kits/playbook/pb_collapsible/docs/example.yml
615
615
  - app/pb_kits/playbook/pb_collapsible/docs/index.js
616
616
  - app/pb_kits/playbook/pb_collapsible/index.js
617
+ - app/pb_kits/playbook/pb_collapsible/useCollapsible.tsx
617
618
  - app/pb_kits/playbook/pb_contact/_contact.scss
618
619
  - app/pb_kits/playbook/pb_contact/_contact.tsx
619
620
  - app/pb_kits/playbook/pb_contact/contact.html.erb
@@ -1182,7 +1183,6 @@ files:
1182
1183
  - app/pb_kits/playbook/pb_icon/docs/_icon_fa_kit.md
1183
1184
  - app/pb_kits/playbook/pb_icon/docs/_icon_flip.html.erb
1184
1185
  - app/pb_kits/playbook/pb_icon/docs/_icon_flip.jsx
1185
- - app/pb_kits/playbook/pb_icon/docs/_icon_font.html.erb
1186
1186
  - app/pb_kits/playbook/pb_icon/docs/_icon_pull.html.erb
1187
1187
  - app/pb_kits/playbook/pb_icon/docs/_icon_pull.jsx
1188
1188
  - app/pb_kits/playbook/pb_icon/docs/_icon_pull.md
@@ -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>