meta_workflows 0.9.28 → 0.9.29

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: f07cda61b8fdd4e757dc33dd1115ce19949fce1f08547ab86b1fe1b16d9a6940
4
- data.tar.gz: b3d24c6d2b7dffbc6b47efb2dcb673ef07701446fefb4da9279b50041aa9cfb0
3
+ metadata.gz: 236fbbb0daa94f64ff23edee6643c93e31483620abbbcf3b1290141db9a352a0
4
+ data.tar.gz: f22d67ce0bce5fd5c5f6f268aace75c0179a66ef59c2e88a61918a9ca34434e0
5
5
  SHA512:
6
- metadata.gz: cbd3d21ca6163e39df0808847c4bf2f7fc11a0de8bf7aa9d59cc9226f01176c0837babc6feedd9d19c2117dafe62e8aff12f85723e27b95f84247a515ff0eed8
7
- data.tar.gz: 99858cf6ed8c38f0fe1d7bc9149787036c18b40db0c04738e495ba902b95c02d1fc3c7978c0b8a1ce0f7e1ed573a47f7d1bd91cd29394809954f0f82246e6f95
6
+ metadata.gz: 7cbcfb8fbf2fa69920f4605d79f2ab73f1ced4486709c2d14d2ed9f8180ed3c8417346545de0e5d98946ce6b075b2ad17ee95e1e3dbfc82d7d51a5ecc4a0acbb
7
+ data.tar.gz: b3eef7ce30cb896b830ecf08d570c184b58ce0c892a21fdde739a3f36bd8a14c9531b79d3ec67ed8978844cbaaf0654a714e26a2b82b6afc796c1ac58c7d4a90
@@ -661,6 +661,9 @@
661
661
  .gamma-tray.lexi-tray.collapsed .lexi-floating-avatar {
662
662
  display: block;
663
663
  opacity: 0;
664
+ position: fixed;
665
+ bottom: 24px;
666
+ right: 24px;
664
667
  animation: lexi-avatar-appear 200ms ease-in-out 400ms forwards;
665
668
  }
666
669
 
@@ -3,7 +3,7 @@
3
3
  module MetaWorkflows
4
4
  MAJOR = 0
5
5
  MINOR = 9
6
- PATCH = 28 # this is automatically incremented by the build process
6
+ PATCH = 29 # 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.28
4
+ version: 0.9.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonid Medovyy
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2025-07-23 00:00:00.000000000 Z
12
+ date: 2025-07-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails