effective_bootstrap 0.9.27 → 0.9.28

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: e0eb3c57699c01f64fa4ea1f07fd6bca82b2e45a162990acec7d039deede2c71
4
- data.tar.gz: 95c371e51aa14ee0835a723f6382f4d10cf560fc19047b07e7edd68fec175e95
3
+ metadata.gz: f1fc4ca7c84ace7b7d118f7d0c2820192fd121c7e3dbc1f1a86a2018e91fb28d
4
+ data.tar.gz: 5146c6f244c97a850c8d749e14b8171c6e453980e98a7ac1c18db16add6444dd
5
5
  SHA512:
6
- metadata.gz: 2cd4b274850c2ea38bf4a2a2ec258ff1cc6237a05a3b654e5932803dc7ccc835bad49dcb9f775b2484a8bfa7f16e813f5949241a511080c94afc0eba3fa9c4a1
7
- data.tar.gz: 3287932f062dff615f80b3e1ab821b10f726975cf57df3bd16df338c70233ddbeb8ff9133051e152e125f0fa2dc78ef30af35a28f38e039ef0871853d5f0576d
6
+ metadata.gz: ea08f202b403d071b2188c28b8231a6e31c242bf474ed552fe9175413e3466953d2aaea5e28381f4c8a98b87a23c5a3b2b2c38a148e25e582c44e6548bd801d0
7
+ data.tar.gz: 74b29d0657fae0f4362ab62fcad9fcf6c9093993c12081347f488467709263d85332f3e15f4832935b35e91792145b7c324030e20bc9b515862784af0c7bafde
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="21" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="feather feather-reorder">
2
+ <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
3
+ <rect fill="currentColor" x="4" y="0" width="14" height="3"></rect>
4
+ <rect fill="currentColor" x="0" y="6" width="14" height="3"></rect>
5
+ <rect fill="currentColor" x="4" y="12" width="14" height="3"></rect>
6
+ <rect fill="currentColor" x="4" y="18" width="14" height="3"></rect>
7
+ <path d="M20,1.5 C20.4444444,1.5 20.9444444,1.5 21.5,1.5 C22.5,1.5 23,2.5 23,4.5 C23,6.5 22.5,7.5 21.5,7.5 C20.1111111,7.5 18.9444444,7.5 18,7.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="square"></path>
8
+ <path d="M17,6.25929613 L19.3981159,9 L14.6018841,9 L17,6.25929613 Z" stroke="currentColor" fill="currentColor" transform="translate(17.000000, 7.500000) scale(-1, 1) rotate(90.000000) translate(-17.000000, -7.500000) "></path>
9
+ </g>
10
+ </svg>
@@ -179,7 +179,7 @@ module Effective
179
179
  def link_to_reorder(block)
180
180
  content_tag(
181
181
  :button,
182
- icon('list') + 'Reorder',
182
+ icon('reorder') + 'Reorder',
183
183
  class: 'has-many-reorder btn btn-secondary',
184
184
  title: 'Reorder',
185
185
  data: {
@@ -1,3 +1,3 @@
1
1
  module EffectiveBootstrap
2
- VERSION = '0.9.27'.freeze
2
+ VERSION = '0.9.28'.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: 0.9.27
4
+ version: 0.9.28
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: 2021-05-14 00:00:00.000000000 Z
11
+ date: 2021-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -319,6 +319,7 @@ files:
319
319
  - app/assets/images/icons/radio.svg
320
320
  - app/assets/images/icons/refresh-ccw.svg
321
321
  - app/assets/images/icons/refresh-cw.svg
322
+ - app/assets/images/icons/reorder.svg
322
323
  - app/assets/images/icons/repeat.svg
323
324
  - app/assets/images/icons/rewind.svg
324
325
  - app/assets/images/icons/rotate-ccw.svg