playbook_ui_docs 14.13.0.pre.rc.3 → 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: 7d8208391c765fd65eea9315647338bb979f563f82cab175b60e354ae5e40b58
4
- data.tar.gz: 2bbb9ab311e6c8278e2a63fe33bc04769a44d1fa66d2eac32290275b50e831f6
3
+ metadata.gz: 1cb726dbd9b0de42926538e6669a6fd37b3db969a07be172cca6476550e6f49e
4
+ data.tar.gz: c1f0a4c0ac47e0589255b189d7c8924a1be170080eb2cc94dc3c11ffa14a3696
5
5
  SHA512:
6
- metadata.gz: 9502f85a59d296474bc46d40f92ce2df926acddb3715a901953b04fdcdc9bb60d9d8f73ec4f3c9e1d1e603aff65fdba87ab6ec02cd1d4e29d49ddb5084347b7f
7
- data.tar.gz: f9349183702bc23a451825120bd4e115dc6f700687c4f56454240e391b206044ffce145e23b71e95dc53a10d2142d8b5be31b74f5d1c64e3fed541c06d66ca41
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