@1money/component-ui 0.0.52-alpha.2 → 0.0.52-alpha.4

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.
Files changed (34) hide show
  1. package/es/components/Input/Input/Input.css +1 -1
  2. package/es/components/Input/TextArea/TextArea.css +1 -1
  3. package/es/components/Notification/NotificationStatic.js +22 -22
  4. package/es/components/ProForm/ProForm.js +38 -38
  5. package/es/components/ProForm/ProFormDependency.js +5 -5
  6. package/es/components/ProForm/Submitter.js +4 -4
  7. package/es/components/ProForm/core/hooks/useForm.js +101 -101
  8. package/es/components/ProForm/core/useFormItem.js +5 -5
  9. package/es/components/ProForm/hooks/useFieldRequest.js +12 -12
  10. package/es/components/ProForm/layouts/useOverlayForm.js +5 -5
  11. package/es/components/Select/interface.d.ts +2 -2
  12. package/es/components/Select/style/Select.css +2 -2
  13. package/es/components/Select/useSelectShell.js +2 -2
  14. package/es/components/Spinner/Spinner.js +7 -7
  15. package/es/components/Typography/style/Typography.css +4 -8
  16. package/es/index.css +1 -1
  17. package/lib/components/Input/Input/Input.css +1 -1
  18. package/lib/components/Input/TextArea/TextArea.css +1 -1
  19. package/lib/components/Notification/NotificationStatic.js +22 -22
  20. package/lib/components/ProForm/ProForm.js +38 -38
  21. package/lib/components/ProForm/ProFormDependency.js +5 -5
  22. package/lib/components/ProForm/Submitter.js +4 -4
  23. package/lib/components/ProForm/core/hooks/useForm.js +101 -101
  24. package/lib/components/ProForm/core/useFormItem.js +5 -5
  25. package/lib/components/ProForm/hooks/useFieldRequest.js +12 -12
  26. package/lib/components/ProForm/layouts/useOverlayForm.js +5 -5
  27. package/lib/components/Select/interface.d.ts +2 -2
  28. package/lib/components/Select/style/Select.css +2 -2
  29. package/lib/components/Select/useSelectShell.js +2 -2
  30. package/lib/components/Spinner/Spinner.js +7 -7
  31. package/lib/components/Typography/style/Typography.css +4 -8
  32. package/lib/index.css +1 -1
  33. package/package.json +1 -1
  34. package/scripts/mcp-server/index.generated.json +9 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1money/component-ui",
3
- "version": "0.0.52-alpha.2",
3
+ "version": "0.0.52-alpha.4",
4
4
  "description": "React Components based on primereact for 1money front-end projects",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -11696,6 +11696,14 @@
11696
11696
  "description": "",
11697
11697
  "inheritedFrom": null
11698
11698
  },
11699
+ {
11700
+ "name": "labelClassName",
11701
+ "type": "string",
11702
+ "optional": true,
11703
+ "default": null,
11704
+ "description": "",
11705
+ "inheritedFrom": null
11706
+ },
11699
11707
  {
11700
11708
  "name": "info",
11701
11709
  "type": "ReactNode",
@@ -11812,7 +11820,7 @@
11812
11820
  "name": "offset",
11813
11821
  "type": "SelectOffset",
11814
11822
  "optional": true,
11815
- "default": "0",
11823
+ "default": "4",
11816
11824
  "description": "Gap between panel and trigger.",
11817
11825
  "inheritedFrom": null
11818
11826
  },