@babylonjs/shared-ui-components 8.51.2 → 8.52.1

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.
@@ -32,9 +32,9 @@
32
32
  }
33
33
 
34
34
  .frame-comment-span {
35
- white-space: nowrap;
36
- text-overflow: ellipsis;
37
- overflow: hidden;
35
+ white-space: normal;
36
+ overflow-wrap: break-word;
37
+ word-wrap: break-word;
38
38
  }
39
39
 
40
40
  .selected.frame-box-border {
@@ -49,7 +49,7 @@
49
49
  text-align: center;
50
50
  display: grid;
51
51
  grid-template-rows: 100%;
52
- grid-template-columns: calc(100% - 111px) 30px 7px 30px 7px 30px 7px;
52
+ grid-template-columns: calc(100% - 74px) 30px 7px 30px 7px;
53
53
  align-content: center;
54
54
  overflow: hidden;
55
55
  }
@@ -73,13 +73,8 @@
73
73
  grid-row: 1;
74
74
  }
75
75
 
76
- .frame-box-header-focus {
77
- grid-column: 4;
78
- grid-row: 1;
79
- }
80
-
81
76
  .frame-box-header-close {
82
- grid-column: 6;
77
+ grid-column: 4;
83
78
  grid-row: 1;
84
79
  }
85
80
 
@@ -32,12 +32,10 @@
32
32
  grid-column: 1;
33
33
  position: relative;
34
34
  border: 4px solid black;
35
- border-top-right-radius: 7px;
36
- border-top-left-radius: 7px;
35
+ border-top-right-radius: 8px;
36
+ border-top-left-radius: 8px;
37
37
  background: black;
38
38
  color: white;
39
- transform: scaleX(1.01) translateY(-0.5px);
40
- transform-origin: center;
41
39
  display: grid;
42
40
  grid-template-columns: auto 1fr auto;
43
41
  grid-template-rows: 100%;
@@ -104,14 +102,12 @@
104
102
 
105
103
  .comments {
106
104
  position: absolute;
107
- top: -50px;
105
+ bottom: calc(100% + 5px);
108
106
  width: 200px;
109
- height: 45px;
110
- overflow: hidden;
107
+ overflow-wrap: break-word;
108
+ word-wrap: break-word;
111
109
  font-style: italic;
112
110
  opacity: 0.8;
113
- display: grid;
114
- align-items: flex-end;
115
111
  pointer-events: none;
116
112
  }
117
113
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/shared-ui-components",
3
- "version": "8.51.2",
3
+ "version": "8.52.1",
4
4
  "main": "index.js",
5
5
  "module": "index.js",
6
6
  "types": "index.d.ts",