satis 2.1.56 → 2.1.57

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 684c749b28e6dc46822dddec9f3fd51b8be43ebe8b9664e082756c0a39a0e7b7
4
- data.tar.gz: 31dabf84980bc8596ce6ecd5426a10412df686fd8e50a7f0c351b0e784539472
3
+ metadata.gz: ddacff2f312c1c65524fef0b9e5b36167610dbfea9af60a9e9e6927357a996dc
4
+ data.tar.gz: d99c99b127f5386cd0e327c5df513e174e3fff8082aec5fb7ba2e584f80d211f
5
5
  SHA512:
6
- metadata.gz: 6464a24ce104b960cd469fb81eaa4ae848b42f7b4f39417569a50150714bbdd71fd6bd531d2feb01afb991ce0860980db082915c11deb6ae9b93906362752293
7
- data.tar.gz: 965894517e1e1454aa5cfb1f2354ecdf94aa8c8c310902746413856aacd2a4e9888694a15badc58a825a609d374b7742cef0af97afca24268cb6602db807b981
6
+ metadata.gz: 615797cc8126f3edd0da8b07f5a1274f733ad1580153c16ea2518db35e3b592cb45ac0575ffe59398d8a978241d9363b98d2631e5c71e986888cbdc5b1f19355
7
+ data.tar.gz: a24ea97b832c3086f997b6234d5483d4140c4fe45bd754844b1b7d166e6784fe7c31c33319aea71dccf6a1769b8d3c3ffe286d22a00b30dfd325200464ec69c3
@@ -65,7 +65,8 @@ export default class DateTimePickerComponentController extends ApplicationContro
65
65
  name: "flip",
66
66
  enabled: true,
67
67
  options: {
68
- boundary: this.element.closest(".sts-card"),
68
+ fallbackPlacements: ["top", "bottom"],
69
+ boundary: "clippingParents",
69
70
  },
70
71
  },
71
72
  {
@@ -62,8 +62,8 @@ export default class DropdownComponentController extends ApplicationController {
62
62
  {
63
63
  name: "flip",
64
64
  options: {
65
- fallbackPlacements: ["bottom"],
66
- boundary: this.element.closest(".sts-card"),
65
+ fallbackPlacements: ["top", "bottom"],
66
+ boundary: "clippingParents",
67
67
  },
68
68
  },
69
69
  {
data/lib/satis/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Satis
2
- VERSION = "2.1.56"
2
+ VERSION = "2.1.57"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: satis
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.56
4
+ version: 2.1.57
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom de Grunt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-05 00:00:00.000000000 Z
11
+ date: 2025-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: browser