oolib 2.120.0 → 2.120.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.
@@ -1,3 +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');
2
+
1
3
  @font-face {
2
4
  font-family: 'noto_sans';
3
5
  src: url('./notosans-bold-webfont.woff2') format('woff2'),
@@ -21,8 +21,17 @@ 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: '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
- 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"])));
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"
26
+ // const serif = css`
27
+ // font-family: 'noto_serif', 'noto_sans_devanagari', 'noto_sans_gu',
28
+ // 'noto_sans_te', 'noto_sans_kn', 'noto_sans_or', sans-serif;
29
+ // `
30
+ // const sansSerif = css`
31
+ // font-family: 'noto_sans', 'noto_sans_devanagari', 'noto_sans_gu',
32
+ // 'noto_sans_te', 'noto_sans_kn', 'noto_sans_or', sans-serif;
33
+ // `
34
+ ])));
26
35
  var fontCss = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n font-weight: ", ";\n font-style: ", ";\n text-decoration: ", ";\n text-transform: ", ";\n color: ", ";\n"], ["\n font-weight: ", ";\n font-style: ", ";\n text-decoration: ", ";\n text-transform: ", ";\n color: ", ";\n"])), function (_a) {
27
36
  var fontWeight = _a.fontWeight;
28
37
  return fontWeight || '';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.120.0",
3
+ "version": "2.120.1",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",