@texturehq/edges 1.15.3 → 1.15.4
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/components.manifest.json +30 -6
- package/dist/generated/tailwind-tokens-dark.css +1 -1
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +134 -34
- package/dist/index.d.ts +134 -34
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/styles.css +6 -1
- package/dist/utilities.manifest.json +2 -2
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -268,6 +268,7 @@
|
|
|
268
268
|
--tracking-wide: 0.025em;
|
|
269
269
|
--tracking-wider: 0.05em;
|
|
270
270
|
--leading-tight: 1.25;
|
|
271
|
+
--leading-normal: 1.5;
|
|
271
272
|
--leading-relaxed: 1.625;
|
|
272
273
|
--drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
|
|
273
274
|
--ease-in: cubic-bezier(0.4, 0, 1, 1);
|
|
@@ -462,7 +463,7 @@
|
|
|
462
463
|
--color-background-body: #151a30;
|
|
463
464
|
--color-background-surface: #1a2038;
|
|
464
465
|
--color-background-muted: #374151;
|
|
465
|
-
--color-background-hover: #
|
|
466
|
+
--color-background-hover: #242d47;
|
|
466
467
|
--color-background-selected: #6b7280;
|
|
467
468
|
--color-background-modal: rgba(255, 255, 255, 0.12);
|
|
468
469
|
--color-background-input: rgba(255, 255, 255, 0.05);
|
|
@@ -3564,6 +3565,10 @@
|
|
|
3564
3565
|
--tw-leading: 1;
|
|
3565
3566
|
line-height: 1;
|
|
3566
3567
|
}
|
|
3568
|
+
.leading-normal {
|
|
3569
|
+
--tw-leading: var(--leading-normal);
|
|
3570
|
+
line-height: var(--leading-normal);
|
|
3571
|
+
}
|
|
3567
3572
|
.leading-relaxed {
|
|
3568
3573
|
--tw-leading: var(--leading-relaxed);
|
|
3569
3574
|
line-height: var(--leading-relaxed);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.15.
|
|
3
|
-
"generatedAt": "2025-10-
|
|
2
|
+
"version": "1.15.4",
|
|
3
|
+
"generatedAt": "2025-10-31T19:08:38.553Z",
|
|
4
4
|
"categories": {
|
|
5
5
|
"hooks": {
|
|
6
6
|
"description": "React hooks for common functionality like breakpoints, debouncing, local storage, and media queries",
|