@powerhousedao/codegen 6.0.0-dev.13 → 6.0.0-dev.15

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.
@@ -13,6 +13,8 @@ export default function Editor(props: EditorProps) {
13
13
  // you can update these configs in `./config.ts`
14
14
  useSetPHDriveEditorConfig(editorConfig);
15
15
  return (
16
- <DriveExplorer {...props} />
16
+ <div className="bg-gray-50 p-6">
17
+ <DriveExplorer {...props} />
18
+ </div>
17
19
  );
18
20
  }
@@ -24,7 +24,7 @@ export default function Editor() {
24
24
  };
25
25
 
26
26
  return (
27
- <div className="min-h-screen bg-gray-50">
27
+ <div className="min-h-screen bg-gray-50 p-6">
28
28
  <DocumentToolbar />
29
29
  <div className="ph-default-styles">
30
30
  <div className="flex justify-center px-4 py-8">
@@ -12,7 +12,7 @@ export default function Editor() {
12
12
  };
13
13
 
14
14
  return (
15
- <div className="mx-auto max-w-4xl p-6">
15
+ <div className="mx-auto max-w-4xl bg-gray-50 p-6">
16
16
  <DocumentToolbar />
17
17
 
18
18
  {/* "ph-default-styles" sets default styles for basic UI elements */}
@@ -1 +1 @@
1
- {"version":3,"file":"editor.d.ts","sourceRoot":"","sources":["../../../../src/templates/drive-editor/editor.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,6BAA6B,cAgBrC,CAAC"}
1
+ {"version":3,"file":"editor.d.ts","sourceRoot":"","sources":["../../../../src/templates/drive-editor/editor.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,6BAA6B,cAkBrC,CAAC"}
@@ -11,7 +11,9 @@ export default function Editor(props: EditorProps) {
11
11
  // you can update these configs in \`./config.ts\`
12
12
  useSetPHDriveEditorConfig(editorConfig);
13
13
  return (
14
- <DriveExplorer {...props} />
14
+ <div className="bg-gray-50 p-6">
15
+ <DriveExplorer {...props} />
16
+ </div>
15
17
  );
16
18
  }
17
19
  `.raw;
@@ -1 +1 @@
1
- {"version":3,"file":"editor.js","sourceRoot":"","sources":["../../../../src/templates/drive-editor/editor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AAEjC,MAAM,CAAC,MAAM,6BAA6B,GAAG,GAAG,EAAE,CAChD,GAAG,CAAA;;;;;;;;;;;;;;;CAeJ,CAAC,GAAG,CAAC"}
1
+ {"version":3,"file":"editor.js","sourceRoot":"","sources":["../../../../src/templates/drive-editor/editor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AAEjC,MAAM,CAAC,MAAM,6BAA6B,GAAG,GAAG,EAAE,CAChD,GAAG,CAAA;;;;;;;;;;;;;;;;;CAiBJ,CAAC,GAAG,CAAC"}