@mercurjs/dashboard-shared 2.2.0-rc.2 → 2.2.0
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/dist/index.js +3 -3
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -21855,7 +21855,7 @@ var InnerForm = ({
|
|
|
21855
21855
|
"aria-labelledby": METADATA_KEY_LABEL_ID,
|
|
21856
21856
|
...field2,
|
|
21857
21857
|
disabled: isDisabled,
|
|
21858
|
-
placeholder: "
|
|
21858
|
+
placeholder: t2("metadata.edit.labels.key")
|
|
21859
21859
|
}
|
|
21860
21860
|
) }) });
|
|
21861
21861
|
}
|
|
@@ -21874,7 +21874,7 @@ var InnerForm = ({
|
|
|
21874
21874
|
...field2,
|
|
21875
21875
|
value: isDisabled ? placeholder : value,
|
|
21876
21876
|
disabled: isDisabled,
|
|
21877
|
-
placeholder: "
|
|
21877
|
+
placeholder: t2("metadata.edit.labels.value")
|
|
21878
21878
|
}
|
|
21879
21879
|
) }) });
|
|
21880
21880
|
}
|
|
@@ -23323,7 +23323,7 @@ var SelectFilter = ({
|
|
|
23323
23323
|
value: search,
|
|
23324
23324
|
onValueChange: setSearch,
|
|
23325
23325
|
className: "txt-compact-small placeholder:text-ui-fg-muted bg-transparent outline-none",
|
|
23326
|
-
placeholder: "
|
|
23326
|
+
placeholder: t2("general.search")
|
|
23327
23327
|
}
|
|
23328
23328
|
),
|
|
23329
23329
|
/* @__PURE__ */ jsx72("div", { className: "flex h-5 w-5 items-center justify-center", children: /* @__PURE__ */ jsx72(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mercurjs/dashboard-shared",
|
|
3
|
-
"version": "2.2.0
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/mercurjs/mercur",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"build": "tsup"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@mercurjs/client": "2.2.0
|
|
26
|
+
"@mercurjs/client": "2.2.0",
|
|
27
27
|
"@ariakit/react": "^0.4.15",
|
|
28
28
|
"@babel/runtime": "^7.26.10",
|
|
29
29
|
"@dnd-kit/core": "^6.1.0",
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
"zod": "4.4.3"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@mercurjs/types": "2.2.0
|
|
67
|
-
"@mercurjs/core": "2.2.0
|
|
68
|
-
"@mercurjs/dashboard-sdk": "2.2.0
|
|
66
|
+
"@mercurjs/types": "2.2.0",
|
|
67
|
+
"@mercurjs/core": "2.2.0",
|
|
68
|
+
"@mercurjs/dashboard-sdk": "2.2.0",
|
|
69
69
|
"tsup": "^8.0.2",
|
|
70
70
|
"typescript": "5.9.3",
|
|
71
71
|
"@types/lodash.debounce": "^4.0.8",
|