acsi-core 0.1.52 → 0.1.53
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/index.css +9 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
display: flex; }
|
|
271
271
|
._kvUpe label {
|
|
272
272
|
font-size: 14px;
|
|
273
|
-
font-weight:
|
|
273
|
+
font-weight: 400; }
|
|
274
274
|
._kvUpe input {
|
|
275
275
|
width: 16px;
|
|
276
276
|
height: 16px;
|
|
@@ -463,4 +463,11 @@
|
|
|
463
463
|
line-height: 24.55px; }
|
|
464
464
|
|
|
465
465
|
._1Bmhs {
|
|
466
|
-
cursor: pointer;
|
|
466
|
+
cursor: pointer;
|
|
467
|
+
width: -moz-fit-content;
|
|
468
|
+
width: fit-content;
|
|
469
|
+
max-width: 100%; }
|
|
470
|
+
._1Bmhs ._CaA-9 {
|
|
471
|
+
width: -moz-fit-content;
|
|
472
|
+
width: fit-content;
|
|
473
|
+
max-width: 100%; }
|
package/dist/index.js
CHANGED
|
@@ -2136,7 +2136,7 @@ var CoreTitleInput = function CoreTitleInput(props) {
|
|
|
2136
2136
|
}));
|
|
2137
2137
|
};
|
|
2138
2138
|
|
|
2139
|
-
var styles$d = {"core-tooltip":"_1Bmhs"};
|
|
2139
|
+
var styles$d = {"core-tooltip":"_1Bmhs","content":"_CaA-9"};
|
|
2140
2140
|
|
|
2141
2141
|
var CoreTooltip = function CoreTooltip(props) {
|
|
2142
2142
|
var id = props.id,
|
|
@@ -2173,7 +2173,7 @@ var CoreTooltip = function CoreTooltip(props) {
|
|
|
2173
2173
|
onMouseEnter: handleMouseEnter,
|
|
2174
2174
|
onMouseLeave: handleMouseLeave
|
|
2175
2175
|
}, React__default.createElement("div", {
|
|
2176
|
-
className: styles$d["
|
|
2176
|
+
className: styles$d["content"]
|
|
2177
2177
|
}, children), content && React__default.createElement(reactstrap.Tooltip, {
|
|
2178
2178
|
target: id,
|
|
2179
2179
|
isOpen: isOpenTooltip,
|