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

@sanity/icons

Package Overview
Dependencies
Maintainers
35
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 2.0.0 to 2.1.0

src/icons/blockContentIcon.tsx

36

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

@@ -26,12 +26,12 @@ "sideEffects": false,

"scripts": {
"build": "run-s clean generate build:pkg check:pkg",
"build:pkg": "pkg build --strict",
"check:pkg": "pkg --strict",
"check:types": "tsc",
"build": "run-s clean generate pkg:build pkg:check",
"clean": "rimraf .workshop dist",
"commit": "cz",
"dev": "workshop dev",
"dev": "run-p workshop:dev",
"format": "prettier --write --cache --ignore-unknown .",
"generate": "rimraf src/icons && node -r esbuild-register scripts/generate.ts",
"lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx --quiet",
"pkg:build": "pkg build --strict",
"pkg:check": "pkg --strict",
"pkg:watch": "pkg watch --strict",
"prepare": "husky install",

@@ -41,6 +41,8 @@ "prepublishOnly": "pnpm build",

"test": "jest",
"watch": "pkg watch --strict"
"ts:check": "tsc",
"workshop:build": "workshop build",
"workshop:dev": "workshop dev"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",

@@ -51,8 +53,7 @@ "@babel/preset-react": "^7.18.6",

"@commitlint/config-conventional": "^17.3.0",
"@sanity/icons": "^1.3.6",
"@sanity/pkg-utils": "^1.18.0",
"@sanity/pkg-utils": "^1.20.1",
"@sanity/semantic-release-preset": "^2.0.2",
"@sanity/ui": "1.0.0-beta.33",
"@sanity/ui-workshop": "1.0.0-beta.5",
"@svgr/core": "^6.4.0",
"@sanity/ui": "^1.0.0",
"@sanity/ui-workshop": "^1.0.1",
"@svgr/core": "^6.5.1",
"@testing-library/jest-dom": "^5.16.5",

@@ -67,8 +68,8 @@ "@testing-library/react": "^13.4.0",

"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"camelcase": "^6.3.0",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.15.15",
"esbuild": "^0.15.16",
"esbuild-register": "^3.4.1",

@@ -87,3 +88,4 @@ "eslint": "^8.28.0",

"jest-environment-jsdom": "^29.3.1",
"lint-staged": "^13.0.3",
"lint-staged": "^13.0.4",
"module-alias": "^2.2.2",
"npm-run-all": "^4.1.5",

@@ -90,0 +92,0 @@ "prettier": "^2.8.0",

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

import {BinaryDocumentIcon} from './binaryDocumentIcon'
import {BlockContentIcon} from './blockContentIcon'
import {BlockElementIcon} from './blockElementIcon'

@@ -120,2 +121,3 @@ import {BlockquoteIcon} from './blockquoteIcon'

import {MoonIcon} from './moonIcon'
import {NumberIcon} from './numberIcon'
import {OkHandIcon} from './okHandIcon'

@@ -153,2 +155,3 @@ import {OlistIcon} from './olistIcon'

import {StrikethroughIcon} from './strikethroughIcon'
import {StringIcon} from './stringIcon'
import {SunIcon} from './sunIcon'

@@ -202,2 +205,3 @@ import {SyncIcon} from './syncIcon'

| 'binary-document'
| 'block-content'
| 'block-element'

@@ -299,2 +303,3 @@ | 'blockquote'

| 'moon'
| 'number'
| 'ok-hand'

@@ -332,2 +337,3 @@ | 'olist'

| 'strikethrough'
| 'string'
| 'sun'

@@ -378,2 +384,3 @@ | 'sync'

BinaryDocumentIcon,
BlockContentIcon,
BlockElementIcon,

@@ -475,2 +482,3 @@ BlockquoteIcon,

MoonIcon,
NumberIcon,
OkHandIcon,

@@ -508,2 +516,3 @@ OlistIcon,

StrikethroughIcon,
StringIcon,
SunIcon,

@@ -558,2 +567,3 @@ SyncIcon,

'binary-document': IconComponent
'block-content': IconComponent
'block-element': IconComponent

@@ -655,2 +665,3 @@ blockquote: IconComponent

moon: IconComponent
number: IconComponent
'ok-hand': IconComponent

@@ -688,2 +699,3 @@ olist: IconComponent

strikethrough: IconComponent
string: IconComponent
sun: IconComponent

@@ -738,2 +750,3 @@ sync: IconComponent

'binary-document': BinaryDocumentIcon,
'block-content': BlockContentIcon,
'block-element': BlockElementIcon,

@@ -835,2 +848,3 @@ blockquote: BlockquoteIcon,

moon: MoonIcon,
number: NumberIcon,
'ok-hand': OkHandIcon,

@@ -868,2 +882,3 @@ olist: OlistIcon,

strikethrough: StrikethroughIcon,
string: StringIcon,
sun: SunIcon,

@@ -870,0 +885,0 @@ sync: SyncIcon,

Sorry, the diff of this file is too big to display

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

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