@snksergio/design-system 0.41.0 → 0.42.0

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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const panel = require("./chunks/panel-DtU3KlKY.cjs");
3
+ const panel = require("./chunks/panel-INPypAHe.cjs");
4
4
  const useTheme = require("./chunks/useTheme-3iZAognE.cjs");
5
5
  const avatar = require("./chunks/avatar-eM5txRFZ.cjs");
6
6
  const jsxRuntime = require("react/jsx-runtime");
@@ -1021,7 +1021,7 @@ function actionColumn(opts) {
1021
1021
  field: "_actions",
1022
1022
  headerName: "",
1023
1023
  type: "actions",
1024
- width: opts.width ?? panel.ACTIONS_COLUMN_WIDTH,
1024
+ ...opts.width !== void 0 ? { width: opts.width } : {},
1025
1025
  pinned: "right",
1026
1026
  getActions: opts.getActions
1027
1027
  };