File tree Expand file tree Collapse file tree 6 files changed +11
-14
lines changed
Expand file tree Collapse file tree 6 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format
44is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this
55project 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
Original file line number Diff line number Diff line change 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" ,
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"
Original file line number Diff line number Diff line change 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 ,
Original file line number Diff line number Diff line change 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*
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments