Skip to content

Commit b0354a9

Browse files
committed
Removed references to @blueprintjs/color
1 parent 91e6956 commit b0354a9

File tree

6 files changed

+11
-14
lines changed

6 files changed

+11
-14
lines changed

packages/column-creator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"zustand-computed": "^2.0.2"
4444
},
4545
"peerDependencies": {
46-
"react": "^16.13.1||^17||^18||^19"
46+
"react": "^18||^19"
4747
},
4848
"repository": {
4949
"type": "git",

packages/style-system/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format
44
is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
55
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.3.0] - 2026-01-25
8+
9+
- Updated dependencies to BlueprintJS v6
10+
- Removed references to `@blueprintjs/color` package, which is now rolled into
11+
`@blueprintjs/core`
12+
713
## [0.2.4] - 2025-12-10
814

915
- Upgraded Vite dependency

packages/style-system/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@macrostrat/style-system",
3-
"version": "0.2.4",
3+
"version": "0.3.0",
44
"description": "Style system for Macrostrat",
55
"main": "dist/style-system.css",
66
"source": "src/index.ts",
@@ -9,13 +9,8 @@
99
"build": "rm -rf dist && vite build"
1010
},
1111
"dependencies": {
12-
"@blueprintjs/colors": "^5.1.12",
1312
"@blueprintjs/core": "^6.6.1"
1413
},
15-
"peerDependencies": {
16-
"react": "^18.0.0||^19.0.0",
17-
"react-dom": "^18.0.0||^19.0.0"
18-
},
1914
"files": [
2015
"dist",
2116
"src"

packages/style-system/src/colors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@use "sass:color";
2-
@use "@blueprintjs/colors/lib/scss/colors" as *;
2+
@use "@blueprintjs/core/lib/scss/variables" as *;
33

44
$colors: (
55
secondary-color: $gray3,

packages/style-system/src/main.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@use "sass:color"
22
@use "colors" as *
3-
@use "@blueprintjs/colors/lib/scss/colors" as *
3+
@use "@blueprintjs/core/lib/scss/variables" as *
44
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Source+Sans+Pro")
55

66
*

yarn.lock

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2298,7 +2298,7 @@ __metadata:
22982298
zustand: "npm:^5.0.3"
22992299
zustand-computed: "npm:^2.0.2"
23002300
peerDependencies:
2301-
react: ^16.13.1||^17||^18||^19
2301+
react: ^18||^19
23022302
languageName: unknown
23032303
linkType: soft
23042304

@@ -2617,12 +2617,8 @@ __metadata:
26172617
version: 0.0.0-use.local
26182618
resolution: "@macrostrat/style-system@workspace:packages/style-system"
26192619
dependencies:
2620-
"@blueprintjs/colors": "npm:^5.1.12"
26212620
"@blueprintjs/core": "npm:^6.6.1"
26222621
vite: "npm:^7.2.7"
2623-
peerDependencies:
2624-
react: ^18.0.0||^19.0.0
2625-
react-dom: ^18.0.0||^19.0.0
26262622
languageName: unknown
26272623
linkType: soft
26282624

0 commit comments

Comments
 (0)