@para-ui/core 3.0.70 → 3.0.72

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.
@@ -480,7 +480,7 @@ var TextField = function TextField(props) {
480
480
  children: [jsxs("div", Object.assign({
481
481
  className: "text-field-content-within-input"
482
482
  }, {
483
- children: [renderInputDom(), showText && !isFocus && jsx("span", Object.assign({
483
+ children: [renderInputDom(), !handValue() && jsx("span", Object.assign({
484
484
  className: "text-field-label-placeholder",
485
485
  onClick: clickPlaceholder
486
486
  }, {
package/index.js CHANGED
@@ -22,7 +22,7 @@ export { D as Dropdown } from './_verture/index-77f9e0fb.js';
22
22
  export { default as DynamicMultiBox } from './DynamicMultiBox/index.js';
23
23
  export { default as Empty } from './Empty/index.js';
24
24
  export { default as Form } from './Form/index.js';
25
- export { F as FormItem } from './_verture/index-0e4acd9d.js';
25
+ export { F as FormItem } from './_verture/index-99d40052.js';
26
26
  export { u as FunctionModal, F as FunctionModalProvider, a as useClose } from './_verture/modalContext-626629cf.js';
27
27
  export { default as GlobalContext, changeConfirmLocale, getConfirmLocale } from './GlobalContext/index.js';
28
28
  export { default as Help } from './Help/index.js';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@para-ui/core",
3
3
  "private": false,
4
- "version": "3.0.70",
4
+ "version": "3.0.72",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",
7
7
  "description": "Powered by Para FED",