clampography 0.9.5 → 0.9.6

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,12 +1,18 @@
1
1
  {
2
2
  "name": "clampography",
3
- "version": "0.9.5",
3
+ "version": "0.9.6",
4
4
  "description": "Fluid typography system based on CSS clamp() for Tailwind CSS v4. Alternative to Tailwind CSS Typography plugin.",
5
5
  "main": "clampography.css",
6
6
  "style": "clampography.css",
7
7
  "files": [
8
- "clampography.css"
8
+ "clampography.css",
9
+ "presets/"
9
10
  ],
11
+ "exports": {
12
+ ".": "./clampography.css",
13
+ "./base": "./clampography.css",
14
+ "./*": "./presets/*.css"
15
+ },
10
16
  "keywords": [
11
17
  "alternative",
12
18
  "blog",
@@ -0,0 +1 @@
1
+ @import '../clampography.css';