@bigbinary/neeto-molecules 1.15.0 → 1.15.1

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.
package/dist/MadeWith.js CHANGED
@@ -4,7 +4,7 @@ import React__default from 'react';
4
4
  import { Trans } from 'react-i18next';
5
5
  import { n } from './inject-css-c86de496.js';
6
6
 
7
- var css = ".neeto-molecules-made-with__wrapper{background:#fff;border-radius:4px;color:#000;font-size:14px;font-weight:400;padding:4px 6px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.neeto-molecules-made-with__wrapper strong{font-weight:700}";
7
+ var css = ".neeto-molecules-made-with__wrapper{background:#fff;border-radius:4px;color:#000;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue;font-size:14px;font-weight:400;padding:4px 6px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.neeto-molecules-made-with__wrapper strong{font-weight:700}";
8
8
  n(css,{});
9
9
 
10
10
  var _excluded = ["productName"];
@@ -10,7 +10,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
10
10
 
11
11
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
12
12
 
13
- var css = ".neeto-molecules-made-with__wrapper{background:#fff;border-radius:4px;color:#000;font-size:14px;font-weight:400;padding:4px 6px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.neeto-molecules-made-with__wrapper strong{font-weight:700}";
13
+ var css = ".neeto-molecules-made-with__wrapper{background:#fff;border-radius:4px;color:#000;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue;font-size:14px;font-weight:400;padding:4px 6px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.neeto-molecules-made-with__wrapper strong{font-weight:700}";
14
14
  injectCss.n(css,{});
15
15
 
16
16
  var _excluded = ["productName"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-molecules",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "description": "A package of reusable molecular components for neeto products.",
5
5
  "repository": "git@github.com:bigbinary/neeto-molecules.git",
6
6
  "author": "Amaljith K <amaljith.k@bigbinary.com>",