luna-one 3.1.433 → 3.1.436

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;
@@ -529,7 +529,7 @@ var NavBar = function NavBar(props) {
529
529
  siblings: subNavData === null || subNavData === void 0 ? void 0 : subNavData.siblingPages,
530
530
  isSector: isExpanded
531
531
  }) : null, !disableSectorFlyOut && /*#__PURE__*/_react["default"].createElement("div", {
532
- className: "ter-navbar__flyout-wrapper"
532
+ className: "ter-navbar__flyout-wrapper ".concat(sectorFlyoutDeployed ? "ter-navbar__flyout-wrapper--hidden" : "")
533
533
  }, /*#__PURE__*/_react["default"].createElement("div", {
534
534
  className: "ter-navbar__flyout-btn",
535
535
  onClick: function onClick() {
@@ -539,9 +539,9 @@ var NavBar = function NavBar(props) {
539
539
  className: "ter-navbar__flyout-caret"
540
540
  }, /*#__PURE__*/_react["default"].createElement(Icon, {
541
541
  className: "ter-navbar__flyout-caret-icon",
542
- size: "16px",
543
- type: "open-caret-left-dark-16px",
544
- color: "#005f9e"
542
+ size: "12px",
543
+ type: "ter-icon--open-caret-left-dark-16px",
544
+ color: "#0063A3"
545
545
  })), /*#__PURE__*/_react["default"].createElement("div", {
546
546
  className: "ter-navbar__flyout-logo"
547
547
  }, /*#__PURE__*/_react["default"].createElement("img", {
@@ -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 {
@@ -413,7 +412,8 @@
413
412
  top: 0;
414
413
  right: 0;
415
414
  z-index: 100;
416
- transition: top 0.4s ease;
415
+ transition: top 0.4s ease opacity 0.4s ease;
416
+ opacity: 1;
417
417
 
418
418
  @media screen and (max-width: $breakpoint-sm) {
419
419
  display: none;
@@ -422,12 +422,15 @@
422
422
  &:hover {
423
423
  cursor: pointer;
424
424
  }
425
+ &--hidden {
426
+ opacity: 0;
427
+ transition: opacity 0.4s ease;
428
+ }
425
429
  }
426
430
 
427
431
  &-btn {
428
432
  display: flex;
429
433
  flex-direction: row;
430
- height: 49px;
431
434
  }
432
435
 
433
436
  &-caret {
@@ -445,16 +448,12 @@
445
448
 
446
449
  &-logo {
447
450
  background: $trimble-blue;
448
- width: 56px;
449
- height: 49px;
451
+ width: 55px;
452
+ height: 55px;
450
453
  position: relative;
451
454
  display: flex;
452
455
  justify-content: center;
453
456
  align-items: center;
454
- img {
455
- position: absolute;
456
- top: 10px;
457
- }
458
457
  }
459
458
  }
460
459
  &__nav--with-icons {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "luna-one",
3
- "version": "3.1.433",
3
+ "version": "3.1.436",
4
4
  "peerDependencies": {
5
5
  "react": "^17.0.2",
6
6
  "react-dom": "^17.0.2",
@@ -51,7 +51,7 @@
51
51
  "react-scroll": "^1.8.7",
52
52
  "react-slidedown": "^2.4.7",
53
53
  "smoothscroll-polyfill": "^0.4.4",
54
- "terra-one": "^3.0.141"
54
+ "terra-one": "^3.0.142"
55
55
  },
56
56
  "scripts": {
57
57
  "start": "start-storybook -p 9009 -s public",
@@ -87,7 +87,7 @@
87
87
  "node-sass": "^7.0.1"
88
88
  },
89
89
  "engines": {
90
- "node": ">=16.0.0",
90
+ "node": ">=14.0.0",
91
91
  "npm": ">=8.0.0"
92
92
  }
93
93
  }