luna-one 3.1.396 → 3.1.399

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.
@@ -8,4 +8,3 @@
8
8
  @import "./utilities/box-shadow";
9
9
 
10
10
  @import "./content/typography";
11
- @import "./content/icon.scss";
@@ -527,7 +527,6 @@ $gray-theme-text-color: color("gray-7");
527
527
 
528
528
  @mixin icon-base() {
529
529
  display: inline-block;
530
- background-image: url("/ter-icons.svg");
531
530
  background-repeat: no-repeat;
532
531
  }
533
532
 
@@ -222,7 +222,9 @@ var AppCards = function AppCards(_ref) {
222
222
  style: {
223
223
  height: colClassName === "two-col" || colClassName === "three-col" ? height : 0
224
224
  }
225
- }), /*#__PURE__*/_react.default.createElement("h3", {
225
+ }, /*#__PURE__*/_react.default.createElement("div", {
226
+ className: "ter-app-cards__primitives__background"
227
+ })), /*#__PURE__*/_react.default.createElement("h3", {
226
228
  className: "ter-app-cards__main-heading"
227
229
  }, content === null || content === void 0 ? void 0 : content.title), /*#__PURE__*/_react.default.createElement("section", {
228
230
  className: "ter-app-cards"
@@ -198,7 +198,6 @@
198
198
  right: 25px;
199
199
  }
200
200
  margin: 0 auto 21px;
201
-
202
201
  }
203
202
  }
204
203
  }
@@ -210,11 +209,22 @@
210
209
  }
211
210
 
212
211
  &__primitives {
213
- background-image: url("../../images/crosses-overlay.svg");
214
- opacity: 0.3;
215
212
  position: fixed;
216
213
  right: 0;
217
214
  width: 50%;
215
+ margin-top: -175px;
216
+ &__background {
217
+ background-image: url("../../images/crosses-overlay.svg");
218
+ background-repeat: repeat;
219
+ height: 3000px;
220
+ width: 2000px;
221
+ background-attachment: scroll;
222
+ background-size: 25%;
223
+ opacity: 0.2;
224
+ @media screen and (max-width: 800px) {
225
+ height: 0;
226
+ }
227
+ }
218
228
  }
219
229
  }
220
230
 
@@ -185,7 +185,7 @@ var NavBarTop = function NavBarTop(props) {
185
185
  return /*#__PURE__*/_react.default.createElement("div", {
186
186
  className: "luna-layout__navigation-padding ".concat(theme ? "luna-layout__navigation-padding--".concat(theme) : "")
187
187
  }, /*#__PURE__*/_react.default.createElement("div", {
188
- className: "ter-navbar-top__wrapper ".concat(theme ? "ter-navbar__wrapper--".concat(theme) : "")
188
+ className: "ter-navbar-top__wrapper ".concat(theme ? "ter-navbar-top__wrapper--".concat(theme) : "")
189
189
  }, /*#__PURE__*/_react.default.createElement("section", {
190
190
  className: "ter-navbar-top ".concat(disableSectorFlyOut ? "" : "ter-navbar-top--flyout", "\n ").concat(theme ? "ter-navbar-top--".concat(theme) : "")
191
191
  }, /*#__PURE__*/_react.default.createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "luna-one",
3
- "version": "3.1.396",
3
+ "version": "3.1.399",
4
4
  "dependencies": {
5
5
  "@storybook/addon-knobs": "^6.3.1",
6
6
  "@testing-library/jest-dom": "^5.11.9",
@@ -24,7 +24,7 @@
24
24
  "react-scroll": "^1.7.14",
25
25
  "react-slidedown": "^2.4.5",
26
26
  "smoothscroll-polyfill": "^0.4.4",
27
- "terra-one": "^3.0.134"
27
+ "terra-one": "^3.0.137"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "node-sass": "^4.12.0",
@@ -1,361 +0,0 @@
1
- @mixin icon-base() {
2
- display: inline-block;
3
- background-image: url('/ter-icons.svg');
4
- background-repeat: no-repeat;
5
- }
6
-
7
- .ter-icon {
8
- @include icon-base();
9
- }
10
-
11
- .ter-icon.ter-icon--open-caret-right-dark-48px {
12
- background-position: -0px -0px;
13
- }
14
-
15
- .ter-icon.ter-icon--enclosed-arrow-down-dark-48px {
16
- background-position: -50px -0px;
17
- }
18
-
19
- .ter-icon.ter-icon--refresh-dark-24px {
20
- background-position: -100px -0px;
21
- }
22
-
23
- .ter-icon.ter-icon--refresh-dark-48px {
24
- background-position: -150px -0px;
25
- }
26
-
27
- .ter-icon.ter-icon--refresh-dark-32px {
28
- background-position: -200px -0px;
29
- }
30
-
31
- .ter-icon.ter-icon--open-caret-left-dark-32px {
32
- background-position: -250px -0px;
33
- }
34
-
35
- .ter-icon.ter-icon--refresh-dark-16px {
36
- background-position: -300px -0px;
37
- }
38
-
39
- .ter-icon.ter-icon--open-x-dark-48px {
40
- background-position: -350px -0px;
41
- }
42
-
43
- .ter-icon.ter-icon--open-x-dark-32px {
44
- background-position: -0px -50px;
45
- }
46
-
47
- .ter-icon.ter-icon--open-x-dark-24px {
48
- background-position: -50px -50px;
49
- }
50
-
51
- .ter-icon.ter-icon--ico-open-x-dark-16px {
52
- background-position: -100px -50px;
53
- }
54
-
55
- .ter-icon.ter-icon--open-check-dark-48px {
56
- background-position: -150px -50px;
57
- }
58
-
59
- .ter-icon.ter-icon--open-check-dark-32px {
60
- background-position: -200px -50px;
61
- }
62
-
63
- .ter-icon.ter-icon--open-check-dark-24px {
64
- background-position: -250px -50px;
65
- }
66
-
67
- .ter-icon.ter-icon--open-check-dark-16px {
68
- background-position: -300px -50px;
69
- }
70
-
71
- .ter-icon.ter-icon--open-caret-up-dark-48px {
72
- background-position: -350px -50px;
73
- }
74
-
75
- .ter-icon.ter-icon--open-caret-up-dark-32px {
76
- background-position: -0px -100px;
77
- }
78
-
79
- .ter-icon.ter-icon--open-caret-up-dark-24px {
80
- background-position: -50px -100px;
81
- }
82
-
83
- .ter-icon.ter-icon--open-caret-up-dark-16px {
84
- background-position: -100px -100px;
85
- }
86
-
87
- .ter-icon.ter-icon--enclosed-caret-down-dark-48px {
88
- background-position: -150px -100px;
89
- }
90
-
91
- .ter-icon.ter-icon--open-caret-right-dark-32px {
92
- background-position: -200px -100px;
93
- }
94
-
95
- .ter-icon.ter-icon--open-caret-right-dark-24px {
96
- background-position: -250px -100px;
97
- }
98
-
99
- .ter-icon.ter-icon--open-caret-right-dark-16px {
100
- background-position: -300px -100px;
101
- }
102
-
103
- .ter-icon.ter-icon--open-caret-left-dark-48px {
104
- background-position: -350px -100px;
105
- }
106
-
107
- .ter-icon.ter-icon--open-arrow-right-dark-32px {
108
- background-position: -0px -150px;
109
- }
110
-
111
- .ter-icon.ter-icon--open-caret-left-dark-24px {
112
- background-position: -50px -150px;
113
- }
114
-
115
- .ter-icon.ter-icon--open-caret-left-dark-16px {
116
- background-position: -100px -150px;
117
- }
118
-
119
- .ter-icon.ter-icon--open-caret-down-dark-48px {
120
- background-position: -150px -150px;
121
- }
122
-
123
- .ter-icon.ter-icon--open-caret-down-dark-32px {
124
- background-position: -200px -150px;
125
- }
126
-
127
- .ter-icon.ter-icon--open-caret-down-dark-24px {
128
- background-position: -250px -150px;
129
- }
130
-
131
- .ter-icon.ter-icon--open-caret-down-dark-16px {
132
- background-position: -300px -150px;
133
- }
134
-
135
- .ter-icon.ter-icon--open-arrow-up-dark-48px {
136
- background-position: -350px -150px;
137
- }
138
-
139
- .ter-icon.ter-icon--open-arrow-up-dark-32px {
140
- background-position: -0px -200px;
141
- }
142
-
143
- .ter-icon.ter-icon--open-arrow-up-dark-24px {
144
- background-position: -50px -200px;
145
- }
146
-
147
- .ter-icon.ter-icon--open-arrow-up-dark-16px {
148
- background-position: -100px -200px;
149
- }
150
-
151
- .ter-icon.ter-icon--open-arrow-right-dark-48px {
152
- background-position: -150px -200px;
153
- }
154
-
155
- .ter-icon.ter-icon--enclosed-caret-left-dark-16px {
156
- background-position: -200px -200px;
157
- }
158
-
159
- .ter-icon.ter-icon--open-arrow-right-dark-24px {
160
- background-position: -250px -200px;
161
- }
162
-
163
- .ter-icon.ter-icon--open-arrow-right-dark-16px {
164
- background-position: -300px -200px;
165
- }
166
-
167
- .ter-icon.ter-icon--open-arrow-left-dark-48px {
168
- background-position: -350px -200px;
169
- }
170
-
171
- .ter-icon.ter-icon--open-arrow-left-dark-32px {
172
- background-position: -0px -250px;
173
- }
174
-
175
- .ter-icon.ter-icon--open-arrow-left-dark-24px {
176
- background-position: -50px -250px;
177
- }
178
-
179
- .ter-icon.ter-icon--open-arrow-left-dark-16px {
180
- background-position: -100px -250px;
181
- }
182
-
183
- .ter-icon.ter-icon--open-arrow-down-dark-48px {
184
- background-position: -150px -250px;
185
- }
186
-
187
- .ter-icon.ter-icon--open-arrow-down-dark-32px {
188
- background-position: -200px -250px;
189
- }
190
-
191
- .ter-icon.ter-icon--open-arrow-down-dark-24px {
192
- background-position: -250px -250px;
193
- }
194
-
195
- .ter-icon.ter-icon--open-arrow-down-dark-16px {
196
- background-position: -300px -250px;
197
- }
198
-
199
- .ter-icon.ter-icon--info-dark-48px {
200
- background-position: -350px -250px;
201
- }
202
-
203
- .ter-icon.ter-icon--info-dark-32px {
204
- background-position: -0px -300px;
205
- }
206
-
207
- .ter-icon.ter-icon--info-dark-24px {
208
- background-position: -50px -300px;
209
- }
210
-
211
- .ter-icon.ter-icon--info-dark-16px {
212
- background-position: -100px -300px;
213
- }
214
-
215
- .ter-icon.ter-icon--enclosed-x-dark-48px {
216
- background-position: -150px -300px;
217
- }
218
-
219
- .ter-icon.ter-icon--enclosed-x-dark-32px {
220
- background-position: -200px -300px;
221
- }
222
-
223
- .ter-icon.ter-icon--enclosed-x-dark-24px {
224
- background-position: -250px -300px;
225
- }
226
-
227
- .ter-icon.ter-icon--enclosed-x-dark-16px {
228
- background-position: -300px -300px;
229
- }
230
-
231
- .ter-icon.ter-icon--enclosed-check-dark-48px {
232
- background-position: -350px -300px;
233
- }
234
-
235
- .ter-icon.ter-icon--enclosed-check-dark-32px {
236
- background-position: -0px -350px;
237
- }
238
-
239
- .ter-icon.ter-icon--enclosed-check-dark-24px {
240
- background-position: -50px -350px;
241
- }
242
-
243
- .ter-icon.ter-icon--enclosed-check-dark-16px {
244
- background-position: -100px -350px;
245
- }
246
-
247
- .ter-icon.ter-icon--enclosed-caret-up-dark-48px {
248
- background-position: -150px -350px;
249
- }
250
-
251
- .ter-icon.ter-icon--enclosed-caret-up-dark-32px {
252
- background-position: -200px -350px;
253
- }
254
-
255
- .ter-icon.ter-icon--enclosed-caret-up-dark-24px {
256
- background-position: -250px -350px;
257
- }
258
-
259
- .ter-icon.ter-icon--enclosed-caret-up-dark-16px {
260
- background-position: -300px -350px;
261
- }
262
-
263
- .ter-icon.ter-icon--enclosed-caret-right-dark-48px {
264
- background-position: -350px -350px;
265
- }
266
-
267
- .ter-icon.ter-icon--enclosed-caret-right-dark-32px {
268
- background-position: -0px -400px;
269
- }
270
-
271
- .ter-icon.ter-icon--enclosed-caret-right-dark-24px {
272
- background-position: -50px -400px;
273
- }
274
-
275
- .ter-icon.ter-icon--enclosed-caret-right-dark-16px {
276
- background-position: -100px -400px;
277
- }
278
-
279
- .ter-icon.ter-icon--enclosed-caret-left-dark-48px {
280
- background-position: -150px -400px;
281
- }
282
-
283
- .ter-icon.ter-icon--enclosed-caret-left-dark-32px {
284
- background-position: -200px -400px;
285
- }
286
-
287
- .ter-icon.ter-icon--enclosed-caret-left-dark-24px {
288
- background-position: -250px -400px;
289
- }
290
-
291
- .ter-icon.ter-icon--enclosed-arrow-down-dark-24px {
292
- background-position: -300px -400px;
293
- }
294
-
295
- .ter-icon.ter-icon--enclosed-arrow-up-dark-48px {
296
- background-position: -350px -400px;
297
- }
298
-
299
- .ter-icon.ter-icon--enclosed-caret-down-dark-32px {
300
- background-position: -0px -450px;
301
- }
302
-
303
- .ter-icon.ter-icon--enclosed-caret-down-dark-24px {
304
- background-position: -50px -450px;
305
- }
306
-
307
- .ter-icon.ter-icon--enclosed-caret-down-dark-16px {
308
- background-position: -100px -450px;
309
- }
310
-
311
- .ter-icon.ter-icon--enclosed-arrow-right-dark-16px {
312
- background-position: -150px -450px;
313
- }
314
-
315
- .ter-icon.ter-icon--enclosed-arrow-up-dark-32px {
316
- background-position: -200px -450px;
317
- }
318
-
319
- .ter-icon.ter-icon--enclosed-arrow-up-dark-24px {
320
- background-position: -250px -450px;
321
- }
322
-
323
- .ter-icon.ter-icon--enclosed-arrow-up-dark-16px {
324
- background-position: -300px -450px;
325
- }
326
-
327
- .ter-icon.ter-icon--enclosed-arrow-right-dark-48px {
328
- background-position: -350px -450px;
329
- }
330
-
331
- .ter-icon.ter-icon--enclosed-arrow-right-dark-32px {
332
- background-position: -0px -500px;
333
- }
334
-
335
- .ter-icon.ter-icon--enclosed-arrow-right-dark-24px {
336
- background-position: -50px -500px;
337
- }
338
-
339
- .ter-icon.ter-icon--enclosed-arrow-left-dark-16px {
340
- background-position: -100px -500px;
341
- }
342
-
343
- .ter-icon.ter-icon--enclosed-arrow-left-dark-48px {
344
- background-position: -150px -500px;
345
- }
346
-
347
- .ter-icon.ter-icon--enclosed-arrow-left-dark-32px {
348
- background-position: -200px -500px;
349
- }
350
-
351
- .ter-icon.ter-icon--enclosed-arrow-left-dark-24px {
352
- background-position: -250px -500px;
353
- }
354
-
355
- .ter-icon.ter-icon--enclosed-arrow-down-dark-32px {
356
- background-position: -300px -500px;
357
- }
358
-
359
- .ter-icon.ter-icon--enclosed-arrow-down-dark-16px {
360
- background-position: -350px -500px;
361
- }