@opentiny/vue-theme 3.11.0 → 3.11.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/grid/index.css +1 -1
- package/index.css +1 -1
- package/lowcode.css +1 -1
- package/package.json +1 -1
- package/theme/aurora-theme/component.js +2 -2
- package/theme/smb-theme/component.js +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/vue-theme",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.1",
|
|
4
4
|
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
|
|
5
5
|
"main": "index.css",
|
|
6
6
|
"homepage": "https://opentiny.design/tiny-vue",
|
|
@@ -238,6 +238,8 @@ export const concatTheme = {
|
|
|
238
238
|
'ti-slider-handle-top': '-6px',
|
|
239
239
|
'ti-slider-handle-margin-top': '-6px',
|
|
240
240
|
'ti-slider-handle-icon-display': 'none',
|
|
241
|
+
'ti-split-pane-font-size': '12px',
|
|
242
|
+
'ti-split-trigger-bar-bg-color': '#666',
|
|
241
243
|
'ti-steps-advanced-li-text-color': 'var(--ti-common-color-text-white)',
|
|
242
244
|
'ti-steps-line-margin-horizontal': '0px',
|
|
243
245
|
'ti-steps-line-bg-color': '#dbdbdb',
|
|
@@ -249,8 +251,6 @@ export const concatTheme = {
|
|
|
249
251
|
'ti-steps-unselected-hover-icon-color': 'var(--ti-common-color-text-white)',
|
|
250
252
|
'ti-steps-text-color-hover': 'var(--ti-common-color-text-primary)',
|
|
251
253
|
'ti-steps-unselected-hover-border-color': 'var(--ti-common-color-line-normal)',
|
|
252
|
-
'ti-split-pane-font-size': '12px',
|
|
253
|
-
'ti-split-trigger-bar-bg-color': '#666',
|
|
254
254
|
'ti-switch-width': 'var(--ti-common-size-11x)',
|
|
255
255
|
'ti-switch-height': 'calc(var(--ti-common-size-base) * 5.5)',
|
|
256
256
|
'ti-switch-dot-size': 'calc(var(--ti-common-size-base) * 4.5)',
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
export const concatTheme = {
|
|
2
|
+
'ti-anchor-width': '160px',
|
|
3
|
+
'ti-anchor-text-color': '#595959',
|
|
4
|
+
'ti-anchor-link-active-text-color': '#191919',
|
|
2
5
|
'ti-alert-border-radius': 'var(--ti-common-border-radius-4)',
|
|
3
6
|
'ti-alert-description-font-size': 'var(--ti-common-font-size-1)',
|
|
4
7
|
'ti-alert-warning-border-color': 'transparent',
|
|
@@ -37,9 +40,6 @@ export const concatTheme = {
|
|
|
37
40
|
'ti-alert-description-line-height': '1.5',
|
|
38
41
|
'ti-alert-icon-margin-top': '3px',
|
|
39
42
|
'ti-alert-close-position-top': 'var(--ti-common-space-3x)',
|
|
40
|
-
'ti-anchor-width': '160px',
|
|
41
|
-
'ti-anchor-text-color': '#595959',
|
|
42
|
-
'ti-anchor-link-active-text-color': '#191919',
|
|
43
43
|
'ti-badge-font-size': 'var(--ti-common-font-size-0)',
|
|
44
44
|
'ti-breadcrumb-text-color': '#191919',
|
|
45
45
|
'ti-breadcrumb-font-size': 'var(--ti-common-font-size-base)',
|