@ws-ui/event-report-editor 1.13.1 → 1.14.3

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/index.es.js CHANGED
@@ -17729,8 +17729,22 @@ const mWt = () => {
17729
17729
  defaultValue: g === hoe.FULL ? "full" : "compact",
17730
17730
  onTabChange: (S) => v(S === "full" ? hoe.FULL : hoe.COMPACT),
17731
17731
  children: [
17732
- /* @__PURE__ */ ae(F7e.Item, { label: "Full", value: "full", "data-cy": "event-report-toolbar-full-mode-button" }),
17733
- /* @__PURE__ */ ae(F7e.Item, { label: "Compact", value: "compact", "data-cy": "event-report-toolbar-compact-mode-button" })
17732
+ /* @__PURE__ */ ae(
17733
+ F7e.Item,
17734
+ {
17735
+ label: "Full",
17736
+ value: "full",
17737
+ "data-cy": "event-report-toolbar-full-mode-button"
17738
+ }
17739
+ ),
17740
+ /* @__PURE__ */ ae(
17741
+ F7e.Item,
17742
+ {
17743
+ label: "Compact",
17744
+ value: "compact",
17745
+ "data-cy": "event-report-toolbar-compact-mode-button"
17746
+ }
17747
+ )
17734
17748
  ]
17735
17749
  }
17736
17750
  );