@mayson-org/inject-script 1.0.13 → 1.0.14

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.
@@ -131,7 +131,7 @@ export function MaysonInstallPrompt() {
131
131
  borderRadius: 3,
132
132
  background: '#171718',
133
133
  color: '#FFFFFF',
134
- padding: '2px 6px',
134
+ padding: '2px 12px',
135
135
  margin: 0,
136
136
  fontFamily: 'inherit',
137
137
  fontSize: 12,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mayson-org/inject-script",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "CLI and library to inject Mayson watermark, ascii, and PWA into Next.js App Router layouts.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",