@opentiny/vue-theme 3.12.0 → 3.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/action-menu/index.css +1 -1
- package/action-menu/smb-theme.js +13 -0
- package/alert/index.css +1 -1
- package/aurora-theme/action-menu/index.css +1 -1
- package/aurora-theme/alert/index.css +1 -1
- package/aurora-theme/base/index.css +1 -1
- package/aurora-theme/button/index.css +1 -1
- package/aurora-theme/button-group/index.css +1 -1
- package/aurora-theme/calendar/index.css +1 -1
- package/aurora-theme/carousel/index.css +1 -1
- package/aurora-theme/color-picker/index.css +1 -1
- package/aurora-theme/divider/index.css +1 -1
- package/aurora-theme/dropdown/index.css +1 -1
- package/aurora-theme/dropdown-item/index.css +1 -1
- package/aurora-theme/form/index.css +1 -1
- package/aurora-theme/form-item/index.css +1 -1
- package/aurora-theme/index.css +1 -0
- package/aurora-theme/input/index.css +1 -1
- package/aurora-theme/link/index.css +1 -1
- package/aurora-theme/option/index.css +1 -1
- package/aurora-theme/option-group/index.css +1 -1
- package/aurora-theme/popconfirm/index.css +1 -1
- package/aurora-theme/progress/index.css +1 -1
- package/aurora-theme/select-dropdown/index.css +1 -1
- package/aurora-theme/steps/index.css +1 -1
- package/aurora-theme/tabs/index.css +1 -1
- package/aurora-theme/tall-storage/index.css +1 -1
- package/aurora-theme/tree-menu/index.css +1 -1
- package/aurora-theme/upload-list/index.css +1 -1
- package/aurora-theme/wizard/index.css +1 -1
- package/button/index.css +1 -1
- package/button/smb-theme.js +4 -2
- package/button-group/index.css +1 -1
- package/calendar/index.css +1 -1
- package/carousel/index.css +1 -1
- package/carousel/smb-theme.js +22 -0
- package/carousel-item/smb-theme.js +4 -0
- package/color-picker/index.css +1 -1
- package/divider/index.css +1 -1
- package/divider/smb-theme.js +7 -0
- package/dropdown/index.css +1 -1
- package/dropdown/smb-theme.js +7 -1
- package/dropdown-item/index.css +1 -1
- package/dropdown-item/smb-theme.js +8 -1
- package/form/index.css +1 -1
- package/form-item/index.css +1 -1
- package/index.css +1 -1
- package/input/index.css +1 -1
- package/link/index.css +1 -1
- package/lowcode.css +1 -1
- package/option/index.css +1 -1
- package/option/smb-theme.js +2 -1
- package/option-group/index.css +1 -1
- package/option-group/smb-theme.js +6 -1
- package/package.json +1 -1
- package/popconfirm/index.css +1 -1
- package/progress/index.css +1 -1
- package/select/smb-theme.js +3 -3
- package/select-dropdown/index.css +1 -1
- package/select-dropdown/smb-theme.js +8 -8
- package/smb-theme/action-menu/index.css +1 -1
- package/smb-theme/alert/index.css +1 -1
- package/smb-theme/base/index.css +1 -1
- package/smb-theme/button/index.css +1 -1
- package/smb-theme/button-group/index.css +1 -1
- package/smb-theme/calendar/index.css +1 -1
- package/smb-theme/carousel/index.css +1 -1
- package/smb-theme/carousel-item/index.css +1 -1
- package/smb-theme/color-picker/index.css +1 -1
- package/smb-theme/divider/index.css +1 -1
- package/smb-theme/dropdown/index.css +1 -1
- package/smb-theme/dropdown-item/index.css +1 -1
- package/smb-theme/form/index.css +1 -1
- package/smb-theme/form-item/index.css +1 -1
- package/smb-theme/index.css +1 -0
- package/smb-theme/input/index.css +1 -1
- package/smb-theme/link/index.css +1 -1
- package/smb-theme/option/index.css +1 -1
- package/smb-theme/option-group/index.css +1 -1
- package/smb-theme/popconfirm/index.css +1 -1
- package/smb-theme/progress/index.css +1 -1
- package/smb-theme/select/index.css +1 -1
- package/smb-theme/select-dropdown/index.css +1 -1
- package/smb-theme/steps/index.css +1 -1
- package/smb-theme/tabs/index.css +1 -1
- package/smb-theme/tall-storage/index.css +1 -1
- package/smb-theme/transfer/index.css +1 -1
- package/smb-theme/tree-menu/index.css +1 -1
- package/smb-theme/upload-list/index.css +1 -1
- package/smb-theme/wizard/index.css +1 -1
- package/steps/index.css +1 -1
- package/svgs/add-picture.svg +4 -0
- package/tabs/index.css +1 -1
- package/tabs/smb-theme.js +2 -2
- package/tall-storage/index.css +1 -1
- package/theme/aurora-theme/component.js +3 -3
- package/theme/aurora-theme/index.js +133 -2
- package/theme/index.js +2 -2
- package/theme/infinity-theme/component-vars.js +382 -0
- package/theme/infinity-theme/index.js +119 -362
- package/theme/smb-theme/component.js +87 -22
- package/theme/smb-theme/index.js +177 -71
- package/transfer/smb-theme.js +9 -0
- package/tree-menu/index.css +1 -1
- package/upload-list/index.css +1 -1
- package/upload-list/smb-theme.js +1 -1
- package/wizard/index.css +1 -1
package/theme/index.js
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { impressionTheme } from './impression-theme'
|
|
14
|
-
import {
|
|
14
|
+
import { tinyBaseInfinityTheme, infinityConcat } from './infinity-theme'
|
|
15
15
|
import { deepTheme } from './deep-theme'
|
|
16
16
|
import { galaxyTheme } from './galaxy-theme'
|
|
17
17
|
import { tinyBaseAuroraTheme, concatTheme as auroraConcat } from './aurora-theme'
|
|
@@ -28,7 +28,7 @@ export const tinyInfinityTheme = {
|
|
|
28
28
|
id: 'tiny-infinity-theme',
|
|
29
29
|
name: 'Infinity',
|
|
30
30
|
cnName: '无限',
|
|
31
|
-
data:
|
|
31
|
+
data: { ...tinyBaseInfinityTheme, ...infinityConcat }
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
export const tinyDeepTheme = {
|
|
@@ -0,0 +1,382 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2022 - present TinyVue Authors.
|
|
3
|
+
* Copyright (c) 2022 - present Huawei Cloud Computing Technologies Co., Ltd.
|
|
4
|
+
*
|
|
5
|
+
* Use of this source code is governed by an MIT-style license.
|
|
6
|
+
*
|
|
7
|
+
* THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL,
|
|
8
|
+
* BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR
|
|
9
|
+
* A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
|
|
10
|
+
*
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
export const infinityConcat = {
|
|
14
|
+
'ti-button-size-normal-height': 'var(--ti-common-space-8x)',
|
|
15
|
+
'ti-button-normal-background-color': '#ebebeb',
|
|
16
|
+
'ti-button-normal-border-color': 'var(--ti-base-color-transparent)',
|
|
17
|
+
'ti-button-normal-text-color': 'var(--ti-base-color-common-7)',
|
|
18
|
+
'ti-button-padding-vertical': '0',
|
|
19
|
+
'ti-button-normal-hover-bg-color': '#d1d1d1',
|
|
20
|
+
'ti-button-normal-hover-border-color': 'var(--ti-base-color-transparent)',
|
|
21
|
+
'ti-button-normal-hover-text-color': 'var(--ti-base-color-common-7)',
|
|
22
|
+
'ti-button-text-color': '#526ecc',
|
|
23
|
+
'ti-button-text-color-hover': 'var(--ti-base-color-brand-8)',
|
|
24
|
+
'ti-autocomplete-suggestion-border-color': '#fff',
|
|
25
|
+
'ti-autocomplete-suggestion-bg-color': '#fff',
|
|
26
|
+
'ti-autocomplete-li-hover-bg-color': 'var(--ti-common-color-hover-background)',
|
|
27
|
+
'ti-autocomplete-li-select-bg-color': '#f2f5fc',
|
|
28
|
+
'ti-autocomplete-li-height': '36px',
|
|
29
|
+
'ti-checkbox-border-color': '#d7d8da',
|
|
30
|
+
'ti-checkbox-border-color-hover': '#252b3a',
|
|
31
|
+
'ti-checkbox-icon-height': '6px',
|
|
32
|
+
'ti-checkbox-icon-width': 'var(--ti-common-size-3)',
|
|
33
|
+
'ti-checkbox-icon-margin-top': '2px',
|
|
34
|
+
'ti-picker-panel-border-color': '#fff',
|
|
35
|
+
'ti-radio-inner-size': '10px',
|
|
36
|
+
'ti-radio-bordered-checked-hover-border-color': 'var(--ti-base-color-brand-8)',
|
|
37
|
+
'ti-radio-bordered-border-color': '#d7d8da',
|
|
38
|
+
'ti-radio-input-disabled-bg-color': '#f5f5f5',
|
|
39
|
+
'ti-switch-off-bg-color': '#d7d8da',
|
|
40
|
+
'ti-link-default-text-color': 'var(--ti-base-color-brand-7)',
|
|
41
|
+
'ti-link-default-hover-text-color': 'var(--ti-base-color-brand-8)',
|
|
42
|
+
'ti-numeric-input-normal-height': 'var(--ti-common-size-height-normal)',
|
|
43
|
+
'ti-numeric-input-width': '140px',
|
|
44
|
+
'ti-slider-height': '5px',
|
|
45
|
+
'ti-slider-range-height': '5px',
|
|
46
|
+
'ti-slider-handle-border-radius': '50%',
|
|
47
|
+
'ti-slider-handle-width': '14px',
|
|
48
|
+
'ti-slider-handle-height': '14px',
|
|
49
|
+
'ti-slider-range-top': '0',
|
|
50
|
+
'ti-slider-handle-top': '0',
|
|
51
|
+
'ti-slider-border-radius': '100px',
|
|
52
|
+
'ti-slider-range-border-radius': '100px',
|
|
53
|
+
'ti-slider-handle-border-weight': '2px',
|
|
54
|
+
'ti-slider-range-hover-bg-color': '#7693f5',
|
|
55
|
+
'ti-slider-handle-icon-display': 'none',
|
|
56
|
+
'ti-slider-tips-margin-left': '0',
|
|
57
|
+
'ti-slider-handle-transform': 'scale(1.3)',
|
|
58
|
+
'ti-slider-range-margin-top': '0',
|
|
59
|
+
'ti-slider-handle-margin-top': '-5px',
|
|
60
|
+
'ti-slider-handle-margin-horizontal': '-8px',
|
|
61
|
+
'ti-slider-handle-margin-bottom': '0',
|
|
62
|
+
'ti-slider-margin-vertical': '-8px',
|
|
63
|
+
'ti-slider-margin-right': '0',
|
|
64
|
+
'ti-slider-margin-left': '-4px',
|
|
65
|
+
'ti-time-panel-border-color': 'var(--ti-common-color-transparent)',
|
|
66
|
+
'ti-time-panel-box-shadow': 'var(--ti-common-shadow-2-down)',
|
|
67
|
+
'ti-time-spinner-item-font-weight': 'normal',
|
|
68
|
+
'ti-time-panel-content-split-line-display': 'none',
|
|
69
|
+
'ti-time-spinner-item-bg-color': '#f2f5fc',
|
|
70
|
+
'ti-time-spinner-list-border-color': 'var(--ti-common-color-line-dividing)',
|
|
71
|
+
'ti-time-panel-btn-cancel-display': 'none',
|
|
72
|
+
'ti-time-panel-btn-confirm-text-color': 'var(--ti-common-color-info-normal)',
|
|
73
|
+
'ti-time-panel-btn-bg-color': '#EBEBEB',
|
|
74
|
+
'ti-time-panel-btn-padding-vertical': '0',
|
|
75
|
+
'ti-time-panel-btn-padding-horizontal': '12px',
|
|
76
|
+
'ti-time-panel-btn-height': '24px',
|
|
77
|
+
'ti-time-panel-btn-min-width': '56px',
|
|
78
|
+
'ti-time-panel-btn-font-weight': 'normal',
|
|
79
|
+
'ti-time-panel-btn-confirm-hover-bg-color': 'var(--ti-button-normal-hover-bg-color)',
|
|
80
|
+
'ti-tree-node-content-current-bg-color': 'var(--ti-common-color-selected-background)',
|
|
81
|
+
'ti-tree-node-content-hover-bg-color': 'var(--ti-common-color-hover-background)',
|
|
82
|
+
// tabs
|
|
83
|
+
'ti-tabs-header-font-active-border-color': 'var(--ti-base-color-common-7)',
|
|
84
|
+
'ti-tabs-header-text-color': 'var(--ti-base-color-common-7)',
|
|
85
|
+
'ti-tabs-header-font-normal-text-color': '#71757f',
|
|
86
|
+
'ti-tabs-item-margin-right': 'var(--ti-common-space-8x)',
|
|
87
|
+
'ti-tabs-item-padding-horizontal': 'var(--ti-common-space-4x)',
|
|
88
|
+
'ti-tabs-item-vertical-padding-horizontal': 'var(--ti-common-space-5x)',
|
|
89
|
+
'ti-tabs-item-active-border-weight': '2px',
|
|
90
|
+
'ti-tabs-item-active-border-style': 'solid',
|
|
91
|
+
'ti-tabs-item-active-border-color': 'var(--ti-tabs-header-font-active-border-color)',
|
|
92
|
+
'ti-tabs-item-bottom-border-weight': '1px',
|
|
93
|
+
'ti-tabs-item-bottom-border-style': 'solid',
|
|
94
|
+
'ti-tabs-item-bottom-border-color': '#f2f2f3',
|
|
95
|
+
'ti-tabs-item-card-active-bg-color': '#f7f7f9',
|
|
96
|
+
'ti-tabs-item-card-border-radius': 'var(--ti-common-border-radius-1) var(--ti-common-border-radius-1) 0 0',
|
|
97
|
+
'ti-tabs-icon-close-default-bg-color': '#d7d8da',
|
|
98
|
+
'ti-tabs-icon-close-hover-bg-color': 'var(--ti-base-color-common-7)',
|
|
99
|
+
'ti-tabs-icon-close-default-text-color': 'var(--ti-base-color-white)',
|
|
100
|
+
'ti-tabs-icon-close-hover-text-color': 'var(--ti-base-color-white)',
|
|
101
|
+
'ti-tabs-icon-size-close': '12px',
|
|
102
|
+
'ti-tabs-icon-close-margin-vertical': '0',
|
|
103
|
+
'ti-tabs-icon-close-margin-right': '0',
|
|
104
|
+
'ti-tabs-icon-close-margin-left': 'var(--ti-common-space-3x)',
|
|
105
|
+
// popover
|
|
106
|
+
'ti-popover-box-shadow': '0 8px 16px 0 rgba(37,43,58,.2)',
|
|
107
|
+
'ti-popover-text-color': '#dfe1e6',
|
|
108
|
+
'ti-popover-bg-color': '#464d6e',
|
|
109
|
+
'ti-popover-border-color': 'var(--ti-common-color-transparent)',
|
|
110
|
+
'ti-popover-title-text-color': '#dfe1e6',
|
|
111
|
+
'ti-popover-arrow-border-color': 'var(--ti-popover-bg-color)',
|
|
112
|
+
'ti-popover-placement-arrow-after-border-color': 'var(--ti-popover-arrow-border-color)',
|
|
113
|
+
'ti-popover-padding-vertical': '8px',
|
|
114
|
+
'ti-popover-padding-horizontal': '14px',
|
|
115
|
+
// tooltip
|
|
116
|
+
'ti-tooltip-box-shadow': '0 8px 16px 0 rgba(37,43,58,.2)',
|
|
117
|
+
'ti-tooltip-popper-border-color': '#464d6e',
|
|
118
|
+
'ti-tooltip-popper-dark-bg-color': '#464d6e',
|
|
119
|
+
'ti-tooltip-popper-light-text-color': '#464d6e',
|
|
120
|
+
'ti-tooltip-popper-light-border-color': '#464d6e',
|
|
121
|
+
'ti-tooltip-padding-vertical': '8px',
|
|
122
|
+
'ti-tooltip-padding-horizontal': '14px',
|
|
123
|
+
'ti-tooltip-color': '#dfe1e6',
|
|
124
|
+
'ti-tooltip-popper-dark-text-color': '#dfe1e6',
|
|
125
|
+
|
|
126
|
+
'ti-dropdown-menu-padding-vertical': '12px',
|
|
127
|
+
'ti-dropdown-menu-padding-horizontal': '12px',
|
|
128
|
+
'ti-dropdown-menu-box-shadow': 'var(--ti-common-shadow-2-down)',
|
|
129
|
+
'ti-dropdown-menu-margin-vertical': '8px',
|
|
130
|
+
'ti-dropdown-item-height': '36px',
|
|
131
|
+
'ti-dropdown-item-padding-vertical': '0',
|
|
132
|
+
'ti-dropdown-item-padding-horizontal': '12px',
|
|
133
|
+
'ti-dropdown-item-hover-bg-color': '#f2f2f3',
|
|
134
|
+
'ti-dropdown-item-active-bg-color': 'var(--ti-dropdown-item-hover-bg-color)',
|
|
135
|
+
'ti-dropdown-item-text-color': '#252b3a',
|
|
136
|
+
'ti-dropdown-item-hover-text-color': 'var(--ti-dropdown-item-text-color)',
|
|
137
|
+
'ti-dropdown-item-active-text-color': 'var(--ti-dropdown-item-text-color)',
|
|
138
|
+
'ti-dropdown-item-border-radius': 'var(--ti-common-border-radius-normal)',
|
|
139
|
+
'ti-dropdown-item-disabled-text-color': '#cfd0d3',
|
|
140
|
+
'ti-dropdown-item-max-width': '100%',
|
|
141
|
+
'ti-split-trigger-bg-color': '#f2f2f3',
|
|
142
|
+
'ti-split-trigger-bar-bg-color': 'var(--ti-split-trigger-bg-color)',
|
|
143
|
+
'ti-split-trigger-hover-bg-color': '#7693f5',
|
|
144
|
+
'ti-split-trigger-bar-hover-bg-color': 'var(--ti-split-trigger-hover-bg-color)',
|
|
145
|
+
'ti-split-trigger-size': '2px',
|
|
146
|
+
'ti-split-trigger-bar-margin-left': '2px',
|
|
147
|
+
'ti-split-trigger-bar-margin-top': '2px',
|
|
148
|
+
'ti-split-trigger-con-col-cursor': 'col-resize',
|
|
149
|
+
'ti-split-trigger-con-row-cursor': 'row-resize',
|
|
150
|
+
'ti-picker-panel-box-shadow': 'var(--ti-common-shadow-2-down)',
|
|
151
|
+
'ti-date-picker-width': '249px',
|
|
152
|
+
'ti-date-picker-font-size': '12px',
|
|
153
|
+
'ti-date-table-td-today-border-color': 'var(--ti-common-color-transparent)',
|
|
154
|
+
'ti-date-table-td-today-text-color': 'var(--ti-base-color-brand-6)',
|
|
155
|
+
'ti-date-picker-current-border-radius': 'var(--ti-common-border-radius-normal)',
|
|
156
|
+
'ti-date-picker-hover-bg-color': 'var(--ti-common-color-selected-background)',
|
|
157
|
+
'ti-date-table-td-width': '30px',
|
|
158
|
+
'ti-date-table-td-height': '22px',
|
|
159
|
+
'ti-date-table-td-padding-vertical': '0',
|
|
160
|
+
'ti-date-table-td-padding-horizontal': '4px',
|
|
161
|
+
'ti-date-table-td-span-width': '22px',
|
|
162
|
+
'ti-date-table-td-span-height': '22px',
|
|
163
|
+
'ti-date-editor-input-icon-color-fill': '#d7d8da',
|
|
164
|
+
// grid
|
|
165
|
+
'ti-grid-header-background-color': '#fff',
|
|
166
|
+
'ti-grid-header-column-height': '42px',
|
|
167
|
+
'ti-grid-icon-fill-hover-bg-color': '#252b3a',
|
|
168
|
+
// modal
|
|
169
|
+
'ti-modal-box-width': '346px',
|
|
170
|
+
'ti-modal-header-padding-top': '20px',
|
|
171
|
+
'ti-modal-header-padding-horizontal': '20px',
|
|
172
|
+
'ti-modal-header-padding-bottom': '0',
|
|
173
|
+
'ti-modal-close-btn-font-size': '32px',
|
|
174
|
+
'ti-modal-body-padding-top': '20px',
|
|
175
|
+
'ti-modal-body-padding-horizontal': '20px',
|
|
176
|
+
'ti-modal-body-padding-bottom': '0',
|
|
177
|
+
'ti-modal-footer-padding-top': '18px',
|
|
178
|
+
'ti-modal-footer-padding-horizontal': '32px',
|
|
179
|
+
'ti-modal-footer-padding-bottom': '20px',
|
|
180
|
+
'ti-modal-close-btn-top': '18px',
|
|
181
|
+
'ti-modal-close-btn-scale': 'scale(1)',
|
|
182
|
+
'ti-modal-btn-text-color': '#71757f',
|
|
183
|
+
'ti-modal-close-btn-background-color-hover': '#ebebeb',
|
|
184
|
+
'ti-modal-footer-default-display-button': 'none',
|
|
185
|
+
'ti-modal-box-shadow': '0 12px 24px 0 rgba(37,43,58,.2)',
|
|
186
|
+
'ti-modal-footer-btn-border-radius': '4px',
|
|
187
|
+
'ti-modal-box-border-radius': '8px',
|
|
188
|
+
'ti-modal-close-btn-padding-horizontal-vertical': '5px',
|
|
189
|
+
// pager
|
|
190
|
+
'ti-pager-input-height': '26px',
|
|
191
|
+
'ti-pager-normal-text-color': '#71757f',
|
|
192
|
+
'ti-pager-poplist-item-padding-vertical': '0',
|
|
193
|
+
'ti-pager-poplist-item-padding-horizontal': '10px',
|
|
194
|
+
'ti-pager-poplist-item-unchecked-box-shadow': ' 0 1px 3px 0 rgba(37, 43, 58, 0.1)',
|
|
195
|
+
'ti-pager-poplist-item-hover-bg-color': 'var(--ti-common-color-transparent)',
|
|
196
|
+
'ti-pager-poplist-item-hover-border-color': 'var(--ti-common-color-line-dividing)',
|
|
197
|
+
'ti-pager-poplist-item-hover-text-color': 'var(--ti-common-color-info-normal)',
|
|
198
|
+
// alert
|
|
199
|
+
'ti-alert-icon-font-size': 'var(--ti-common-font-size-2)',
|
|
200
|
+
'ti-alert-icon-margin-top': 'var(--ti-common-size-3)',
|
|
201
|
+
'ti-alert-close-font-size': 'var(--ti-common-font-size-2)',
|
|
202
|
+
'ti-alert-close-position-top': 'var(--ti-common-size-3x)',
|
|
203
|
+
'ti-alert-normal-padding-top': 'calc(var(--ti-common-size-3) * 3)',
|
|
204
|
+
'ti-alert-normal-padding-bottom': 'calc(var(--ti-common-size-3) * 3)',
|
|
205
|
+
'ti-alert-description-line-height': 'var(--ti-common-line-height-4)',
|
|
206
|
+
'ti-alert-success-bg-color': 'var(--ti-common-color-success-bg)',
|
|
207
|
+
'ti-alert-description-font-size': 'var(--ti-common-font-size-1)',
|
|
208
|
+
'ti-alert-success-border-color': 'var(--ti-common-color-transparent)',
|
|
209
|
+
'ti-alert-warning-border-color': 'var(--ti-common-color-transparent)',
|
|
210
|
+
'ti-alert-simple-border-color': 'var(--ti-common-color-transparent)',
|
|
211
|
+
'ti-alert-info-border-color': 'var(--ti-common-color-transparent)',
|
|
212
|
+
'ti-alert-error-border-color': 'var(--ti-common-color-transparent)',
|
|
213
|
+
'ti-alert-info-bg-color': 'var(--ti-common-color-bg-light-normal)',
|
|
214
|
+
'ti-alert-warning-bg-color': 'var(--ti-common-color-warn-bg)',
|
|
215
|
+
'ti-alert-error-bg-color': 'var(--ti-common-color-error-bg)',
|
|
216
|
+
'ti-alert-info-icon-color': 'var(--ti-common-color-primary-normal)',
|
|
217
|
+
'ti-alert-warning-icon-color': 'var(--ti-common-color-warn)',
|
|
218
|
+
'ti-alert-error-icon-color': 'var(--ti-common-color-error)',
|
|
219
|
+
'ti-alert-success-icon-color': 'var(--ti-common-color-success)',
|
|
220
|
+
// steps
|
|
221
|
+
'ti-steps-icon-size': '24px',
|
|
222
|
+
'ti-steps-done-icon-bg-color': 'var(--ti-common-color-success-normal)',
|
|
223
|
+
'ti-steps-done-active-border-color': 'var(--ti-common-color-success-normal)',
|
|
224
|
+
'ti-steps-done-icon-fill-color': '#fff',
|
|
225
|
+
'ti-steps-line-active-bg-color': 'var(--ti-common-color-border)',
|
|
226
|
+
'ti-steps-line-height': '1px',
|
|
227
|
+
'ti-steps-done-text-color': 'var(--ti-common-color-success-normal)',
|
|
228
|
+
// tag
|
|
229
|
+
'ti-tag-border-radius': 'var(--ti-common-border-radius-1)',
|
|
230
|
+
'ti-tag-height': 'var(--ti-common-size-5x)',
|
|
231
|
+
'ti-tag-close-font-size': 'var(--ti-common-font-size-base)',
|
|
232
|
+
// transfer
|
|
233
|
+
'ti-transfer-panel-width': '300px',
|
|
234
|
+
'ti-transfer-header-bg-color': '#fff',
|
|
235
|
+
'ti-transfer-header-border-color': 'var(--ti-common-color-line-dividing)',
|
|
236
|
+
'ti-transfer-panel-body-height': '320px',
|
|
237
|
+
'ti-transfer-panel-body-filter-height': '276px',
|
|
238
|
+
'ti-transfer-panel-item-height': '36px',
|
|
239
|
+
'ti-transfer-header-span-text-color': '#71757f',
|
|
240
|
+
'ti-transfer-button-border-radius': '100%',
|
|
241
|
+
'ti-transfer-button-disabled-bg-color': 'var(--ti-common-color-bg-disabled)',
|
|
242
|
+
// badge
|
|
243
|
+
'ti-badge-size': 'var(--ti-common-size-4x)',
|
|
244
|
+
'ti-badge-font-weight': 'var(--ti-common-font-weight-4)',
|
|
245
|
+
'ti-badge-border-radius': '100px',
|
|
246
|
+
// carousel
|
|
247
|
+
'ti-carousel-arrow-hover-bg-color': 'ti-common-color-selected-background',
|
|
248
|
+
'ti-carousel-arrow-bg-color': 'rgba(255,255,255,0.8)',
|
|
249
|
+
'ti-carousel-arrow-box-shadow': '0 8px 16px 0 rgba(37,43,58,.1)',
|
|
250
|
+
'ti-carousel-arrow-active-text-color': 'var(--ti-base-color-common-7)',
|
|
251
|
+
'ti-carousel-arrow-width': 'var(--ti-common-size-height-normal)',
|
|
252
|
+
'ti-carousel-arrow-height': 'var(--ti-common-size-height-normal)',
|
|
253
|
+
'ti-carousel-indicators-bg-color': 'none',
|
|
254
|
+
'ti-carousel-indicator-button-bg-color': '#71757f',
|
|
255
|
+
'ti-carousel-indicator-button-width': '6px',
|
|
256
|
+
'ti-carousel-indicator-button-height': '6px',
|
|
257
|
+
'ti-carousel-indicator-margin-right': 'var(--ti-common-size-2x)',
|
|
258
|
+
'ti-carousel-indicator-active-text-color': 'var(--ti-common-color-info-normal)',
|
|
259
|
+
'ti-carousel-indicator-active-border-radius': 'var(--ti-common-border-radius-1)',
|
|
260
|
+
'ti-carousel-indicator-active-width': 'var(--ti-common-size-6x)',
|
|
261
|
+
'ti-carousel-hover-opacity': '1',
|
|
262
|
+
'ti-carousel-indicator-active-transition': 'all 0.1s cubic-bezier(0.645,0.045,0.355,1)',
|
|
263
|
+
'ti-carousel-indicator-active-background-color': '#71757f',
|
|
264
|
+
'ti-carousel-indicator-active-button-width': 'var(--ti-common-size-6x)',
|
|
265
|
+
'ti-carousel-indicator-padding-vertical': '0',
|
|
266
|
+
'ti-carousel-indicator-padding-horizontal': '0',
|
|
267
|
+
'ti-carousel-indicator-active-transition-property': 'width',
|
|
268
|
+
// dialog-box
|
|
269
|
+
'ti-dialogbox-border-radius': 'var(--ti-common-border-radius-2)',
|
|
270
|
+
'ti-dialogbox-head-padding-top': '20px',
|
|
271
|
+
'ti-dialogbox-head-padding-horizontal': '20px',
|
|
272
|
+
'ti-dialogbox-head-padding-bottom': '0',
|
|
273
|
+
'ti-dialogbox-btn-background-color-hover': '#ebebeb',
|
|
274
|
+
'ti-dialogbox-head-font-icon-size': '20px',
|
|
275
|
+
'ti-dialogbox-close-icon-color': '#71757f',
|
|
276
|
+
'ti-dialogbox-close-icon-color-hover': '#71757f',
|
|
277
|
+
'ti-dialogbox-box-body-padding-vertical': '20px',
|
|
278
|
+
'ti-dialogbox-box-body-padding-horizontal': '20px',
|
|
279
|
+
'ti-dialogbox-box-body-margin-bottom': '0',
|
|
280
|
+
'ti-dialogbox-box-shadow': '0 12px 24px 0 rgba(37,43,58,.2)',
|
|
281
|
+
// notify
|
|
282
|
+
'ti-notify-max-width': '280px',
|
|
283
|
+
'ti-notify-bg-color': '#464d6e',
|
|
284
|
+
'ti-notify-text-color': 'var(--ti-base-color-common-1)',
|
|
285
|
+
'ti-notify-info-bg-color': 'var(--ti-notify-bg-color)',
|
|
286
|
+
'ti-notify-warning-bg-color': 'var(--ti-notify-bg-color)',
|
|
287
|
+
'ti-notify-error-bg-color': 'var(--ti-notify-bg-color)',
|
|
288
|
+
'ti-notify-success-bg-color': 'var(--ti-notify-bg-color)',
|
|
289
|
+
'ti-notify-close-icon-color': 'var(--ti-base-color-common-1)',
|
|
290
|
+
'ti-notify-title-text-color': 'var(--ti-base-color-common-1)',
|
|
291
|
+
'ti-notify-title-margin-top': '0',
|
|
292
|
+
'ti-notify-title-margin-horizontal': '0',
|
|
293
|
+
'ti-notify-title-margin-bottom': '8px',
|
|
294
|
+
'ti-notify-title-height': '25px',
|
|
295
|
+
'ti-notify-title-line-height': '25px',
|
|
296
|
+
'ti-notify-title-font-size': 'var(--ti-common-font-size-1)',
|
|
297
|
+
'ti-notify-content-font-size': 'var(--ti-common-font-size-1)',
|
|
298
|
+
'ti-notify-icon-size': 'var(--ti-common-font-size-2)',
|
|
299
|
+
'ti-notify-message-margin-vertical': '6px',
|
|
300
|
+
'ti-notify-message-margin-right': 0,
|
|
301
|
+
'ti-notify-message-margin-left': 0,
|
|
302
|
+
'ti-notify-border-radius': 'var(--ti-common-border-radius-1)',
|
|
303
|
+
// image-preview
|
|
304
|
+
'ti-image-viewer-close-bg-color': 'rgba(255,255,255,0.8)',
|
|
305
|
+
'ti-image-viewer-text-color': '#71757f',
|
|
306
|
+
'ti-image-viewer-close-top': '55px',
|
|
307
|
+
'ti-image-viewer-close-right': '20px',
|
|
308
|
+
'ti-image-viewer-close-width': 'var(--ti-common-size-9x)',
|
|
309
|
+
'ti-image-viewer-close-height': 'var(--ti-common-size-9x)',
|
|
310
|
+
'ti-image-viewer-close-font-size': '18px',
|
|
311
|
+
'ti-image-viewer-actions-width': '100%',
|
|
312
|
+
'ti-image-viewer-actions-height': '50px',
|
|
313
|
+
'ti-image-viewer-actions-bottom': '0',
|
|
314
|
+
'ti-image-viewer-actions-border-radius': 'none',
|
|
315
|
+
'ti-image-viewer-actions-inner-justify-content': 'center',
|
|
316
|
+
'ti-image-viewer-actions-inner-font-size': '18px',
|
|
317
|
+
'ti-image-viewer-actions-inner-text-color': '#71757f',
|
|
318
|
+
'ti-image-viewer-next-width': '36px',
|
|
319
|
+
'ti-image-viewer-next-height': '36px',
|
|
320
|
+
'ti-image-viewer-mask-wrap-bg-color': 'rgba(37,43,58,.2)',
|
|
321
|
+
'ti-image-viewer-close-bg-color-hover': 'var(--ti-common-color-selected-background)',
|
|
322
|
+
'ti-image-viewer-btn-opacity': '1',
|
|
323
|
+
'ti-image-viewer-mask-bg-color': 'var(--ti-common-color-transparent)',
|
|
324
|
+
// input
|
|
325
|
+
'ti-input-border-radius': 'var(--ti-common-border-radius-1)',
|
|
326
|
+
'ti-input-hover-border-color': 'var(--ti-common-color-border-hover)',
|
|
327
|
+
'ti-input-active-border-color': 'var(--ti-base-color-brand-7)',
|
|
328
|
+
'ti-input-height': '32px',
|
|
329
|
+
'ti-input-mini-height': '24px',
|
|
330
|
+
'ti-input-small-height': '32px',
|
|
331
|
+
'ti-input-medium-height': '40px',
|
|
332
|
+
// cascader
|
|
333
|
+
'ti-cascader-width': '300px',
|
|
334
|
+
'ti-cascader-medium-line-height': 'var(--ti-input-medium-height)',
|
|
335
|
+
'ti-cascader-small-line-height': 'var(--ti-input-small-height)',
|
|
336
|
+
'ti-cascader-mini-line-height': 'var(--ti-input-mini-height)',
|
|
337
|
+
'ti-cascader-menu-list-padding-vertical': 'var(--ti-common-space-3x)',
|
|
338
|
+
'ti-cascader-menu-list-padding-horizontal': 'var(--ti-common-space-3x)',
|
|
339
|
+
'ti-cascader-panel-node-height': '36px',
|
|
340
|
+
'ti-cascader-node-selectable-hover-bg-color': '#f2f2f3',
|
|
341
|
+
'ti-cascader-node-selectable-hover-text-color': 'var(--ti-base-color-brand-7)',
|
|
342
|
+
'ti-cascader-node-disabled-text-color': '#cfd0d3',
|
|
343
|
+
'ti-cascader-node-disabled-bg-color': '#f5f5f5',
|
|
344
|
+
'ti-cascader-node-icon-color': 'var(--ti-base-color-common-7)',
|
|
345
|
+
'ti-cascader-panel-node-label-padding-vertical': '0',
|
|
346
|
+
'ti-cascader-panel-node-label-padding-right': '30px',
|
|
347
|
+
'ti-cascader-panel-node-label-padding-left': '12px',
|
|
348
|
+
'ti-cascader-node-prefix-display': 'none',
|
|
349
|
+
'ti-cascader-node-label-padding-vertical': 0,
|
|
350
|
+
'ti-cascader-node-label-padding-horizontal': 0,
|
|
351
|
+
'ti-cascader-dropdown-box-shadow': '0 4px 8px 0 rgba(37, 43, 58, 0.2)',
|
|
352
|
+
'ti-cascader-dropdown-border-color': 'var(--ti-cascader-dropdown-bg-color)',
|
|
353
|
+
'ti-cascader-menu-border-color': 'var(--ti-common-color-hover-background)',
|
|
354
|
+
'ti-cascader-node-hover-bg-color': 'var(--ti-common-color-hover-background)',
|
|
355
|
+
'ti-cascader-menu-width': '200px',
|
|
356
|
+
'ti-cascader-panel-node-margin-top': 'var(--ti-common-space-base)',
|
|
357
|
+
'ti-cascader-tag-bg-color': 'var(--ti-base-color-brand-2)',
|
|
358
|
+
'ti-tag-info-text-color': '#71757f',
|
|
359
|
+
'ti-cascader-hover-border-color': '#71757f',
|
|
360
|
+
'ti-cascader-focus-border-color': 'var(--ti-base-color-brand-6)',
|
|
361
|
+
'ti-cascader-node-selectable-text-color': 'var(--ti-base-color-brand-7)',
|
|
362
|
+
'ti-cascader-node-hover-text-color': 'var(--ti-base-color-brand-7)',
|
|
363
|
+
// select
|
|
364
|
+
'ti-select-input-caret-icon-color': 'var(--ti-base-color-common-5)',
|
|
365
|
+
'ti-select-input-caret-hover-icon-color': 'var(--ti-base-color-common-7)',
|
|
366
|
+
// option
|
|
367
|
+
'ti-select-dropdown-list-padding-top': 'var(--ti-common-space-3x)',
|
|
368
|
+
'ti-select-dropdown-list-padding-horizontal': 'var(--ti-common-space-3x)',
|
|
369
|
+
'ti-select-dropdown-list-padding-bottom': 'var(--ti-common-space-3x)',
|
|
370
|
+
'ti-select-dropdown-border-color': 'var(--ti-base-color-white)',
|
|
371
|
+
'ti-option-padding-vertical': '0',
|
|
372
|
+
'ti-option-padding-horizontal': 'var(--ti-common-space-3x)',
|
|
373
|
+
'ti-option-margin-top': 'var(--ti-common-space-base)',
|
|
374
|
+
'ti-option-height': '36px',
|
|
375
|
+
'ti-option-selected-text-color': 'var(--ti-common-color-info-normal)',
|
|
376
|
+
'ti-option-selected-bg-color': 'var(--ti-base-color-brand-1)',
|
|
377
|
+
// form-item
|
|
378
|
+
'ti-form-item-error-text-color': 'var(--ti-base-color-error-3)',
|
|
379
|
+
'ti-form-item-error-bg-color': '#ffd5d4',
|
|
380
|
+
// search
|
|
381
|
+
'ti-search-input-btn-width': 'var(--ti-common-size-height-minor)'
|
|
382
|
+
}
|