solidus_admin 0.3.0 → 0.3.1

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: 580c70a7d37e6019c6957b8dc05d2be0d92024a16a3984dd6dfd545f18dca187
4
- data.tar.gz: a081d2f1b919de722f5edde8b6a8864e606d7b87acde8254124fc44fd7e4f9f1
3
+ metadata.gz: eb1be91a106eeda8c918e90021333cc919a8098487b273027c6f547cbb2e7143
4
+ data.tar.gz: 6ce342b7e8bd73c7fbe17f18008834f92d777fe3217af33dc6a4c6b86826b08d
5
5
  SHA512:
6
- metadata.gz: 06056cb24c3d85afc44b204d1c3cda73122ab514d6ab8e4b11c4d542d255d0230fa8573ca83e95821d912252ba1eced728bd46a1ed2dfd8ebc42ce4c46b37ada
7
- data.tar.gz: d7649d39e90272165cdbb3ab1d64b1aaa1821dd4004de1d70b44160b0ecea6d51f7044f53469511569b81cb69290006ee2244a24e77a58fd3cba062e72e6d3f7
6
+ metadata.gz: 3d376325dcd745b848f32a6a7d77a5f5281c71f6980817b25ed281feecfd66802fa289c1194822383212a490765cf5922bd002dfdcc6a9cfcc8e702c0febe972
7
+ data.tar.gz: ce0550afe24af170b05633ab316fea21507f145ac912b193df37a188fcdc811d9e2e8dd19da78da8468b3f47d9215845e8f1be980c39fd4bd72211d45456c267
@@ -109,7 +109,7 @@
109
109
  }
110
110
 
111
111
  /*
112
- ! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com
112
+ ! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
113
113
  */
114
114
 
115
115
  /*
@@ -552,7 +552,7 @@ video {
552
552
 
553
553
  /* Make elements with the HTML hidden attribute stay hidden by default */
554
554
 
555
- [hidden] {
555
+ [hidden]:where(:not([hidden="until-found"])) {
556
556
  display: none;
557
557
  }
558
558
 
@@ -39,7 +39,7 @@ create_file "lib/tasks/solidus_admin/tailwind.rake", <<~RUBY
39
39
  namespace :solidus_admin do
40
40
  namespace :tailwindcss do
41
41
  root = Rails.root
42
- tailwindcss = Tailwindcss::Commands.executable
42
+ tailwindcss = Tailwindcss::Ruby.executable
43
43
 
44
44
  tailwindcss_command = [
45
45
  tailwindcss,
@@ -33,7 +33,7 @@ namespace :solidus_admin do
33
33
  DummyApp::Application.root.join("app/assets/stylesheets/solidus_admin/application.tailwind.css")
34
34
  )
35
35
 
36
- tailwindcss = Tailwindcss::Commands.executable
36
+ tailwindcss = Tailwindcss::Ruby.executable
37
37
 
38
38
  tailwindcss_command = [
39
39
  tailwindcss,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SolidusAdmin
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solidus_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Solidus Team