@stephansama/catppuccin-xsl 1.1.1 → 1.1.3

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 CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  [![Source code](https://img.shields.io/badge/Source-666666?style=flat&logo=github&label=Github&labelColor=211F1F)](https://github.com/stephansama/packages/tree/main/core/catppuccin-xsl)
4
4
  [![Documentation](https://img.shields.io/badge/Documentation-211F1F?style=flat&logo=Wikibooks&labelColor=211F1F)](https://packages.stephansama.info/api/@stephansama/catppuccin-xsl)
5
- [![NPM Version](https://img.shields.io/npm/v/%40stephansama%2Fcatppuccin-xsl?logo=npm&logoColor=red&color=211F1F&labelColor=211F1F)](https://www.npmjs.com/package/@stephansama/catppuccin-xsl)
6
- [![npm downloads](https://img.shields.io/npm/dw/@stephansama/catppuccin-xsl?labelColor=211F1F)](https://www.npmjs.com/package/@stephansama/catppuccin-xsl)
5
+ [![NPM Version](https://img.shields.io/npm/v/%40stephansama%2Fcatppuccin-xsl?logo=npm&logoColor=red&color=211F1F&labelColor=211F1F)](https://www.npmx.dev/package/@stephansama/catppuccin-xsl)
6
+ [![npm downloads](https://img.shields.io/npm/dw/@stephansama/catppuccin-xsl?labelColor=211F1F)](https://www.npmx.dev/package/@stephansama/catppuccin-xsl)
7
7
 
8
8
  Catppuccin styles for various xsl formats
9
9
 
@@ -4,7 +4,7 @@ Based on: https://github.com/genmon/aboutfeeds/blob/main/tools/pretty-feed-v3.xs
4
4
 
5
5
  This version is based on catppuccin's frappe
6
6
 
7
- @stephansama/catppuccin-xsl v1.1.1 - 2026
7
+ @stephansama/catppuccin-xsl v1.1.3 - 2026
8
8
 
9
9
  --><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">
10
10
  <xsl:output encoding="UTF-8" indent="yes" method="html" version="1.0"></xsl:output>
@@ -4,7 +4,7 @@ Based on: https://github.com/genmon/aboutfeeds/blob/main/tools/pretty-feed-v3.xs
4
4
 
5
5
  This version is based on catppuccin&#x27;s macchiato
6
6
 
7
- @stephansama/catppuccin-xsl v1.1.1 - 2026
7
+ @stephansama/catppuccin-xsl v1.1.3 - 2026
8
8
 
9
9
  --><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">
10
10
  <xsl:output encoding="UTF-8" indent="yes" method="html" version="1.0"></xsl:output>
@@ -4,7 +4,7 @@ Based on: https://github.com/genmon/aboutfeeds/blob/main/tools/pretty-feed-v3.xs
4
4
 
5
5
  This version is based on catppuccin&#x27;s mocha
6
6
 
7
- @stephansama/catppuccin-xsl v1.1.1 - 2026
7
+ @stephansama/catppuccin-xsl v1.1.3 - 2026
8
8
 
9
9
  --><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">
10
10
  <xsl:output encoding="UTF-8" indent="yes" method="html" version="1.0"></xsl:output>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stephansama/catppuccin-xsl",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "Catppuccin styles for various xsl formats",
5
5
  "keywords": [
6
6
  "catppuccin-xsl"
@@ -40,7 +40,7 @@
40
40
  "tsx": "4.21.0",
41
41
  "vite-tsconfig-paths": "^5.1.4",
42
42
  "zod": "4.2.1",
43
- "@stephansama/typed-templates": "1.1.0"
43
+ "@stephansama/typed-templates": "1.1.2"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public",