effective_bootstrap 0.9.32 → 0.9.33
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: 552e12e8fece400c8da24ef107725748d4713812251be90b0f3bb90706e69588
|
4
|
+
data.tar.gz: 6ffc0440fafb987b757e2327ac3062cdb648d8a2a9a7d782c6fabc7dda3f9636
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa4606cb5a27d5eb075e36a9142b2d309d549d844c9c025af0203c18c748a652f69d56f704b9f26b4662952ff00a19980a77a6ad23a680619caa8c64a8fe091c
|
7
|
+
data.tar.gz: d26bef35b1425d849b355e5dbd501270936d56cc494be742e322b15ddea0dcdc2de6334fc3eadb958db6655940409628de967747e57de31f07555fa20328b83b
|
@@ -40,7 +40,7 @@ module Effective
|
|
40
40
|
'12': 'col-sm-12'
|
41
41
|
}
|
42
42
|
},
|
43
|
-
plugins: ['blockcode', 'imageposition', 'imageresize', 'inlineformat', 'removeformat', 'reorder', 'style'],
|
43
|
+
plugins: ['blockcode', 'cellcolor', 'imageposition', 'imageresize', 'inlineformat', 'removeformat', 'reorder', 'style'],
|
44
44
|
quote: {
|
45
45
|
template: '<blockquote><p></p></blockquote>'
|
46
46
|
},
|
@@ -51,6 +51,17 @@ module Effective
|
|
51
51
|
'small': { title: 'Small', classname: 'table-sm' },
|
52
52
|
'striped': { title: 'Striped', classname: 'table-striped' },
|
53
53
|
}
|
54
|
+
},
|
55
|
+
cellcolors: {
|
56
|
+
'primary': { title: 'Primary', classname: 'table-primary' },
|
57
|
+
'secondary': { title: 'Secondary', classname: 'table-secondary' },
|
58
|
+
'active': { title: 'Active', classname: 'table-active' },
|
59
|
+
'success': { title: 'Success', classname: 'table-success' },
|
60
|
+
'danger': { title: 'Danger', classname: 'table-danger' },
|
61
|
+
'warning': { title: 'Warning', classname: 'table-warning' },
|
62
|
+
'info': { title: 'Info', classname: 'table-info' },
|
63
|
+
'light': { title: 'Light', classname: 'table-light' },
|
64
|
+
'dark': { title: 'Dark', classname: 'table-dark' }
|
54
65
|
}
|
55
66
|
}
|
56
67
|
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.
|
4
|
+
version: 0.9.33
|
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-06-
|
11
|
+
date: 2021-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|