styleframe 2.1.1 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # styleframe
2
2
 
3
+ ## 2.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#68](https://github.com/styleframe-dev/styleframe/pull/68) [`653d1fc`](https://github.com/styleframe-dev/styleframe/commit/653d1fc4e8fb80f8c3371e728ffc962cf1fb1cec) Thanks [@alexgrozav](https://github.com/alexgrozav)! - feat: add support for dot notation in variable names
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`7d32059`](https://github.com/styleframe-dev/styleframe/commit/7d320590a311ace8882a5a29db3a911c24b53710), [`653d1fc`](https://github.com/styleframe-dev/styleframe/commit/653d1fc4e8fb80f8c3371e728ffc962cf1fb1cec)]:
12
+ - @styleframe/transpiler@2.3.0
13
+ - @styleframe/core@2.3.0
14
+
3
15
  ## 2.1.1
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  **Type-safe, Composable CSS in TypeScript**
5
5
 
6
- Write type-safe, composable, future-proof Design Systems code using styleframe's powerful TypeScript CSS API.
6
+ From simple UI styles to full Design Systems, write code using Styleframe’s powerful TypeScript CSS API — AI-ready by design.
7
7
 
8
8
  [![npm version](https://img.shields.io/npm/v/styleframe.svg)](https://www.npmjs.com/package/styleframe)
9
9
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/styleframe-dev/styleframe/blob/main/LICENSE)
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "styleframe",
3
- "version": "2.1.1",
3
+ "version": "2.2.0",
4
4
  "bin": {
5
5
  "styleframe": "./dist/cli.cjs"
6
6
  },
7
- "description": "A command-line interface for styleframe.",
7
+ "description": "From simple UI styles to full Design Systems, write code using Styleframe’s powerful TypeScript CSS API — AI-ready by design.",
8
8
  "type": "module",
9
9
  "license": "MIT",
10
10
  "files": [
@@ -86,17 +86,17 @@
86
86
  "peerDependencies": {
87
87
  "@styleframe/cli": "^2.2.0",
88
88
  "@styleframe/plugin": "^2.1.0",
89
- "@styleframe/core": "^2.2.0",
89
+ "@styleframe/core": "^2.3.0",
90
90
  "@styleframe/loader": "^2.2.0",
91
- "@styleframe/transpiler": "^2.2.0"
91
+ "@styleframe/transpiler": "^2.3.0"
92
92
  },
93
93
  "devDependencies": {
94
94
  "@styleframe/config-typescript": "^2",
95
95
  "@styleframe/cli": "^2.2.0",
96
96
  "@styleframe/plugin": "^2.1.0",
97
- "@styleframe/core": "^2.2.0",
97
+ "@styleframe/core": "^2.3.0",
98
98
  "@styleframe/loader": "^2.2.0",
99
- "@styleframe/transpiler": "^2.2.0",
99
+ "@styleframe/transpiler": "^2.3.0",
100
100
  "@types/node": "^22.15.17",
101
101
  "@vitest/coverage-v8": "^3.2.4",
102
102
  "bumpp": "^10.1.0",