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.
@@ -4081,7 +4081,7 @@ var __async = (__this, __arguments, generator) => {
4081
4081
  ] })
4082
4082
  }
4083
4083
  ),
4084
- /* @__PURE__ */ jsxRuntimeExports.jsx("style", { jsx: true, children: `
4084
+ /* @__PURE__ */ jsxRuntimeExports.jsx("style", { children: `
4085
4085
  @keyframes fadeIn {
4086
4086
  from { opacity: 0; transform: scale(0.9) translateY(10px); }
4087
4087
  to { opacity: 1; transform: scale(1) translateY(0); }