@texturehq/edges 1.6.1 → 1.6.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/components.manifest.json +2 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js.map +1 -1
- package/dist/server.cjs.map +1 -1
- package/dist/server.js.map +1 -1
- package/dist/styles.css +6 -0
- package/dist/utilities.manifest.json +2 -2
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2878,6 +2878,9 @@
|
|
|
2878
2878
|
.px-6 {
|
|
2879
2879
|
padding-inline: var(--spacing-6);
|
|
2880
2880
|
}
|
|
2881
|
+
.px-8 {
|
|
2882
|
+
padding-inline: var(--spacing-8);
|
|
2883
|
+
}
|
|
2881
2884
|
.px-\[var\(--control-padding-lg\)\] {
|
|
2882
2885
|
padding-inline: var(--control-padding-lg);
|
|
2883
2886
|
}
|
|
@@ -2926,6 +2929,9 @@
|
|
|
2926
2929
|
.py-8 {
|
|
2927
2930
|
padding-block: var(--spacing-8);
|
|
2928
2931
|
}
|
|
2932
|
+
.py-10 {
|
|
2933
|
+
padding-block: var(--spacing-10);
|
|
2934
|
+
}
|
|
2929
2935
|
.py-12 {
|
|
2930
2936
|
padding-block: var(--spacing-12);
|
|
2931
2937
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.6.
|
|
3
|
-
"generatedAt": "2025-10-
|
|
2
|
+
"version": "1.6.2",
|
|
3
|
+
"generatedAt": "2025-10-13T20:19:50.383Z",
|
|
4
4
|
"categories": {
|
|
5
5
|
"hooks": {
|
|
6
6
|
"description": "React hooks for common functionality like debouncing, local storage, and time controls",
|