@opentiny/vue-theme 3.11.3 → 3.11.4
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/index.css +1 -1
- package/link-menu/index.css +1 -1
- package/lowcode.css +1 -1
- package/package.json +1 -1
- package/theme/smb-theme/component.js +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/vue-theme",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.4",
|
|
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",
|
|
@@ -397,26 +397,6 @@ export const concatTheme = {
|
|
|
397
397
|
'ti-modal-message-icon-box-height': 'calc(var(--ti-common-space-5x) - 1px)',
|
|
398
398
|
'ti-modal-notification-header-padding-bottom': 'var(--ti-common-space-4x)',
|
|
399
399
|
'ti-nav-menu-bg-color': '#282b33',
|
|
400
|
-
'ti-notify-max-width': '340px',
|
|
401
|
-
'ti-notify-message-margin-left': 'var(--ti-common-space-2x)',
|
|
402
|
-
'ti-notify-info-bg-color': 'var(--ti-common-color-bg-navigation)',
|
|
403
|
-
'ti-notify-border-radius': 'var(--ti-common-border-radius-4)',
|
|
404
|
-
'ti-notify-box-shadow': '0px 2px 12px 0px rgba(0,0,0,0.08)',
|
|
405
|
-
'ti-notify-close-icon-font-size': 'var(--ti-common-font-size-4)',
|
|
406
|
-
'ti-notify-close-icon-color': 'var(--ti-common-color-icon-normal)',
|
|
407
|
-
'ti-notify-title-font-size': 'var(--ti-common-font-size-2)',
|
|
408
|
-
'ti-notify-title-font-weight': '600',
|
|
409
|
-
'ti-notify-content-text-color': 'var(--ti-common-color-text-secondary)',
|
|
410
|
-
'ti-notify-message-margin-right': 'var(--ti-common-space-3x)',
|
|
411
|
-
'ti-notify-close-hover-icon-color': 'var(--ti-common-color-icon-hover)',
|
|
412
|
-
'ti-notify-position-top-left': 'var(--ti-common-space-6x)',
|
|
413
|
-
'ti-notify-position-bottom-left': 'var(--ti-common-space-6x)',
|
|
414
|
-
'ti-notify-position-top-right': 'var(--ti-common-space-6x)',
|
|
415
|
-
'ti-notify-position-bottom-right': 'var(--ti-common-space-6x)',
|
|
416
|
-
'ti-notify-success-bg-color': 'var(--ti-common-color-bg-navigation)',
|
|
417
|
-
'ti-notify-error-bg-color': 'var(--ti-common-color-bg-navigation)',
|
|
418
|
-
'ti-notify-warning-bg-color': 'var(--ti-common-color-bg-navigation)',
|
|
419
|
-
'ti-notify-icon-transform': 'translate(0,-1px)',
|
|
420
400
|
'ti-numeric-input-width': '126px',
|
|
421
401
|
'ti-numeric-input-dividing-border-color': 'var(--ti-common-color-line-dividing)',
|
|
422
402
|
'ti-numeric-input-btn-disabled-bg-color': 'var(--ti-common-color-bg-disabled)',
|
|
@@ -485,6 +465,26 @@ export const concatTheme = {
|
|
|
485
465
|
'ti-pager-pop-body-margin-top': '4px',
|
|
486
466
|
'ti-pager-poplist-item-selected-bg-color': '#0000000D',
|
|
487
467
|
'ti-pager-poplist-item-min-height': '32px',
|
|
468
|
+
'ti-notify-max-width': '340px',
|
|
469
|
+
'ti-notify-message-margin-left': 'var(--ti-common-space-2x)',
|
|
470
|
+
'ti-notify-info-bg-color': 'var(--ti-common-color-bg-navigation)',
|
|
471
|
+
'ti-notify-border-radius': 'var(--ti-common-border-radius-4)',
|
|
472
|
+
'ti-notify-box-shadow': '0px 2px 12px 0px rgba(0,0,0,0.08)',
|
|
473
|
+
'ti-notify-close-icon-font-size': 'var(--ti-common-font-size-4)',
|
|
474
|
+
'ti-notify-close-icon-color': 'var(--ti-common-color-icon-normal)',
|
|
475
|
+
'ti-notify-title-font-size': 'var(--ti-common-font-size-2)',
|
|
476
|
+
'ti-notify-title-font-weight': '600',
|
|
477
|
+
'ti-notify-content-text-color': 'var(--ti-common-color-text-secondary)',
|
|
478
|
+
'ti-notify-message-margin-right': 'var(--ti-common-space-3x)',
|
|
479
|
+
'ti-notify-close-hover-icon-color': 'var(--ti-common-color-icon-hover)',
|
|
480
|
+
'ti-notify-position-top-left': 'var(--ti-common-space-6x)',
|
|
481
|
+
'ti-notify-position-bottom-left': 'var(--ti-common-space-6x)',
|
|
482
|
+
'ti-notify-position-top-right': 'var(--ti-common-space-6x)',
|
|
483
|
+
'ti-notify-position-bottom-right': 'var(--ti-common-space-6x)',
|
|
484
|
+
'ti-notify-success-bg-color': 'var(--ti-common-color-bg-navigation)',
|
|
485
|
+
'ti-notify-error-bg-color': 'var(--ti-common-color-bg-navigation)',
|
|
486
|
+
'ti-notify-warning-bg-color': 'var(--ti-common-color-bg-navigation)',
|
|
487
|
+
'ti-notify-icon-transform': 'translate(0,-1px)',
|
|
488
488
|
'ti-popconfirm-margin-right': 'var(--ti-common-space-6x)',
|
|
489
489
|
'ti-popconfirm-popover-footer-justify-content': 'center',
|
|
490
490
|
'ti-popconfirm-popover-container-padding-vertical': '7px',
|