Socket
Socket
Sign inDemoInstall

nuke-core

Package Overview
Dependencies
Maintainers
4
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuke-core - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

8

HISTORY.md
# Changelog
## 2.0.3 / 2018-03-22
* [[bb71e1f](http://gitlab.alibaba-inc.com/nuke/core/commit/bb71e1f573fdc54694cb7a2862227a536d761682)] - `fix` 配置平台注释修改
## 2.0.2 / 2018-03-22
* [[5bb1f8f](http://gitlab.alibaba-inc.com/nuke/core/commit/5bb1f8fc69a47fa6a2f8a43166ba9e2068b1ccaf)] - `fix` 修复注释格式
## 2.0.1 / 2018-03-21

@@ -5,0 +13,0 @@

257

lib/variables/_icon.js

@@ -9,4 +9,5 @@ 'use strict';

* 图标
* @namespace variables
* @property name icon
* @namespace component
* @property module icon
* @property category style
*/

@@ -216,44 +217,296 @@

module.exports = {
/**
* icon-xxs
* @property semantic xxs
* @property unconfigurable
* @property export style
*/
'icon-xxs': iconXxs,
/**
* icon-xs
* @property semantic xs
* @property unconfigurable
* @property export style
*/
'icon-xs': iconXs,
/**
* icon-s
* @property semantic s
* @property unconfigurable
* @property export style
*/
'icon-s': iconS,
/**
* icon-m
* @property semantic m
* @property unconfigurable
* @property export style
*/
'icon-m': iconM,
/**
* icon-l
* @property semantic l
* @property unconfigurable
* @property export style
*/
'icon-l': iconL,
/**
* icon-xl
* @property semantic xl
* @property unconfigurable
* @property export style
*/
'icon-xl': iconXl,
/**
* icon-xxl
* @property semantic xxl
* @property unconfigurable
* @property export style
*/
'icon-xxl': iconXxl,
/**
* icon-xxxl
* @property semantic xxxl
* @property unconfigurable
* @property export style
*/
'icon-xxxl': iconXxxl,
/**
* icon-path
* @property semantic path
* @property unconfigurable
* @property export style
*/
'icon-path': iconPath,
/**
* icon-right
* @property semantic right
* @property unconfigurable
* @property export style
*/
'icon-right': iconRight,
/**
* icon-download
* @property semantic download
* @property unconfigurable
* @property export style
*/
'icon-download': iconDownload,
/**
* icon-download
* @property semantic download
* @property unconfigurable
* @property export style
*/
'icon-accessory': iconAccessory,
/**
* icon-add
* @property semantic add
* @property unconfigurable
* @property export style
*/
'icon-add': iconAdd,
/**
* icon-camera
* @property semantic camera
* @property unconfigurable
* @property export style
*/
'icon-camera': iconCamera,
/**
* icon-close
* @property semantic close
* @property unconfigurable
* @property export style
*/
'icon-close': iconClose,
/**
* icon-enter
* @property semantic enter
* @property unconfigurable
* @property export style
*/
'icon-enter': iconEnter,
/**
* icon-feedback-fill
* @property semantic feedback-fill
* @property unconfigurable
* @property export style
*/
'icon-feedback-fill': iconFeedbackFill,
/**
* icon-feedback
* @property semantic feedback
* @property unconfigurable
* @property export style
*/
'icon-feedback': iconFeedback,
/**
* icon-homepage-fill
* @property semantic homepage-fill
* @property unconfigurable
* @property export style
*/
'icon-homepage-fill': iconHomepageFill,
/**
* icon-homepage
* @property semantic homepage
* @property unconfigurable
* @property export style
*/
'icon-homepage': iconHomepage,
/**
* icon-message-fill
* @property semantic message-fill
* @property unconfigurable
* @property export style
*/
'icon-message-fill': iconMessageFill,
/**
* icon-message
* @property semantic message
* @property unconfigurable
* @property export style
*/
'icon-message': iconMessage,
/**
* icon-picture
* @property semantic picture
* @property unconfigurable
* @property export style
*/
'icon-picture': iconPicture,
/**
* icon-info-fill
* @property semantic info-fill
* @property unconfigurable
* @property export style
*/
'icon-info-fill': iconInfo,
/**
* icon-info
* @property semantic info
* @property unconfigurable
* @property export style
*/
'icon-info': iconInfo,
/**
* icon-return
* @property semantic return
* @property unconfigurable
* @property export style
*/
'icon-return': iconReturn,
/**
* icon-scan
* @property semantic scan
* @property unconfigurable
* @property export style
*/
'icon-scan': iconScan,
/**
* icon-setup-fill
* @property semantic setup-fill
* @property unconfigurable
* @property export style
*/
'icon-setup-fill': iconSetupFill,
/**
* icon-setup
* @property semantic setup
* @property unconfigurable
* @property export style
*/
'icon-setup': iconSetup,
/**
* icon-share
* @property semantic share
* @property unconfigurable
* @property export style
*/
'icon-share': iconShare,
/**
* icon-success-fill
* @property semantic success-fill
* @property unconfigurable
* @property export style
*/
'icon-success-fill': iconSuccessFill,
/**
* icon-success
* @property semantic success
* @property unconfigurable
* @property export style
*/
'icon-success': iconSuccess,
/**
* icon-switch
* @property semantic switch
* @property unconfigurable
* @property export style
*/
'icon-switch': iconSwitch,
/**
* icon-prompt
* @property semantic prompt
* @property unconfigurable
* @property export style
*/
'icon-prompt': iconPrompt,
/**
* icon-tailor
* @property semantic tailor
* @property unconfigurable
* @property export style
*/
'icon-tailor': iconTailor,
/**
* icon-video
* @property semantic video
* @property unconfigurable
* @property export style
*/
'icon-video': iconVideo,
/**
* icon-warning-fill
* @property semantic warning-fill
* @property unconfigurable
* @property export style
*/
'icon-warning-fill': iconWarningFill,
/**
* icon-warning
* @property semantic warning
* @property unconfigurable
* @property export style
*/
'icon-warning': iconWarning,
/**
* icon-search
* @property semantic search
* @property unconfigurable
* @property export style
*/
'icon-search': iconSearch,
/**
* icon-packup
* @property semantic packup
* @property unconfigurable
* @property export style
*/
'icon-packup': iconPackup,
/**
* icon-unfold
* @property semantic unfold
* @property unconfigurable
* @property export style
*/
'icon-unfold': iconUnfold,
/**
* icon-family
* @property semantic family
* @property unconfigurable
* @property export style
*/
'icon-family': iconFamily
};
{
"name": "nuke-core",
"version": "2.0.2",
"version": "2.0.3",
"description": "nuke 核心变量",
"main": "lib/nuke",
"files": ["lib", "docs", "theme", "README.md", "HISTORY.md"],
"keywords": ["nuke", "rax", "core"],
"files": [
"lib",
"docs",
"theme",
"README.md",
"HISTORY.md"
],
"keywords": [
"nuke",
"rax",
"core"
],
"author": {

@@ -9,0 +19,0 @@ "name": "doub",

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