playbook_ui_docs 14.13.0.pre.rc.2 → 14.13.0.pre.rc.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d01bc6df04543fbd309e6a36e2a8ebe28bc7513e4fe41da74ae86db2de39e74f
4
- data.tar.gz: 55c308df3152cc25b59976f3a25e9396edd6759e3628584b0b00a355935d2b6a
3
+ metadata.gz: 1cb726dbd9b0de42926538e6669a6fd37b3db969a07be172cca6476550e6f49e
4
+ data.tar.gz: c1f0a4c0ac47e0589255b189d7c8924a1be170080eb2cc94dc3c11ffa14a3696
5
5
  SHA512:
6
- metadata.gz: 39bf3ff42cabed311bd7d48bf5587a374a4d185bc2775b28cccc49b41e54b636c611e4f5205cc99793a717efab51c6b34ee1a8ab927540cf08e8b1b11a7d219b
7
- data.tar.gz: 54b989b42293344a09a6b19ec8f6fe29896131860ae1e7eee1963b90b7864c3b69aa49ea59602a0e5c4a663fb1ee1ce758c612f4837ebbd01f2e72738aef5a88
6
+ metadata.gz: dddc59d64625aed5b844f3072d4445d61baa8c8e596a1111cf0ed26a19b3f464e6c85448c95ddc0b0da417ebb7eaaf1c5630d1588d928d600641eac80fce1664
7
+ data.tar.gz: 6a6d73c51402e5c9442c7245777323764bab233c723966a6ad468a7c6c1e1f49e1a0dece2b3aa3999dbf02e5878591ac89d26de423a93604cb6330e60a90217c
@@ -18,7 +18,7 @@ const DateDefault = (props) => {
18
18
  value={"2012-08-03"}
19
19
  {...props}
20
20
  />
21
- <Caption>{"(Hyphenated Date)"}</Caption>
21
+ <Caption {...props}>{"(Hyphenated Date)"}</Caption>
22
22
  </div>
23
23
 
24
24
  <br />
@@ -56,6 +56,7 @@ const DateDefault = (props) => {
56
56
  <Title
57
57
  size={4}
58
58
  text={"(Hyphenated Date)"}
59
+ {...props}
59
60
  />
60
61
  </div>
61
62
 
@@ -4,7 +4,8 @@ import { Caption, Date as FormattedDate, Title } from 'playbook-ui'
4
4
  const DateUnstyled = (props) => {
5
5
  return (
6
6
  <>
7
- <Caption size="xs"
7
+ <Caption {...props}
8
+ size="xs"
8
9
  text="Basic unstyled example"
9
10
  />
10
11
  <FormattedDate
@@ -15,10 +16,14 @@ const DateUnstyled = (props) => {
15
16
 
16
17
  <br />
17
18
 
18
- <Caption size="xs"
19
+ <Caption {...props}
20
+
21
+ size="xs"
19
22
  text="Example with wrapping typography kit"
20
23
  />
21
- <Title size={1}>
24
+ <Title {...props}
25
+ size={1}
26
+ >
22
27
  <FormattedDate
23
28
  unstyled
24
29
  value={new Date('25 Dec 1995')}
@@ -28,10 +33,13 @@ const DateUnstyled = (props) => {
28
33
 
29
34
  <br />
30
35
 
31
- <Caption size="xs"
36
+ <Caption {...props}
37
+ size="xs"
32
38
  text="Example with icon + subcaption"
33
39
  />
34
- <Caption size="xs">
40
+ <Caption {...props}
41
+ size="xs"
42
+ >
35
43
  <FormattedDate
36
44
  showDayOfWeek
37
45
  showIcon