@sdata/web-vue 4.4.2 → 4.5.0
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 +1 -1
- package/dist/sd.min.css +1 -1
- package/es/empty/empty.vue.d.ts +9 -8
- package/es/empty/empty.vue_vue_type_script_setup_true_lang.js +9 -3
- package/es/index.css +1 -1
- package/es/tabs/index.d.ts +17 -57
- package/es/tabs/style/index.css +1 -1
- package/es/tabs/style/index.scss +2 -1
- package/es/tabs/tab-pane.vue.d.ts +1 -13
- package/es/tabs/tab-pane.vue_vue_type_script_setup_true_lang.js +25 -4
- package/es/tabs/tabs.vue_vue_type_script_setup_true_lang.js +7 -6
- package/json/web-types.json +1 -1
- package/package.json +1 -1
package/dist/sd.css
CHANGED
|
@@ -5825,7 +5825,7 @@ body.sd-tour-active .sd-tour-popover * {
|
|
|
5825
5825
|
border-top: none;
|
|
5826
5826
|
}
|
|
5827
5827
|
.sd-tabs-content-animation {
|
|
5828
|
-
transition:
|
|
5828
|
+
transition: transform 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
|
|
5829
5829
|
}
|
|
5830
5830
|
.sd-tabs-horizontal.sd-tabs-justify {
|
|
5831
5831
|
display: flex;
|