@texturehq/edges 1.24.0 → 1.24.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.
package/dist/styles.css CHANGED
@@ -1487,6 +1487,9 @@
1487
1487
  .top-20 {
1488
1488
  top: var(--spacing-20);
1489
1489
  }
1490
+ .top-\[-2px\] {
1491
+ top: -2px;
1492
+ }
1490
1493
  .top-\[2rem\] {
1491
1494
  top: 2rem;
1492
1495
  }
@@ -2350,8 +2353,8 @@
2350
2353
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
2351
2354
  translate: var(--tw-translate-x) var(--tw-translate-y);
2352
2355
  }
2353
- .-translate-y-\[calc\(50\%\+1px\)\] {
2354
- --tw-translate-y: calc(calc(50% + 1px) * -1);
2356
+ .translate-y-\[0\.5px\] {
2357
+ --tw-translate-y: 0.5px;
2355
2358
  translate: var(--tw-translate-x) var(--tw-translate-y);
2356
2359
  }
2357
2360
  .rotate-0 {
@@ -4935,6 +4938,12 @@
4935
4938
  background-color: var(--color-border-muted);
4936
4939
  }
4937
4940
  }
4941
+ .after\:bg-transparent {
4942
+ &::after {
4943
+ content: var(--tw-content);
4944
+ background-color: transparent;
4945
+ }
4946
+ }
4938
4947
  .after\:content-\[\'\'\] {
4939
4948
  &::after {
4940
4949
  --tw-content: '';
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.24.0",
3
- "generatedAt": "2025-11-29T20:24:27.791Z",
2
+ "version": "1.24.2",
3
+ "generatedAt": "2025-12-01T02:27:01.139Z",
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.2",
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",