@nasa-jpl/stellar-svelte 2.0.0-alpha.61 → 2.0.0-alpha.64

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.
Files changed (2) hide show
  1. package/dist/index.css +4 -0
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -2116,6 +2116,10 @@ body {
2116
2116
  padding: 0.25rem;
2117
2117
  }
2118
2118
 
2119
+ .p-1\.5 {
2120
+ padding: 0.375rem;
2121
+ }
2122
+
2119
2123
  .p-10 {
2120
2124
  padding: 2.5rem;
2121
2125
  }
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.61",
87
- "gitHead": "0f12f8b007b628288b0a13a7f844b95c13cdc169"
86
+ "version": "2.0.0-alpha.64",
87
+ "gitHead": "2bc52c092c99afb51473f74b85d095be8bac748f"
88
88
  }