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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2769fddc7548d65fe3c5a46fd31d56189f3275a5b859cf881d68d993cc054159
|
4
|
+
data.tar.gz: 8c35481e0f3c1853951c7bbaf93d0d697b10ed76522a874e65c789d7f0810d7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
23
|
-
height: icon_theme
|
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
|
23
|
-
height: icon_theme
|
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",
|
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.
|
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-
|
11
|
+
date: 2024-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: phlex
|