playbook_ui 13.34.0.pre.alpha.PLAY14143358 → 13.34.0.pre.alpha.PLAY14143373
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_typeahead/docs/_typeahead_with_pills_async_custom_options.jsx +2 -5
- data/lib/playbook/version.rb +1 -1
- metadata +2 -6
- data/dist/chunks/_weekday_stacked-BAkwel5p.js +0 -45
- data/dist/chunks/vendor.js +0 -1
- data/dist/playbook-doc.js +0 -1
- data/dist/playbook.css +0 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36b22bcec044ccc2dc38617892d16d11d3315798c45ba1c6eb4eb917859c4a11
|
4
|
+
data.tar.gz: 812f6f8cc2ec0fb4d270fee84a70fd9462dc7aea2ced21591f4592db402e0576
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b34badff8320ee92ed636ca67bd3744933624f58f20811be0e8cc4a575dbc7b9e07fd34a7108675deb87fd126341e5f12e450806e806d5b93dc545b7942b1b8c
|
7
|
+
data.tar.gz: b6e00cfb7a261f9c9539a9ef976100f22771f00a5a34d483320f24bf445213ae936b5edeb12478f545a0dbf5b841448daceb7fac06ab3107f4dfb1a794650469
|
@@ -61,10 +61,7 @@ const TypeaheadWithPillsAsyncCustomOptions = (props) => {
|
|
61
61
|
text="State (Users)"
|
62
62
|
{...props}
|
63
63
|
/>
|
64
|
-
|
65
|
-
each="user"
|
66
|
-
of={users}
|
67
|
-
>
|
64
|
+
{users.map((user) => (
|
68
65
|
<User
|
69
66
|
align="left"
|
70
67
|
avatar
|
@@ -75,7 +72,7 @@ const TypeaheadWithPillsAsyncCustomOptions = (props) => {
|
|
75
72
|
orientation="horizontal"
|
76
73
|
{...props}
|
77
74
|
/>
|
78
|
-
|
75
|
+
))}
|
79
76
|
</React.Fragment>
|
80
77
|
)}
|
81
78
|
<Typeahead
|
data/lib/playbook/version.rb
CHANGED
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.34.0.pre.alpha.
|
4
|
+
version: 13.34.0.pre.alpha.PLAY14143373
|
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: 2024-07-
|
12
|
+
date: 2024-07-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -2992,16 +2992,12 @@ files:
|
|
2992
2992
|
- app/pb_kits/playbook/utilities/text.ts
|
2993
2993
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
2994
2994
|
- dist/chunks/_typeahead-COUJ88EA.js
|
2995
|
-
- dist/chunks/_weekday_stacked-BAkwel5p.js
|
2996
2995
|
- dist/chunks/lazysizes-B7xYodB-.js
|
2997
2996
|
- dist/chunks/lib-Bf_E03gc.js
|
2998
2997
|
- dist/chunks/pb_form_validation-D0dhqeN2.js
|
2999
|
-
- dist/chunks/vendor.js
|
3000
2998
|
- dist/menu.yml
|
3001
|
-
- dist/playbook-doc.js
|
3002
2999
|
- dist/playbook-rails-react-bindings.js
|
3003
3000
|
- dist/playbook-rails.js
|
3004
|
-
- dist/playbook.css
|
3005
3001
|
- dist/reset.css
|
3006
3002
|
- lib/playbook.rb
|
3007
3003
|
- lib/playbook/align_content.rb
|