luna-one 3.1.479 → 3.1.480
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 +15 -9
- package/dist/luna/components/MegaMenu/MegaMenu.scss +1 -0
- package/dist/luna/components/NavBarTop/NavBarTop.scss +1 -1
- package/dist/luna/components/ProductSummary/ProductSummary.scss +4 -2
- package/dist/luna/components/Tabs/Tabs.scss +11 -0
- package/dist/luna/heroes/SuperHero/SuperHero.scss +40 -29
- package/dist/luna/other-organisms/NavBar/NavBar.scss +1 -2
- package/package.json +2 -2
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.content {
|
|
32
|
+
font-weight: 400 !important;
|
|
32
33
|
a {
|
|
33
34
|
color: $trimble-gold;
|
|
34
35
|
}
|
|
@@ -77,7 +78,7 @@
|
|
|
77
78
|
margin: 0;
|
|
78
79
|
font: "Benton Sans for Trimble W05";
|
|
79
80
|
font-weight: $very-bold-font-weight;
|
|
80
|
-
font-size: $heading-3-size !important;
|
|
81
|
+
font-size: $heading-3-size !important;
|
|
81
82
|
line-height: 38px;
|
|
82
83
|
|
|
83
84
|
&:not(:last-child) {
|
|
@@ -103,6 +104,7 @@
|
|
|
103
104
|
}
|
|
104
105
|
|
|
105
106
|
.content {
|
|
107
|
+
font-weight: 400 !important;
|
|
106
108
|
margin: 0;
|
|
107
109
|
font-weight: $regular-font-weight;
|
|
108
110
|
font-size: $body-font-size;
|
|
@@ -113,7 +115,8 @@
|
|
|
113
115
|
line-height: 23px;
|
|
114
116
|
}
|
|
115
117
|
|
|
116
|
-
ul,
|
|
118
|
+
ul,
|
|
119
|
+
ol {
|
|
117
120
|
width: auto;
|
|
118
121
|
display: inline-block;
|
|
119
122
|
|
|
@@ -133,7 +136,7 @@
|
|
|
133
136
|
}
|
|
134
137
|
}
|
|
135
138
|
|
|
136
|
-
|
|
139
|
+
> * {
|
|
137
140
|
margin: 0;
|
|
138
141
|
|
|
139
142
|
&:not(:last-child) {
|
|
@@ -172,7 +175,7 @@
|
|
|
172
175
|
width: 100%;
|
|
173
176
|
display: flex;
|
|
174
177
|
flex-wrap: wrap;
|
|
175
|
-
|
|
178
|
+
|
|
176
179
|
a {
|
|
177
180
|
margin: 40px 32px 0 0;
|
|
178
181
|
height: unset !important;
|
|
@@ -201,16 +204,18 @@
|
|
|
201
204
|
.text-link-container {
|
|
202
205
|
.text-link {
|
|
203
206
|
color: $white;
|
|
204
|
-
|
|
207
|
+
font-weight: 500 !important;
|
|
205
208
|
&:after {
|
|
206
209
|
background-image: url("../../images/internal-arrow-white-theme.svg");
|
|
207
210
|
}
|
|
208
211
|
}
|
|
209
212
|
|
|
210
|
-
.text-link:hover,
|
|
213
|
+
.text-link:hover,
|
|
214
|
+
.text-link-external:hover {
|
|
211
215
|
border-bottom: 3px solid $dark-theme-link-list-underscore;
|
|
212
216
|
}
|
|
213
217
|
.text-link-external {
|
|
218
|
+
font-weight: 500 !important;
|
|
214
219
|
color: $white;
|
|
215
220
|
|
|
216
221
|
&:after {
|
|
@@ -224,13 +229,13 @@
|
|
|
224
229
|
&:first-child {
|
|
225
230
|
margin-top: 40px;
|
|
226
231
|
}
|
|
227
|
-
|
|
228
232
|
|
|
229
233
|
a {
|
|
230
234
|
margin: 0;
|
|
231
235
|
}
|
|
232
236
|
|
|
233
237
|
.text-link {
|
|
238
|
+
font-weight: 500 !important;
|
|
234
239
|
position: relative;
|
|
235
240
|
text-decoration: none;
|
|
236
241
|
color: $trimble-dark-gray;
|
|
@@ -250,11 +255,13 @@
|
|
|
250
255
|
}
|
|
251
256
|
}
|
|
252
257
|
|
|
253
|
-
.text-link:hover,
|
|
258
|
+
.text-link:hover,
|
|
259
|
+
.text-link-external:hover {
|
|
254
260
|
border-bottom: 3px solid $trimble-blue;
|
|
255
261
|
}
|
|
256
262
|
|
|
257
263
|
.text-link-external {
|
|
264
|
+
font-weight: 500 !important;
|
|
258
265
|
position: relative;
|
|
259
266
|
text-decoration: none;
|
|
260
267
|
color: $trimble-dark-gray;
|
|
@@ -274,7 +281,6 @@
|
|
|
274
281
|
}
|
|
275
282
|
}
|
|
276
283
|
}
|
|
277
|
-
|
|
278
284
|
}
|
|
279
285
|
}
|
|
280
286
|
}
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
&-label {
|
|
46
|
+
font-weight: 600;
|
|
46
47
|
color: $trimble-blue;
|
|
47
48
|
margin-bottom: 8px;
|
|
48
49
|
font-size: $eyebrow-font-size;
|
|
49
50
|
text-transform: uppercase;
|
|
50
|
-
|
|
51
|
-
}
|
|
51
|
+
}
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
&__line {
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
&-text {
|
|
65
|
+
font-weight: 500 !important;
|
|
65
66
|
font-size: 18px;
|
|
66
67
|
@include benton-medium();
|
|
67
68
|
line-height: 30px;
|
|
@@ -169,6 +170,7 @@
|
|
|
169
170
|
}
|
|
170
171
|
|
|
171
172
|
&__eyebrow {
|
|
173
|
+
font-weight: 600 !important;
|
|
172
174
|
font-size: $eyebrow-font-size;
|
|
173
175
|
text-transform: uppercase;
|
|
174
176
|
@include benton-medium();
|
|
@@ -78,6 +78,7 @@
|
|
|
78
78
|
&.left,
|
|
79
79
|
&.right {
|
|
80
80
|
.nav-entry {
|
|
81
|
+
|
|
81
82
|
text-align: left;
|
|
82
83
|
padding: 10px 10px;
|
|
83
84
|
}
|
|
@@ -98,6 +99,8 @@
|
|
|
98
99
|
height: 0;
|
|
99
100
|
}
|
|
100
101
|
.nav-text {
|
|
102
|
+
|
|
103
|
+
font-weight: 700 !important;
|
|
101
104
|
color: $dark-navy;
|
|
102
105
|
@media screen and (max-width: $breakpoint-sm) {
|
|
103
106
|
color: $white;
|
|
@@ -106,6 +109,7 @@
|
|
|
106
109
|
}
|
|
107
110
|
|
|
108
111
|
.nav-text {
|
|
112
|
+
font-weight: 700 !important;
|
|
109
113
|
color: $trimble-blue;
|
|
110
114
|
pointer-events: none;
|
|
111
115
|
.nav-title {
|
|
@@ -268,7 +272,9 @@
|
|
|
268
272
|
}
|
|
269
273
|
|
|
270
274
|
.nav-text {
|
|
275
|
+
font-weight: 700 !important;
|
|
271
276
|
.nav-title {
|
|
277
|
+
font-weight: 700 !important;
|
|
272
278
|
margin: 0;
|
|
273
279
|
font-size: 16px;
|
|
274
280
|
line-height: 20px;
|
|
@@ -295,7 +301,9 @@
|
|
|
295
301
|
padding-left: 45px;
|
|
296
302
|
|
|
297
303
|
.nav-text {
|
|
304
|
+
font-weight: 700 !important;
|
|
298
305
|
.nav-title {
|
|
306
|
+
font-weight: 700 !important;
|
|
299
307
|
position: relative;
|
|
300
308
|
|
|
301
309
|
&:before {
|
|
@@ -343,6 +351,7 @@
|
|
|
343
351
|
background-color: $dark-navy;
|
|
344
352
|
|
|
345
353
|
.nav-text {
|
|
354
|
+
font-weight: 700 !important;
|
|
346
355
|
color: $white;
|
|
347
356
|
}
|
|
348
357
|
}
|
|
@@ -364,7 +373,9 @@
|
|
|
364
373
|
}
|
|
365
374
|
|
|
366
375
|
.nav-text {
|
|
376
|
+
font-weight: 700 !important;
|
|
367
377
|
.nav-title {
|
|
378
|
+
font-weight: 700 !important;
|
|
368
379
|
text-transform: unset !important;
|
|
369
380
|
}
|
|
370
381
|
}
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
|
-
|
|
62
|
+
|
|
63
63
|
&__content-wrapper {
|
|
64
64
|
grid-row: 1 / span 1;
|
|
65
65
|
align-self: center;
|
|
@@ -93,10 +93,9 @@
|
|
|
93
93
|
height: 405px;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
@media screen and (min-width: $breakpoint-xs) and (max-width: $breakpoint-sm){
|
|
96
|
+
@media screen and (min-width: $breakpoint-xs) and (max-width: $breakpoint-sm) {
|
|
97
97
|
height: 475px;
|
|
98
98
|
}
|
|
99
|
-
|
|
100
99
|
}
|
|
101
100
|
|
|
102
101
|
&__content-wrapper-variant_1-right {
|
|
@@ -105,15 +104,14 @@
|
|
|
105
104
|
|
|
106
105
|
&__image-wrapper-variant_1-left {
|
|
107
106
|
grid-column: 7 / span 10;
|
|
108
|
-
|
|
107
|
+
|
|
109
108
|
@media screen and (min-width: $breakpoint-sm) {
|
|
110
109
|
height: 405px;
|
|
111
110
|
}
|
|
112
111
|
|
|
113
|
-
@media screen and (min-width: $breakpoint-xs) and (max-width: $breakpoint-sm){
|
|
112
|
+
@media screen and (min-width: $breakpoint-xs) and (max-width: $breakpoint-sm) {
|
|
114
113
|
height: 475px;
|
|
115
114
|
}
|
|
116
|
-
|
|
117
115
|
}
|
|
118
116
|
|
|
119
117
|
&__content-wrapper-variant_1-left {
|
|
@@ -161,8 +159,10 @@
|
|
|
161
159
|
justify-content: start;
|
|
162
160
|
}
|
|
163
161
|
|
|
164
|
-
.luna-super-hero__text
|
|
162
|
+
.luna-super-hero__text,
|
|
163
|
+
.luna-super-hero__text p {
|
|
165
164
|
margin-bottom: 29px;
|
|
165
|
+
font-weight: 400 !important;
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
168
|
|
|
@@ -323,6 +323,7 @@
|
|
|
323
323
|
font-size: $eyebrow-font-size;
|
|
324
324
|
text-transform: uppercase;
|
|
325
325
|
margin-bottom: 6px;
|
|
326
|
+
font-weight: 400 !important;
|
|
326
327
|
@media screen and (max-width: $breakpoint-xxs) {
|
|
327
328
|
font-size: $eyebrow-font-size-mobile;
|
|
328
329
|
}
|
|
@@ -334,7 +335,7 @@
|
|
|
334
335
|
@media screen and (max-width: $breakpoint-xxs) {
|
|
335
336
|
font-size: $heading-3-size;
|
|
336
337
|
}
|
|
337
|
-
&:not(:last-child){
|
|
338
|
+
&:not(:last-child) {
|
|
338
339
|
margin-bottom: 12px;
|
|
339
340
|
}
|
|
340
341
|
}
|
|
@@ -356,6 +357,7 @@
|
|
|
356
357
|
&__text h5,
|
|
357
358
|
&__text h6,
|
|
358
359
|
&__text a {
|
|
360
|
+
font-weight: 400 !important;
|
|
359
361
|
font-size: $body-font-size;
|
|
360
362
|
line-height: 18px;
|
|
361
363
|
letter-spacing: -0.005em;
|
|
@@ -366,6 +368,7 @@
|
|
|
366
368
|
}
|
|
367
369
|
}
|
|
368
370
|
&__text p {
|
|
371
|
+
font-weight: 400 !important;
|
|
369
372
|
font-size: $body-font-size;
|
|
370
373
|
line-height: 18px;
|
|
371
374
|
letter-spacing: -0.005em;
|
|
@@ -465,7 +468,6 @@
|
|
|
465
468
|
height: auto;
|
|
466
469
|
min-height: unset;
|
|
467
470
|
}
|
|
468
|
-
|
|
469
471
|
}
|
|
470
472
|
|
|
471
473
|
.super-hero-fullscreen {
|
|
@@ -478,7 +480,7 @@
|
|
|
478
480
|
|
|
479
481
|
&--data-points {
|
|
480
482
|
position: relative;
|
|
481
|
-
@media screen and (max-width: $breakpoint-sm){
|
|
483
|
+
@media screen and (max-width: $breakpoint-sm) {
|
|
482
484
|
.super-hero-fullscreen__hero-image-variant_8-right {
|
|
483
485
|
min-height: auto;
|
|
484
486
|
max-height: 100%;
|
|
@@ -500,6 +502,7 @@
|
|
|
500
502
|
}
|
|
501
503
|
|
|
502
504
|
&__subHeader {
|
|
505
|
+
font-weight: 500;
|
|
503
506
|
font-size: $subheading-size;
|
|
504
507
|
|
|
505
508
|
@media screen and (max-width: $breakpoint-sm) {
|
|
@@ -508,6 +511,7 @@
|
|
|
508
511
|
}
|
|
509
512
|
|
|
510
513
|
&__text p {
|
|
514
|
+
font-weight: 400 !important;
|
|
511
515
|
font-size: $body-font-size;
|
|
512
516
|
@include benton-light();
|
|
513
517
|
|
|
@@ -717,17 +721,16 @@
|
|
|
717
721
|
right: 42%;
|
|
718
722
|
top: 50%;
|
|
719
723
|
transform: translateY(-50%);
|
|
720
|
-
@media screen and (max-width: $breakpoint-md){
|
|
724
|
+
@media screen and (max-width: $breakpoint-md) {
|
|
721
725
|
left: 40%;
|
|
722
726
|
right: 40%;
|
|
723
727
|
top: 50%;
|
|
724
728
|
transform: translateY(-50%);
|
|
725
729
|
}
|
|
726
|
-
@media screen and (max-width: $breakpoint-sm){
|
|
730
|
+
@media screen and (max-width: $breakpoint-sm) {
|
|
727
731
|
right: 6%;
|
|
728
732
|
left: 55%;
|
|
729
733
|
top: 45%;
|
|
730
|
-
|
|
731
734
|
}
|
|
732
735
|
@media screen and (max-width: $breakpoint-xs) {
|
|
733
736
|
display: none;
|
|
@@ -770,23 +773,31 @@
|
|
|
770
773
|
}
|
|
771
774
|
}
|
|
772
775
|
|
|
773
|
-
.super-hero-fullscreen__container-variant_8-right
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
.super-hero-fullscreen__container-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
776
|
+
.super-hero-fullscreen__container-variant_8-right
|
|
777
|
+
> aside
|
|
778
|
+
> .super-hero-fullscreen__header,
|
|
779
|
+
.super-hero-fullscreen__container-variant_8-left
|
|
780
|
+
> aside
|
|
781
|
+
> .super-hero-fullscreen__header,
|
|
782
|
+
.super-hero-fullscreen__container-variant_10-left
|
|
783
|
+
> aside
|
|
784
|
+
> .super-hero-fullscreen__header,
|
|
785
|
+
.super-hero-fullscreen__container-variant_10-right
|
|
786
|
+
> aside
|
|
787
|
+
> .super-hero-fullscreen__header {
|
|
788
|
+
font-size: $heading-3-size;
|
|
789
|
+
@include benton-very-bold();
|
|
790
|
+
}
|
|
780
791
|
|
|
781
|
-
|
|
782
|
-
|
|
792
|
+
.super-hero-no-margin .default-layout {
|
|
793
|
+
@media screen and (max-width: $breakpoint-sm) {
|
|
794
|
+
margin: 0;
|
|
795
|
+
padding: 0;
|
|
796
|
+
}
|
|
797
|
+
&__children.space-top-bottom {
|
|
798
|
+
@media screen and (max-width: $breakpoint-sm) {
|
|
783
799
|
margin: 0;
|
|
784
800
|
padding: 0;
|
|
785
801
|
}
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
margin: 0;
|
|
789
|
-
padding: 0;
|
|
790
|
-
}
|
|
791
|
-
}
|
|
792
|
-
}
|
|
802
|
+
}
|
|
803
|
+
}
|
|
@@ -244,7 +244,6 @@
|
|
|
244
244
|
background-color: transparent;
|
|
245
245
|
display: block;
|
|
246
246
|
font-size: $body-font-size;
|
|
247
|
-
font-weight: 500 !important;
|
|
248
247
|
color: $body-font-color;
|
|
249
248
|
line-height: 14.4px;
|
|
250
249
|
padding: 10px 20px;
|
|
@@ -257,7 +256,7 @@
|
|
|
257
256
|
}
|
|
258
257
|
|
|
259
258
|
&__text {
|
|
260
|
-
font-weight:
|
|
259
|
+
font-weight: 350 !important;
|
|
261
260
|
margin: 0;
|
|
262
261
|
font-size: $body-font-size;
|
|
263
262
|
display: inline;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "luna-one",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.480",
|
|
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.161"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"start": "start-storybook -p 9009 -s public",
|