prometeo-design-system 5.0.0 → 5.0.2

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.
@@ -177,11 +177,11 @@ y.displayName = "DialogHeader";
177
177
  const v = N(({ children: t, className: l, debugMode: a, expandX: r, expandY: s, expandWeight: e }) => {
178
178
  const p = c(
179
179
  r && "w-full min-w-0",
180
- s && "flex-1 min-h-0"
180
+ s && "flex-1 min-h-0 flex-col"
181
181
  ), x = s ? { flexGrow: e ?? 1, flexBasis: 0 } : void 0;
182
182
  return /* @__PURE__ */ n.jsx("div", { style: x, className: c(
183
183
  a && "border-2 border-dashed border-red-600 bg-red-200/40! relative after:content-['FOOTER'] after:absolute after:top-1 after:left-1/2 after:w-max after:h-full after:text-red-500",
184
- "border-t border-neutral-strong-default p-4 w-full flex flex-col",
184
+ "border-t border-neutral-strong-default p-4 w-full flex",
185
185
  p,
186
186
  l
187
187
  ), children: t });
@@ -2,4 +2,4 @@ export { default } from '../components/Select/Select';
2
2
  export type { SelectProps } from '../components/Select/Select';
3
3
  export type { CustomSelectionDisplayProps } from '../components/Select/Select';
4
4
  export type { CustomSelectOptionRendererProps } from '../components/Select/Select';
5
- export type { SelectOptionType } from '../components/Select/Select';
5
+ export type { SelectOptionType, SelectControlsHandler } from '../components/Select/Select';
@@ -1,3 +1,3 @@
1
1
  export { default } from '../components/SelectSearch/SelectSearch';
2
- export type { SelectSearchControlsRef } from '../components/SelectSearch/SelectSearch';
2
+ export type { SelectSearchControlsRef, SelectSearchControlsHandler } from '../components/SelectSearch/SelectSearch';
3
3
  export type { SelectSearchProps } from '../components/SelectSearch/SelectSearch';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prometeo-design-system",
3
3
  "private": false,
4
- "version": "5.0.0",
4
+ "version": "5.0.2",
5
5
  "type": "module",
6
6
  "description": "design kit system",
7
7
  "main": "dist/prometeo-design-system.umd.js",