@undp/carbon-library 1.0.32 → 1.0.34

Sign up to get free protection for your applications and to get access to all the features.
package/dist/esm/index.js CHANGED
@@ -1521,7 +1521,7 @@ var CompanyProfileComponent = function (props) {
1521
1521
  !isLoading &&
1522
1522
  companyDetails && (React.createElement(Button, { className: "mg-left-1", type: "primary", onClick: function () { return onNavigateToCompanyEdit(companyDetails); } }, t("common:edit"))))),
1523
1523
  !companyDetails && (React.createElement("div", { className: "content-body" },
1524
- React.createElement(Skeleton, { active: true }))),
1524
+ React.createElement(Skeleton, { active: true, loading: true }))),
1525
1525
  companyDetails && (React.createElement("div", { className: "content-body" },
1526
1526
  React.createElement(Row, { gutter: 16 },
1527
1527
  React.createElement(Col, { md: 24, lg: 8 },
@@ -4999,9 +4999,9 @@ var UserProfileComponent = function (props) {
4999
4999
  onNavigateUpdateUser(organisationDetails, userDetails);
5000
5000
  } }, t("userProfile:edit"))),
5001
5001
  React.createElement(LanguageSelection, { i18n: i18n })))),
5002
- !userDetails ||
5003
- (!organisationDetails && (React.createElement("div", { className: "content-body" },
5004
- React.createElement(Skeleton, { active: true })))),
5002
+ (!userDetails ||
5003
+ (!organisationDetails) && (React.createElement("div", { className: "content-body" },
5004
+ React.createElement(Skeleton, { active: true, loading: true })))),
5005
5005
  userDetails && organisationDetails && (React.createElement("div", { className: "content-body" },
5006
5006
  React.createElement(Row, { gutter: 16 },
5007
5007
  React.createElement(Col, { md: 24, lg: 8 },