@antscorp/antsomi-ui 1.3.5-beta.359 → 1.3.5-beta.360

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.
@@ -30,7 +30,7 @@ export const PopoverWrapper = styled.div `
30
30
  height: calc(100% - ${HEADER_HEIGHT + 15}px);
31
31
  transition: visibility 0s, opacity 0.2s ease-out;
32
32
  z-index: 10;
33
- padding: 20px;
33
+ padding: 10px;
34
34
  box-sizing: border-box;
35
35
  `;
36
36
  export const FeatureMenuWrapper = styled(Flex) `
@@ -102,7 +102,7 @@ export const Layout = memo(props => {
102
102
  p_f_longdatetime: "dd MMMM 'at' HH:mm:ss",
103
103
  embeddedData: {},
104
104
  INSIGHT_U_OGS: 'uogs',
105
- } }) }), accountSharingConfig: Object.assign(Object.assign({}, headerProps === null || headerProps === void 0 ? void 0 : headerProps.accountSharingConfig), { u_ogs: 'uogs', appCode: 'APP_CUSTOMER_360' }), accountSelection: Object.assign(Object.assign({}, headerProps === null || headerProps === void 0 ? void 0 : headerProps.accountSelection), { currentAccount: auth === null || auth === void 0 ? void 0 : auth.accountId, show: !!((_b = headerProps === null || headerProps === void 0 ? void 0 : headerProps.accountSelection) === null || _b === void 0 ? void 0 : _b.show) && showAccountSelection }) }));
105
+ } }) }), accountSharingConfig: Object.assign(Object.assign({}, headerProps === null || headerProps === void 0 ? void 0 : headerProps.accountSharingConfig), { u_ogs: 'uogs', appCode: 'APP_CUSTOMER_360' }), accountSelection: Object.assign(Object.assign({}, headerProps === null || headerProps === void 0 ? void 0 : headerProps.accountSelection), { show: !!((_b = headerProps === null || headerProps === void 0 ? void 0 : headerProps.accountSelection) === null || _b === void 0 ? void 0 : _b.show) && showAccountSelection }) }));
106
106
  }, [headerProps, iamDomain, permissionDomain, showAccountSelection]);
107
107
  const mergeHeaderProps = useDeepCompareMemo(() => merge(cloneDeep(initialHeaderProps), header), [initialHeaderProps, header]);
108
108
  const _c = useDeepCompareMemo(() => merge(cloneDeep(contentWrapperProps), cloneDeep(contentWrapper)), [contentWrapperProps, contentWrapper]), { noPadding } = _c, mergeContentWrapperProps = __rest(_c, ["noPadding"]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.359",
3
+ "version": "1.3.5-beta.360",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",