promethee 1.8.0 → 1.8.1

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
- SHA1:
3
- metadata.gz: 6ed7302107cecc5eab612a897c95b753f67119ae
4
- data.tar.gz: c8f080096f4a75604f9234c504f790171b2e36f2
2
+ SHA256:
3
+ metadata.gz: 3d28ca912d1d2faeb7bbdc48d48219f326e521e7a1c08eab0e5d1e38c3105745
4
+ data.tar.gz: 741336fa0d08853e1493086f23dffeb485c24945007d69c60385a3b99a510322
5
5
  SHA512:
6
- metadata.gz: 0d2e1ae3fc7f21345661e34525aba8509590078f9d92711e4023cc81438f8764492200d1e154b07e4f34b95efff376bfa555fc17e36fb6d4e53abb0165dda08f
7
- data.tar.gz: 564eb5087b2c4ec773b23e86674a903dc79cac2458cfbc389f92c3a6e30cc1ac1bae01a56154d50575cb89b91e3f09aff78c6dacc868489caac1c5966f04c3e7
6
+ metadata.gz: ee1e18b8eff01f86f3e01c6c984460455ee1c1f14297c8a80f6ffaaff50956a8d9df65c064a9472a26926ea32042fde12174f5aef8500dbde64a29e24e0f7886
7
+ data.tar.gz: 3d3fd955a96b5f7981e015814d7955a6df7279665ddfddcc50152d73047c482c834c97e5ac4b7e68e55271569c5709f367ba6f52d370426a4cb4ef10a09a14f1
@@ -3,7 +3,7 @@
3
3
  <div class="header">Collection Item</div>
4
4
  <div class="row">
5
5
  <div class="col-xs-12">
6
- <img ng-show="component.attributes.media_type == 'image'" ng-src="{{ component.attributes.image.id ? '/promethee/blob/' + component.attributes.image.id : '#' }}" class="img-responsive">
6
+ <img ng-show="component.attributes.media_type == 'image'" ng-src="{{ component.attributes.image.id ? '/promethee/blob/' + component.attributes.image.id : '#' }}" class="img-fluid img-responsive">
7
7
  <div ng-show="component.attributes.media_type == 'video'" ng-controller="CollectionItemVideoController">
8
8
  <div class="embed-responsive embed-responsive-16by9">
9
9
  <iframe ng-if="embed" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="allowfullscreen" ng-src="{{embed | urlSafe}}"></iframe>
@@ -4,6 +4,7 @@
4
4
  class=" <%= promethee_bem_classes 'promethee-edit__component', "--column" %>
5
5
  col
6
6
  col-md-{{component.attributes.size}}
7
+ offset-md-{{component.attributes.offset}}
7
8
  col-md-offset-{{component.attributes.offset}}">
8
9
  <div class="promethee-edit__component__inner">
9
10
  <%= render 'promethee/edit/move.remove' %>
@@ -2,6 +2,6 @@
2
2
  size = component[:attributes][:size]
3
3
  offset = component[:attributes][:offset]
4
4
  %>
5
- <div class="col col-md-<%= size %><%= " col-md-offset-#{offset}" if offset > 0 %> <%= promethee_class_for component %>">
5
+ <div class="col col-md-<%= size %><%= " offset-md-#{offset} col-md-offset-#{offset}" if offset > 0 %> <%= promethee_class_for component %>">
6
6
  <%= render 'promethee/show/components', components: component[:children] %>
7
7
  </div>
@@ -4,7 +4,7 @@
4
4
 
5
5
  <div class="row">
6
6
  <div class="col-md-6">
7
- <img ng-src="/promethee/blob/{{component.attributes.image.id}}" class="img-responsive">
7
+ <img ng-src="/promethee/blob/{{component.attributes.image.id}}" class="img-fluid img-responsive">
8
8
  </div>
9
9
  </div>
10
10
 
@@ -4,7 +4,7 @@
4
4
  <div class="row">
5
5
  <div class="col-xs-3">
6
6
  <figure ng-show="component.attributes.image.id">
7
- <img ng-src="{{ component.attributes.image.id ? '/promethee/blob/' + component.attributes.image.id : '#' }}" class="img-responsive">
7
+ <img ng-src="{{ component.attributes.image.id ? '/promethee/blob/' + component.attributes.image.id : '#' }}" class="img-fluid img-responsive">
8
8
  </figure>
9
9
  </div>
10
10
  <div class="col-xs-9">
@@ -2,7 +2,7 @@
2
2
  <%= render 'promethee/edit/move.header', type: 'image' %>
3
3
  <figure ng-show="component.attributes.image.id">
4
4
  <img ng-src="{{ component.attributes.image.id ? '/promethee/blob/' + component.attributes.image.id : '#' }}"
5
- class="img-responsive">
5
+ class="img-fluid img-responsive">
6
6
  <figcaption ng-show="component.attributes.searchable_caption">
7
7
  {{component.attributes.searchable_caption}}
8
8
  </figcaption>
@@ -4,7 +4,7 @@
4
4
 
5
5
  <div class="row">
6
6
  <div class="col-md-6">
7
- <img ng-src="/promethee/blob/{{component.attributes.image.id}}" class="img-responsive">
7
+ <img ng-src="/promethee/blob/{{component.attributes.image.id}}" class="img-fluid img-responsive">
8
8
  </div>
9
9
  </div>
10
10
 
@@ -3,7 +3,7 @@
3
3
  <div class="header">Slider Item</div>
4
4
  <div class="row">
5
5
  <div class="col-xs-12">
6
- <img ng-show="component.attributes.media_type == 'image'" ng-src="{{ component.attributes.image.id ? '/promethee/blob/' + component.attributes.image.id : '#' }}" class="img-responsive">
6
+ <img ng-show="component.attributes.media_type == 'image'" ng-src="{{ component.attributes.image.id ? '/promethee/blob/' + component.attributes.image.id : '#' }}" class="img-fluid img-responsive">
7
7
  <div ng-show="component.attributes.media_type == 'video'" ng-controller="SliderItemVideoController">
8
8
  <div class="embed-responsive embed-responsive-16by9">
9
9
  <iframe ng-if="embed" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="allowfullscreen" ng-src="{{embed | urlSafe}}"></iframe>
@@ -12,7 +12,7 @@
12
12
  "
13
13
  sizes="100vw"
14
14
  alt="<%= alt.html_safe %>"
15
- class="img-responsive"
15
+ class="img-fluid img-responsive"
16
16
  >
17
17
 
18
18
  <% if image_zoomable %>
@@ -1,5 +1,5 @@
1
1
  module Promethee
2
2
  module Rails
3
- VERSION = '1.8.0'
3
+ VERSION = '1.8.1'
4
4
  end
5
5
  end
@@ -1,52 +1,52 @@
1
- {
2
- "name": "@fancyapps/fancybox",
3
- "description": "Touch enabled, responsive and fully customizable jQuery lightbox script",
4
- "version": "3.5.2",
5
- "homepage": "https://fancyapps.com/fancybox/3/",
6
- "main": "dist/jquery.fancybox.js",
7
- "style": "dist/jquery.fancybox.css",
8
- "author": "fancyApps",
9
- "license": "GPL-3.0",
10
- "repository": {
11
- "type": "git",
12
- "url": "git+https://github.com/fancyapps/fancybox.git"
13
- },
14
- "peerDependencies": {
15
- "jquery": ">=1.9.0"
16
- },
17
- "devDependencies": {
18
- "del": "^2.2.2",
19
- "gulp": "^3.9.1",
20
- "gulp-autoprefixer": "^3.1.1",
21
- "gulp-concat": "^2.6.1",
22
- "gulp-cssnano": "^2.1.2",
23
- "gulp-header": "^1.8.8",
24
- "gulp-jshint": "^2.0.4",
25
- "gulp-livereload": "^3.8.1",
26
- "gulp-notify": "^2.2.0",
27
- "gulp-rename": "^1.2.2",
28
- "gulp-replace": "^0.5.4",
29
- "gulp-sass": "^3.0.0",
30
- "gulp-uglify": "^2.0.0",
31
- "gulp-util": "^3.0.8",
32
- "jshint": "^2.9.4"
33
- },
34
- "keywords": [
35
- "touch",
36
- "responsive",
37
- "lightbox",
38
- "fancybox",
39
- "gallery",
40
- "jQuery",
41
- "plugin"
42
- ],
43
- "bugs": {
44
- "url": "https://github.com/fancyapps/fancybox/issues"
45
- },
46
- "directories": {
47
- "doc": "docs"
48
- },
49
- "scripts": {
50
- "test": "echo \"Error: no test specified\" && exit 1"
51
- }
52
- }
1
+ {
2
+ "name": "@fancyapps/fancybox",
3
+ "description": "Touch enabled, responsive and fully customizable jQuery lightbox script",
4
+ "version": "3.5.2",
5
+ "homepage": "https://fancyapps.com/fancybox/3/",
6
+ "main": "dist/jquery.fancybox.js",
7
+ "style": "dist/jquery.fancybox.css",
8
+ "author": "fancyApps",
9
+ "license": "GPL-3.0",
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/fancyapps/fancybox.git"
13
+ },
14
+ "peerDependencies": {
15
+ "jquery": ">=1.9.0"
16
+ },
17
+ "devDependencies": {
18
+ "del": "^2.2.2",
19
+ "gulp": "^3.9.1",
20
+ "gulp-autoprefixer": "^3.1.1",
21
+ "gulp-concat": "^2.6.1",
22
+ "gulp-cssnano": "^2.1.2",
23
+ "gulp-header": "^1.8.8",
24
+ "gulp-jshint": "^2.0.4",
25
+ "gulp-livereload": "^3.8.1",
26
+ "gulp-notify": "^2.2.0",
27
+ "gulp-rename": "^1.2.2",
28
+ "gulp-replace": "^0.5.4",
29
+ "gulp-sass": "^3.0.0",
30
+ "gulp-uglify": "^2.0.0",
31
+ "gulp-util": "^3.0.8",
32
+ "jshint": "^2.9.4"
33
+ },
34
+ "keywords": [
35
+ "touch",
36
+ "responsive",
37
+ "lightbox",
38
+ "fancybox",
39
+ "gallery",
40
+ "jQuery",
41
+ "plugin"
42
+ ],
43
+ "bugs": {
44
+ "url": "https://github.com/fancyapps/fancybox/issues"
45
+ },
46
+ "directories": {
47
+ "doc": "docs"
48
+ },
49
+ "scripts": {
50
+ "test": "echo \"Error: no test specified\" && exit 1"
51
+ }
52
+ }
@@ -1,7 +1,7 @@
1
1
  <section ng-app="sortableApp">
2
2
  <h1>Sortable items</h1>
3
3
  <div ng-controller="sortableController" class="section row">
4
- <div class="col-sm-offset-2 col-sm-4">
4
+ <div class="offset-sm-2 col-sm-offset-2 col-sm-4">
5
5
  <ul ui-sortable="sortableOptions" ng-model="list" class="list">
6
6
  <li ng-repeat="item in list" class="item">{{item.text}}</li>
7
7
  </ul>
@@ -15,7 +15,7 @@
15
15
 
16
16
  <h1>Connected items</h1>
17
17
  <div ng-controller="connectedController" class="section row connectedItemsExample">
18
- <div class="col-sm-offset-2 col-sm-4">
18
+ <div class="offset-sm-2 col-sm-offset-2 col-sm-4">
19
19
  <ul ui-sortable="sortableOptions" ng-model="leftArray" class="list">
20
20
  <li ng-repeat="item in leftArray" class="item">{{item.text}}</li>
21
21
  </ul>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: promethee
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sébastien Gaya
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2018-10-24 00:00:00.000000000 Z
17
+ date: 2018-11-19 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: rails
@@ -447,7 +447,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
447
447
  version: '0'
448
448
  requirements: []
449
449
  rubyforge_project:
450
- rubygems_version: 2.6.11
450
+ rubygems_version: 2.7.6
451
451
  signing_key:
452
452
  specification_version: 4
453
453
  summary: Bring fire to your page