@opentiny/vue-theme
Advanced tools
Comparing version 3.6.2 to 3.6.6
{ | ||
"name": "@opentiny/vue-theme", | ||
"version": "3.6.2", | ||
"version": "3.6.6", | ||
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.", | ||
@@ -28,3 +28,4 @@ "main": "index.css", | ||
"publishTgz": "node .cloudbuild/publish-tgzs.js", | ||
"postversion": "pnpm build" | ||
"postversion": "pnpm build", | ||
"build:themejson": "node scripts/build-theme-json" | ||
}, | ||
@@ -40,4 +41,5 @@ "devDependencies": { | ||
"gulp-svg-inline": "^1.0.1", | ||
"rimraf": "^2.6.2" | ||
"rimraf": "^2.6.2", | ||
"fast-glob": "^3.2.12" | ||
} | ||
} |
/** | ||
* Copyright (c) 2022 - present TinyVue Authors. | ||
* Copyright (c) 2022 - present Huawei Cloud Computing Technologies Co., Ltd. | ||
* | ||
* Use of this source code is governed by an MIT-style license. | ||
* | ||
* THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, | ||
* BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR | ||
* A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS. | ||
* | ||
*/ | ||
* Copyright (c) 2022 - present TinyVue Authors. | ||
* Copyright (c) 2022 - present Huawei Cloud Computing Technologies Co., Ltd. | ||
* | ||
* Use of this source code is governed by an MIT-style license. | ||
* | ||
* THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, | ||
* BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR | ||
* A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS. | ||
* | ||
*/ | ||
export const deepTheme = { | ||
'ti-base-color-primary-normal': '#252b3a', | ||
'ti-base-color-primary-hover': '#54657e', | ||
'ti-common-color-primary-normal': '#252b3a', | ||
'ti-common-color-primary-hover': '#54657e', | ||
'ti-button-primary-plain-bg-color': 'rgba(51, 51, 51, 0.06)', | ||
@@ -21,3 +21,3 @@ | ||
'ti-autocomplete-li-hover-bg-color': '#E2E2E6', | ||
'ti-autocomplete-li-select-bg-color': '#d5d5db', | ||
'ti-autocomplete-li-select-bg-color': '#d5d5db' | ||
} |
/** | ||
* Copyright (c) 2022 - present TinyVue Authors. | ||
* Copyright (c) 2022 - present Huawei Cloud Computing Technologies Co., Ltd. | ||
* | ||
* Use of this source code is governed by an MIT-style license. | ||
* | ||
* THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, | ||
* BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR | ||
* A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS. | ||
* | ||
*/ | ||
* Copyright (c) 2022 - present TinyVue Authors. | ||
* Copyright (c) 2022 - present Huawei Cloud Computing Technologies Co., Ltd. | ||
* | ||
* Use of this source code is governed by an MIT-style license. | ||
* | ||
* THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, | ||
* BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR | ||
* A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS. | ||
* | ||
*/ | ||
@@ -18,8 +18,8 @@ export const galaxyTheme = { | ||
'ti-button-normal-hover-background-color': '#4e5057', | ||
'ti-base-color-border': '#353638', | ||
'ti-base-color-light': '#292A2E', | ||
'ti-base-color-info-normal': 'var(--ti-base-color-common-7)', | ||
'ti-base-color-hover-background': '#393A3E', | ||
'ti-base-color-selected-background': '#393A3E', | ||
'ti-common-color-border': '#353638', | ||
'ti-common-color-light': '#292A2E', | ||
'ti-common-color-info-normal': 'var(--ti-base-color-common-7)', | ||
'ti-common-color-hover-background': '#393A3E', | ||
'ti-common-color-selected-background': '#393A3E', | ||
'ti-button-primary-text-color': '#ffffff' | ||
} |
@@ -17,21 +17,21 @@ /** | ||
'ti-common-color-line-dividing': '#f2f2f3', | ||
'ti-base-color-warning-normal': '#fac20a', | ||
'ti-base-color-warning-hover': '#ffd138', | ||
'ti-base-color-warning-active': '#ffd138', | ||
'ti-base-color-danger-normal': '#c7000b', | ||
'ti-base-color-danger-hover': '#d64a52', | ||
'ti-base-color-danger-active': '#d64a52', | ||
'ti-base-color-success-normal': '#50d4ab', | ||
'ti-base-color-success-hover': '#6ddebb', | ||
'ti-base-color-success-active': '#6ddebb', | ||
'ti-base-color-info-normal': '#252b3a', | ||
'ti-base-color-info-hover': '#575d5c', | ||
'ti-base-color-info-active': '#575d5c', | ||
'ti-base-color-border': '#d7d8da', | ||
'ti-common-color-warning-normal': '#fac20a', | ||
'ti-common-color-warning-hover': '#ffd138', | ||
'ti-common-color-warning-active': '#ffd138', | ||
'ti-common-color-danger-normal': '#c7000b', | ||
'ti-common-color-danger-hover': '#d64a52', | ||
'ti-common-color-danger-active': '#d64a52', | ||
'ti-common-color-success-normal': '#50d4ab', | ||
'ti-common-color-success-hover': '#6ddebb', | ||
'ti-common-color-success-active': '#6ddebb', | ||
'ti-common-color-info-normal': '#252b3a', | ||
'ti-common-color-info-hover': '#575d5c', | ||
'ti-common-color-info-active': '#575d5c', | ||
'ti-common-color-border': '#d7d8da', | ||
'ti-base-color-brand-5': '#526ecc', | ||
'ti-base-size-height-normal': '32px', | ||
'ti-base-box-shadow': '0 4px 8px 0 rgba(37,43,58,.2)', | ||
'ti-base-color-hover-background': '#f2f2f3', | ||
'ti-base-color-selected-background': '#f2f5fc', | ||
'ti-base-dropdown-gap': '8px', | ||
'ti-common-size-height-normal': '32px', | ||
'ti-common-box-shadow': '0 4px 8px 0 rgba(37,43,58,.2)', | ||
'ti-common-color-hover-background': '#f2f2f3', | ||
'ti-common-color-selected-background': '#f2f5fc', | ||
'ti-common-dropdown-gap': '8px', | ||
'ti-common-color-bg-disabled': '#f5f5f5', | ||
@@ -52,3 +52,3 @@ | ||
'ti-autocomplete-suggestion-bg-color': '#fff', | ||
'ti-autocomplete-li-hover-bg-color': 'var(--ti-base-color-hover-background)', | ||
'ti-autocomplete-li-hover-bg-color': 'var(--ti-common-color-hover-background)', | ||
'ti-autocomplete-li-select-bg-color': '#f2f5fc', | ||
@@ -69,3 +69,3 @@ 'ti-autocomplete-li-height': '36px', | ||
'ti-link-default-hover-text-color': 'var(--ti-base-color-brand-8)', | ||
'ti-numeric-input-normal-height': 'var(--ti-base-size-height-normal)', | ||
'ti-numeric-input-normal-height': 'var(--ti-common-size-height-normal)', | ||
'ti-numeric-input-width': '140px', | ||
@@ -94,3 +94,3 @@ 'ti-slider-height': '5px', | ||
'ti-time-panel-border-color': 'transparent', | ||
'ti-time-panel-box-shadow': 'var(--ti-base-box-shadow)', | ||
'ti-time-panel-box-shadow': 'var(--ti-common-box-shadow)', | ||
'ti-time-spinner-item-font-weight': 'normal', | ||
@@ -101,3 +101,3 @@ 'ti-time-panel-content-split-line-display': 'none', | ||
'ti-time-panel-btn-cancel-display': 'none', | ||
'ti-time-panel-btn-confirm-text-color': 'var(--ti-base-color-info-normal)', | ||
'ti-time-panel-btn-confirm-text-color': 'var(--ti-common-color-info-normal)', | ||
'ti-time-panel-btn-bg-color': '#EBEBEB', | ||
@@ -110,4 +110,4 @@ 'ti-time-panel-btn-padding-vertical': '0', | ||
'ti-time-panel-btn-confirm-hover-bg-color': 'var(--ti-button-normal-hover-background-color)', | ||
'ti-tree-node-content-current-bg-color': 'var(--ti-base-color-selected-background)', | ||
'ti-tree-node-content-hover-bg-color': 'var(--ti-base-color-hover-background)', | ||
'ti-tree-node-content-current-bg-color': 'var(--ti-common-color-selected-background)', | ||
'ti-tree-node-content-hover-bg-color': 'var(--ti-common-color-hover-background)', | ||
// tabs | ||
@@ -159,3 +159,3 @@ 'ti-tabs-header-font-active-border-color': 'var(--ti-base-color-common-7)', | ||
'ti-dropdown-menu-padding-horizontal': '12px', | ||
'ti-dropdown-menu-box-shadow': 'var(--ti-base-box-shadow)', | ||
'ti-dropdown-menu-box-shadow': 'var(--ti-common-box-shadow)', | ||
'ti-dropdown-menu-margin-vertical': '8px', | ||
@@ -182,3 +182,3 @@ 'ti-dropdown-menu-item-height': '36px', | ||
'ti-split-trigger-con-row-cursor': 'row-resize', | ||
'ti-picker-panel-box-shadow': 'var(--ti-base-box-shadow)', | ||
'ti-picker-panel-box-shadow': 'var(--ti-common-box-shadow)', | ||
'ti-date-picker-width': '249px', | ||
@@ -189,3 +189,3 @@ 'ti-date-picker-font-size': '12px', | ||
'ti-date-picker-current-border-radius': 'var(--ti-common-border-radius-normal)', | ||
'ti-date-picker-hover-bg-color': 'var(--ti-base-color-selected-background)', | ||
'ti-date-picker-hover-bg-color': 'var(--ti-common-color-selected-background)', | ||
'ti-date-table-td-width': '30px', | ||
@@ -231,3 +231,3 @@ 'ti-date-table-td-height': '22px', | ||
'ti-pager-poplist-item-hover-border-color': 'var(--ti-common-color-line-dividing)', | ||
'ti-pager-poplist-item-hover-text-color': 'var(--ti-base-color-info-normal)', | ||
'ti-pager-poplist-item-hover-text-color': 'var(--ti-common-color-info-normal)', | ||
// alert | ||
@@ -247,8 +247,8 @@ 'ti-alert-success-bg-color': '#cffcee', | ||
'ti-steps-icon-size': '24px', | ||
'ti-steps-done-icon-bg-color': 'var(--ti-base-color-success-normal)', | ||
'ti-steps-done-active-border-color': 'var(--ti-base-color-success-normal)', | ||
'ti-steps-done-icon-bg-color': 'var(--ti-common-color-success-normal)', | ||
'ti-steps-done-active-border-color': 'var(--ti-common-color-success-normal)', | ||
'ti-steps-done-icon-fill-color': '#fff', | ||
'ti-steps-line-active-bg-color': 'var(--ti-base-color-border)', | ||
'ti-steps-line-active-bg-color': 'var(--ti-common-color-border)', | ||
'ti-steps-line-height': '1px', | ||
'ti-steps-done-text-color': 'var(--ti-base-color-success-normal)', | ||
'ti-steps-done-text-color': 'var(--ti-common-color-success-normal)', | ||
// tag | ||
@@ -273,8 +273,8 @@ 'ti-tag-border-radius': 'var(--ti-common-border-radius-1)', | ||
// carousel | ||
'ti-carousel-arrow-hover-bg-color': 'ti-base-color-selected-background', | ||
'ti-carousel-arrow-hover-bg-color': 'ti-common-color-selected-background', | ||
'ti-carousel-arrow-bg-color': 'rgba(255,255,255,0.8)', | ||
'ti-carousel-arrow-box-shadow': '0 8px 16px 0 rgba(37,43,58,.1)', | ||
'ti-carousel-arrow-active-text-color': 'var(--ti-base-color-common-7)', | ||
'ti-carousel-arrow-width': 'var(--ti-base-size-width-small)', | ||
'ti-carousel-arrow-height': 'var(--ti-base-size-width-small)', | ||
'ti-carousel-arrow-width': 'var(--ti-common-size-width-small)', | ||
'ti-carousel-arrow-height': 'var(--ti-common-size-width-small)', | ||
'ti-carousel-indicators-bg-color': 'none', | ||
@@ -285,3 +285,3 @@ 'ti-carousel-indicator-button-bg-color': '#71757f', | ||
'ti-carousel-indicator-margin-right': 'var(--ti-common-size-2x)', | ||
'ti-carousel-indicator-active-text-color': 'var(--ti-base-color-info-normal)', | ||
'ti-carousel-indicator-active-text-color': 'var(--ti-common-color-info-normal)', | ||
'ti-carousel-indicator-active-border-radius': 'var(--ti-common-border-radius-1)', | ||
@@ -353,3 +353,3 @@ 'ti-carousel-indicator-active-width': 'var(--ti-common-size-6x)', | ||
'ti-image-viewer-mask-wrap-bg-color': 'rgba(37,43,58,.2)', | ||
'ti-image-viewer-close-bg-color-hover': 'var(--ti-base-color-selected-background)', | ||
'ti-image-viewer-close-bg-color-hover': 'var(--ti-common-color-selected-background)', | ||
'ti-image-viewer-btn-opacity': '1', | ||
@@ -359,3 +359,3 @@ 'ti-image-viewer-mask-bg-color': 'transparent', | ||
'ti-input-border-radius': 'var(--ti-common-border-radius-1)', | ||
'ti-input-hover-border-color': 'var(--ti-base-color-border-hover)', | ||
'ti-input-hover-border-color': 'var(--ti-common-color-border-hover)', | ||
'ti-input-active-border-color': 'var(--ti-base-color-brand-7)', | ||
@@ -387,4 +387,4 @@ 'ti-input-height': '32px', | ||
'ti-cascader-dropdown-border-color': 'var(--ti-cascader-dropdown-bg-color)', | ||
'ti-cascader-menu-border-color': 'var(--ti-base-color-hover-background)', | ||
'ti-cascader-node-hover-bg-color': 'var(--ti-base-color-hover-background)', | ||
'ti-cascader-menu-border-color': 'var(--ti-common-color-hover-background)', | ||
'ti-cascader-node-hover-bg-color': 'var(--ti-common-color-hover-background)', | ||
'ti-cascader-menu-width': '200px', | ||
@@ -410,3 +410,3 @@ 'ti-cascader-panel-node-margin-top': 'var(--ti-common-space-base)', | ||
'ti-select-dropdown-item-height': '36px', | ||
'ti-select-dropdown-item-selected-text-color': 'var(--ti-base-color-info-normal)', | ||
'ti-select-dropdown-item-selected-text-color': 'var(--ti-common-color-info-normal)', | ||
'ti-select-dropdown-item-selected-bg-color': 'var(--ti-base-color-brand-1)', | ||
@@ -417,3 +417,3 @@ // form-item | ||
// search | ||
'ti-search-input-btn-width': 'var(--ti-base-size-height-minor)' | ||
'ti-search-input-btn-width': 'var(--ti-common-size-height-minor)' | ||
} |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
614
2939415
10
4131