@stephansama/catppuccin-xsl 1.1.6 → 1.1.7
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/README.md +12 -5
- package/dist/rss-frappe.xsl +1 -1
- package/dist/rss-macchiato.xsl +1 -1
- package/dist/rss-mocha.xsl +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,15 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
# [`@stephansama`](https://github.com/stephansama) / catppuccin-xsl
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
<!-- BADGE start -->
|
|
6
6
|
|
|
7
|
-
[](https://github.com/stephansama/packages/tree/main/core/catppuccin-xsl)
|
|
8
|
+
[](https://packages.stephansama.info/api/@stephansama/catppuccin-xsl)
|
|
9
|
+
[](https://www.npmx.dev/package/@stephansama/catppuccin-xsl)
|
|
9
10
|
[](https://socket.dev/npm/package/@stephansama/catppuccin-xsl/overview)
|
|
10
|
-
[](https://www.npmx.dev/package/@stephansama/catppuccin-xsl)
|
|
11
|
+
[](https://jsr.io/@stephansama/catppuccin-xsl)
|
|
12
12
|
[](https://www.npmx.dev/package/@stephansama/catppuccin-xsl)
|
|
13
13
|
|
|
14
|
+
[](https://npmx.dev/package/handlebars)
|
|
15
|
+
[](https://npmx.dev/package/zod)
|
|
16
|
+
|
|
17
|
+
<!-- BADGE end -->
|
|
18
|
+
|
|
19
|
+
</div>
|
|
20
|
+
|
|
14
21
|
Catppuccin styles for various xsl formats
|
|
15
22
|
|
|
16
23
|
##### Table of contents
|
package/dist/rss-frappe.xsl
CHANGED
|
@@ -6,7 +6,7 @@ version is based on catppuccin's
|
|
|
6
6
|
frappe
|
|
7
7
|
|
|
8
8
|
@stephansama/catppuccin-xsl
|
|
9
|
-
v1.1.
|
|
9
|
+
v1.1.7
|
|
10
10
|
-
|
|
11
11
|
2026
|
|
12
12
|
--><xsl:stylesheet version="3.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
package/dist/rss-macchiato.xsl
CHANGED
|
@@ -6,7 +6,7 @@ version is based on catppuccin's
|
|
|
6
6
|
macchiato
|
|
7
7
|
|
|
8
8
|
@stephansama/catppuccin-xsl
|
|
9
|
-
v1.1.
|
|
9
|
+
v1.1.7
|
|
10
10
|
-
|
|
11
11
|
2026
|
|
12
12
|
--><xsl:stylesheet version="3.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
package/dist/rss-mocha.xsl
CHANGED
|
@@ -6,7 +6,7 @@ version is based on catppuccin's
|
|
|
6
6
|
mocha
|
|
7
7
|
|
|
8
8
|
@stephansama/catppuccin-xsl
|
|
9
|
-
v1.1.
|
|
9
|
+
v1.1.7
|
|
10
10
|
-
|
|
11
11
|
2026
|
|
12
12
|
--><xsl:stylesheet version="3.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stephansama/catppuccin-xsl",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"description": "Catppuccin styles for various xsl formats",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"catppuccin-xsl"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"tsx": "4.21.0",
|
|
42
42
|
"vite-tsconfig-paths": "5.1.4",
|
|
43
43
|
"zod": "4.2.1",
|
|
44
|
-
"@stephansama/typed-templates": "1.1.
|
|
44
|
+
"@stephansama/typed-templates": "1.1.8"
|
|
45
45
|
},
|
|
46
46
|
"engines": {
|
|
47
47
|
"node": ">=24"
|