@antscorp/antsomi-ui 1.3.5-beta.981 → 1.3.5-beta.983

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.
@@ -43,10 +43,9 @@ export const DisplayFormatSettings = props => {
43
43
  if (displayFormatType === 'datetime') {
44
44
  formatDFValue = formatDatetimeDF(DATE_TIME_EXAMPLE, settings);
45
45
  }
46
- return (_jsxs("div", { className: "ants-flex ants-items-center ants-gap-2 ant-flex-row", style: {
46
+ return (_jsxs("div", { className: "ants-flex ants-items-center ant-flex-row", style: {
47
47
  display: 'flex',
48
48
  alignItems: 'center',
49
- gap: '8px',
50
49
  marginBottom: '5px',
51
50
  flexShrink: 0,
52
51
  width: '100%',
@@ -64,7 +63,7 @@ export const DisplayFormatSettings = props => {
64
63
  whiteSpace: 'nowrap',
65
64
  flexShrink: 0,
66
65
  width: '100%',
67
- maxWidth: displayFormatType === 'datetime' ? '100%' : 'calc(98% + 1px)',
66
+ maxWidth: displayFormatType === 'datetime' ? '100%' : 'calc(100% - 2.5px)',
68
67
  }, suffixCount: 7, tooltip: true, children: formatDFValue }), _jsx(Button, { disabled: disabled, size: "small", icon: _jsx(EditIcon, { width: 16, height: 16, color: "#005EB8" }), className: "ants-border-none", style: {
69
68
  backgroundColor: showDetailEdit ? '#DEEFFE' : 'transparent',
70
69
  border: 'none',
@@ -208,7 +208,7 @@ export const MatchesAnyWrapper = styled(props => _jsx(Flex, { ...props })) `
208
208
 
209
209
  &.load-more-node {
210
210
  overflow: hidden;
211
- height: 0px !important;
211
+ height: 5px !important;
212
212
  padding: 0px !important;
213
213
  }
214
214
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.981",
3
+ "version": "1.3.5-beta.983",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",