Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/many-olives-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@alfalab/core-components-confirmation': patch
'@alfalab/core-components-custom-button': patch
'@alfalab/core-components-typography': patch
'@alfalab/core-components-universal-modal': patch
'@alfalab/core-components': patch
---

- Явно прописаны корневые responsive экспорты
2 changes: 1 addition & 1 deletion packages/confirmation/src/docs/development.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ArgsTabs, CssVars } from 'storybook/blocks';
import { ConfirmationMobile } from '../mobile';
import { ConfirmationDesktop } from '../desktop';
import { ConfirmationResponsive } from '../component.responsive';
import { ConfirmationResponsive } from '../Component.responsive';
import vars from '!!raw-loader!../vars.css';

## Подключение
Expand Down
4 changes: 2 additions & 2 deletions packages/confirmation/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { ConfirmationResponsive as Confirmation } from './component.responsive';
export type { ResponsiveConfirmationProps as ConfirmationProps } from './component.responsive';
export { ConfirmationResponsive as Confirmation } from './Component.responsive';
export type { ResponsiveConfirmationProps as ConfirmationProps } from './Component.responsive';

export { useConfirmation, useCountdown } from './utils';
2 changes: 1 addition & 1 deletion packages/custom-button/src/docs/development.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ArgsTable } from '@storybook/addon-docs';
import { CssVars } from 'storybook/blocks';
import { CustomButton } from '../Component';
import { CustomButton } from '../Component.responsive';
import styles from '!!raw-loader!../components/base-custom-button/index.module.css';

## Подключение
Expand Down
2 changes: 1 addition & 1 deletion packages/custom-button/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { CustomButton } from './Component';
export { CustomButton } from './Component.responsive';
export type { CustomButtonProps, ComponentProps } from './types/props';
2 changes: 1 addition & 1 deletion packages/typography/src/title-responsive/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './component';
export * from './Component.responsive';
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './Component.responsive';
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './Component.responsive';
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './Component.responsive';