@douyinfe/semi-ui 2.38.3-alpha.2-path-settimeout → 2.38.3-alpha.2-spin

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 +45 -2
  2. package/dist/css/semi.min.css +1 -1
  3. package/dist/umd/semi-ui.js +14 -51
  4. package/dist/umd/semi-ui.js.map +1 -1
  5. package/dist/umd/semi-ui.min.js +1 -1
  6. package/dist/umd/semi-ui.min.js.map +1 -1
  7. package/lib/cjs/anchor/index.d.ts +1 -1
  8. package/lib/cjs/autoComplete/index.d.ts +1 -1
  9. package/lib/cjs/button/Button.d.ts +1 -1
  10. package/lib/cjs/button/buttonGroup.d.ts +1 -1
  11. package/lib/cjs/button/index.d.ts +1 -1
  12. package/lib/cjs/datePicker/dateInput.d.ts +1 -1
  13. package/lib/cjs/datePicker/datePicker.d.ts +2 -2
  14. package/lib/cjs/datePicker/monthsGrid.d.ts +1 -1
  15. package/lib/cjs/datePicker/yearAndMonth.d.ts +1 -1
  16. package/lib/cjs/form/baseForm.d.ts +1 -1
  17. package/lib/cjs/form/field.d.ts +1 -1
  18. package/lib/cjs/input/index.d.ts +1 -1
  19. package/lib/cjs/input/inputGroup.d.ts +1 -1
  20. package/lib/cjs/modal/confirm.d.ts +18 -18
  21. package/lib/cjs/rating/index.d.ts +1 -1
  22. package/lib/cjs/rating/item.d.ts +1 -1
  23. package/lib/cjs/spin/icon.js +14 -51
  24. package/lib/cjs/switch/index.d.ts +1 -1
  25. package/lib/cjs/table/Table.d.ts +2 -2
  26. package/lib/cjs/table/index.d.ts +1 -1
  27. package/lib/cjs/tagInput/index.d.ts +1 -1
  28. package/lib/cjs/timePicker/TimePicker.d.ts +1 -1
  29. package/lib/cjs/timePicker/index.d.ts +1 -1
  30. package/lib/cjs/typography/title.d.ts +1 -1
  31. package/lib/es/anchor/index.d.ts +1 -1
  32. package/lib/es/autoComplete/index.d.ts +1 -1
  33. package/lib/es/button/Button.d.ts +1 -1
  34. package/lib/es/button/buttonGroup.d.ts +1 -1
  35. package/lib/es/button/index.d.ts +1 -1
  36. package/lib/es/datePicker/dateInput.d.ts +1 -1
  37. package/lib/es/datePicker/datePicker.d.ts +2 -2
  38. package/lib/es/datePicker/monthsGrid.d.ts +1 -1
  39. package/lib/es/datePicker/yearAndMonth.d.ts +1 -1
  40. package/lib/es/form/baseForm.d.ts +1 -1
  41. package/lib/es/form/field.d.ts +1 -1
  42. package/lib/es/input/index.d.ts +1 -1
  43. package/lib/es/input/inputGroup.d.ts +1 -1
  44. package/lib/es/modal/confirm.d.ts +18 -18
  45. package/lib/es/rating/index.d.ts +1 -1
  46. package/lib/es/rating/item.d.ts +1 -1
  47. package/lib/es/spin/icon.js +14 -51
  48. package/lib/es/switch/index.d.ts +1 -1
  49. package/lib/es/table/Table.d.ts +2 -2
  50. package/lib/es/table/index.d.ts +1 -1
  51. package/lib/es/tagInput/index.d.ts +1 -1
  52. package/lib/es/timePicker/TimePicker.d.ts +1 -1
  53. package/lib/es/timePicker/index.d.ts +1 -1
  54. package/lib/es/typography/title.d.ts +1 -1
  55. package/package.json +8 -8
@@ -27095,65 +27095,28 @@ var icon_rest = undefined && undefined.__rest || function (s, e) {
27095
27095
  };
27096
27096
  /* eslint-disable no-unused-vars */
27097
27097
 
27098
-
27099
- let _id = -1;
27100
27098
  function icon_Icon() {
27101
27099
  let props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
27102
27100
  const {
27103
- id: propsId,
27101
+ id,
27104
27102
  className
27105
27103
  } = props,
27106
27104
  rest = icon_rest(props, ["id", "className"]);
27107
- let _propsId = propsId;
27108
- if (isNullOrUndefined(_propsId)) {
27109
- _id++;
27110
- _propsId = _id;
27111
- }
27112
- const id = `linearGradient-${_propsId}`;
27113
27105
  return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("svg", Object.assign({}, rest, {
27114
27106
  className: className,
27115
- width: "48",
27116
- height: "48",
27117
- viewBox: "0 0 36 36",
27118
- version: "1.1",
27119
- xmlns: "http://www.w3.org/2000/svg",
27120
- "aria-hidden": true,
27121
- "data-icon": "spin"
27122
- }), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("defs", null, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("linearGradient", {
27123
- x1: "0%",
27124
- y1: "100%",
27125
- x2: "100%",
27126
- y2: "100%",
27127
- id: id
27128
- }, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("stop", {
27129
- stopColor: "currentColor",
27130
- stopOpacity: "0",
27131
- offset: "0%"
27132
- }), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("stop", {
27133
- stopColor: "currentColor",
27134
- stopOpacity: "0.50",
27135
- offset: "39.9430698%"
27136
- }), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("stop", {
27137
- stopColor: "currentColor",
27138
- offset: "100%"
27139
- }))), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("g", {
27140
- stroke: "none",
27141
- strokeWidth: "1",
27142
- fill: "none",
27143
- fillRule: "evenodd"
27144
- }, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("rect", {
27145
- fillOpacity: "0.01",
27146
- fill: "none",
27147
- x: "0",
27148
- y: "0",
27149
- width: "36",
27150
- height: "36"
27151
- }), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("path", {
27152
- d: "M34,18 C34,9.163444 26.836556,2 18,2 C11.6597233,2 6.18078805,5.68784135 3.59122325,11.0354951",
27153
- stroke: `url(#${id})`,
27154
- strokeWidth: "4",
27155
- strokeLinecap: "round"
27156
- })));
27107
+ width: "100%",
27108
+ height: "100%",
27109
+ viewBox: "0 0 100 100"
27110
+ }), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("circle", {
27111
+ cx: "50",
27112
+ cy: "50",
27113
+ r: "35",
27114
+ stroke: "currentColor",
27115
+ strokeWidth: "11",
27116
+ strokeLinecap: "round",
27117
+ strokeMiterlimit: "10",
27118
+ fill: "none"
27119
+ }));
27157
27120
  }
27158
27121
  /* harmony default export */ const spin_icon = (icon_Icon);
27159
27122
  // EXTERNAL MODULE: ../semi-foundation/spin/spin.scss