@rebasepro/studio 0.11.0 → 0.11.1-canary.g8caabf3
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/{JSEditor-BeHHuxhA.js → JSEditor-DbFfg2nh.js} +3 -3
- package/dist/{JSEditor-BeHHuxhA.js.map → JSEditor-DbFfg2nh.js.map} +1 -1
- package/dist/{SQLEditor-_dCqVAN_.js → SQLEditor-DFYk9r1u.js} +4 -4
- package/dist/{SQLEditor-_dCqVAN_.js.map → SQLEditor-DFYk9r1u.js.map} +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +10 -9
- package/src/components/JSEditor/JSEditor.tsx +2 -2
- package/src/components/RebaseStudio.tsx +1 -1
- package/src/components/SQLEditor/SQLEditor.tsx +3 -3
- package/src/components/StudioHomePage.tsx +1 -1
- package/src/index.ts +1 -1
- package/src/utils/sql_utils.test.ts +2 -2
|
@@ -1322,11 +1322,11 @@ function JSEditor() {
|
|
|
1322
1322
|
children: [matchedCollections.length > 0 && /* @__PURE__ */ jsxs("div", {
|
|
1323
1323
|
className: cls("px-4 py-1.5 border-b flex items-center gap-2 shrink-0 bg-surface-50 dark:bg-surface-900", defaultBorderMixin),
|
|
1324
1324
|
children: [/* @__PURE__ */ jsx(Tooltip, {
|
|
1325
|
-
title: t("
|
|
1325
|
+
title: t("studio_sql_admin_collections_tooltip"),
|
|
1326
1326
|
children: /* @__PURE__ */ jsx(Typography, {
|
|
1327
1327
|
variant: "caption",
|
|
1328
1328
|
className: "text-[10px] font-bold uppercase tracking-widest text-text-disabled dark:text-text-disabled-dark mr-1 shrink-0 cursor-help",
|
|
1329
|
-
children: t("
|
|
1329
|
+
children: t("studio_sql_collections_label")
|
|
1330
1330
|
})
|
|
1331
1331
|
}), /* @__PURE__ */ jsx("div", {
|
|
1332
1332
|
className: "flex items-center gap-1.5 overflow-x-auto no-scrollbar",
|
|
@@ -1566,4 +1566,4 @@ function JSONHighlight({ value }) {
|
|
|
1566
1566
|
//#endregion
|
|
1567
1567
|
export { JSEditor };
|
|
1568
1568
|
|
|
1569
|
-
//# sourceMappingURL=JSEditor-
|
|
1569
|
+
//# sourceMappingURL=JSEditor-DbFfg2nh.js.map
|