playbook_ui 14.3.2.pre.alpha.PBNTR490multilevelselect3771 → 14.3.2.pre.alpha.PBNTR515typeaheadmarginbottomredux3756
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_icon/icon.rb +1 -1
- data/app/pb_kits/playbook/pb_multi_level_select/_multi_level_select.tsx +1 -0
- data/app/pb_kits/playbook/pb_text_input/_text_input.scss +0 -1
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.test.jsx +14 -0
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.tsx +3 -0
- data/app/pb_kits/playbook/pb_typeahead/components/Control.tsx +6 -5
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_margin_bottom.html.erb +88 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_margin_bottom.jsx +60 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_typeahead/typeahead.html.erb +2 -1
- data/app/pb_kits/playbook/pb_typeahead/typeahead.rb +6 -1
- data/dist/chunks/{_typeahead-CYcao65q.js → _typeahead-BOgF-ybo.js} +2 -2
- data/dist/chunks/{_weekday_stacked-K9QS-9TH.js → _weekday_stacked-COb2q6KQ.js} +1 -1
- data/dist/chunks/{lib--ErPKv63.js → lib-D9uVVKnh.js} +1 -1
- data/dist/chunks/{pb_form_validation-CHMFwDfe.js → pb_form_validation-u2wnZ3oe.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/playbook-doc.js +1 -1
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +8 -6
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: 14.3.2.pre.alpha.
|
4
|
+
version: 14.3.2.pre.alpha.PBNTR515typeaheadmarginbottomredux3756
|
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-09-
|
12
|
+
date: 2024-09-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -2853,6 +2853,8 @@ files:
|
|
2853
2853
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_error_state.md
|
2854
2854
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
|
2855
2855
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.jsx
|
2856
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_margin_bottom.html.erb
|
2857
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_margin_bottom.jsx
|
2856
2858
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_multi_kit.html.erb
|
2857
2859
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_multi_kit.jsx
|
2858
2860
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_context.html.erb
|
@@ -3034,11 +3036,11 @@ files:
|
|
3034
3036
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
3035
3037
|
- app/pb_kits/playbook/utilities/text.ts
|
3036
3038
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
3037
|
-
- dist/chunks/_typeahead-
|
3038
|
-
- dist/chunks/_weekday_stacked-
|
3039
|
+
- dist/chunks/_typeahead-BOgF-ybo.js
|
3040
|
+
- dist/chunks/_weekday_stacked-COb2q6KQ.js
|
3039
3041
|
- dist/chunks/lazysizes-B7xYodB-.js
|
3040
|
-
- dist/chunks/lib
|
3041
|
-
- dist/chunks/pb_form_validation-
|
3042
|
+
- dist/chunks/lib-D9uVVKnh.js
|
3043
|
+
- dist/chunks/pb_form_validation-u2wnZ3oe.js
|
3042
3044
|
- dist/chunks/vendor.js
|
3043
3045
|
- dist/menu.yml
|
3044
3046
|
- dist/playbook-doc.js
|