Skip to content

Commit

Permalink
v0.18.7. Update no-code editor to 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
protozoo committed Sep 24, 2024
1 parent 2a6f1b4 commit 0c060b7
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GenieBuilder"
uuid = "c9453c14-af8a-11ec-351d-c7c9a2035d70"
authors = ["Adrian Salceanu"]
version = "0.18.6"
version = "0.18.7"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
4 changes: 2 additions & 2 deletions public/data/blockDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"editable": false,
"description": "TBD.\n\n\n\n",
"tagName": "Q-TAB-PANEL",
"content": " <q-tab-panel name=\"default\"></q-tab-panel>",
"content": " <q-tab-panel gb_c__name=\"default\"></q-tab-panel>",
"droppable": true,
"nestable": true,
"properties": [
Expand Down Expand Up @@ -2303,7 +2303,7 @@
"description": "The QCard component is a great way to display important pieces of grouped content. This pattern is quickly emerging as a core design pattern for Apps, website previews and email content. It assists the viewer by containing and organizing information, while also setting up predictable expectations.\n\nWith so much content to display at once, and often so little screen real-estate, Cards have fast become the design pattern of choice for many companies, including the likes of Google and Twitter.\n\nThe QCard component is intentionally lightweight and essentially a containing element that is capable of \"hosting\" any other component that is appropriate.\n\n\n\n\n",
"tagName": "Q-CARD",
"content": "<q-card><p>Card text</p></q-card>",
"droppable": false,
"droppable": true,
"nestable": true,
"properties": [
{
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html lang="" data-theme="light"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><script src="./data/tailwind.js"></script><script type="module" src="https://md-block.verou.me/md-block.js"></script><script src="./libs/beautify-html.min.js"></script><script src="./libs/grapes.min.js"></script><script src="./libs/grapesjs-plugin-ckeditor.min.js"></script><script src="./libs/ckeditor4-release-4.16.x/ckeditor.js"></script><script src="./libs/grapesjs-code-editor.min.js"></script><title>GenieBuilder</title><link href="css/app.02132cb0.css" rel="preload" as="style"><link href="css/chunk-vendors.7dc1cf32.css" rel="preload" as="style"><link href="js/app.959b5064.js" rel="preload" as="script"><link href="js/chunk-vendors.ef2f301a.js" rel="preload" as="script"><link href="css/chunk-vendors.7dc1cf32.css" rel="stylesheet"><link href="css/app.02132cb0.css" rel="stylesheet"></head><body style="padding: 0 0px;" role="document"><div id="Main_App_varMain_App_ReactiveModel"></div><noscript><strong>We're sorry but GenieBuilder doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><style>.gjs-two-color {
<!DOCTYPE html><html lang="" data-theme="light"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><script src="./data/tailwind.js"></script><script type="module" src="https://md-block.verou.me/md-block.js"></script><script src="./libs/beautify-html.min.js"></script><script src="./libs/grapes.min.js"></script><script src="./libs/grapesjs-plugin-ckeditor.min.js"></script><script src="./libs/ckeditor4-release-4.16.x/ckeditor.js"></script><script src="./libs/grapesjs-code-editor.min.js"></script><title>GenieBuilder</title><link href="css/app.02132cb0.css" rel="preload" as="style"><link href="css/chunk-vendors.7dc1cf32.css" rel="preload" as="style"><link href="js/app.e8131cb6.js" rel="preload" as="script"><link href="js/chunk-vendors.ef2f301a.js" rel="preload" as="script"><link href="css/chunk-vendors.7dc1cf32.css" rel="stylesheet"><link href="css/app.02132cb0.css" rel="stylesheet"></head><body style="padding: 0 0px;" role="document"><div id="Main_App_varMain_App_ReactiveModel"></div><noscript><strong>We're sorry but GenieBuilder doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><style>.gjs-two-color {
background-color: unset;
color: unset;
font-weight: 600;
Expand Down Expand Up @@ -27,4 +27,4 @@
background-color: #0000005c;
padding: 10px;
margin: 10px 0px;
}</style><script src="js/chunk-vendors.ef2f301a.js"></script><script src="js/app.959b5064.js"></script></body></html>
}</style><script src="js/chunk-vendors.ef2f301a.js"></script><script src="js/app.e8131cb6.js"></script></body></html>
2 changes: 0 additions & 2 deletions public/js/app.959b5064.js

This file was deleted.

1 change: 0 additions & 1 deletion public/js/app.959b5064.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions public/js/app.e8131cb6.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/js/app.e8131cb6.js.map

Large diffs are not rendered by default.

0 comments on commit 0c060b7

Please sign in to comment.