@jamsr-ui/shared-icons
Advanced tools
Comparing version 0.0.50 to 0.0.52
@@ -1,27 +0,3 @@ | ||
import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
import { SVGProps } from 'react'; | ||
declare const ChevronDoubleLeftIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
declare const ChevronDoubleRightIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
declare const ChevronDownIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
declare const ChevronLeftIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
declare const ChevronUpIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
declare const ChevronRightIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
declare const InfoIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
declare const CheckIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
declare const CloseIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
declare const DragDropHorizontalIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
declare const EyeClosedIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
declare const EyeOpenIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
declare const FileAddIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
declare const ImageAddIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
declare const EmailIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
declare const SearchIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
declare const StarIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
declare const ZipIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
declare const PlusIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
declare const MinusIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
declare const TrashIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
declare const RefreshIcon: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element; | ||
export { CheckIcon, ChevronDoubleLeftIcon, ChevronDoubleRightIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CloseIcon, DragDropHorizontalIcon, EmailIcon, EyeClosedIcon, EyeOpenIcon, FileAddIcon, ImageAddIcon, InfoIcon, MinusIcon, PlusIcon, RefreshIcon, SearchIcon, StarIcon, TrashIcon, ZipIcon }; | ||
export { CheckIcon, ChevronDoubleLeftIcon, ChevronDoubleRightIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CloseIcon, DragDropHorizontalIcon, EmailIcon, EyeClosedIcon, EyeOpenIcon, FileAddIcon, ImageAddIcon, InfoIcon, MinusIcon, PlusIcon, RefreshIcon, SearchIcon, StarIcon, TrashIcon, ZipIcon } from './icons.js'; | ||
import 'react/jsx-runtime'; | ||
import 'react'; |
{ | ||
"name": "@jamsr-ui/shared-icons", | ||
"private": false, | ||
"version": "0.0.50", | ||
"description": "", | ||
"version": "0.0.52", | ||
"description": "A react js ui library with tailwindcss", | ||
"keywords": [ | ||
@@ -16,3 +16,7 @@ "react", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"README", | ||
"README.md", | ||
"package.json", | ||
"LICENSE" | ||
], | ||
@@ -30,3 +34,11 @@ "peerDependencies": { | ||
}, | ||
"sideEffects": false | ||
"sideEffects": false, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jamsrworld/jamsr-ui" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/jamsrworld/jamsr-ui/issues" | ||
}, | ||
"homepage": "https://jamsr-ui.jamsrworld.com" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
57398
10
222
0
1