playbook_ui_docs 14.25.0.pre.alpha.PLAY2413togglefocusstate9920 → 14.25.0.pre.alpha.PLAY2419dialogaccessibility9839
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_props_swift.md +2 -3
- data/app/pb_kits/playbook/pb_toggle/docs/_toggle_default.html.erb +2 -4
- data/app/pb_kits/playbook/pb_toggle/docs/_toggle_default.jsx +1 -2
- data/app/pb_kits/playbook/pb_user/docs/_user_props_table.md +7 -14
- data/dist/playbook-doc.js +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e47622800a750a8f316688738a8c623e00ecb459ddc8b0e3698eb117904b9b5b
|
4
|
+
data.tar.gz: ee420adc3802f76697a0368865e1d308a4ed7328cf339d1acb24f4af34246c52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4397f005fb12e0291aa6bf2b3c25d933eb2198568accd04dbfccd8e90da8425be7d5045edef8b18fc8eda1f7fb232eb274d86bd70f5df961316ba2aa0c449dc6
|
7
|
+
data.tar.gz: 35a76cd821dc4eb918ea72643304dd1073b06de66b46b305bc7ce920ec68d5c7dd94d788bc910e5e3c0e4e3ccfae3d1bf9a6b38ca675ba5eaebb7d206d8f990e
|
data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_props_swift.md
CHANGED
@@ -2,8 +2,7 @@
|
|
2
2
|
| Name | Type | Description | Default | Values |
|
3
3
|
| --- | ----------- | --------- | --------- | --------- |
|
4
4
|
| **text** | `String` |`Value for the toast message` | `nil` | |
|
5
|
-
| **
|
6
|
-
|
7
|
-
| **variant** | `Variant` | `Determines the type pf toast message being displayed` | `.custom()` | `error` `success` `neutral` `custom()` |
|
5
|
+
| **variant** | `Variant` | `Determines the type pf toast message being displayed` | `.custom()` | `error`, `success`,
|
6
|
+
`neutral`, `custom()` |
|
8
7
|
| **actionView** | `dismissAction` | Dismisses the toast message | `.default` | `default` `custom()` `withTimer()` |
|
9
8
|
| **dismissAction** | `(() -> Void)` | `Triggers the dismiss action` | | |
|
@@ -1,18 +1,11 @@
|
|
1
1
|
### Props
|
2
2
|
| Name | Type | Description | Default | Values |
|
3
3
|
| --- | ----------- | --------- | --------- | --------- |
|
4
|
-
| **name** | `String` | Sets the User's name |
|
5
|
-
| **nameFont** | `Typography` | Font styling for the user's name | `.init(font: .title4, variant: .bold)` | |
|
6
|
-
| **image** | `Image?` | Sets image for the avatar | `nil` | |
|
7
|
-
| **orientation** | `Orientation` | Changes the orientation of the User | `.horizontal` | `.horizontal` `.vertical` |
|
8
|
-
| **size** | `Size` | Changes the size of the User | `.medium` | `.xxSmall` `.xSmall` `.small` `.medium` `.large` `.xLarge` |
|
9
|
-
| **territory** | `String?` | Adds the User's territory | `nil` | |
|
10
|
-
| **title** | `String?` | Adds a title | `nil` | |
|
11
|
-
| **subtitle** | `AnyView?` | Adds a subtitle view | `nil` | |
|
12
|
-
| **status** | `PBOnlineStatus.Status?` | An indicator for the current status of the user | `nil` | `.online` `.away` `.offline` |
|
4
|
+
| **name** | `String` | Sets the User's name | | |
|
13
5
|
| **displayAvatar** | `Bool` | Displays the User's avatar | `true` | `true` `false` |
|
14
|
-
| **
|
15
|
-
| **
|
16
|
-
| **
|
17
|
-
| **
|
18
|
-
|
6
|
+
| **image** | `Image` | Sets image for the avatar | | |
|
7
|
+
| **orientation** | `Orientation` | Changes the orientation of the User | `.horizontal` | `.horizontal` `.verticle` |
|
8
|
+
| **size** | `UserAvatarSize` | Changes the size of the User | `.medium` | `.small` `.medium` `.large` |
|
9
|
+
| **territory** | `String` | Adds the User's territory | | |
|
10
|
+
| **title** | `String` | Adds a title | | |
|
11
|
+
| **status** | `PBAvatar.PresenceStatus?` | An idicator for the current status of the user | `.none` | `.online` `.away` `.offline` |
|