@stokr/components-library 2.3.6-beta.5 → 2.3.6-beta.6

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.
@@ -14,6 +14,6 @@ var _reactTippy = _interopRequireDefault(require("./reactTippy"));
14
14
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
15
  //import 'fomantic-ui-css/semantic.min.css'
16
16
 
17
- var GlobalStyle = (0, _styledComponents.createGlobalStyle)(["", " *,*:before,*:after{box-sizing:border-box;}html,body{margin:0;font-family:'Open Sans';font-size:10px;line-height:1;background-color:", ";}input,select,textarea,button{font-family:'Open Sans';}button{background-color:transparent;border:0;padding:0;cursor:pointer;}select{appearance:none;}select::-ms-expand{display:none;}a{font-weight:normal;color:inherit;&:hover{text-decoration:none;color:inherit;}}::selection{color:", ";background-color:", ";}", " ", ""], _fonts.default, _colors.default.white, _colors.default.white, _colors.default.blue, _semanticUi.default, _reactTippy.default);
17
+ var GlobalStyle = (0, _styledComponents.createGlobalStyle)(["", " *,*:before,*:after{box-sizing:border-box;}html,body{margin:0;font-family:'Open Sans';font-size:16px;line-height:1.5;letter-spacing:0.6px;color:", ";background-color:", ";}input,select,textarea,button{font-family:'Open Sans';}button{background-color:transparent;border:0;padding:0;cursor:pointer;}select{appearance:none;}select::-ms-expand{display:none;}a{font-weight:normal;color:inherit;&:hover{text-decoration:none;color:inherit;}}::selection{color:", ";background-color:", ";}", " ", ""], _fonts.default, _colors.default.black, _colors.default.white, _colors.default.white, _colors.default.blue, _semanticUi.default, _reactTippy.default);
18
18
  var _default = GlobalStyle;
19
19
  exports.default = _default;
@@ -20,7 +20,7 @@ var formatCurrencyValue = function formatCurrencyValue(currency, value) {
20
20
  bitcoin: ['BTC', 8],
21
21
  lbtc: ['LBTC', 8],
22
22
  'lusdt-bfx': ['USDT', 2],
23
- 'lbtc-bfx': ['BTC', 8],
23
+ 'lbtc-bfx': ['LBTC', 8],
24
24
  'btc-bfx': ['BTC', 8],
25
25
  euro: ['EUR', 2],
26
26
  lusdt: ['USDT', 2],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stokr/components-library",
3
- "version": "2.3.6-beta.5",
3
+ "version": "2.3.6-beta.6",
4
4
  "description": "STOKR - Components Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",