Compare commits

..

2 Commits

Author SHA1 Message Date
02522c9a15 v3.52.4
Some checks failed
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2026-04-03 19:25:18 +00:00
4370efe6fb fix(appui-maincontent): adjust main content background theme colors 2026-04-03 19:25:18 +00:00
4 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2026-04-03 - 3.52.4 - fix(appui-maincontent)
adjust main content background theme colors
- Update the main content background from pure white/near-black to softer light and dark theme values.
## 2026-04-03 - 3.52.3 - fix(input-richtext)
resolve rich text editor initialization and layout issues by bundling Tiptap locally and anchoring editor containers

View File

@@ -1,6 +1,6 @@
{
"name": "@design.estate/dees-catalog",
"version": "3.52.3",
"version": "3.52.4",
"private": false,
"description": "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.",
"main": "dist_ts_web/index.js",

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-catalog',
version: '3.52.3',
version: '3.52.4',
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
}

View File

@@ -70,7 +70,7 @@ export class DeesAppuiMaincontent extends DeesElement {
grid-template-rows: auto 1fr;
width: 100%;
height: 100%;
background: ${cssManager.bdTheme('#ffffff', '#161616')};
background: ${cssManager.bdTheme('#fafafa', '#0a0a0a')};
}
.maincontainer {