oolib 2.10.2 → 2.11.0

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.
Files changed (61) hide show
  1. package/dist/components/Banners/index.d.ts +8 -0
  2. package/dist/components/Banners/index.js +73 -0
  3. package/dist/components/Banners/index.styled.d.ts +5 -0
  4. package/dist/components/Banners/index.styled.js +45 -0
  5. package/dist/components/BlockLabel/index.js +1 -3
  6. package/dist/components/Breadcrumbs/index.js +2 -2
  7. package/dist/components/Breadcrumbs/index.styled.js +1 -1
  8. package/dist/components/Buttons/index.styled.js +50 -49
  9. package/dist/components/InlineAlert/index.js +4 -2
  10. package/dist/components/Loader/index.styled.js +4 -3
  11. package/dist/components/OKELink/index.d.ts +16 -0
  12. package/dist/components/OKELink/index.js +49 -0
  13. package/dist/components/OKELink/styled.d.ts +1 -0
  14. package/dist/components/OKELink/styled.js +33 -0
  15. package/dist/components/OKELink/utils/index.d.ts +6 -0
  16. package/dist/components/OKELink/utils/index.js +20 -0
  17. package/dist/components/Section/index.styled.js +2 -2
  18. package/dist/components/TabBar/index.d.ts +10 -0
  19. package/dist/components/TabBar/index.js +34 -0
  20. package/dist/components/TabBar/styled.d.ts +5 -0
  21. package/dist/components/TabBar/styled.js +68 -0
  22. package/dist/components/Tags/index.styled.js +15 -15
  23. package/dist/components/ToggleButton/index.d.ts +2 -0
  24. package/dist/components/ToggleButton/index.js +59 -0
  25. package/dist/components/ToggleButton/styled.d.ts +3 -0
  26. package/dist/components/ToggleButton/styled.js +51 -0
  27. package/dist/components/Tooltip/index.d.ts +6 -0
  28. package/dist/components/Tooltip/index.js +36 -0
  29. package/dist/components/Tooltip/styled.d.ts +4 -0
  30. package/dist/components/Tooltip/styled.js +60 -0
  31. package/dist/components/Tooltip/util/index.d.ts +3 -0
  32. package/dist/components/Tooltip/util/index.js +42 -0
  33. package/dist/components/UserRoleBadge/index.d.ts +8 -0
  34. package/dist/components/UserRoleBadge/index.js +27 -0
  35. package/dist/globalStyles/index.js +1 -1
  36. package/dist/icons/custom/index.d.ts +17 -0
  37. package/dist/icons/custom/index.js +82 -0
  38. package/dist/icons/index.d.ts +12 -6
  39. package/dist/icons/index.js +9 -13
  40. package/dist/index.d.ts +6 -0
  41. package/dist/index.js +10 -1
  42. package/dist/themes/mixins/index.d.ts +1 -3
  43. package/dist/themes/mixins/index.js +1 -3
  44. package/dist/themes/mixins/transitions.d.ts +1 -3
  45. package/dist/themes/mixins/transitions.js +8 -8
  46. package/dist/themes/typo.js +29 -28
  47. package/dist/utils/index.d.ts +1 -0
  48. package/dist/utils/index.js +10 -1
  49. package/dist/utilsOolib/index.d.ts +4 -4
  50. package/dist/utilsOolib/index.js +10 -10
  51. package/package.json +4 -4
  52. package/dist/icons/IndexIcon.d.ts +0 -1
  53. package/dist/icons/IndexIcon.js +0 -13
  54. package/dist/icons/LangIcon.d.ts +0 -5
  55. package/dist/icons/LangIcon.js +0 -18
  56. package/dist/icons/LetterH.d.ts +0 -5
  57. package/dist/icons/LetterH.js +0 -15
  58. package/dist/icons/LetterP.d.ts +0 -5
  59. package/dist/icons/LetterP.js +0 -13
  60. package/dist/icons/OkeGoogleIcon.d.ts +0 -2
  61. package/dist/icons/OkeGoogleIcon.js +0 -41
@@ -1,18 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- var react_1 = __importDefault(require("react"));
7
- var themes_1 = require("../themes");
8
- var LanguageIcon = function (_a) {
9
- var _b = _a.color, color = _b === void 0 ? themes_1.colors.greyColor100 : _b, _c = _a.size, size = _c === void 0 ? 20 : _c;
10
- return (react_1.default.createElement("svg", { width: size, height: size, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
11
- react_1.default.createElement("path", { d: "M7.96924 10.0556C9.06013 10.0556 9.94447 9.25962 9.94447 8.27778C9.94447 7.29594 9.06013 6.5 7.96924 6.5C7.32302 6.5 6.74928 6.77931 6.38892 7.21111", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
12
- react_1.default.createElement("path", { d: "M7.82804 10.0557C8.9969 10.0557 9.94444 10.8516 9.94444 11.8334C9.94444 12.8153 8.9969 13.6112 7.82804 13.6112C6.64286 13.6112 5.78219 12.426 5.5 11.8334", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
13
- react_1.default.createElement("path", { d: "M8.16666 9.05566C7.61438 9.05566 7.16666 9.50338 7.16666 10.0557C7.16666 10.6079 7.61438 11.0557 8.16666 11.0557V9.05566ZM11.7222 11.0557C12.2745 11.0557 12.7222 10.6079 12.7222 10.0557C12.7222 9.50338 12.2745 9.05566 11.7222 9.05566V11.0557ZM8.16666 11.0557H11.7222V9.05566H8.16666V11.0557Z", fill: color }),
14
- react_1.default.createElement("path", { d: "M11.5 5.5C10.9477 5.5 10.5 5.94772 10.5 6.5C10.5 7.05228 10.9477 7.5 11.5 7.5V5.5ZM14.1667 7.5C14.719 7.5 15.1667 7.05228 15.1667 6.5C15.1667 5.94772 14.719 5.5 14.1667 5.5V7.5ZM11.5 7.5H14.1667V5.5H11.5V7.5Z", fill: color }),
15
- react_1.default.createElement("path", { d: "M14 6.5C14 5.94772 13.5523 5.5 13 5.5C12.4477 5.5 12 5.94772 12 6.5L14 6.5ZM12 13.6111C12 14.1634 12.4477 14.6111 13 14.6111C13.5523 14.6111 14 14.1634 14 13.6111L12 13.6111ZM12 6.5L12 13.6111L14 13.6111L14 6.5L12 6.5Z", fill: color }),
16
- react_1.default.createElement("circle", { cx: "10", cy: "10", r: "9", stroke: color, strokeWidth: "2" })));
17
- };
18
- exports.default = LanguageIcon;
@@ -1,5 +0,0 @@
1
- export default LetterH;
2
- declare function LetterH({ role, size }: {
3
- role: any;
4
- size: any;
5
- }): JSX.Element;
@@ -1,15 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- var react_1 = __importDefault(require("react"));
7
- var LetterH = function (_a) {
8
- var role = _a.role, size = _a.size;
9
- return (react_1.default.createElement("svg", { role: role, xmlns: "http://www.w3.org/2000/svg", className: "icon icon-tabler icon-tabler-letter-h", width: size + 2, height: size + 2, viewBox: "0 0 256 256", strokeWidth: "24", stroke: "currentColor", fill: "none", strokeLinejoin: "round" },
10
- react_1.default.createElement("path", { stroke: "none", d: "M0 0h24v24H0z" }),
11
- react_1.default.createElement("line", { x1: "70", y1: "50", x2: "70", y2: "190", "stroke-linecap": "round", "stroke-linejoin": "round" }),
12
- react_1.default.createElement("line", { x1: "170", y1: "116", x2: "70", y2: "116", "stroke-linecap": "round", "stroke-linejoin": "round" }),
13
- react_1.default.createElement("line", { x1: "180", y1: "50", x2: "180", y2: "190", "stroke-linecap": "round", "stroke-linejoin": "round" })));
14
- };
15
- exports.default = LetterH;
@@ -1,5 +0,0 @@
1
- export default LetterP;
2
- declare function LetterP({ role, size }: {
3
- role: any;
4
- size: any;
5
- }): JSX.Element;
@@ -1,13 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- var react_1 = __importDefault(require("react"));
7
- var LetterP = function (_a) {
8
- var role = _a.role, size = _a.size;
9
- return (react_1.default.createElement("svg", { role: role, xmlns: "http://www.w3.org/2000/svg", className: "icon icon-tabler icon-tabler-letter-p", width: size, height: size + size * 0.33, viewBox: "0 0 ".concat(size + size * 0.33, " ").concat(size), strokeWidth: "2.5", stroke: "currentColor", fill: "none", strokeLinecap: "round", strokeLinejoin: "round" },
10
- react_1.default.createElement("path", { stroke: "none", d: "M0 0h24v24H0z" }),
11
- react_1.default.createElement("path", { d: "M7 20v-16h5.5a4 4 0 0 1 0 9h-5.5" })));
12
- };
13
- exports.default = LetterP;
@@ -1,2 +0,0 @@
1
- export default OkeGoogleIcon;
2
- declare function OkeGoogleIcon(props: any): JSX.Element;
@@ -1,41 +0,0 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
12
- };
13
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
- if (k2 === undefined) k2 = k;
15
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
16
- }) : (function(o, m, k, k2) {
17
- if (k2 === undefined) k2 = k;
18
- o[k2] = m[k];
19
- }));
20
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
21
- Object.defineProperty(o, "default", { enumerable: true, value: v });
22
- }) : function(o, v) {
23
- o["default"] = v;
24
- });
25
- var __importStar = (this && this.__importStar) || function (mod) {
26
- if (mod && mod.__esModule) return mod;
27
- var result = {};
28
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
29
- __setModuleDefault(result, mod);
30
- return result;
31
- };
32
- Object.defineProperty(exports, "__esModule", { value: true });
33
- var React = __importStar(require("react"));
34
- function OkeGoogleIcon(props) {
35
- return (React.createElement("svg", __assign({ width: 18, height: 18, viewBox: "0 0 18 18", fill: "none" }, props),
36
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.64 9.205c0-.639-.057-1.252-.164-1.841H9v3.481h4.844a4.14 4.14 0 01-1.796 2.716v2.258h2.908c1.702-1.566 2.684-3.874 2.684-6.614z", fill: "#4285F4" }),
37
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 18c2.43 0 4.467-.806 5.956-2.18l-2.908-2.259c-.806.54-1.837.86-3.048.86-2.344 0-4.328-1.584-5.036-3.711H.957v2.332A8.997 8.997 0 009 18z", fill: "#34A853" }),
38
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.964 10.71A5.41 5.41 0 013.682 9c0-.593.102-1.17.282-1.71V4.958H.957A8.996 8.996 0 000 9c0 1.452.348 2.827.957 4.042l3.007-2.332z", fill: "#FBBC05" }),
39
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 3.58c1.321 0 2.508.454 3.44 1.345l2.582-2.58C13.463.891 11.426 0 9 0A8.997 8.997 0 00.957 4.958L3.964 7.29C4.672 5.163 6.656 3.58 9 3.58z", fill: "#EA4335" })));
40
- }
41
- exports.default = OkeGoogleIcon;