@pitlane/theme 0.4.0 → 0.4.1
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 +9 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @pitlane/theme
|
|
2
2
|
|
|
3
|
+
## 0.4.1
|
|
4
|
+
|
|
5
|
+
Target Remix `3.0.0-rc.2`.
|
|
6
|
+
|
|
7
|
+
- No API changes. `createTheme`, `extend`, `select`, `<Theme />`, and the
|
|
8
|
+
`css`/`tva`/`combine`/`cx` helpers behave as they did in 0.4.0.
|
|
9
|
+
- The `remix` peer stays at `^3.0.0-rc.1`, which already admits rc.2.
|
|
10
|
+
- Tested against `remix@3.0.0-rc.2`, type tests included.
|
|
11
|
+
|
|
3
12
|
## 0.4.0
|
|
4
13
|
|
|
5
14
|
Target Remix `3.0.0-rc.1`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pitlane/theme",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Type-safe styling with design tokens for Remix 3: a schema tree plus the CSS values it describes compile to a typed token accessor and a <Theme /> component.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"css-variables",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"csstype": "^3.2.3"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"remix": "3.0.0-rc.
|
|
52
|
+
"remix": "3.0.0-rc.2",
|
|
53
53
|
"typescript": "^7.0.2",
|
|
54
54
|
"vite-plus": "^0.2.6"
|
|
55
55
|
},
|