@sanity/icons
Advanced tools
Comparing version 2.4.1 to 2.6.0
@@ -54,2 +54,3 @@ import cjs from './index.cjs'; | ||
export const CropIcon = cjs.CropIcon; | ||
export const CubeIcon = cjs.CubeIcon; | ||
export const DashboardIcon = cjs.DashboardIcon; | ||
@@ -110,2 +111,3 @@ export const DatabaseIcon = cjs.DatabaseIcon; | ||
export const JoystickIcon = cjs.JoystickIcon; | ||
export const JsonIcon = cjs.JsonIcon; | ||
export const LaunchIcon = cjs.LaunchIcon; | ||
@@ -128,2 +130,4 @@ export const LeaveIcon = cjs.LeaveIcon; | ||
export const PackageIcon = cjs.PackageIcon; | ||
export const PanelLeftIcon = cjs.PanelLeftIcon; | ||
export const PanelRightIcon = cjs.PanelRightIcon; | ||
export const PauseIcon = cjs.PauseIcon; | ||
@@ -137,2 +141,4 @@ export const PinIcon = cjs.PinIcon; | ||
export const ReadOnlyIcon = cjs.ReadOnlyIcon; | ||
export const RedoIcon = cjs.RedoIcon; | ||
export const RefreshIcon = cjs.RefreshIcon; | ||
export const RemoveCircleIcon = cjs.RemoveCircleIcon; | ||
@@ -166,5 +172,7 @@ export const RemoveIcon = cjs.RemoveIcon; | ||
export const SyncIcon = cjs.SyncIcon; | ||
export const TabletDeviceIcon = cjs.TabletDeviceIcon; | ||
export const TagIcon = cjs.TagIcon; | ||
export const TagsIcon = cjs.TagsIcon; | ||
export const TerminalIcon = cjs.TerminalIcon; | ||
export const TextIcon = cjs.TextIcon; | ||
export const ThLargeIcon = cjs.ThLargeIcon; | ||
@@ -197,2 +205,1 @@ export const ThListIcon = cjs.ThListIcon; | ||
export default cjs.default; |
@@ -367,2 +367,9 @@ /// <reference types="react" /> | ||
*/ | ||
export declare const CubeIcon: ForwardRefExoticComponent< | ||
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement> | ||
> | ||
/** | ||
* @public | ||
*/ | ||
export declare const DashboardIcon: ForwardRefExoticComponent< | ||
@@ -735,2 +742,3 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement> | ||
crop: IconComponent | ||
cube: IconComponent | ||
dashboard: IconComponent | ||
@@ -790,2 +798,3 @@ database: IconComponent | ||
joystick: IconComponent | ||
json: IconComponent | ||
launch: IconComponent | ||
@@ -808,2 +817,4 @@ leave: IconComponent | ||
package: IconComponent | ||
'panel-left': IconComponent | ||
'panel-right': IconComponent | ||
pause: IconComponent | ||
@@ -817,2 +828,4 @@ pin: IconComponent | ||
'read-only': IconComponent | ||
redo: IconComponent | ||
refresh: IconComponent | ||
'remove-circle': IconComponent | ||
@@ -846,5 +859,7 @@ remove: IconComponent | ||
sync: IconComponent | ||
'tablet-device': IconComponent | ||
tag: IconComponent | ||
tags: IconComponent | ||
terminal: IconComponent | ||
text: IconComponent | ||
'th-large': IconComponent | ||
@@ -944,2 +959,3 @@ 'th-list': IconComponent | ||
| 'crop' | ||
| 'cube' | ||
| 'dashboard' | ||
@@ -999,2 +1015,3 @@ | 'database' | ||
| 'joystick' | ||
| 'json' | ||
| 'launch' | ||
@@ -1017,2 +1034,4 @@ | 'leave' | ||
| 'package' | ||
| 'panel-left' | ||
| 'panel-right' | ||
| 'pause' | ||
@@ -1026,2 +1045,4 @@ | 'pin' | ||
| 'read-only' | ||
| 'redo' | ||
| 'refresh' | ||
| 'remove-circle' | ||
@@ -1055,5 +1076,7 @@ | 'remove' | ||
| 'sync' | ||
| 'tablet-device' | ||
| 'tag' | ||
| 'tags' | ||
| 'terminal' | ||
| 'text' | ||
| 'th-large' | ||
@@ -1165,2 +1188,9 @@ | 'th-list' | ||
*/ | ||
export declare const JsonIcon: ForwardRefExoticComponent< | ||
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement> | ||
> | ||
/** | ||
* @public | ||
*/ | ||
export declare const LaunchIcon: ForwardRefExoticComponent< | ||
@@ -1285,2 +1315,16 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement> | ||
*/ | ||
export declare const PanelLeftIcon: ForwardRefExoticComponent< | ||
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement> | ||
> | ||
/** | ||
* @public | ||
*/ | ||
export declare const PanelRightIcon: ForwardRefExoticComponent< | ||
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement> | ||
> | ||
/** | ||
* @public | ||
*/ | ||
export declare const PauseIcon: ForwardRefExoticComponent< | ||
@@ -1342,2 +1386,16 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement> | ||
*/ | ||
export declare const RedoIcon: ForwardRefExoticComponent< | ||
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement> | ||
> | ||
/** | ||
* @public | ||
*/ | ||
export declare const RefreshIcon: ForwardRefExoticComponent< | ||
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement> | ||
> | ||
/** | ||
* @public | ||
*/ | ||
export declare const RemoveCircleIcon: ForwardRefExoticComponent< | ||
@@ -1539,2 +1597,9 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement> | ||
*/ | ||
export declare const TabletDeviceIcon: ForwardRefExoticComponent< | ||
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement> | ||
> | ||
/** | ||
* @public | ||
*/ | ||
export declare const TagIcon: ForwardRefExoticComponent< | ||
@@ -1561,2 +1626,9 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement> | ||
*/ | ||
export declare const TextIcon: ForwardRefExoticComponent< | ||
Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement> | ||
> | ||
/** | ||
* @public | ||
*/ | ||
export declare const ThLargeIcon: ForwardRefExoticComponent< | ||
@@ -1563,0 +1635,0 @@ Omit<SVGProps<SVGSVGElement>, 'ref'> & RefAttributes<SVGSVGElement> |
{ | ||
"type": "module", | ||
"name": "@sanity/icons", | ||
"version": "2.4.1", | ||
"version": "2.6.0", | ||
"description": "The Sanity icons.", | ||
@@ -17,4 +17,3 @@ "sideEffects": false, | ||
"node": { | ||
"import": "./dist/index.cjs.js", | ||
"require": "./dist/index.cjs" | ||
"import": "./dist/index.cjs.js" | ||
}, | ||
@@ -37,3 +36,3 @@ "import": "./dist/index.js", | ||
"format": "prettier --write --cache --ignore-unknown .", | ||
"generate": "rimraf src/icons && node --loader esbuild-register/loader -r esbuild-register scripts/generate.ts", | ||
"generate": "rimraf src/icons && node -r esbuild-register scripts/generate.ts", | ||
"lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx --quiet", | ||
@@ -52,53 +51,51 @@ "pkg:build": "pkg build --strict", | ||
"devDependencies": { | ||
"@babel/core": "^7.22.5", | ||
"@babel/preset-env": "^7.22.5", | ||
"@babel/preset-react": "^7.22.5", | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@commitlint/cli": "^17.6.5", | ||
"@commitlint/config-conventional": "^17.6.5", | ||
"@sanity/pkg-utils": "^2.3.3", | ||
"@sanity/semantic-release-preset": "^4.1.1", | ||
"@sanity/ui": "^1.6.0", | ||
"@sanity/ui-workshop": "^1.2.1", | ||
"@babel/core": "^7.23.0", | ||
"@babel/preset-env": "^7.22.20", | ||
"@babel/preset-react": "^7.22.15", | ||
"@babel/preset-typescript": "^7.23.0", | ||
"@commitlint/cli": "^17.7.2", | ||
"@commitlint/config-conventional": "^17.7.0", | ||
"@sanity/pkg-utils": "^2.4.9", | ||
"@sanity/semantic-release-preset": "^4.1.4", | ||
"@sanity/ui": "^1.8.2", | ||
"@sanity/ui-workshop": "^1.2.11", | ||
"@svgr/core": "^6.5.1", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^13.4.0", | ||
"@types/jest": "^29.5.2", | ||
"@types/mkdirp": "^1.0.2", | ||
"@types/node": "^20.3.1", | ||
"@types/react": "^18.2.13", | ||
"@types/react-dom": "^18.2.6", | ||
"@types/styled-components": "^5.1.26", | ||
"@types/testing-library__jest-dom": "^5.14.6", | ||
"@typescript-eslint/eslint-plugin": "^5.60.0", | ||
"@typescript-eslint/parser": "^5.60.0", | ||
"camelcase": "^6.3.0", | ||
"@testing-library/jest-dom": "^6.1.3", | ||
"@testing-library/react": "^14.0.0", | ||
"@types/jest": "^29.5.5", | ||
"@types/node": "^20.8.2", | ||
"@types/react": "^18.2.25", | ||
"@types/react-dom": "^18.2.10", | ||
"@types/styled-components": "^5.1.28", | ||
"@typescript-eslint/eslint-plugin": "^6.7.4", | ||
"@typescript-eslint/parser": "^6.7.4", | ||
"camelcase": "^8.0.0", | ||
"commitizen": "^4.3.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"esbuild": "^0.18.6", | ||
"esbuild-register": "^3.4.2", | ||
"eslint": "^8.43.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"esbuild": "^0.19.4", | ||
"esbuild-register": "^3.5.0", | ||
"eslint": "^8.50.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-jsx-a11y": "^6.7.1", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"globby": "^11.1.0", | ||
"globby": "^13.2.2", | ||
"husky": "^8.0.3", | ||
"jest": "^29.5.0", | ||
"jest-axe": "^7.0.1", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"lint-staged": "^13.2.2", | ||
"mkdirp": "^2.1.6", | ||
"jest": "^29.7.0", | ||
"jest-axe": "^8.0.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"lint-staged": "^14.0.1", | ||
"mkdirp": "^3.0.1", | ||
"module-alias": "^2.2.3", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.8.8", | ||
"prettier": "^3.0.3", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-is": "^18.2.0", | ||
"rimraf": "^4.4.1", | ||
"semantic-release": "^20.1.3", | ||
"styled-components": "^5.3.9", | ||
"typescript": "^5.1.3" | ||
"rimraf": "^5.0.5", | ||
"semantic-release": "^21.1.2", | ||
"styled-components": "^6.0.8", | ||
"typescript": "^5.2.2" | ||
}, | ||
@@ -135,3 +132,3 @@ "peerDependencies": { | ||
}, | ||
"packageManager": "pnpm@8.2.0", | ||
"packageManager": "pnpm@8.8.0", | ||
"publishConfig": { | ||
@@ -138,0 +135,0 @@ "access": "public" |
@@ -58,2 +58,3 @@ /* THIS FILE IS AUTO-GENERATED – DO NOT EDIT */ | ||
import {CropIcon} from './cropIcon' | ||
import {CubeIcon} from './cubeIcon' | ||
import {DashboardIcon} from './dashboardIcon' | ||
@@ -113,2 +114,3 @@ import {DatabaseIcon} from './databaseIcon' | ||
import {JoystickIcon} from './joystickIcon' | ||
import {JsonIcon} from './jsonIcon' | ||
import {LaunchIcon} from './launchIcon' | ||
@@ -131,2 +133,4 @@ import {LeaveIcon} from './leaveIcon' | ||
import {PackageIcon} from './packageIcon' | ||
import {PanelLeftIcon} from './panelLeftIcon' | ||
import {PanelRightIcon} from './panelRightIcon' | ||
import {PauseIcon} from './pauseIcon' | ||
@@ -140,2 +144,4 @@ import {PinIcon} from './pinIcon' | ||
import {ReadOnlyIcon} from './readOnlyIcon' | ||
import {RedoIcon} from './redoIcon' | ||
import {RefreshIcon} from './refreshIcon' | ||
import {RemoveCircleIcon} from './removeCircleIcon' | ||
@@ -169,5 +175,7 @@ import {RemoveIcon} from './removeIcon' | ||
import {SyncIcon} from './syncIcon' | ||
import {TabletDeviceIcon} from './tabletDeviceIcon' | ||
import {TagIcon} from './tagIcon' | ||
import {TagsIcon} from './tagsIcon' | ||
import {TerminalIcon} from './terminalIcon' | ||
import {TextIcon} from './textIcon' | ||
import {ThLargeIcon} from './thLargeIcon' | ||
@@ -254,2 +262,3 @@ import {ThListIcon} from './thListIcon' | ||
| 'crop' | ||
| 'cube' | ||
| 'dashboard' | ||
@@ -309,2 +318,3 @@ | 'database' | ||
| 'joystick' | ||
| 'json' | ||
| 'launch' | ||
@@ -327,2 +337,4 @@ | 'leave' | ||
| 'package' | ||
| 'panel-left' | ||
| 'panel-right' | ||
| 'pause' | ||
@@ -336,2 +348,4 @@ | 'pin' | ||
| 'read-only' | ||
| 'redo' | ||
| 'refresh' | ||
| 'remove-circle' | ||
@@ -365,5 +379,7 @@ | 'remove' | ||
| 'sync' | ||
| 'tablet-device' | ||
| 'tag' | ||
| 'tags' | ||
| 'terminal' | ||
| 'text' | ||
| 'th-large' | ||
@@ -447,2 +463,3 @@ | 'th-list' | ||
CropIcon, | ||
CubeIcon, | ||
DashboardIcon, | ||
@@ -502,2 +519,3 @@ DatabaseIcon, | ||
JoystickIcon, | ||
JsonIcon, | ||
LaunchIcon, | ||
@@ -520,2 +538,4 @@ LeaveIcon, | ||
PackageIcon, | ||
PanelLeftIcon, | ||
PanelRightIcon, | ||
PauseIcon, | ||
@@ -529,2 +549,4 @@ PinIcon, | ||
ReadOnlyIcon, | ||
RedoIcon, | ||
RefreshIcon, | ||
RemoveCircleIcon, | ||
@@ -558,5 +580,7 @@ RemoveIcon, | ||
SyncIcon, | ||
TabletDeviceIcon, | ||
TagIcon, | ||
TagsIcon, | ||
TerminalIcon, | ||
TextIcon, | ||
ThLargeIcon, | ||
@@ -644,2 +668,3 @@ ThListIcon, | ||
crop: IconComponent | ||
cube: IconComponent | ||
dashboard: IconComponent | ||
@@ -699,2 +724,3 @@ database: IconComponent | ||
joystick: IconComponent | ||
json: IconComponent | ||
launch: IconComponent | ||
@@ -717,2 +743,4 @@ leave: IconComponent | ||
package: IconComponent | ||
'panel-left': IconComponent | ||
'panel-right': IconComponent | ||
pause: IconComponent | ||
@@ -726,2 +754,4 @@ pin: IconComponent | ||
'read-only': IconComponent | ||
redo: IconComponent | ||
refresh: IconComponent | ||
'remove-circle': IconComponent | ||
@@ -755,5 +785,7 @@ remove: IconComponent | ||
sync: IconComponent | ||
'tablet-device': IconComponent | ||
tag: IconComponent | ||
tags: IconComponent | ||
terminal: IconComponent | ||
text: IconComponent | ||
'th-large': IconComponent | ||
@@ -841,2 +873,3 @@ 'th-list': IconComponent | ||
crop: CropIcon, | ||
cube: CubeIcon, | ||
dashboard: DashboardIcon, | ||
@@ -896,2 +929,3 @@ database: DatabaseIcon, | ||
joystick: JoystickIcon, | ||
json: JsonIcon, | ||
launch: LaunchIcon, | ||
@@ -914,2 +948,4 @@ leave: LeaveIcon, | ||
package: PackageIcon, | ||
'panel-left': PanelLeftIcon, | ||
'panel-right': PanelRightIcon, | ||
pause: PauseIcon, | ||
@@ -923,2 +959,4 @@ pin: PinIcon, | ||
'read-only': ReadOnlyIcon, | ||
redo: RedoIcon, | ||
refresh: RefreshIcon, | ||
'remove-circle': RemoveCircleIcon, | ||
@@ -952,5 +990,7 @@ remove: RemoveIcon, | ||
sync: SyncIcon, | ||
'tablet-device': TabletDeviceIcon, | ||
tag: TagIcon, | ||
tags: TagsIcon, | ||
terminal: TerminalIcon, | ||
text: TextIcon, | ||
'th-large': ThLargeIcon, | ||
@@ -957,0 +997,0 @@ 'th-list': ThListIcon, |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
1196218
49
211
17387