oolib 2.121.1 → 2.121.2

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.
@@ -21,6 +21,7 @@ var msW = function (n) {
21
21
  };
22
22
  return (0, modularscale_js_1.default)(n, modularscale);
23
23
  };
24
+ //replace with new fonts here.
24
25
  var serif = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n font-family: 'noto_serif', 'noto_sans_devanagari', 'noto_sans_gu',\n 'noto_sans_te', 'noto_sans_kn', 'noto_sans_or', sans-serif;\n"], ["\n font-family: 'noto_serif', 'noto_sans_devanagari', 'noto_sans_gu',\n 'noto_sans_te', 'noto_sans_kn', 'noto_sans_or', sans-serif;\n"])));
25
26
  var sansSerif = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n font-family: 'noto_sans', 'noto_sans_devanagari', 'noto_sans_gu',\n 'noto_sans_te', 'noto_sans_kn', 'noto_sans_or', sans-serif;\n"], ["\n font-family: 'noto_sans', 'noto_sans_devanagari', 'noto_sans_gu',\n 'noto_sans_te', 'noto_sans_kn', 'noto_sans_or', sans-serif;\n"
26
27
  // const serif = css`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.121.1",
3
+ "version": "2.121.2",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",