@refinedev/antd 5.37.2 → 5.37.3
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.
- package/CHANGELOG.md +12 -6
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/iife/index.js +26 -6
- package/dist/iife/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/components/themedLayout/title/index.tsx +7 -7
- package/src/components/themedLayoutV2/title/index.tsx +7 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@refinedev/antd",
|
3
|
-
"version": "5.37.
|
3
|
+
"version": "5.37.3",
|
4
4
|
"description": "refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.",
|
5
5
|
"private": false,
|
6
6
|
"sideEffects": [
|
@@ -26,9 +26,9 @@
|
|
26
26
|
"react-dom": "^17.0.0 || ^18.0.0"
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
|
-
"@refinedev/cli": "^2.16.
|
29
|
+
"@refinedev/cli": "^2.16.23",
|
30
30
|
"@refinedev/ui-tests": "^1.14.1",
|
31
|
-
"@refinedev/core": "^4.
|
31
|
+
"@refinedev/core": "^4.47.0",
|
32
32
|
"@esbuild-plugins/node-resolve": "^0.1.4",
|
33
33
|
"@testing-library/jest-dom": "^5.16.4",
|
34
34
|
"@testing-library/react": "^13.1.1",
|
@@ -5,25 +5,25 @@ import { RefineLayoutThemedTitleProps } from "../types";
|
|
5
5
|
|
6
6
|
const { useToken } = theme;
|
7
7
|
|
8
|
-
const defaultText = "
|
8
|
+
const defaultText = "Refine Project";
|
9
9
|
|
10
10
|
const defaultIcon = (
|
11
11
|
<svg
|
12
|
-
width=
|
13
|
-
height=
|
12
|
+
width={24}
|
13
|
+
height={24}
|
14
14
|
viewBox="0 0 24 24"
|
15
15
|
fill="none"
|
16
16
|
xmlns="http://www.w3.org/2000/svg"
|
17
17
|
data-testid="refine-logo"
|
18
18
|
>
|
19
19
|
<path
|
20
|
-
|
20
|
+
fillRule="evenodd"
|
21
|
+
clipRule="evenodd"
|
22
|
+
d="M13.7889 0.422291C12.6627 -0.140764 11.3373 -0.140764 10.2111 0.422291L2.21115 4.42229C0.85601 5.09986 0 6.48491 0 8V16C0 17.5151 0.85601 18.9001 2.21115 19.5777L10.2111 23.5777C11.3373 24.1408 12.6627 24.1408 13.7889 23.5777L21.7889 19.5777C23.144 18.9001 24 17.5151 24 16V8C24 6.48491 23.144 5.09986 21.7889 4.42229L13.7889 0.422291ZM8 8C8 5.79086 9.79086 4 12 4C14.2091 4 16 5.79086 16 8V16C16 18.2091 14.2091 20 12 20C9.79086 20 8 18.2091 8 16V8Z"
|
21
23
|
fill="currentColor"
|
22
24
|
/>
|
23
25
|
<path
|
24
|
-
|
25
|
-
clipRule="evenodd"
|
26
|
-
d="M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM8 6C8 3.79086 9.79086 2 12 2C14.2091 2 16 3.79086 16 6V18C16 20.2091 14.2091 22 12 22C9.79086 22 8 20.2091 8 18V6Z"
|
26
|
+
d="M14 8C14 9.10457 13.1046 10 12 10C10.8954 10 10 9.10457 10 8C10 6.89543 10.8954 6 12 6C13.1046 6 14 6.89543 14 8Z"
|
27
27
|
fill="currentColor"
|
28
28
|
/>
|
29
29
|
</svg>
|
@@ -5,25 +5,25 @@ import { RefineLayoutThemedTitleProps } from "../types";
|
|
5
5
|
|
6
6
|
const { useToken } = theme;
|
7
7
|
|
8
|
-
const defaultText = "
|
8
|
+
const defaultText = "Refine Project";
|
9
9
|
|
10
10
|
const defaultIcon = (
|
11
11
|
<svg
|
12
|
-
width=
|
13
|
-
height=
|
12
|
+
width={24}
|
13
|
+
height={24}
|
14
14
|
viewBox="0 0 24 24"
|
15
15
|
fill="none"
|
16
16
|
xmlns="http://www.w3.org/2000/svg"
|
17
17
|
data-testid="refine-logo"
|
18
18
|
>
|
19
19
|
<path
|
20
|
-
|
20
|
+
fillRule="evenodd"
|
21
|
+
clipRule="evenodd"
|
22
|
+
d="M13.7889 0.422291C12.6627 -0.140764 11.3373 -0.140764 10.2111 0.422291L2.21115 4.42229C0.85601 5.09986 0 6.48491 0 8V16C0 17.5151 0.85601 18.9001 2.21115 19.5777L10.2111 23.5777C11.3373 24.1408 12.6627 24.1408 13.7889 23.5777L21.7889 19.5777C23.144 18.9001 24 17.5151 24 16V8C24 6.48491 23.144 5.09986 21.7889 4.42229L13.7889 0.422291ZM8 8C8 5.79086 9.79086 4 12 4C14.2091 4 16 5.79086 16 8V16C16 18.2091 14.2091 20 12 20C9.79086 20 8 18.2091 8 16V8Z"
|
21
23
|
fill="currentColor"
|
22
24
|
/>
|
23
25
|
<path
|
24
|
-
|
25
|
-
clipRule="evenodd"
|
26
|
-
d="M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM8 6C8 3.79086 9.79086 2 12 2C14.2091 2 16 3.79086 16 6V18C16 20.2091 14.2091 22 12 22C9.79086 22 8 20.2091 8 18V6Z"
|
26
|
+
d="M14 8C14 9.10457 13.1046 10 12 10C10.8954 10 10 9.10457 10 8C10 6.89543 10.8954 6 12 6C13.1046 6 14 6.89543 14 8Z"
|
27
27
|
fill="currentColor"
|
28
28
|
/>
|
29
29
|
</svg>
|