playbook_ui_docs 13.31.0.pre.alpha.PBNTR342navtabbing3231 → 13.31.0.pre.alpha.PLAY882formpillprimaryandneutral3201

Sign up to get free protection for your applications and to get access to all the features.
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.31.0.pre.alpha.PBNTR342navtabbing3231
4
+ version: 13.31.0.pre.alpha.PLAY882formpillprimaryandneutral3201
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: 2024-07-11 00:00:00.000000000 Z
12
+ date: 2024-07-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui
@@ -1191,8 +1191,6 @@ files:
1191
1191
  - app/pb_kits/playbook/pb_nav/docs/_subtle_no_highlight_nav.jsx
1192
1192
  - app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.html.erb
1193
1193
  - app/pb_kits/playbook/pb_nav/docs/_subtle_with_icons_nav.jsx
1194
- - app/pb_kits/playbook/pb_nav/docs/_tab_nav.html.erb
1195
- - app/pb_kits/playbook/pb_nav/docs/_tab_nav.html.md
1196
1194
  - app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.html.erb
1197
1195
  - app/pb_kits/playbook/pb_nav/docs/_with_icons_nav.jsx
1198
1196
  - app/pb_kits/playbook/pb_nav/docs/_with_img_nav.html.erb
@@ -1,12 +0,0 @@
1
- <%= pb_rails("nav", props: { orientation: "horizontal", variant: "subtle", tabbing: true }) do %>
2
- <%= pb_rails("nav/item", props: { text: "About", active: true, data: { pb_nav_item_tab: "about" }, cursor: "pointer" }) %>
3
- <%= pb_rails("nav/item", props: { text: "Case Studies", data: { pb_nav_item_tab: "case_studies" }, cursor: "pointer" }) %>
4
- <% end %>
5
-
6
- <div id="about">
7
- This is about!
8
- </div>
9
-
10
- <div id="case_studies">
11
- This is case studies!
12
- </div>
File without changes