Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into fix-better-border-rad…
Browse files Browse the repository at this point in the history
…ius-for-reactions
  • Loading branch information
Ruminat committed Dec 23, 2024
2 parents e804d78 + b855931 commit 84caf8b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.13.1](https://github.com/gravity-ui/components/compare/v3.13.0...v3.13.1) (2024-12-16)


### Bug Fixes

* **unstable:** add missed exports ([#249](https://github.com/gravity-ui/components/issues/249)) ([9508491](https://github.com/gravity-ui/components/commit/950849170e8c4091ff48426f2201a502c92fd148))

## [3.13.0](https://github.com/gravity-ui/components/compare/v3.12.5...v3.13.0) (2024-12-10)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravity-ui/components",
"version": "3.13.0",
"version": "3.13.1",
"description": "",
"license": "MIT",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/unstable/Stories/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export enum StoriesMediaBlockStyle {
FullSize = 'full-size',
}

interface StoriesItemTextColorStyles {
export interface StoriesItemTextColorStyles {
titleColor?: string;
descriptionColor?: string;
counterColor?: string;
Expand Down
9 changes: 9 additions & 0 deletions src/components/unstable/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,13 @@ export {
type StoriesProps as unstable_StoriesProps,
Stories as unstable_Stories,
useSyncWithLS as unstable_useSyncWithLS,
StoriesMediaBlockStyle,
StoriesTextBlockStyle,
StoriesItemTextColorStyles,
} from './Stories';

export {
type StoriesGroupItem,
type StoriesGroupProps,
StoriesGroup as unstable_StoriesGroup,
} from './StoriesGroup';

0 comments on commit 84caf8b

Please sign in to comment.