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

@douyinfe/semi-illustrations

Package Overview
Dependencies
Maintainers
8
Versions
450
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@douyinfe/semi-illustrations - npm Package Compare versions

Comparing version 2.15.0-beta.0 to 2.15.0

17

lib/cjs/index.d.ts

@@ -1,1 +0,16 @@

export * from './illustrations';
export { default as IllustrationConstructionDark } from './illustrations/IllustrationConstructionDark';
export { default as IllustrationConstruction } from './illustrations/IllustrationConstruction';
export { default as IllustrationFailureDark } from './illustrations/IllustrationFailureDark';
export { default as IllustrationFailure } from './illustrations/IllustrationFailure';
export { default as IllustrationIdleDark } from './illustrations/IllustrationIdleDark';
export { default as IllustrationIdle } from './illustrations/IllustrationIdle';
export { default as IllustrationNoAccessDark } from './illustrations/IllustrationNoAccessDark';
export { default as IllustrationNoAccess } from './illustrations/IllustrationNoAccess';
export { default as IllustrationNoContentDark } from './illustrations/IllustrationNoContentDark';
export { default as IllustrationNoContent } from './illustrations/IllustrationNoContent';
export { default as IllustrationNoResultDark } from './illustrations/IllustrationNoResultDark';
export { default as IllustrationNoResult } from './illustrations/IllustrationNoResult';
export { default as IllustrationNotFoundDark } from './illustrations/IllustrationNotFoundDark';
export { default as IllustrationNotFound } from './illustrations/IllustrationNotFound';
export { default as IllustrationSuccessDark } from './illustrations/IllustrationSuccessDark';
export { default as IllustrationSuccess } from './illustrations/IllustrationSuccess';
"use strict";
var _context;
var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
var _forEachInstanceProperty = require("@babel/runtime-corejs3/core-js-stable/instance/for-each");
var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
var _Object$keys = require("@babel/runtime-corejs3/core-js-stable/object/keys");
_Object$defineProperty(exports, "__esModule", {

@@ -15,14 +11,144 @@ value: true

var _illustrations = require("./illustrations");
_Object$defineProperty(exports, "IllustrationConstruction", {
enumerable: true,
get: function () {
return _IllustrationConstruction.default;
}
});
_forEachInstanceProperty(_context = _Object$keys(_illustrations)).call(_context, function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _illustrations[key]) return;
_Object$defineProperty(exports, "IllustrationConstructionDark", {
enumerable: true,
get: function () {
return _IllustrationConstructionDark.default;
}
});
_Object$defineProperty(exports, key, {
enumerable: true,
get: function () {
return _illustrations[key];
}
});
});
_Object$defineProperty(exports, "IllustrationFailure", {
enumerable: true,
get: function () {
return _IllustrationFailure.default;
}
});
_Object$defineProperty(exports, "IllustrationFailureDark", {
enumerable: true,
get: function () {
return _IllustrationFailureDark.default;
}
});
_Object$defineProperty(exports, "IllustrationIdle", {
enumerable: true,
get: function () {
return _IllustrationIdle.default;
}
});
_Object$defineProperty(exports, "IllustrationIdleDark", {
enumerable: true,
get: function () {
return _IllustrationIdleDark.default;
}
});
_Object$defineProperty(exports, "IllustrationNoAccess", {
enumerable: true,
get: function () {
return _IllustrationNoAccess.default;
}
});
_Object$defineProperty(exports, "IllustrationNoAccessDark", {
enumerable: true,
get: function () {
return _IllustrationNoAccessDark.default;
}
});
_Object$defineProperty(exports, "IllustrationNoContent", {
enumerable: true,
get: function () {
return _IllustrationNoContent.default;
}
});
_Object$defineProperty(exports, "IllustrationNoContentDark", {
enumerable: true,
get: function () {
return _IllustrationNoContentDark.default;
}
});
_Object$defineProperty(exports, "IllustrationNoResult", {
enumerable: true,
get: function () {
return _IllustrationNoResult.default;
}
});
_Object$defineProperty(exports, "IllustrationNoResultDark", {
enumerable: true,
get: function () {
return _IllustrationNoResultDark.default;
}
});
_Object$defineProperty(exports, "IllustrationNotFound", {
enumerable: true,
get: function () {
return _IllustrationNotFound.default;
}
});
_Object$defineProperty(exports, "IllustrationNotFoundDark", {
enumerable: true,
get: function () {
return _IllustrationNotFoundDark.default;
}
});
_Object$defineProperty(exports, "IllustrationSuccess", {
enumerable: true,
get: function () {
return _IllustrationSuccess.default;
}
});
_Object$defineProperty(exports, "IllustrationSuccessDark", {
enumerable: true,
get: function () {
return _IllustrationSuccessDark.default;
}
});
var _IllustrationConstructionDark = _interopRequireDefault(require("./illustrations/IllustrationConstructionDark"));
var _IllustrationConstruction = _interopRequireDefault(require("./illustrations/IllustrationConstruction"));
var _IllustrationFailureDark = _interopRequireDefault(require("./illustrations/IllustrationFailureDark"));
var _IllustrationFailure = _interopRequireDefault(require("./illustrations/IllustrationFailure"));
var _IllustrationIdleDark = _interopRequireDefault(require("./illustrations/IllustrationIdleDark"));
var _IllustrationIdle = _interopRequireDefault(require("./illustrations/IllustrationIdle"));
var _IllustrationNoAccessDark = _interopRequireDefault(require("./illustrations/IllustrationNoAccessDark"));
var _IllustrationNoAccess = _interopRequireDefault(require("./illustrations/IllustrationNoAccess"));
var _IllustrationNoContentDark = _interopRequireDefault(require("./illustrations/IllustrationNoContentDark"));
var _IllustrationNoContent = _interopRequireDefault(require("./illustrations/IllustrationNoContent"));
var _IllustrationNoResultDark = _interopRequireDefault(require("./illustrations/IllustrationNoResultDark"));
var _IllustrationNoResult = _interopRequireDefault(require("./illustrations/IllustrationNoResult"));
var _IllustrationNotFoundDark = _interopRequireDefault(require("./illustrations/IllustrationNotFoundDark"));
var _IllustrationNotFound = _interopRequireDefault(require("./illustrations/IllustrationNotFound"));
var _IllustrationSuccessDark = _interopRequireDefault(require("./illustrations/IllustrationSuccessDark"));
var _IllustrationSuccess = _interopRequireDefault(require("./illustrations/IllustrationSuccess"));

@@ -1,1 +0,16 @@

export * from './illustrations';
export { default as IllustrationConstructionDark } from './illustrations/IllustrationConstructionDark';
export { default as IllustrationConstruction } from './illustrations/IllustrationConstruction';
export { default as IllustrationFailureDark } from './illustrations/IllustrationFailureDark';
export { default as IllustrationFailure } from './illustrations/IllustrationFailure';
export { default as IllustrationIdleDark } from './illustrations/IllustrationIdleDark';
export { default as IllustrationIdle } from './illustrations/IllustrationIdle';
export { default as IllustrationNoAccessDark } from './illustrations/IllustrationNoAccessDark';
export { default as IllustrationNoAccess } from './illustrations/IllustrationNoAccess';
export { default as IllustrationNoContentDark } from './illustrations/IllustrationNoContentDark';
export { default as IllustrationNoContent } from './illustrations/IllustrationNoContent';
export { default as IllustrationNoResultDark } from './illustrations/IllustrationNoResultDark';
export { default as IllustrationNoResult } from './illustrations/IllustrationNoResult';
export { default as IllustrationNotFoundDark } from './illustrations/IllustrationNotFoundDark';
export { default as IllustrationNotFound } from './illustrations/IllustrationNotFound';
export { default as IllustrationSuccessDark } from './illustrations/IllustrationSuccessDark';
export { default as IllustrationSuccess } from './illustrations/IllustrationSuccess';
"use strict";
var _context;
var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
var _forEachInstanceProperty = require("@babel/runtime-corejs3/core-js-stable/instance/for-each");
var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
var _Object$keys = require("@babel/runtime-corejs3/core-js-stable/object/keys");
_Object$defineProperty(exports, "__esModule", {

@@ -15,14 +11,144 @@ value: true

var _illustrations = require("./illustrations");
_Object$defineProperty(exports, "IllustrationConstruction", {
enumerable: true,
get: function () {
return _IllustrationConstruction.default;
}
});
_forEachInstanceProperty(_context = _Object$keys(_illustrations)).call(_context, function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _illustrations[key]) return;
_Object$defineProperty(exports, "IllustrationConstructionDark", {
enumerable: true,
get: function () {
return _IllustrationConstructionDark.default;
}
});
_Object$defineProperty(exports, key, {
enumerable: true,
get: function () {
return _illustrations[key];
}
});
});
_Object$defineProperty(exports, "IllustrationFailure", {
enumerable: true,
get: function () {
return _IllustrationFailure.default;
}
});
_Object$defineProperty(exports, "IllustrationFailureDark", {
enumerable: true,
get: function () {
return _IllustrationFailureDark.default;
}
});
_Object$defineProperty(exports, "IllustrationIdle", {
enumerable: true,
get: function () {
return _IllustrationIdle.default;
}
});
_Object$defineProperty(exports, "IllustrationIdleDark", {
enumerable: true,
get: function () {
return _IllustrationIdleDark.default;
}
});
_Object$defineProperty(exports, "IllustrationNoAccess", {
enumerable: true,
get: function () {
return _IllustrationNoAccess.default;
}
});
_Object$defineProperty(exports, "IllustrationNoAccessDark", {
enumerable: true,
get: function () {
return _IllustrationNoAccessDark.default;
}
});
_Object$defineProperty(exports, "IllustrationNoContent", {
enumerable: true,
get: function () {
return _IllustrationNoContent.default;
}
});
_Object$defineProperty(exports, "IllustrationNoContentDark", {
enumerable: true,
get: function () {
return _IllustrationNoContentDark.default;
}
});
_Object$defineProperty(exports, "IllustrationNoResult", {
enumerable: true,
get: function () {
return _IllustrationNoResult.default;
}
});
_Object$defineProperty(exports, "IllustrationNoResultDark", {
enumerable: true,
get: function () {
return _IllustrationNoResultDark.default;
}
});
_Object$defineProperty(exports, "IllustrationNotFound", {
enumerable: true,
get: function () {
return _IllustrationNotFound.default;
}
});
_Object$defineProperty(exports, "IllustrationNotFoundDark", {
enumerable: true,
get: function () {
return _IllustrationNotFoundDark.default;
}
});
_Object$defineProperty(exports, "IllustrationSuccess", {
enumerable: true,
get: function () {
return _IllustrationSuccess.default;
}
});
_Object$defineProperty(exports, "IllustrationSuccessDark", {
enumerable: true,
get: function () {
return _IllustrationSuccessDark.default;
}
});
var _IllustrationConstructionDark = _interopRequireDefault(require("./illustrations/IllustrationConstructionDark"));
var _IllustrationConstruction = _interopRequireDefault(require("./illustrations/IllustrationConstruction"));
var _IllustrationFailureDark = _interopRequireDefault(require("./illustrations/IllustrationFailureDark"));
var _IllustrationFailure = _interopRequireDefault(require("./illustrations/IllustrationFailure"));
var _IllustrationIdleDark = _interopRequireDefault(require("./illustrations/IllustrationIdleDark"));
var _IllustrationIdle = _interopRequireDefault(require("./illustrations/IllustrationIdle"));
var _IllustrationNoAccessDark = _interopRequireDefault(require("./illustrations/IllustrationNoAccessDark"));
var _IllustrationNoAccess = _interopRequireDefault(require("./illustrations/IllustrationNoAccess"));
var _IllustrationNoContentDark = _interopRequireDefault(require("./illustrations/IllustrationNoContentDark"));
var _IllustrationNoContent = _interopRequireDefault(require("./illustrations/IllustrationNoContent"));
var _IllustrationNoResultDark = _interopRequireDefault(require("./illustrations/IllustrationNoResultDark"));
var _IllustrationNoResult = _interopRequireDefault(require("./illustrations/IllustrationNoResult"));
var _IllustrationNotFoundDark = _interopRequireDefault(require("./illustrations/IllustrationNotFoundDark"));
var _IllustrationNotFound = _interopRequireDefault(require("./illustrations/IllustrationNotFound"));
var _IllustrationSuccessDark = _interopRequireDefault(require("./illustrations/IllustrationSuccessDark"));
var _IllustrationSuccess = _interopRequireDefault(require("./illustrations/IllustrationSuccess"));

4

package.json
{
"name": "@douyinfe/semi-illustrations",
"version": "2.15.0-beta.0",
"version": "2.15.0",
"description": "semi illustrations",

@@ -58,3 +58,3 @@ "keywords": [

},
"gitHead": "09fa8ba9a3765537c9de842dbcc2f97d515b54d9"
"gitHead": "236be8e52864297171e3b08da20475139dadd633"
}

@@ -1,1 +0,16 @@

export * from './illustrations';
export { default as IllustrationConstructionDark } from './illustrations/IllustrationConstructionDark';
export { default as IllustrationConstruction } from './illustrations/IllustrationConstruction';
export { default as IllustrationFailureDark } from './illustrations/IllustrationFailureDark';
export { default as IllustrationFailure } from './illustrations/IllustrationFailure';
export { default as IllustrationIdleDark } from './illustrations/IllustrationIdleDark';
export { default as IllustrationIdle } from './illustrations/IllustrationIdle';
export { default as IllustrationNoAccessDark } from './illustrations/IllustrationNoAccessDark';
export { default as IllustrationNoAccess } from './illustrations/IllustrationNoAccess';
export { default as IllustrationNoContentDark } from './illustrations/IllustrationNoContentDark';
export { default as IllustrationNoContent } from './illustrations/IllustrationNoContent';
export { default as IllustrationNoResultDark } from './illustrations/IllustrationNoResultDark';
export { default as IllustrationNoResult } from './illustrations/IllustrationNoResult';
export { default as IllustrationNotFoundDark } from './illustrations/IllustrationNotFoundDark';
export { default as IllustrationNotFound } from './illustrations/IllustrationNotFound';
export { default as IllustrationSuccessDark } from './illustrations/IllustrationSuccessDark';
export { default as IllustrationSuccess } from './illustrations/IllustrationSuccess';

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

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