effective_bootstrap 1.17.0 → 1.17.2

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: 911b7b8dbe6840081eac56f04deca54f72b96244d920b8ec552738ee322677b0
4
- data.tar.gz: a84456a02edbc9ccefdb53d39e6f60356c8b1299a4942dba7ae59f7ea62781dc
3
+ metadata.gz: 99d1b62e4db2b7b828ed1d267050bc934630a2a9175d78727656a3a91129af1a
4
+ data.tar.gz: a82e283b177aeb67a0c2626b8cd7a284ef9499e024f36215c74da5433888bf96
5
5
  SHA512:
6
- metadata.gz: b563346c69e73baac5fbcb490296388294d73216af1b0a14c95178545870d12e182998b41dc57a5aed34ad61e5affe1ec06064d95cdfe0c0f68470cf4e0ddc53
7
- data.tar.gz: fe8a5bce59a2b6876e9dddd8851b90e4c36da0498c8eb89ec8ce98d6cd7e999c10826bc9d6f56976b1f40f469357b078dde62ac8dfe0d78194141157c59b119e
6
+ metadata.gz: 1e8991a262c2927a99056c19c84f6d8de9a45d7f93599f28f4550d952511fe78be67e3ce4385e7709a5cc39d942bae5e7f7382836d1e78b49160a160af393ec2
7
+ data.tar.gz: 64db8af2f1aefc213e2012a94aa3ada5f2887cd72cec6f5e9ed15dab98a78c802e5ebf96fc4203876bd2a630a78bf99037d8260d0f7947234fc442b9f81b0e46
@@ -30,6 +30,3 @@
30
30
  cursor: pointer;
31
31
  }
32
32
 
33
- .effective_date_time_picker_input_group:has(input:disabled) {
34
- color: red;
35
- }
@@ -609,7 +609,7 @@ module EffectiveBootstrapHelper
609
609
 
610
610
  @_tab_benchmarks.each do |label, benchmark|
611
611
  percent = (benchmark.real / total * 100).round(0)
612
- amount = (benchmark.real * 1000).round(1)
612
+ amount = (benchmark.real * 1000).round(0)
613
613
 
614
614
  badge_class = case amount
615
615
  when (0.0..150.0) then ''
@@ -19,7 +19,7 @@ module Effective
19
19
  def input_group_options
20
20
  {
21
21
  input_group: { class: 'input-group effective_date_time_picker_input_group' },
22
- prepend: (content_tag(:span, icon('calendar'), class: 'input-group-text') unless disabled?)
22
+ prepend: (content_tag(:span, icon('calendar'), class: 'input-group-text') unless readonly?)
23
23
  }
24
24
  end
25
25
 
@@ -1,3 +1,3 @@
1
1
  module EffectiveBootstrap
2
- VERSION = '1.17.0'.freeze
2
+ VERSION = '1.17.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.17.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-14 00:00:00.000000000 Z
11
+ date: 2023-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails