@sdata/web-vue 3.4.0 → 3.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 +0 -1
- package/dist/sd.min.css +1 -1
- package/es/index.css +0 -1
- package/es/toolbar/style/index.css +0 -1
- package/es/toolbar/style/index.scss +0 -1
- package/es/toolbar/style/token.scss +0 -2
- package/json/web-types.json +1 -1
- package/package.json +1 -1
package/dist/sd.css
CHANGED
|
@@ -5276,7 +5276,6 @@ body.sd-tour-active .sd-tour-popover * {
|
|
|
5276
5276
|
grid-template-columns: repeat(auto-fill, minmax(var(--toolbar-span-width), 1fr));
|
|
5277
5277
|
gap: 8px;
|
|
5278
5278
|
width: 100%;
|
|
5279
|
-
background-color: var(--sd-color-bg-2);
|
|
5280
5279
|
}
|
|
5281
5280
|
.sd-toolbar-body--schema .sd-form > * {
|
|
5282
5281
|
max-width: var(--toolbar-item-max-width);
|