@texturehq/edges 1.7.1 → 1.7.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 -2
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/styles.css +0 -6
- package/dist/utilities.manifest.json +2 -2
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -4969,12 +4969,6 @@
|
|
|
4969
4969
|
border-top-width: 1px;
|
|
4970
4970
|
}
|
|
4971
4971
|
}
|
|
4972
|
-
.lg\:border-b {
|
|
4973
|
-
@media (width >= 64rem) {
|
|
4974
|
-
border-bottom-style: var(--tw-border-style);
|
|
4975
|
-
border-bottom-width: 1px;
|
|
4976
|
-
}
|
|
4977
|
-
}
|
|
4978
4972
|
.xl\:col-auto {
|
|
4979
4973
|
@media (width >= 80rem) {
|
|
4980
4974
|
grid-column: auto;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.7.
|
|
3
|
-
"generatedAt": "2025-10-
|
|
2
|
+
"version": "1.7.2",
|
|
3
|
+
"generatedAt": "2025-10-16T00:46:31.195Z",
|
|
4
4
|
"categories": {
|
|
5
5
|
"hooks": {
|
|
6
6
|
"description": "React hooks for common functionality like debouncing, local storage, and time controls",
|