avo 3.6.4 → 3.7.1

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.
data/tailwind.preset.js CHANGED
@@ -147,9 +147,11 @@ module.exports = {
147
147
  },
148
148
  }
149
149
 
150
+ addUtilities(newUtilities, ['group-hover'])
151
+
150
152
  // Add has-sidebar variant to make it easier to target fields in panels and use the full-width
151
153
  addVariant('has-sidebar', '.has-sidebar & ')
152
- addUtilities(newUtilities, ['group-hover'])
154
+ addVariant('has-record-selector', '.has-record-selector & ')
153
155
  }),
154
156
  ],
155
157
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.4
4
+ version: 3.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2024-05-01 00:00:00.000000000 Z
13
+ date: 2024-05-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activerecord