playbook_ui 14.4.0.pre.rc.14 → 14.4.0.pre.rc.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_form_pill/_form_pill.scss +245 -23
- data/app/pb_kits/playbook/pb_form_pill/_form_pill.tsx +1 -1
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_colors.html.erb +117 -0
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_colors.jsx +227 -0
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_colors.md +1 -0
- data/app/pb_kits/playbook/pb_form_pill/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_form_pill/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_form_pill/form_pill.rb +1 -1
- data/app/pb_kits/playbook/pb_multi_level_select/_multi_level_select.tsx +5 -1
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_color.html.erb +72 -0
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_color.jsx +91 -0
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_color_rails.md +1 -0
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_color_react.md +1 -0
- data/app/pb_kits/playbook/pb_multi_level_select/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_multi_level_select/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_multi_level_select/multi_level_select.rb +4 -0
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.test.jsx +16 -0
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.tsx +4 -0
- data/app/pb_kits/playbook/pb_typeahead/components/MultiValue.tsx +26 -18
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.html.erb +31 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx +26 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color_rails.md +1 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color_react.md +1 -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.rb +4 -0
- data/app/pb_kits/playbook/tokens/_colors.scss +2 -0
- data/dist/chunks/{_typeahead-BAFhtQtP.js → _typeahead-B2zRxReA.js} +2 -2
- data/dist/chunks/{_weekday_stacked-V_fGN_e4.js → _weekday_stacked-CvAnMnnS.js} +1 -1
- data/dist/chunks/{lib--ErPKv63.js → lib-D2U4I1U6.js} +1 -1
- data/dist/chunks/{pb_form_validation-CHMFwDfe.js → pb_form_validation-zV9OpdSt.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 +16 -5
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.4.0.pre.rc.
|
4
|
+
version: 14.4.0.pre.rc.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -1337,6 +1337,9 @@ files:
|
|
1337
1337
|
- app/pb_kits/playbook/pb_form_pill/_form_pill.scss
|
1338
1338
|
- app/pb_kits/playbook/pb_form_pill/_form_pill.test.jsx
|
1339
1339
|
- app/pb_kits/playbook/pb_form_pill/_form_pill.tsx
|
1340
|
+
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_colors.html.erb
|
1341
|
+
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_colors.jsx
|
1342
|
+
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_colors.md
|
1340
1343
|
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.html.erb
|
1341
1344
|
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx
|
1342
1345
|
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.md
|
@@ -1775,6 +1778,10 @@ files:
|
|
1775
1778
|
- app/pb_kits/playbook/pb_multi_level_select/_helper_functions.tsx
|
1776
1779
|
- app/pb_kits/playbook/pb_multi_level_select/_multi_level_select.scss
|
1777
1780
|
- app/pb_kits/playbook/pb_multi_level_select/_multi_level_select.tsx
|
1781
|
+
- app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_color.html.erb
|
1782
|
+
- app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_color.jsx
|
1783
|
+
- app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_color_rails.md
|
1784
|
+
- app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_color_react.md
|
1778
1785
|
- app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_default.html.erb
|
1779
1786
|
- app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_default.jsx
|
1780
1787
|
- app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_default.md
|
@@ -2871,6 +2878,10 @@ files:
|
|
2871
2878
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_async_users.html.erb
|
2872
2879
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_async_users.jsx
|
2873
2880
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_async_users.md
|
2881
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.html.erb
|
2882
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color.jsx
|
2883
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color_rails.md
|
2884
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_color_react.md
|
2874
2885
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.html.erb
|
2875
2886
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_without_pills.md
|
2876
2887
|
- app/pb_kits/playbook/pb_typeahead/docs/example.yml
|
@@ -3037,11 +3048,11 @@ files:
|
|
3037
3048
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
3038
3049
|
- app/pb_kits/playbook/utilities/text.ts
|
3039
3050
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
3040
|
-
- dist/chunks/_typeahead-
|
3041
|
-
- dist/chunks/_weekday_stacked-
|
3051
|
+
- dist/chunks/_typeahead-B2zRxReA.js
|
3052
|
+
- dist/chunks/_weekday_stacked-CvAnMnnS.js
|
3042
3053
|
- dist/chunks/lazysizes-B7xYodB-.js
|
3043
|
-
- dist/chunks/lib
|
3044
|
-
- dist/chunks/pb_form_validation-
|
3054
|
+
- dist/chunks/lib-D2U4I1U6.js
|
3055
|
+
- dist/chunks/pb_form_validation-zV9OpdSt.js
|
3045
3056
|
- dist/chunks/vendor.js
|
3046
3057
|
- dist/menu.yml
|
3047
3058
|
- dist/playbook-doc.js
|