@ornikar/kitt-universal 25.61.0 → 26.0.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 +13 -0
- package/dist/{index-node-20.10.cjs.js → index-node-22.17.cjs.js} +1 -1
- package/dist/{index-node-20.10.cjs.js.map → index-node-22.17.cjs.js.map} +1 -1
- package/dist/{index-node-20.10.cjs.web.js → index-node-22.17.cjs.web.js} +1 -1
- package/dist/{index-node-20.10.cjs.web.js.map → index-node-22.17.cjs.web.js.map} +1 -1
- package/dist/{index-node-20.10.es.mjs → index-node-22.17.es.mjs} +1 -1
- package/dist/{index-node-20.10.es.mjs.map → index-node-22.17.es.mjs.map} +1 -1
- package/dist/{index-node-20.10.es.web.mjs → index-node-22.17.es.web.mjs} +1 -1
- package/dist/{index-node-20.10.es.web.mjs.map → index-node-22.17.es.web.mjs.map} +1 -1
- package/dist/{linaria-themes-node-20.10.cjs.js → linaria-themes-node-22.17.cjs.js} +1 -1
- package/dist/{linaria-themes-node-20.10.cjs.js.map → linaria-themes-node-22.17.cjs.js.map} +1 -1
- package/dist/{linaria-themes-node-20.10.cjs.web.js → linaria-themes-node-22.17.cjs.web.js} +1 -1
- package/dist/{linaria-themes-node-20.10.cjs.web.js.map → linaria-themes-node-22.17.cjs.web.js.map} +1 -1
- package/dist/{linaria-themes-node-20.10.es.mjs → linaria-themes-node-22.17.es.mjs} +1 -1
- package/dist/{linaria-themes-node-20.10.es.mjs.map → linaria-themes-node-22.17.es.mjs.map} +1 -1
- package/dist/{linaria-themes-node-20.10.es.web.mjs → linaria-themes-node-22.17.es.web.mjs} +1 -1
- package/dist/{linaria-themes-node-20.10.es.web.mjs.map → linaria-themes-node-22.17.es.web.mjs.map} +1 -1
- package/package.json +16 -16
- /package/dist/{index-node-20.10.cjs.web.css → index-node-22.17.cjs.web.css} +0 -0
- /package/dist/{index-node-20.10.es.web.css → index-node-22.17.es.web.css} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [26.0.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@25.61.0...@ornikar/kitt-universal@26.0.0) (2025-07-10)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### ⚠ BREAKING CHANGES
|
|
10
|
+
|
|
11
|
+
* upgrade to Node 22 OSE-18334 (#2615)
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* upgrade to Node 22 OSE-18334 ([#2615](https://github.com/ornikar/kitt/issues/2615)) ([ad0b051](https://github.com/ornikar/kitt/commit/ad0b0514ac35c2470a8e03a52343a276336ff32e))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
6
19
|
## [25.61.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@25.60.0...@ornikar/kitt-universal@25.61.0) (2025-07-02)
|
|
7
20
|
|
|
8
21
|
|
|
@@ -14223,4 +14223,4 @@ exports.useOpenExternalLink = useOpenExternalLink;
|
|
|
14223
14223
|
exports.useStaticBottomSheet = useStaticBottomSheet;
|
|
14224
14224
|
exports.useStoryBlockColor = useStoryBlockColor;
|
|
14225
14225
|
exports.useTheme = useTheme;
|
|
14226
|
-
//# sourceMappingURL=index-node-
|
|
14226
|
+
//# sourceMappingURL=index-node-22.17.cjs.js.map
|