meta_workflows 0.9.1 → 0.9.2

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: 50ae604291373e74675fbac7838bb9cbbdcef8beb635a07ac40f06c89f784a75
4
- data.tar.gz: cefff5fe7d2a949941dee57e2a642e7eb54d2eaec220a489e252799fb8888f1c
3
+ metadata.gz: 503924f0bab07a61c78e6fb866d3ad102ace742d1a82c31158b3b1fe9522e3fb
4
+ data.tar.gz: 47309ce20921c3f031b185280ed6569558128c0e65de5382c303c6167dc3d16c
5
5
  SHA512:
6
- metadata.gz: ec4974b30bfe8c3c17fbd779228e2bdf469ba86fd808fcfdfa792b4bad5419591e919d23570a42c70aedc06c68021321174a33d91faaf1b935eced1aa5504072
7
- data.tar.gz: 940604b1494c067ead7d9dbf6da6be88b10538e59bba4551e90a575ac070ff6fe882134a170e0f1d4f2045d2a9cffb75a3116fc010d3591361bbd74666e4efb5
6
+ metadata.gz: 0eaf480083843968562c5ce35d3fe7a8337247e99fb1dd3eda89ee4521b0ac1b67d22d0c23480713abb00069ff028ae6899357497c559deb8935843db958ce0f
7
+ data.tar.gz: 71dc37c1d913e1b9bd8aa1526c7374ca982097dab888f8320d514a970b3bad264714802bc9b66816a93f7bcac27d2fd2f5789b93b444d92870dc18da0b9d075d
@@ -18,7 +18,7 @@
18
18
  <!-- Content area with chat and Lexi side by side -->
19
19
  <div class="flex-1 flex min-h-0">
20
20
  <!-- Lexi auto-width side column -->
21
- <div class="flex-shrink-0 flex flex-col justify-end pb-4">
21
+ <div class="flex-shrink-0 flex flex-col justify-end">
22
22
  <%= image_tag("lexi-expanded.png", alt: "Lexi Avatar", class: "lexi-avatar-large w-auto") %>
23
23
  </div>
24
24
 
@@ -30,7 +30,7 @@
30
30
  <!-- Input area -->
31
31
  <div class="w-full">
32
32
  <% active_execution = local_assigns[:record]&.workflow_executions&.order(created_at: :desc)&.first %>
33
- <%= render partial: "meta_workflows/response_form_lexi", locals: {record: local_assigns[:record], response_enabled: true, workflow_execution_id: active_execution&.id, chat_id: active_execution&.workflow_steps&.last&.chat&.id } %>
33
+ <%= render partial: meta_response_form, locals: {record: local_assigns[:record], response_enabled: true, workflow_execution_id: active_execution&.id, chat_id: active_execution&.workflow_steps&.last&.chat&.id, step_has_repetitions: true } %>
34
34
  </div>
35
35
  </div>
36
36
 
@@ -3,7 +3,7 @@
3
3
  module MetaWorkflows
4
4
  MAJOR = 0
5
5
  MINOR = 9
6
- PATCH = 1 # this is automatically incremented by the build process
6
+ PATCH = 2 # 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.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonid Medovyy