@design.estate/dees-catalog 3.52.3 → 3.52.4
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_bundle/bundle.js +3 -3
- package/dist_ts_web/00_commitinfo_data.js +1 -1
- package/dist_ts_web/elements/00group-appui/dees-appui-maincontent/dees-appui-maincontent.js +1 -1
- package/dist_watch/bundle.js +1 -1
- package/dist_watch/bundle.js.map +1 -1
- package/package.json +1 -1
- package/ts_web/00_commitinfo_data.ts +1 -1
- package/ts_web/elements/00group-appui/dees-appui-maincontent/dees-appui-maincontent.ts +1 -1
package/dist_bundle/bundle.js
CHANGED
|
@@ -170772,7 +170772,7 @@ __publicField(_DeesAppuiMaincontent, "styles", [
|
|
|
170772
170772
|
grid-template-rows: auto 1fr;
|
|
170773
170773
|
width: 100%;
|
|
170774
170774
|
height: 100%;
|
|
170775
|
-
background: ${cssManager.bdTheme("#
|
|
170775
|
+
background: ${cssManager.bdTheme("#fafafa", "#0a0a0a")};
|
|
170776
170776
|
}
|
|
170777
170777
|
|
|
170778
170778
|
.maincontainer {
|
|
@@ -196945,7 +196945,7 @@ init_group_runtime();
|
|
|
196945
196945
|
// ts_web/00_commitinfo_data.ts
|
|
196946
196946
|
var commitinfo = {
|
|
196947
196947
|
name: "@design.estate/dees-catalog",
|
|
196948
|
-
version: "3.52.
|
|
196948
|
+
version: "3.52.4",
|
|
196949
196949
|
description: "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript."
|
|
196950
196950
|
};
|
|
196951
196951
|
export {
|
|
@@ -198912,4 +198912,4 @@ ibantools/jsnext/ibantools.js:
|
|
|
198912
198912
|
* @preferred
|
|
198913
198913
|
*)
|
|
198914
198914
|
*/
|
|
198915
|
-
//# sourceMappingURL=bundle-
|
|
198915
|
+
//# sourceMappingURL=bundle-1775244332575.js.map
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@design.estate/dees-catalog',
|
|
6
|
-
version: '3.52.
|
|
6
|
+
version: '3.52.4',
|
|
7
7
|
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHNfd2ViLzAwX2NvbW1pdGluZm9fZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRztJQUN4QixJQUFJLEVBQUUsNkJBQTZCO0lBQ25DLE9BQU8sRUFBRSxRQUFRO0lBQ2pCLFdBQVcsRUFBRSxzSkFBc0o7Q0FDcEssQ0FBQSJ9
|
|
@@ -138,7 +138,7 @@ let DeesAppuiMaincontent = (() => {
|
|
|
138
138
|
grid-template-rows: auto 1fr;
|
|
139
139
|
width: 100%;
|
|
140
140
|
height: 100%;
|
|
141
|
-
background: ${cssManager.bdTheme('#
|
|
141
|
+
background: ${cssManager.bdTheme('#fafafa', '#0a0a0a')};
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
.maincontainer {
|
package/dist_watch/bundle.js
CHANGED
|
@@ -176112,7 +176112,7 @@ __publicField(_DeesAppuiMaincontent, "styles", [
|
|
|
176112
176112
|
grid-template-rows: auto 1fr;
|
|
176113
176113
|
width: 100%;
|
|
176114
176114
|
height: 100%;
|
|
176115
|
-
background: ${cssManager.bdTheme("#
|
|
176115
|
+
background: ${cssManager.bdTheme("#fafafa", "#0a0a0a")};
|
|
176116
176116
|
}
|
|
176117
176117
|
|
|
176118
176118
|
.maincontainer {
|