cr-ui-lib 1.1.82 → 1.1.83
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5005,7 +5005,7 @@ var DynamicTableV2 = ({
|
|
|
5005
5005
|
}
|
|
5006
5006
|
},
|
|
5007
5007
|
onChange: tableHeaderCustom == null ? void 0 : tableHeaderCustom.toggleAll,
|
|
5008
|
-
className: "cursor-pointer absolute top-
|
|
5008
|
+
className: "cursor-pointer absolute top-[1rem]"
|
|
5009
5009
|
}
|
|
5010
5010
|
) : /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5011
5011
|
/* @__PURE__ */ jsxRuntime.jsx(
|