css-is-awesome 1.10.1 → 1.10.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +3 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## [1.10.2](https://github.com/Jerry2d3d/css-is-awesome/compare/v1.10.1...v1.10.2) (2026-09-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **print:** center the QR and printed-from stamp at the foot ([9b285a0](https://github.com/Jerry2d3d/css-is-awesome/commit/9b285a09eb34f4c9f9ce1b2ffe0bae2f3af385cc))
7
+ * **print:** center the QR block itself (auto side margins) ([ea27b0f](https://github.com/Jerry2d3d/css-is-awesome/commit/ea27b0fc0bb6de9ff5c84bc318f782e2f6097f9e))
8
+ * **print:** drop the border around the printed invoice ([ac3291d](https://github.com/Jerry2d3d/css-is-awesome/commit/ac3291d21f135207e0354ca3dca2e4579de3af68))
9
+ * **print:** examples shell collapses to full width in print ([381a992](https://github.com/Jerry2d3d/css-is-awesome/commit/381a992be3e33d0a05ff00f03ebb03f03c63a3cd))
10
+ * **print:** the invoice takes the full page and keeps its design ([bf95c5a](https://github.com/Jerry2d3d/css-is-awesome/commit/bf95c5aaa21e638bf9928032fd12653cc92f187a))
11
+ * **print:** the print-to-pdf example prints just the invoice ([4547ed7](https://github.com/Jerry2d3d/css-is-awesome/commit/4547ed7b2c1293f484318db04a1f95a90367b262))
12
+
13
+
14
+ ### Features
15
+
16
+ * **site:** Examples becomes a docs-style section - left nav + one page per example ([e90a53c](https://github.com/Jerry2d3d/css-is-awesome/commit/e90a53ce87f5e345b62c2822a6d5cfb8a5ef1f51))
17
+ * **site:** Print to PDF example - a real invoice you Ctrl+P ([cc4b56d](https://github.com/Jerry2d3d/css-is-awesome/commit/cc4b56dbfdfcae570f9e4c069b26f56d2dcd620c))
18
+ * **site:** real online-invoice page + print-only QR to it ([ef08e49](https://github.com/Jerry2d3d/css-is-awesome/commit/ef08e4985abafbe116cd5d4ef8a78d3988c5d301))
19
+
1
20
  ## [1.10.1](https://github.com/Jerry2d3d/css-is-awesome/compare/v1.10.0...v1.10.1) (2026-09-07)
2
21
 
3
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "css-is-awesome",
3
- "version": "1.10.1",
3
+ "version": "1.10.2",
4
4
  "description": "A token-driven SCSS design system with light/dark theming, semantic color tokens, and a 800+ LOC mixin API.",
5
5
  "homepage": "https://github.com/Jerry2d3d/css-is-awesome#readme",
6
6
  "bugs": {
@@ -179,6 +179,7 @@
179
179
  "@semantic-release/npm": "^13.1.5",
180
180
  "@semantic-release/release-notes-generator": "^14.0.1",
181
181
  "@types/node": "^22.0.0",
182
+ "@types/qrcode": "^1.5.6",
182
183
  "@types/react": "^19.0.0",
183
184
  "@types/react-dom": "^19.0.0",
184
185
  "eslint": "^9.17.0",
@@ -186,6 +187,7 @@
186
187
  "jiti": "^2.7.0",
187
188
  "marked": "^15.0.12",
188
189
  "next": "^16.3.4",
190
+ "qrcode": "^1.5.4",
189
191
  "react": "^19.0.0",
190
192
  "react-dom": "^19.0.0",
191
193
  "sass": "^1.97.1",