Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sanity/icons

Package Overview
Dependencies
Maintainers
56
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/icons - npm Package Compare versions

Comparing version 3.3.1 to 3.4.0

src/icons/addUserIcon.tsx

9

dist/index.d.ts

@@ -50,2 +50,9 @@ import {ForwardRefExoticComponent} from 'react'

*/
export declare const AddUserIcon: ForwardRefExoticComponent<
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>
>
/**
* @public
*/
export declare const ApiIcon: ForwardRefExoticComponent<

@@ -758,2 +765,3 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement>

add: IconComponent
'add-user': IconComponent
api: IconComponent

@@ -987,2 +995,3 @@ archive: IconComponent

| 'add'
| 'add-user'
| 'api'

@@ -989,0 +998,0 @@ | 'archive'

26

package.json
{
"name": "@sanity/icons",
"version": "3.3.1",
"version": "3.4.0",
"description": "The Sanity icons.",

@@ -84,4 +84,4 @@ "keywords": [

"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7",

@@ -91,8 +91,8 @@ "@babel/preset-typescript": "^7.24.7",

"@commitlint/config-conventional": "^19.2.2",
"@sanity/pkg-utils": "^6.10.6",
"@sanity/pkg-utils": "^6.10.8",
"@sanity/semantic-release-preset": "^4.1.8",
"@sanity/ui": "^2.8.6",
"@sanity/ui-workshop": "^2.0.15",
"@sanity/ui": "^2.8.8",
"@sanity/ui-workshop": "^2.0.16",
"@svgr/core": "^8.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",

@@ -104,4 +104,4 @@ "@types/jest": "^29.5.12",

"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"camelcase": "^8.0.0",

@@ -111,3 +111,3 @@ "commitizen": "^4.3.0",

"esbuild": "^0.23.0",
"esbuild-register": "^3.5.0",
"esbuild-register": "^3.6.0",
"eslint": "^8.57.0",

@@ -118,3 +118,3 @@ "eslint-config-prettier": "^9.1.0",

"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",

@@ -124,3 +124,3 @@ "globby": "^14.0.0",

"jest": "^29.7.0",
"jest-axe": "^8.0.0",
"jest-axe": "^9.0.0",
"jest-environment-jsdom": "^29.7.0",

@@ -144,3 +144,3 @@ "lint-staged": "^15.2.0",

},
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.6.0",
"engines": {

@@ -147,0 +147,0 @@ "node": ">=14.0.0"

@@ -13,2 +13,3 @@ /* THIS FILE IS AUTO-GENERATED – DO NOT EDIT */

import {AddIcon} from './addIcon'
import {AddUserIcon} from './addUserIcon'
import {ApiIcon} from './apiIcon'

@@ -229,2 +230,3 @@ import {ArchiveIcon} from './archiveIcon'

| 'add'
| 'add-user'
| 'api'

@@ -442,2 +444,3 @@ | 'archive'

AddIcon,
AddUserIcon,
ApiIcon,

@@ -659,2 +662,3 @@ ArchiveIcon,

add: IconComponent
'add-user': IconComponent
api: IconComponent

@@ -876,2 +880,3 @@ archive: IconComponent

add: AddIcon,
'add-user': AddUserIcon,
api: ApiIcon,

@@ -878,0 +883,0 @@ archive: ArchiveIcon,

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 too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc