@texturehq/edges 1.6.3 → 1.7.0
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 +10 -2
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +24 -24
- package/dist/index.d.ts +24 -24
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/{server-DDYwupsj.d.cts → server-gOGAJU90.d.cts} +4 -4
- package/dist/{server-DDYwupsj.d.ts → server-gOGAJU90.d.ts} +4 -4
- package/dist/server.cjs.map +1 -1
- package/dist/server.d.cts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js.map +1 -1
- package/dist/styles.css +11 -0
- package/dist/utilities.manifest.json +2 -2
- package/package.json +4 -4
package/dist/styles.css
CHANGED
|
@@ -2944,6 +2944,9 @@
|
|
|
2944
2944
|
.pt-4 {
|
|
2945
2945
|
padding-top: var(--spacing-4);
|
|
2946
2946
|
}
|
|
2947
|
+
.pt-24 {
|
|
2948
|
+
padding-top: var(--spacing-24);
|
|
2949
|
+
}
|
|
2947
2950
|
.pt-\[60px\] {
|
|
2948
2951
|
padding-top: 60px;
|
|
2949
2952
|
}
|
|
@@ -2980,6 +2983,9 @@
|
|
|
2980
2983
|
.pb-4 {
|
|
2981
2984
|
padding-bottom: var(--spacing-4);
|
|
2982
2985
|
}
|
|
2986
|
+
.pb-28 {
|
|
2987
|
+
padding-bottom: var(--spacing-28);
|
|
2988
|
+
}
|
|
2983
2989
|
.pl-0 {
|
|
2984
2990
|
padding-left: var(--spacing-0);
|
|
2985
2991
|
}
|
|
@@ -4615,6 +4621,11 @@
|
|
|
4615
4621
|
margin-bottom: var(--spacing-6);
|
|
4616
4622
|
}
|
|
4617
4623
|
}
|
|
4624
|
+
.md\:mb-8 {
|
|
4625
|
+
@media (width >= 48rem) {
|
|
4626
|
+
margin-bottom: var(--spacing-8);
|
|
4627
|
+
}
|
|
4628
|
+
}
|
|
4618
4629
|
.md\:block {
|
|
4619
4630
|
@media (width >= 48rem) {
|
|
4620
4631
|
display: block;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
3
|
-
"generatedAt": "2025-10-
|
|
2
|
+
"version": "1.7.0",
|
|
3
|
+
"generatedAt": "2025-10-15T17:18:21.444Z",
|
|
4
4
|
"categories": {
|
|
5
5
|
"hooks": {
|
|
6
6
|
"description": "React hooks for common functionality like debouncing, local storage, and time controls",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@texturehq/edges",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"author": "Nicholas Brown <nick@texturehq.com>",
|
|
5
5
|
"description": "A shared component library for Texture",
|
|
6
6
|
"type": "module",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"@storybook/react": "^8.6.14",
|
|
104
104
|
"@storybook/react-vite": "^8.6.14",
|
|
105
105
|
"@storybook/test": "^8.6.14",
|
|
106
|
-
"@tailwindcss/postcss": "^4.1.
|
|
106
|
+
"@tailwindcss/postcss": "^4.1.14",
|
|
107
107
|
"@testing-library/dom": "^10.4.0",
|
|
108
108
|
"@testing-library/jest-dom": "^6.4.2",
|
|
109
109
|
"@testing-library/react": "^16.3.0",
|
|
@@ -121,13 +121,13 @@
|
|
|
121
121
|
"acorn-jsx": "^5.3.2",
|
|
122
122
|
"autoprefixer": "^10.4.19",
|
|
123
123
|
"jsdom": "^24.0.0",
|
|
124
|
-
"postcss": "^8.
|
|
124
|
+
"postcss": "^8.5.6",
|
|
125
125
|
"postcss-cli": "^11.0.0",
|
|
126
126
|
"react": "19.2.0",
|
|
127
127
|
"react-dom": "19.2.0",
|
|
128
128
|
"storybook": "^8.6.14",
|
|
129
129
|
"style-dictionary": "^5.0.4",
|
|
130
|
-
"tailwindcss": "^4.1.
|
|
130
|
+
"tailwindcss": "^4.1.14",
|
|
131
131
|
"tsup": "^8.0.2",
|
|
132
132
|
"typescript": "~5.9.2",
|
|
133
133
|
"vite": "^5.1.6",
|