@sdata/web-vue 3.24.0 → 3.25.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 +7 -3
- package/dist/sd.min.css +2 -2
- package/es/index.css +7 -3
- package/es/model-selector/index.d.ts +3 -2
- package/es/model-selector/model-selector-trigger.vue.d.ts +7 -7
- package/es/model-selector/model-selector-trigger.vue_vue_type_script_setup_true_lang.js +26 -3
- package/es/model-selector/style/index.css +4 -0
- package/es/model-selector/style/index.scss +6 -0
- package/es/qr-code/qr-code.vue_vue_type_script_setup_true_lang.js +17 -6
- package/es/qr-code/style/index.css +1 -1
- package/es/qr-code/style/token.scss +1 -1
- package/es/rich-text-editor/style/index.css +1 -1
- package/es/rich-text-editor/style/token.scss +2 -1
- package/es/sender/style/index.css +1 -1
- package/es/sender/style/token.scss +2 -1
- package/json/web-types.json +1 -1
- package/package.json +1 -1
package/dist/sd.css
CHANGED
|
@@ -8582,7 +8582,7 @@ body.sd-tour-active .sd-tour-popover * {
|
|
|
8582
8582
|
position: relative;
|
|
8583
8583
|
width: 100%;
|
|
8584
8584
|
overflow: hidden;
|
|
8585
|
-
background:
|
|
8585
|
+
background: var(--sd-color-bg-2);
|
|
8586
8586
|
border: 1px solid color-mix(in srgb, var(--sd-color-neutral-3) 10%, transparent);
|
|
8587
8587
|
border-radius: calc(var(--sd-border-radius-medium) * 2);
|
|
8588
8588
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02);
|
|
@@ -9066,7 +9066,7 @@ body.sd-tour-active .sd-tour-popover * {
|
|
|
9066
9066
|
color: var(--sd-color-neutral-10);
|
|
9067
9067
|
font-size: 14px;
|
|
9068
9068
|
line-height: 1.5715;
|
|
9069
|
-
background:
|
|
9069
|
+
background: var(--sd-color-bg-2);
|
|
9070
9070
|
border: 1px solid var(--sd-color-neutral-3);
|
|
9071
9071
|
border-radius: var(--sd-border-radius-medium);
|
|
9072
9072
|
transition: border-color 0.2s cubic-bezier(0.34, 0.69, 0.1, 1), box-shadow 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
|
|
@@ -9631,7 +9631,7 @@ body.sd-tour-active .sd-tour-popover * {
|
|
|
9631
9631
|
align-items: center;
|
|
9632
9632
|
justify-content: center;
|
|
9633
9633
|
text-align: center;
|
|
9634
|
-
background:
|
|
9634
|
+
background: color-mix(in srgb, var(--sd-color-bg-2) 88%, transparent);
|
|
9635
9635
|
}
|
|
9636
9636
|
.sd-qr-code-status {
|
|
9637
9637
|
display: inline-flex;
|
|
@@ -10891,6 +10891,10 @@ body.sd-tour-active .sd-tour-popover * {
|
|
|
10891
10891
|
margin-left: -6px;
|
|
10892
10892
|
}
|
|
10893
10893
|
|
|
10894
|
+
:where(body, [sd-theme])[sd-theme=dark] .sd-model-selector-logo {
|
|
10895
|
+
filter: brightness(0) invert(1);
|
|
10896
|
+
}
|
|
10897
|
+
|
|
10894
10898
|
.sd-message-list {
|
|
10895
10899
|
position: fixed;
|
|
10896
10900
|
left: 0;
|