playbook_ui_docs 13.14.0.pre.alpha.play1120lintdatepicker1797 → 13.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_button/docs/_button_props_swift.md +0 -11
  3. data/app/pb_kits/playbook/pb_button/docs/example.yml +0 -1
  4. data/app/pb_kits/playbook/pb_card/docs/_card_background.jsx +4 -5
  5. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_full_height.jsx +4 -8
  6. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_full_height_placement.jsx +4 -8
  7. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_scrollable.jsx +2 -4
  8. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_status.jsx +1 -1
  9. data/app/pb_kits/playbook/pb_dialog/docs/example.yml +0 -7
  10. data/app/pb_kits/playbook/pb_person/docs/example.yml +0 -4
  11. data/app/pb_kits/playbook/pb_select/docs/example.yml +0 -5
  12. data/app/pb_kits/playbook/pb_user/docs/example.yml +0 -7
  13. data/dist/playbook-doc.js +8 -8
  14. metadata +7 -22
  15. data/app/pb_kits/playbook/pb_button/docs/_button_reaction_swift.md +0 -26
  16. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_default_swift.md +0 -11
  17. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_props_table.md +0 -13
  18. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_sizes_swift.md +0 -18
  19. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_status_swift.md +0 -14
  20. data/app/pb_kits/playbook/pb_person/docs/_person_default_swift.md +0 -8
  21. data/app/pb_kits/playbook/pb_person/docs/_person_props_swift.md +0 -5
  22. data/app/pb_kits/playbook/pb_select/docs/_select_default_swift.md +0 -15
  23. data/app/pb_kits/playbook/pb_select/docs/_select_error_swift.md +0 -18
  24. data/app/pb_kits/playbook/pb_select/docs/_select_props_table.md +0 -8
  25. data/app/pb_kits/playbook/pb_user/docs/_user_horizontal_swift.md +0 -37
  26. data/app/pb_kits/playbook/pb_user/docs/_user_props_table.md +0 -10
  27. data/app/pb_kits/playbook/pb_user/docs/_user_size_swift.md +0 -35
  28. data/app/pb_kits/playbook/pb_user/docs/_user_text_only_swift.md +0 -27
  29. data/app/pb_kits/playbook/pb_user/docs/_user_vertical_size_swift.md +0 -35
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d11fdb5b7aa5ac2c1bb5531f87d0c35d7b9605f1af41b63049f4e0def1b75f7
4
- data.tar.gz: 79b251e2cde527275489f5d8a1d7c3112e9363a2bd84de8569ad824e6d8345da
3
+ metadata.gz: ae66a431cc3ef3ddddbd1d0479c92ea5996e44026af6aacf0c3d18865b2b42fe
4
+ data.tar.gz: 899040ce814bb100a8d516608d0c2b84f6aea8d9fd255fb9bee50f9efc13ab12
5
5
  SHA512:
6
- metadata.gz: a14db56bda06774e771c122398bca60231f3668614b7082d857f458332349ff6a486e041b604c9f3d712cb4b2d0ae05e416e660b77385e187f3c13121dbf291c
7
- data.tar.gz: 30ddd1f384742c02f4364d8a66054b0e4107029b87821b82d3df802d16a73cbce81b13b981cb7afa37f8aea2a6b05f51aadb1f5b07ecbeeaaa293ca3986bdc1d
6
+ metadata.gz: b04fbded230599366f60305a9af71d4deaee0b6980b0d1c35707e63fb9329290911726c0602e161afba16260e43592a568aafb9cc57e87d913ab87edf879c91c
7
+ data.tar.gz: 6098eded31a46ffe0d185a0417c9b4db65a9eed2c6055302e19669d9afd8d52e536261c9722d4e764f6cfaf0b9bad05e6da34fe439125f213ceb36ad791bd38d
@@ -9,14 +9,3 @@
9
9
  | **Icon** | `PBIcon` | Adds an icon to the Button | `nil` | |
10
10
  | **Icon Position** | `IconPosition` | Adjusts the icon's position | `.left` | `.left` `.right` |
11
11
  | **Action** | `(() -> Void)` | Adds an action for the Button to perform | `{}` | |
12
-
13
- ### Reaction Button Props
14
- | Name | Type | Description | Default | Values |
15
- | --- | ----------- | --------- | --------- | --------- |
16
- | **count** | `Int` | Tracks number of times a reaction button has been pressed | `0` | |
17
- | **isHighlighted** | `Bool` | Boolean for whether or not a reaction button has a highlight | ` false` | `true` `false` |
18
- | **isHovering** | `Bool` | Boolean for whether or not a mouse is hovering over the reaction button | `false` | `true` `false` |
19
- | **icon** | `String` | Allows user to use a unicode string for an emoji reaction button | | |
20
- | **pbIcon** | `PBIcon` | A PlayBook Icon option for reaction button | | |
21
- | **isInteractive** | `Bool` | Boolean for whether or not a reaction button is interactive | `false` | `true` `false` |
22
-
@@ -32,5 +32,4 @@ examples:
32
32
  - button_icon_options_swift: Button Icon Options
33
33
  - button_circle_swift: Circle Button
34
34
  - button_size_swift: Button Size
35
- - button_reaction_swift: Button Reaction
36
35
  - button_props_swift: ""
@@ -57,7 +57,7 @@ const CardBackground = (props) => {
57
57
  background="product_1_background"
58
58
  marginBottom="sm"
59
59
  {...props}
60
- >
60
+ >
61
61
  <Body
62
62
  dark
63
63
  text="Product 1 Background"
@@ -69,12 +69,11 @@ const CardBackground = (props) => {
69
69
  <Card
70
70
  background="product_7_highlight"
71
71
  marginBottom="sm"
72
- {...props}
73
- >
72
+ {...props} >
74
73
  <Body
75
74
  dark
76
- text="Product 7 Highlight"
77
- />
75
+ text="Product 7 Highlight"
76
+ />
78
77
  </Card>
79
78
 
80
79
 
@@ -49,18 +49,15 @@ const DialogFullHeight = () => {
49
49
  <Flex wrap>
50
50
  <Button id="sm"
51
51
  marginRight="md"
52
- onClick={toggleHeaderSeparatorDialog}
53
- >
52
+ onClick={toggleHeaderSeparatorDialog}>
54
53
  {"Small Dialog"}
55
54
  </Button>
56
55
  <Button marginRight="md"
57
- onClick={toggleFooterSeparatorDialog}
58
- >
56
+ onClick={toggleFooterSeparatorDialog}>
59
57
  {"Medium Dialog"}
60
58
  </Button>
61
59
  <Button marginRight="md"
62
- onClick={toggleBothSeparatorsDialog}
63
- >
60
+ onClick={toggleBothSeparatorsDialog}>
64
61
  {"Large Dialog"}
65
62
  </Button>
66
63
  </Flex>
@@ -92,8 +89,7 @@ const DialogFullHeight = () => {
92
89
  <Dialog.Footer>
93
90
  <Button onClick={toggle}>{"Send My Issue"}</Button>
94
91
  <Button onClick={toggle}
95
- variant="link"
96
- >
92
+ variant="link">
97
93
  {"Back"}
98
94
  </Button>
99
95
  </Dialog.Footer>
@@ -48,18 +48,15 @@ const DialogFullHeightPlacement = () => {
48
48
  <Flex wrap>
49
49
  <Button id="sm"
50
50
  marginRight="md"
51
- onClick={toggleHeaderSeparatorDialog}
52
- >
51
+ onClick={toggleHeaderSeparatorDialog}>
53
52
  {"Left Dialog"}
54
53
  </Button>
55
54
  <Button marginRight="xl"
56
- onClick={toggleFooterSeparatorDialog}
57
- >
55
+ onClick={toggleFooterSeparatorDialog}>
58
56
  {"Center Dialog"}
59
57
  </Button>
60
58
  <Button marginRight="xl"
61
- onClick={toggleBothSeparatorsDialog}
62
- >
59
+ onClick={toggleBothSeparatorsDialog}>
63
60
  {"Right Dialog"}
64
61
  </Button>
65
62
  </Flex>
@@ -91,8 +88,7 @@ const DialogFullHeightPlacement = () => {
91
88
  <Dialog.Footer>
92
89
  <Button onClick={toggle}>{"Send My Issue"}</Button>
93
90
  <Button onClick={toggle}
94
- variant="link"
95
- >
91
+ variant="link">
96
92
  {"Back"}
97
93
  </Button>
98
94
  </Dialog.Footer>
@@ -16,12 +16,10 @@ const DialogScrollable = () => {
16
16
  return (
17
17
  <>
18
18
  <Button marginRight="md"
19
- onClick={toggleDialog1}
20
- >{'Open Dialog'}
19
+ onClick={toggleDialog1}>{'Open Dialog'}
21
20
  </Button>
22
21
  <Button marginRight="md"
23
- onClick={toggleDialog2}
24
- >{'Open Full Height Dialog'}
22
+ onClick={toggleDialog2}>{'Open Full Height Dialog'}
25
23
  </Button>
26
24
  <Dialog
27
25
  cancelButton="Cancel"
@@ -84,7 +84,7 @@ const DialogStatus = () => {
84
84
  <Flex
85
85
  rowGap="xs"
86
86
  wrap
87
- >
87
+ >
88
88
  <Button
89
89
  marginRight="md"
90
90
  onClick={toggleDefaultAlert}
@@ -22,10 +22,3 @@ examples:
22
22
  - dialog_stacked_alert: Stacked Button Alert
23
23
  - dialog_full_height: Full Height
24
24
  - dialog_full_height_placement: Full Height Placement
25
-
26
- swift:
27
- - dialog_default_swift: Simple
28
- - dialog_sizes_swift: Sizes
29
- - dialog_status_swift: Status
30
- - dialog_props_table: ""
31
-
@@ -7,7 +7,3 @@ examples:
7
7
  react:
8
8
  - person_default: Default
9
9
 
10
- swift:
11
- - person_default_swift: Default
12
- - person_props_swift: ""
13
-
@@ -28,8 +28,3 @@ examples:
28
28
  - select_inline: Select Inline
29
29
  - select_inline_compact: Select Inline Compact
30
30
  - select_multiple: Select Multiple
31
-
32
- swift:
33
- - select_default_swift: Default
34
- - select_error_swift: Error
35
- - select_props_table: ""
@@ -17,10 +17,3 @@ examples:
17
17
  - user_vertical_size: Vertical Size
18
18
  - user_subtitle: Subtitle
19
19
  - user_block_content_subtitle_react: Block Content Subtitle
20
-
21
- swift:
22
- - user_horizontal_swift: Horizontal
23
- - user_vertical_size_swift: Vertical
24
- - user_text_only_swift: Text Only
25
- - user_size_swift: Horizontal Size
26
- - user_props_table: ""