oolib 2.237.0 → 2.237.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.
package/dist/icons/index.d.ts
CHANGED
|
@@ -162,6 +162,7 @@ export namespace icons {
|
|
|
162
162
|
export { Textbox };
|
|
163
163
|
export { Cursor };
|
|
164
164
|
export { LockSimple };
|
|
165
|
+
export { LockSimpleOpen };
|
|
165
166
|
export { FlowArrow };
|
|
166
167
|
export { PresentationChart };
|
|
167
168
|
export { ArrowCounterClockwise };
|
|
@@ -401,6 +402,7 @@ import { RobotIcon as Robot } from "@phosphor-icons/react";
|
|
|
401
402
|
import { TextboxIcon as Textbox } from "@phosphor-icons/react";
|
|
402
403
|
import { CursorIcon as Cursor } from "@phosphor-icons/react";
|
|
403
404
|
import { LockSimpleIcon as LockSimple } from "@phosphor-icons/react";
|
|
405
|
+
import { LockSimpleOpenIcon as LockSimpleOpen } from "@phosphor-icons/react";
|
|
404
406
|
import { FlowArrowIcon as FlowArrow } from "@phosphor-icons/react";
|
|
405
407
|
import { PresentationChartIcon as PresentationChart } from "@phosphor-icons/react";
|
|
406
408
|
import { ArrowCounterClockwiseIcon as ArrowCounterClockwise } from "@phosphor-icons/react";
|
package/dist/icons/index.js
CHANGED
|
@@ -167,6 +167,7 @@ exports.icons = {
|
|
|
167
167
|
Textbox: react_1.TextboxIcon,
|
|
168
168
|
Cursor: react_1.CursorIcon,
|
|
169
169
|
LockSimple: react_1.LockSimpleIcon,
|
|
170
|
+
LockSimpleOpen: react_1.LockSimpleOpenIcon,
|
|
170
171
|
FlowArrow: react_1.FlowArrowIcon,
|
|
171
172
|
PresentationChart: react_1.PresentationChartIcon,
|
|
172
173
|
ArrowCounterClockwise: react_1.ArrowCounterClockwiseIcon,
|
|
@@ -19,7 +19,7 @@ var Tag = function (_a) {
|
|
|
19
19
|
var Typo = typo || styled_2.Styled_UI_CAPTION_DF;
|
|
20
20
|
var localize = (0, utilsOolib_1.useLocale)();
|
|
21
21
|
return (react_1.default.createElement(styled_1.StyledTag, { id: id, fill: fill, size: size, icon: icon, onClick: onClick, variant: variant, colors: theme === null || theme === void 0 ? void 0 : theme.colors, style: style },
|
|
22
|
-
badgeColor && react_1.default.createElement("div", { style: { background: badgeColor, width: "1rem", height: "1rem", borderRadius: "50%", marginRight: "0.2rem" } }),
|
|
22
|
+
badgeColor && react_1.default.createElement("div", { style: { background: badgeColor, width: "1rem", height: "1rem", borderRadius: "50%", marginRight: "0.2rem", flexShrink: 0 } }),
|
|
23
23
|
react_1.default.createElement(Typo, { weight: weight },
|
|
24
24
|
" ",
|
|
25
25
|
localize(display),
|