pg_rails 7.0.8.pre.alpha.112 → 7.1.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 05fcca002b0d29dc6e54d625ebec851eddc239a858ebf6714019000a528e7d35
4
- data.tar.gz: 8ce185225473246f30228ccde564466ccff35fb390c87006f3ee8c900a6f005c
3
+ metadata.gz: 22051324268199a76c6b3bc928fe0391326c16951b65586d4e1d492e6705735c
4
+ data.tar.gz: 3f48621a08c26bdf19b07673a70bac70cf46035a98fb95063c710bcc1673a840
5
5
  SHA512:
6
- metadata.gz: 93de11640c80585f58c9d5c6b69082efdd5151e9a164097aacf1ce7b1b528e8e4d5d4a873823ae2ec9bdf00fab688839300f5960802447078d1219a5ef454d75
7
- data.tar.gz: 6751325594662bd3165fcb81516190e5645fb47295dcb0a465577c6cee2b44adde0fae49196dacf031cae228cc4c8ded14b0ab0bf67e57f62636456f65316953
6
+ metadata.gz: 89c635b554cdd4aa4b7e809c747be08d501fae9ca78e5c4c54da16d630a0858893034e424d13c3d28b6eaf221175f520db66150abf6e6d151115dd219ed79429
7
+ data.tar.gz: d75744f9d5d3b020e54f63dbf8c289049795d9f2f95e8a56c4c657ca701e171a6077097de5db1155ca104b2b02ff242052803866b458a4d67a7946e59df29dfd
@@ -135,6 +135,9 @@ input[type=datetime-local], input[type=datetime] {
135
135
  }
136
136
 
137
137
  // Full calendar
138
+ .fc .fc-highlight {
139
+ background-color: #{tint-color($primary, 60%)};
140
+ }
138
141
  .fc-daygrid-day-top a {
139
142
  text-decoration: none;
140
143
  }
@@ -22,7 +22,6 @@ function bindListingClick () {
22
22
  }
23
23
  }
24
24
  }
25
- console.log('click')
26
25
  }
27
26
  }
28
27
  bindListingClick()
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PgRails
4
- VERSION = '7.0.8-alpha.112'
4
+ VERSION = '7.1.0'
5
5
  end
@@ -8,4 +8,6 @@ $danger-bg-subtle: tint-color($danger, 98%);
8
8
  $warning-border-subtle: tint-color($warning, 20%);
9
9
  // $danger-border-subtle: tint-color($danger, 60%);
10
10
 
11
+ $secondary-bg-subtle: tint-color($secondary, 92%);
12
+
11
13
  $btn-close-focus-shadow: none;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.8.pre.alpha.112
4
+ version: 7.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martín Rosso
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-10 00:00:00.000000000 Z
11
+ date: 2024-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails