@oceanbase/design 1.0.0-alpha.10 → 1.0.0-alpha.11

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 (313) hide show
  1. package/dist/design.min.js +1 -1
  2. package/es/_util/index.js +1 -0
  3. package/es/_util/styleChecker.js +1 -0
  4. package/es/affix/index.js +1 -0
  5. package/es/alert/index.d.ts +1 -1
  6. package/es/alert/index.js +5 -2
  7. package/es/alert/style/index.js +17 -8
  8. package/es/anchor/index.js +1 -0
  9. package/es/app/index.js +1 -0
  10. package/es/auto-complete/index.js +1 -0
  11. package/es/avatar/index.js +1 -0
  12. package/es/badge/index.d.ts +2 -0
  13. package/es/badge/index.js +26 -10
  14. package/es/badge/style/index.js +3 -1
  15. package/es/breadcrumb/Breadcrumb.js +1 -0
  16. package/es/breadcrumb/index.js +1 -0
  17. package/es/button/index.js +1 -0
  18. package/es/calendar/index.js +1 -0
  19. package/es/card/index.js +2 -0
  20. package/es/card/style/index.js +3 -1
  21. package/es/carousel/index.js +1 -0
  22. package/es/cascader/index.js +1 -0
  23. package/es/checkbox/index.js +1 -0
  24. package/es/collapse/index.js +1 -0
  25. package/es/color-picker/index.js +1 -0
  26. package/es/config-provider/DefaultRenderEmpty.js +1 -0
  27. package/es/config-provider/index.js +1 -0
  28. package/es/date-picker/index.js +1 -0
  29. package/es/descriptions/hooks/useItems.d.ts +4 -4
  30. package/es/descriptions/hooks/useItems.js +1 -0
  31. package/es/descriptions/index.js +1 -0
  32. package/es/divider/index.js +1 -0
  33. package/es/drawer/index.js +1 -0
  34. package/es/dropdown/dropdown-button.js +1 -0
  35. package/es/dropdown/index.js +1 -0
  36. package/es/empty/colored.js +1 -0
  37. package/es/empty/database.js +1 -0
  38. package/es/empty/default.js +1 -0
  39. package/es/empty/guide.js +1 -0
  40. package/es/empty/index.js +1 -0
  41. package/es/float-button/index.js +1 -0
  42. package/es/form/FormItem.js +1 -0
  43. package/es/form/index.js +1 -0
  44. package/es/grid/col.js +1 -0
  45. package/es/grid/index.js +1 -0
  46. package/es/grid/row.js +1 -0
  47. package/es/image/index.js +1 -0
  48. package/es/index.js +1 -0
  49. package/es/input/Input.js +1 -0
  50. package/es/input/Password.js +1 -0
  51. package/es/input/Search.js +1 -0
  52. package/es/input/TextArea.js +1 -0
  53. package/es/input/index.js +1 -0
  54. package/es/input-number/index.js +1 -0
  55. package/es/layout/index.js +1 -0
  56. package/es/list/index.js +1 -0
  57. package/es/locale/index.js +1 -0
  58. package/es/lottie/index.js +1 -0
  59. package/es/mentions/index.js +1 -0
  60. package/es/menu/index.js +1 -0
  61. package/es/message/index.js +1 -0
  62. package/es/modal/Modal.d.ts +1 -1
  63. package/es/modal/Modal.js +7 -4
  64. package/es/modal/Progress.js +1 -0
  65. package/es/modal/index.js +1 -0
  66. package/es/modal/style/index.js +9 -5
  67. package/es/notification/index.js +1 -0
  68. package/es/pagination/index.js +1 -0
  69. package/es/popconfirm/index.js +1 -0
  70. package/es/popover/index.js +1 -0
  71. package/es/progress/index.js +1 -0
  72. package/es/qrcode/index.js +1 -0
  73. package/es/radio/index.js +1 -0
  74. package/es/rate/index.js +1 -0
  75. package/es/result/403.js +1 -0
  76. package/es/result/404.js +1 -0
  77. package/es/result/500.js +1 -0
  78. package/es/result/Error.js +1 -0
  79. package/es/result/Processing.js +1 -0
  80. package/es/result/Success.js +1 -0
  81. package/es/result/Warning.js +1 -0
  82. package/es/result/index.js +1 -0
  83. package/es/segmented/index.js +1 -0
  84. package/es/select/index.js +1 -0
  85. package/es/skeleton/index.js +1 -0
  86. package/es/slider/index.js +1 -0
  87. package/es/space/index.js +1 -0
  88. package/es/spin/index.js +1 -0
  89. package/es/static-function/index.js +1 -0
  90. package/es/statistic/index.js +1 -0
  91. package/es/steps/index.js +1 -0
  92. package/es/style/cssVariables.js +2 -1
  93. package/es/style/cssVariablesMeta.js +7 -7
  94. package/es/style/global.js +1 -0
  95. package/es/switch/index.js +1 -0
  96. package/es/table/index.js +38 -61
  97. package/es/table/style/index.js +23 -17
  98. package/es/tabs/TabPane.js +1 -0
  99. package/es/tabs/hooks/useLegacyItems.js +1 -0
  100. package/es/tabs/index.js +1 -0
  101. package/es/tag/index.js +1 -0
  102. package/es/tag/style/index.js +4 -1
  103. package/es/theme/index.js +1 -0
  104. package/es/theme/interface.d.ts +7 -0
  105. package/es/theme/style/aliyun.less +1 -1
  106. package/es/theme/style/compact.less +3 -3
  107. package/es/theme/style/dark.less +1 -1
  108. package/es/theme/style/default.less +3 -3
  109. package/es/time-picker/index.js +1 -0
  110. package/es/timeline/index.js +1 -0
  111. package/es/tooltip/MouseTooltip.js +1 -0
  112. package/es/tooltip/ReactStickyMouseTooltip.js +1 -0
  113. package/es/tooltip/index.js +1 -0
  114. package/es/tour/index.js +1 -0
  115. package/es/transfer/index.js +1 -0
  116. package/es/tree/index.js +1 -0
  117. package/es/tree-select/index.js +1 -0
  118. package/es/typography/Link.js +1 -0
  119. package/es/typography/Paragraph.js +1 -0
  120. package/es/typography/Text.js +1 -0
  121. package/es/typography/Title.js +1 -0
  122. package/es/typography/index.js +1 -0
  123. package/es/upload/index.js +1 -0
  124. package/es/watermark/index.js +1 -0
  125. package/lib/_util/genComponentStyleHook.js +52 -59
  126. package/lib/_util/getEllipsisConfig.js +16 -39
  127. package/lib/_util/index.js +13 -29
  128. package/lib/_util/styleChecker.js +33 -53
  129. package/lib/_util/type.js +4 -16
  130. package/lib/_util/useFlexGapSupport.js +11 -36
  131. package/lib/affix/index.js +15 -21
  132. package/lib/alert/index.d.ts +1 -1
  133. package/lib/alert/index.js +63 -82
  134. package/lib/alert/style/index.js +111 -108
  135. package/lib/anchor/index.js +26 -23
  136. package/lib/app/index.js +47 -54
  137. package/lib/app/style/index.js +13 -32
  138. package/lib/auto-complete/index.js +15 -21
  139. package/lib/avatar/index.js +26 -23
  140. package/lib/badge/index.d.ts +2 -0
  141. package/lib/badge/index.js +108 -110
  142. package/lib/badge/style/index.js +21 -40
  143. package/lib/breadcrumb/Breadcrumb.js +15 -21
  144. package/lib/breadcrumb/index.js +31 -31
  145. package/lib/button/index.js +50 -60
  146. package/lib/button/style/index.js +35 -57
  147. package/lib/calendar/index.js +15 -21
  148. package/lib/card/Card.js +14 -21
  149. package/lib/card/index.js +246 -255
  150. package/lib/card/style/index.js +50 -61
  151. package/lib/carousel/index.js +15 -21
  152. package/lib/cascader/index.js +15 -21
  153. package/lib/checkbox/index.js +52 -69
  154. package/lib/checkbox/style/index.js +20 -35
  155. package/lib/collapse/index.js +15 -21
  156. package/lib/color-picker/index.js +15 -21
  157. package/lib/color-picker/interface.js +14 -21
  158. package/lib/config-provider/DefaultRenderEmpty.js +34 -48
  159. package/lib/config-provider/SizeContext.js +14 -21
  160. package/lib/config-provider/context.js +14 -21
  161. package/lib/config-provider/index.js +200 -233
  162. package/lib/config-provider/navigate.js +4 -16
  163. package/lib/date-picker/index.js +15 -21
  164. package/lib/descriptions/Item.js +6 -24
  165. package/lib/descriptions/hooks/useItems.d.ts +4 -4
  166. package/lib/descriptions/hooks/useItems.js +50 -73
  167. package/lib/descriptions/index.js +83 -101
  168. package/lib/descriptions/style/index.js +46 -64
  169. package/lib/divider/index.js +15 -21
  170. package/lib/drawer/index.js +108 -127
  171. package/lib/drawer/style/index.js +36 -51
  172. package/lib/dropdown/dropdown-button.js +30 -57
  173. package/lib/dropdown/index.js +30 -46
  174. package/lib/dropdown/style/index.js +13 -32
  175. package/lib/empty/colored.js +198 -314
  176. package/lib/empty/database.js +117 -185
  177. package/lib/empty/default.js +53 -48
  178. package/lib/empty/guide.js +145 -224
  179. package/lib/empty/index.js +77 -95
  180. package/lib/empty/style/index.js +28 -43
  181. package/lib/float-button/index.js +15 -21
  182. package/lib/float-button/interface.js +14 -21
  183. package/lib/form/FormItem.js +78 -84
  184. package/lib/form/index.js +57 -77
  185. package/lib/form/interface.js +14 -21
  186. package/lib/form/style/index.js +16 -35
  187. package/lib/grid/col.js +28 -45
  188. package/lib/grid/index.js +26 -44
  189. package/lib/grid/row.js +30 -45
  190. package/lib/image/index.js +15 -21
  191. package/lib/index.js +333 -154
  192. package/lib/input/Input.js +65 -78
  193. package/lib/input/Password.js +59 -76
  194. package/lib/input/Search.js +59 -76
  195. package/lib/input/TextArea.js +59 -76
  196. package/lib/input/index.js +30 -49
  197. package/lib/input/style/index.js +19 -36
  198. package/lib/input-number/index.js +56 -76
  199. package/lib/input-number/style/index.js +13 -32
  200. package/lib/layout/index.js +15 -21
  201. package/lib/list/index.js +52 -59
  202. package/lib/locale/en-US.js +22 -49
  203. package/lib/locale/index.js +25 -38
  204. package/lib/locale/ja-JP.js +22 -49
  205. package/lib/locale/useLocale.js +6 -24
  206. package/lib/locale/zh-CN.js +22 -49
  207. package/lib/locale/zh-TW.js +22 -49
  208. package/lib/lottie/index.js +61 -80
  209. package/lib/mentions/index.js +15 -21
  210. package/lib/menu/index.js +15 -21
  211. package/lib/menu/interface.js +14 -21
  212. package/lib/message/index.js +15 -21
  213. package/lib/message/interface.js +14 -21
  214. package/lib/modal/Modal.d.ts +1 -1
  215. package/lib/modal/Modal.js +69 -80
  216. package/lib/modal/Progress.js +44 -61
  217. package/lib/modal/index.js +23 -42
  218. package/lib/modal/interface.js +14 -21
  219. package/lib/modal/style/index.js +34 -46
  220. package/lib/notification/index.js +15 -21
  221. package/lib/notification/interface.js +14 -21
  222. package/lib/pagination/index.js +15 -21
  223. package/lib/popconfirm/index.js +15 -21
  224. package/lib/popover/index.js +15 -21
  225. package/lib/progress/index.js +26 -23
  226. package/lib/progress/progress.js +14 -21
  227. package/lib/qrcode/index.js +15 -21
  228. package/lib/qrcode/interface.js +14 -21
  229. package/lib/radio/index.js +53 -62
  230. package/lib/radio/interface.js +14 -21
  231. package/lib/radio/style/index.js +18 -33
  232. package/lib/rate/index.js +15 -21
  233. package/lib/result/403.js +164 -195
  234. package/lib/result/404.js +291 -354
  235. package/lib/result/500.js +156 -259
  236. package/lib/result/Error.js +127 -161
  237. package/lib/result/Processing.js +320 -252
  238. package/lib/result/Success.js +202 -261
  239. package/lib/result/Warning.js +302 -434
  240. package/lib/result/index.js +65 -80
  241. package/lib/result/style/index.js +15 -35
  242. package/lib/segmented/index.js +86 -83
  243. package/lib/segmented/style/index.js +19 -36
  244. package/lib/select/index.js +63 -81
  245. package/lib/select/style/index.js +12 -32
  246. package/lib/skeleton/index.js +15 -21
  247. package/lib/slider/index.js +48 -58
  248. package/lib/slider/style/index.js +19 -37
  249. package/lib/space/index.js +63 -69
  250. package/lib/space/style/index.js +16 -36
  251. package/lib/spin/index.js +58 -76
  252. package/lib/spin/style/index.js +48 -52
  253. package/lib/static-function/index.js +48 -73
  254. package/lib/statistic/index.js +15 -21
  255. package/lib/steps/index.js +15 -21
  256. package/lib/style/cssVariables.js +237 -256
  257. package/lib/style/cssVariablesMeta.js +978 -1057
  258. package/lib/style/global.js +119 -155
  259. package/lib/switch/index.js +52 -60
  260. package/lib/switch/style/index.js +12 -32
  261. package/lib/table/hooks/useDefaultPagination.js +18 -46
  262. package/lib/table/index.js +179 -219
  263. package/lib/table/interface.js +14 -21
  264. package/lib/table/style/index.js +59 -73
  265. package/lib/tabs/TabPane.js +7 -24
  266. package/lib/tabs/hooks/useLegacyItems.js +27 -43
  267. package/lib/tabs/index.js +107 -124
  268. package/lib/tabs/style/index.js +23 -38
  269. package/lib/tag/index.js +78 -98
  270. package/lib/tag/style/index.js +35 -57
  271. package/lib/theme/aliyun.js +7 -34
  272. package/lib/theme/compact.js +9 -36
  273. package/lib/theme/dark.js +9 -36
  274. package/lib/theme/default.js +130 -232
  275. package/lib/theme/index.js +48 -55
  276. package/lib/theme/interface.d.ts +7 -0
  277. package/lib/theme/interface.js +14 -21
  278. package/lib/theme/internal.js +14 -21
  279. package/lib/theme/style/aliyun.less +1 -1
  280. package/lib/theme/style/compact.less +3 -3
  281. package/lib/theme/style/dark.less +1 -1
  282. package/lib/theme/style/default.less +3 -3
  283. package/lib/theme/themes/compact/index.js +19 -39
  284. package/lib/theme/themes/dark/index.js +19 -39
  285. package/lib/theme/themes/default/index.js +19 -39
  286. package/lib/theme/themes/seed.js +24 -43
  287. package/lib/theme/util/alias.js +19 -39
  288. package/lib/theme/util/format.js +15 -35
  289. package/lib/time-picker/index.js +15 -21
  290. package/lib/timeline/index.js +15 -21
  291. package/lib/tooltip/MouseTooltip.js +84 -98
  292. package/lib/tooltip/ReactStickyMouseTooltip.js +63 -88
  293. package/lib/tooltip/hooks/useTooltipTypeList.js +28 -61
  294. package/lib/tooltip/index.js +123 -137
  295. package/lib/tooltip/style/index.js +26 -47
  296. package/lib/tour/index.js +15 -21
  297. package/lib/tour/interface.js +14 -21
  298. package/lib/transfer/index.js +15 -21
  299. package/lib/transfer/interface.js +14 -21
  300. package/lib/tree/index.js +15 -21
  301. package/lib/tree-select/index.js +67 -85
  302. package/lib/tree-select/style/index.js +9 -31
  303. package/lib/typography/Link.js +54 -68
  304. package/lib/typography/Paragraph.js +54 -68
  305. package/lib/typography/Text.js +55 -68
  306. package/lib/typography/Title.js +54 -68
  307. package/lib/typography/hooks/useClassName.js +12 -43
  308. package/lib/typography/index.js +89 -58
  309. package/lib/typography/style/index.js +29 -45
  310. package/lib/upload/index.js +15 -21
  311. package/lib/upload/interface.js +14 -21
  312. package/lib/watermark/index.js +15 -21
  313. package/package.json +3 -3
package/lib/result/500.js CHANGED
@@ -1,277 +1,191 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: true });
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from))
14
- if (!__hasOwnProp.call(to, key) && key !== except)
15
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
- }
17
- return to;
18
- };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
- // If the importer is in node compatibility mode or this is not an ESM
21
- // file that has been converted to a CommonJS file using a Babel-
22
- // compatible transform (i.e. "__esModule" has not been set), then set
23
- // "default" to the CommonJS "module.exports" for node compatibility.
24
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
- mod
26
- ));
27
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
1
+ "use strict";
28
2
 
29
- // src/result/500.tsx
30
- var __exports = {};
31
- __export(__exports, {
32
- default: () => __default
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
33
5
  });
34
- module.exports = __toCommonJS(__exports);
35
- var import_icons = __toESM(require("@oceanbase/icons"));
36
- var import_jsx_runtime = require("react/jsx-runtime");
37
- var Svg500 = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
38
- "svg",
39
- {
6
+ exports.default = void 0;
7
+ var _react = require("@inline-svg-unique-id/react");
8
+ var _react2 = _interopRequireDefault(require("react"));
9
+ var _icons = _interopRequireDefault(require("@oceanbase/icons"));
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
12
+ "use client";
13
+ const Svg500 = function () {
14
+ const _id2 = (0, _react.useUniqueInlineId)();
15
+ const _id = (0, _react.useUniqueInlineId)();
16
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
40
17
  width: "160px",
41
18
  height: "160px",
42
19
  viewBox: "0 0 160 160",
43
20
  version: "1.1",
44
21
  xmlns: "http://www.w3.org/2000/svg",
45
- children: [
46
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
47
- "rect",
48
- {
49
- id: "oceanbase-design-result-500-path-1",
22
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
23
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
24
+ id: _id,
25
+ x: "23.4314575",
26
+ y: "23.4314575",
27
+ width: "113.137085",
28
+ height: "113.137085",
29
+ rx: "9.38137044"
30
+ })
31
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
32
+ stroke: "none",
33
+ strokeWidth: "1",
34
+ fill: "none",
35
+ fillRule: "evenodd",
36
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
37
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
38
+ fill: "#0181FD",
39
+ fillRule: "nonzero",
40
+ transform: "translate(80, 80) rotate(-45) translate(-80, -80)",
50
41
  x: "23.4314575",
51
42
  y: "23.4314575",
52
43
  width: "113.137085",
53
44
  height: "113.137085",
54
45
  rx: "9.38137044"
55
- }
56
- ) }),
57
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
58
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
59
- "rect",
60
- {
61
- fill: "#0181FD",
46
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
47
+ transform: "translate(75.2979, 12.1626)",
48
+ fill: "#FFFFFF",
49
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
50
+ d: "M1.19954536,0 L8.21377054,0 C8.87407949,0 9.42226049,0.535722349 9.42226049,1.20848995 C9.42226049,1.24586593 9.42226049,1.27078325 9.42226049,1.30815923 L7.69050685,22.2262482 C7.64067222,22.8491811 7.11740853,23.3350688 6.49447556,23.3350688 L2.931299,23.3350688 C2.30836604,23.3350688 1.78510235,22.8491811 1.73526771,22.2262482 L0.00351407242,1.30815923 C-0.0463205647,0.647850283 0.439567147,0.0622932964 1.09987609,0.0124586593 C1.13725207,0.0124586593 1.16216939,0.0124586593 1.19954536,0.0124586593 L1.19954536,0 Z"
51
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
62
52
  fillRule: "nonzero",
63
- transform: "translate(80, 80) rotate(-45) translate(-80, -80)",
64
- x: "23.4314575",
65
- y: "23.4314575",
66
- width: "113.137085",
67
- height: "113.137085",
68
- rx: "9.38137044"
69
- }
70
- ),
71
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(75.2979, 12.1626)", fill: "#FFFFFF", children: [
72
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M1.19954536,0 L8.21377054,0 C8.87407949,0 9.42226049,0.535722349 9.42226049,1.20848995 C9.42226049,1.24586593 9.42226049,1.27078325 9.42226049,1.30815923 L7.69050685,22.2262482 C7.64067222,22.8491811 7.11740853,23.3350688 6.49447556,23.3350688 L2.931299,23.3350688 C2.30836604,23.3350688 1.78510235,22.8491811 1.73526771,22.2262482 L0.00351407242,1.30815923 C-0.0463205647,0.647850283 0.439567147,0.0622932964 1.09987609,0.0124586593 C1.13725207,0.0124586593 1.16216939,0.0124586593 1.19954536,0.0124586593 L1.19954536,0 Z" }),
73
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
74
- "rect",
75
- {
76
- fillRule: "nonzero",
77
- x: "1.81001967",
78
- y: "25.6772968",
79
- width: "5.78081791",
80
- height: "5.78081791",
81
- rx: "1.20848995"
82
- }
83
- )
84
- ] }),
85
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(0, 0)", children: [
86
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "oceanbase-design-result-500-mask-2", fill: "white", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
87
- "use",
88
- {
89
- xlinkHref: "#oceanbase-design-result-500-path-1",
53
+ x: "1.81001967",
54
+ y: "25.6772968",
55
+ width: "5.78081791",
56
+ height: "5.78081791",
57
+ rx: "1.20848995"
58
+ })]
59
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
60
+ transform: "translate(0, 0)",
61
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
62
+ id: _id2,
63
+ fill: "white",
64
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
65
+ xlinkHref: `#${_id}`,
90
66
  transform: "translate(80, 80) rotate(-45) translate(-80, -80)"
91
- }
92
- ) }),
93
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { transform: "translate(80, 80) rotate(-45) translate(-80, -80)" }),
94
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { mask: "url(#oceanbase-design-result-500-mask-2)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(18.166, 42.1381)", children: [
95
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
96
- "path",
97
- {
67
+ })
68
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
69
+ transform: "translate(80, 80) rotate(-45) translate(-80, -80)"
70
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
71
+ mask: `url(#${_id2})`,
72
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
73
+ transform: "translate(18.166, 42.1381)",
74
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
98
75
  d: "M99.5820637,41.2755382 L93.0288089,32.6666047 L3.2143341,32.6666047 C1.44520448,32.6666047 0.0124586593,34.0993505 0.0124586593,35.8684801 L0.0124586593,48.1278008 L78.0659591,48.1278008 L78.0659591,56.7367344 L116.301584,56.7367344 L116.301584,44.4774137 C116.301584,42.708284 114.868839,41.2755382 113.099709,41.2755382 L99.5820637,41.2755382 L99.5820637,41.2755382 Z",
99
76
  fill: "#132039",
100
77
  fillRule: "nonzero"
101
- }
102
- ),
103
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
104
- "path",
105
- {
78
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
106
79
  d: "M37.8120309,41.2755382 L113.08725,41.2755382 C114.85638,41.2755382 116.289126,42.708284 116.289126,44.4774137 L116.289126,56.7367344 L37.8120309,56.7367344 L37.8120309,41.2755382 L37.8120309,41.2755382 Z",
107
80
  fill: "#07C846",
108
81
  fillRule: "nonzero"
109
- }
110
- ),
111
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
112
- "circle",
113
- {
82
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
114
83
  fill: "#FFA005",
115
84
  fillRule: "nonzero",
116
85
  cx: "111.156158",
117
86
  cy: "49.0123656",
118
87
  r: "1.94355085"
119
- }
120
- ),
121
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
122
- "path",
123
- {
88
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
124
89
  d: "M0.0124586593,56.7367344 L116.289126,56.7367344 L116.289126,133.90567 C116.289126,138.141614 112.850536,141.592663 108.602133,141.592663 L7.68699278,141.592663 C3.45104862,141.592663 0,138.154073 0,133.90567 L0,56.7367344 L0,56.7367344 L0.0124586593,56.7367344 Z",
125
90
  fill: "#132039",
126
91
  fillRule: "nonzero"
127
- }
128
- ),
129
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
130
- "g",
131
- {
92
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
132
93
  strokeWidth: "1",
133
94
  fill: "none",
134
95
  fillRule: "evenodd",
135
96
  transform: "translate(31.1965, 56.7367)",
136
- children: [
137
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
138
- "rect",
139
- {
140
- fill: "#FFFFFF",
141
- fillRule: "nonzero",
142
- x: "38.1110388",
143
- y: "0",
144
- width: "22.525256",
145
- height: "31.2463175"
146
- }
147
- ),
148
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
149
- "rect",
150
- {
151
- fill: "#E6E6E6",
152
- fillRule: "nonzero",
153
- x: "56.3380573",
154
- y: "0",
155
- width: "14.115661",
156
- height: "38.1857907"
157
- }
158
- ),
159
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
160
- "rect",
161
- {
162
- fill: "#FFFFFF",
163
- fillRule: "nonzero",
164
- x: "8.12304586",
165
- y: "0",
166
- width: "24.8924013",
167
- height: "40.4906427"
168
- }
169
- ),
170
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
171
- "rect",
172
- {
173
- fill: "#E6E6E6",
174
- fillRule: "nonzero",
175
- x: "28.2188633",
176
- y: "0",
177
- width: "14.115661",
178
- height: "45.2498505"
179
- }
180
- ),
181
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
182
- "rect",
183
- {
184
- fill: "#E6E6E6",
185
- fillRule: "nonzero",
186
- x: "0",
187
- y: "0",
188
- width: "14.115661",
189
- height: "57.9826003"
190
- }
191
- ),
192
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
193
- "path",
194
- {
195
- d: "M82.2645273,39.5562432 L82.2645273,39.7431231 L82.2520686,39.7431231 C82.2520686,39.6808298 82.2645273,39.6185365 82.2645273,39.5562432 Z",
196
- fill: "#000000",
197
- fillRule: "nonzero"
198
- }
199
- ),
200
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
201
- "rect",
202
- {
203
- fill: "#000000",
204
- fillRule: "nonzero",
205
- opacity: "0.3",
206
- x: "0",
207
- y: "0",
208
- width: "70.4537183",
209
- height: "3.41367264"
210
- }
211
- )
212
- ]
213
- }
214
- ),
215
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
216
- "path",
217
- {
97
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
98
+ fill: "#FFFFFF",
99
+ fillRule: "nonzero",
100
+ x: "38.1110388",
101
+ y: "0",
102
+ width: "22.525256",
103
+ height: "31.2463175"
104
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
105
+ fill: "#E6E6E6",
106
+ fillRule: "nonzero",
107
+ x: "56.3380573",
108
+ y: "0",
109
+ width: "14.115661",
110
+ height: "38.1857907"
111
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
112
+ fill: "#FFFFFF",
113
+ fillRule: "nonzero",
114
+ x: "8.12304586",
115
+ y: "0",
116
+ width: "24.8924013",
117
+ height: "40.4906427"
118
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
119
+ fill: "#E6E6E6",
120
+ fillRule: "nonzero",
121
+ x: "28.2188633",
122
+ y: "0",
123
+ width: "14.115661",
124
+ height: "45.2498505"
125
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
126
+ fill: "#E6E6E6",
127
+ fillRule: "nonzero",
128
+ x: "0",
129
+ y: "0",
130
+ width: "14.115661",
131
+ height: "57.9826003"
132
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
133
+ d: "M82.2645273,39.5562432 L82.2645273,39.7431231 L82.2520686,39.7431231 C82.2520686,39.6808298 82.2645273,39.6185365 82.2645273,39.5562432 Z",
134
+ fill: "#000000",
135
+ fillRule: "nonzero"
136
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
137
+ fill: "#000000",
138
+ fillRule: "nonzero",
139
+ opacity: "0.3",
140
+ x: "0",
141
+ y: "0",
142
+ width: "70.4537183",
143
+ height: "3.41367264"
144
+ })]
145
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
218
146
  d: "M43.7548114,41.2755382 L26.8359521,41.2755382 C25.2537024,41.2755382 23.7586633,40.5404773 22.7993465,39.2821527 L18.7253649,33.9373879 C18.1148906,33.1400337 17.1804912,32.6790633 16.1713398,32.6790633 L3.2143341,32.6790633 C1.44520448,32.6790633 0.0124586593,34.1118091 0.0124586593,35.8809387 L0.0124586593,56.7491931 L46.9566869,56.7491931 L46.9566869,44.4898723 C46.9566869,42.7207427 45.523941,41.2879969 43.7548114,41.2879969 L43.7548114,41.2755382 Z",
219
147
  fill: "#005AFD",
220
148
  fillRule: "nonzero"
221
- }
222
- ),
223
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { strokeWidth: "1", fill: "none", fillRule: "evenodd", transform: "translate(31.1965, 0)", children: [
224
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
225
- "path",
226
- {
149
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
150
+ strokeWidth: "1",
151
+ fill: "none",
152
+ fillRule: "evenodd",
153
+ transform: "translate(31.1965, 0)",
154
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
227
155
  d: "M2.66615309,0 L67.7751065,0 C69.2452283,0 70.4537183,1.19603129 70.4537183,2.67861175 L70.4537183,41.2630796 L0,41.2630796 L0,2.67861175 C0,1.20848995 1.19603129,0 2.67861175,0 L2.66615309,0 Z",
228
156
  fill: "#FFFFFF",
229
157
  fillRule: "nonzero"
230
- }
231
- ),
232
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
233
- "path",
234
- {
158
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
235
159
  d: "M2.66615309,0 L67.7751065,0 C69.2452283,0 70.4537183,1.19603129 70.4537183,2.67861175 L70.4537183,7.20110507 L0,7.20110507 L0,2.67861175 C0,1.20848995 1.19603129,0 2.67861175,0 L2.66615309,0 Z",
236
160
  fill: "#132039",
237
161
  fillRule: "nonzero"
238
- }
239
- ),
240
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
241
- "circle",
242
- {
162
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
243
163
  fill: "#FFFFFF",
244
164
  fillRule: "nonzero",
245
165
  cx: "3.92447768",
246
166
  cy: "3.60055253",
247
167
  r: "1.30815923"
248
- }
249
- ),
250
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
251
- "circle",
252
- {
168
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
253
169
  fill: "#FFFFFF",
254
170
  fillRule: "nonzero",
255
171
  cx: "8.09812854",
256
172
  cy: "3.60055253",
257
173
  r: "1.30815923"
258
- }
259
- ),
260
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
261
- "circle",
262
- {
174
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
263
175
  fill: "#FFFFFF",
264
176
  fillRule: "nonzero",
265
177
  cx: "12.2717794",
266
178
  cy: "3.60055253",
267
179
  r: "1.30815923"
268
- }
269
- ),
270
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { transform: "translate(24.2072, 13.2062)", fillRule: "nonzero", children: [
271
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { fill: "#FFA005", cx: "11.0134548", cy: "11.0134548", r: "11.0134548" }),
272
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
273
- "rect",
274
- {
180
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
181
+ transform: "translate(24.2072, 13.2062)",
182
+ fillRule: "nonzero",
183
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
184
+ fill: "#FFA005",
185
+ cx: "11.0134548",
186
+ cy: "11.0134548",
187
+ r: "11.0134548"
188
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
275
189
  fill: "#FFFFFF",
276
190
  transform: "translate(11.0099, 11.0241) rotate(-45) translate(-11.0099, -11.0241)",
277
191
  x: "9.44014512",
@@ -279,11 +193,7 @@ var Svg500 = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
279
193
  width: "3.13958214",
280
194
  height: "13.7419012",
281
195
  rx: "0.660308942"
282
- }
283
- ),
284
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
285
- "rect",
286
- {
196
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
287
197
  fill: "#FFFFFF",
288
198
  transform: "translate(11.0241, 11.017) rotate(-135) translate(-11.0241, -11.017)",
289
199
  x: "9.45433249",
@@ -291,48 +201,35 @@ var Svg500 = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
291
201
  width: "3.13958214",
292
202
  height: "13.7419012",
293
203
  rx: "0.660308942"
294
- }
295
- )
296
- ] })
297
- ] }),
298
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
299
- "path",
300
- {
204
+ })]
205
+ })]
206
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
301
207
  d: "M96.5047748,47.0688148 L102.03642,47.0688148 C103.107864,47.0688148 103.97997,47.9409209 103.97997,49.0123656 L103.97997,49.0123656 C103.97997,50.0838103 103.107864,50.9559165 102.03642,50.9559165 L96.5047748,50.9559165 L96.5047748,47.0688148 L96.5047748,47.0688148 Z",
302
208
  fill: "#132039",
303
209
  fillRule: "nonzero",
304
210
  transform: "translate(100.2424, 49.0124) rotate(180) translate(-100.2424, -49.0124)"
305
- }
306
- ),
307
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
308
- "circle",
309
- {
211
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
310
212
  fill: "#FFFFFF",
311
213
  fillRule: "nonzero",
312
214
  cx: "103.992429",
313
215
  cy: "49.0123656",
314
216
  r: "1.94355085"
315
- }
316
- )
317
- ] }) })
318
- ] }),
319
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
320
- "path",
321
- {
322
- d: "M132.673495,80.1868799 L135.015723,66.6941519 C135.090475,66.2830161 135.651115,66.0712189 136.224213,66.2456401 L140.809,67.5911753 C141.394557,67.7655966 141.743399,68.2390256 141.581437,68.6252441 L136.24913,81.2458659 C136.099626,81.5947084 135.588821,81.7442123 135.065558,81.5947084 L133.458391,81.1212793 C132.935127,80.9717754 132.586285,80.5606397 132.648578,80.1868799 L132.673495,80.1868799 Z",
323
- fill: "#FFA005"
324
- }
325
- ),
326
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
327
- "path",
328
- {
329
- d: "M137.27074,85.556562 L147.561593,76.5240341 C147.87306,76.2499436 148.446158,76.4368234 148.795,76.9351698 L151.523447,80.8721062 C151.872289,81.3704525 151.847372,81.9684682 151.473612,82.1678067 L139.401171,88.6463095 C139.064787,88.8207308 138.5789,88.6213922 138.267433,88.1728805 L137.320575,86.802428 C137.009109,86.3539162 136.99665,85.8181939 137.27074,85.5690207 L137.27074,85.556562 Z",
330
- fill: "#FFA005"
331
- }
332
- )
333
- ] }) })
334
- ]
335
- }
336
- );
337
- var Image500 = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icons.default, { component: Svg500, ...props });
338
- var __default = Image500;
217
+ })]
218
+ })
219
+ })]
220
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
221
+ d: "M132.673495,80.1868799 L135.015723,66.6941519 C135.090475,66.2830161 135.651115,66.0712189 136.224213,66.2456401 L140.809,67.5911753 C141.394557,67.7655966 141.743399,68.2390256 141.581437,68.6252441 L136.24913,81.2458659 C136.099626,81.5947084 135.588821,81.7442123 135.065558,81.5947084 L133.458391,81.1212793 C132.935127,80.9717754 132.586285,80.5606397 132.648578,80.1868799 L132.673495,80.1868799 Z",
222
+ fill: "#FFA005"
223
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
224
+ d: "M137.27074,85.556562 L147.561593,76.5240341 C147.87306,76.2499436 148.446158,76.4368234 148.795,76.9351698 L151.523447,80.8721062 C151.872289,81.3704525 151.847372,81.9684682 151.473612,82.1678067 L139.401171,88.6463095 C139.064787,88.8207308 138.5789,88.6213922 138.267433,88.1728805 L137.320575,86.802428 C137.009109,86.3539162 136.99665,85.8181939 137.27074,85.5690207 L137.27074,85.556562 Z",
225
+ fill: "#FFA005"
226
+ })]
227
+ })
228
+ })]
229
+ });
230
+ };
231
+ const Image500 = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, {
232
+ component: Svg500,
233
+ ...props
234
+ });
235
+ var _default = exports.default = Image500;