@opentiny/vue-theme 3.8.5 → 3.9.1
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/README.md +1 -11
- package/action-menu/aurora-theme.js +4 -0
- package/button-group/aurora-theme.js +13 -0
- package/button-group/index.css +1 -1
- package/button-group/smb-theme.js +32 -28
- package/cascader/index.css +1 -1
- package/cascader-node/aurora-theme.js +2 -2
- package/cascader-node/index.css +1 -1
- package/checkbox/index.css +1 -1
- package/checkbox-group/index.css +1 -1
- package/collapse-item/index.css +1 -1
- package/container/aurora-theme.js +10 -0
- package/container/index.css +1 -1
- package/container/index.js +1 -0
- package/date-table/index.css +1 -1
- package/dialog-box/index.css +1 -1
- package/drawer/index.css +1 -0
- package/dropdown/aurora-theme.js +5 -0
- package/dropdown-item/aurora-theme.js +4 -0
- package/dropdown-item/index.css +1 -1
- package/dropdown-menu/aurora-theme.js +9 -0
- package/dropdown-menu/index.css +1 -1
- package/fall-menu/aurora-theme.js +3 -0
- package/fall-menu/index.css +1 -1
- package/form-item/index.css +1 -1
- package/grid/index.css +1 -1
- package/guide/aurora-theme.js +40 -0
- package/guide/index.css +1 -1
- package/index.css +1 -1
- package/input/index.css +1 -1
- package/layout/aurora-theme.js +14 -0
- package/layout/index.css +1 -0
- package/link/aurora-theme.js +5 -0
- package/link/index.css +1 -1
- package/lowcode.css +1 -1
- package/milestone/index.css +1 -1
- package/month-table/index.css +1 -1
- package/numeric/index.css +1 -1
- package/option/aurora-theme.js +4 -0
- package/option/index.css +1 -1
- package/package.json +8 -1
- package/pager/smb-theme.js +1 -0
- package/picker/index.css +1 -1
- package/popconfirm/index.css +1 -0
- package/popconfirm/smb-theme.js +7 -0
- package/popover/aurora-theme.js +3 -0
- package/search/aurora-theme.js +2 -1
- package/search/index.css +1 -1
- package/select/aurora-theme.js +4 -0
- package/select/index.css +1 -1
- package/select/smb-theme.js +0 -1
- package/select-dropdown/aurora-theme.js +6 -0
- package/split/aurora-theme.js +2 -1
- package/steps/index.css +1 -1
- package/svgs/arrow-bottom.svg +1 -1
- package/svgs/check.svg +7 -15
- package/svgs/checked-sur.svg +7 -16
- package/svgs/eyeclose.svg +5 -40
- package/svgs/eyeopen.svg +1 -1
- package/svgs/halfselect.svg +7 -15
- package/svgs/radio.svg +9 -15
- package/svgs/radioselected.svg +9 -15
- package/tabs/index.css +1 -1
- package/text-popup/index.css +1 -1
- package/textarea/index.css +1 -1
- package/theme/aurora-theme/component.js +315 -30
- package/theme/aurora-theme/index.js +2 -2
- package/theme/index.d.ts +15 -0
- package/theme/infinity-theme/index.js +2 -2
- package/theme/smb-theme/component.js +600 -43
- package/theme-tool.d.ts +15 -0
- package/theme-tool.js +14 -15
- package/theme.config.js +2 -0
- package/tooltip/aurora-theme.js +7 -1
- package/year-table/index.css +1 -1
- package/pop-upload/index.js +0 -21
- package/popeditor/index.js +0 -21
|
@@ -1,30 +1,315 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
1
|
+
export const concatTheme = {
|
|
2
|
+
'ti-action-menu-text-color': 'var(--ti-common-color-text-highlight)',
|
|
3
|
+
'ti-action-menu-item-hover-text-color': 'var(--ti-common-color-text-link-hover)',
|
|
4
|
+
'ti-alert-normal-padding-top': 'var(--ti-common-space-2x)',
|
|
5
|
+
'ti-alert-normal-padding-right': 'var(--ti-common-space-3x)',
|
|
6
|
+
'ti-alert-normal-padding-left': 'var(--ti-common-space-3x)',
|
|
7
|
+
'ti-alert-normal-padding-bottom': 'var(--ti-common-space-2x)',
|
|
8
|
+
'ti-alert-title-font-size': 'var(--ti-common-font-size-2)',
|
|
9
|
+
'ti-alert-description-text-color': 'var(--ti-common-color-text-primary)',
|
|
10
|
+
'ti-alert-opration-text-color': '#1890FF',
|
|
11
|
+
'ti-alert-large-padding-top': 'calc(var(--ti-common-space-base) * 4.5)',
|
|
12
|
+
'ti-alert-large-padding-bottom': 'calc(var(--ti-common-space-base) * 3.5)',
|
|
13
|
+
'ti-alert-large-padding-left': 'var(--ti-common-space-6x)',
|
|
14
|
+
'ti-alert-description-margin-top': 'var(--ti-common-space-3x)',
|
|
15
|
+
'ti-breadcrumb-text-color': '#333',
|
|
16
|
+
'ti-breadcrumb-selected-hover-text-color': '#1890ff',
|
|
17
|
+
'ti-button-normal-text-color': '#1890ff',
|
|
18
|
+
'ti-button-group-item-li-margin-bottom': 'var(--ti-common-space-base)',
|
|
19
|
+
'ti-button-group-btn-padding-horizontal': 'var(--ti-common-space-2x)',
|
|
20
|
+
'ti-button-group-item-bg-color': 'var(--ti-common-color-bg-white-normal)',
|
|
21
|
+
'ti-button-group-item-li-margin-right': '-1px',
|
|
22
|
+
'ti-button-group-border-weight': 'var(--ti-common-border-weight-normal)',
|
|
23
|
+
'ti-button-group-mini-padding-horizontal': '6px',
|
|
24
|
+
'ti-button-group-mini-margin-right': '0',
|
|
25
|
+
'ti-button-group-item-active-disabled-bg-color': 'var(--ti-common-color-bg-disabled)',
|
|
26
|
+
'ti-button-group-item-btn-hover-bg-color': 'var(--ti-common-color-primary-hover)',
|
|
27
|
+
'ti-button-group-item-btn-hover-text-color': 'var(--ti-common-color-light)',
|
|
28
|
+
'ti-button-group-no-border-hover-bg-color': 'var(--ti-common-color-primary-hover)',
|
|
29
|
+
'ti-cascader-hover-border-color': '#bfbfbf',
|
|
30
|
+
'ti-cascader-menu-border-color': '#e4e7ed',
|
|
31
|
+
'ti-cascader-node-selectable-hover-bg-color': '#e6f7ff',
|
|
32
|
+
'ti-cascader-node-selectable-active-bg-color': '#f5f5f5',
|
|
33
|
+
'ti-cascader-node-hover-bg-color': '#e6f7ff',
|
|
34
|
+
'ti-cascader-node-hover-text-color': '#333',
|
|
35
|
+
'ti-cascader-node-icon-color': '#bfbfbf',
|
|
36
|
+
'ti-cascader-node-active-icon-color': '#bfbfbf',
|
|
37
|
+
'ti-cascader-panel-border-color': '#e4e7ed',
|
|
38
|
+
'ti-checkbox-bg-color-checked-disabled': '#999',
|
|
39
|
+
'ti-checkbox-border-color-checked-disabled': '#999',
|
|
40
|
+
'ti-checkbox-icon-color-disabled': '#fff',
|
|
41
|
+
'ti-checkbox-width': 'calc(var(--ti-common-size-3x) + 2px)',
|
|
42
|
+
'ti-checkbox-height': 'calc(var(--ti-common-size-3x) + 2px)',
|
|
43
|
+
'ti-checkbox-icon-margin-left': '3px',
|
|
44
|
+
'ti-checkbox-icon-margin-top': '-1px',
|
|
45
|
+
'ti-checkbox-button-bg-color': '#fff',
|
|
46
|
+
'ti-collapse-item-icon-color': '#333333',
|
|
47
|
+
'ti-collapse-item-arrow-hover-text-color': '#1890ff',
|
|
48
|
+
'ti-collapse-item-header-bg-color': '#fff',
|
|
49
|
+
'ti-collapse-item-header-min-height': '46px',
|
|
50
|
+
'ti-collapse-item-content-border-color-top': 'transparent',
|
|
51
|
+
'ti-collapse-item-header-font-weight': 'var(--ti-common-font-weight-7)',
|
|
52
|
+
'ti-collapse-item-border-color-right': 'transparent',
|
|
53
|
+
'ti-collapse-item-border-color-left': 'transparent',
|
|
54
|
+
'ti-collapse-item-border-color-top': 'transparent',
|
|
55
|
+
'ti-collapse-item-disabled-border-color-top': 'transparent',
|
|
56
|
+
'ti-collapse-item-disabled-border-color-left': 'transparent',
|
|
57
|
+
'ti-collapse-item-disabled-border-color-right': 'transparent',
|
|
58
|
+
'ti-collapse-item-header-padding-horizontal': 'var(--ti-common-space-6x)',
|
|
59
|
+
'ti-collapse-item-header-font-size': 'var(--ti-common-font-size-1)',
|
|
60
|
+
'ti-collapse-item-icon-font-size': 'var(--ti-common-font-size-1)',
|
|
61
|
+
'ti-collapse-item-margin-top': 'var(--ti-common-space-0)',
|
|
62
|
+
'ti-collapse-item-content-padding-left': 'var(--ti-common-space-6x)',
|
|
63
|
+
'ti-collapse-item-content-padding-bottom': 'var(--ti-common-space-6x)',
|
|
64
|
+
'ti-collapse-item-content-padding-right': 'var(--ti-common-space-6x)',
|
|
65
|
+
'ti-collapse-item-content-padding-top': 'var(--ti-common-space-0)',
|
|
66
|
+
'ti-collapse-item-arrow-transform': 'rotate(0)',
|
|
67
|
+
'ti-collapse-item-is-active-arrow-transform': 'rotate(90deg)',
|
|
68
|
+
'ti-collapse-item-is-active-arrow-text-color': '#1890ff',
|
|
69
|
+
'ti-container-bg-color': '#0067d1',
|
|
70
|
+
'ti-container-color': '#ffffff',
|
|
71
|
+
'ti-container-aside-bg-color': 'rgba(0, 103, 209, 0.5)',
|
|
72
|
+
'ti-container-aside-color': '#ffffff',
|
|
73
|
+
'ti-container-main-bg-color': 'rgba(0, 103, 209, 0.2)',
|
|
74
|
+
'ti-container-main-color': '#191919',
|
|
75
|
+
'ti-container-footer-bg-color': 'rgba(0, 103, 209, 0.1)',
|
|
76
|
+
'ti-container-footer-color': '#191919',
|
|
77
|
+
'ti-dialog-box-head-padding-top': 'var(--ti-common-space-2x)',
|
|
78
|
+
'ti-dialog-box-head-padding-horizontal': 'var(--ti-common-space-6x)',
|
|
79
|
+
'ti-dialog-box-head-padding-bottom': 'var(--ti-common-space-2x)',
|
|
80
|
+
'ti-dialog-box-head-title-font-size': 'var(--ti-common-font-size-1)',
|
|
81
|
+
'ti-dialog-box-head-border-bottom-color': 'var(--ti-common-color-line-normal)',
|
|
82
|
+
'ti-dialog-box-close-icon-size': 'var(--ti-common-font-size-2)',
|
|
83
|
+
'ti-dialog-box-close-icon-color': '#c4c4c4',
|
|
84
|
+
'ti-dialog-box-btn-position-top': 'calc(var(--ti-dialog-box-head-padding-top) + 2px)',
|
|
85
|
+
'ti-dialog-box-btn-position-right': 'var(--ti-dialog-box-head-padding-horizontal)',
|
|
86
|
+
'ti-dialog-box-body-padding-vertical': 'var(--ti-common-space-6x)',
|
|
87
|
+
'ti-dialog-box-body-padding-horizontal': 'var(--ti-common-space-6x)',
|
|
88
|
+
'ti-dialog-box-footer-padding-top': '0',
|
|
89
|
+
'ti-dialog-box-footer-padding-horizontal': '0',
|
|
90
|
+
'ti-dialog-box-footer-margin-bottom': 'var(--ti-common-space-6x)',
|
|
91
|
+
'ti-dialog-box-drawer-min-width': '30%',
|
|
92
|
+
'ti-dialog-box-drawer-footer-text-align': 'center',
|
|
93
|
+
'ti-dialog-box-drawer-padding-left': '0px',
|
|
94
|
+
'ti-dialog-box-drawer-padding-right': '0px',
|
|
95
|
+
'ti-dialog-box-drawer-header-padding-top': 'var(--ti-common-space-2x)',
|
|
96
|
+
'ti-dialog-box-drawer-header-padding-bottom': 'var(--ti-common-space-2x)',
|
|
97
|
+
'ti-dialog-box-drawer-header-padding-left': 'var(--ti-common-space-6x)',
|
|
98
|
+
'ti-dialog-box-drawer-body-padding-right': 'var(--ti-common-space-6x)',
|
|
99
|
+
'ti-dropdown-text-color': 'var(--ti-common-color-text-highlight)',
|
|
100
|
+
'ti-dropdown-icon-color': 'var(--ti-common-color-icon-normal)',
|
|
101
|
+
'ti-dropdown-trigger-title-margin-right': 'var(--ti-common-space-2x)',
|
|
102
|
+
'ti-dropdown-item-icon-color': '#333',
|
|
103
|
+
'ti-dropdown-item-icon-color-hover': '#333',
|
|
104
|
+
'ti-dropdown-menu-border-width': 'var(--ti-common-border-weight-normal)',
|
|
105
|
+
'ti-dropdown-menu-border-color': 'var(--ti-common-color-line-normal)',
|
|
106
|
+
'ti-dropdown-menu-border-radius': 'var(--ti-common-border-radius-1)',
|
|
107
|
+
'ti-dropdown-menu-padding-vertical': 'var(--ti-common-space-10)',
|
|
108
|
+
'ti-dropdown-menu-margin-vertical': 'var(--ti-common-space-3x)',
|
|
109
|
+
'ti-dropdown-item-hover-bg-color': 'var(--ti-common-color-hover-background)',
|
|
110
|
+
'ti-dropdown-menu-min-width': 'auto',
|
|
111
|
+
'ti-fall-menu-box-title-text-color': '#1F2D3D',
|
|
112
|
+
'ti-upload-list-item-text-color': '#3eaf7c',
|
|
113
|
+
'ti-upload-list-item-hover-text-color': 'var(--ti-common-color-text-link-hover)',
|
|
114
|
+
'ti-upload-list-item-hover-text-decoration': 'underline',
|
|
115
|
+
'ti-upload-picture-card-hover-border-color': 'var(--ti-common-color-text-link-hover)',
|
|
116
|
+
'ti-grid-header-background-color': '#f1f1f1',
|
|
117
|
+
'ti-grid-medium-column-height': '46px',
|
|
118
|
+
'ti-grid-default-column-height': '36px',
|
|
119
|
+
'ti-grid-small-column-height': '30px',
|
|
120
|
+
'ti-grid-mini-column-height': '26px',
|
|
121
|
+
'ti-grid-medium-header-column-height': '46px',
|
|
122
|
+
'ti-grid-default-header-column-height': '36px',
|
|
123
|
+
'ti-grid-small-header-column-height': '30px',
|
|
124
|
+
'ti-grid-mini-header-column-height': '26px',
|
|
125
|
+
'ti-grid-header-repair-border-color': 'var(--ti-common-color-line-dividing)',
|
|
126
|
+
'ti-grid-header-resizable-line-height': '60%',
|
|
127
|
+
'ti-grid-header-resizable-bg-color': '#d8d8d8',
|
|
128
|
+
'ti-grid-body-td-border-color': 'var(--ti-common-color-transparent)',
|
|
129
|
+
'ti-grid-column-icon-text-color': '#c0c4cc',
|
|
130
|
+
'ti-grid-header-icon-font-size': 'var(--ti-common-font-size-1)',
|
|
131
|
+
'ti-grid-column-icon-scale-size': '0.8',
|
|
132
|
+
'ti-grid-tree-icon-color': '#939599',
|
|
133
|
+
'ti-guide-title-text-color': '#333d48',
|
|
134
|
+
'ti-guide-title-line-height': '20px',
|
|
135
|
+
'ti-guide-cancel-icon-font-size': '30px',
|
|
136
|
+
'ti-guide-cancel-icon-font-weight': '300',
|
|
137
|
+
'ti-guide-cancel-icon-color': '#333d48',
|
|
138
|
+
'ti-guide-cancel-hover-icon-color': 'rgba(0, 0, 0, 0.75)',
|
|
139
|
+
'ti-guide-text-text-color': '#333d48',
|
|
140
|
+
'ti-guide-text-line-height': '20px',
|
|
141
|
+
'ti-guide-text-font-size': '14px',
|
|
142
|
+
'ti-guide-text-padding-top': '24px',
|
|
143
|
+
'ti-guide-text-padding-horizontal': '24px',
|
|
144
|
+
'ti-guide-text-scrollbar-width': '4px',
|
|
145
|
+
'ti-guide-text-scrollbar-height': '40px',
|
|
146
|
+
'ti-guide-text-scrollbar-border-radius': '2px',
|
|
147
|
+
'ti-guide-text-scrollbar-border-color': 'rgba(57, 57, 57, 0.3)',
|
|
148
|
+
'ti-guide-footer-border-bottom-left-radius': '4px',
|
|
149
|
+
'ti-guide-footer-border-bottom-right-radius': '4px',
|
|
150
|
+
'ti-guide-footer-padding-left': '24px',
|
|
151
|
+
'ti-guide-footer-padding-right': '24px',
|
|
152
|
+
'ti-guide-footer-padding-bottom': '24px',
|
|
153
|
+
'ti-guide-button-border-radius': '4px',
|
|
154
|
+
'ti-guide-progresss-text-color': '#161e26',
|
|
155
|
+
'ti-guide-button-bg-color': '#0067d1',
|
|
156
|
+
'ti-guide-button-hover-bg-color': '#0072e8',
|
|
157
|
+
'ti-guide-button-focus-bg-color': '#0067d1',
|
|
158
|
+
'ti-guide-button-active-bg-color': '#005bba',
|
|
159
|
+
'ti-guide-button-disable-bg-color': 'rgba(0, 103, 209, 0.3)',
|
|
160
|
+
'ti-guide-button-disable-text-color': '#fff',
|
|
161
|
+
'ti-guide-button-secondary-text-color': '#161e26',
|
|
162
|
+
'ti-guide-button-secondary-border-color': 'rgba(22, 30, 38, 0.2)',
|
|
163
|
+
'ti-guide-button-secondary-hover-border-color': '#161e26',
|
|
164
|
+
'ti-guide-button-secondary-hover-bg-color': '#161e26',
|
|
165
|
+
'ti-guide-button-secondary-active-bg-color': '#005bba',
|
|
166
|
+
'ti-guide-button-secondary-focus-bg-color': '#161e26',
|
|
167
|
+
'ti-guide-button-secondary-disabled-bg-color': 'rgba(22, 30, 38, 0.05)',
|
|
168
|
+
'ti-guide-button-secondary-disabled-text-color': 'rgba(22, 30, 38, 0.3)',
|
|
169
|
+
'ti-guide-button-secondary-disabled-border-color': 'rgba(22, 30, 38, 0.1)',
|
|
170
|
+
'ti-input-border-color': '#d9d9d9',
|
|
171
|
+
'ti-input-hover-border-color': '#1890ff',
|
|
172
|
+
'ti-ip-address-normal-height': 'calc(var(--ti-common-size-base) * 7.5)',
|
|
173
|
+
'ti-ip-address-input-width': 'var(--ti-common-size-16x)',
|
|
174
|
+
'ti-ip-address-normal-width': 'calc(var(--ti-common-size-base) * 67.5)',
|
|
175
|
+
'ti-layout-col-bg-color': '#0067d1',
|
|
176
|
+
'ti-layout-row-bg-color': '#0067d1',
|
|
177
|
+
'ti-layout-even-bg-color': '#0067d1',
|
|
178
|
+
'ti-layout-offset-bg-color': 'rgba(0, 103, 209, 0.5)',
|
|
179
|
+
'ti-layout-align-bg-color': '#0067d1',
|
|
180
|
+
'ti-layout-gutter-bg-color': '#0067d1',
|
|
181
|
+
'ti-layout-justify-bg-color': '#0067d1',
|
|
182
|
+
'ti-layout-order-bg-color': '#0067d1',
|
|
183
|
+
'ti-layout-responsive-bg-color': 'rgba(0, 103, 209, 0.5)',
|
|
184
|
+
'ti-layout-tag1-bg-color': '#0067d1',
|
|
185
|
+
'ti-layout-tag-bg-color': '#0067d1',
|
|
186
|
+
'ti-layout-move-bg-color': '#0067d1',
|
|
187
|
+
'ti-link-default-text-color': '#606266',
|
|
188
|
+
'ti-link-default-hover-text-color': '#40a9ff',
|
|
189
|
+
'ti-link-has-svg-hover-text-color': '#40a9ff',
|
|
190
|
+
'ti-option-bg-color-selected': 'var(--ti-common-color-selected-background)',
|
|
191
|
+
'ti-option-hover-bg-color-selected': 'var(--ti-common-color-selected-background)',
|
|
192
|
+
'ti-pager-li-border-color': 'var(--ti-common-color-line-normal)',
|
|
193
|
+
'ti-pager-width': '30px',
|
|
194
|
+
'ti-pager-height': '30px',
|
|
195
|
+
'ti-pager-input-height': '30px',
|
|
196
|
+
'ti-pager-btn-svg-color': 'var(--ti-common-color-icon-normal)',
|
|
197
|
+
'ti-pager-poplist-item-hover-text-color': 'var(--ti-common-color-icon-normal)',
|
|
198
|
+
'ti-pager-list-item-hover-text-color': 'var(--ti-common-color-icon-normal)',
|
|
199
|
+
'ti-pager-poplist-item-hover-border-color': 'var(--ti-common-color-icon-normal)',
|
|
200
|
+
'ti-pager-goto-text-color': 'var(--ti-common-color-icon-normal)',
|
|
201
|
+
'ti-pager-active-font-color': 'var(--ti-common-color-icon-normal)',
|
|
202
|
+
'ti-pager-prev-next-hover-bg-color': 'transparent',
|
|
203
|
+
'ti-pager-poplist-item-hover-bg-color': 'transparent',
|
|
204
|
+
'ti-pager-active-bg-color': 'transparent',
|
|
205
|
+
'ti-popover-padding-horizontal': '12px',
|
|
206
|
+
'ti-progress-warning-bg-color': '#fa8c16',
|
|
207
|
+
'ti-radio-bordered-checked-background-color': '#1890ff',
|
|
208
|
+
'ti-radio-inner-checked-bg-color': '#fff',
|
|
209
|
+
'ti-radio-inner-width': '14px',
|
|
210
|
+
'ti-radio-inner-height': '14px',
|
|
211
|
+
'ti-radio-inner-size': '6px',
|
|
212
|
+
'ti-radio-input-checked-disabled-bg-color': '#bfbfbf',
|
|
213
|
+
'ti-radio-inner-checked-disabled-bg-color': '#fff',
|
|
214
|
+
'ti-search-line-hover-border-color': '#bfbfbf',
|
|
215
|
+
'ti-search-icon-color': '#c4c4c4',
|
|
216
|
+
'ti-select-input-caret-font-size': 'var(--ti-common-font-size-1)',
|
|
217
|
+
'ti-select-input-caret-icon-color': 'var(--ti-common-color-icon-normal)',
|
|
218
|
+
'ti-select-dropdown-padding-bottom': 'var(--ti-common-space-6)',
|
|
219
|
+
'ti-select-dropdown-padding-top': 'var(--ti-common-space-0)',
|
|
220
|
+
'ti-select-dropdown-max-height': 'calc(184px - var(--ti-select-dropdown-padding-top) - var(--ti-select-dropdown-padding-bottom) + var(--ti-common-space-base))',
|
|
221
|
+
'ti-slider-bg-color': '#d9d9d9',
|
|
222
|
+
'ti-slider-height': 'var(--ti-common-space-base)',
|
|
223
|
+
'ti-slider-range-height': 'var(--ti-common-space-base)',
|
|
224
|
+
'ti-slider-range-margin-top': '0',
|
|
225
|
+
'ti-slider-handle-width': '16px',
|
|
226
|
+
'ti-slider-handle-height': '16px',
|
|
227
|
+
'ti-slider-handle-border-color': '#fff',
|
|
228
|
+
'ti-slider-handle-border-color-hover': '#fff',
|
|
229
|
+
'ti-slider-handle-box-shadow': '0 0 4px 0 #d9d9d9',
|
|
230
|
+
'ti-slider-handle-top': '-6px',
|
|
231
|
+
'ti-slider-handle-margin-top': '-6px',
|
|
232
|
+
'ti-slider-handle-icon-display': 'none',
|
|
233
|
+
'ti-split-pane-font-size': '12px',
|
|
234
|
+
'ti-split-trigger-bar-bg-color': '#666',
|
|
235
|
+
'ti-steps-advanced-li-text-color': 'var(--ti-common-color-text-white)',
|
|
236
|
+
'ti-steps-line-margin-horizontal': '0px',
|
|
237
|
+
'ti-steps-line-bg-color': '#dbdbdb',
|
|
238
|
+
'ti-steps-line-height': 'var(--ti-common-space-base)',
|
|
239
|
+
'ti-steps-unselected-icon-color': 'var(--ti-common-color-text-white)',
|
|
240
|
+
'ti-steps-unselected-border-color': 'var(--ti-common-color-line-normal)',
|
|
241
|
+
'ti-steps-icon-bg-color': 'var(--ti-common-color-line-normal)',
|
|
242
|
+
'ti-steps-active-font-weight': 'var(--ti-common-font-weight-7)',
|
|
243
|
+
'ti-steps-unselected-hover-icon-color': 'var(--ti-common-color-text-white)',
|
|
244
|
+
'ti-steps-text-color-hover': 'var(--ti-common-color-text-primary)',
|
|
245
|
+
'ti-steps-unselected-hover-border-color': 'var(--ti-common-color-line-normal)',
|
|
246
|
+
'ti-switch-width': 'var(--ti-common-size-11x)',
|
|
247
|
+
'ti-switch-height': 'calc(var(--ti-common-size-base) * 5.5)',
|
|
248
|
+
'ti-switch-dot-size': 'calc(var(--ti-common-size-base) * 4.5)',
|
|
249
|
+
'ti-switch-off-bg-color': 'var(--ti-common-color-info-disabled-bgcolor)',
|
|
250
|
+
'ti-switch-checked-disabled-bg-color': 'var(--ti-common-color-bg-dark-disabled)',
|
|
251
|
+
'ti-switch-checked-disabled-border-color': 'var(--ti-common-color-bg-dark-disabled)',
|
|
252
|
+
'ti-switch-disabled-dot-bg-color': 'var(--ti-common-color-info-disabled-bgcolor)',
|
|
253
|
+
'ti-switch-text-width': 'calc(var(--ti-common-size-base) * 12.5)',
|
|
254
|
+
'ti-tabs-header-font-weight-active': 'var(--ti-common-font-weight-7)',
|
|
255
|
+
'ti-tabs-dark-margin-top': 'var(--ti-common-space-0)',
|
|
256
|
+
'ti-tabs-dark-bg-color-active': 'var(--ti-common-bg-minor-active)',
|
|
257
|
+
'ti-tabs-header-dark-bg-color': 'var(--ti-common-color-selected-background)',
|
|
258
|
+
'ti-tabs-dark-first-margin-left': 'var(--ti-common-space-0)',
|
|
259
|
+
'ti-tabs-content-font-size': 'var(--ti-common-font-size-base)',
|
|
260
|
+
'ti-tabs-item-card-border-color': 'var(--ti-common-color-line-normal)',
|
|
261
|
+
'ti-tabs-item-top-right-border-weight': 'var(--ti-common-size-0)',
|
|
262
|
+
'ti-tabs-dark-bg-color-hover': 'none',
|
|
263
|
+
'ti-tabs-dark-text-color-hover': 'var(--ti-common-color-primary-normal)',
|
|
264
|
+
'ti-tabs-dark-text-color-active': 'var(--ti-common-color-primary-normal)',
|
|
265
|
+
'ti-tabs-dark-border-weight': 'var(--ti-common-border-weight-normal)',
|
|
266
|
+
'ti-tabs-item-padding-horizontal': 'var(--ti-common-space-6x)',
|
|
267
|
+
'ti-tabs-item-margin-right': 'var(--ti-common-space-6x)',
|
|
268
|
+
'ti-tag-primary-text-color': 'var(--ti-common-color-icon-normal)',
|
|
269
|
+
'ti-tag-primary-close-icon-color': 'var(--ti-common-color-icon-normal)',
|
|
270
|
+
'ti-tag-primary-close-hover-icon-color': 'var(--ti-common-color-icon-normal)',
|
|
271
|
+
'ti-tag-primary-border-color': 'rgba(24,144,255,.15)',
|
|
272
|
+
'ti-tag-primary-background-color': 'rgba(24,144,255,.06)',
|
|
273
|
+
'ti-tag-success-text-color': 'var(--ti-common-color-data-1)',
|
|
274
|
+
'ti-tag-success-background-color': 'rgba(82,196,26,.06)',
|
|
275
|
+
'ti-tag-success-border-color': 'rgba(82,196,26,.15)',
|
|
276
|
+
'ti-tag-warning-text-color': 'var(--ti-common-color-data-7)',
|
|
277
|
+
'ti-tag-warning-background-color': 'rgba(250,173,20,.06)',
|
|
278
|
+
'ti-tag-warning-border-color': 'rgba(250,173,20,.15)',
|
|
279
|
+
'ti-tag-danger-text-color': 'var(--ti-common-color-data-8)',
|
|
280
|
+
'ti-tag-danger-background-color': 'rgba(245,34,45,.06)',
|
|
281
|
+
'ti-tag-danger-border-color': 'rgba(245,34,45,.15)',
|
|
282
|
+
'ti-tag-dark-bg-color': 'var(--ti-common-color-icon-darkbg-active)',
|
|
283
|
+
'ti-tag-dark-success-bg-color': '#67c23a',
|
|
284
|
+
'ti-tag-dark-info-bg-color': 'var(--ti-common-color-info)',
|
|
285
|
+
'ti-tag-dark-warning-bg-color': '#e6a23c',
|
|
286
|
+
'ti-tag-plain-text-color': 'var(--ti-common-color-text-link-hover)',
|
|
287
|
+
'ti-tag-plain-border-color': '#b3d8ff',
|
|
288
|
+
'ti-tag-plain-success-text-color': '#67c23a',
|
|
289
|
+
'ti-tag-plain-success-border-color': '#c2e7b0',
|
|
290
|
+
'ti-tag-plain-info-border-color': '#d3d4d6',
|
|
291
|
+
'ti-tag-plain-danger-border-color': '#fbc4c4',
|
|
292
|
+
'ti-tag-plain-warning-text-color': '#e6a23c',
|
|
293
|
+
'ti-tag-plain-warning-border-color': '#f5dab1',
|
|
294
|
+
'ti-text-popup-padding-horizontal': 'var(--ti-common-space-2x)',
|
|
295
|
+
'ti-text-popup-padding-vertical': 'var(--ti-common-space-2x)',
|
|
296
|
+
'ti-text-popup-height': '30px',
|
|
297
|
+
'ti-tooltip-popper-normal-bg-color': '#303133',
|
|
298
|
+
'ti-tooltip-popper-dark-bg-color': '#303133',
|
|
299
|
+
'ti-tooltip-popper-border-color': '#303133',
|
|
300
|
+
'ti-tooltip-popper-normal-border-color': '#303133',
|
|
301
|
+
'ti-tooltip-popper-normal-text-color': '#fff',
|
|
302
|
+
'ti-tooltip-popper-info-bg-color': '#69c0ff',
|
|
303
|
+
'ti-tooltip-popper-info-border-color': '#69c0ff',
|
|
304
|
+
'ti-tooltip-padding-vertical': '10px',
|
|
305
|
+
'ti-tooltip-padding-horizontal': '10px',
|
|
306
|
+
'ti-transfer-panel-border-color': '#d9d9d9',
|
|
307
|
+
'ti-transfer-header-bg-color': '#f5f5f5',
|
|
308
|
+
'ti-transfer-header-border-color': '#d9d9d9',
|
|
309
|
+
'ti-checkbox-border-color': '#d9d9d9',
|
|
310
|
+
'ti-transfer-button-disabled-border-color': '#d9d9d9',
|
|
311
|
+
'ti-checkbox-label-text-color-disabled': '#999',
|
|
312
|
+
'ti-tree-node-expand-icon-color': 'var(--ti-common-color-text-primary)',
|
|
313
|
+
'ti-tree-node-checked-icon-color': 'var(--ti-common-color-text-primary)',
|
|
314
|
+
'ti-tree-menu-node-current-text-color': 'var(--ti-common-color-icon-active)',
|
|
315
|
+
}
|
|
@@ -130,7 +130,7 @@ export const tinyBaseAuroraTheme = {
|
|
|
130
130
|
'ti-common-color-text-link-hover': '#40a9ff', // 链接悬浮色
|
|
131
131
|
'ti-common-color-text-link-darkbg': 'var(--ti-base-color-brand-4)', // 深色背景链接色
|
|
132
132
|
'ti-common-color-text-link-darkbg-hover': 'var(--ti-base-color-brand-3)', // 深色背景链接悬浮色
|
|
133
|
-
'ti-common-color-text-highlight': '
|
|
133
|
+
'ti-common-color-text-highlight': 'var(--ti-base-color-brand-6)', // 文本高亮色
|
|
134
134
|
'ti-common-color-text-white': 'var(--ti-base-color-white)', // 深色背景或图标上文字色
|
|
135
135
|
'ti-common-color-text-gray': 'var(--ti-base-color-white)', // 深色背景下的文本色,用于tip
|
|
136
136
|
'ti-common-color-text-gray-disabled': 'var(--ti-base-color-common-4)', // 深色背景下的灰色文本禁用色,用于tab页签中
|
|
@@ -268,7 +268,7 @@ export const tinyBaseAuroraTheme = {
|
|
|
268
268
|
'ti-common-shadow-1-left': '-1px 0px 4px 0 rgba(0, 0, 0, 0.1)', // 阴影-1 左
|
|
269
269
|
'ti-common-shadow-1-right': '1px 0px 4px 0 rgba(0, 0, 0, 0.1)', // 阴影-1 右
|
|
270
270
|
'ti-common-shadow-2-up': '0 -2px 8px 0 rgba(0, 0, 0, 0.2)', // 阴影-2 上
|
|
271
|
-
'ti-common-shadow-2-down': '0
|
|
271
|
+
'ti-common-shadow-2-down': '0 2px 12px rgba(0, 0, 0, 0.1)', // 阴影-2 下 select 等下拉弹框的阴影
|
|
272
272
|
'ti-common-shadow-2-left': '-2px 0 8px 0 rgba(238, 10, 10, 0.2)', // 阴影-2 左
|
|
273
273
|
'ti-common-shadow-2-right': '2px 0 8px 0 rgba(252, 5, 5, 0.2)', // 阴影-2 右
|
|
274
274
|
'ti-common-shadow-3-up': '0 -4px 16px 0 rgba(0, 0, 0, 0.2)', // 阴影-3 上
|
package/theme/index.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
interface TinyTheme {
|
|
2
|
+
id: string;
|
|
3
|
+
name: string;
|
|
4
|
+
cnName: string;
|
|
5
|
+
data: object;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
declare var tinySmbTheme: TinyTheme
|
|
9
|
+
declare var tinyDeepTheme: TinyTheme
|
|
10
|
+
declare var tinyGalaxyTheme: TinyTheme
|
|
11
|
+
declare var tinyAuroraTheme: TinyTheme
|
|
12
|
+
declare var tinyInfinityTheme: TinyTheme
|
|
13
|
+
declare var tinyImpressionTheme: TinyTheme
|
|
14
|
+
|
|
15
|
+
export { tinySmbTheme, tinyDeepTheme, tinyGalaxyTheme, tinyInfinityTheme, tinyAuroraTheme, tinyImpressionTheme }
|
|
@@ -263,8 +263,8 @@ export const infinityTheme = {
|
|
|
263
263
|
'ti-carousel-arrow-bg-color': 'rgba(255,255,255,0.8)',
|
|
264
264
|
'ti-carousel-arrow-box-shadow': '0 8px 16px 0 rgba(37,43,58,.1)',
|
|
265
265
|
'ti-carousel-arrow-active-text-color': 'var(--ti-base-color-common-7)',
|
|
266
|
-
'ti-carousel-arrow-width': 'var(--ti-common-size-
|
|
267
|
-
'ti-carousel-arrow-height': 'var(--ti-common-size-
|
|
266
|
+
'ti-carousel-arrow-width': 'var(--ti-common-size-height-normal)',
|
|
267
|
+
'ti-carousel-arrow-height': 'var(--ti-common-size-height-normal)',
|
|
268
268
|
'ti-carousel-indicators-bg-color': 'none',
|
|
269
269
|
'ti-carousel-indicator-button-bg-color': '#71757f',
|
|
270
270
|
'ti-carousel-indicator-button-width': '6px',
|