@pdfme/ui 4.2.4-dev.6 → 4.2.4-dev.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfme/ui",
3
- "version": "4.2.4-dev.6",
3
+ "version": "4.2.4-dev.8",
4
4
  "sideEffects": false,
5
5
  "author": "hand-dot",
6
6
  "license": "MIT",
@@ -110,7 +110,7 @@ const Item = React.memo(
110
110
  {status === undefined ? (
111
111
  value
112
112
  ) : (
113
- <span style={{ display: 'flex', alignItems: 'center' }}>
113
+ <span>
114
114
  <ExclamationCircleOutlined width={15} style={{ marginRight: '0.5rem' }} />
115
115
  {status === 'is-warning' ? i18n('noKeyName') : value}
116
116
  {status === 'is-danger' ? i18n('notUniq') : ''}