oolib 2.121.0 → 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.
@@ -1,4 +1,5 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
1
+
2
+ /* @import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap'); */
2
3
 
3
4
  @font-face {
4
5
  font-family: 'noto_sans';
@@ -21,8 +21,9 @@ var msW = function (n) {
21
21
  };
22
22
  return (0, modularscale_js_1.default)(n, modularscale);
23
23
  };
24
- var serif = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n font-family: 'Jost', 'noto_sans_devanagari', 'noto_sans_gu',\n 'noto_sans_te', 'noto_sans_kn', 'noto_sans_or', sans-serif;\n"], ["\n font-family: 'Jost', 'noto_sans_devanagari', 'noto_sans_gu',\n 'noto_sans_te', 'noto_sans_kn', 'noto_sans_or', sans-serif;\n"])));
25
- var sansSerif = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n font-family: 'IBM Plex Sans', 'noto_sans_devanagari', 'noto_sans_gu',\n 'noto_sans_te', 'noto_sans_kn', 'noto_sans_or', sans-serif;\n"], ["\n font-family: 'IBM Plex Sans', 'noto_sans_devanagari', 'noto_sans_gu',\n 'noto_sans_te', 'noto_sans_kn', 'noto_sans_or', sans-serif;\n"
24
+ //replace with new fonts here.
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"])));
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`
27
28
  // font-family: 'noto_serif', 'noto_sans_devanagari', 'noto_sans_gu',
28
29
  // 'noto_sans_te', 'noto_sans_kn', 'noto_sans_or', sans-serif;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.121.0",
3
+ "version": "2.121.2",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -105,6 +105,6 @@
105
105
  "phosphor-react": "^1.4.1",
106
106
  "react-player": "^2.12.0",
107
107
  "react-virtualized": "^9.22.5",
108
- "recharts": "^2.12.6"
108
+ "recharts": "^2.12.7"
109
109
  }
110
110
  }