@oceanbase/design 0.4.16 → 0.4.18

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 (80) hide show
  1. package/dist/design.min.js +1 -1
  2. package/es/card/style/index.js +4 -2
  3. package/es/form/FormItem.d.ts +1 -0
  4. package/es/form/FormItem.js +1 -0
  5. package/es/input-number/index.d.ts +2 -1
  6. package/es/locale/ja-JP.d.ts +3 -0
  7. package/es/locale/ja-JP.js +28 -0
  8. package/es/table/index.d.ts +2 -2
  9. package/es/table/style/index.js +1 -3
  10. package/es/tabs/index.d.ts +8 -6
  11. package/es/tabs/index.js +10 -7
  12. package/es/tabs/style/index.js +2 -3
  13. package/es/typography/style/index.js +2 -6
  14. package/lib/alert/index.js +7 -6
  15. package/lib/badge/index.js +21 -18
  16. package/lib/button/index.js +2 -1
  17. package/lib/card/index.js +9 -5
  18. package/lib/card/style/index.js +9 -1
  19. package/lib/checkbox/index.js +2 -1
  20. package/lib/config-provider/DefaultRenderEmpty.js +4 -3
  21. package/lib/config-provider/index.js +20 -16
  22. package/lib/descriptions/hooks/useItems.js +5 -4
  23. package/lib/descriptions/index.js +3 -2
  24. package/lib/drawer/index.js +38 -29
  25. package/lib/dropdown/dropdown-button.js +3 -13
  26. package/lib/dropdown/index.js +2 -2
  27. package/lib/empty/colored.js +413 -327
  28. package/lib/empty/database.js +267 -222
  29. package/lib/empty/default.js +16 -21
  30. package/lib/empty/guide.js +201 -184
  31. package/lib/empty/index.js +23 -17
  32. package/lib/form/FormItem.d.ts +1 -0
  33. package/lib/form/FormItem.js +15 -5
  34. package/lib/form/index.js +6 -3
  35. package/lib/grid/col.js +2 -1
  36. package/lib/grid/row.js +2 -1
  37. package/lib/input/Input.js +3 -2
  38. package/lib/input/Password.js +3 -2
  39. package/lib/input/Search.js +3 -2
  40. package/lib/input/TextArea.js +3 -2
  41. package/lib/input-number/index.d.ts +2 -1
  42. package/lib/input-number/index.js +2 -1
  43. package/lib/list/index.js +3 -2
  44. package/lib/locale/ja-JP.d.ts +3 -0
  45. package/lib/locale/ja-JP.js +60 -0
  46. package/lib/lottie/index.js +2 -1
  47. package/lib/modal/Modal.js +7 -3
  48. package/lib/modal/Progress.js +9 -5
  49. package/lib/radio/index.js +2 -1
  50. package/lib/result/403.js +156 -121
  51. package/lib/result/404.js +328 -267
  52. package/lib/result/500.js +295 -257
  53. package/lib/result/Error.js +127 -99
  54. package/lib/result/Processing.js +246 -213
  55. package/lib/result/Success.js +233 -169
  56. package/lib/result/Warning.js +611 -515
  57. package/lib/result/index.js +10 -9
  58. package/lib/segmented/index.js +8 -4
  59. package/lib/select/index.js +2 -1
  60. package/lib/slider/index.js +2 -1
  61. package/lib/space/index.js +2 -1
  62. package/lib/spin/index.js +5 -4
  63. package/lib/switch/index.js +2 -1
  64. package/lib/table/index.d.ts +2 -2
  65. package/lib/table/index.js +44 -31
  66. package/lib/table/style/index.js +2 -4
  67. package/lib/tabs/index.d.ts +8 -6
  68. package/lib/tabs/index.js +73 -62
  69. package/lib/tabs/style/index.js +6 -4
  70. package/lib/tag/index.js +9 -5
  71. package/lib/tooltip/MouseTooltip.js +43 -39
  72. package/lib/tooltip/ReactStickyMouseTooltip.js +5 -4
  73. package/lib/tooltip/index.js +14 -10
  74. package/lib/tree-select/index.js +2 -1
  75. package/lib/typography/Link.js +5 -4
  76. package/lib/typography/Paragraph.js +5 -4
  77. package/lib/typography/Text.js +5 -4
  78. package/lib/typography/Title.js +5 -4
  79. package/lib/typography/style/index.js +2 -9
  80. package/package.json +8 -8

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.