nova-design-elements
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -14,2 +14,3 @@ import Button from "./components/Button/Button"; | ||
import PopupAlert from "./components/PopupAlert/PopupAlert"; | ||
export { Button, ContextMenu, type ContextMenuItem, type LargeContextMenuItem, LargeContextMenu, MagicButton, Droppable, Draggable, DialogComponent, DragDropFile, InputField, Loader, Spinner, PopupAlert, }; | ||
import InfiniteScroll from "./components/InfiniteScroll/InfiniteScroll"; | ||
export { Button, ContextMenu, type ContextMenuItem, type LargeContextMenuItem, LargeContextMenu, MagicButton, Droppable, Draggable, DialogComponent, DragDropFile, InputField, Loader, Spinner, PopupAlert, InfiniteScroll, }; |
{ | ||
"name": "nova-design-elements", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"main": "dist/index.js", | ||
@@ -58,2 +58,3 @@ "module": "dist/index.esm.js", | ||
"@types/react-dom": "^18.2.4", | ||
"@types/react-infinite-scroller": "^1.2.3", | ||
"@types/rollup-plugin-peer-deps-external": "^2.2.1", | ||
@@ -94,3 +95,5 @@ "animated-tailwindcss": "^4.0.0", | ||
"tailwindcss": "^3.3.2", | ||
"tailwindcss-inner-border": "^0.2.0" | ||
"tailwindcss-inner-border": "^0.2.0", | ||
"react-infinite-scroller": "^1.2.6", | ||
"@types/react-infinite-scroller": "^1.2.3" | ||
}, | ||
@@ -111,4 +114,5 @@ "description": "Official design system of Nova (thenovapp.com)", | ||
"react-i18next": "^12.3.1", | ||
"react-icons": "^4.9.0" | ||
"react-icons": "^4.9.0", | ||
"react-infinite-scroller": "^1.2.6" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6424584
60
8025
17
45
+ Added@types/react-infinite-scroller@1.2.5(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact-infinite-scroller@1.2.6(transitive)
+ Addedreact-is@16.13.1(transitive)