playbook_ui_docs 12.31.0.pre.alpha.datepickerdisableddatefix931 → 12.31.0.pre.alpha.hoverrails948

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3803bd326ddbe4a3bd280e564b7c79fb0acb7a1ac187feb2e63a8592923ab142
4
- data.tar.gz: 6f89db24854603a84c36bde82485d32f67322ec3048963ff70708b7a6bc31506
3
+ metadata.gz: ef53ac9817c506e69971afa8e437055f7fe2a76cb00a58c545ca3769612841dd
4
+ data.tar.gz: a8a8b6e168a7d24e7ee4fa4bb6ca24aa1274c483a5918c9facc627c7dc316ac5
5
5
  SHA512:
6
- metadata.gz: e67fb1de250a9e1b0f772af9ccf2c39bd2ca28a40506ff67fce8dec062a49b7ee8009ba6b80db673885667f2cf84a7eaef0d426b3caf0c18d88042eba6829242
7
- data.tar.gz: 69af63cb941f428b2e5bd26383de38f2cf2d660b743f0a896eeddb83cd47f07c2522990cffae406fb701d09db04fd7b757bcfe1d54151efa42ecdb20b283a7cd
6
+ metadata.gz: a3f0ad324a891abf8d6065c7fa04247bcdf73f8a60a40f4b2651d3d20597aba683e6c02b8b56ee6b096bf725f18b00eaab4ea51cd2cf3b490187865698c0355c
7
+ data.tar.gz: 830192b5c46bbe8f8b4dfcc4f3a348545e787e7d91e923f3d42d29cd7c5020d6219aa7eeac249e0caa0be5140910b957ba014c0e52d31f3785e6c86796a59104
@@ -0,0 +1,3 @@
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,15 +1,15 @@
1
1
  examples:
2
2
  rails:
3
3
  - button_default: Button Variants
4
- - button_full_width: Button Full Width
5
- - button_link: Button Links
6
- - button_loading: Button Loading
7
- - button_block_content: Button Block Content
8
- - button_icon_options: Button Icon Options
9
- - button_accessibility: Button Accessibility Options
10
- - button_options: Button Additional Options
11
- - button_size: Button Size
12
- - button_form: Button Form Attribute
4
+ # - button_full_width: Button Full Width
5
+ # - button_link: Button Links
6
+ # - button_loading: Button Loading
7
+ # - button_block_content: Button Block Content
8
+ # - button_icon_options: Button Icon Options
9
+ # - button_accessibility: Button Accessibility Options
10
+ # - button_options: Button Additional Options
11
+ # - button_size: Button Size
12
+ # - button_form: Button Form Attribute
13
13
  react:
14
14
  - button_default: Button Variants
15
15
  - button_full_width: Button Full Width
@@ -0,0 +1,25 @@
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>
@@ -3,6 +3,7 @@ examples:
3
3
  rails:
4
4
  - message_default: Default
5
5
  - message_timestamp: With Timestamp Hover
6
+ - message_hover: Hover
6
7
 
7
8
 
8
9
  react: