playbook_ui 13.12.0.pre.alpha.PLAY1081exporttypes1624 → 13.12.0.pre.alpha.PLAY1093typeaheadkitdocbug1577

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.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/index.js +8 -12
  3. data/app/pb_kits/playbook/pb_card/_card.tsx +2 -2
  4. data/app/pb_kits/playbook/pb_circle_chart/_circle_chart.tsx +4 -5
  5. data/app/pb_kits/playbook/pb_file_upload/_file_upload.tsx +1 -1
  6. data/app/pb_kits/playbook/pb_form_group/_form_group.tsx +3 -3
  7. data/app/pb_kits/playbook/pb_multiple_users/docs/example.yml +0 -6
  8. data/app/pb_kits/playbook/pb_multiple_users_stacked/docs/example.yml +0 -6
  9. data/app/pb_kits/playbook/pb_passphrase/_passphrase.tsx +2 -2
  10. data/app/pb_kits/playbook/pb_select/_select.tsx +1 -2
  11. data/app/pb_kits/playbook/pb_selectable_list/_item.tsx +3 -2
  12. data/app/pb_kits/playbook/pb_text_input/_text_input.tsx +1 -1
  13. data/app/pb_kits/playbook/pb_text_input/docs/example.yml +0 -7
  14. data/app/pb_kits/playbook/pb_toggle/docs/example.yml +0 -4
  15. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_highlight.jsx +2 -2
  16. data/dist/playbook-rails.js +6 -6
  17. data/lib/playbook/version.rb +1 -1
  18. metadata +2 -18
  19. data/app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_default_swift.md +0 -11
  20. data/app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_props_swift.md +0 -7
  21. data/app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_reverse_swift.md +0 -13
  22. data/app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_size_swift.md +0 -11
  23. data/app/pb_kits/playbook/pb_multiple_users_stacked/docs/_multiple_users_stacked_default_swift.md +0 -15
  24. data/app/pb_kits/playbook/pb_multiple_users_stacked/docs/_multiple_users_stacked_props_swift.md +0 -5
  25. data/app/pb_kits/playbook/pb_multiple_users_stacked/docs/_multiple_users_stacked_small_swift.md +0 -15
  26. data/app/pb_kits/playbook/pb_multiple_users_stacked/docs/_multiple_users_stacked_xsmall_swift.md +0 -15
  27. data/app/pb_kits/playbook/pb_text_input/docs/_text_input_add_on_swift.md +0 -35
  28. data/app/pb_kits/playbook/pb_text_input/docs/_text_input_default_swift.md +0 -29
  29. data/app/pb_kits/playbook/pb_text_input/docs/_text_input_disabled_swift.md +0 -13
  30. data/app/pb_kits/playbook/pb_text_input/docs/_text_input_error_swift.md +0 -24
  31. data/app/pb_kits/playbook/pb_text_input/docs/_text_input_props_swift.md +0 -13
  32. data/app/pb_kits/playbook/pb_toggle/docs/_toggle_default_swift.md +0 -11
  33. data/app/pb_kits/playbook/pb_toggle/docs/_toggle_name_swift.md +0 -10
  34. data/app/pb_kits/playbook/pb_toggle/docs/_toggle_props_swift.md +0 -6
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "13.12.0"
5
- VERSION = "13.12.0.pre.alpha.PLAY1081exporttypes1624"
5
+ VERSION = "13.12.0.pre.alpha.PLAY1093typeaheadkitdocbug1577"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.12.0.pre.alpha.PLAY1081exporttypes1624
4
+ version: 13.12.0.pre.alpha.PLAY1093typeaheadkitdocbug1577
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-12-05 00:00:00.000000000 Z
12
+ date: 2023-11-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -1564,15 +1564,11 @@ files:
1564
1564
  - app/pb_kits/playbook/pb_multiple_users/docs/_description.md
1565
1565
  - app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_default.html.erb
1566
1566
  - app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_default.jsx
1567
- - app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_default_swift.md
1568
- - app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_props_swift.md
1569
1567
  - app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_reverse.html.erb
1570
1568
  - app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_reverse.jsx
1571
- - app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_reverse_swift.md
1572
1569
  - app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_size.html.erb
1573
1570
  - app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_size.jsx
1574
1571
  - app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_size.md
1575
- - app/pb_kits/playbook/pb_multiple_users/docs/_multiple_users_size_swift.md
1576
1572
  - app/pb_kits/playbook/pb_multiple_users/docs/example.yml
1577
1573
  - app/pb_kits/playbook/pb_multiple_users/docs/index.js
1578
1574
  - app/pb_kits/playbook/pb_multiple_users/multiple_users.html.erb
@@ -1584,10 +1580,6 @@ files:
1584
1580
  - app/pb_kits/playbook/pb_multiple_users_stacked/docs/_description.md
1585
1581
  - app/pb_kits/playbook/pb_multiple_users_stacked/docs/_multiple_users_stacked_default.html.erb
1586
1582
  - app/pb_kits/playbook/pb_multiple_users_stacked/docs/_multiple_users_stacked_default.jsx
1587
- - app/pb_kits/playbook/pb_multiple_users_stacked/docs/_multiple_users_stacked_default_swift.md
1588
- - app/pb_kits/playbook/pb_multiple_users_stacked/docs/_multiple_users_stacked_props_swift.md
1589
- - app/pb_kits/playbook/pb_multiple_users_stacked/docs/_multiple_users_stacked_small_swift.md
1590
- - app/pb_kits/playbook/pb_multiple_users_stacked/docs/_multiple_users_stacked_xsmall_swift.md
1591
1583
  - app/pb_kits/playbook/pb_multiple_users_stacked/docs/example.yml
1592
1584
  - app/pb_kits/playbook/pb_multiple_users_stacked/docs/index.js
1593
1585
  - app/pb_kits/playbook/pb_multiple_users_stacked/multiple_users_stacked.html.erb
@@ -2211,25 +2203,20 @@ files:
2211
2203
  - app/pb_kits/playbook/pb_text_input/docs/_footer.md
2212
2204
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_add_on.html.erb
2213
2205
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_add_on.jsx
2214
- - app/pb_kits/playbook/pb_text_input/docs/_text_input_add_on_swift.md
2215
2206
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_custom.html.erb
2216
2207
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_custom.jsx
2217
2208
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_default.html.erb
2218
2209
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_default.jsx
2219
- - app/pb_kits/playbook/pb_text_input/docs/_text_input_default_swift.md
2220
2210
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_disabled.html.erb
2221
2211
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_disabled.jsx
2222
- - app/pb_kits/playbook/pb_text_input/docs/_text_input_disabled_swift.md
2223
2212
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_error.html.erb
2224
2213
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_error.jsx
2225
2214
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_error.md
2226
- - app/pb_kits/playbook/pb_text_input/docs/_text_input_error_swift.md
2227
2215
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_inline.html.erb
2228
2216
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_inline.jsx
2229
2217
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_no_label.html.erb
2230
2218
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_no_label.jsx
2231
2219
  - app/pb_kits/playbook/pb_text_input/docs/_text_input_options.html.erb
2232
- - app/pb_kits/playbook/pb_text_input/docs/_text_input_props_swift.md
2233
2220
  - app/pb_kits/playbook/pb_text_input/docs/example.yml
2234
2221
  - app/pb_kits/playbook/pb_text_input/docs/index.js
2235
2222
  - app/pb_kits/playbook/pb_text_input/text_input.html.erb
@@ -2411,12 +2398,9 @@ files:
2411
2398
  - app/pb_kits/playbook/pb_toggle/docs/_toggle_custom_radio.jsx
2412
2399
  - app/pb_kits/playbook/pb_toggle/docs/_toggle_default.html.erb
2413
2400
  - app/pb_kits/playbook/pb_toggle/docs/_toggle_default.jsx
2414
- - app/pb_kits/playbook/pb_toggle/docs/_toggle_default_swift.md
2415
2401
  - app/pb_kits/playbook/pb_toggle/docs/_toggle_name.html.erb
2416
2402
  - app/pb_kits/playbook/pb_toggle/docs/_toggle_name.jsx
2417
- - app/pb_kits/playbook/pb_toggle/docs/_toggle_name_swift.md
2418
2403
  - app/pb_kits/playbook/pb_toggle/docs/_toggle_options.html.erb
2419
- - app/pb_kits/playbook/pb_toggle/docs/_toggle_props_swift.md
2420
2404
  - app/pb_kits/playbook/pb_toggle/docs/example.yml
2421
2405
  - app/pb_kits/playbook/pb_toggle/docs/index.js
2422
2406
  - app/pb_kits/playbook/pb_toggle/toggle.html.erb
@@ -1,11 +0,0 @@
1
- ![mulitple-users-default](https://github.com/powerhome/playbook/assets/92755007/73dffd55-14f7-468e-b6ea-4e700980183d)
2
-
3
- ```swift
4
-
5
- let twoUsers = [andrew, picAndrew]
6
-
7
- PBDoc(title: "xSmall") {
8
- PBMultipleUsers(users: twoUsers, size: .xSmall)
9
- }
10
-
11
- ```
@@ -1,7 +0,0 @@
1
- ### Props
2
- | Name | Type | Description | Default | Values |
3
- | --- | ----------- | --------- | --------- | --------- |
4
- | **Users** | `[PBUser]` | Sets the user's avatars | | |
5
- | **Size** | `AvatarSize` | Changes the size of the avatars | `.small` | `.xSmall` `.small` |
6
- | **Reversed** | `Bool` | Changes the order of the avatars | `false` | `true` `false` |
7
- | **Max Displayed Users** | `Int` | Limits the number of avatars displayed | `4` | |
@@ -1,13 +0,0 @@
1
- ![multiple-users-reverse](https://github.com/powerhome/playbook/assets/92755007/be3f6f7d-f699-40f2-bbb6-8a99144a8744)
2
-
3
- ```swift
4
-
5
- let multipleUsers = [andrew, picAndrew, andrew, andrew]
6
- let twoUsers = [andrew, picAndrew]
7
-
8
- VStack(alignment: .leading, spacing: Spacing.small) {
9
- PBMultipleUsers(users: multipleUsers, size: .small, reversed: true)
10
- PBMultipleUsers(users: twoUsers, size: .small, reversed: true)
11
- }
12
-
13
- ```
@@ -1,11 +0,0 @@
1
- ![mulitple-users-size](https://github.com/powerhome/playbook/assets/92755007/5c15b862-fb32-4e0a-a826-bc25b1db555e)
2
-
3
- ```swift
4
-
5
- let multipleUsers = [andrew, picAndrew, andrew, andrew]
6
-
7
- PBDoc(title: "Small") {
8
- PBMultipleUsers(users: multipleUsers, size: .small)
9
- }
10
-
11
- ```
@@ -1,15 +0,0 @@
1
- ![mulitple-users-stacked-default](https://github.com/powerhome/playbook/assets/92755007/180e1275-3eb6-4b28-b1ef-bdde45ab3c2e)
2
-
3
- ```swift
4
-
5
- let oneUser = [andrew]
6
- let twoUsers = [andrew, picAndrew]
7
- let multipleUsers = [andrew, picAndrew, andrew, andrew]
8
-
9
- HStack(spacing: Spacing.xSmall) {
10
- PBMultipleUsersStacked(users: oneUser, size: .default)
11
- PBMultipleUsersStacked(users: twoUsers, size: .default)
12
- PBMultipleUsersStacked(users: multipleUsers, size: .default)
13
- }
14
-
15
- ```
@@ -1,5 +0,0 @@
1
- ### Props
2
- | Name | Type | Description | Default | Values |
3
- | --- | ----------- | --------- | --------- | --------- |
4
- | **Users** | `[PBUser]` | Sets the user's avatars | | |
5
- | **Size** | `Size` | Changes the size of the avatars | `.small` | `.default` `.small` `.xSmall` |
@@ -1,15 +0,0 @@
1
- ![mulitple-users-stacked-small](https://github.com/powerhome/playbook/assets/92755007/277fd685-6302-462e-a02a-18a8fcb57715)
2
-
3
- ```swift
4
-
5
- let oneUser = [andrew]
6
- let twoUsers = [andrew, picAndrew]
7
- let multipleUsers = [andrew, picAndrew, andrew, andrew]
8
-
9
- HStack(spacing: Spacing.xSmall) {
10
- PBMultipleUsersStacked(users: oneUser)
11
- PBMultipleUsersStacked(users: twoUsers)
12
- PBMultipleUsersStacked(users: multipleUsers)
13
- }
14
-
15
- ```
@@ -1,15 +0,0 @@
1
- ![mulitple-users-stacked-xsmall](https://github.com/powerhome/playbook/assets/92755007/4f31976f-a41b-4923-9230-5015f6ad75f8)
2
-
3
- ```swift
4
-
5
- let oneUser = [andrew]
6
- let twoUsers = [andrew, picAndrew]
7
- let multipleUsers = [andrew, picAndrew, andrew, andrew]
8
-
9
- HStack(spacing: Spacing.xSmall) {
10
- PBMultipleUsersStacked(users: oneUser, size: .xSmall)
11
- PBMultipleUsersStacked(users: twoUsers, size: .xSmall)
12
- PBMultipleUsersStacked(users: multipleUsers, size: .xSmall)
13
- }
14
-
15
- ```
@@ -1,35 +0,0 @@
1
- ![text-input-add-on](https://github.com/powerhome/playbook/assets/92755007/65a28e6a-9e65-4ca1-af8d-91dae6eac4f5)
2
-
3
- ```swift
4
-
5
- PBTextInput(
6
- "ADD ON WITH DEFAULTS",
7
- text: $textAddOn,
8
- style: .rightIcon(.user, divider: true)
9
- )
10
-
11
- PBTextInput(
12
- "RIGHT-ALIGNED ADD ON WITH BORDER",
13
- text: $textAddOnRight,
14
- style: .rightIcon(.user, divider: true)
15
- )
16
-
17
- PBTextInput(
18
- "RIGHT-ALIGNED ADD ON WITH NO BORDER",
19
- text: $textAddOnRightNoBorder,
20
- style: .rightIcon(.user, divider: false)
21
- )
22
-
23
- PBTextInput(
24
- "LEFT-ALIGNED ADD ON WITH NO BORDER",
25
- text: $textAddOnLeft,
26
- style: .leftIcon(.user, divider: false)
27
- )
28
-
29
- PBTextInput(
30
- "LEFT-ALIGNED ADD ON WITH BORDER",
31
- text: $textAddOnLeftNoBorder,
32
- style: .leftIcon(.user, divider: true)
33
- )
34
-
35
- ```
@@ -1,29 +0,0 @@
1
- ![text-input-default](https://github.com/powerhome/playbook/assets/92755007/625a246e-9d5c-42ea-8c6e-7afcf0984c9a)
2
-
3
-
4
- ```swift
5
-
6
- @State private var textFirstName: String = ""
7
- @State private var textLastName: String = ""
8
- @State private var textPhone: String = ""
9
-
10
- PBTextInput(
11
- "First name",
12
- text: $textFirstName,
13
- placeholder: "Enter first name"
14
- )
15
-
16
- PBTextInput(
17
- "Last name",
18
- text: $textLastName,
19
- placeholder: "Enter last name"
20
- )
21
-
22
- PBTextInput(
23
- "Phone number",
24
- text: $textPhone,
25
- placeholder: "Enter phone number",
26
- keyboardType: .phonePad
27
- )
28
-
29
- ```
@@ -1,13 +0,0 @@
1
- ![text-input-disabled](https://github.com/powerhome/playbook/assets/92755007/0e08256e-dd76-4528-b748-826f38bbe6a0)
2
-
3
-
4
- ```swift
5
-
6
- PBTextInput(
7
- "Last name",
8
- text: $textDisabled,
9
- placeholder: "Enter last name",
10
- style: .disabled
11
- )
12
-
13
- ```
@@ -1,24 +0,0 @@
1
- ![text-input-error](https://github.com/powerhome/playbook/assets/92755007/7c664f75-1d7a-4a94-bc59-6f845a68ce19)
2
-
3
-
4
- ```swift
5
-
6
- @State private var textError: String = ""
7
- @State private var textConfirmError: String = ""
8
-
9
- PBTextInput(
10
- "Email address",
11
- text: $textError,
12
- placeholder: "Enter email address",
13
- error: (true, "Insert a valid email"),
14
- style: .leftIcon(.user, divider: true)
15
- )
16
-
17
- PBTextInput(
18
- "Confirm email address",
19
- text: $textConfirmError,
20
- placeholder: "Confirm email address",
21
- style: .leftIcon(.user, divider: true)
22
- )
23
-
24
- ```
@@ -1,13 +0,0 @@
1
- ### Props
2
- | Name | Type | Description | Default | Values |
3
- | --- | ----------- | --------- | --------- | --------- |
4
- | **title** | `String` | Adds a title | `nil` | |
5
- | **placeholder** | `String` | Adds placeholder text | `""` | |
6
- | **error** | `(Bool, String)` | Changes the style of the Text Input | `nil` | |
7
- | **style** | `Style` | Changes the style of the Text Input | `.default` | `.default` `.rightIcon` `.leftIcon` `.inline` `.disabled` |
8
- | **onChange** | `Bool` | Adds an event handler | `nil` | |
9
- | **keyboardType** | `UIKeyboardType` | Speficies the keyboard type (ios only) | `.default` | |
10
- | **text** | `String` | Sets the Text Input's text value | | |
11
- | **selected** | `Bool` | Changes the style of the Text Input | | `true` `false` |
12
- | **isHovering** | `Bool` | Changes the style of the Text Input | `false` | `true` `false` |
13
- | **isIconHovering** | `Bool` | Changes the style of the Text Input | `false` | `true` `false` |
@@ -1,11 +0,0 @@
1
- ![toggle-default](https://github.com/powerhome/playbook/assets/92755007/bd99bd01-d577-4455-b1f9-a88b637e8a60)
2
-
3
-
4
- ```swift
5
-
6
- VStack(spacing: Spacing.small) {
7
- PBToggle(checked: true)
8
- PBToggle(checked: false)
9
- }
10
-
11
- ```
@@ -1,10 +0,0 @@
1
- ![toggle-name](https://github.com/powerhome/playbook/assets/92755007/e45a575c-ab14-4181-a5e8-eb8d1f57ab4d)
2
-
3
- ```swift
4
-
5
- VStack(spacing: Spacing.small) {
6
- PBToggle(label: "car", checked: false)
7
- PBToggle(label: "bike", checked: false)
8
- }
9
-
10
- ```
@@ -1,6 +0,0 @@
1
- ### Props
2
- | Name | Type | Description | Default | Values |
3
- | --- | ----------- | --------- | --------- | --------- |
4
- | **isHovering** | `Bool` | Changes the style of the Toggle | `false` | `true` `false` |
5
- | **label** | `String` | Adds a label to the Toggle | `nil` | |
6
- | **checked** | `Bool` | Changes the style of the Toggle | | `true` `false` |