Skip to content

Commit

Permalink
Upgraded dependencies. (#2191)
Browse files Browse the repository at this point in the history
  • Loading branch information
azaslonov authored Jun 3, 2023
1 parent 2f6572a commit 435f7b8
Show file tree
Hide file tree
Showing 15 changed files with 793 additions and 1,130 deletions.
588 changes: 177 additions & 411 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@
"@braintree/sanitize-url": "6.0.2",
"@microsoft/applicationinsights-web": "^2.8.11",
"@monaco-editor/loader": "^1.3.2",
"@paperbits/azure": "0.1.580",
"@paperbits/common": "0.1.580",
"@paperbits/core": "0.1.580",
"@paperbits/forms": "0.1.580",
"@paperbits/prosemirror": "0.1.580",
"@paperbits/styles": "0.1.580",
"@paperbits/azure": "0.1.586",
"@paperbits/common": "0.1.586",
"@paperbits/core": "0.1.586",
"@paperbits/forms": "0.1.586",
"@paperbits/prosemirror": "0.1.586",
"@paperbits/styles": "0.1.586",
"@webcomponents/custom-elements": "1.5.1",
"@webcomponents/shadydom": "^1.10.0",
"client-oauth2": "4.3.3",
Expand Down
194 changes: 98 additions & 96 deletions src/libraries/block-snippets.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/libraries/grid-snippets.json

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/startup.design.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { InversifyInjector } from "@paperbits/common/injection";
import { OfflineModule } from "@paperbits/common/persistence/offline.module";
import { CoreDesignModule } from "@paperbits/core/core.design.module";
import { FormsDesignModule } from "@paperbits/forms/forms.design.module";
import { ProseMirrorModule } from "@paperbits/prosemirror/prosemirror.module";
import { StylesDesignModule } from "@paperbits/styles/styles.design.module";
import { ApimDesignModule } from "./apim.design.module";
import { SessionExpirationErrorHandler } from "./errors/sessionExpirationErrorHandler";
Expand All @@ -16,7 +15,6 @@ const injector = new InversifyInjector();
injector.bindToCollection("autostart", SessionExpirationErrorHandler);
injector.bindModule(new CoreDesignModule());
injector.bindModule(new StylesDesignModule());
injector.bindModule(new ProseMirrorModule());
injector.bindModule(new FormsDesignModule());
injector.bindModule(new ApimDesignModule());
injector.bindModule(new OfflineModule({ autosave: false }));
Expand Down
2 changes: 0 additions & 2 deletions src/startup.publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { InversifyInjector } from "@paperbits/common/injection";
import { IPublisher } from "@paperbits/common/publishing";
import { CorePublishModule } from "@paperbits/core/core.publish.module";
import { FormsModule } from "@paperbits/forms/forms.module";
import { ProseMirrorModule } from "@paperbits/prosemirror/prosemirror.module";
import { StylePublishModule } from "@paperbits/styles/styles.publish.module";
import { staticDataEnvironment, mockStaticDataEnvironment } from "./../environmentConstants";
import { ApimPublishModule } from "./apim.publish.module";
Expand Down Expand Up @@ -38,7 +37,6 @@ const outputBlobStorage = new FileSystemBlobStorage("./dist/website");
const injector = new InversifyInjector();
injector.bindModule(new CorePublishModule());
injector.bindModule(new StylePublishModule());
injector.bindModule(new ProseMirrorModule());
injector.bindModule(new FormsModule());
injector.bindModule(new ApimPublishModule());
injector.bindInstance("settingsProvider", settingsProvider);
Expand Down
Binary file modified src/themes/designer/styles/fonts/paperbits.eot
Binary file not shown.
417 changes: 348 additions & 69 deletions src/themes/designer/styles/fonts/paperbits.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/themes/designer/styles/fonts/paperbits.ttf
Binary file not shown.
Binary file modified src/themes/designer/styles/fonts/paperbits.woff
Binary file not shown.
Binary file modified src/themes/designer/styles/fonts/paperbits.woff2
Binary file not shown.
53 changes: 8 additions & 45 deletions src/themes/designer/styles/grid.scss
Original file line number Diff line number Diff line change
@@ -1,43 +1,3 @@
// .cell {
// border: 1px dashed #ccc;
// text-align: center;
// position: relative;
// overflow: auto;
// }

// .resize-handle {
// position: absolute;
// border-radius: 50%;
// width: 15px;
// height: 15px;
// background: #00afef;

// &.resize-handle-top {
// top: 0;
// left: 50%;
// transform: translateX(-50%) translateY(-50%);
// cursor: ns-resize;
// }
// &.resize-handle-bottom {
// bottom: 0;
// left: 50%;
// transform: translateX(-50%) translateY(50%);
// cursor: ns-resize;
// }
// &.resize-handle-left {
// top: 50%;
// left: 0;
// transform: translateX(-50%) translateY(-50%);
// cursor: ew-resize;
// }
// &.resize-handle-right {
// top: 50%;
// right: 0;
// transform: translateX(50%) translateY(-50%);
// cursor: ew-resize;
// }
// }

.snippet-grid {
display: grid;
grid-template-columns: repeat(12, 10px);
Expand All @@ -46,22 +6,25 @@
column-gap: 0 !important;
margin: 5px !important;
width: 80px !important;
height: 50px !important;
float: left;
@include selection(15px, -5px);
padding: 2px;

&:hover {
&:hover,
&:focus {
@include selection(15px, -5px);
cursor: pointer;
}
}

.snippet-grid-cell {
background: #d9d9d9;
outline: 1px solid gray;
min-width: 15px;
min-height: 20px;
min-width: 10px;
min-height: 10px;
margin: 2px;

&[role="article"] {
&[future-role="article"] {
background: #bfbfbf;
}
}
Loading

0 comments on commit 435f7b8

Please sign in to comment.