playbook_ui_docs 12.31.0.pre.alpha.hoverrails951 → 12.31.0.pre.alpha.multilevelnopillsdesigns941

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: 12.31.0.pre.alpha.hoverrails951
4
+ version: 12.31.0.pre.alpha.multilevelnopillsdesigns941
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-07-18 00:00:00.000000000 Z
12
+ date: 2023-07-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui
@@ -148,7 +148,6 @@ files:
148
148
  - app/pb_kits/playbook/pb_button/docs/_button_full_width.html.erb
149
149
  - app/pb_kits/playbook/pb_button/docs/_button_full_width.jsx
150
150
  - app/pb_kits/playbook/pb_button/docs/_button_full_width.md
151
- - app/pb_kits/playbook/pb_button/docs/_button_hover.html.erb
152
151
  - app/pb_kits/playbook/pb_button/docs/_button_hover.jsx
153
152
  - app/pb_kits/playbook/pb_button/docs/_button_icon_options.html.erb
154
153
  - app/pb_kits/playbook/pb_button/docs/_button_icon_options.jsx
@@ -841,7 +840,6 @@ files:
841
840
  - app/pb_kits/playbook/pb_message/docs/_message_default.html.erb
842
841
  - app/pb_kits/playbook/pb_message/docs/_message_default.jsx
843
842
  - app/pb_kits/playbook/pb_message/docs/_message_default.md
844
- - app/pb_kits/playbook/pb_message/docs/_message_hover.html.erb
845
843
  - app/pb_kits/playbook/pb_message/docs/_message_hover.jsx
846
844
  - app/pb_kits/playbook/pb_message/docs/_message_timestamp.html.erb
847
845
  - app/pb_kits/playbook/pb_message/docs/_message_timestamp.jsx
@@ -1,3 +0,0 @@
1
- <%= pb_rails("button", props: { hover: { shadow: "deep"}, text: "Shadow Deep", margin_right: "lg" }) %>
2
- <%= pb_rails("button", props: { hover: { shadow: "deeper"}, text: "Shadow Deeper", margin_right: "lg" }) %>
3
- <%= pb_rails("button", props: { hover: { shadow: "deepest"}, text: "Shadow Deepest", margin_right: "lg" }) %>
@@ -1,25 +0,0 @@
1
- <%= pb_rails("message", props: {
2
- avatar_name: "Mike Bishop",
3
- avatar_status: "online",
4
- avatar_url: "https://randomuser.me/api/portraits/men/50.jpg",
5
- border_radius: "rounded",
6
- hover: { background: "success_subtle" },
7
- label: "Anna Black",
8
- message: "How can we assist you today?",
9
- padding: "xs",
10
- }) %>
11
-
12
- <br><br>
13
-
14
- <%= pb_rails("message", props: {
15
- align_timestamp: "left",
16
- avatar_name: "Lucille Sanchez",
17
- avatar_url: "https://randomuser.me/api/portraits/women/50.jpg",
18
- border_radius: "rounded",
19
- hover: { shadow: "deepest" },
20
- label: "Becca Jacobs",
21
- message: "Application for Kate Smith is waiting for your approval",
22
- padding: "xs",
23
- }) %>
24
-
25
- <br><br>