Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "nunui", | ||
"description": "Svelte UI Component Library", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"devDependencies": { | ||
@@ -25,2 +25,5 @@ "@sveltejs/adapter-auto": "1.0.0-next.80", | ||
"type": "module", | ||
"dependencies": { | ||
"svelte-portal": "^2.2.0" | ||
}, | ||
"exports": { | ||
@@ -66,2 +69,8 @@ "./package.json": "./package.json", | ||
"./Style.scss": "./Style.scss", | ||
"./Table/Table.svelte": "./Table/Table.svelte", | ||
"./Table/components/Thead.svelte": "./Table/components/Thead.svelte", | ||
"./Table/components/Trow.svelte": "./Table/components/Trow.svelte", | ||
"./Table": "./Table/index.js", | ||
"./ThemeProvider/ThemeProvider.svelte": "./ThemeProvider/ThemeProvider.svelte", | ||
"./ThemeProvider": "./ThemeProvider/index.js", | ||
"./Utility/forward": "./Utility/forward.js", | ||
@@ -71,5 +80,6 @@ "./Utility/quantized": "./Utility/quantized.js", | ||
"./Utility/scroll": "./Utility/scroll.js", | ||
".": "./index.js" | ||
".": "./index.js", | ||
"./index.scss": "./index.scss" | ||
}, | ||
"svelte": "./index.js" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
95554
94
910
1
+ Addedsvelte-portal@^2.2.0
+ Addedsvelte-portal@2.2.1(transitive)