playbook_ui_docs 14.12.0.pre.alpha.play1862buttondisabledlinkbug5716 → 14.12.0.pre.alpha.playrailsinputmaskissue5775

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: 19ce01aee398ccd47727614d02bd27dbafd7a45a68cf1c14fd8fbfd149b8c58e
4
- data.tar.gz: c9822c6fad5d2aa4a6c6ef405ce0eead2664bbb83fda6bdc564e601ca384b7dc
3
+ metadata.gz: eb80eb1a0861971b2451b28917b5c1771d4dcc34ae52a922b48edac720db75a7
4
+ data.tar.gz: eba7cbcd4d1633fd55d45e71da4766e9d4fd9d12473ef2da924ba36155836247
5
5
  SHA512:
6
- metadata.gz: '0508002d147ec680287a9400852cc5e1cd3871991c523611ae50212ce879f4f19f20e4b7e1d70c7c351fae7137aefa797a526a12e11f13fc06c5b0dac36f70a9'
7
- data.tar.gz: db0437e53fee63fd6dcfa9d077852c0846ecb0883de3c5d8540558256dd0610ab9268a7b254c1d0e454109022f6de6415c26fa1ad2f96a24bf92bf2eb4ad5772
6
+ metadata.gz: 2091cc316657c8baaa471009629fa1fc4ba800d5544ceda6e7ccdbad025b5eb46a0b5f1267b3a796983059a80e7b1da319999f2bcb71a6f5370451b8755f9d84
7
+ data.tar.gz: d6ce627481d3e08c86394518b299e19aaaae13df3aded45fa9ecaf321f926eec42c17d9da02d1b820f4fabbfe99e396b9e6aaf330f2415bab4dfb986f7e7866d
@@ -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