@ssa-ui-kit/core 2.18.0 → 2.18.1
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1309,7 +1309,7 @@ const Avatar = /*#__PURE__*/base_default()("div", true ? {
|
|
|
1309
1309
|
size
|
|
1310
1310
|
}) => size, "px;background:", ({
|
|
1311
1311
|
image
|
|
1312
|
-
}) => `url(${image})`, " center no-repeat;" + ( true ? "" : 0));
|
|
1312
|
+
}) => `url(${image})`, " center/contain no-repeat;" + ( true ? "" : 0));
|
|
1313
1313
|
/* harmony default export */ const Avatar_Avatar = (Avatar);
|
|
1314
1314
|
;// external "react"
|
|
1315
1315
|
const external_react_namespaceObject = require("react");
|
|
@@ -14395,7 +14395,7 @@ const Trigger = () => {
|
|
|
14395
14395
|
disabled: disabled,
|
|
14396
14396
|
"data-testid": "daterangepicker",
|
|
14397
14397
|
className: classNames?.trigger?.root,
|
|
14398
|
-
children: [(0,jsx_runtime_namespaceObject.jsx)(FieldLabel, {
|
|
14398
|
+
children: [label && (0,jsx_runtime_namespaceObject.jsx)(FieldLabel, {
|
|
14399
14399
|
htmlFor: lastFocusedElement === 'from' ? nameFrom : nameTo,
|
|
14400
14400
|
className: classNames?.label,
|
|
14401
14401
|
children: label
|