@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.
Files changed (41) hide show
  1. package/dist/sd.css +3 -0
  2. package/dist/sd.min.css +1 -1
  3. package/es/border-beam/border-beam.vue_vue_type_script_setup_true_lang.js +2 -0
  4. package/es/button/context.js +1 -1
  5. package/es/calendar/core/config.js +1 -1
  6. package/es/calendar/core/i18n.js +3 -3
  7. package/es/config-provider/config-provider.vue.d.ts +8 -8
  8. package/es/config-provider/context.d.ts +2 -2
  9. package/es/config-provider/index.d.ts +10 -10
  10. package/es/config-provider/theme-provider.vue.d.ts +4 -4
  11. package/es/config-provider/theme.d.ts +6 -6
  12. package/es/index.css +3 -0
  13. package/es/index.d.ts +1 -1
  14. package/es/layout/style/index.css +3 -0
  15. package/es/layout/style/index.scss +5 -0
  16. package/es/locale/index.d.ts +3 -3
  17. package/es/locale/interface.d.ts +2 -2
  18. package/es/locale/lang/ar-eg.d.ts +2 -2
  19. package/es/locale/lang/de-de.d.ts +2 -2
  20. package/es/locale/lang/en-us.d.ts +2 -2
  21. package/es/locale/lang/es-es.d.ts +2 -2
  22. package/es/locale/lang/fr-fr.d.ts +2 -2
  23. package/es/locale/lang/id-id.d.ts +2 -2
  24. package/es/locale/lang/it-it.d.ts +2 -2
  25. package/es/locale/lang/ja-jp.d.ts +2 -2
  26. package/es/locale/lang/km-kh.d.ts +2 -2
  27. package/es/locale/lang/ko-kr.d.ts +2 -2
  28. package/es/locale/lang/ms-my.d.ts +2 -2
  29. package/es/locale/lang/nl-nl.d.ts +2 -2
  30. package/es/locale/lang/pt-pt.d.ts +2 -2
  31. package/es/locale/lang/ru-ru.d.ts +2 -2
  32. package/es/locale/lang/th-th.d.ts +2 -2
  33. package/es/locale/lang/vi-vn.d.ts +2 -2
  34. package/es/locale/lang/zh-cn.d.ts +2 -2
  35. package/es/locale/lang/zh-tw.d.ts +2 -2
  36. package/es/modal/modal.vue_vue_type_script_setup_true_lang.js +4 -4
  37. package/es/popconfirm/popconfirm.vue_vue_type_script_setup_true_lang.js +4 -4
  38. package/es/theme-provider/index.d.ts +9 -9
  39. package/es/transfer/transfer.vue_vue_type_script_setup_true_lang.js +4 -4
  40. package/json/web-types.json +4 -4
  41. 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;