nvis-fe-cms-libs 2.1.4 → 2.1.5

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.
@@ -4078,7 +4078,7 @@ const DiagramSection2 = ({ data, t, isDarkMode }) => {
4078
4078
  ] })
4079
4079
  }
4080
4080
  ),
4081
- /* @__PURE__ */ jsxRuntimeExports.jsx("style", { jsx: true, children: `
4081
+ /* @__PURE__ */ jsxRuntimeExports.jsx("style", { children: `
4082
4082
  @keyframes fadeIn {
4083
4083
  from { opacity: 0; transform: scale(0.9) translateY(10px); }
4084
4084
  to { opacity: 1; transform: scale(1) translateY(0); }