@antscorp/antsomi-ui 1.3.5-beta.621 → 1.3.5-beta.623

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.
@@ -44,5 +44,5 @@ export const AccountListing = React.forwardRef((props, ref) => {
44
44
  accountData.filter(account => !(recentData === null || recentData === void 0 ? void 0 : recentData.value.includes(account.userId)) &&
45
45
  searchStringQuery(account.userName, searchValue)).map(account => (React.createElement(AccountItem, { key: account.userId, userName: account.userName, userId: account.userId, onClick: handleSelectAccount, isSelected: +currentAccount === account.userId })))))),
46
46
  showAllAccount ? (React.createElement(Text, { className: `all-account ${isAllAccount ? 'is-selected' : ''}`, onClick: () => handleSelectAccount('all') },
47
- React.createElement("strong", null, "All account"))) : null));
47
+ React.createElement("strong", null, "All accounts"))) : null));
48
48
  });
@@ -31,7 +31,7 @@ export const AccountSelection = props => {
31
31
  useEffect(() => {
32
32
  var _a;
33
33
  const newLabel = currentAccount === 'all'
34
- ? 'All account'
34
+ ? 'All accounts'
35
35
  : ((_a = accountData === null || accountData === void 0 ? void 0 : accountData.find(account => account.userId === +currentAccount)) === null || _a === void 0 ? void 0 : _a.userName) || '';
36
36
  setInputLabel(newLabel);
37
37
  }, [currentAccount, accountData]);
@@ -42,7 +42,12 @@ export const HeaderV2Styled = styled.div `
42
42
  .title-container {
43
43
  flex: 1;
44
44
  min-width: 0;
45
- height: 37px;
45
+ &:has(.header-breadcrumbs) {
46
+ height: 37px;
47
+ }
48
+ input.antsomi-input {
49
+ height: 23px;
50
+ }
46
51
  }
47
52
  }
48
53
 
@@ -98,6 +98,9 @@ export const CustomLabelStyled = styled.div `
98
98
  span:nth-child(2) {
99
99
  flex: 1 1 0%;
100
100
  overflow: auto;
101
+ & > span {
102
+ vertical-align: middle;
103
+ }
101
104
  }
102
105
  }
103
106
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.621",
3
+ "version": "1.3.5-beta.623",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",