@para-ui/core 2.0.13 → 2.0.17

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 (108) hide show
  1. package/AutoBox/index.css +2 -0
  2. package/AutoBox/index.js +3 -3
  3. package/AutoTips/index.css +4 -0
  4. package/AutoTips/index.js +3 -3
  5. package/Breadcrumbs/index.css +2 -0
  6. package/Breadcrumbs/index.js +3 -3
  7. package/Button/index.css +4 -0
  8. package/Button/index.js +3 -3
  9. package/ButtonGroup/index.css +6 -0
  10. package/ButtonGroup/index.js +3 -3
  11. package/Cascader/index.css +2 -0
  12. package/Cascader/index.js +3 -3
  13. package/Checkbox/index.css +2 -0
  14. package/Checkbox/index.js +3 -3
  15. package/CheckboxGroup/index.css +4 -0
  16. package/CheckboxGroup/index.js +3 -3
  17. package/ColorPicker/index.css +2 -0
  18. package/ColorPicker/index.js +1 -1
  19. package/ComboSelect/index.css +28 -0
  20. package/ComboSelect/index.js +3 -3
  21. package/ComboSelect/interface.d.ts +2 -2
  22. package/Container/index.css +2 -0
  23. package/Container/index.js +3 -3
  24. package/DatePicker/index.css +6 -0
  25. package/DatePicker/index.js +3 -3
  26. package/Desktop/index.css +2 -0
  27. package/Desktop/index.js +3 -3
  28. package/Drawer/index.css +2 -0
  29. package/Drawer/index.js +3 -3
  30. package/Form/index.css +26 -0
  31. package/Form/index.d.ts +9 -1
  32. package/Form/index.js +3 -3
  33. package/FormItem/index.css +26 -0
  34. package/FormItem/index.d.ts +9 -1
  35. package/FormItem/index.js +3 -3
  36. package/FunctionModal/index.css +12 -0
  37. package/FunctionModal/index.js +3 -3
  38. package/Help/index.css +4 -0
  39. package/Help/index.js +3 -3
  40. package/IconList/index.css +2 -0
  41. package/IconList/index.js +3 -3
  42. package/InputLang/index.css +12 -0
  43. package/InputLang/index.js +3 -3
  44. package/InputNumber/index.css +10 -0
  45. package/InputNumber/index.js +3 -3
  46. package/Loading/index.css +2 -0
  47. package/Loading/index.js +3 -3
  48. package/Menu/index.css +2 -0
  49. package/Menu/index.js +3 -3
  50. package/Message/index.css +2 -0
  51. package/Message/index.js +3 -3
  52. package/Modal/Confirm/index.d.ts +4 -1
  53. package/Modal/index.css +10 -0
  54. package/Modal/index.js +3 -3
  55. package/MultiBox/index.css +10 -0
  56. package/MultiBox/index.js +3 -3
  57. package/PageHeader/index.css +6 -0
  58. package/PageHeader/index.js +3 -3
  59. package/Pagination/index.css +12 -0
  60. package/Pagination/index.js +3 -3
  61. package/ParauiProvider/index.css +2 -0
  62. package/ParauiProvider/index.js +3 -3
  63. package/PopConfirm/index.css +6 -0
  64. package/PopConfirm/index.js +3 -3
  65. package/Popover/index.js +3 -3
  66. package/Popper/index.js +3 -3
  67. package/Radio/index.css +2 -0
  68. package/Radio/index.js +3 -3
  69. package/RadioGroup/index.css +4 -0
  70. package/RadioGroup/index.js +3 -3
  71. package/Search/index.css +12 -0
  72. package/Search/index.js +3 -3
  73. package/Select/index.css +6 -0
  74. package/Select/index.js +3 -3
  75. package/SingleBox/index.css +10 -0
  76. package/SingleBox/index.js +3 -3
  77. package/Slider/index.css +2 -0
  78. package/Slider/index.js +3 -3
  79. package/Split/index.css +2 -0
  80. package/Split/index.js +3 -3
  81. package/Stepper/index.css +2 -0
  82. package/Stepper/index.js +3 -3
  83. package/Switch/index.css +2 -0
  84. package/Switch/index.d.ts +8 -0
  85. package/Switch/index.js +3 -3
  86. package/Table/index.css +20 -0
  87. package/Table/index.js +3 -3
  88. package/Tabs/index.css +4 -0
  89. package/Tabs/index.js +3 -3
  90. package/TextField/index.css +8 -0
  91. package/TextField/index.js +3 -3
  92. package/TimePicker/index.css +6 -0
  93. package/TimePicker/index.js +3 -3
  94. package/Timeline/index.css +2 -0
  95. package/Timeline/index.js +3 -3
  96. package/ToggleButton/index.css +6 -0
  97. package/ToggleButton/index.js +3 -3
  98. package/Tooltip/index.css +2 -0
  99. package/Tooltip/index.js +3 -3
  100. package/Transfer/index.css +16 -0
  101. package/Transfer/index.js +3 -3
  102. package/Tree/index.css +8 -0
  103. package/Tree/index.js +3 -3
  104. package/Upload/index.css +12 -0
  105. package/Upload/index.js +3 -3
  106. package/index.js +3 -3
  107. package/package.json +4 -3
  108. package/style.css +22 -22
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@para-ui/core",
3
3
  "private": false,
4
- "version": "2.0.13",
4
+ "version": "2.0.17",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",
7
7
  "description": "Powered by Para FED",
@@ -11,10 +11,11 @@
11
11
  "start": "cd .. && npm run dev",
12
12
  "dev": "rimraf ../para-ui-docs/src/@para-ui/core && webpack --watch --mode development",
13
13
  "watch": "concurrently \"rimraf ../para-ui-docs/src/@para-ui/core && webpack --watch --mode development --config=webpack.dev.config.js\" \"tsc -w\"",
14
- "build": "webpack --mode production --config=webpack.config.js",
14
+ "build": "webpack --mode production --config=webpack.config.js && npm run rename:css",
15
15
  "build:docs": "webpack --mode production --config=webpack.config.js --output-path=../para-ui-docs/src/@para-ui/core",
16
16
  "build:cdn": "webpack --config=webpack.cdn.config.js",
17
- "test": "jest"
17
+ "test": "jest",
18
+ "rename:css": "node ./scripts/rename-css.js"
18
19
  },
19
20
  "dependencies": {
20
21
  "@material-ui/core": "4.11.4",