luna-one 3.1.434 → 3.1.435

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.
@@ -112,7 +112,6 @@
112
112
 
113
113
  &__division-name {
114
114
  margin: 0;
115
- padding: 0 0 0 4px;
116
115
  display: block;
117
116
  font-weight: font-weight("book");
118
117
  color: $trimble-blue;
@@ -344,13 +344,13 @@
344
344
  p {
345
345
  -webkit-box-sizing: border-box;
346
346
  box-sizing: border-box;
347
- height: 22px;
347
+ height: 23px;
348
348
  -ms-flex-item-align: end;
349
349
  -ms-grid-row-align: end;
350
350
  align-self: end;
351
351
  font-size: $body-font-size;
352
352
  color: $trimble-blue;
353
- line-height: 24px;
353
+ line-height: 28px;
354
354
  margin: 0;
355
355
  padding: 7px 8px;
356
356
  white-space: nowrap;
@@ -359,7 +359,6 @@
359
359
 
360
360
  @media screen and (min-width: $breakpoint-md) {
361
361
  padding: 7px 18px;
362
- height: 23x;
363
362
  }
364
363
 
365
364
  &.featured-link {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "luna-one",
3
- "version": "3.1.434",
3
+ "version": "3.1.435",
4
4
  "peerDependencies": {
5
5
  "react": "^17.0.2",
6
6
  "react-dom": "^17.0.2",