@texturehq/edges 1.9.1 → 1.10.1
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 +9 -9
- package/dist/generated/tailwind-tokens-dark.css +93 -103
- package/dist/generated/tailwind-tokens-light.css +93 -103
- package/dist/generated/viz-runtime.css +89 -89
- package/dist/index.cjs +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +18 -11
- package/dist/index.d.ts +18 -11
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/styles.css +221 -258
- package/dist/utilities.manifest.json +9 -2
- package/package.json +1 -1
- package/scripts/generate-viz-runtime.js +3 -3
package/package.json
CHANGED
|
@@ -61,9 +61,9 @@ function generateVizRuntime() {
|
|
|
61
61
|
* because Tailwind 4's @theme directive filters them out (similar issue as data-* prefix).
|
|
62
62
|
*
|
|
63
63
|
* AUTO-GENERATED by scripts/generate-viz-runtime.js
|
|
64
|
-
* DO NOT EDIT MANUALLY - Edit
|
|
65
|
-
*
|
|
66
|
-
*
|
|
64
|
+
* DO NOT EDIT MANUALLY - Edit theme-specific viz colors in:
|
|
65
|
+
* - tokens/themes/light.json (light mode viz colors)
|
|
66
|
+
* - tokens/themes/dark.json (dark mode viz colors)
|
|
67
67
|
*/
|
|
68
68
|
|
|
69
69
|
/* Light theme (default) */
|