@nasa-jpl/stellar-svelte 2.0.0-alpha.53 → 2.0.0-alpha.54
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/index.css +8 -0
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -718,6 +718,10 @@ body {
|
|
|
718
718
|
bottom: 0px;
|
|
719
719
|
}
|
|
720
720
|
|
|
721
|
+
.bottom-\[8px\] {
|
|
722
|
+
bottom: 8px;
|
|
723
|
+
}
|
|
724
|
+
|
|
721
725
|
.left-0 {
|
|
722
726
|
left: 0px;
|
|
723
727
|
}
|
|
@@ -746,6 +750,10 @@ body {
|
|
|
746
750
|
left: 50%;
|
|
747
751
|
}
|
|
748
752
|
|
|
753
|
+
.left-\[8px\] {
|
|
754
|
+
left: 8px;
|
|
755
|
+
}
|
|
756
|
+
|
|
749
757
|
.right-0 {
|
|
750
758
|
right: 0px;
|
|
751
759
|
}
|
package/package.json
CHANGED
|
@@ -83,6 +83,6 @@
|
|
|
83
83
|
"svelte": "./dist/index.js",
|
|
84
84
|
"type": "module",
|
|
85
85
|
"types": "./dist/index.d.ts",
|
|
86
|
-
"version": "2.0.0-alpha.
|
|
87
|
-
"gitHead": "
|
|
86
|
+
"version": "2.0.0-alpha.54",
|
|
87
|
+
"gitHead": "f312e25c945794f5db48b23f57dc3cf0dd657782"
|
|
88
88
|
}
|