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
667 changes: 207 additions & 460 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions semcore/accordion/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.0.0] - 2026-04-15

### BREAK

- New major version.

### Fixed

- Rewrite component to TS.

## [16.7.2] - 2025-11-17

### Changed
Expand Down
6 changes: 3 additions & 3 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": "16.7.2",
"version": "17.0.0",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -17,8 +17,8 @@
"require": "./lib/cjs/index.js"
},
"dependencies": {
"@semcore/button": "16.0.12",
"@semcore/typography": "16.3.2",
"@semcore/button": "^17.0.0",
"@semcore/typography": "^17.0.0",
"csstype": "3.1.3"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions semcore/add-filter/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.0.0] - 2026-04-15

### BREAK

- New major version.

## [16.6.3] - 2025-12-18

### Fixed
Expand Down
14 changes: 7 additions & 7 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": "16.6.3",
"version": "17.0.0",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -17,12 +17,12 @@
"require": "./lib/cjs/index.js"
},
"dependencies": {
"@semcore/select": "16.1.12",
"@semcore/button": "16.0.12",
"@semcore/dropdown-menu": "16.1.14",
"@semcore/dropdown": "16.1.3",
"@semcore/input": "16.1.1",
"@semcore/base-trigger": "16.4.4"
"@semcore/select": "^17.0.0",
"@semcore/button": "^17.0.0",
"@semcore/dropdown-menu": "^17.0.0",
"@semcore/dropdown": "^17.0.0",
"@semcore/input": "^17.0.0",
"@semcore/base-trigger": "^17.0.0"
},
"peerDependencies": {
"@semcore/base-components": "^17.0.0 || ^17.0.0-0",
Expand Down
6 changes: 6 additions & 0 deletions semcore/badge/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.0.0] - 2026-04-15

### BREAK

- New major version. Added property `type`. Deprecated `color` and `bg`.

## [16.0.7] - 2025-10-29

### Changed
Expand Down
2 changes: 1 addition & 1 deletion 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": "16.0.7",
"version": "17.0.0",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions semcore/base-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [17.0.0] - 2026-04-15

### BREAK

- **breakpoints**: New major version.
- **grid**: New major version.
- **flex-box**: New major version.
- **neighbor-location**: New major version.
- **popper**: New major version.
- **portal**: Removed using `getNodeByRef`. Use `React.RefObject` instead.
- **outside-click**: Removed using `getNodeByRef`. Use `React.RefObject` instead.
- **scroll-area**: Removed using `getNodeByRef`. Use `React.RefObject` instead.

## [16.5.0] - 2026-04-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion 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": "16.5.0",
"version": "17.0.0",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.mjs",
"typings": "lib/types/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions semcore/base-trigger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [17.0.0] - 2026-04-15

### BREAK

- Removed old implementation for the `LinkTrigger`. This is a wrapper for the `ButtonLink` now.
- New major version.

### Changed

- `Dot` component replaced by `Counter` for `FilterTrigger.Counter`.

## [16.4.5] - 2025-12-18

### Fixed
Expand Down
12 changes: 6 additions & 6 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": "16.4.5",
"version": "17.0.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/counter": "16.0.11",
"@semcore/spin": "16.0.11",
"@semcore/tooltip": "16.0.11",
"@semcore/typography": "16.3.2",
"@semcore/button": "16.0.12"
"@semcore/counter": "^17.0.0",
"@semcore/spin": "^17.0.0",
"@semcore/tooltip": "^17.0.0",
"@semcore/typography": "^17.0.0",
"@semcore/button": "^17.0.0"
},
"peerDependencies": {
"@semcore/base-components": "^17.0.0 || ^17.0.0-0",
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.0.0] - 2026-04-15

### BREAK

- New major version.

## [16.5.4] - 2025-11-17

### Changed
Expand Down
4 changes: 2 additions & 2 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": "16.5.4",
"version": "17.0.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"
},
"dependencies": {
"@semcore/typography": "16.3.2"
"@semcore/typography": "^17.0.0"
},
"peerDependencies": {
"@semcore/base-components": "^17.0.0 || ^17.0.0-0",
Expand Down
10 changes: 10 additions & 0 deletions semcore/bulk-textarea/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.0.0] - 2026-04-15

### BREAK

- New major version.

### Fixed

- Fixed types for `Bulktextarea.InputField`.

## [16.7.0] - 2026-04-01

### Added
Expand Down
10 changes: 5 additions & 5 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": "16.7.0",
"version": "17.0.0",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -17,10 +17,10 @@
"require": "./lib/cjs/index.js"
},
"dependencies": {
"@semcore/button": "16.0.12",
"@semcore/typography": "16.3.2",
"@semcore/counter": "16.0.11",
"@semcore/tooltip": "16.0.11",
"@semcore/button": "^17.0.0",
"@semcore/typography": "^17.0.0",
"@semcore/counter": "^17.0.0",
"@semcore/tooltip": "^17.0.0",
"dompurify": "3.2.3"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions semcore/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [17.0.0] - 2026-04-15

### BREAK

- Removed old implementation for the `ButtonLink`. This is a wrapper for the `Link` but in tag `button` now.
- New major version.

### Fixed

- Adjusted `ButtonLink` baseline.

## [16.0.12] - 2025-11-03

### Added
Expand Down
8 changes: 4 additions & 4 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": "16.0.12",
"version": "17.0.0",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -17,9 +17,9 @@
"build": "pnpm semcore-builder && pnpm vite build"
},
"dependencies": {
"@semcore/spin": "16.0.11",
"@semcore/typography": "16.3.2",
"@semcore/link": "16.0.11"
"@semcore/spin": "^17.0.0",
"@semcore/typography": "^17.0.0",
"@semcore/link": "^17.0.0"
},
"peerDependencies": {
"@semcore/base-components": "^17.0.0 || ^17.0.0-0"
Expand Down
10 changes: 10 additions & 0 deletions semcore/card/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.0.0] - 2026-04-15

### BREAK

- New major version.

### Fixed

- Rewrite component to TS.

## [16.1.12] - 2025-11-17

### Changed
Expand Down
8 changes: 4 additions & 4 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": "16.1.12",
"version": "17.0.0",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -17,9 +17,9 @@
"require": "./lib/cjs/index.js"
},
"dependencies": {
"@semcore/typography": "16.3.2",
"@semcore/tooltip": "16.0.11",
"@semcore/button": "16.0.12"
"@semcore/typography": "^17.0.0",
"@semcore/tooltip": "^17.0.0",
"@semcore/button": "^17.0.0"
},
"peerDependencies": {
"@semcore/base-components": "^17.0.0 || ^17.0.0-0",
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.0.0] - 2026-04-15

### BREAK

- New major version.

## [16.1.13] - 2025-12-18

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions semcore/carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/carousel",
"description": "Semrush Carousel Component",
"version": "16.1.13",
"version": "17.0.0",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -17,8 +17,8 @@
"require": "./lib/cjs/index.js"
},
"dependencies": {
"@semcore/button": "16.0.12",
"@semcore/modal": "16.1.12"
"@semcore/button": "^17.0.0",
"@semcore/modal": "^17.0.0"
},
"peerDependencies": {
"@semcore/base-components": "^17.0.0 || ^17.0.0-0",
Expand Down
10 changes: 10 additions & 0 deletions semcore/checkbox/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.0.0] - 2026-04-15

### BREAK

- New major version.

### Fixed

- Rewrite component to TS.

## [16.2.2] - 2025-12-01

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions semcore/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/checkbox",
"description": "Semrush Checkbox Component",
"version": "16.2.2",
"version": "17.0.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"
},
"dependencies": {
"@semcore/typography": "16.3.1"
"@semcore/typography": "^17.0.0"
},
"peerDependencies": {
"@semcore/base-components": "^17.0.0 || ^17.0.0-0"
Expand Down
Loading
Loading