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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9253f9b339ba544030b6e422bd88a881ec48ceb65a5cf6d0d1ae535feede5a8d
4
- data.tar.gz: 1af9e96d99dfc60dfb0ecead38e6c761058b8ca52bb80667043df590a31f1a41
3
+ metadata.gz: 36b22bcec044ccc2dc38617892d16d11d3315798c45ba1c6eb4eb917859c4a11
4
+ data.tar.gz: 812f6f8cc2ec0fb4d270fee84a70fd9462dc7aea2ced21591f4592db402e0576
5
5
  SHA512:
6
- metadata.gz: 84421793b5c2fea5489ee43fd0ee3eee9a06de14305c3036dbb4f20d38c44c786a3bd6c545bec828bfb7b5c15c2a947c7f54104a0e2cc08f36e3f876a734d922
7
- data.tar.gz: 770a2194387f73205571de86c1d1052d6ad6879a46fe05bbf6628196066891f516572c9bd3f0c5101a30736e370fb0389dc869b01a898d0fee91a3a3508140e1
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
- <For
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
- </For>
75
+ ))}
79
76
  </React.Fragment>
80
77
  )}
81
78
  <Typeahead
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "13.34.0"
5
- VERSION = "13.34.0.pre.alpha.PLAY14143358"
5
+ VERSION = "13.34.0.pre.alpha.PLAY14143373"
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.34.0.pre.alpha.PLAY14143358
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-27 00:00:00.000000000 Z
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