@sdata/web-vue 2.10.2 → 2.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/dist/sd.css +3 -0
- package/dist/sd.min.css +1 -1
- package/es/border-beam/border-beam.vue_vue_type_script_setup_true_lang.js +2 -0
- package/es/button/context.js +1 -1
- package/es/calendar/core/config.js +1 -1
- package/es/calendar/core/i18n.js +3 -3
- package/es/config-provider/config-provider.vue.d.ts +8 -8
- package/es/config-provider/context.d.ts +2 -2
- package/es/config-provider/index.d.ts +10 -10
- package/es/config-provider/theme-provider.vue.d.ts +4 -4
- package/es/config-provider/theme.d.ts +6 -6
- package/es/index.css +3 -0
- package/es/index.d.ts +1 -1
- package/es/layout/style/index.css +3 -0
- package/es/layout/style/index.scss +5 -0
- package/es/locale/index.d.ts +3 -3
- package/es/locale/interface.d.ts +2 -2
- package/es/locale/lang/ar-eg.d.ts +2 -2
- package/es/locale/lang/de-de.d.ts +2 -2
- package/es/locale/lang/en-us.d.ts +2 -2
- package/es/locale/lang/es-es.d.ts +2 -2
- package/es/locale/lang/fr-fr.d.ts +2 -2
- package/es/locale/lang/id-id.d.ts +2 -2
- package/es/locale/lang/it-it.d.ts +2 -2
- package/es/locale/lang/ja-jp.d.ts +2 -2
- package/es/locale/lang/km-kh.d.ts +2 -2
- package/es/locale/lang/ko-kr.d.ts +2 -2
- package/es/locale/lang/ms-my.d.ts +2 -2
- package/es/locale/lang/nl-nl.d.ts +2 -2
- package/es/locale/lang/pt-pt.d.ts +2 -2
- package/es/locale/lang/ru-ru.d.ts +2 -2
- package/es/locale/lang/th-th.d.ts +2 -2
- package/es/locale/lang/vi-vn.d.ts +2 -2
- package/es/locale/lang/zh-cn.d.ts +2 -2
- package/es/locale/lang/zh-tw.d.ts +2 -2
- package/es/modal/modal.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/popconfirm/popconfirm.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/theme-provider/index.d.ts +9 -9
- package/es/transfer/transfer.vue_vue_type_script_setup_true_lang.js +4 -4
- package/json/web-types.json +4 -4
- package/package.json +1 -1
package/dist/sd.css
CHANGED
|
@@ -10466,6 +10466,9 @@ body.sd-tour-active .sd-tour-popover * {
|
|
|
10466
10466
|
line-height: 64px;
|
|
10467
10467
|
background: var(--sd-color-menu-dark-bg);
|
|
10468
10468
|
}
|
|
10469
|
+
.sd-layout-header .sd-btn-text {
|
|
10470
|
+
color: color-mix(in srgb, var(--sd-color-menu-dark-bg), #fff 90%);
|
|
10471
|
+
}
|
|
10469
10472
|
|
|
10470
10473
|
.sd-layout-footer {
|
|
10471
10474
|
padding: 24px 50px;
|