meta_workflows 0.9.14 → 0.9.15

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: 87c0ac3e466398e6e54347b2449fa4c6fd04ff1c212f47c236df34d2bccd3ffe
4
- data.tar.gz: '08d0adfaa0e80315f52e3063dacb23735d805987a3e992357a4959aba50a853c'
3
+ metadata.gz: a869293f98a7a997feb4c8c20173c25c85101ed225713e0a7080b40b45048771
4
+ data.tar.gz: 7edc0a1e0bde4bbe02c60b6e0244253e055047684a9a793235ba858886451706
5
5
  SHA512:
6
- metadata.gz: 4a230b0d2dbd5896346f74b36436fb451f271dececd239321d891dd5681db1b9666a007fb878fdb3ecddc71acaed0b0972fe6b96e3ff6626b8f0e5b8a5febeb5
7
- data.tar.gz: 8a7c331f06aebb0c53b7061acc088c10acbec3fbac9ad9a4a5e45e559dc8bd06cec2db7873cf1d5e5f69a1e4b263490ae3da1321cfcc5be059ae265d0a51ef97
6
+ metadata.gz: 2b2768f55196fec5a94c8f83810563d7ac46625af7a9953e6aeb6f0fd1c6478bfe402c577f3f9076e93be1bbfc26a38834c27c94a39d937de56dd52b938ee332
7
+ data.tar.gz: 6b1f0065875d24435071cbaa15fcda4f3683c1d2e719415949c3001aa6aa33f6c9d841ba870835ae083d2c5df145082f4b70077141690eb8588eb09b793b50b3
@@ -736,7 +736,7 @@
736
736
  flex-direction: column;
737
737
  background-color: white;
738
738
  padding: 1rem 1rem 0 1rem;
739
- height: 100%;
739
+ height: 95vh;
740
740
  }
741
741
 
742
742
  .lexi-chat-alpha-header {
@@ -2,7 +2,7 @@
2
2
  <% active_execution = local_assigns[:record]&.workflow_executions&.order(created_at: :desc)&.first %>
3
3
  <% active_chat = active_execution&.workflow_steps&.last&.chat %>
4
4
 
5
- <div class="lexi-chat-alpha-tray lexi-chat-container">
5
+ <div class="lexi-chat-alpha-tray">
6
6
  <%# Header with Lexi logo left and close button right %>
7
7
  <div class="lexi-chat-alpha-header">
8
8
  <div class="lexi-chat-alpha-header-left">
@@ -3,7 +3,7 @@
3
3
  module MetaWorkflows
4
4
  MAJOR = 0
5
5
  MINOR = 9
6
- PATCH = 14 # this is automatically incremented by the build process
6
+ PATCH = 15 # this is automatically incremented by the build process
7
7
 
8
8
  VERSION = "#{MetaWorkflows::MAJOR}.#{MetaWorkflows::MINOR}.#{MetaWorkflows::PATCH}".freeze
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meta_workflows
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.14
4
+ version: 0.9.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonid Medovyy