luna-one 3.1.528 → 3.1.530
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.
- package/dist/luna/components/CtaWithHeader/CtaWithHeader.scss +5 -0
- package/dist/luna/components/LinkList/LinkList.scss +5 -2
- package/dist/luna/heroes/FullBackgroundHero/FullBackgroundHero.scss +35 -1
- package/dist/luna/heroes/SuperHero/SuperHero.scss +0 -2
- package/dist/luna/other-organisms/NavBar/NavBar.js +2 -1
- package/package.json +2 -2
|
@@ -178,6 +178,7 @@
|
|
|
178
178
|
.cta-buttons {
|
|
179
179
|
width: 100%;
|
|
180
180
|
display: flex;
|
|
181
|
+
flex-direction: row;
|
|
181
182
|
flex-wrap: wrap;
|
|
182
183
|
|
|
183
184
|
a {
|
|
@@ -190,6 +191,10 @@
|
|
|
190
191
|
a.ter-button + a.ter-button {
|
|
191
192
|
margin-top: 40px;
|
|
192
193
|
}
|
|
194
|
+
@media (max-width: $breakpoint-xs) {
|
|
195
|
+
flex-direction: column;
|
|
196
|
+
width: 230px;
|
|
197
|
+
}
|
|
193
198
|
}
|
|
194
199
|
|
|
195
200
|
&.text-links {
|
|
@@ -29,9 +29,12 @@
|
|
|
29
29
|
border-bottom: 2px solid $dark-theme-link-list-underscore !important;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
&__link:hover
|
|
33
|
-
|
|
32
|
+
&__link:hover,
|
|
33
|
+
&__link:active,
|
|
34
|
+
&__link:focus {
|
|
35
|
+
text-decoration: none !important;
|
|
34
36
|
border-bottom: 2px solid $trimble-blue;
|
|
37
|
+
font-weight: 450;
|
|
35
38
|
}
|
|
36
39
|
|
|
37
40
|
&__icon, &__icon-diagnol {
|
|
@@ -396,6 +396,16 @@
|
|
|
396
396
|
background-color: $blue-10 !important;
|
|
397
397
|
border: 2px solid $blue-10 !important;
|
|
398
398
|
color: $white !important;
|
|
399
|
+
|
|
400
|
+
.arrow {
|
|
401
|
+
fill: $white;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
&:hover,
|
|
405
|
+
&:focus,
|
|
406
|
+
&:active {
|
|
407
|
+
background-color: darken($blue-10, 7%) !important;
|
|
408
|
+
}
|
|
399
409
|
}
|
|
400
410
|
|
|
401
411
|
> .ter-button--secondary--2 {
|
|
@@ -603,15 +613,39 @@
|
|
|
603
613
|
}
|
|
604
614
|
}
|
|
605
615
|
&__white-bg {
|
|
606
|
-
@media screen and (max-width: $breakpoint-sm){
|
|
616
|
+
@media screen and (max-width: $breakpoint-sm) {
|
|
607
617
|
.ter-button--secondary--1 {
|
|
608
618
|
border-color: $trimble-blue;
|
|
619
|
+
|
|
620
|
+
&:hover,
|
|
621
|
+
&:focus,
|
|
622
|
+
&:active {
|
|
623
|
+
background-color: $trimble-blue !important;
|
|
624
|
+
color: $white !important;
|
|
625
|
+
border-color: $trimble-blue !important;
|
|
626
|
+
|
|
627
|
+
.arrow {
|
|
628
|
+
fill: $white !important;
|
|
629
|
+
}
|
|
630
|
+
}
|
|
609
631
|
}
|
|
610
632
|
.ter-button--secondary--2 {
|
|
611
633
|
background-color: $trimble-blue;
|
|
634
|
+
|
|
635
|
+
&:hover,
|
|
636
|
+
&:focus,
|
|
637
|
+
&:active {
|
|
638
|
+
background-color: darken($blue-10, 7%) !important;
|
|
639
|
+
color: $white !important;
|
|
640
|
+
|
|
641
|
+
.arrow {
|
|
642
|
+
fill: $white !important;
|
|
643
|
+
}
|
|
644
|
+
}
|
|
612
645
|
}
|
|
613
646
|
}
|
|
614
647
|
}
|
|
648
|
+
|
|
615
649
|
.cta-container {
|
|
616
650
|
.header {
|
|
617
651
|
.eyebrow {
|
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
|
|
30
30
|
@media screen and (max-width: $breakpoint-xxs) {
|
|
31
31
|
max-width: 280px;
|
|
32
|
-
padding: 0 spacing("xxs") !important;
|
|
33
32
|
line-height: 28px;
|
|
34
33
|
font-size: $body-font-size-mobile;
|
|
35
34
|
}
|
|
@@ -709,7 +708,6 @@
|
|
|
709
708
|
|
|
710
709
|
@media screen and (max-width: $breakpoint-xxs) {
|
|
711
710
|
max-width: 280px;
|
|
712
|
-
padding: 0 spacing("xxs") !important;
|
|
713
711
|
line-height: 28px;
|
|
714
712
|
font-size: $body-font-size-mobile;
|
|
715
713
|
}
|
|
@@ -538,7 +538,8 @@ var NavBar = function NavBar(props) {
|
|
|
538
538
|
type: "button",
|
|
539
539
|
className: "ter-utility-nav__my-account",
|
|
540
540
|
onClick: function onClick() {
|
|
541
|
-
|
|
541
|
+
handleSectorFlyoutDeployed();
|
|
542
|
+
setDesktopSearchDeployed(false);
|
|
542
543
|
}
|
|
543
544
|
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
544
545
|
src: _user["default"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "luna-one",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.530",
|
|
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.
|
|
54
|
+
"terra-one": "^3.0.174"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"start": "start-storybook -p 9009 -s public",
|