satis 1.0.68 → 1.0.69

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: a777d25ac010446a7e69a55f9d0468ce45a462e7d69df395673f3e1d7ad40e84
4
- data.tar.gz: 1857b13676a3952e4afcc709df9eacfbea2d97c475837676ba9a4141ede7c2da
3
+ metadata.gz: 4d67068f1fbf018ab9c608056352d81b6dac55a162f7d81da49ea7053ae46fbc
4
+ data.tar.gz: 91f4663daf88672d435d705d6452316309fcb8bebc3f32f0560a41f9c372973f
5
5
  SHA512:
6
- metadata.gz: 8b739ca26a38df0d714339b0c09ad14ed5c25b0a352fd4a0a8a6a8c26292e314da3388d81f0a63d92a39c7808d4d2c9a2c20837579fcd2256b50aec4ad8f41ea
7
- data.tar.gz: 98ec19c8bfb70f0ce66875b9ad15a2ca3233e1b576971a5cce7c4bd7f7eb1ddff9dedf14a3d7b93ca92ff85f1441f1dec6e995f5889e69be022da1063658ec87
6
+ metadata.gz: 1e5a801b78f3494ac01c060ddb06f1abeb99c1c3facd288e04fb39f13e56f34126182778bd0fc91d986bbd7ea90a6a7e565cd3a584395928641cf8769ba49c8d
7
+ data.tar.gz: db160debfab9a8036df9b6522abbe047c61a48a1e57dbc3fc139d96c539786d5e293f21cab71311bdc90f0022db1c4b46f561d04ec8a0e26169ca16ba4cb5eca
@@ -13,11 +13,11 @@
13
13
  = yield(nested_form)
14
14
  .col-span-1.flex.justify-center.items-center.association
15
15
  .h-full.w-1.border-r.border-dashed
16
- a.text-primary-600.bg-white.dark:bg-gray-800 href="#" data-action='click->satis-fields-for#addAssociation' style="margin-left: -7px;"
16
+ a.text-primary-600.nested-fields_action href="#" data-action='click->satis-fields-for#addAssociation'
17
17
  i.fal.fa-plus
18
18
  .hidden.col-span-1.flex.justify-center.items-center.association
19
19
  .h-full.w-1.border-r.border-dashed
20
- a.text-primary-600.bg-white.dark:bg-gray-800 href="#" data-action='click->satis-fields-for#removeAssociation' style="margin-left: -7px;"
20
+ a.text-primary-600.nested-fields_action href="#" data-action='click->satis-fields-for#removeAssociation'
21
21
  i.fal.fa-trash
22
22
 
23
23
  = form.rails_fields_for collection do |nested_form|
@@ -29,7 +29,7 @@
29
29
  = yield(nested_form)
30
30
  .col-span-1.flex.justify-center.items-center
31
31
  .h-full.w-1.border-r.border-dashed
32
- a.text-primary-600.bg-white.dark:bg-gray-800 href="#" data-action='click->satis-fields-for#removeAssociation' style="margin-left: -7px;"
32
+ a.text-primary-600.nested-fields_action href="#" data-action='click->satis-fields-for#removeAssociation'
33
33
  i.fal.fa-trash
34
34
 
35
35
  span data-satis-fields-for-target='insertionPoint'
data/lib/satis/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Satis
2
- VERSION = "1.0.68"
2
+ VERSION = "1.0.69"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: satis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.68
4
+ version: 1.0.69
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom de Grunt