Socket
Socket
Sign inDemoInstall

@opentiny/vue-theme

Package Overview
Dependencies
Maintainers
0
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-theme - npm Package Compare versions

Comparing version 3.17.4 to 3.17.5

32

package.json
{
"name": "@opentiny/vue-theme",
"version": "3.17.4",
"version": "3.17.5",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"author": "OpenTiny Team",
"license": "MIT",
"main": "index.css",
"homepage": "https://opentiny.design/tiny-vue",
"repository": {
"type": "git",
"url": "git@github.com:opentiny/tiny-vue.git"
},
"bugs": {
"url": "https://github.com/opentiny/tiny-vue/issues"
},
"keywords": [

@@ -26,3 +18,11 @@ "vue",

],
"main": "index.css",
"author": "OpenTiny Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:opentiny/tiny-vue.git"
},
"bugs": {
"url": "https://github.com/opentiny/tiny-vue/issues"
},
"devDependencies": {

@@ -32,14 +32,14 @@ "@babel/cli": "^7.5.5",

"@babel/preset-env": "^7.5.5",
"fast-glob": "^3.2.12",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "2.6.1",
"gulp-less": "^5.0.0",
"gulp-svg-inline": "^1.0.1",
"gulp-transform": "3.0.5",
"gulp-concat": "2.6.1",
"svgo": "3.2.0",
"rimraf": "^2.6.2",
"fast-glob": "^3.2.12",
"stylelint": "^14.14.0",
"stylelint-config-standard": "^29.0.0",
"svgo": "3.2.0"
"stylelint-config-standard": "^29.0.0"
},

@@ -83,3 +83,3 @@ "stylelint": {

"build:fast": "npm run build && npm run release",
"release": "node build/release.js && node build/postbuild.js",
"release": "node build/release.js && node build/postbuild.js && shx cp README.md dist",
"build:copy-remote": "npm run build:theme && cp-cli dist ../tiny-vue/node_modules/@opentiny/vue-theme",

@@ -86,0 +86,0 @@ "publishTgz": "node .cloudbuild/publish-tgzs.js",

@@ -7,4 +7,4 @@ export const tinySearchSmbTheme = {

'ti-search-input-btn-icon-size': 'var(--ti-common-font-size-2)',
'ti-search-input-placeholder-text-color': 'var(--ti-common-color-placeholder)',
'ti-search-input-left-svg-margin-right': 'calc(0px - var(--ti-common-space-2x))'
'ti-search-input-placeholder-color': 'var(--ti-common-color-placeholder)',
'ti-search-input-left-svg-margin-right': '-8px'
}
export const tinyTabsSmbTheme = {
'ti-tabs-height': 'var(--ti-common-size-12x)',
'ti-tabs-height': 'var(--ti-common-size-13x)',
'ti-tabs-dark-item-height': 'calc(var(--ti-common-size-base) * 11.75)',

@@ -14,4 +14,3 @@ 'ti-tabs-header-font-weight-active': 'var(--ti-common-font-weight-bold)',

'ti-tabs-content-margin-vertical': 'var(--ti-common-space-3x)',
'ti-tabs-content-margin-horizontal': 'var(--ti-common-space-0)',
'ti-tabs-dark-bg-color-hover': '#191919'
'ti-tabs-content-margin-horizontal': 'var(--ti-common-space-0)'
}

@@ -84,4 +84,3 @@ /**

'skeleton': 'skeleton',
'skeleton-item': 'skeleton-item',
'radio-button': 'radio-button'
'skeleton-item': 'skeleton-item'
}

@@ -70,3 +70,2 @@ export const concatTheme = {

'ti-breadcrumb-separator-width': 'var(--ti-common-size-4x)',
'ti-bulletin-board-tabs-item-hover-text-color': '#1890ff',
'ti-button-normal-text-color': '#191919',

@@ -165,3 +164,2 @@ 'ti-button-normal-border-color': '#595959',

'ti-button-group-mini-side-border-radius': 'var(--ti-button-group-mini-border-radius)',
'ti-calendar-text-color-primary': '#1890ff',
'ti-card-checked-border-color': 'var(--ti-common-color-text-highlight)',

@@ -401,9 +399,2 @@ 'ti-card-bg-color': 'var(--ti-common-color-bg-navigation)',

'ti-dropdown-menu-min-width': '124px',
'ti-fall-menu-bg-color-normal': '#5e7ce0',
'ti-fall-menu-bg-color-hover': '#7693f5',
'ti-fall-menu-slot-text-color': '#fff',
'ti-fall-menu-slot-bg-color': '#fff',
'ti-fall-menu-box-text-color': '#5e7ce0',
'ti-fall-menu-box-title-text-color': '#adb0b8',
'ti-fall-menu-box-hover-text-color': '#7693f5',
'ti-form-label-top-margin-bottom': 'var(--ti-common-space-4x)',

@@ -535,3 +526,2 @@ 'ti-form-label-top-label-line-height': '1.5',

'ti-link-danger-border-color': '#c7000b',
'ti-link-menu-nav-item-text-color': '#191919',
'ti-loading-text-color': 'var(--ti-common-color-text-primary)',

@@ -714,8 +704,2 @@ 'ti-loading-text-font-size': 'var(--ti-common-font-size-2)',

'ti-radio-bordered-checked-border-color': '#1476FF',
'ti-radio-button-checked-normal-bg-color': '#1476FF',
'ti-radio-button-checked-normal-border-color': '#1476FF',
'ti-radio-button-checked-normal-box-shadow': '#1476FF',
'ti-radio-button-checked-hover-bg-color': '#1293ff',
'ti-radio-button-checked-hover-border-color': '#1293ff',
'ti-radio-button-checked-hover-box-shadow': '#1293ff',
'ti-scrollbar-vertical-right': '4px',

@@ -731,4 +715,4 @@ 'ti-scrollbar-vertical-width': '8px',

'ti-search-input-btn-icon-size': 'var(--ti-common-font-size-2)',
'ti-search-input-placeholder-text-color': 'var(--ti-common-color-placeholder)',
'ti-search-input-left-svg-margin-right': 'calc(0px - var(--ti-common-space-2x))',
'ti-search-input-placeholder-color': 'var(--ti-common-color-placeholder)',
'ti-search-input-left-svg-margin-right': '-8px',
'ti-select-input-caret-font-size': 'var(--ti-common-font-size-2)',

@@ -864,3 +848,3 @@ 'ti-select-input-caret-hover-icon-color': 'var(--ti-common-color-icon-graybg-hover)',

'ti-switch-border-weight': '0px',
'ti-tabs-height': 'var(--ti-common-size-12x)',
'ti-tabs-height': 'var(--ti-common-size-13x)',
'ti-tabs-dark-item-height': 'calc(var(--ti-common-size-base) * 11.75)',

@@ -878,3 +862,2 @@ 'ti-tabs-header-font-weight-active': 'var(--ti-common-font-weight-bold)',

'ti-tabs-content-margin-horizontal': 'var(--ti-common-space-0)',
'ti-tabs-dark-bg-color-hover': '#191919',
'ti-tag-primary-close-icon-color': 'var(--ti-common-color-bg-secondary)',

@@ -881,0 +864,0 @@ 'ti-tag-font-size': 'var(--ti-common-font-size-1)',

@@ -166,3 +166,2 @@ export const tinyBaseSmbTheme = {

'ti-common-bg-primary-active': 'var(--ti-common-color-bg-primary-active)',
'ti-common-color-bg-6': 'var(--ti-base-color-bg-6)', // smb新增标签背景色

@@ -169,0 +168,0 @@ // 图表色

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

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