ublo-lib 1.31.12 → 1.31.14

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.
@@ -79,7 +79,7 @@
79
79
  background-color: var(--ds-grey-100, #f5f5f5);
80
80
  }
81
81
 
82
- .close {
82
+ button.close {
83
83
  position: absolute;
84
84
  top: 17px;
85
85
  right: 14px;
@@ -116,6 +116,9 @@
116
116
  padding: 0 0 10px 25px;
117
117
  margin: 0;
118
118
  }
119
+ .content li:first-letter {
120
+ text-transform: uppercase;
121
+ }
119
122
 
120
123
  @media (max-width: 400px) {
121
124
  .overlay {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ublo-lib",
3
- "version": "1.31.12",
3
+ "version": "1.31.14",
4
4
  "peerDependencies": {
5
5
  "dt-design-system": "^3.8.3",
6
6
  "leaflet": "^1.9.1",