@polastack/design-system 0.1.13 → 0.1.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polastack/design-system",
3
- "version": "0.1.13",
3
+ "version": "0.1.15",
4
4
  "description": "Polastack Design System - UI components and design tokens for business applications",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -433,3 +433,20 @@
433
433
  scroll-behavior: auto !important;
434
434
  }
435
435
  }
436
+
437
+ /* ============================================================
438
+ Print: PDF / 帳票出力用スタイル
439
+ pdfg (Puppeteer/Chromium) との統合を前提
440
+ ============================================================ */
441
+
442
+ @media print {
443
+ @page {
444
+ margin: 0;
445
+ }
446
+
447
+ .print-document {
448
+ padding: 0 !important;
449
+ box-shadow: none !important;
450
+ border: none !important;
451
+ }
452
+ }