satis 2.1.44 → 2.1.46

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: ce02d66be1d01ea4fc3dabe5dd5cba8a88dc8e407aa087ccee67c5f3a1f089a1
4
- data.tar.gz: 05c915783fc59fdaefc9b7556c3a9240a29af60d39be3e4f6350c441ac23b2bb
3
+ metadata.gz: 6f84e47bc124b6590087e4afa8f9ef40a2dcb31664310001fa3a743aaa1a47f1
4
+ data.tar.gz: 87dbbcaccfa0f50446157e77b469303891396686620052827aa223b7a331687a
5
5
  SHA512:
6
- metadata.gz: cf74b332fc5611214b5afdc18cdfba24bf44bfc599e4bf9e41b6b9f45972fa3cd991dec0fec3407f5b9cb39556097f6128af8985f32d45831dc7274766810f15
7
- data.tar.gz: e0b207b2928240552ba7a7f15dc9eb8585ab7f41ab3d13ab7d2de647b48544e142b1f0ac89c2b0114583af969cb2dc71a210c0b09e32feaf17462c33a679ccdb
6
+ metadata.gz: 8544a8f0d11eaceb756422d707c05e06c381bb5f6e1e86fac5ecd65ea62607d3f917cb463efe4ad6804243709b3d7314fa7c2d607a7c1ce83cc3d9b8bf62ebab
7
+ data.tar.gz: 0f449812c72007560734829ebb52a21fcb50e9b569d25fece66b8e2489839e30244f770990309e6142486a70e489c246644a2e89ca8666bbbec5dc3a62616abb
@@ -5,6 +5,9 @@
5
5
  = title
6
6
  p.mx-auto.mt-6.max-w-xl.text-pretty.text-lg/8.text-gray-600
7
7
  = description
8
+ .mx-auto.text-center
9
+ = content
10
+ .mx-auto.max-w-2xl.text-center
8
11
  .mt-10.flex.items-center.justify-center.gap-x-6
9
12
  - actions.each do |action|
10
13
  = action
@@ -12,7 +12,7 @@ export default class TabsComponentController extends ApplicationController {
12
12
 
13
13
  let firstErrorIndex
14
14
  this.tabTargets.forEach((tab, index) => {
15
- let hasErrors = this.contentTargets[index].querySelectorAll(".is-invalid")
15
+ let hasErrors = this.contentTargets[index].querySelectorAll(".is-invalid,.invalid-feedback")
16
16
  if (hasErrors.length > 0) {
17
17
  if (!firstErrorIndex) {
18
18
  firstErrorIndex = index
data/lib/satis/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Satis
2
- VERSION = "2.1.44"
2
+ VERSION = "2.1.46"
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.44
4
+ version: 2.1.46
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom de Grunt
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-16 00:00:00.000000000 Z
11
+ date: 2025-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: browser
@@ -965,7 +965,7 @@ homepage: https://github.com/entdec/satis
965
965
  licenses:
966
966
  - MIT
967
967
  metadata: {}
968
- post_install_message:
968
+ post_install_message:
969
969
  rdoc_options: []
970
970
  require_paths:
971
971
  - lib
@@ -981,7 +981,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
981
981
  version: '0'
982
982
  requirements: []
983
983
  rubygems_version: 3.4.10
984
- signing_key:
984
+ signing_key:
985
985
  specification_version: 4
986
986
  summary: Satis allow you to focus on features, let us do the UI/UX. It'll give you
987
987
  satisfaction.