@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/cjs/index.js CHANGED
@@ -1541,7 +1541,7 @@ var CompanyProfileComponent = function (props) {
1541
1541
  !isLoading &&
1542
1542
  companyDetails && (React.createElement(antd.Button, { className: "mg-left-1", type: "primary", onClick: function () { return onNavigateToCompanyEdit(companyDetails); } }, t("common:edit"))))),
1543
1543
  !companyDetails && (React.createElement("div", { className: "content-body" },
1544
- React.createElement(antd.Skeleton, { active: true }))),
1544
+ React.createElement(antd.Skeleton, { active: true, loading: true }))),
1545
1545
  companyDetails && (React.createElement("div", { className: "content-body" },
1546
1546
  React.createElement(antd.Row, { gutter: 16 },
1547
1547
  React.createElement(antd.Col, { md: 24, lg: 8 },
@@ -5019,9 +5019,9 @@ var UserProfileComponent = function (props) {
5019
5019
  onNavigateUpdateUser(organisationDetails, userDetails);
5020
5020
  } }, t("userProfile:edit"))),
5021
5021
  React.createElement(LanguageSelection, { i18n: i18n })))),
5022
- !userDetails ||
5023
- (!organisationDetails && (React.createElement("div", { className: "content-body" },
5024
- React.createElement(antd.Skeleton, { active: true })))),
5022
+ (!userDetails ||
5023
+ (!organisationDetails) && (React.createElement("div", { className: "content-body" },
5024
+ React.createElement(antd.Skeleton, { active: true, loading: true })))),
5025
5025
  userDetails && organisationDetails && (React.createElement("div", { className: "content-body" },
5026
5026
  React.createElement(antd.Row, { gutter: 16 },
5027
5027
  React.createElement(antd.Col, { md: 24, lg: 8 },