@breadstone/mosaik-elements-foundation 0.1.52 → 0.1.53
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/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Cosmopolitan.js +4 -4
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Joy.js +1 -1
- package/Controls/Components/Overlays/Drawer/Themes/DrawerContentElement.Memphis.js +4 -4
- package/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.d.ts.map +1 -1
- package/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.js +8 -1
- package/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.js.map +1 -1
- package/Controls/Components/Shell/Themes/AppElement.Joy.d.ts.map +1 -1
- package/Controls/Components/Shell/Themes/AppElement.Joy.js +8 -1
- package/Controls/Components/Shell/Themes/AppElement.Joy.js.map +1 -1
- package/Controls/Components/Shell/Themes/AppElement.Memphis.d.ts.map +1 -1
- package/Controls/Components/Shell/Themes/AppElement.Memphis.js +8 -1
- package/Controls/Components/Shell/Themes/AppElement.Memphis.js.map +1 -1
- package/package.json +3 -3
|
@@ -21,10 +21,10 @@ export function drawerContentElementCosmopolitanStyle() {
|
|
|
21
21
|
--drawer-content-font-text-transform: unset;
|
|
22
22
|
--drawer-content-font-weight: unset;
|
|
23
23
|
--drawer-content-gap: unset;
|
|
24
|
-
--drawer-content-inset-bottom:
|
|
25
|
-
--drawer-content-inset-left:
|
|
26
|
-
--drawer-content-inset-right:
|
|
27
|
-
--drawer-content-inset-top:
|
|
24
|
+
--drawer-content-inset-bottom: 0px;
|
|
25
|
+
--drawer-content-inset-left: 0px;
|
|
26
|
+
--drawer-content-inset-right: 0px;
|
|
27
|
+
--drawer-content-inset-top: 0px;
|
|
28
28
|
--drawer-content-padding-bottom: unset;
|
|
29
29
|
--drawer-content-padding-left: unset;
|
|
30
30
|
--drawer-content-padding-right: unset;
|
|
@@ -22,7 +22,7 @@ export function drawerContentElementJoyStyle() {
|
|
|
22
22
|
--drawer-content-font-weight: unset;
|
|
23
23
|
--drawer-content-gap: var(--joy-layout-space);
|
|
24
24
|
--drawer-content-inset-bottom: var(--joy-layout-space);
|
|
25
|
-
--drawer-content-inset-left:
|
|
25
|
+
--drawer-content-inset-left: 0px;
|
|
26
26
|
--drawer-content-inset-right: var(--joy-layout-space);
|
|
27
27
|
--drawer-content-inset-top: var(--joy-layout-space);
|
|
28
28
|
--drawer-content-padding-bottom: unset;
|
|
@@ -21,10 +21,10 @@ export function drawerContentElementMemphisStyle() {
|
|
|
21
21
|
--drawer-content-font-text-transform: unset;
|
|
22
22
|
--drawer-content-font-weight: unset;
|
|
23
23
|
--drawer-content-gap: var(--memphis-layout-space);
|
|
24
|
-
--drawer-content-inset-bottom:
|
|
25
|
-
--drawer-content-inset-left:
|
|
26
|
-
--drawer-content-inset-right:
|
|
27
|
-
--drawer-content-inset-top:
|
|
24
|
+
--drawer-content-inset-bottom: 0px;
|
|
25
|
+
--drawer-content-inset-left: 0px;
|
|
26
|
+
--drawer-content-inset-right: 0px;
|
|
27
|
+
--drawer-content-inset-top: 0px;
|
|
28
28
|
--drawer-content-padding-bottom: unset;
|
|
29
29
|
--drawer-content-padding-left: unset;
|
|
30
30
|
--drawer-content-padding-right: unset;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppElement.Cosmopolitan.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAI1D;;GAEG;AACH,wBAAgB,2BAA2B,IAAI,SAAS,
|
|
1
|
+
{"version":3,"file":"AppElement.Cosmopolitan.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAI1D;;GAEG;AACH,wBAAgB,2BAA2B,IAAI,SAAS,CA6IvD"}
|
|
@@ -14,7 +14,7 @@ export function appElementCosmopolitanStyle() {
|
|
|
14
14
|
return css `
|
|
15
15
|
:host {
|
|
16
16
|
--app-background-color: var(--cosmopolitan-scheme-background);
|
|
17
|
-
--app-body-offset-top:
|
|
17
|
+
--app-body-offset-top: 0px;
|
|
18
18
|
--app-border-color: unset;
|
|
19
19
|
--app-border-radius: unset;
|
|
20
20
|
--app-border-style: solid;
|
|
@@ -124,22 +124,29 @@ export function appElementCosmopolitanStyle() {
|
|
|
124
124
|
border-radius: var(--app-view-border-radius);
|
|
125
125
|
border-style: var(--app-view-border-style);
|
|
126
126
|
border-width: var(--app-view-border-width);
|
|
127
|
+
flex-direction: column;
|
|
128
|
+
min-height: 0;
|
|
129
|
+
display: flex;
|
|
127
130
|
}
|
|
128
131
|
|
|
129
132
|
:host [part="body"] {
|
|
130
133
|
height: calc(100% - var(--app-body-offset-top));
|
|
131
134
|
flex-direction: row;
|
|
135
|
+
flex: 0 auto;
|
|
132
136
|
width: 100%;
|
|
137
|
+
min-height: 0;
|
|
133
138
|
display: flex;
|
|
134
139
|
}
|
|
135
140
|
|
|
136
141
|
:host [part="body"] [part="main"] {
|
|
137
142
|
flex: 1;
|
|
138
143
|
width: 100%;
|
|
144
|
+
min-height: 0;
|
|
139
145
|
overflow: auto;
|
|
140
146
|
}
|
|
141
147
|
|
|
142
148
|
:host [part="body"] [part="rail"] {
|
|
149
|
+
min-height: 0;
|
|
143
150
|
overflow: auto;
|
|
144
151
|
}
|
|
145
152
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppElement.Cosmopolitan.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,kBAAkB;AAElB,OAAO,EAAE,GAAG,EAAkB,MAAM,qBAAqB,CAAC;AAE1D,aAAa;AAEb;;GAEG;AACH,MAAM,UAAU,2BAA2B;IACvC,OAAO,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"AppElement.Cosmopolitan.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Shell/Themes/AppElement.Cosmopolitan.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,kBAAkB;AAElB,OAAO,EAAE,GAAG,EAAkB,MAAM,qBAAqB,CAAC;AAE1D,aAAa;AAEb;;GAEG;AACH,MAAM,UAAU,2BAA2B;IACvC,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA2IT,CAAC;AACN,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppElement.Joy.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Shell/Themes/AppElement.Joy.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAI1D;;GAEG;AACH,wBAAgB,kBAAkB,IAAI,SAAS,
|
|
1
|
+
{"version":3,"file":"AppElement.Joy.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Shell/Themes/AppElement.Joy.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAI1D;;GAEG;AACH,wBAAgB,kBAAkB,IAAI,SAAS,CAiJ9C"}
|
|
@@ -14,7 +14,7 @@ export function appElementJoyStyle() {
|
|
|
14
14
|
return css `
|
|
15
15
|
:host {
|
|
16
16
|
--app-background-color: var(--joy-scheme-background);
|
|
17
|
-
--app-body-offset-top:
|
|
17
|
+
--app-body-offset-top: 0px;
|
|
18
18
|
--app-border-color: unset;
|
|
19
19
|
--app-border-radius: unset;
|
|
20
20
|
--app-border-style: solid;
|
|
@@ -124,22 +124,29 @@ export function appElementJoyStyle() {
|
|
|
124
124
|
border-radius: var(--app-view-border-radius);
|
|
125
125
|
border-style: var(--app-view-border-style);
|
|
126
126
|
border-width: var(--app-view-border-width);
|
|
127
|
+
flex-direction: column;
|
|
128
|
+
min-height: 0;
|
|
129
|
+
display: flex;
|
|
127
130
|
}
|
|
128
131
|
|
|
129
132
|
:host [part="body"] {
|
|
130
133
|
height: calc(100% - var(--app-body-offset-top));
|
|
131
134
|
flex-direction: row;
|
|
135
|
+
flex: 0 auto;
|
|
132
136
|
width: 100%;
|
|
137
|
+
min-height: 0;
|
|
133
138
|
display: flex;
|
|
134
139
|
}
|
|
135
140
|
|
|
136
141
|
:host [part="body"] [part="main"] {
|
|
137
142
|
flex: 1;
|
|
138
143
|
width: 100%;
|
|
144
|
+
min-height: 0;
|
|
139
145
|
overflow: auto;
|
|
140
146
|
}
|
|
141
147
|
|
|
142
148
|
:host [part="body"] [part="rail"] {
|
|
149
|
+
min-height: 0;
|
|
143
150
|
overflow: auto;
|
|
144
151
|
}
|
|
145
152
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppElement.Joy.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Shell/Themes/AppElement.Joy.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,kBAAkB;AAElB,OAAO,EAAE,GAAG,EAAkB,MAAM,qBAAqB,CAAC;AAE1D,aAAa;AAEb;;GAEG;AACH,MAAM,UAAU,kBAAkB;IAC9B,OAAO,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"AppElement.Joy.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Shell/Themes/AppElement.Joy.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,kBAAkB;AAElB,OAAO,EAAE,GAAG,EAAkB,MAAM,qBAAqB,CAAC;AAE1D,aAAa;AAEb;;GAEG;AACH,MAAM,UAAU,kBAAkB;IAC9B,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA+IT,CAAC;AACN,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppElement.Memphis.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Shell/Themes/AppElement.Memphis.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAI1D;;GAEG;AACH,wBAAgB,sBAAsB,IAAI,SAAS,
|
|
1
|
+
{"version":3,"file":"AppElement.Memphis.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Shell/Themes/AppElement.Memphis.ts"],"names":[],"mappings":"AASA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAI1D;;GAEG;AACH,wBAAgB,sBAAsB,IAAI,SAAS,CA6IlD"}
|
|
@@ -14,7 +14,7 @@ export function appElementMemphisStyle() {
|
|
|
14
14
|
return css `
|
|
15
15
|
:host {
|
|
16
16
|
--app-background-color: var(--memphis-scheme-background);
|
|
17
|
-
--app-body-offset-top:
|
|
17
|
+
--app-body-offset-top: 0px;
|
|
18
18
|
--app-border-color: unset;
|
|
19
19
|
--app-border-radius: unset;
|
|
20
20
|
--app-border-style: solid;
|
|
@@ -124,22 +124,29 @@ export function appElementMemphisStyle() {
|
|
|
124
124
|
border-radius: var(--app-view-border-radius);
|
|
125
125
|
border-style: var(--app-view-border-style);
|
|
126
126
|
border-width: var(--app-view-border-width);
|
|
127
|
+
flex-direction: column;
|
|
128
|
+
min-height: 0;
|
|
129
|
+
display: flex;
|
|
127
130
|
}
|
|
128
131
|
|
|
129
132
|
:host [part="body"] {
|
|
130
133
|
height: calc(100% - var(--app-body-offset-top));
|
|
131
134
|
flex-direction: row;
|
|
135
|
+
flex: 0 auto;
|
|
132
136
|
width: 100%;
|
|
137
|
+
min-height: 0;
|
|
133
138
|
display: flex;
|
|
134
139
|
}
|
|
135
140
|
|
|
136
141
|
:host [part="body"] [part="main"] {
|
|
137
142
|
flex: 1;
|
|
138
143
|
width: 100%;
|
|
144
|
+
min-height: 0;
|
|
139
145
|
overflow: auto;
|
|
140
146
|
}
|
|
141
147
|
|
|
142
148
|
:host [part="body"] [part="rail"] {
|
|
149
|
+
min-height: 0;
|
|
143
150
|
overflow: auto;
|
|
144
151
|
}
|
|
145
152
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppElement.Memphis.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Shell/Themes/AppElement.Memphis.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,kBAAkB;AAElB,OAAO,EAAE,GAAG,EAAkB,MAAM,qBAAqB,CAAC;AAE1D,aAAa;AAEb;;GAEG;AACH,MAAM,UAAU,sBAAsB;IAClC,OAAO,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"AppElement.Memphis.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Shell/Themes/AppElement.Memphis.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,kBAAkB;AAElB,OAAO,EAAE,GAAG,EAAkB,MAAM,qBAAqB,CAAC;AAE1D,aAAa;AAEb;;GAEG;AACH,MAAM,UAAU,sBAAsB;IAClC,OAAO,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA2IT,CAAC;AACN,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-elements-foundation",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.53",
|
|
4
4
|
"description": "Mosaik elements components package.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@breadstone/mosaik-elements": "0.1.
|
|
18
|
-
"@breadstone/mosaik-themes": "0.1.
|
|
17
|
+
"@breadstone/mosaik-elements": "0.1.53",
|
|
18
|
+
"@breadstone/mosaik-themes": "0.1.53",
|
|
19
19
|
"tslib": "2.8.1"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|