ionica 0.4.5 → 0.4.6

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
  SHA1:
3
- metadata.gz: 2085406812764db8fb1dc40eb8ac10805029bbe1
4
- data.tar.gz: ab3bb29c99a5c62c49ef2ee0387e0f8e8d2a3ac8
3
+ metadata.gz: 602fc7e3cae0fe4a794a8c9b0dbc53ba80f599da
4
+ data.tar.gz: 637f0b3cd7881d6c56f2e7f7caec67547633c68c
5
5
  SHA512:
6
- metadata.gz: f95a3dfa0787419f4b75edcf1b687f8df8e401059b8cb610dbccd6cf73c832600d6bd2d9799824fd25dee864b6a3140162b0bee499a783568192da8221a33738
7
- data.tar.gz: 51b54fc0e3dabfc8107af4f90885187a560286daa826908d6ad7cc40295da987169bbd6a4546d16ac244ce0a7e4043bd06997dc7ce525f76fcae63b1b84d219f
6
+ metadata.gz: 7325133b656c7bec94dea4e70b5d832a273914be52e49b8b439a9680ead9470c51b88e1d400e4b3bd6f3cd51809488accd9f418551a462feba6ecba28c599d2e
7
+ data.tar.gz: c744fcf15be47ea9803574ae2a525c3719f4d07f63e8f2eb8ce0f4bd8823600a90aefdefd6390dd70d9d3863a87e0a3bcf5349a926bfd274b8e258c6bf9d254a
@@ -261,7 +261,7 @@ $DEFAULT_CLASSNAME: "amplify-ionica-grid-default-classname"
261
261
  @else if $total_fixed_width == 0
262
262
  left: percentage-column($offset, $total_column_weights)
263
263
  @else
264
- left: calc(#{$width_offset} + (100% - #{$total_fixed_width}) * #{decimal-column($offset, $total_column_weights)})
264
+ left: calc(#{guard-against-zero($width_offset, "0px")} + (100% - #{$total_fixed_width}) * #{decimal-column($offset, $total_column_weights)})
265
265
 
266
266
  @if is-core-column($index, $core_columns)
267
267
  @include extend-this-column($column_weight, $index, $core_columns, $resolution, $orientation, $padding)
@@ -1,4 +1,4 @@
1
1
  module Ionica
2
- VERSION = '0.4.5'
2
+ VERSION = '0.4.6'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ionica
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomislav Pesut