@douyinfe/semi-ui 2.27.0-alpha.1 → 2.27.0-alpha.2

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 (55) hide show
  1. package/dist/css/semi.css +0 -11
  2. package/dist/css/semi.min.css +1 -1
  3. package/lib/cjs/anchor/index.d.ts +1 -1
  4. package/lib/cjs/autoComplete/index.d.ts +1 -1
  5. package/lib/cjs/button/Button.d.ts +2 -2
  6. package/lib/cjs/button/buttonGroup.d.ts +1 -1
  7. package/lib/cjs/button/index.d.ts +2 -2
  8. package/lib/cjs/carousel/index.d.ts +1 -1
  9. package/lib/cjs/datePicker/dateInput.d.ts +1 -1
  10. package/lib/cjs/datePicker/datePicker.d.ts +2 -2
  11. package/lib/cjs/datePicker/monthsGrid.d.ts +1 -1
  12. package/lib/cjs/form/baseForm.d.ts +1 -1
  13. package/lib/cjs/form/field.d.ts +1 -1
  14. package/lib/cjs/input/index.d.ts +1 -1
  15. package/lib/cjs/input/inputGroup.d.ts +1 -1
  16. package/lib/cjs/rating/index.d.ts +1 -1
  17. package/lib/cjs/rating/item.d.ts +1 -1
  18. package/lib/cjs/switch/index.d.ts +1 -1
  19. package/lib/cjs/table/Table.d.ts +2 -2
  20. package/lib/cjs/table/index.d.ts +1 -1
  21. package/lib/cjs/tagInput/index.d.ts +1 -1
  22. package/lib/cjs/timePicker/TimePicker.d.ts +1 -1
  23. package/lib/cjs/timePicker/index.d.ts +1 -1
  24. package/lib/cjs/typography/base.d.ts +1 -1
  25. package/lib/cjs/typography/numeral.d.ts +1 -1
  26. package/lib/cjs/typography/paragraph.d.ts +1 -1
  27. package/lib/cjs/typography/text.d.ts +1 -1
  28. package/lib/cjs/typography/title.d.ts +1 -1
  29. package/lib/es/anchor/index.d.ts +1 -1
  30. package/lib/es/autoComplete/index.d.ts +1 -1
  31. package/lib/es/button/Button.d.ts +2 -2
  32. package/lib/es/button/buttonGroup.d.ts +1 -1
  33. package/lib/es/button/index.d.ts +2 -2
  34. package/lib/es/carousel/index.d.ts +1 -1
  35. package/lib/es/datePicker/dateInput.d.ts +1 -1
  36. package/lib/es/datePicker/datePicker.d.ts +2 -2
  37. package/lib/es/datePicker/monthsGrid.d.ts +1 -1
  38. package/lib/es/form/baseForm.d.ts +1 -1
  39. package/lib/es/form/field.d.ts +1 -1
  40. package/lib/es/input/index.d.ts +1 -1
  41. package/lib/es/input/inputGroup.d.ts +1 -1
  42. package/lib/es/rating/index.d.ts +1 -1
  43. package/lib/es/rating/item.d.ts +1 -1
  44. package/lib/es/switch/index.d.ts +1 -1
  45. package/lib/es/table/Table.d.ts +2 -2
  46. package/lib/es/table/index.d.ts +1 -1
  47. package/lib/es/tagInput/index.d.ts +1 -1
  48. package/lib/es/timePicker/TimePicker.d.ts +1 -1
  49. package/lib/es/timePicker/index.d.ts +1 -1
  50. package/lib/es/typography/base.d.ts +1 -1
  51. package/lib/es/typography/numeral.d.ts +1 -1
  52. package/lib/es/typography/paragraph.d.ts +1 -1
  53. package/lib/es/typography/text.d.ts +1 -1
  54. package/lib/es/typography/title.d.ts +1 -1
  55. package/package.json +8 -8
@@ -36,7 +36,7 @@ export default class Title extends PureComponent<TitleProps> {
36
36
  link: PropTypes.Requireable<NonNullable<boolean | object>>;
37
37
  underline: PropTypes.Requireable<boolean>;
38
38
  strong: PropTypes.Requireable<boolean>;
39
- type: PropTypes.Requireable<"warning" | "success" | "primary" | "tertiary" | "secondary" | "danger" | "quaternary">;
39
+ type: PropTypes.Requireable<"warning" | "success" | "primary" | "secondary" | "tertiary" | "danger" | "quaternary">;
40
40
  heading: PropTypes.Requireable<1 | 2 | 3 | 4 | 6 | 5>;
41
41
  style: PropTypes.Requireable<object>;
42
42
  className: PropTypes.Requireable<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-ui",
3
- "version": "2.27.0-alpha.1",
3
+ "version": "2.27.0-alpha.2",
4
4
  "description": "",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es/index.js",
@@ -17,12 +17,12 @@
17
17
  "lib/*"
18
18
  ],
19
19
  "dependencies": {
20
- "@douyinfe/semi-animation": "2.27.0-alpha.1",
21
- "@douyinfe/semi-animation-react": "2.27.0-alpha.1",
22
- "@douyinfe/semi-foundation": "2.27.0-alpha.1",
23
- "@douyinfe/semi-icons": "2.27.0-alpha.1",
24
- "@douyinfe/semi-illustrations": "2.27.0-alpha.1",
25
- "@douyinfe/semi-theme-default": "2.27.0-alpha.1",
20
+ "@douyinfe/semi-animation": "2.27.0-alpha.2",
21
+ "@douyinfe/semi-animation-react": "2.27.0-alpha.2",
22
+ "@douyinfe/semi-foundation": "2.27.0-alpha.2",
23
+ "@douyinfe/semi-icons": "2.27.0-alpha.2",
24
+ "@douyinfe/semi-illustrations": "2.27.0-alpha.2",
25
+ "@douyinfe/semi-theme-default": "2.27.0-alpha.2",
26
26
  "async-validator": "^3.5.0",
27
27
  "classnames": "^2.2.6",
28
28
  "copy-text-to-clipboard": "^2.1.1",
@@ -69,7 +69,7 @@
69
69
  ],
70
70
  "author": "",
71
71
  "license": "MIT",
72
- "gitHead": "45aa538331cc89a4e1e75f9c8ac9e4dcf59eeb3a",
72
+ "gitHead": "c0cf24387dbafffb2d26f77d2f757ac5238ca0ec",
73
73
  "devDependencies": {
74
74
  "@babel/plugin-proposal-decorators": "^7.15.8",
75
75
  "@babel/plugin-transform-runtime": "^7.15.8",