playbook_ui_docs 14.12.0.pre.alpha.playrailsinputmaskissue5775 → 14.12.0.pre.alpha.testingwithfas5686

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: eb80eb1a0861971b2451b28917b5c1771d4dcc34ae52a922b48edac720db75a7
4
- data.tar.gz: eba7cbcd4d1633fd55d45e71da4766e9d4fd9d12473ef2da924ba36155836247
3
+ metadata.gz: 765771da82fefe534b990d390342e95564f4df2768177a9c56e663b762892fbe
4
+ data.tar.gz: 9ddcbfc684ea7869fb802ed3bfff266b2c29fc0d5b10f9734b2993a781071471
5
5
  SHA512:
6
- metadata.gz: 2091cc316657c8baaa471009629fa1fc4ba800d5544ceda6e7ccdbad025b5eb46a0b5f1267b3a796983059a80e7b1da319999f2bcb71a6f5370451b8755f9d84
7
- data.tar.gz: d6ce627481d3e08c86394518b299e19aaaae13df3aded45fa9ecaf321f926eec42c17d9da02d1b820f4fabbfe99e396b9e6aaf330f2415bab4dfb986f7e7866d
6
+ metadata.gz: 1c1dcab5e336f78152fe5c5b6a4c8078b3c824d1ed0f722a0d917d342d413c6163503257c8a8b2e716f67b0f87bd05a2b6501234ee0b2c7bef1018d41accb28b
7
+ data.tar.gz: 51ad54e693c2d66091693a9dc2378171ea2a2a298913721660bacda90c960622d66bac2c9136d04aaf81182b9b1b8bae1e31c60f33e6311ec1786d5018dcc13f
@@ -1,3 +1,3 @@
1
- The optional `loading` prop takes a boolean value that can be managed using state. If loading is true, the table will display the loading skeleton and once loading is false, the table will render with the data provided.
1
+ the optional `loading` prop takes a boolean value that can be managed using state. If loading is true, the table will display the loading skeleton and once loading is false, the table will render with the data provided.
2
2
 
3
- By default, the inital row count of the loading skeleton is set to 10. If you want more control over this initial row count, the optional `initialLoadingRowsCount` prop can be used to pass in a number. __NOTE__: This is only for the first render of the table, subsequent loading skeleton row count logic is handled within the kit itself.
3
+ By default, the inital row count of the loading skeleton is set to 10. If you want more control over this initial row count, the optional `initialLoadingRowCount` prop can be used to pass in a number. __NOTE__: This is only for the first render of the table, subsequent loading skeleton row count logic is handled within the kit itself.
@@ -1,7 +1,6 @@
1
1
  examples:
2
2
  rails:
3
3
  - advanced_table_beta: Default (Required Props)
4
- - advanced_table_loading: Loading State
5
4
  - advanced_table_beta_subrow_headers: SubRow Headers
6
5
  - advanced_table_collapsible_trail_rails: Collapsible Trail
7
6
  - advanced_table_table_props: Table Props
@@ -18,7 +18,7 @@ const DateDefault = (props) => {
18
18
  value={"2012-08-03"}
19
19
  {...props}
20
20
  />
21
- <Caption {...props}>{"(Hyphenated Date)"}</Caption>
21
+ <Caption>{"(Hyphenated Date)"}</Caption>
22
22
  </div>
23
23
 
24
24
  <br />
@@ -56,7 +56,6 @@ const DateDefault = (props) => {
56
56
  <Title
57
57
  size={4}
58
58
  text={"(Hyphenated Date)"}
59
- {...props}
60
59
  />
61
60
  </div>
62
61
 
@@ -4,8 +4,7 @@ import { Caption, Date as FormattedDate, Title } from 'playbook-ui'
4
4
  const DateUnstyled = (props) => {
5
5
  return (
6
6
  <>
7
- <Caption {...props}
8
- size="xs"
7
+ <Caption size="xs"
9
8
  text="Basic unstyled example"
10
9
  />
11
10
  <FormattedDate
@@ -16,14 +15,10 @@ const DateUnstyled = (props) => {
16
15
 
17
16
  <br />
18
17
 
19
- <Caption {...props}
20
-
21
- size="xs"
18
+ <Caption size="xs"
22
19
  text="Example with wrapping typography kit"
23
20
  />
24
- <Title {...props}
25
- size={1}
26
- >
21
+ <Title size={1}>
27
22
  <FormattedDate
28
23
  unstyled
29
24
  value={new Date('25 Dec 1995')}
@@ -33,13 +28,10 @@ const DateUnstyled = (props) => {
33
28
 
34
29
  <br />
35
30
 
36
- <Caption {...props}
37
- size="xs"
31
+ <Caption size="xs"
38
32
  text="Example with icon + subcaption"
39
33
  />
40
- <Caption {...props}
41
- size="xs"
42
- >
34
+ <Caption size="xs">
43
35
  <FormattedDate
44
36
  showDayOfWeek
45
37
  showIcon