playbook_ui 13.32.0.pre.alpha.PLAY14143251 → 13.32.0.pre.alpha.PLAY14143255

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,11 +17,13 @@ module Playbook
17
17
  if config.respond_to?(:assets)
18
18
  config.assets.paths ||= []
19
19
  config.assets.paths << Playbook::Engine.root.join("fonts")
20
+ config.assets.paths << Playbook::Engine.root.join("dist")
20
21
  config.assets.paths << Playbook::Engine.root.join("app/pb_kits/playbook/pb_*")
21
22
  end
22
23
 
23
24
  if config.respond_to?(:sass)
24
25
  config.sass.load_paths ||= []
26
+ config.sass.load_paths << Playbook::Engine.root.join("dist")
25
27
  config.sass.load_paths << Playbook::Engine.root.join("app/pb_kits/playbook")
26
28
  end
27
29
  end
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "13.32.0"
5
- VERSION = "13.32.0.pre.alpha.PLAY14143251"
5
+ VERSION = "13.32.0.pre.alpha.PLAY14143255"
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.32.0.pre.alpha.PLAY14143251
4
+ version: 13.32.0.pre.alpha.PLAY14143255
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -2979,7 +2979,16 @@ files:
2979
2979
  - app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
2980
2980
  - app/pb_kits/playbook/utilities/text.ts
2981
2981
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
2982
+ - dist/chunks/_typeahead.js
2983
+ - dist/chunks/_weekday_stacked.js
2984
+ - dist/chunks/lazysizes.js
2985
+ - dist/chunks/pb_form_validation.js
2986
+ - dist/chunks/vendor.js
2987
+ - dist/menu.yml
2988
+ - dist/playbook-doc.js
2989
+ - dist/playbook-rails-react-bindings.js
2982
2990
  - dist/playbook-rails.js
2991
+ - dist/playbook.css
2983
2992
  - dist/reset.css
2984
2993
  - lib/playbook.rb
2985
2994
  - lib/playbook/align_content.rb