phlexi-display 0.0.6 → 0.0.8

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: b4a30d79fb5166e540482a100b2d298484d4776f066ae9d32e9dae7e54b9ff94
4
- data.tar.gz: f977e3f9edec2960cbe21c261fbf98049b7dc979885b9246eb7bc303fd646fa5
3
+ metadata.gz: 2769fddc7548d65fe3c5a46fd31d56189f3275a5b859cf881d68d993cc054159
4
+ data.tar.gz: 8c35481e0f3c1853951c7bbaf93d0d697b10ed76522a874e65c789d7f0810d7d
5
5
  SHA512:
6
- metadata.gz: 50ff6beaccec68f3d8c17216319ebc72973a1fb0e2418f821e8343909e0eb58dab47d6a0c1f1e68ac578e4db24abb94521b7bc7978dc72c60f520addb5f42adc
7
- data.tar.gz: 20056e22121821f608bf60fd4725f0da867a364f9762a6c30965322562cf41610813ad872e0048d2f582b7988237e096918c1cb09f33b44deebd4fdd09c7c4a5
6
+ metadata.gz: 04fd1351780c29293a0ca4a174b6411cb6426723556fe70372079ea28f6aad9284e903bda95253536785e462a75ca95c6bfab98c5551ee34b5400c154c2a5eff
7
+ data.tar.gz: cc9ac9256806372cb5b309aa332ed8ed8f62a83150b408f9e083724704015d8bba408f2a1cb2174c3106308db592654de5853e8bd9af08a51bc996951062d618
@@ -19,8 +19,8 @@ module Phlexi
19
19
  icon_theme = themed(:prefixed_icon)
20
20
  svg(
21
21
  xmlns: "http://www.w3.org/2000/svg",
22
- width: icon_theme || "24",
23
- height: icon_theme || "24",
22
+ width: icon_theme ? nil : "24",
23
+ height: icon_theme ? nil : "24",
24
24
  class: icon_theme,
25
25
  viewbox: "0 0 24 24",
26
26
  fill: "none",
@@ -19,8 +19,8 @@ module Phlexi
19
19
  icon_theme = themed(:prefixed_icon)
20
20
  svg(
21
21
  xmlns: "http://www.w3.org/2000/svg",
22
- width: icon_theme || "24",
23
- height: icon_theme || "24",
22
+ width: icon_theme ? nil : "24",
23
+ height: icon_theme ? nil : "24",
24
24
  class: icon_theme,
25
25
  viewbox: "0 0 24 24",
26
26
  fill: "none",
@@ -17,6 +17,8 @@ module Phlexi
17
17
  # when :attachment, :binary
18
18
  # :attachment
19
19
  # end
20
+ when :citext
21
+ infer_string_field_type || :string
20
22
  when :integer, :association, :hstore, :date, :time, :datetime
21
23
  inferred_field_type
22
24
  else
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Phlexi
4
4
  module Display
5
- VERSION = "0.0.6"
5
+ VERSION = "0.0.8"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phlexi-display
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Froelich
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-10-06 00:00:00.000000000 Z
11
+ date: 2024-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: phlex