@vitrosoftware/common-ui-ts 1.1.66 → 1.1.67

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 {
@@ -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;
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 {
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.67",
4
4
  "description": "vitro software common ui ts",
5
5
  "author": "",
6
6
  "license": "MIT",