@nasa-jpl/stellar-svelte 2.0.0-alpha.18 → 2.0.0-alpha.20

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 +1 -1
  2. package/package.json +4 -3
package/dist/index.css CHANGED
@@ -215,7 +215,7 @@
215
215
  }
216
216
 
217
217
  /*
218
- ! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
218
+ ! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
219
219
  */
220
220
 
221
221
  /*
package/package.json CHANGED
@@ -29,9 +29,10 @@
29
29
  "tslib": "^2.4.1"
30
30
  },
31
31
  "exports": {
32
- "./svelte": {
32
+ ".": {
33
33
  "types": "./dist/index.d.ts",
34
34
  "svelte": "./dist/index.js",
35
+ "styles": "./dist/index.css",
35
36
  "default": "./dist/index.js"
36
37
  }
37
38
  },
@@ -65,6 +66,6 @@
65
66
  "svelte": "./dist/index.js",
66
67
  "type": "module",
67
68
  "types": "./dist/index.d.ts",
68
- "version": "2.0.0-alpha.18",
69
- "gitHead": "bfb1bceb264af68129106d76f7e3db710534ba11"
69
+ "version": "2.0.0-alpha.20",
70
+ "gitHead": "8a85f6409c058eb9f1983755e0c2d7f36e93ad08"
70
71
  }