@douyinfe/semi-ui 2.33.0-beta.0 → 2.33.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/css/semi.css CHANGED
@@ -15540,6 +15540,15 @@ img[src=""], img:not([src]) {
15540
15540
  .semi-sidesheet-size-large {
15541
15541
  width: 920px;
15542
15542
  }
15543
+ .semi-sidesheet-size-small.semi-sidesheet {
15544
+ width: 448px;
15545
+ }
15546
+ .semi-sidesheet-size-medium.semi-sidesheet {
15547
+ width: 684px;
15548
+ }
15549
+ .semi-sidesheet-size-large.semi-sidesheet {
15550
+ width: 920px;
15551
+ }
15543
15552
  .semi-sidesheet-content {
15544
15553
  height: 100%;
15545
15554
  display: flex;