@finsemble/finsemble-ui 8.14.6 → 8.14.7
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/package.json +1 -1
- package/react/assets/css/advancedAppLauncher.css +1 -1
- package/react/assets/css/appCatalog.css +2 -2
- package/react/assets/css/dialogs.css +1 -5
- package/react/assets/css/favorites.css +2 -3
- package/react/assets/css/finsemble.css +0 -1
- package/react/assets/css/font-finance.css +0 -2
- package/react/assets/css/search.css +1 -2
- package/react/assets/css/toolbar.css +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finsemble/finsemble-ui",
|
|
3
|
-
"version": "8.14.
|
|
3
|
+
"version": "8.14.7",
|
|
4
4
|
"description": "This library has been deprecated and is being maintained for long term support. Finsemble's UI components can now be imported directly from @finsemble/finsemble-core. See https://documentation.finsemble.com/tutorial-UIComponents.html",
|
|
5
5
|
"files": [
|
|
6
6
|
"*.ts",
|
|
@@ -28,7 +28,7 @@ body.advancedAppLauncher {
|
|
|
28
28
|
|
|
29
29
|
/* the height sum of advanced-app-launcher-nav-top and advanced-app-launcher-nav-bottom should be less or equal to height of advanced-app-launcher */
|
|
30
30
|
.advanced-app-launcher-nav-top {
|
|
31
|
-
max-height:
|
|
31
|
+
max-height: 290px;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
.advanced-app-launcher-nav-bottom {
|
|
@@ -297,7 +297,7 @@ body.app-catalog-body {
|
|
|
297
297
|
color: var(--catalog-font-color);
|
|
298
298
|
overflow: hidden;
|
|
299
299
|
text-overflow: ellipsis;
|
|
300
|
-
display:
|
|
300
|
+
display: block;
|
|
301
301
|
-webkit-line-clamp: 2;
|
|
302
302
|
-webkit-box-orient: vertical;
|
|
303
303
|
padding-left: 3px;
|
|
@@ -332,7 +332,7 @@ body.app-catalog-body {
|
|
|
332
332
|
color: var(--core-primary-5);
|
|
333
333
|
overflow: hidden;
|
|
334
334
|
text-overflow: ellipsis;
|
|
335
|
-
display:
|
|
335
|
+
display: block;
|
|
336
336
|
-webkit-line-clamp: 2;
|
|
337
337
|
-webkit-box-orient: vertical;
|
|
338
338
|
margin-left: -8px;
|
|
@@ -81,11 +81,7 @@ body.dialog input::-webkit-inner-spin-button {
|
|
|
81
81
|
|
|
82
82
|
.controls-wrapper input:focus,
|
|
83
83
|
body.dialog input:focus {
|
|
84
|
-
box-shadow:
|
|
85
|
-
0 0 5px rgba 81,
|
|
86
|
-
203,
|
|
87
|
-
238,
|
|
88
|
-
1;
|
|
84
|
+
box-shadow: 0 0 5px rgba(81 203 238 / 100%);
|
|
89
85
|
border-bottom: 2px solid var(--dialog-input-border-focus-color);
|
|
90
86
|
outline: none;
|
|
91
87
|
}
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
font-size: 8px;
|
|
23
23
|
padding-right: 4px;
|
|
24
24
|
padding-top: 4px;
|
|
25
|
-
align-self:
|
|
25
|
+
align-self: end;
|
|
26
26
|
margin-left: 1em;
|
|
27
27
|
color: var(--toolbar-favorite-delete-icon);
|
|
28
28
|
}
|
|
@@ -43,8 +43,7 @@
|
|
|
43
43
|
.gu-transit {
|
|
44
44
|
opacity: 0.2;
|
|
45
45
|
filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
|
|
46
|
-
|
|
47
|
-
filter: alpha(opacity=20);
|
|
46
|
+
filter: opacity(20%);
|
|
48
47
|
}
|
|
49
48
|
|
|
50
49
|
#favoritesContainer {
|
|
@@ -22,7 +22,6 @@
|
|
|
22
22
|
font-weight: normal;
|
|
23
23
|
font-variant: normal;
|
|
24
24
|
text-transform: none;
|
|
25
|
-
speak: none;
|
|
26
25
|
line-height: 1;
|
|
27
26
|
-webkit-font-smoothing: antialiased;
|
|
28
27
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -35,7 +34,6 @@
|
|
|
35
34
|
font-weight: normal;
|
|
36
35
|
font-variant: normal;
|
|
37
36
|
text-transform: none;
|
|
38
|
-
speak: none;
|
|
39
37
|
line-height: 1;
|
|
40
38
|
-webkit-font-smoothing: antialiased;
|
|
41
39
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
margin-left: 11px;
|
|
37
37
|
width: calc(100% - 43px);
|
|
38
38
|
color: var(--search-menu-font-color);
|
|
39
|
-
transition: border-bottom 0.
|
|
39
|
+
transition: border-bottom 0.2s ease-in;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.search-menu .search-input:focus {
|
|
@@ -67,7 +67,6 @@
|
|
|
67
67
|
vertical-align: middle;
|
|
68
68
|
color: var(--menu-font-color);
|
|
69
69
|
text-transform: none;
|
|
70
|
-
position: right;
|
|
71
70
|
margin-left: 8px;
|
|
72
71
|
}
|
|
73
72
|
|
|
@@ -128,6 +128,7 @@
|
|
|
128
128
|
display: none;
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
|
+
|
|
131
132
|
@media screen and (width <= 390px) {
|
|
132
133
|
/* hide buttons on right. show overflow. */
|
|
133
134
|
.finsemble-toolbar-section.center {
|
|
@@ -331,7 +332,7 @@ img.pinned-icon {
|
|
|
331
332
|
z-index: 2;
|
|
332
333
|
overflow: hidden;
|
|
333
334
|
white-space: nowrap;
|
|
334
|
-
transition-timing-function: ease-in-out
|
|
335
|
+
transition-timing-function: ease-in-out;
|
|
335
336
|
/* stylelint-disable-next-line declaration-block-no-shorthand-property-overrides */
|
|
336
337
|
transition:
|
|
337
338
|
width 0.5s,
|