diff --git a/tests/__snapshots__/demo.test.tsx.snap b/tests/__snapshots__/demo.test.tsx.snap index 09dd459a..46131cbc 100644 --- a/tests/__snapshots__/demo.test.tsx.snap +++ b/tests/__snapshots__/demo.test.tsx.snap @@ -1,5 +1,931 @@ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html +exports[` > renders basic.tsx correctly 1`] = ` +.emotion-0 { + width: -webkit-fit-content; + width: -moz-fit-content; + width: fit-content; + padding: 2px 4px; +} + +
+
+
+
+ + + + +
+
+
+
+`; + +exports[` > renders config.tsx correctly 1`] = ` +.emotion-0 { + width: -webkit-fit-content; + width: -moz-fit-content; + width: fit-content; + padding: 2px 4px; +} + +
+
+
+
+ + + + +
+
+
+
+`; + +exports[` > renders custom.tsx correctly 1`] = ` +.emotion-0 { + width: -webkit-fit-content; + width: -moz-fit-content; + width: fit-content; + padding: 2px 4px; +} + +
+
+
+
+
+
+
+
+ 操作工具箱 +
+
+ +
+
+
+
+

+ 工具 +

+ + + + +

+ 内容 +

+ +

+ 评分 +

+
    +
  • +
    +
    + + + +
    +
    + + + +
    +
    +
  • +
  • +
    +
    + + + +
    +
    + + + +
    +
    +
  • +
  • +
    +
    + + + +
    +
    + + + +
    +
    +
  • +
  • +
    +
    + + + +
    +
    + + + +
    +
    +
  • +
  • +
    +
    + + + +
    +
    + + + +
    +
    +
  • +
+
+
+
+
+
+
+`; + +exports[` > renders withPanel.tsx correctly 1`] = ` +.emotion-0 { + overflow: hidden; + border-radius: 8px; + background: #ffffff; + box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08),0 3px 6px -4px rgba(0, 0, 0, 0.12),0 9px 28px 8px rgba(0, 0, 0, 0.05); + z-index: 2000; +} + +.emotion-1 { + width: -webkit-fit-content; + width: -moz-fit-content; + width: fit-content; + padding: 2px 4px; +} + +
+
+
+ 内容 +
+
+
+
+
+ + + + +
+
+
+
+
+
+
+`; + exports[` > renders basic.tsx correctly 1`] = ` .emotion-0 { display: -webkit-box;