logalize 0.0.5 → 0.0.7
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 +4 -4
- data/lib/logalize/rails/version.rb +1 -1
- data/vendor/assets/javascripts/logalize.js +17 -75
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 70b7b86c11945b5aa2d09b95e3ff2465b8c2facd
|
4
|
+
data.tar.gz: 160167333330c5191ac543214ef486323c991321
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bcc5ef4d9731324204103407b8a2c9f7f3314f604350e182106101688fcaa66b74ca9703e6c69a3cce265a139136ede5bc864ea4812c662a47e0f746a4978cd2
|
7
|
+
data.tar.gz: d5e42b1d78d9a813bf9ad45a314031235b8292afb8304751877d175b6fa47e3dfbc16cf754428909b2bdc4331c33043328780e775b79ffcccd368058aa76c3de
|
@@ -63,7 +63,7 @@
|
|
63
63
|
/******/ __webpack_require__.p = "";
|
64
64
|
|
65
65
|
/******/ // Load entry module and return exports
|
66
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
66
|
+
/******/ return __webpack_require__(__webpack_require__.s = 6);
|
67
67
|
/******/ })
|
68
68
|
/************************************************************************/
|
69
69
|
/******/ ([
|
@@ -204,9 +204,9 @@ var _namespaceManager = __webpack_require__(3);
|
|
204
204
|
|
205
205
|
var _namespaceManager2 = _interopRequireDefault(_namespaceManager);
|
206
206
|
|
207
|
-
var
|
207
|
+
var _stylesheet = __webpack_require__(4);
|
208
208
|
|
209
|
-
var
|
209
|
+
var _stylesheet2 = _interopRequireDefault(_stylesheet);
|
210
210
|
|
211
211
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
212
212
|
|
@@ -404,7 +404,7 @@ Object.assign(Logalize, {
|
|
404
404
|
if (document.getElementById('logalize-stylesheet')) return;
|
405
405
|
var styleEl = document.createElement('style');
|
406
406
|
styleEl.id = 'logalize-stylesheet';
|
407
|
-
styleEl.innerHTML =
|
407
|
+
styleEl.innerHTML = _stylesheet2.default;
|
408
408
|
document.head.insertBefore(styleEl, document.head.firstChild);
|
409
409
|
},
|
410
410
|
removeStylesFromDOM: function removeStylesFromDOM() {
|
@@ -662,7 +662,7 @@ var _browserAdapter = __webpack_require__(0);
|
|
662
662
|
|
663
663
|
var _browserAdapter2 = _interopRequireDefault(_browserAdapter);
|
664
664
|
|
665
|
-
var _utils = __webpack_require__(
|
665
|
+
var _utils = __webpack_require__(5);
|
666
666
|
|
667
667
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
668
668
|
|
@@ -794,6 +794,18 @@ exports.default = NamespaceManager;
|
|
794
794
|
"use strict";
|
795
795
|
|
796
796
|
|
797
|
+
Object.defineProperty(exports, "__esModule", {
|
798
|
+
value: true
|
799
|
+
});
|
800
|
+
exports.default = "#logalize {\n color: black;\n background-color: transparent;\n border-radius: 0;\n padding: 0;\n margin: 0;\n font-weight: normal;\n font-style: normal;\n display: none; }\n #logalize.badge {\n color: white;\n background-color: black;\n border-radius: 3px;\n padding: 2px;\n margin: 0 2px; }\n #logalize.badge.blue {\n color: white;\n background-color: #61afef; }\n #logalize.badge.orange {\n color: white;\n background-color: #d19a66; }\n #logalize.badge.red {\n color: white;\n background-color: #e06c75; }\n #logalize.badge.green {\n color: white;\n background-color: #98c379; }\n #logalize.badge.cyan {\n color: white;\n background-color: #56b6c2; }\n #logalize.badge.purple {\n color: white;\n background-color: #c678dd; }\n #logalize.badge.focus {\n color: #bada55;\n background: #444; }\n #logalize.blue {\n color: #4078f2; }\n #logalize.orange {\n color: #986801; }\n #logalize.red {\n color: #e45649; }\n #logalize.green {\n color: #50a14f; }\n #logalize.cyan {\n color: #0184bc; }\n #logalize.purple {\n color: #a626a4; }\n #logalize.bold {\n font-weight: bold; }\n #logalize.italic {\n font-style: italic; }\n #logalize.strikethrough {\n text-decoration: line-through; }\n #logalize.underline {\n text-decoration: underline; }\n";
|
801
|
+
|
802
|
+
/***/ }),
|
803
|
+
/* 5 */
|
804
|
+
/***/ (function(module, exports, __webpack_require__) {
|
805
|
+
|
806
|
+
"use strict";
|
807
|
+
|
808
|
+
|
797
809
|
Object.defineProperty(exports, "__esModule", {
|
798
810
|
value: true
|
799
811
|
});
|
@@ -843,78 +855,8 @@ function compareArrays(array1, array2) {
|
|
843
855
|
return true;
|
844
856
|
}
|
845
857
|
|
846
|
-
/***/ }),
|
847
|
-
/* 5 */
|
848
|
-
/***/ (function(module, exports, __webpack_require__) {
|
849
|
-
|
850
|
-
exports = module.exports = __webpack_require__(6)();
|
851
|
-
// imports
|
852
|
-
|
853
|
-
|
854
|
-
// module
|
855
|
-
exports.push([module.i, "#logalize {\n color: black;\n background-color: transparent;\n border-radius: 0;\n padding: 0;\n margin: 0;\n font-weight: normal;\n font-style: normal;\n display: none; }\n #logalize.badge {\n color: white;\n background-color: black;\n border-radius: 3px;\n padding: 2px;\n margin: 0 2px; }\n #logalize.badge.blue {\n color: white;\n background-color: #61afef; }\n #logalize.badge.orange {\n color: white;\n background-color: #d19a66; }\n #logalize.badge.red {\n color: white;\n background-color: #e06c75; }\n #logalize.badge.green {\n color: white;\n background-color: #98c379; }\n #logalize.badge.cyan {\n color: white;\n background-color: #56b6c2; }\n #logalize.badge.purple {\n color: white;\n background-color: #c678dd; }\n #logalize.badge.focus {\n color: #bada55;\n background: #444; }\n #logalize.blue {\n color: #4078f2; }\n #logalize.orange {\n color: #986801; }\n #logalize.red {\n color: #e45649; }\n #logalize.green {\n color: #50a14f; }\n #logalize.cyan {\n color: #0184bc; }\n #logalize.purple {\n color: #a626a4; }\n #logalize.bold {\n font-weight: bold; }\n #logalize.italic {\n font-style: italic; }\n #logalize.strikethrough {\n text-decoration: line-through; }\n #logalize.underline {\n text-decoration: underline; }\n", ""]);
|
856
|
-
|
857
|
-
// exports
|
858
|
-
|
859
|
-
|
860
858
|
/***/ }),
|
861
859
|
/* 6 */
|
862
|
-
/***/ (function(module, exports) {
|
863
|
-
|
864
|
-
/*
|
865
|
-
MIT License http://www.opensource.org/licenses/mit-license.php
|
866
|
-
Author Tobias Koppers @sokra
|
867
|
-
*/
|
868
|
-
// css base code, injected by the css-loader
|
869
|
-
module.exports = function() {
|
870
|
-
var list = [];
|
871
|
-
|
872
|
-
// return the list of modules as css string
|
873
|
-
list.toString = function toString() {
|
874
|
-
var result = [];
|
875
|
-
for(var i = 0; i < this.length; i++) {
|
876
|
-
var item = this[i];
|
877
|
-
if(item[2]) {
|
878
|
-
result.push("@media " + item[2] + "{" + item[1] + "}");
|
879
|
-
} else {
|
880
|
-
result.push(item[1]);
|
881
|
-
}
|
882
|
-
}
|
883
|
-
return result.join("");
|
884
|
-
};
|
885
|
-
|
886
|
-
// import a list of modules into the list
|
887
|
-
list.i = function(modules, mediaQuery) {
|
888
|
-
if(typeof modules === "string")
|
889
|
-
modules = [[null, modules, ""]];
|
890
|
-
var alreadyImportedModules = {};
|
891
|
-
for(var i = 0; i < this.length; i++) {
|
892
|
-
var id = this[i][0];
|
893
|
-
if(typeof id === "number")
|
894
|
-
alreadyImportedModules[id] = true;
|
895
|
-
}
|
896
|
-
for(i = 0; i < modules.length; i++) {
|
897
|
-
var item = modules[i];
|
898
|
-
// skip already imported module
|
899
|
-
// this implementation is not 100% perfect for weird media query combinations
|
900
|
-
// when a module is imported multiple times with different media queries.
|
901
|
-
// I hope this will never occur (Hey this way we have smaller bundles)
|
902
|
-
if(typeof item[0] !== "number" || !alreadyImportedModules[item[0]]) {
|
903
|
-
if(mediaQuery && !item[2]) {
|
904
|
-
item[2] = mediaQuery;
|
905
|
-
} else if(mediaQuery) {
|
906
|
-
item[2] = "(" + item[2] + ") and (" + mediaQuery + ")";
|
907
|
-
}
|
908
|
-
list.push(item);
|
909
|
-
}
|
910
|
-
}
|
911
|
-
};
|
912
|
-
return list;
|
913
|
-
};
|
914
|
-
|
915
|
-
|
916
|
-
/***/ }),
|
917
|
-
/* 7 */
|
918
860
|
/***/ (function(module, exports, __webpack_require__) {
|
919
861
|
|
920
862
|
"use strict";
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logalize
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexander Komarov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-04-08 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Logalize is a Javascript wrapper for browser's developer console.
|
14
14
|
email:
|