playbook_ui_docs 15.0.0.pre.alpha.removewebpacker10589 → 15.0.0.pre.alpha.stimulusbutton10763

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.
Files changed (58) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_vertical_border.jsx +2 -2
  3. data/app/pb_kits/playbook/pb_button/docs/_button_managed_disabled.html.erb +29 -0
  4. data/app/pb_kits/playbook/pb_button/docs/_button_managed_disabled.md +5 -0
  5. data/app/pb_kits/playbook/pb_button/docs/_button_managed_disabled_helper.html.erb +18 -0
  6. data/app/pb_kits/playbook/pb_button/docs/_button_managed_disabled_helper.md +5 -0
  7. data/app/pb_kits/playbook/pb_button/docs/example.yml +2 -0
  8. data/app/pb_kits/playbook/pb_contact/docs/_contact_default.html.erb +16 -1
  9. data/app/pb_kits/playbook/pb_contact/docs/_contact_default.jsx +15 -0
  10. data/app/pb_kits/playbook/pb_contact/docs/_contact_default.md +5 -0
  11. data/app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.html.erb +6 -0
  12. data/app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.jsx +6 -0
  13. data/app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_extendedunderline.html.erb +6 -0
  14. data/app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_extendedunderline.jsx +39 -0
  15. data/app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_extendedunderline.md +1 -0
  16. data/app/pb_kits/playbook/pb_nav/docs/example.yml +2 -0
  17. data/app/pb_kits/playbook/pb_nav/docs/index.js +2 -1
  18. data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.html.erb +23 -0
  19. data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx +45 -7
  20. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.html.erb +0 -10
  21. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.jsx +0 -9
  22. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.md +1 -0
  23. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.html.erb +3 -17
  24. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.jsx +0 -15
  25. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.md +1 -0
  26. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.html.erb +0 -2
  27. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx +0 -2
  28. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.md +5 -0
  29. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.html.erb +12 -0
  30. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.jsx +25 -0
  31. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.md +1 -0
  32. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.html.erb +4 -0
  33. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.jsx +17 -0
  34. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.md +1 -0
  35. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.html.erb +18 -0
  36. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.jsx +44 -0
  37. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.md +1 -0
  38. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb +0 -14
  39. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.jsx +0 -14
  40. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.md +1 -0
  41. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.html.erb +0 -4
  42. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx +0 -4
  43. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.jsx +0 -1
  44. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.md +5 -0
  45. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.html.erb +16 -0
  46. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.jsx +30 -0
  47. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.md +1 -0
  48. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.html.erb +16 -0
  49. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.jsx +30 -0
  50. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.md +1 -0
  51. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.html.erb +26 -0
  52. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.jsx +41 -0
  53. data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.md +1 -0
  54. data/app/pb_kits/playbook/pb_timestamp/docs/example.yml +18 -6
  55. data/app/pb_kits/playbook/pb_timestamp/docs/index.js +6 -0
  56. data/dist/playbook-doc.js +2 -2
  57. metadata +33 -3
  58. data/app/pb_kits/playbook/pb_timestamp/docs/_time_stamp_default.md +0 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ecd277e3c8901985abddf613ce9f7e0abb2db8bf98f84fd06f1f05fc32478f86
4
- data.tar.gz: 90633cbff18f4fa907ff29275ca51cf66c95112a485444cf98cb37f16371ad61
3
+ metadata.gz: 5502cf92d841f167813a4288067616d35882ec8104e593f25a900940397d4c7a
4
+ data.tar.gz: eab2af3154f8a86ec8da0a7080f4aecb2cec77de3227f2f3b9f266d65ab4252e
5
5
  SHA512:
6
- metadata.gz: bc7b736871904e235ad72579ce289550b59156818e82b995def16d171ec41fbfe3a7954428b9ad389232184c990984e59fe791904d8243b24bdc343293c7e52c
7
- data.tar.gz: 724e729c87da6544fb8b0d138ccac17f6308d718d4389a648c86cb0634c93e20f2bbc35a1cff8c554e23470e4bbb182f1842e378ae0b86f24c56c3cdc83026d3
6
+ metadata.gz: 297cde1570bc5b8ead5fcd0dea29270ff28fc4771b2a8256ed76f61024879af7fa732dc9496392e5baa589515013d9f68ef56a7b37e2bfb142e648af0839a199
7
+ data.tar.gz: 5b194a51746088a4d063cf029f742d759229d34b5d25791843fe989363df66df8328828df483ae38d2c9c3504c799abe9d0a1cc69b7ec4d2b71ea69c48593c86
@@ -44,9 +44,9 @@ const AdvancedTableColumnHeadersVerticalBorder = (props) => {
44
44
  ],
45
45
  },
46
46
  ];
47
-
47
+
48
48
  const tableProps = {
49
- verticalBorder: true
49
+ verticalBorder: true,
50
50
  }
51
51
 
52
52
  return (
@@ -0,0 +1,29 @@
1
+ <br/>
2
+ <%= pb_rails("button", props: { text: "Disable Buttons", variant: "link", id: "toggle-disabled-demo" }) %>
3
+ <%= pb_rails("button", props: { text: "Enable Buttons", variant: "link", id: "toggle-enabled-demo" }) %>
4
+ <br/>
5
+ <%= pb_rails("button", props: { text: "I am a Normal Button", id: "normal_managed_button", data:{pb_button_managed: true}, margin_bottom: "lg" }) %>
6
+ <br/>
7
+ <%= pb_rails("button", props: { text: "I am an <a> Button", id: "a_tag_managed_button", tag:"a", data:{pb_button_managed: true}, link: "http://google.com", margin_right: "lg" }) %>
8
+
9
+ <script>
10
+ document.addEventListener('DOMContentLoaded', function () {
11
+ const disableTrigger = document.querySelector('#toggle-disabled-demo')
12
+ const enableTrigger = document.querySelector('#toggle-enabled-demo')
13
+
14
+ // Managed Buttons
15
+ const btn = document.querySelector('#normal_managed_button');
16
+ const link = document.querySelector('#a_tag_managed_button');
17
+
18
+ disableTrigger.addEventListener('click', (e) => {
19
+ // Disable both default button and a tag button
20
+ btn.setAttribute('disabled', true)
21
+ link.setAttribute('aria-disabled', 'true')
22
+ });
23
+ enableTrigger.addEventListener('click', (e) => {
24
+ // Enable both default button and a tag button
25
+ btn.removeAttribute('disabled')
26
+ link.removeAttribute('aria-disabled')
27
+ });
28
+ });
29
+ </script>
@@ -0,0 +1,5 @@
1
+ If needing to toggle the disabled state of the Button dynmically, you can now do so in rails using the `pb-button-managed` data attribute.
2
+
3
+ If your button has `data:{ pb-button-managed: true }` on it, you can then toggle state via attributes: for buttons set/remove disabled, for links set/remove aria-disabled="true". This will handle disabling the button, preventing clicks as well as all style changes so you don't have to.
4
+
5
+ Click to enable or disable the buttons above and view the code snippet below for details!
@@ -0,0 +1,18 @@
1
+ <%= pb_rails("button", props: { text: "Disable Button", variant: "link", id: "toggle-disabled-demo-with-helper" }) %>
2
+ <%= pb_rails("button", props: { text: "Enable Button", variant: "link", id: "toggle-enabled-demo-with-helper" }) %>
3
+ <br/>
4
+ <%= pb_rails("button", props: { text: "Watch me Change!", id: "managed_button_with_helper", data:{pb_button_managed: true} }) %>
5
+
6
+ <script>
7
+ document.addEventListener('DOMContentLoaded', function () {
8
+ const demoBtn = document.querySelector('#managed_button_with_helper')
9
+
10
+ const disable = document.querySelector('#toggle-disabled-demo-with-helper')
11
+ const enable = document.querySelector('#toggle-enabled-demo-with-helper')
12
+
13
+ disable.addEventListener('click', (e) => {demoBtn._pbButton.disable()});
14
+
15
+ enable.addEventListener('click', (e) => {demoBtn._pbButton.enable()});
16
+
17
+ });
18
+ </script>
@@ -0,0 +1,5 @@
1
+ The disabled state for the button can also be toggled via small helpers available through the `pb-button-managed` data attribute.
2
+
3
+ If your button has `data:{ pb-button-managed: true }` on it, you can then toggle state via the provided `_pbButton.disable()` and `_pbButton.enable()` helpers as shoen in the code snippet below.
4
+
5
+ Click to enable or disable the buttons above!
@@ -11,6 +11,8 @@ examples:
11
11
  - button_options: Button Additional Options
12
12
  - button_size: Button Size
13
13
  - button_form: Button Form Attribute
14
+ - button_managed_disabled: Button Toggle Disabled State
15
+ - button_managed_disabled_helper: Button Toggle Disabled State Helper
14
16
 
15
17
  react:
16
18
  - button_default: Button Variants
@@ -13,7 +13,7 @@
13
13
  }) %>
14
14
 
15
15
  <%= pb_rails("contact", props: {
16
- contact_type: "wrong number",
16
+ contact_type: "work",
17
17
  contact_value: "3245627482",
18
18
  }) %>
19
19
 
@@ -21,3 +21,18 @@
21
21
  contact_type: "work-cell",
22
22
  contact_value: "349-185-9988",
23
23
  }) %>
24
+
25
+ <%= pb_rails("contact", props: {
26
+ contact_type: "wrong-phone",
27
+ contact_value: "2124396666",
28
+ }) %>
29
+
30
+ <%= pb_rails("contact", props: {
31
+ contact_type: "extension",
32
+ contact_value: "1233",
33
+ }) %>
34
+
35
+ <%= pb_rails("contact", props: {
36
+ contact_type: "international",
37
+ contact_value: "+44 7700 900461",
38
+ }) %>
@@ -28,6 +28,21 @@ const ContactDefault = (props) => {
28
28
  contactValue="3245627482"
29
29
  {...props}
30
30
  />
31
+ <Contact
32
+ contactType="wrong-phone"
33
+ contactValue="2124396666"
34
+ {...props}
35
+ />
36
+ <Contact
37
+ contactType='extension'
38
+ contactValue="1234"
39
+ {...props}
40
+ />
41
+ <Contact
42
+ contactType="international"
43
+ contactValue="+44 7700 900461"
44
+ {...props}
45
+ />
31
46
  </div>
32
47
  )
33
48
  }
@@ -0,0 +1,5 @@
1
+ The Contact kit automatically formats US phone numbers when the `contactType` / `contact_type` is one of: `home` (default), `work`, `cell`, `work-cell`, `wrong-phone`.
2
+
3
+ - Use `email` to display emails.
4
+ - Use `international` to display International phone numbers exactly as provided (no formatting applied).
5
+ - Use `extension` to display four digit phone extensions.
@@ -26,3 +26,9 @@
26
26
  contact_value: "1233",
27
27
  contact_detail: "Ext",
28
28
  }) %>
29
+
30
+ <%= pb_rails("contact", props: {
31
+ contact_type: "international",
32
+ contact_value: "+44 7700 900461",
33
+ contact_detail: "International",
34
+ }) %>
@@ -33,6 +33,12 @@ const ContactDefault = (props) => {
33
33
  contactValue="1234"
34
34
  {...props}
35
35
  />
36
+ <Contact
37
+ contactDetail="International"
38
+ contactType="international"
39
+ contactValue="+44 7700 900461"
40
+ {...props}
41
+ />
36
42
  </div>
37
43
  )
38
44
  }
@@ -0,0 +1,6 @@
1
+ <%= pb_rails("nav", props: { orientation: "horizontal", extended_underline: true }) do %>
2
+ <%= pb_rails("nav/item", props: { text: "About", link: "#" }) %>
3
+ <%= pb_rails("nav/item", props: { text: "Case Studies", link: "#", active: true }) %>
4
+ <%= pb_rails("nav/item", props: { text: "Service ", link: "#" }) %>
5
+ <%= pb_rails("nav/item", props: { text: "Contacts", link: "#" }) %>
6
+ <% end %>
@@ -0,0 +1,39 @@
1
+ import React from 'react'
2
+
3
+ import Nav from '../_nav'
4
+ import NavItem from '../_item'
5
+
6
+ const HorizontalNavExtendedunderline = (props) => {
7
+ return (
8
+ <Nav
9
+ extendedUnderline
10
+ link="#"
11
+ orientation="horizontal"
12
+ {...props}
13
+ >
14
+ <NavItem
15
+ link="#"
16
+ text="About"
17
+ {...props}
18
+ />
19
+ <NavItem
20
+ active
21
+ link="#"
22
+ text="Case Studies"
23
+ {...props}
24
+ />
25
+ <NavItem
26
+ link="#"
27
+ text="Service"
28
+ {...props}
29
+ />
30
+ <NavItem
31
+ link="#"
32
+ text="Contacts"
33
+ {...props}
34
+ />
35
+ </Nav>
36
+ )
37
+ }
38
+
39
+ export default HorizontalNavExtendedunderline
@@ -0,0 +1 @@
1
+ The optional `extendedUnderline`/`extended_underline` prop can be used with the default `normal` variant of the horizontal orientation of the nav to extend the underline to take up the full width of the container.
@@ -17,6 +17,7 @@ examples:
17
17
  - horizontal_nav: Horizontal Nav
18
18
  - subtle_horizontal_nav: Subtle Horizontal Nav
19
19
  - bold_horizontal_nav: Bold Horizontal Nav
20
+ - horizontal_nav_extendedunderline: Horizontal Nav With Extended Underline
20
21
  - block_nav: Block
21
22
  - block_no_title_nav: Without Title
22
23
  - new_tab: Open in a New Tab
@@ -42,6 +43,7 @@ examples:
42
43
  - horizontal_nav: Horizontal Nav
43
44
  - subtle_horizontal_nav: Subtle Horizontal Nav
44
45
  - bold_horizontal_nav: Bold Horizontal Nav
46
+ - horizontal_nav_extendedunderline: Horizontal Nav With Extended Underline
45
47
  - block_nav: Block
46
48
  - block_no_title_nav: Without Title
47
49
  - new_tab: Open in a New Tab
@@ -19,4 +19,5 @@ export { default as CollapsibleNavWithAllOptions} from "./_collapsible_nav_with_
19
19
  export { default as NavWithFontControl } from "./_nav_with_font_control.jsx"
20
20
  export { default as NavWithSpacingControl } from "./_nav_with_spacing_control.jsx"
21
21
  export { default as CollapsibleNavItemSpacing } from "./_collapsible_nav_item_spacing.jsx"
22
- export { default as CollapsibleNavNoIcon } from "./_collapsible_nav_no_icon.jsx"
22
+ export { default as CollapsibleNavNoIcon } from "./_collapsible_nav_no_icon.jsx"
23
+ export { default as HorizontalNavExtendedunderline } from './_horizontal_nav_extendedunderline.jsx'
@@ -11,4 +11,27 @@
11
11
  padding_right: "xs"
12
12
  }) %>
13
13
  <% end %>
14
+ <% end %>
15
+
16
+ <%= pb_rails("flex", props: { classname: "flex-container", margin_top: "lg", vertical: "stretch" }) do %>
17
+ <%= pb_rails("body", props: { classname: "flex-item" }) do %>
18
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua
19
+ <% end %>
20
+ <%= pb_rails("section_separator", props: { orientation: "vertical" }) do %>
21
+ <%= pb_rails("card", props: {
22
+ border_radius: "rounded",
23
+ justify_content: "center",
24
+ padding: "none"
25
+ }) do %>
26
+ <%= pb_rails("caption", props: {
27
+ text: "TODAY",
28
+ size: "xs",
29
+ padding_left: "xs",
30
+ padding_right: "xs"
31
+ }) %>
32
+ <% end %>
33
+ <% end %>
34
+ <%= pb_rails("body", props: { classname: "flex-item" }) do %>
35
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua
36
+ <% end %>
14
37
  <% end %>
@@ -2,8 +2,25 @@ import React from 'react'
2
2
  import Card from '../../pb_card/_card'
3
3
  import Caption from '../../pb_caption/_caption'
4
4
  import SectionSeparator from '../../pb_section_separator/_section_separator'
5
+ import Flex from '../../pb_flex/_flex'
6
+ import FlexItem from '../../pb_flex/_flex_item'
5
7
 
6
- const children = (
8
+ const childrenHorizontal = (
9
+ <Card
10
+ borderRadius="rounded"
11
+ justifyContent="center"
12
+ padding="none"
13
+ >
14
+ <Caption
15
+ paddingLeft="xs"
16
+ paddingRight="xs"
17
+ size="xs"
18
+ text="TODAY"
19
+ />
20
+ </Card>
21
+ )
22
+
23
+ const childrenVertical = (
7
24
  <Card
8
25
  borderRadius="rounded"
9
26
  justifyContent="center"
@@ -20,12 +37,33 @@ const children = (
20
37
 
21
38
  const SectionSeparatorChildren = (props) => {
22
39
  return (
23
- <SectionSeparator
24
- {...props}
25
- lineStyle='dashed'
26
- >
27
- {children}
28
- </SectionSeparator>
40
+ <>
41
+ <SectionSeparator
42
+ {...props}
43
+ lineStyle='dashed'
44
+ >
45
+ {childrenHorizontal}
46
+ </SectionSeparator>
47
+ <Flex
48
+ inline="flex-container"
49
+ marginTop="lg"
50
+ vertical="stretch"
51
+ >
52
+ <FlexItem>
53
+ {'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua'}
54
+ </FlexItem>
55
+ <SectionSeparator
56
+ orientation="vertical"
57
+ {...props}
58
+ >
59
+ {childrenVertical}
60
+ </SectionSeparator>
61
+ <FlexItem>
62
+ {'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua'}
63
+ </FlexItem>
64
+ </Flex>
65
+ </>
66
+
29
67
  )
30
68
  }
31
69
 
@@ -8,7 +8,6 @@
8
8
 
9
9
  <%= pb_rails("timestamp", props: {
10
10
  timestamp: DateTime.now,
11
- show_date: true,
12
11
  align: "left"
13
12
  }) %>
14
13
 
@@ -16,7 +15,6 @@
16
15
 
17
16
  <%= pb_rails("timestamp", props: {
18
17
  timestamp: DateTime.now + 4.years,
19
- show_date: true,
20
18
  align: "left"
21
19
  }) %>
22
20
 
@@ -24,7 +22,6 @@
24
22
 
25
23
  <%= pb_rails("timestamp", props: {
26
24
  timestamp: DateTime.now - 1.year,
27
- show_date: true,
28
25
  align: "left"
29
26
  }) %>
30
27
 
@@ -40,7 +37,6 @@
40
37
 
41
38
  <%= pb_rails("timestamp", props: {
42
39
  timestamp: DateTime.now,
43
- show_date: true,
44
40
  align: "center"
45
41
  }) %>
46
42
 
@@ -48,7 +44,6 @@
48
44
 
49
45
  <%= pb_rails("timestamp", props: {
50
46
  timestamp: DateTime.now + 4.years,
51
- show_date: true,
52
47
  align: "center"
53
48
  }) %>
54
49
 
@@ -56,7 +51,6 @@
56
51
 
57
52
  <%= pb_rails("timestamp", props: {
58
53
  timestamp: DateTime.now - 1.year,
59
- show_date: true,
60
54
  align: "center"
61
55
  }) %>
62
56
 
@@ -64,7 +58,6 @@
64
58
 
65
59
  <%= pb_rails("timestamp", props: {
66
60
  timestamp: DateTime.now,
67
- show_date: false,
68
61
  align: "right"
69
62
  }) %>
70
63
 
@@ -72,7 +65,6 @@
72
65
 
73
66
  <%= pb_rails("timestamp", props: {
74
67
  timestamp: DateTime.now,
75
- show_date: true,
76
68
  align: "right"
77
69
  }) %>
78
70
 
@@ -80,7 +72,6 @@
80
72
 
81
73
  <%= pb_rails("timestamp", props: {
82
74
  timestamp: DateTime.now + 4.years,
83
- show_date: true,
84
75
  align: "right"
85
76
  }) %>
86
77
 
@@ -88,6 +79,5 @@
88
79
 
89
80
  <%= pb_rails("timestamp", props: {
90
81
  timestamp: DateTime.now - 1.year,
91
- show_date: true,
92
82
  align: "right"
93
83
  }) %>
@@ -25,7 +25,6 @@ const TimestampAlign = (props) => {
25
25
 
26
26
  <Timestamp
27
27
  align="left"
28
- showDate
29
28
  timestamp={todaysDate}
30
29
  {...props}
31
30
  />
@@ -34,7 +33,6 @@ const TimestampAlign = (props) => {
34
33
 
35
34
  <Timestamp
36
35
  align="left"
37
- showDate
38
36
  timestamp={futureDate}
39
37
  {...props}
40
38
  />
@@ -43,7 +41,6 @@ const TimestampAlign = (props) => {
43
41
 
44
42
  <Timestamp
45
43
  align="left"
46
- showDate
47
44
  timestamp={pastDate}
48
45
  {...props}
49
46
  />
@@ -62,7 +59,6 @@ const TimestampAlign = (props) => {
62
59
 
63
60
  <Timestamp
64
61
  align="center"
65
- showDate
66
62
  timestamp={todaysDate}
67
63
  {...props}
68
64
  />
@@ -71,7 +67,6 @@ const TimestampAlign = (props) => {
71
67
 
72
68
  <Timestamp
73
69
  align="center"
74
- showDate
75
70
  timestamp={futureDate}
76
71
  {...props}
77
72
  />
@@ -80,7 +75,6 @@ const TimestampAlign = (props) => {
80
75
 
81
76
  <Timestamp
82
77
  align="center"
83
- showDate
84
78
  timestamp={pastDate}
85
79
  {...props}
86
80
  />
@@ -99,7 +93,6 @@ const TimestampAlign = (props) => {
99
93
 
100
94
  <Timestamp
101
95
  align="right"
102
- showDate
103
96
  timestamp={todaysDate}
104
97
  {...props}
105
98
  />
@@ -108,7 +101,6 @@ const TimestampAlign = (props) => {
108
101
 
109
102
  <Timestamp
110
103
  align="right"
111
- showDate
112
104
  timestamp={futureDate}
113
105
  {...props}
114
106
  />
@@ -117,7 +109,6 @@ const TimestampAlign = (props) => {
117
109
 
118
110
  <Timestamp
119
111
  align="right"
120
- showDate
121
112
  timestamp={pastDate}
122
113
  {...props}
123
114
  />
@@ -0,0 +1 @@
1
+ The `align` prop can be used to set alignment. This prop is set to 'left' by default.
@@ -1,29 +1,15 @@
1
1
  <%= pb_rails("timestamp", props: {
2
- timestamp: DateTime.now,
3
- show_date: false,
4
- align: "left"
2
+ timestamp: DateTime.now
5
3
  }) %>
6
4
 
7
5
  <br>
8
6
 
9
7
  <%= pb_rails("timestamp", props: {
10
- timestamp: DateTime.now,
11
- show_date: true,
12
- align: "left"
8
+ timestamp: DateTime.now + 4.years
13
9
  }) %>
14
10
 
15
11
  <br>
16
12
 
17
13
  <%= pb_rails("timestamp", props: {
18
- timestamp: DateTime.now + 4.years,
19
- show_date: true,
20
- align: "left"
21
- }) %>
22
-
23
- <br>
24
-
25
- <%= pb_rails("timestamp", props: {
26
- timestamp: DateTime.now - 1.year,
27
- show_date: true,
28
- align: "left"
14
+ timestamp: DateTime.now - 1.year
29
15
  }) %>
@@ -15,8 +15,6 @@ const TimestampDefault = (props) => {
15
15
  return (
16
16
  <div>
17
17
  <Timestamp
18
- align="left"
19
- showDate={false}
20
18
  timestamp={todaysDate}
21
19
  {...props}
22
20
  />
@@ -24,17 +22,6 @@ const TimestampDefault = (props) => {
24
22
  <br />
25
23
 
26
24
  <Timestamp
27
- align="left"
28
- showDate
29
- timestamp={todaysDate}
30
- {...props}
31
- />
32
-
33
- <br />
34
-
35
- <Timestamp
36
- align="left"
37
- showDate
38
25
  timestamp={futureDate}
39
26
  {...props}
40
27
  />
@@ -42,8 +29,6 @@ const TimestampDefault = (props) => {
42
29
  <br />
43
30
 
44
31
  <Timestamp
45
- align="left"
46
- showDate
47
32
  timestamp={pastDate}
48
33
  {...props}
49
34
  />
@@ -0,0 +1 @@
1
+ By default, the timestamp kit will display the date and time as shown here. If the date is NOT within the current year, the year will also be shown while dates in the current year will not show the year.
@@ -10,7 +10,6 @@
10
10
  <%= pb_rails("timestamp", props: {
11
11
  timestamp: DateTime.now - 3.months,
12
12
  variant: "elapsed",
13
- show_user: false
14
13
  }) %>
15
14
 
16
15
  <br>
@@ -18,6 +17,5 @@
18
17
  <%= pb_rails("timestamp", props: {
19
18
  timestamp: DateTime.now - 320.days,
20
19
  variant: "elapsed",
21
- show_user: false,
22
20
  hide_updated: true
23
21
  }) %>
@@ -23,7 +23,6 @@ const TimestampElapsed = (props) => {
23
23
  <br />
24
24
 
25
25
  <Timestamp
26
- showUser={false}
27
26
  timestamp={customDate}
28
27
  variant="elapsed"
29
28
  {...props}
@@ -33,7 +32,6 @@ const TimestampElapsed = (props) => {
33
32
 
34
33
  <Timestamp
35
34
  hideUpdated
36
- showUser={false}
37
35
  timestamp={customDate}
38
36
  variant="elapsed"
39
37
  {...props}
@@ -0,0 +1,5 @@
1
+ Use variant `elapsed` to show time ago. This variant can be customized in several ways:
2
+
3
+ Use the optional `showUser`/`show_user` prop to show user as part of the text. When showing the user, pass in the user name using the `text` prop as shown. `showUser`/`show_user` is set to false by default.
4
+
5
+ Use the optional `hideUpdated`/`hide_updated` prop to hide the 'Last updated' text if needed.
@@ -0,0 +1,12 @@
1
+ <%= pb_rails("timestamp", props: {
2
+ timestamp: DateTime.now,
3
+ show_current_year: true
4
+ }) %>
5
+
6
+ <br>
7
+
8
+ <%= pb_rails("timestamp", props: {
9
+ timestamp: DateTime.now,
10
+ show_time: false,
11
+ show_current_year: true
12
+ }) %>
@@ -0,0 +1,25 @@
1
+ import React from 'react'
2
+ import Timestamp from '../_timestamp'
3
+
4
+
5
+ const TimestampShowCurrentYear = (props) => {
6
+ return (
7
+ <div>
8
+ <Timestamp
9
+ showCurrentYear
10
+ timestamp={new Date()}
11
+ {...props}
12
+ />
13
+ <br />
14
+ <Timestamp
15
+ showCurrentYear
16
+ showTime={false}
17
+ timestamp={new Date()}
18
+ {...props}
19
+ />
20
+
21
+ </div>
22
+ )
23
+ }
24
+
25
+ export default TimestampShowCurrentYear
@@ -0,0 +1 @@
1
+ Use the `showCurrentYear`/`show_current_year` prop to show the year even if it is the current year. This is set to false by default.
@@ -0,0 +1,4 @@
1
+ <%= pb_rails("timestamp", props: {
2
+ timestamp: DateTime.now,
3
+ show_date: false,
4
+ }) %>