vime_view_components 5.0.2 → 5.0.3

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: 514c7d62494f1cc0d3cb0a766f2582a15dd594b574eca7e754a1fa1cf541d26a
4
- data.tar.gz: 3e38bce81ae81e8deb913f50bda22ee6e567c54ef0f51531a36a838a07318713
3
+ metadata.gz: f26b57357d97fe7fbc0698784f869c42f3ebe7f223c5ee49cc7ec009283ad209
4
+ data.tar.gz: f0837ec99e71d1ad0f5ac89a39f75fe4a9490da62549b9ecba0ab4880ee309d5
5
5
  SHA512:
6
- metadata.gz: a40fecb2504f468c3fd62e8ff45c193ab4cf7b70a89ad86fa432c561d5ee58f89bf1e36e385a0b9582fafe8138e745c1cc34b7f552ce3d6ac24d0b741fa4b810
7
- data.tar.gz: 6c444acbaa954be63795aec981cb060b7f74de7ce00d3b78cef79e74f8c753aa824bb9549d4a06a11a775cf73603c9faa94ee575f78add9b838c6f6eb242e5f6
6
+ metadata.gz: 50a8a9fba0c2157cb5ed2d047eba828d6ca09771b1db4ec4aa568e6c7819f0cf5ea32ffe834c04ba7babab8d463fcdd93915e4802d0c17de4a6cc3ebfd734429
7
+ data.tar.gz: 016a67c64fc7a70e3f1bbccadf1fce574e7b35a35a1c8e8a21b26dc3bda197ef048b31f65635836d83da633e7642ae475726ce688360f8a22a51b2115df8efba
@@ -6,8 +6,8 @@ module Vime
6
6
  module Ui
7
7
  module Controls
8
8
  class FullscreenControl < Component
9
- option :enter_icon, type: Types::String, default: -> { "enter-fullscreen" }
10
- option :exit_icon, type: Types::String, default: -> { "exit-fullscreen" }
9
+ option :enter_icon, type: Types::String, default: -> { "fullscreen-enter" }
10
+ option :exit_icon, type: Types::String, default: -> { "fullscreen-exit" }
11
11
  option :hide_tooltip, type: Types::Bool, default: -> { false }
12
12
  option :keys, type: Types::String, optional: true, default: -> { "f" }
13
13
  option :tooltip_direction, type: Types::TooltipDirection, optional: true
@@ -6,8 +6,8 @@ module Vime
6
6
  module Ui
7
7
  module Controls
8
8
  class PipControl < Component
9
- option :enter_icon, type: Types::String, default: -> { "enter-pip" }
10
- option :exit_icon, type: Types::String, default: -> { "exit-pip" }
9
+ option :enter_icon, type: Types::String, default: -> { "pip-enter" }
10
+ option :exit_icon, type: Types::String, default: -> { "pip-exit" }
11
11
  option :hide_tooltip, type: Types::Bool, default: -> { false }
12
12
  option :keys, type: Types::String, default: -> { "p" }
13
13
  option :tooltip_direction, type: Types::TooltipDirection, optional: true
@@ -7,7 +7,7 @@ module Vime
7
7
  module Controls
8
8
  class SettingsControl < Component
9
9
  option :expanded, type: Types::Bool, default: -> { false }
10
- option :icon, type: Types::String, default: -> { "#vime-settings" }
10
+ option :icon, type: Types::String, default: -> { "settings" }
11
11
  option :menu, type: Types::String, optional: true
12
12
  option :tooltip_direction, type: Types::TooltipDirection, optional: true
13
13
  option :tooltip_position, type: Types::TooltipPosition, default: -> { "top" }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VimeViewComponents
4
- VERSION = "5.0.2"
4
+ VERSION = "5.0.3"
5
5
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vime_view_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.2
4
+ version: 5.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Asger Behncke Jacobsen
8
8
  - Tomas Celizna
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-06-17 00:00:00.000000000 Z
12
+ date: 2021-06-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: dry-initializer
@@ -196,7 +196,7 @@ homepage: https://github.com/asgerb/vime_view_components
196
196
  licenses:
197
197
  - MIT
198
198
  metadata: {}
199
- post_install_message:
199
+ post_install_message:
200
200
  rdoc_options: []
201
201
  require_paths:
202
202
  - lib
@@ -211,8 +211,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
211
211
  - !ruby/object:Gem::Version
212
212
  version: '0'
213
213
  requirements: []
214
- rubygems_version: 3.1.2
215
- signing_key:
214
+ rubygems_version: 3.1.4
215
+ signing_key:
216
216
  specification_version: 4
217
217
  summary: ViewComponents for vime.js
218
218
  test_files: []