@node-projects/web-component-designer 0.0.197 → 0.0.198
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.
|
@@ -23,7 +23,7 @@ export class PropertyGridPropertyList extends BaseCustomWebComponentLazyAppend {
|
|
|
23
23
|
.content-wrapper {
|
|
24
24
|
padding: .5em;
|
|
25
25
|
display: grid;
|
|
26
|
-
grid-template-columns: 11px auto minmax(80px,
|
|
26
|
+
grid-template-columns: 11px auto minmax(80px, min-content);
|
|
27
27
|
align-items: center;
|
|
28
28
|
grid-auto-rows: minmax(24px, auto);
|
|
29
29
|
align-items: center;
|
|
@@ -41,7 +41,7 @@ export class PropertyGridPropertyList extends BaseCustomWebComponentLazyAppend {
|
|
|
41
41
|
box-sizing: border-box;
|
|
42
42
|
display: inline-block;
|
|
43
43
|
font-size: 13px;
|
|
44
|
-
width:
|
|
44
|
+
width: auto;
|
|
45
45
|
overflow: hidden;
|
|
46
46
|
text-overflow: ellipsis;
|
|
47
47
|
margin-right: 2px;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"description": "A UI designer for Polymer apps",
|
|
3
3
|
"name": "@node-projects/web-component-designer",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.198",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"author": "",
|
|
@@ -17,21 +17,21 @@
|
|
|
17
17
|
"construct-style-sheets-polyfill": "^3.1.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@adobe/css-tools": "^4.
|
|
20
|
+
"@adobe/css-tools": "^4.2.0",
|
|
21
21
|
"@node-projects/lean-he-esm": "^3.3.0",
|
|
22
22
|
"@node-projects/node-html-parser-esm": "^2.5.1",
|
|
23
23
|
"@papyrs/stylo": "^0.0.42",
|
|
24
24
|
"@types/codemirror": "^5.60.7",
|
|
25
|
-
"@types/css-tree": "^2.3.
|
|
25
|
+
"@types/css-tree": "^2.3.1",
|
|
26
26
|
"@types/jquery": "^3.5.16",
|
|
27
27
|
"@types/jquery.fancytree": "0.0.7",
|
|
28
|
-
"@types/node": "^18.
|
|
29
|
-
"ace-builds": "^1.15.
|
|
28
|
+
"@types/node": "^18.14.0",
|
|
29
|
+
"ace-builds": "^1.15.2",
|
|
30
30
|
"codemirror": "^6.0.1",
|
|
31
31
|
"css-tree": "^2.3.1",
|
|
32
32
|
"esprima-next": "^5.8.4",
|
|
33
33
|
"html2canvas": "*",
|
|
34
|
-
"jest": "^29.4.
|
|
34
|
+
"jest": "^29.4.3",
|
|
35
35
|
"jquery": "^3.6.3",
|
|
36
36
|
"jquery.fancytree": "^2.38.3",
|
|
37
37
|
"mdn-data": "^2.0.31",
|