@tailwind-styled/devtools 2.0.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.
@@ -0,0 +1,22 @@
1
+ import React from 'react';
2
+
3
+ /**
4
+ * tailwind-styled-v4 — DevTools v3
5
+ *
6
+ * Panels:
7
+ * 🔍 Inspector — hover element, see classes + variants
8
+ * ⚡ State — list all reactive state components + active states
9
+ * 📦 Container — list container query components + active breakpoints
10
+ * 🎨 Tokens — live token editor with instant preview
11
+ * 📊 Analyzer — duplicate patterns + unused variants (runtime scan)
12
+ *
13
+ * Keyboard shortcuts:
14
+ * Ctrl+Shift+D → toggle devtools
15
+ * Escape → close
16
+ * 1-5 → switch panels
17
+ */
18
+
19
+ declare function TwDevTools(): React.ReactElement | null;
20
+ declare function DevToolsProvider(): React.ReactElement | null;
21
+
22
+ export { DevToolsProvider, TwDevTools };
@@ -0,0 +1,22 @@
1
+ import React from 'react';
2
+
3
+ /**
4
+ * tailwind-styled-v4 — DevTools v3
5
+ *
6
+ * Panels:
7
+ * 🔍 Inspector — hover element, see classes + variants
8
+ * ⚡ State — list all reactive state components + active states
9
+ * 📦 Container — list container query components + active breakpoints
10
+ * 🎨 Tokens — live token editor with instant preview
11
+ * 📊 Analyzer — duplicate patterns + unused variants (runtime scan)
12
+ *
13
+ * Keyboard shortcuts:
14
+ * Ctrl+Shift+D → toggle devtools
15
+ * Escape → close
16
+ * 1-5 → switch panels
17
+ */
18
+
19
+ declare function TwDevTools(): React.ReactElement | null;
20
+ declare function DevToolsProvider(): React.ReactElement | null;
21
+
22
+ export { DevToolsProvider, TwDevTools };