playbook_ui_docs 14.16.0.pre.rc.0 → 14.16.0.pre.rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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: 14.16.0.pre.rc.0
4
+ version: 14.16.0.pre.rc.1
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: 2025-03-10 00:00:00.000000000 Z
12
+ date: 2025-03-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui
@@ -2091,9 +2091,9 @@ files:
2091
2091
  - app/pb_kits/playbook/pb_tooltip/docs/_tooltip_delay.md
2092
2092
  - app/pb_kits/playbook/pb_tooltip/docs/_tooltip_delay_rails.html.erb
2093
2093
  - app/pb_kits/playbook/pb_tooltip/docs/_tooltip_delay_rails.md
2094
- - app/pb_kits/playbook/pb_tooltip/docs/_tooltip_icon.erb
2095
2094
  - app/pb_kits/playbook/pb_tooltip/docs/_tooltip_icon.jsx
2096
2095
  - app/pb_kits/playbook/pb_tooltip/docs/_tooltip_icon.md
2096
+ - app/pb_kits/playbook/pb_tooltip/docs/_tooltip_icon_rails.html.erb
2097
2097
  - app/pb_kits/playbook/pb_tooltip/docs/_tooltip_interaction.html.erb
2098
2098
  - app/pb_kits/playbook/pb_tooltip/docs/_tooltip_interaction.jsx
2099
2099
  - app/pb_kits/playbook/pb_tooltip/docs/_tooltip_interaction.md
@@ -2148,6 +2148,8 @@ files:
2148
2148
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_margin_bottom.jsx
2149
2149
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_multi_kit.html.erb
2150
2150
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_multi_kit.jsx
2151
+ - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_react_hook.jsx
2152
+ - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_react_hook.md
2151
2153
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.html.erb
2152
2154
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.jsx
2153
2155
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.md
@@ -1,10 +0,0 @@
1
- <%= pb_rails("icon_circle", props: { icon: "paper-plane", id: "result-1-sample-email-link" }) %>
2
-
3
- <%= pb_rails("tooltip", props: {
4
- trigger_element_id: "result-1-sample-email-link",
5
- tooltip_id: "sample-email-tooltip-result-1",
6
- position: "top",
7
- dark: true
8
- }) do %>
9
- Send Email
10
- <% end %>