oolib 2.223.2 → 2.224.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.
package/dist/icons/index.d.ts
CHANGED
|
@@ -152,6 +152,7 @@ export namespace icons {
|
|
|
152
152
|
export { ArrowElbowDownLeft };
|
|
153
153
|
export { CaretUpDown };
|
|
154
154
|
export { FunnelSimple };
|
|
155
|
+
export { Question };
|
|
155
156
|
export { OkeGoogleIcon };
|
|
156
157
|
export { LetterH };
|
|
157
158
|
export { IndexIcon };
|
|
@@ -374,6 +375,7 @@ import { ListChecksIcon as ListChecks } from "@phosphor-icons/react";
|
|
|
374
375
|
import { ArrowElbowDownLeftIcon as ArrowElbowDownLeft } from "@phosphor-icons/react";
|
|
375
376
|
import { CaretUpDownIcon as CaretUpDown } from "@phosphor-icons/react";
|
|
376
377
|
import { FunnelSimpleIcon as FunnelSimple } from "@phosphor-icons/react";
|
|
378
|
+
import { QuestionIcon as Question } from "@phosphor-icons/react";
|
|
377
379
|
import { OkeGoogleIcon } from "./custom";
|
|
378
380
|
import { LetterH } from "./custom";
|
|
379
381
|
import { IndexIcon } from "./custom";
|
package/dist/icons/index.js
CHANGED
|
@@ -157,6 +157,7 @@ exports.icons = {
|
|
|
157
157
|
ArrowElbowDownLeft: react_1.ArrowElbowDownLeftIcon,
|
|
158
158
|
CaretUpDown: react_1.CaretUpDownIcon,
|
|
159
159
|
FunnelSimple: react_1.FunnelSimpleIcon,
|
|
160
|
+
Question: react_1.QuestionIcon,
|
|
160
161
|
//custom icons
|
|
161
162
|
OkeGoogleIcon: custom_1.OkeGoogleIcon,
|
|
162
163
|
LetterH: custom_1.LetterH,
|
|
@@ -47,7 +47,7 @@ var isElementInViewport = function (el) {
|
|
|
47
47
|
rect.right <= (window.innerWidth || document.documentElement.clientWidth));
|
|
48
48
|
};
|
|
49
49
|
exports.isElementInViewport = isElementInViewport;
|
|
50
|
-
exports.ellipsis = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n"], ["\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n"])));
|
|
50
|
+
exports.ellipsis = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n\n .-locale-hi- & {\n padding-block: 1px;\n }\n"], ["\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n\n .-locale-hi- & {\n padding-block: 1px;\n }\n"])));
|
|
51
51
|
/**
|
|
52
52
|
* Generates a CSS rule to clamp the number of lines of text displayed.
|
|
53
53
|
*
|
|
@@ -30,5 +30,5 @@ exports.StyledListItemWrapper = styled_components_1.default.li(templateObject_1
|
|
|
30
30
|
return "".concat(grey10);
|
|
31
31
|
});
|
|
32
32
|
exports.StyledRightSection = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n margin-top: 0.1rem;\n display: flex;\n gap: 0.5rem;\n align-self: flex-start;\n justify-content: space-between;\n"], ["\n margin-top: 0.1rem;\n display: flex;\n gap: 0.5rem;\n align-self: flex-start;\n justify-content: space-between;\n"])));
|
|
33
|
-
exports.StyledWrapper = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n ", "\n
|
|
33
|
+
exports.StyledWrapper = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), mixins_1.ellipsis);
|
|
34
34
|
var templateObject_1, templateObject_2, templateObject_3;
|