@c15t/dev-tools 2.0.4 → 2.1.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/379.js CHANGED
@@ -2710,7 +2710,7 @@ function createPanel(options) {
2710
2710
  }
2711
2711
  }));
2712
2712
  footerElement.appendChild(renderer_span({
2713
- text: "v2.0.4"
2713
+ text: "v2.1.0"
2714
2714
  }));
2715
2715
  }
2716
2716
  function renderErrorState(container) {
package/dist/index.cjs CHANGED
@@ -2764,7 +2764,7 @@ var __webpack_exports__ = {};
2764
2764
  }
2765
2765
  }));
2766
2766
  footerElement.appendChild(renderer_span({
2767
- text: "v2.0.4"
2767
+ text: "v2.1.0"
2768
2768
  }));
2769
2769
  }
2770
2770
  function renderErrorState(container) {
package/dist/react.cjs CHANGED
@@ -2763,7 +2763,7 @@ var __webpack_exports__ = {};
2763
2763
  }
2764
2764
  }));
2765
2765
  footerElement.appendChild(renderer_span({
2766
- text: "v2.0.4"
2766
+ text: "v2.1.0"
2767
2767
  }));
2768
2768
  }
2769
2769
  function renderErrorState(container) {
@@ -1 +1 @@
1
- export declare const version = "2.0.4";
1
+ export declare const version = "2.1.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c15t/dev-tools",
3
- "version": "2.0.4",
3
+ "version": "2.1.0",
4
4
  "description": "Developer tools for c15t — React utilities for inspecting consent state, debugging, and dogfooding the SDK.",
5
5
  "keywords": [
6
6
  "c15t",
@@ -67,7 +67,7 @@
67
67
  "@radix-ui/react-slot": "1.2.4",
68
68
  "@radix-ui/react-switch": "1.2.6",
69
69
  "@radix-ui/react-tooltip": "^1.2.8",
70
- "c15t": "2.0.4",
70
+ "c15t": "2.1.0",
71
71
  "class-variance-authority": "^0.7.1",
72
72
  "lucide-react": "^1.7.0",
73
73
  "motion": "^12.38.0",