@rebasepro/studio 0.9.1-canary.f0ac103 → 0.9.1-canary.fd3754b
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-Etgw9-Cw.js} +3 -3
- package/dist/{JSEditor-BeHHuxhA.js.map → JSEditor-Etgw9-Cw.js.map} +1 -1
- package/dist/LogsExplorer-J4xfsuv3.js +206 -0
- package/dist/LogsExplorer-J4xfsuv3.js.map +1 -0
- package/dist/{RLSEditor-DO_pFwLP.js → RLSEditor-Cgv_kUVW.js} +16 -29
- package/dist/RLSEditor-Cgv_kUVW.js.map +1 -0
- package/dist/{SQLEditor-_dCqVAN_.js → SQLEditor-ZZsy1Mk6.js} +3 -3
- package/dist/SQLEditor-ZZsy1Mk6.js.map +1 -0
- package/dist/index.es.js +103 -56
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +11709 -0
- package/dist/index.umd.js.map +1 -0
- package/package.json +12 -11
- package/src/components/JSEditor/JSEditor.tsx +3 -3
- package/src/components/LogsExplorer/LogsExplorer.tsx +46 -168
- package/src/components/RLSEditor/RLSEditor.tsx +18 -48
- package/src/components/SQLEditor/SchemaBrowser.tsx +2 -2
- package/src/components/StudioHomePage.tsx +86 -61
- package/dist/LogsExplorer-BCXoGREr.js +0 -298
- package/dist/LogsExplorer-BCXoGREr.js.map +0 -1
- package/dist/RLSEditor-DO_pFwLP.js.map +0 -1
- package/dist/SQLEditor-_dCqVAN_.js.map +0 -1
|
@@ -1153,7 +1153,7 @@ function JSEditor() {
|
|
|
1153
1153
|
className: "flex shrink-0 items-center justify-end gap-1.5",
|
|
1154
1154
|
children: [
|
|
1155
1155
|
/* @__PURE__ */ jsx(Tooltip, {
|
|
1156
|
-
title: "
|
|
1156
|
+
title: "SaveIcon as snippet",
|
|
1157
1157
|
children: /* @__PURE__ */ jsx(IconButton, {
|
|
1158
1158
|
size: "small",
|
|
1159
1159
|
onClick: () => {
|
|
@@ -1518,7 +1518,7 @@ function JSEditor() {
|
|
|
1518
1518
|
open: showSaveDialog,
|
|
1519
1519
|
onOpenChange: setShowSaveDialog,
|
|
1520
1520
|
children: [
|
|
1521
|
-
/* @__PURE__ */ jsx(DialogTitle, { children: "
|
|
1521
|
+
/* @__PURE__ */ jsx(DialogTitle, { children: "SaveIcon Snippet" }),
|
|
1522
1522
|
/* @__PURE__ */ jsx(DialogContent, { children: /* @__PURE__ */ jsx(TextField, {
|
|
1523
1523
|
label: "Snippet name",
|
|
1524
1524
|
value: snippetName,
|
|
@@ -1566,4 +1566,4 @@ function JSONHighlight({ value }) {
|
|
|
1566
1566
|
//#endregion
|
|
1567
1567
|
export { JSEditor };
|
|
1568
1568
|
|
|
1569
|
-
//# sourceMappingURL=JSEditor-
|
|
1569
|
+
//# sourceMappingURL=JSEditor-Etgw9-Cw.js.map
|