oolib 2.27.8 → 2.27.9
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.
|
@@ -62,9 +62,10 @@ var getPositionStyles = function (position) {
|
|
|
62
62
|
};
|
|
63
63
|
return styles[position];
|
|
64
64
|
};
|
|
65
|
-
var BulletIcon = function () { return (
|
|
66
|
-
|
|
67
|
-
|
|
65
|
+
var BulletIcon = function () { return (
|
|
66
|
+
// line height of SANS_3 is 21px. Dot is 8px tall. so below css (21/2 - 8/2) makes the circle perfectly aligned with the first line
|
|
67
|
+
react_1.default.createElement("div", { style: { fontSize: 0, marginTop: "6.5px" } },
|
|
68
|
+
react_1.default.createElement(comps_1.DisplayIcon, { color: greyColor100, weight: "fill", icon: "Circle", size: 8 }))); };
|
|
68
69
|
var Hints = function (_a) {
|
|
69
70
|
var id = _a.id, hints = _a.hints, title = _a.title, subtitle = _a.subtitle;
|
|
70
71
|
//get the context state
|