Socket
Socket
Sign inDemoInstall

@opentiny/vue-theme

Package Overview
Dependencies
Maintainers
1
Versions
64
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.15.1 to 3.16.0

drop-times/smb-theme.js

5

cascader-node/smb-theme.js

@@ -11,6 +11,7 @@ export const tinyCascaderNodeSmbTheme = {

'ti-cascader-node-prefix-display': 'none',
'ti-cascader-node-icon-color': '#191919',
'ti-cascader-node-icon-font-size': '12px',
'ti-cascader-node-icon-color': '#808080',
'ti-cascader-node-text-color': '#191919',
'ti-cascader-node-selectable-text-color': '#1476ff',
'ti-cascader-node-icon-font-size': 'var(--ti-common-font-size-2)',
'ti-cascader-node-active-icon-color': '#191919'
}

8

grid/smb-theme.js
export const tinyGridSmbTheme = {
'ti-grid-header-background-color': '#F5F5F5',
'ti-grid-header-font-weight': 'bold',
'ti-grid-medium-header-column-height': '46px',

@@ -32,3 +33,8 @@ 'ti-grid-default-header-column-height': 'var(--ti-common-size-height-medium)',

'ti-grid-toolbar-btn-hover-border-color': 'var(--ti-common-color-line-normal)', // 缺少#595959的边框公共变量
'ti-grid-toolbar-btn-border-radius': 'var(--ti-common-size-4x)'
'ti-grid-toolbar-btn-border-radius': 'var(--ti-common-size-4x)',
'ti-grid-select-icon-font-size': 'var(--ti-common-font-size-3)',
'ti-grid-row-selected-background-color': '#f0f7ff',
'ti-grid-expand-background-color': '#fafafa',
'ti-grid-loading-background-color': 'rgba(255, 255, 255, 0.67)',
'ti-grid-tree-expand-icon-font-size': 'var(--ti-common-font-size-2)'
}

@@ -20,3 +20,4 @@ export const tinyInputSmbTheme = {

'ti-input-font-size': 'var(--ti-common-font-size-1)',
'ti-input-placeholder-color': 'var(--ti-base-color-common-2)'
'ti-input-placeholder-color': 'var(--ti-base-color-common-2)',
'ti-input-exceed-text-color': '#c7000b'
}

@@ -19,3 +19,5 @@ export const tinyLinkSmbTheme = {

'ti-link-warning-disabled-text-color': 'var(--ti-common-color-warning-disabled-text)',
'ti-link-info-disabled-text-color': 'var(--ti-common-color-info-disabled-text)'
'ti-link-info-disabled-text-color': 'var(--ti-common-color-info-disabled-text)',
'ti-link-danger-text-color': '#c7000b',
'ti-link-danger-border-color': '#c7000b'
}
{
"name": "@opentiny/vue-theme",
"version": "3.15.1",
"version": "3.16.0",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",

@@ -5,0 +5,0 @@ "main": "index.css",

export const tinyProgresSMBTheme = {
'ti-progress-bar-inner-bg-color': 'var(--ti-common-color-data-4)',
'ti-progress-bar-text-margin-left': 'var(--ti-common-space-3x);'
'ti-progress-bar-text-margin-left': 'var(--ti-common-space-3x)',
'ti-progress-exception-bg-color': '#c7000b'
}
export const tinyStatisticSmbTheme = {
'ti-statistic-font-size': '24px',
'ti-statistic-prefix-font-size': '24px',
'ti-statistic-font-color': '#191919',
'ti-statistic-suffix-font-size': 'var(--ti-common-font-size-4)'
'ti-statistic-description-font-size': 'var(--ti-common-font-size-5)',
'ti-statistic-font-color': 'var(--ti-common-color-primary-normal)',
'ti-statistic-suffix-font-size': 'var(--ti-common-font-size-0)'
}

@@ -39,3 +39,4 @@ export const tinyStepsSmbTheme = {

'ti-steps-timeline-vertical-line-bg-color': 'rgba(0, 0, 0, 8%)',
'ti-steps-custom-icon-width-height': 'var(--ti-common-space-5x)'
'ti-steps-custom-icon-width-height': 'var(--ti-common-space-5x)',
'ti-steps-advanced-count-bg-color': '#c7000b'
}

@@ -22,3 +22,4 @@ export const tinyTextareaSmbTheme = {

'ti-textarea-padding-bottom': 'var(--ti-common-space-4x)',
'ti-textarea-disabled-bg-color': '#f2f2f2'
'ti-textarea-disabled-bg-color': '#f2f2f2',
'ti-textarea-exceed-text-color': '#c7000b'
}

@@ -195,5 +195,6 @@ export const concatTheme = {

'ti-cascader-node-prefix-display': 'none',
'ti-cascader-node-icon-color': '#191919',
'ti-cascader-node-icon-font-size': '12px',
'ti-cascader-node-icon-color': '#808080',
'ti-cascader-node-text-color': '#191919',
'ti-cascader-node-selectable-text-color': '#1476ff',
'ti-cascader-node-icon-font-size': 'var(--ti-common-font-size-2)',
'ti-cascader-node-active-icon-color': '#191919',

@@ -329,2 +330,8 @@ 'ti-cascader-panel-node-label-padding-left': '16px',

'ti-drawer-close-icon-color': 'var(--ti-common-color-icon-normal)',
'ti-drop-times-item-hover-bg-color': 'var(--ti-common-color-bg-disabled)',
'ti-drop-times-item-selected-color': 'var(--ti-common-color-text-link)',
'ti-drop-times-item-padding-horizontal': '16px',
'ti-drop-times-item-font-size': '14px',
'ti-drop-times-item-padding': '0 16px',
'ti-drop-times-item-selected-font-weight': '500',
'ti-dropdown-icon-size': 'var(--ti-common-font-size-2)',

@@ -385,2 +392,3 @@ 'ti-dropdown-text-color-hover': 'var(--ti-common-color-text-link)',

'ti-grid-header-background-color': '#F5F5F5',
'ti-grid-header-font-weight': 'bold',
'ti-grid-medium-header-column-height': '46px',

@@ -416,2 +424,7 @@ 'ti-grid-default-header-column-height': 'var(--ti-common-size-height-medium)',

'ti-grid-toolbar-btn-border-radius': 'var(--ti-common-size-4x)',
'ti-grid-select-icon-font-size': 'var(--ti-common-font-size-3)',
'ti-grid-row-selected-background-color': '#f0f7ff',
'ti-grid-expand-background-color': '#fafafa',
'ti-grid-loading-background-color': 'rgba(255, 255, 255, 0.67)',
'ti-grid-tree-expand-icon-font-size': 'var(--ti-common-font-size-2)',
'ti-input-border-color': 'var(--ti-common-color-line-normal)',

@@ -436,2 +449,3 @@ 'ti-input-hover-border-color': 'var(--ti-common-color-line-hover)',

'ti-input-placeholder-color': 'var(--ti-base-color-common-2)',
'ti-input-exceed-text-color': '#c7000b',
'ti-ip-address-normal-width': 'calc(var(--ti-common-size-base) * 45.5)',

@@ -464,2 +478,4 @@ 'ti-ip-address-normal-height': 'var(--ti-common-size-8x)',

'ti-link-info-disabled-text-color': 'var(--ti-common-color-info-disabled-text)',
'ti-link-danger-text-color': '#c7000b',
'ti-link-danger-border-color': '#c7000b',
'ti-loading-text-color': 'var(--ti-common-color-text-primary)',

@@ -609,2 +625,3 @@ 'ti-loading-text-font-size': 'var(--ti-common-font-size-2)',

'ti-date-editor-input-icon-color-fill': 'var(--ti-base-color-common-2)',
'ti-popupload-dialog-table-icon-color-hover': '#c7000b',
'ti-popconfirm-margin-right': 'var(--ti-common-space-6x)',

@@ -624,3 +641,4 @@ 'ti-popconfirm-popover-footer-justify-content': 'center',

'ti-progress-bar-inner-bg-color': 'var(--ti-common-color-data-4)',
'ti-progress-bar-text-margin-left': 'var(--ti-common-space-3x);',
'ti-progress-bar-text-margin-left': 'var(--ti-common-space-3x)',
'ti-progress-exception-bg-color': '#c7000b',
'ti-radio-margin-right': 'var(--ti-common-space-6x)',

@@ -726,6 +744,5 @@ 'ti-radio-bordered-border-color': 'var(--ti-common-color-line-normal)',

'ti-slider-mark-label-text-color': '#999999',
'ti-statistic-font-size': '24px',
'ti-statistic-prefix-font-size': '24px',
'ti-statistic-font-color': '#191919',
'ti-statistic-suffix-font-size': 'var(--ti-common-font-size-4)',
'ti-statistic-description-font-size': 'var(--ti-common-font-size-5)',
'ti-statistic-font-color': 'var(--ti-common-color-primary-normal)',
'ti-statistic-suffix-font-size': 'var(--ti-common-font-size-0)',
'ti-steps-circle-width-height': 'var(--ti-common-size-height-normal)',

@@ -769,2 +786,3 @@ 'ti-steps-icon-size': 'var(--ti-common-size-height-normal)',

'ti-steps-custom-icon-width-height': 'var(--ti-common-space-5x)',
'ti-steps-advanced-count-bg-color': '#c7000b',
'ti-switch-on-bg-color': 'var(--ti-common-color-data-1)',

@@ -840,2 +858,5 @@ 'ti-switch-off-bg-color': '#C2C2C2',

'ti-textarea-disabled-bg-color': '#f2f2f2',
'ti-textarea-exceed-text-color': '#c7000b',
'ti-time-select-item-hover-bg-color': 'var(--ti-base-color-bg)',
'ti-time-select-item-selected-color': 'var(--ti-base-color-brand-2)',
'ti-tooltip-box-shadow': '0px 2px 12px 0px rgba(0,0,0,0.08)',

@@ -842,0 +863,0 @@ 'ti-tooltip-popper-light-border-color': '#fff',

@@ -162,2 +162,7 @@ export const tinyBaseSmbTheme = {

// 补全默认主题变量名,因cfui组件使用到了此变量名,因为需要映射一下
'ti-common-bg-primary': 'var(--ti-common-color-bg-primary)',
'ti-common-bg-primary-hover': 'var(--ti-common-color-bg-primary-hover)',
'ti-common-bg-primary-active': 'var(--ti-common-color-bg-primary-active)',
// 图表色

@@ -164,0 +169,0 @@ 'ti-common-color-data-1': 'var(--ti-base-color-icon-info)',

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

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