···11+---
22+"@clack/prompts": patch
33+---
44+55+Fixes wrapping of cancelled and success messages of select prompt
+1-1
packages/core/src/index.ts
···88export { default as SelectKeyPrompt } from './prompts/select-key.js';
99export { default as TextPrompt } from './prompts/text.js';
1010export type { ClackState as State } from './types.js';
1111-export { block, getColumns, getRows, isCancel } from './utils/index.js';
1111+export { block, getColumns, getRows, isCancel, wrapTextWithPrefix } from './utils/index.js';
1212export type { ClackSettings } from './utils/settings.js';
1313export { settings, updateSettings } from './utils/settings.js';