Socket
Socket
Sign inDemoInstall

@opentiny/vue-theme

Package Overview
Dependencies
0
Maintainers
0
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.16.4 to 3.17.0

aurora-theme/base-select/index.css

3

alert/smb-theme.js

@@ -18,3 +18,4 @@ export const tinyAlertSmbTheme = {

'ti-alert-title-font-size': 'var(--ti-common-font-size-2)',
'ti-alert-large-icon-margin-top': 'calc(var(--ti-common-space-6) / 2)',
'ti-alert-large-icon-margin-top': 'var(--ti-common-space-0)',
'ti-alert-title-margin-top': 'var(--ti-common-size-base)',
'ti-alert-large-padding-top': 'var(--ti-common-space-4x)',

@@ -21,0 +22,0 @@ 'ti-alert-large-padding-bottom': 'var(--ti-common-space-4x)',

export const tinyCardSmbTheme = {
'ti-card-bg-color': 'var(--ti-base-color-bg-7)', // 白色背景
'ti-card-checked-border-color': 'var(--ti-common-color-text-highlight)',
'ti-card-bg-color': 'var(--ti-common-color-bg-navigation)', // 白色背景
'ti-card-box-shadow': 'none', // 无阴影
'ti-card-default-border-color': '#fff', // 白色边框
'ti-card-title-font-size': '16px', // 标题字体
'ti-card-title-text-color': '#191919', // 标题字体色
'ti-card-default-border-color': 'var(--ti-common-color-light)', // 白色边框
'ti-card-title-font-size': 'var(--ti-common-font-size-2)', // 标题字体
'ti-card-title-text-color': 'var(--ti-common-color-selected-text-color)', // 标题字体色
'ti-card-title-font-weight': 'bold', // 标题字重
'ti-card-main-font-size': '14px', // 正文字体
'ti-card-main-text-color': '#595959', // 正文字体色
'ti-card-option-top-border-color': '#f0f0f0',
'ti-card-option-text-color': '#191919',
'ti-card-option-font-size': '16px',
'ti-card-large-body-padding': '24px',
'ti-card-medium-body-padding': '24px',
'ti-card-small-body-padding': '16px',
'ti-card-mini-body-padding': '12px'
'ti-card-main-font-size': 'var(--ti-common-font-size-1)', // 正文字体
'ti-card-main-text-color': 'var(--ti-common-color-text-weaken)', // 正文字体色
'ti-card-option-top-border-color': 'var(--ti-common-color-primary-disabled)',
'ti-card-option-text-color': 'var(--ti-common-color-selected-text-color)',
'ti-card-option-font-size': 'var(--ti-common-font-size-2)',
'ti-card-large-body-padding': 'var(--ti-common-space-6x)',
'ti-card-medium-body-padding': 'var(--ti-common-space-6x)',
'ti-card-small-body-padding': 'var(--ti-common-space-4x)',
'ti-card-mini-body-padding': 'var(--ti-common-space-3x)',
'ti-card-large-border-radius': 'var(--ti-common-border-radius-4)',
'ti-card-title-mg-bottom': 'var(--ti-common-space-4x)'
}

@@ -22,5 +22,5 @@ export const tinyCollapseitemAuroraTheme = {

'ti-collapse-item-content-padding-top': 'var(--ti-common-space-0)',
'ti-collapse-item-arrow-transform': 'rotate(0)',
'ti-collapse-item-is-active-arrow-transform': 'rotate(90deg)',
'ti-collapse-item-arrow-transform': 'rotate(-90deg)',
'ti-collapse-item-is-active-arrow-transform': 'rotate(0)',
'ti-collapse-item-is-active-arrow-text-color': '#1890ff'
}

@@ -18,3 +18,5 @@ export const tinyCollapseItemSmbTheme = {

'ti-collapse-item-title-right-fill': '#1476ff',
'ti-collapse-item-header-bg-color': 'var(--ti-common-color-bg-white-normal)',
'ti-collapse-item-wrap-bg-color': 'var(--ti-common-bg-minor)',
'ti-collapse-item-arrow-margin-right': 'var(--ti-common-space-3x)'
}

@@ -1,7 +0,7 @@

export const tinyDialogSelectAuroraTheme = {
'ti-divider-dividing-line': 'var(--ti-common-color-dark)',
export const tinyDividerSmbTheme = {
'ti-divider-dividing-line': 'var(--ti-common-color-bg-dark-disabled)',
'ti-divider-horizontal-opacity': 0.5,
'ti-divider-vertical-opacity': 0.5,
'ti-divider-text-color': 'var(--ti-common-color-text-primary)',
'ti-divider-text-bg-color': 'var(--ti-base-color-white)'
'ti-divider-text-bg-color': 'var(--ti-common-color-line-dividing)'
}

@@ -38,3 +38,4 @@ export const tinyGridSmbTheme = {

'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-grid-tree-expand-icon-font-size': 'var(--ti-common-font-size-2)',
'ti-grid-tree-expand-icon-translate-x': '-2px'
}
export const tinyModalSmbTheme = {
'ti-modal-box-shadow': 'var(--ti-common-shadow-4-down)',
'ti-modal-header-font-size': 'var(--ti-common-font-size-4)',
'ti-modal-header-padding-bottom': 'var(--ti-common-space-6x)',
'ti-modal-header-padding-bottom': 'var(--ti-common-space-4x)',
'ti-modal-box-border-radius': 'var(--ti-common-border-radius-4)',

@@ -20,3 +20,6 @@ 'ti-modal-close-btn-font-size': 'var(--ti-common-font-size-4)',

'ti-modal-message-icon-box-height': 'calc(var(--ti-common-space-5x) - 1px)',
'ti-modal-notification-header-padding-bottom': 'var(--ti-common-space-4x)'
'ti-modal-notification-header-padding-bottom': 'var(--ti-common-space-4x)',
'ti-modal-footer-align': 'right',
'ti-modal-body-text-color': 'var(--ti-common-color-text-secondary)',
'ti-modal-body-text-bottom': 'var(--ti-common-space-4x)'
}

@@ -5,3 +5,5 @@ export const tinyOptionAuroraTheme = {

'ti-option-highlight-selected-text-color': 'var(--ti-common-color-text-highlight)',
'ti-option-selected-bg-color': 'var(--ti-common-color-icon-normal)',
'ti-option-checkbox-border-color-hover': 'var(--ti-common-color-primary-disabled)',
'ti-option-padding-horizontal-group': 'var(--ti-common-space-2x)'
}

@@ -9,10 +9,10 @@ export const tinyOptionSmbTheme = {

'ti-option-icon-color-selected': 'var(--ti-common-color-icon-graybg-active)',
'ti-option-checkbox-border-color-hover': '#191919',
'ti-option-checkbox-border-color-hover': 'var(--ti-common-color-line-normal)',
'ti-option-disabled-text-color': 'var(--ti-common-color-text-disabled)',
'ti-option-hover-bg-color': 'var(--ti-common-color-bg-normal)',
'ti-option-selected-bg-color': 'var(--ti-common-color-bg-white-normal)',
'ti-option-selected-bg-color-hover': 'var(--ti-common-color-bg-white-emphasize)',
'ti-option-selected-bg-color': 'var(--ti-common-color-text-highlight)',
'ti-option-selected-bg-color-hover': 'var(--ti-common-color-text-highlight)',
'ti-option-highlight-selected-text-color': 'var(--ti-common-color-text-highlight)',
'ti-option-selected-text-color': '#1476FF',
'ti-option-checkbox-all-select-border-color-hover': '#1476FF'
'ti-option-selected-text-color': 'var(--ti-common-color-text-highlight)',
'ti-option-checkbox-all-select-border-color-hover': 'var(--ti-common-color-text-highlight)'
}
{
"name": "@opentiny/vue-theme",
"version": "3.16.4",
"version": "3.17.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",

@@ -27,4 +27,3 @@ export const tinyPagerSmbTheme = {

'ti-pager-active-font-weight': '600',
'ti-pager-dot-is-popup-display': 'none',
'ti-pager-dot-before-display': 'block',
'ti-pager-dot-is-popup-svg-font-size': '16px',
'ti-pager-poplist-item-hover-bg-color': '#0000000D',

@@ -31,0 +30,0 @@ 'ti-pager-poplist-item-hover-text-color': '#191919',

@@ -8,3 +8,3 @@ export const tinySelectDropdownAuroraTheme = {

'ti-select-dropdown-border-color': 'var(--ti-common-color-line-normal)',
'ti-option-checkbox-border-color-hover': 'var(--ti-common-color-line-hover)',
'ti-option-checkbox-border-color-hover': '#bfbfbf',
'ti-select-dropdown-top-create-text-color': 'var(--ti-common-color-text-highlight)',

@@ -11,0 +11,0 @@ 'ti-select-dropdown-top-create-text-color-hover': 'var(--ti-common-color-text-link-hover)',

export const tinyStatisticSmbTheme = {
'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-statistic-suffix-font-size': 'var(--ti-common-font-size-0)',
'ti-statistic-description-font-weight': 'var(--ti-common-font-weight-normal)'
}

@@ -41,3 +41,4 @@ export const tinyStepsAuroraTheme = {

'ti-steps-error-bg-color': 'var(--ti-common-bg-primary)',
'ti-steps-disabled-icon-bg-color': 'var(--ti-common-color-bg-disabled)'
'ti-steps-disabled-icon-bg-color': 'var(--ti-common-color-bg-disabled)',
'ti-steps-error-icon-color': '#fff'
}

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

'ti-tag-primary-close-opacity': '1',
'ti-tag-mini-height': 'var(--ti-common-size-3x)',
'ti-tag-primary-close-hover-icon-color': 'var(--ti-common-color-icon-graybg-hover)'
}

@@ -17,2 +17,13 @@ export const concatTheme = {

'ti-alert-close-position-top': 'var(--ti-common-space-3x)',
'ti-select-input-caret-font-size': 'var(--ti-common-font-size-1)',
'ti-select-input-caret-icon-color': 'var(--ti-common-color-icon-normal)',
'ti-select-tags-margin-top': '2px',
'ti-select-tags-margin-right': '4px',
'ti-select-tags-margin-bottom': '2px',
'ti-select-tags-margin-left': 'var(--ti-common-space-0)',
'ti-select-tags-wrap-padding-left': '8px',
'ti-select-input-icon-close-margin-right': 'var(--ti-common-space-2x)',
'ti-select-tags-height': '28px',
'ti-select-input-icon-top': '50%',
'ti-select-suffix-display': 'none',
'ti-breadcrumb-text-color': '#333',

@@ -93,4 +104,4 @@ 'ti-breadcrumb-selected-hover-text-color': '#1890ff',

'ti-collapse-item-content-padding-top': 'var(--ti-common-space-0)',
'ti-collapse-item-arrow-transform': 'rotate(0)',
'ti-collapse-item-is-active-arrow-transform': 'rotate(90deg)',
'ti-collapse-item-arrow-transform': 'rotate(-90deg)',
'ti-collapse-item-is-active-arrow-transform': 'rotate(0)',
'ti-collapse-item-is-active-arrow-text-color': '#1890ff',

@@ -267,2 +278,4 @@ 'ti-dialog-box-head-padding-top': 'var(--ti-common-space-2x)',

'ti-option-highlight-selected-text-color': 'var(--ti-common-color-text-highlight)',
'ti-option-selected-bg-color': 'var(--ti-common-color-icon-normal)',
'ti-option-checkbox-border-color-hover': 'var(--ti-common-color-primary-disabled)',
'ti-option-padding-horizontal-group': 'var(--ti-common-space-2x)',

@@ -320,3 +333,3 @@ 'ti-option-group-title-padding-horizontal': 'var(--ti-common-space-2x)',

'ti-select-dropdown-border-color': 'var(--ti-common-color-line-normal)',
'ti-option-checkbox-border-color-hover': 'var(--ti-common-color-line-hover)',
'ti-option-checkbox-border-color-hover': '#bfbfbf',
'ti-select-dropdown-top-create-text-color': 'var(--ti-common-color-text-highlight)',

@@ -345,2 +358,3 @@ 'ti-select-dropdown-top-create-text-color-hover': 'var(--ti-common-color-text-link-hover)',

'ti-split-trigger-bar-bg-color': '#666',
'ti-statistic-font-color': 'var(--ti-common-color-text-primary)',
'ti-steps-text-color': '#191919',

@@ -386,2 +400,3 @@ 'ti-steps-text-color-hover': '#191919',

'ti-steps-disabled-icon-bg-color': 'var(--ti-common-color-bg-disabled)',
'ti-steps-error-icon-color': '#fff',
'ti-switch-width': 'var(--ti-common-size-11x)',

@@ -388,0 +403,0 @@ 'ti-switch-height': 'calc(var(--ti-common-size-base) * 5.5)',

@@ -379,5 +379,3 @@ /**

'ti-form-item-error-text-color': 'var(--ti-base-color-error-3)',
'ti-form-item-error-bg-color': '#ffd5d4',
// search
'ti-search-input-btn-width': 'var(--ti-common-size-height-minor)'
'ti-form-item-error-bg-color': '#ffd5d4'
}

@@ -31,3 +31,4 @@ export const concatTheme = {

'ti-alert-title-font-size': 'var(--ti-common-font-size-2)',
'ti-alert-large-icon-margin-top': 'calc(var(--ti-common-space-6) / 2)',
'ti-alert-large-icon-margin-top': 'var(--ti-common-space-0)',
'ti-alert-title-margin-top': 'var(--ti-common-size-base)',
'ti-alert-large-padding-top': 'var(--ti-common-space-4x)',

@@ -49,2 +50,18 @@ 'ti-alert-large-padding-bottom': 'var(--ti-common-space-4x)',

'ti-badge-border-radius': 'var(--ti-common-border-radius-4)',
'ti-select-input-caret-font-size': 'var(--ti-common-font-size-2)',
'ti-select-input-caret-hover-icon-color': 'var(--ti-common-color-icon-graybg-hover)',
'ti-select-input-caret-icon-color': 'var(--ti-common-color-icon-normal)',
'ti-select-tags-height': 'var(--ti-common-space-8x)',
'ti-select-tags-wrap-padding-left': 'var(--ti-common-space-2)',
'ti-select-tags-wrap-padding-top': 'var(--ti-common-space-2)',
'ti-select-tags-wrap-padding-bottom': 'var(--ti-common-space-2)',
'ti-select-input-icon-top-small': 'var(--ti-common-space-4x)',
'ti-select-input-icon-top': 'var(--ti-common-space-4x)',
'ti-select-tags-margin-left': 'var(--ti-common-space-2)',
'ti-select-tags-margin-right': 'var(--ti-common-space-2)',
'ti-select-tags-margin-top': 'var(--ti-common-space-2)',
'ti-select-tags-margin-bottom': 'var(--ti-common-space-2)',
'ti-select-tags-max-height': 'none',
'ti-select-collapse-button-text-icon-color': 'var(--ti-common-color-text-link)',
'ti-select-input-icon-top-mini': 'var(--ti-common-space-4x)',
'ti-breadcrumb-text-color': '#191919',

@@ -148,17 +165,20 @@ 'ti-breadcrumb-font-size': 'var(--ti-common-font-size-base)',

'ti-button-group-mini-side-border-radius': 'var(--ti-button-group-mini-border-radius)',
'ti-card-bg-color': 'var(--ti-base-color-bg-7)',
'ti-card-checked-border-color': 'var(--ti-common-color-text-highlight)',
'ti-card-bg-color': 'var(--ti-common-color-bg-navigation)',
'ti-card-box-shadow': 'none',
'ti-card-default-border-color': '#fff',
'ti-card-title-font-size': '16px',
'ti-card-title-text-color': '#191919',
'ti-card-default-border-color': 'var(--ti-common-color-light)',
'ti-card-title-font-size': 'var(--ti-common-font-size-2)',
'ti-card-title-text-color': 'var(--ti-common-color-selected-text-color)',
'ti-card-title-font-weight': 'bold',
'ti-card-main-font-size': '14px',
'ti-card-main-text-color': '#595959',
'ti-card-option-top-border-color': '#f0f0f0',
'ti-card-option-text-color': '#191919',
'ti-card-option-font-size': '16px',
'ti-card-large-body-padding': '24px',
'ti-card-medium-body-padding': '24px',
'ti-card-small-body-padding': '16px',
'ti-card-mini-body-padding': '12px',
'ti-card-main-font-size': 'var(--ti-common-font-size-1)',
'ti-card-main-text-color': 'var(--ti-common-color-text-weaken)',
'ti-card-option-top-border-color': 'var(--ti-common-color-primary-disabled)',
'ti-card-option-text-color': 'var(--ti-common-color-selected-text-color)',
'ti-card-option-font-size': 'var(--ti-common-font-size-2)',
'ti-card-large-body-padding': 'var(--ti-common-space-6x)',
'ti-card-medium-body-padding': 'var(--ti-common-space-6x)',
'ti-card-small-body-padding': 'var(--ti-common-space-4x)',
'ti-card-mini-body-padding': 'var(--ti-common-space-3x)',
'ti-card-large-border-radius': 'var(--ti-common-border-radius-4)',
'ti-card-title-mg-bottom': 'var(--ti-common-space-4x)',
'ti-carousel-arrow-height': 'var(--ti-common-size-8x)',

@@ -274,2 +294,4 @@ 'ti-carousel-arrow-width': 'var(--ti-common-size-8x)',

'ti-collapse-item-title-right-fill': '#1476ff',
'ti-collapse-item-header-bg-color': 'var(--ti-common-color-bg-white-normal)',
'ti-collapse-item-wrap-bg-color': 'var(--ti-common-bg-minor)',
'ti-collapse-item-arrow-margin-right': 'var(--ti-common-space-3x)',

@@ -317,7 +339,7 @@ 'ti-picker-panel-content-border-color': 'var(--ti-base-color-common-5, #f0f0f0)',

'ti-dialog-box-drawer-divider-border-color': 'transparent',
'ti-divider-dividing-line': 'var(--ti-common-color-dark)',
'ti-divider-dividing-line': 'var(--ti-common-color-bg-dark-disabled)',
'ti-divider-horizontal-opacity': '0.5',
'ti-divider-vertical-opacity': '0.5',
'ti-divider-text-color': 'var(--ti-common-color-text-primary)',
'ti-divider-text-bg-color': 'var(--ti-base-color-white)',
'ti-divider-text-bg-color': 'var(--ti-common-color-line-dividing)',
'ti-drawer-mask-bg-color': 'rgba(0, 0, 0, 16%)',

@@ -431,2 +453,28 @@ 'ti-drawer-shadow': '0 8px 24px rgba(0, 0, 0, 30%)',

'ti-grid-tree-expand-icon-font-size': 'var(--ti-common-font-size-2)',
'ti-grid-tree-expand-icon-translate-x': '-2px',
'ti-guide-header-padding-top': 'var(--ti-common-space-4x)',
'ti-guide-header-padding-left': 'var(--ti-common-space-4x)',
'ti-guide-header-padding-right': 'var(--ti-common-space-4x)',
'ti-guide-footer-padding-left': 'var(--ti-common-space-4x)',
'ti-guide-footer-padding-right': 'var(--ti-common-space-4x)',
'ti-guide-footer-padding-bottom': 'var(--ti-common-space-4x)',
'ti-guide-text-padding-horizontal': 'var(--ti-common-space-4x)',
'ti-guide-text-padding-bottom': 'var(--ti-common-space-6x)',
'ti-guide-text-padding-top': 'var(--ti-common-space-2x)',
'ti-guide-button-width': 'calc(var(--ti-common-line-height-8) + 8px)',
'ti-guide-button-height': 'var(--ti-common-line-height-2)',
'ti-guide-progress-style-left': 'var(--ti-common-space-4x)',
'ti-guide-title-text-font-size': 'var(--ti-common-font-size-2)',
'ti-guide-title-line-height': 'var(--ti-common-line-height-2)',
'ti-guide-text-line-height': 'var(--ti-common-line-height-2)',
'ti-guide-button-bg-color': 'var(--ti-base-color-bg-5)',
'ti-guide-button-text-color': '#191919',
'ti-guide-button-hover-bg-color': 'var(--ti-base-color-bg-5)',
'ti-guide-button-active-bg-color': 'var(--ti-base-color-bg-5)',
'ti-guide-button-focus-bg-color': 'var(--ti-base-color-bg-5)',
'ti-guide-button-hover-border-color': '#191919',
'ti-guide-button-border': '#c2c2c2',
'ti-guide-cancel-icon-margin-top': 'calc(var(--ti-common-space-base) * (-3))',
'ti-guide-cancel-icon-margin-right': 'var(--ti-common-space-0)',
'ti-guide-button-border-radius': 'var(--ti-common-size-25x)',
'ti-input-border-color': 'var(--ti-common-color-line-normal)',

@@ -502,3 +550,3 @@ 'ti-input-hover-border-color': 'var(--ti-common-color-line-hover)',

'ti-modal-header-font-size': 'var(--ti-common-font-size-4)',
'ti-modal-header-padding-bottom': 'var(--ti-common-space-6x)',
'ti-modal-header-padding-bottom': 'var(--ti-common-space-4x)',
'ti-modal-box-border-radius': 'var(--ti-common-border-radius-4)',

@@ -520,2 +568,5 @@ 'ti-modal-close-btn-font-size': 'var(--ti-common-font-size-4)',

'ti-modal-notification-header-padding-bottom': 'var(--ti-common-space-4x)',
'ti-modal-footer-align': 'right',
'ti-modal-body-text-color': 'var(--ti-common-color-text-secondary)',
'ti-modal-body-text-bottom': 'var(--ti-common-space-4x)',
'ti-month-table-td-text-bg-color': 'var(--ti-base-color-brand-2)',

@@ -569,10 +620,10 @@ 'ti-month-table-cell-today-font-weight': 'normal',

'ti-option-icon-color-selected': 'var(--ti-common-color-icon-graybg-active)',
'ti-option-checkbox-border-color-hover': '#191919',
'ti-option-checkbox-border-color-hover': 'var(--ti-common-color-line-normal)',
'ti-option-disabled-text-color': 'var(--ti-common-color-text-disabled)',
'ti-option-hover-bg-color': 'var(--ti-common-color-bg-normal)',
'ti-option-selected-bg-color': 'var(--ti-common-color-bg-white-normal)',
'ti-option-selected-bg-color-hover': 'var(--ti-common-color-bg-white-emphasize)',
'ti-option-selected-bg-color': 'var(--ti-common-color-text-highlight)',
'ti-option-selected-bg-color-hover': 'var(--ti-common-color-text-highlight)',
'ti-option-highlight-selected-text-color': 'var(--ti-common-color-text-highlight)',
'ti-option-selected-text-color': '#1476FF',
'ti-option-checkbox-all-select-border-color-hover': '#1476FF',
'ti-option-selected-text-color': 'var(--ti-common-color-text-highlight)',
'ti-option-checkbox-all-select-border-color-hover': 'var(--ti-common-color-text-highlight)',
'ti-option-group-title-font-size': 'var(--ti-common-font-size-0)',

@@ -611,4 +662,3 @@ 'ti-option-group-title-font-weight': 'var(--ti-common-font-weight-normal)',

'ti-pager-active-font-weight': '600',
'ti-pager-dot-is-popup-display': 'none',
'ti-pager-dot-before-display': 'block',
'ti-pager-dot-is-popup-svg-font-size': '16px',
'ti-pager-poplist-item-hover-bg-color': '#0000000D',

@@ -749,2 +799,3 @@ 'ti-pager-poplist-item-hover-text-color': '#191919',

'ti-statistic-suffix-font-size': 'var(--ti-common-font-size-0)',
'ti-statistic-description-font-weight': 'var(--ti-common-font-weight-normal)',
'ti-steps-circle-width-height': 'var(--ti-common-size-height-normal)',

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

'ti-tag-primary-close-opacity': '1',
'ti-tag-mini-height': 'var(--ti-common-size-3x)',
'ti-tag-primary-close-hover-icon-color': 'var(--ti-common-color-icon-graybg-hover)',

@@ -834,0 +886,0 @@ 'ti-text-popup-padding-vertical': '5px',

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

'ti-common-scrollbar-width': '8px',
'ti-common-scrollbar-height': '8px',
'ti-common-scrollbar-track-piece-bg-color': 'var(--ti-base-color-bg-5)',

@@ -342,0 +343,0 @@ 'ti-common-scrollbar-thumb-bg-color': 'var(--ti-base-color-common-4)',

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file 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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc