@vitrosoftware/common-ui-ts 1.1.66 → 1.1.68

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.
@@ -4,6 +4,7 @@
4
4
  position: relative;
5
5
  margin-bottom: 16px;
6
6
  height: 24px;
7
+ max-width: 100%;
7
8
  }
8
9
 
9
10
  .vitro-breadcrumbs li {
@@ -17,6 +18,10 @@
17
18
  align-items: center;
18
19
  }
19
20
 
21
+ .vitro-breadcrumbs li > div:first-child {
22
+ cursor: pointer;
23
+ }
24
+
20
25
  .vitro-breadcrumbs-list-wrap {
21
26
  display: flex;
22
27
  position: relative;
@@ -36,7 +41,6 @@
36
41
  color: #8E98A3;
37
42
  font-size: 14px;
38
43
  line-height: 16px;
39
- cursor: pointer;
40
44
  display: flex;
41
45
  align-items: center;
42
46
  }
@@ -63,6 +67,7 @@
63
67
  .vitro-breadcrumbs-list > li:last-child{
64
68
  color: #222D44;
65
69
  font-family: 'InterMedium';
70
+ pointer-events: none;
66
71
  }
67
72
 
68
73
  .vitro-breadcrumbs-button {
@@ -5,7 +5,7 @@
5
5
  right: 0;
6
6
  top: 0;
7
7
  bottom: 0;
8
- z-index: 10000;
8
+ z-index: 1000000;
9
9
  display: flex;
10
10
  align-items: center;
11
11
  justify-content: center;
@@ -580,15 +580,21 @@
580
580
  color: #BDBDBD;
581
581
  }
582
582
 
583
- .TWCell .vitro-flex > .vitro-avatar,
584
583
  .TWCell .vitro-flex > .vitro-icon {
585
584
  margin-right: 4px;
586
- font-size: 12px;
587
585
  line-height: 24px;
588
586
  width: 24px;
589
587
  height: 24px;
590
588
  }
591
589
 
590
+ .TWCell .vitro-flex > .vitro-avatar {
591
+ width: 28px;
592
+ height: 28px;
593
+ line-height: 28px;
594
+ font-size: 14px;
595
+ margin-right: 4px;
596
+ }
597
+
592
598
  .TWRowAbove {
593
599
  margin: 0;
594
600
  padding: 0 24px;
@@ -4,7 +4,7 @@
4
4
  position: absolute;
5
5
  width: 241px;
6
6
  height: 96px;
7
- z-index: 10000000;
7
+ z-index: 100000;
8
8
  }
9
9
 
10
10
  .vitro-uploader:global(.vitro-dropzone-active) {
package/dist/index.css CHANGED
@@ -56,6 +56,7 @@
56
56
  position: relative;
57
57
  margin-bottom: 16px;
58
58
  height: 24px;
59
+ max-width: 100%;
59
60
  }
60
61
 
61
62
  ._breadcrumbs_vitro-breadcrumbs_3r4NcQY li {
@@ -69,6 +70,10 @@
69
70
  align-items: center;
70
71
  }
71
72
 
73
+ ._breadcrumbs_vitro-breadcrumbs_3r4NcQY li > div:first-child {
74
+ cursor: pointer;
75
+ }
76
+
72
77
  ._breadcrumbs_vitro-breadcrumbs-list-wrap_1_JBrw0 {
73
78
  display: flex;
74
79
  position: relative;
@@ -88,7 +93,6 @@
88
93
  color: #8E98A3;
89
94
  font-size: 14px;
90
95
  line-height: 16px;
91
- cursor: pointer;
92
96
  display: flex;
93
97
  align-items: center;
94
98
  }
@@ -115,6 +119,7 @@
115
119
  ._breadcrumbs_vitro-breadcrumbs-list_1SNtgtJ > li:last-child{
116
120
  color: #222D44;
117
121
  font-family: 'InterMedium';
122
+ pointer-events: none;
118
123
  }
119
124
 
120
125
  ._breadcrumbs_vitro-breadcrumbs-button_3fazq3c {
@@ -542,7 +547,7 @@
542
547
  position: absolute;
543
548
  width: 241px;
544
549
  height: 96px;
545
- z-index: 10000000;
550
+ z-index: 100000;
546
551
  }
547
552
 
548
553
  ._uploader_vitro-uploader_237vX7T.vitro-dropzone-active {
@@ -4243,7 +4248,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
4243
4248
  right: 0;
4244
4249
  top: 0;
4245
4250
  bottom: 0;
4246
- z-index: 10000;
4251
+ z-index: 1000000;
4247
4252
  display: flex;
4248
4253
  align-items: center;
4249
4254
  justify-content: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitrosoftware/common-ui-ts",
3
- "version": "1.1.66",
3
+ "version": "1.1.68",
4
4
  "description": "vitro software common ui ts",
5
5
  "author": "",
6
6
  "license": "MIT",