Skip to content
Merged
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
372 changes: 186 additions & 186 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions semcore/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).

## [17.2.0] - 2026-06-05

### Added

- Links to the API and examples in the docs.

## [17.1.0] - 2026-05-13

### Added
Expand Down
10 changes: 5 additions & 5 deletions semcore/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/accordion",
"description": "Semrush Accordion Component",
"version": "17.1.0",
"version": "17.2.0",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -17,13 +17,13 @@
"require": "./lib/cjs/index.js"
},
"dependencies": {
"@semcore/button": "^17.1.0",
"@semcore/typography": "^17.1.0",
"@semcore/button": "^17.2.0",
"@semcore/typography": "^17.2.0",
"csstype": "3.1.3"
},
"peerDependencies": {
"@semcore/base-components": "^17.0.2",
"@semcore/icon": "^17.0.1"
"@semcore/base-components": "^17.2.0",
"@semcore/icon": "^17.2.0"
},
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions semcore/add-filter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).

## [17.2.0] - 2026-06-05

### Added

- Links to the API and examples in the docs.

### Fixed

- Added filters were opening without animation.

## [17.1.0] - 2026-05-13

### Added
Expand Down
18 changes: 9 additions & 9 deletions semcore/add-filter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/add-filter",
"description": "Semrush Add Filter component",
"version": "17.1.0",
"version": "17.2.0",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -17,16 +17,16 @@
"require": "./lib/cjs/index.js"
},
"dependencies": {
"@semcore/select": "^17.1.0",
"@semcore/button": "^17.1.0",
"@semcore/dropdown-menu": "^17.1.0",
"@semcore/dropdown": "^17.1.0",
"@semcore/input": "^17.1.0",
"@semcore/base-trigger": "^17.1.0"
"@semcore/select": "^17.2.0",
"@semcore/button": "^17.2.0",
"@semcore/dropdown-menu": "^17.2.0",
"@semcore/dropdown": "^17.2.0",
"@semcore/input": "^17.2.0",
"@semcore/base-trigger": "^17.2.0"
},
"peerDependencies": {
"@semcore/base-components": "^17.0.2",
"@semcore/icon": "^17.0.1"
"@semcore/base-components": "^17.2.0",
"@semcore/icon": "^17.2.0"
},
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions semcore/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).

## [17.2.0] - 2026-06-05

### Added

- New `unavailable` type.
- Links to the API and examples in the docs.

## [17.1.0] - 2026-05-13

### Added
Expand Down
4 changes: 2 additions & 2 deletions semcore/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/badge",
"description": "Semrush Badge Component",
"version": "17.1.0",
"version": "17.2.0",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"require": "./lib/cjs/index.js"
},
"peerDependencies": {
"@semcore/base-components": "^17.0.2"
"@semcore/base-components": "^17.2.0"
},
"repository": {
"type": "git",
Expand Down
18 changes: 18 additions & 0 deletions semcore/base-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).

## [17.2.0] - 2026-06-05

### Added

- **flex-box**: New props: `bg`, `border`, `borderRadius`.
- **breakpoints**: Links to the API and examples in the docs.
- **flex-box**: Links to the API and examples in the docs.
- **hint**: Links to the API and examples in the docs.
- **neighbor-location**: Links to the API and examples in the docs.
- **outside-click**: Links to the API and examples in the docs.
- **popper**: Links to the API and examples in the docs.
- **portal**: Links to the API and examples in the docs.
- **scroll-area**: Links to the API and examples in the docs.

### Changed

- **flex-box**: Added export for types.

## [17.1.0] - 2026-05-13

### Added
Expand Down
4 changes: 2 additions & 2 deletions semcore/base-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/base-components",
"description": "Semrush Base Components",
"version": "17.1.0",
"version": "17.2.0",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.mjs",
"typings": "lib/types/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"popper-max-size-modifier": "0.2.0"
},
"peerDependencies": {
"@semcore/core": "^17.1.0"
"@semcore/core": "^17.2.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions semcore/base-trigger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).

## [17.2.0] - 2026-06-05

### Added

- Links to the API and examples in the docs.

## [17.1.0] - 2026-05-13

### Added
Expand Down
16 changes: 8 additions & 8 deletions semcore/base-trigger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/base-trigger",
"description": "Semrush BaseTrigger Component",
"version": "17.1.0",
"version": "17.2.0",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -17,15 +17,15 @@
"require": "./lib/cjs/index.js"
},
"dependencies": {
"@semcore/counter": "^17.1.0",
"@semcore/spin": "^17.1.0",
"@semcore/tooltip": "^17.1.0",
"@semcore/typography": "^17.1.0",
"@semcore/button": "^17.1.0"
"@semcore/counter": "^17.2.0",
"@semcore/spin": "^17.2.0",
"@semcore/tooltip": "^17.2.0",
"@semcore/typography": "^17.2.0",
"@semcore/button": "^17.2.0"
},
"peerDependencies": {
"@semcore/base-components": "^17.0.2",
"@semcore/icon": "^17.0.1"
"@semcore/base-components": "^17.2.0",
"@semcore/icon": "^17.2.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions semcore/breadcrumbs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).

## [17.2.0] - 2026-06-05

### Added

- Links to the API and examples in the docs.

## [17.1.0] - 2026-05-13

### Added
Expand Down
8 changes: 4 additions & 4 deletions semcore/breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/breadcrumbs",
"description": "Semrush Breadcrumbs Component",
"version": "17.1.0",
"version": "17.2.0",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -17,11 +17,11 @@
"require": "./lib/cjs/index.js"
},
"dependencies": {
"@semcore/typography": "^17.1.0"
"@semcore/typography": "^17.2.0"
},
"peerDependencies": {
"@semcore/base-components": "^17.0.2",
"@semcore/icon": "^17.0.1"
"@semcore/base-components": "^17.2.0",
"@semcore/icon": "^17.2.0"
},
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions semcore/bulk-textarea/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).

## [17.2.0] - 2026-06-05

### Added

- Links to the API and examples in the docs.

### Fixed

- The value wasn't cleared by the `clearAll` button when using only
`defaultValue`.
- Error in processing styles by PostCSS plugins.

## [17.1.0] - 2026-05-13

### Added
Expand Down
14 changes: 7 additions & 7 deletions semcore/bulk-textarea/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/bulk-textarea",
"description": "Semrush BulkTextarea Component",
"version": "17.1.0",
"version": "17.2.0",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -17,15 +17,15 @@
"require": "./lib/cjs/index.js"
},
"dependencies": {
"@semcore/button": "^17.1.0",
"@semcore/typography": "^17.1.0",
"@semcore/counter": "^17.1.0",
"@semcore/tooltip": "^17.1.0",
"@semcore/button": "^17.2.0",
"@semcore/typography": "^17.2.0",
"@semcore/counter": "^17.2.0",
"@semcore/tooltip": "^17.2.0",
"dompurify": "3.4.0"
},
"peerDependencies": {
"@semcore/base-components": "^17.0.2",
"@semcore/icon": "^17.0.1"
"@semcore/base-components": "^17.2.0",
"@semcore/icon": "^17.2.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions semcore/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).

## [17.2.0] - 2026-06-05

### Added

- Links to the API and examples in the docs.

## [17.1.0] - 2026-05-13

### Added
Expand Down
10 changes: 5 additions & 5 deletions semcore/button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/button",
"description": "Semrush Button Component",
"version": "17.1.0",
"version": "17.2.0",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -17,12 +17,12 @@
"build": "pnpm semcore-builder && pnpm vite build"
},
"dependencies": {
"@semcore/spin": "^17.1.0",
"@semcore/typography": "^17.1.0",
"@semcore/link": "^17.1.0"
"@semcore/spin": "^17.2.0",
"@semcore/typography": "^17.2.0",
"@semcore/link": "^17.2.0"
},
"peerDependencies": {
"@semcore/base-components": "^17.0.2"
"@semcore/base-components": "^17.2.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions semcore/card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).

## [17.2.0] - 2026-06-05

### Added

- Links to the API and examples in the docs.

## [17.1.0] - 2026-05-13

### Added
Expand Down
12 changes: 6 additions & 6 deletions semcore/card/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/card",
"description": "Semrush Card Component",
"version": "17.1.0",
"version": "17.2.0",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -17,13 +17,13 @@
"require": "./lib/cjs/index.js"
},
"dependencies": {
"@semcore/typography": "^17.1.0",
"@semcore/tooltip": "^17.1.0",
"@semcore/button": "^17.1.0"
"@semcore/typography": "^17.2.0",
"@semcore/tooltip": "^17.2.0",
"@semcore/button": "^17.2.0"
},
"peerDependencies": {
"@semcore/base-components": "^17.0.2",
"@semcore/icon": "^17.0.1"
"@semcore/base-components": "^17.2.0",
"@semcore/icon": "^17.2.0"
},
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions semcore/carousel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).

## [17.2.0] - 2026-06-05

### Added

- Links to the API and examples in the docs.

## [17.1.0] - 2026-05-13

### Added
Expand Down
Loading
Loading