@texturehq/edges 1.24.0 → 1.24.1

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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.24.0",
3
- "generatedAt": "2025-11-29T20:24:27.791Z",
2
+ "version": "1.24.1",
3
+ "generatedAt": "2025-11-30T15:12:49.135Z",
4
4
  "categories": {
5
5
  "hooks": {
6
6
  "description": "React hooks for common functionality like breakpoints, debouncing, local storage, and media queries",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "1.24.0",
3
+ "version": "1.24.1",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",
@@ -38,7 +38,8 @@
38
38
  "./styles.css": "./dist/styles.css",
39
39
  "./dist/styles.css": "./dist/styles.css",
40
40
  "./theme.css": "./dist/theme.css",
41
- "./dist/theme.css": "./dist/theme.css"
41
+ "./dist/theme.css": "./dist/theme.css",
42
+ "./responsive-typography.css": "./dist/styles/responsive-typography.css"
42
43
  },
43
44
  "scripts": {
44
45
  "dev": "yarn watch",
@@ -160,6 +161,7 @@
160
161
  "jsdom": "^24.0.0",
161
162
  "postcss": "^8.5.6",
162
163
  "postcss-cli": "^11.0.0",
164
+ "postcss-import": "^16.1.1",
163
165
  "react": "19.2.0",
164
166
  "react-dom": "19.2.0",
165
167
  "react-hook-form": "^7.53.0",