verstak 0.24.274 → 0.24.276
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.
|
@@ -759,7 +759,7 @@ export const Constants = {
|
|
|
759
759
|
partition: "part",
|
|
760
760
|
splitter: "splitter",
|
|
761
761
|
group: "group",
|
|
762
|
-
layouts: ["
|
|
762
|
+
layouts: ["panel", "table", "note", "group", "", "", ""],
|
|
763
763
|
keyAttrName: "key",
|
|
764
764
|
kindAttrName: "kind",
|
|
765
765
|
};
|
|
@@ -808,6 +808,7 @@ const VerstakDriversByLayout = [
|
|
|
808
808
|
const s = el.style;
|
|
809
809
|
s.display = owner.isTable ? "contents" : "flex";
|
|
810
810
|
s.flexDirection = "row";
|
|
811
|
+
s.alignItems = "center";
|
|
811
812
|
s.gap = "inherit";
|
|
812
813
|
},
|
|
813
814
|
el => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "verstak",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.276",
|
|
4
4
|
"description": "Verstak - Front-End Library",
|
|
5
5
|
"publisher": "Nezaboodka Software",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"homepage": "https://github.com/nezaboodka/verstak/blob/master/README.md#readme",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"reactronic": "^0.24.
|
|
34
|
+
"reactronic": "^0.24.272"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/node": "20.11.17",
|