@lavalogic/scoria 0.3.0 → 0.3.1

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.
@@ -237,7 +237,7 @@ span.border {
237
237
  line-height: 1rem;
238
238
  z-index: 1;
239
239
  white-space: nowrap;
240
- top: -1px;
240
+ top: 0px;
241
241
  line-height: 0px;
242
242
  color: transparent;
243
243
  border-bottom: solid 1px #ffffff;
@@ -296,7 +296,7 @@ span.border {
296
296
  line-height: 1rem;
297
297
  z-index: 1;
298
298
  white-space: nowrap;
299
- top: -1px;
299
+ top: 0px;
300
300
  line-height: 0px;
301
301
  color: transparent;
302
302
  border-bottom: solid 1px #ffffff;
@@ -58,7 +58,6 @@
58
58
  </div>
59
59
 
60
60
  <style>.top-label {
61
- border-bottom: solid 1px transparent;
62
61
  position: absolute;
63
62
  left: 0.5rem;
64
63
  font-size: 0.875rem;
@@ -86,7 +85,7 @@
86
85
  line-height: 1rem;
87
86
  z-index: 1;
88
87
  white-space: nowrap;
89
- top: -1px;
88
+ top: 0px;
90
89
  line-height: 0px;
91
90
  color: transparent;
92
91
  border-bottom: solid 1px #ffffff;
@@ -299,7 +299,7 @@ span.border {
299
299
  line-height: 1rem;
300
300
  z-index: 1;
301
301
  white-space: nowrap;
302
- top: -1px;
302
+ top: 0px;
303
303
  line-height: 0px;
304
304
  color: transparent;
305
305
  border-bottom: solid 1px #ffffff;
@@ -286,7 +286,7 @@
286
286
  line-height: 1rem;
287
287
  z-index: 1;
288
288
  white-space: nowrap;
289
- top: -1px;
289
+ top: 0px;
290
290
  line-height: 0px;
291
291
  color: transparent;
292
292
  border-bottom: solid 1px #ffffff;
@@ -257,7 +257,7 @@ span.border {
257
257
  line-height: 1rem;
258
258
  z-index: 1;
259
259
  white-space: nowrap;
260
- top: -1px;
260
+ top: 0px;
261
261
  line-height: 0px;
262
262
  color: transparent;
263
263
  border-bottom: solid 1px #ffffff;
@@ -180,7 +180,7 @@ span.border {
180
180
  line-height: 1rem;
181
181
  z-index: 1;
182
182
  white-space: nowrap;
183
- top: -1px;
183
+ top: 0px;
184
184
  line-height: 0px;
185
185
  color: transparent;
186
186
  border-bottom: solid 1px #ffffff;
@@ -443,7 +443,7 @@
443
443
  line-height: 1rem;
444
444
  z-index: 1;
445
445
  white-space: nowrap;
446
- top: -1px;
446
+ top: 0px;
447
447
  line-height: 0px;
448
448
  color: transparent;
449
449
  border-bottom: solid 1px #ffffff;
@@ -355,7 +355,7 @@
355
355
  line-height: 1rem;
356
356
  z-index: 1;
357
357
  white-space: nowrap;
358
- top: -1px;
358
+ top: 0px;
359
359
  line-height: 0px;
360
360
  color: transparent;
361
361
  border-bottom: solid 1px #ffffff;
@@ -292,7 +292,7 @@ span.border {
292
292
  line-height: 1rem;
293
293
  z-index: 1;
294
294
  white-space: nowrap;
295
- top: -1px;
295
+ top: 0px;
296
296
  line-height: 0px;
297
297
  color: transparent;
298
298
  border-bottom: solid 1px #ffffff;
@@ -263,7 +263,7 @@ span.border {
263
263
  line-height: 1rem;
264
264
  z-index: 1;
265
265
  white-space: nowrap;
266
- top: -1px;
266
+ top: 0px;
267
267
  line-height: 0px;
268
268
  color: transparent;
269
269
  border-bottom: solid 1px #ffffff;
@@ -207,7 +207,7 @@
207
207
  line-height: 1rem;
208
208
  z-index: 1;
209
209
  white-space: nowrap;
210
- top: -1px;
210
+ top: 0px;
211
211
  line-height: 0px;
212
212
  color: transparent;
213
213
  border-bottom: solid 1px #ffffff;
@@ -116,7 +116,7 @@ span.desktop-heading-border {
116
116
  line-height: 1rem;
117
117
  z-index: 1;
118
118
  white-space: nowrap;
119
- top: -1px;
119
+ top: 0px;
120
120
  line-height: 0px;
121
121
  color: transparent;
122
122
  border-bottom: solid 1px #ffffff;
@@ -899,7 +899,7 @@
899
899
  z-index: 1;
900
900
  white-space: nowrap;
901
901
 
902
- top: -1px;
902
+ top: 0px;
903
903
  line-height: 0px;
904
904
 
905
905
  color: transparent;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lavalogic/scoria",
3
3
  "description": "Svelte components used for the FloWMS Web Frontend",
4
- "version": "0.3.0",
4
+ "version": "0.3.1",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
7
7
  },