@social-mail/social-mail-client 1.8.309 → 1.8.311
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/site-editor/properties/groups/ImageEditor.d.ts.map +1 -1
- package/dist/site-editor/properties/groups/ImageEditor.js +12 -0
- package/dist/site-editor/properties/groups/ImageEditor.js.map +1 -1
- package/dist/site-editor/properties/groups/PositionGroupEditor.d.ts.map +1 -1
- package/dist/site-editor/properties/groups/PositionGroupEditor.js +13 -1
- package/dist/site-editor/properties/groups/PositionGroupEditor.js.map +1 -1
- package/dist/site-editor/suggestions/editorSuggestions.d.ts +32 -0
- package/dist/site-editor/suggestions/editorSuggestions.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/image.d.ts +16 -0
- package/dist/site-editor/suggestions/properties/image.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/image.js +6 -1
- package/dist/site-editor/suggestions/properties/image.js.map +1 -1
- package/dist/site-editor/suggestions/properties/position.d.ts +16 -0
- package/dist/site-editor/suggestions/properties/position.d.ts.map +1 -1
- package/dist/site-editor/suggestions/properties/position.js +7 -2
- package/dist/site-editor/suggestions/properties/position.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +38 -4
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.pack.js +1 -1
- package/dist/web/AppIndex.pack.min.js +1 -1
- package/dist/web/drawer/AppDrawer.js +1 -1
- package/package.json +1 -1
- package/src/site-editor/properties/groups/ImageEditor.tsx +12 -0
- package/src/site-editor/properties/groups/PositionGroupEditor.tsx +21 -0
- package/src/site-editor/suggestions/properties/image.ts +17 -0
- package/src/site-editor/suggestions/properties/position.ts +7 -1
- package/src/web/drawer/AppDrawer.tsx +1 -1
- package/styler-lite/styler.css +1 -1
- package/styler-lite/styler.css.map +1 -1
- package/styler-lite/styles/properties/image/image.css +22 -0
- package/styler-lite/styles/properties/position/position.css +22 -0
|
@@ -47740,7 +47740,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "../../common/Socia
|
|
|
47740
47740
|
commandLink: AppCommands.openHome.displayRoute({})
|
|
47741
47741
|
}), XNode.create("div", {
|
|
47742
47742
|
class: "menu-item-search",
|
|
47743
|
-
"style-
|
|
47743
|
+
"style-display": Bind.oneWay(() => this.menuService.showSearch)
|
|
47744
47744
|
}, XNode.create("input", {
|
|
47745
47745
|
type: "search",
|
|
47746
47746
|
value: Bind.twoWaysImmediate(() => this.menuService.search)
|