@c15t/dev-tools 2.0.0-rc.4 → 2.0.0-rc.6

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.
Files changed (77) hide show
  1. package/README.md +12 -1
  2. package/dist/0~rslib-runtime.js +42 -0
  3. package/dist/379.js +6788 -0
  4. package/dist/index.cjs +547 -153
  5. package/dist/index.js +1 -6427
  6. package/dist/react.cjs +547 -153
  7. package/dist/react.js +2 -6288
  8. package/dist/tanstack.cjs +534 -145
  9. package/dist/tanstack.js +1 -5419
  10. package/{dist → dist-types}/components/dropdown-menu.d.ts +1 -2
  11. package/{dist → dist-types}/components/index.d.ts +0 -1
  12. package/{dist → dist-types}/components/panel.d.ts +0 -1
  13. package/{dist → dist-types}/components/tabs.d.ts +0 -1
  14. package/{dist → dist-types}/components/ui.d.ts +0 -1
  15. package/{dist → dist-types}/core/debug-bundle.d.ts +1 -2
  16. package/{dist → dist-types}/core/devtools.d.ts +0 -1
  17. package/{dist → dist-types}/core/draggable.d.ts +0 -1
  18. package/{dist → dist-types}/core/index.d.ts +0 -1
  19. package/{dist → dist-types}/core/override-storage.d.ts +1 -2
  20. package/{dist → dist-types}/core/panel-renderer.d.ts +1 -2
  21. package/{dist → dist-types}/core/renderer.d.ts +0 -1
  22. package/{dist → dist-types}/core/reset-consents.d.ts +1 -2
  23. package/{dist → dist-types}/core/state-manager.d.ts +1 -2
  24. package/{dist → dist-types}/core/store-connector.d.ts +1 -2
  25. package/{dist → dist-types}/core/store-instrumentation.d.ts +1 -2
  26. package/{dist → dist-types}/index.d.ts +0 -1
  27. package/{dist → dist-types}/panels/actions.d.ts +1 -2
  28. package/{dist → dist-types}/panels/consents.d.ts +1 -2
  29. package/{dist → dist-types}/panels/dom-scanner.d.ts +1 -2
  30. package/{dist → dist-types}/panels/events.d.ts +0 -1
  31. package/{dist → dist-types}/panels/iab.d.ts +1 -2
  32. package/{dist → dist-types}/panels/index.d.ts +1 -1
  33. package/{dist → dist-types}/panels/location.d.ts +1 -2
  34. package/dist-types/panels/policy.d.ts +12 -0
  35. package/{dist → dist-types}/panels/scripts.d.ts +1 -2
  36. package/{dist → dist-types}/react.d.ts +2 -3
  37. package/{dist → dist-types}/styles/index.d.ts +0 -1
  38. package/{dist → dist-types}/tanstack.d.ts +0 -1
  39. package/{dist → dist-types}/utils/index.d.ts +1 -1
  40. package/dist-types/utils/init-source.d.ts +2 -0
  41. package/{dist → dist-types}/utils/preference-trigger.d.ts +0 -1
  42. package/dist-types/version.d.ts +1 -0
  43. package/package.json +31 -28
  44. package/CHANGELOG.md +0 -163
  45. package/dist/components/dropdown-menu.d.ts.map +0 -1
  46. package/dist/components/index.d.ts.map +0 -1
  47. package/dist/components/panel.d.ts.map +0 -1
  48. package/dist/components/tabs.d.ts.map +0 -1
  49. package/dist/components/ui.d.ts.map +0 -1
  50. package/dist/core/debug-bundle.d.ts.map +0 -1
  51. package/dist/core/devtools.d.ts.map +0 -1
  52. package/dist/core/draggable.d.ts.map +0 -1
  53. package/dist/core/index.d.ts.map +0 -1
  54. package/dist/core/override-storage.d.ts.map +0 -1
  55. package/dist/core/panel-renderer.d.ts.map +0 -1
  56. package/dist/core/renderer.d.ts.map +0 -1
  57. package/dist/core/reset-consents.d.ts.map +0 -1
  58. package/dist/core/state-manager.d.ts.map +0 -1
  59. package/dist/core/store-connector.d.ts.map +0 -1
  60. package/dist/core/store-instrumentation.d.ts.map +0 -1
  61. package/dist/index.d.ts.map +0 -1
  62. package/dist/panels/actions.d.ts.map +0 -1
  63. package/dist/panels/consents.d.ts.map +0 -1
  64. package/dist/panels/dom-scanner.d.ts.map +0 -1
  65. package/dist/panels/events.d.ts.map +0 -1
  66. package/dist/panels/iab.d.ts.map +0 -1
  67. package/dist/panels/index.d.ts.map +0 -1
  68. package/dist/panels/location.d.ts.map +0 -1
  69. package/dist/panels/scripts.d.ts.map +0 -1
  70. package/dist/react.d.ts.map +0 -1
  71. package/dist/styles/index.d.ts.map +0 -1
  72. package/dist/tanstack.d.ts.map +0 -1
  73. package/dist/utils/index.d.ts.map +0 -1
  74. package/dist/utils/preference-trigger.d.ts.map +0 -1
  75. package/dist/version.d.ts +0 -2
  76. package/dist/version.d.ts.map +0 -1
  77. package/tsconfig.json +0 -20
@@ -42,5 +42,4 @@ export interface DropdownMenuInstance {
42
42
  */
43
43
  export declare function createDropdownMenu(options: DropdownMenuOptions): DropdownMenuInstance;
44
44
  export { detectPreferenceTrigger as detectPreferenceCenterTrigger, getPreferenceCenterOpener, } from '../utils/preference-trigger';
45
- export { DEVTOOLS_ICON, PREFERENCES_ICON, EYE_ICON };
46
- //# sourceMappingURL=dropdown-menu.d.ts.map
45
+ export { DEVTOOLS_ICON, EYE_ICON, PREFERENCES_ICON };
@@ -4,4 +4,3 @@
4
4
  export * from './panel';
5
5
  export * from './tabs';
6
6
  export * from './ui';
7
- //# sourceMappingURL=index.d.ts.map
@@ -26,4 +26,3 @@ export interface PanelInstance {
26
26
  * Creates the main panel component
27
27
  */
28
28
  export declare function createPanel(options: PanelOptions): PanelInstance;
29
- //# sourceMappingURL=panel.d.ts.map
@@ -18,4 +18,3 @@ export interface TabsInstance {
18
18
  * Creates a tabs component
19
19
  */
20
20
  export declare function createTabs(options: TabsOptions): TabsInstance;
21
- //# sourceMappingURL=tabs.d.ts.map
@@ -70,4 +70,3 @@ export declare function createGridCard(options: GridCardOptions): HTMLElement;
70
70
  * Used when the c15t store is not available
71
71
  */
72
72
  export declare function createDisconnectedState(message?: string): HTMLElement;
73
- //# sourceMappingURL=ui.d.ts.map
@@ -1,4 +1,4 @@
1
- import type { ConsentStoreState } from 'c15t';
1
+ import type { ConsentStoreState } from '../../../core/dist-types/index.d.ts';
2
2
  import type { DevToolsState, EventLogEntry } from './state-manager';
3
3
  import type { ConnectionDiagnostics } from './store-connector';
4
4
  export interface DebugBundlePayload {
@@ -11,4 +11,3 @@ export interface DebugBundlePayload {
11
11
  export declare function createDebugBundle(payload: DebugBundlePayload): string;
12
12
  export declare function sanitizeStoreState(state: ConsentStoreState | null): Record<string, unknown> | null;
13
13
  export declare function downloadDebugBundle(content: string): void;
14
- //# sourceMappingURL=debug-bundle.d.ts.map
@@ -57,4 +57,3 @@ export declare function createDevToolsPanel(options: {
57
57
  element: HTMLElement;
58
58
  destroy: () => void;
59
59
  };
60
- //# sourceMappingURL=devtools.d.ts.map
@@ -78,4 +78,3 @@ export interface DraggableInstance {
78
78
  * Creates a draggable instance for an element
79
79
  */
80
80
  export declare function createDraggable(options?: DraggableOptions): DraggableInstance;
81
- //# sourceMappingURL=draggable.d.ts.map
@@ -7,4 +7,3 @@ export * from './renderer';
7
7
  export * from './reset-consents';
8
8
  export * from './state-manager';
9
9
  export * from './store-connector';
10
- //# sourceMappingURL=index.d.ts.map
@@ -1,7 +1,6 @@
1
- import type { ConsentStoreState } from 'c15t';
1
+ import type { ConsentStoreState } from '../../../core/dist-types/index.d.ts';
2
2
  export type PersistedDevToolsOverrides = Pick<NonNullable<ConsentStoreState['overrides']>, 'country' | 'region' | 'language' | 'gpc'>;
3
3
  export declare function hasPersistedOverrides(overrides: PersistedDevToolsOverrides): boolean;
4
4
  export declare function loadPersistedOverrides(storageKey?: string): PersistedDevToolsOverrides | null;
5
5
  export declare function persistOverrides(overrides: PersistedDevToolsOverrides, storageKey?: string): void;
6
6
  export declare function clearPersistedOverrides(storageKey?: string): void;
7
- //# sourceMappingURL=override-storage.d.ts.map
@@ -2,7 +2,7 @@
2
2
  * Panel Renderer
3
3
  * Shared logic for rendering DevTools panels
4
4
  */
5
- import type { ConsentStoreState } from 'c15t';
5
+ import type { ConsentStoreState } from '../../../core/dist-types/index.d.ts';
6
6
  import type { PersistedDevToolsOverrides } from './override-storage';
7
7
  import type { DevToolsTab, StateManager } from './state-manager';
8
8
  import type { StoreConnector } from './store-connector';
@@ -43,4 +43,3 @@ export interface PanelRenderer {
43
43
  * Creates a panel renderer with shared logic for rendering DevTools panels
44
44
  */
45
45
  export declare function createPanelRenderer(config: PanelRendererConfig): PanelRenderer;
46
- //# sourceMappingURL=panel-renderer.d.ts.map
@@ -123,4 +123,3 @@ export declare function setClasses(element: HTMLElement, classes: Record<string,
123
123
  * Creates a portal - appends element to document.body
124
124
  */
125
125
  export declare function createPortal(element: HTMLElement): () => void;
126
- //# sourceMappingURL=renderer.d.ts.map
@@ -2,7 +2,7 @@
2
2
  * Reset Consents Utility
3
3
  * Centralized logic for resetting all consent data
4
4
  */
5
- import type { ConsentStoreState } from 'c15t';
5
+ import type { ConsentStoreState } from '../../../core/dist-types/index.d.ts';
6
6
  import type { StoreApi } from 'zustand/vanilla';
7
7
  import type { StateManager } from './state-manager';
8
8
  /**
@@ -21,4 +21,3 @@ export declare function resetAllConsents(store: StoreApi<ConsentStoreState>, sta
21
21
  * This is a convenience wrapper for use in panel callbacks
22
22
  */
23
23
  export declare function createResetHandler(getStore: () => StoreApi<ConsentStoreState> | null, stateManager?: StateManager): () => Promise<void>;
24
- //# sourceMappingURL=reset-consents.d.ts.map
@@ -9,7 +9,7 @@ export type DevToolsPosition = 'bottom-right' | 'bottom-left' | 'top-right' | 't
9
9
  /**
10
10
  * Available tabs in the DevTools
11
11
  */
12
- export type DevToolsTab = 'consents' | 'location' | 'scripts' | 'iab' | 'events' | 'actions';
12
+ export type DevToolsTab = 'consents' | 'location' | 'policy' | 'scripts' | 'iab' | 'events' | 'actions';
13
13
  /**
14
14
  * Event log entry for debugging
15
15
  */
@@ -70,4 +70,3 @@ export interface StateManager {
70
70
  /** Cleanup */
71
71
  destroy: () => void;
72
72
  }
73
- //# sourceMappingURL=state-manager.d.ts.map
@@ -2,7 +2,7 @@
2
2
  * Store Connector
3
3
  * Connects to the c15tStore exposed on the window object
4
4
  */
5
- import type { ConsentStoreState } from 'c15t';
5
+ import type { ConsentStoreState } from '../../../core/dist-types/index.d.ts';
6
6
  import type { StoreApi } from 'zustand/vanilla';
7
7
  /**
8
8
  * Options for creating a store connector
@@ -86,4 +86,3 @@ export declare function getC15tStore(namespace?: string): StoreApi<ConsentStoreS
86
86
  * Check if the c15t store is available
87
87
  */
88
88
  export declare function isC15tStoreAvailable(namespace?: string): boolean;
89
- //# sourceMappingURL=store-connector.d.ts.map
@@ -1,4 +1,4 @@
1
- import type { ConsentStoreState } from 'c15t';
1
+ import type { ConsentStoreState } from '../../../core/dist-types/index.d.ts';
2
2
  import type { StoreApi } from 'zustand/vanilla';
3
3
  import type { EventLogEntry } from './state-manager';
4
4
  type InstrumentationEvent = Omit<EventLogEntry, 'id' | 'timestamp'>;
@@ -10,4 +10,3 @@ interface InstrumentationOptions {
10
10
  }
11
11
  export declare function registerStoreInstrumentation(options: InstrumentationOptions): () => void;
12
12
  export {};
13
- //# sourceMappingURL=store-instrumentation.d.ts.map
@@ -8,4 +8,3 @@
8
8
  export { createDevTools, createDevToolsPanel, type DevToolsInstance, type DevToolsOptions, } from './core/devtools';
9
9
  export type { DevToolsPosition, DevToolsState, DevToolsTab, } from './core/state-manager';
10
10
  export { createStoreConnector, getC15tStore, isC15tStoreAvailable, type StoreConnector, type StoreConnectorOptions, } from './core/store-connector';
11
- //# sourceMappingURL=index.d.ts.map
@@ -2,7 +2,7 @@
2
2
  * Actions Panel
3
3
  * Quick actions for developers
4
4
  */
5
- import type { ConsentStoreState } from 'c15t';
5
+ import type { ConsentStoreState } from '../../../core/dist-types/index.d.ts';
6
6
  export interface ActionsPanelOptions {
7
7
  getState: () => ConsentStoreState | null;
8
8
  onResetConsents: () => void;
@@ -16,4 +16,3 @@ export interface ActionsPanelOptions {
16
16
  * Renders the actions panel content
17
17
  */
18
18
  export declare function renderActionsPanel(container: HTMLElement, options: ActionsPanelOptions): void;
19
- //# sourceMappingURL=actions.d.ts.map
@@ -2,7 +2,7 @@
2
2
  * Consents Panel
3
3
  * Displays and manages consent state
4
4
  */
5
- import type { ConsentStoreState } from 'c15t';
5
+ import type { ConsentStoreState } from '../../../core/dist-types/index.d.ts';
6
6
  export interface ConsentsPanelOptions {
7
7
  getState: () => ConsentStoreState | null;
8
8
  onConsentChange: (name: string, value: boolean) => void;
@@ -15,4 +15,3 @@ export interface ConsentsPanelOptions {
15
15
  * Renders the consents panel content
16
16
  */
17
17
  export declare function renderConsentsPanel(container: HTMLElement, options: ConsentsPanelOptions): void;
18
- //# sourceMappingURL=consents.d.ts.map
@@ -2,7 +2,7 @@
2
2
  * DOM Scanner
3
3
  * Scans the DOM for external scripts and iframes, cross-referencing with c15t config
4
4
  */
5
- import type { ConsentStoreState } from 'c15t';
5
+ import type { ConsentStoreState } from '../../../core/dist-types/index.d.ts';
6
6
  /**
7
7
  * Represents a scanned external resource
8
8
  */
@@ -26,4 +26,3 @@ export declare function createDomScannerSection(state: ConsentStoreState | null)
26
26
  * Clears dismissed resources (for testing or reset)
27
27
  */
28
28
  export declare function clearDismissedResources(): void;
29
- //# sourceMappingURL=dom-scanner.d.ts.map
@@ -11,4 +11,3 @@ export interface EventsPanelOptions {
11
11
  * Renders the events panel content
12
12
  */
13
13
  export declare function renderEventsPanel(container: HTMLElement, options: EventsPanelOptions): void;
14
- //# sourceMappingURL=events.d.ts.map
@@ -2,7 +2,7 @@
2
2
  * IAB Panel
3
3
  * Displays IAB TCF information including TC String, purposes, and vendors
4
4
  */
5
- import type { ConsentStoreState } from 'c15t';
5
+ import type { ConsentStoreState } from '../../../core/dist-types/index.d.ts';
6
6
  export interface IabPanelOptions {
7
7
  getState: () => ConsentStoreState | null;
8
8
  onSetPurposeConsent: (purposeId: number, value: boolean) => void;
@@ -17,4 +17,3 @@ export interface IabPanelOptions {
17
17
  * Renders the IAB panel content
18
18
  */
19
19
  export declare function renderIabPanel(container: HTMLElement, options: IabPanelOptions): void;
20
- //# sourceMappingURL=iab.d.ts.map
@@ -7,5 +7,5 @@ export * from './dom-scanner';
7
7
  export * from './events';
8
8
  export * from './iab';
9
9
  export * from './location';
10
+ export * from './policy';
10
11
  export * from './scripts';
11
- //# sourceMappingURL=index.d.ts.map
@@ -2,7 +2,7 @@
2
2
  * Location Panel
3
3
  * Displays and manages location/language overrides
4
4
  */
5
- import type { ConsentStoreState } from 'c15t';
5
+ import type { ConsentStoreState } from '../../../core/dist-types/index.d.ts';
6
6
  interface OverridePayload {
7
7
  country?: string;
8
8
  region?: string;
@@ -19,4 +19,3 @@ export interface LocationPanelOptions {
19
19
  */
20
20
  export declare function renderLocationPanel(container: HTMLElement, options: LocationPanelOptions): void;
21
21
  export {};
22
- //# sourceMappingURL=location.d.ts.map
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Policy Panel
3
+ * Displays detailed runtime policy-pack diagnostics from /init
4
+ */
5
+ import type { ConsentStoreState } from '../../../core/dist-types/index.d.ts';
6
+ export interface PolicyPanelOptions {
7
+ getState: () => ConsentStoreState | null;
8
+ }
9
+ /**
10
+ * Renders the policy panel content
11
+ */
12
+ export declare function renderPolicyPanel(container: HTMLElement, options: PolicyPanelOptions): void;
@@ -2,7 +2,7 @@
2
2
  * Scripts Panel
3
3
  * Displays script loading status and configuration
4
4
  */
5
- import type { ConsentStoreState } from 'c15t';
5
+ import type { ConsentStoreState } from '../../../core/dist-types/index.d.ts';
6
6
  import type { EventLogEntry } from '../core/state-manager';
7
7
  export interface ScriptsPanelOptions {
8
8
  getState: () => ConsentStoreState | null;
@@ -12,4 +12,3 @@ export interface ScriptsPanelOptions {
12
12
  * Renders the scripts panel content
13
13
  */
14
14
  export declare function renderScriptsPanel(container: HTMLElement, options: ScriptsPanelOptions): void;
15
- //# sourceMappingURL=scripts.d.ts.map
@@ -71,7 +71,6 @@ export interface C15TDevToolsProps extends Partial<DevToolsOptions> {
71
71
  * ```
72
72
  */
73
73
  export declare function C15TDevTools({ namespace, position, defaultOpen, disabled, }: C15TDevToolsProps): null;
74
- export { C15TDevTools as DevTools };
75
- export type { DevToolsOptions, DevToolsInstance };
76
74
  export type { DevToolsPosition, DevToolsTab } from './core/state-manager';
77
- //# sourceMappingURL=react.d.ts.map
75
+ export type { DevToolsInstance, DevToolsOptions };
76
+ export { C15TDevTools as DevTools };
@@ -4,4 +4,3 @@
4
4
  import './tokens.css';
5
5
  import animationStyles from './animations.module.css';
6
6
  export { animationStyles };
7
- //# sourceMappingURL=index.d.ts.map
@@ -43,4 +43,3 @@ export interface C15tDevtoolsPluginOptions {
43
43
  */
44
44
  export declare function c15tDevtoolsPlugin(options?: C15tDevtoolsPluginOptions): DevToolsPlugin;
45
45
  export type { DevToolsPosition, DevToolsTab } from './core/state-manager';
46
- //# sourceMappingURL=tanstack.d.ts.map
@@ -2,5 +2,5 @@
2
2
  * Utilities
3
3
  * Shared utility functions
4
4
  */
5
+ export { formatInitSource } from './init-source';
5
6
  export { detectPreferenceTrigger, getPreferenceCenterOpener, getPreferenceTriggerElements, openPreferenceCenter, setPreferenceTriggerVisibility, } from './preference-trigger';
6
- //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,2 @@
1
+ import type { ConsentStoreState } from '../../../core/dist-types/index.d.ts';
2
+ export declare function formatInitSource(source: ConsentStoreState['initDataSource'], detail: string | null | undefined): string;
@@ -24,4 +24,3 @@ export declare function getPreferenceCenterOpener(namespace?: string): (() => vo
24
24
  * @returns true if the preference center was opened, false otherwise
25
25
  */
26
26
  export declare function openPreferenceCenter(namespace?: string): boolean;
27
- //# sourceMappingURL=preference-trigger.d.ts.map
@@ -0,0 +1 @@
1
+ export declare const version = "2.0.0-rc.6";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@c15t/dev-tools",
3
- "version": "2.0.0-rc.4",
4
- "description": "Developer tools for debugging and inspecting c15t consent management state.",
3
+ "version": "2.0.0-rc.6",
4
+ "description": "A collection of developer tools and utilities for the c15t ecosystem, currently under active development.",
5
5
  "homepage": "https://c15t.com",
6
6
  "repository": {
7
7
  "type": "git",
@@ -12,33 +12,35 @@
12
12
  "type": "module",
13
13
  "exports": {
14
14
  ".": {
15
- "types": "./dist/index.d.ts",
15
+ "types": "./dist-types/index.d.ts",
16
16
  "import": "./dist/index.js",
17
17
  "require": "./dist/index.cjs"
18
18
  },
19
19
  "./react": {
20
- "types": "./dist/react.d.ts",
20
+ "types": "./dist-types/react.d.ts",
21
21
  "import": "./dist/react.js",
22
22
  "require": "./dist/react.cjs"
23
23
  },
24
24
  "./tanstack": {
25
- "types": "./dist/tanstack.d.ts",
25
+ "types": "./dist-types/tanstack.d.ts",
26
26
  "import": "./dist/tanstack.js",
27
27
  "require": "./dist/tanstack.cjs"
28
28
  }
29
29
  },
30
30
  "main": "dist/index.cjs",
31
31
  "module": "dist/index.js",
32
- "types": "dist/index.d.ts",
32
+ "types": "./dist-types/index.d.ts",
33
+ "files": [
34
+ "dist",
35
+ "dist-types"
36
+ ],
33
37
  "scripts": {
34
- "prebuild": "genversion --esm --semi src/version.ts",
38
+ "prebuild": "bunx genversion --esm --semi src/version.ts",
35
39
  "build": "bun prebuild && rslib build",
36
40
  "check-types": "bun prebuild && tsc --noEmit",
37
41
  "dev": "bun prebuild && rslib build --watch",
38
42
  "fmt": "bun biome format --write . && bun biome check --formatter-enabled=false --linter-enabled=false --write",
39
- "lint": "bun biome lint ./src",
40
- "test": "bun prebuild && vitest run",
41
- "test:watch": "bun prebuild && vitest"
43
+ "lint": "bun biome lint ./src"
42
44
  },
43
45
  "browserslist": [
44
46
  ">0.2%",
@@ -46,30 +48,31 @@
46
48
  "not op_mini all"
47
49
  ],
48
50
  "dependencies": {
49
- "@c15t/ui": "2.0.0-rc.4",
50
- "c15t": "2.0.0-rc.4",
51
- "zustand": "^5.0.8"
51
+ "@radix-ui/react-accordion": "1.2.12",
52
+ "@radix-ui/react-scroll-area": "^1.2.10",
53
+ "@radix-ui/react-slot": "1.2.4",
54
+ "@radix-ui/react-switch": "1.2.6",
55
+ "@radix-ui/react-tooltip": "^1.2.8",
56
+ "c15t": "2.0.0-rc.6",
57
+ "class-variance-authority": "^0.7.1",
58
+ "clsx": "2.1.1",
59
+ "lucide-react": "^1.7.0",
60
+ "motion": "^12.38.0",
61
+ "react-draggable": "^4.5.0",
62
+ "tailwind-merge": "3.5.0",
63
+ "tsc-alias": "^1.8.16",
64
+ "usehooks-ts": "^3.1.1",
65
+ "zustand": "^5.0.12"
52
66
  },
53
67
  "devDependencies": {
54
68
  "@c15t/typescript-config": "0.0.1-beta.1",
55
- "@types/react": "19.2.10",
69
+ "@types/react": "19.2.14",
56
70
  "@types/react-dom": "19.2.3",
57
- "genversion": "3.2.0",
58
- "jsdom": "27.2.0",
59
- "postcss": "8.5.6",
60
- "vitest": "4.0.15"
71
+ "postcss": "^8.5.8"
61
72
  },
62
73
  "peerDependencies": {
63
- "react": "^18.0.0 || ^19.0.0",
64
- "react-dom": "^18.0.0 || ^19.0.0"
65
- },
66
- "peerDependenciesMeta": {
67
- "react": {
68
- "optional": true
69
- },
70
- "react-dom": {
71
- "optional": true
72
- }
74
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
75
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
73
76
  },
74
77
  "publishConfig": {
75
78
  "access": "public"
package/CHANGELOG.md DELETED
@@ -1,163 +0,0 @@
1
- # @c15t/dev-tools
2
-
3
- ## 2.0.0-rc.4
4
-
5
- ### Patch Changes
6
-
7
- - 088db0f: feat(dev-tools): ui improvements
8
- - Updated dependencies [29819bc]
9
- - c15t@2.0.0-rc.4
10
- - @c15t/ui@2.0.0-rc.4
11
-
12
- ## 2.0.0-rc.3
13
-
14
- ### Patch Changes
15
-
16
- - 1c813bc: feat(dev-tools): add GPC to dev-tools with an override
17
- - 829e507: feat(dev-tools): add persisted overrides and improve debugging with resilient reconnects, richer events, interactive IAB controls, and better script/network diagnostics
18
- - Updated dependencies [de6dd82]
19
- - Updated dependencies [1c813bc]
20
- - Updated dependencies [0f10f3e]
21
- - @c15t/ui@2.0.0-rc.3
22
- - c15t@2.0.0-rc.3
23
-
24
- ## 2.0.0-rc.2
25
-
26
- ### Patch Changes
27
-
28
- - 732d44f: feat(dev-tools): add DevTools export
29
- feat(cli): add support for file structures like [locale]
30
- feat(cli): add c15t/skills
31
- - Updated dependencies [408df0e]
32
- - Updated dependencies [e6bc5db]
33
- - Updated dependencies [684bf2a]
34
- - c15t@2.0.0-rc.2
35
- - @c15t/ui@2.0.0-rc.2
36
-
37
- ## 2.0.0-rc.1
38
-
39
- ### Patch Changes
40
-
41
- - 0bc4f86: fixed workspace resolving
42
- - Updated dependencies [0bc4f86]
43
- - c15t@2.0.0-rc.1
44
- - @c15t/ui@2.0.0-rc.1
45
-
46
- ## 2.0.0-rc.0
47
-
48
- ### Major Changes
49
-
50
- - 126a78b: https://v2.c15t.com/changelog/2026-02-12-v2.0.0-rc.0
51
-
52
- ### Patch Changes
53
-
54
- - Updated dependencies [126a78b]
55
- - c15t@2.0.0-rc.0
56
- - @c15t/ui@2.0.0-rc.0
57
-
58
- ## 1.8.3
59
-
60
- ### Patch Changes
61
-
62
- - Updated dependencies [6c28663]
63
- - c15t@1.8.3
64
-
65
- ## 1.8.3-canary-20260109181827
66
-
67
- ### Patch Changes
68
-
69
- - Updated dependencies [486c46f]
70
- - c15t@1.8.3-canary-20260109181827
71
-
72
- ## 1.8.3-canary-20251222100111
73
-
74
- ### Patch Changes
75
-
76
- - Updated dependencies [3d8eb68]
77
- - c15t@1.8.3-canary-20251222100111
78
-
79
- ## 1.8.3-canary-20251218133143
80
-
81
- ### Patch Changes
82
-
83
- - Updated dependencies [9eff7a7]
84
- - Updated dependencies [b7fafe6]
85
- - c15t@1.8.3-canary-20251218133143
86
-
87
- ## 1.8.2
88
-
89
- ### Patch Changes
90
-
91
- - Updated dependencies [2ce4d5a]
92
- - c15t@1.8.2
93
-
94
- ## 1.8.2-canary-20251212163241
95
-
96
- ### Patch Changes
97
-
98
- - Updated dependencies [a368512]
99
- - c15t@1.8.2-canary-20251212163241
100
-
101
- ## 1.8.2-canary-20251212112113
102
-
103
- ### Patch Changes
104
-
105
- - Updated dependencies [7284b23]
106
- - c15t@1.8.2-canary-20251212112113
107
-
108
- ## 1.8.1
109
-
110
- ### Patch Changes
111
-
112
- - Updated dependencies [0f55bf2]
113
- - c15t@1.8.1
114
-
115
- ## 1.8.0
116
-
117
- ### Patch Changes
118
-
119
- - Updated dependencies [68a7324]
120
- - c15t@1.8.0
121
-
122
- ## 1.8.0-canary-20251112105612
123
-
124
- ### Patch Changes
125
-
126
- - 6e3034c: refactor: update rslib to latest version
127
- - Updated dependencies [31953f4]
128
- - Updated dependencies [7043a2e]
129
- - Updated dependencies [6e3034c]
130
- - Updated dependencies [bee7789]
131
- - Updated dependencies [b3df4d0]
132
- - Updated dependencies [69d6680]
133
- - c15t@1.8.0-canary-20251112105612
134
-
135
- ## 1.8.0-canary-20251028143243
136
-
137
- ### Patch Changes
138
-
139
- - Updated dependencies [8f3f146]
140
- - Updated dependencies [a0fab48]
141
- - c15t@1.8.0-canary-20251028143243
142
-
143
- ## 1.7.0
144
-
145
- ### Patch Changes
146
-
147
- - Updated dependencies [aa16d03]
148
- - c15t@1.7.0
149
-
150
- ## 1.7.0-canary-20251012181938
151
-
152
- ### Patch Changes
153
-
154
- - Updated dependencies [0c80bed]
155
- - Updated dependencies [a58909c]
156
- - c15t@1.7.0-canary-20251012181938
157
-
158
- ## 1.6.0
159
-
160
- ### Patch Changes
161
-
162
- - Updated dependencies [84ab0c7]
163
- - c15t@1.6.0
@@ -1 +0,0 @@
1
- {"version":3,"file":"dropdown-menu.d.ts","sourceRoot":"","sources":["../../src/components/dropdown-menu.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAMH,QAAA,MAAM,aAAa,ujDAEZ,CAAC;AAER,QAAA,MAAM,gBAAgB,yyBAGf,CAAC;AAER,QAAA,MAAM,QAAQ,gSAGP,CAAC;AAER,MAAM,MAAM,cAAc,GACvB,cAAc,GACd,aAAa,GACb,WAAW,GACX,UAAU,CAAC;AAEd,MAAM,WAAW,QAAQ;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,6EAA6E;IAC7E,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IAC3B,sDAAsD;IACtD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,MAAM,IAAI,CAAC;CACpB;AAED,MAAM,WAAW,mBAAmB;IACnC,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,QAAQ,EAAE,cAAc,CAAC;IACzB,yDAAyD;IACzD,gBAAgB,CAAC,EAAE,WAAW,CAAC;IAC/B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,MAAM,WAAW,oBAAoB;IACpC,OAAO,EAAE,WAAW,CAAC;IACrB,MAAM,EAAE,MAAM,OAAO,CAAC;IACtB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,cAAc,EAAE,CAAC,QAAQ,EAAE,cAAc,KAAK,IAAI,CAAC;IACnD,mBAAmB,EAAE,CAAC,OAAO,EAAE,WAAW,KAAK,IAAI,CAAC;IACpD,yCAAyC;IACzC,iBAAiB,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC9D,OAAO,EAAE,MAAM,IAAI,CAAC;CACpB;AAkBD;;GAEG;AACH,wBAAgB,kBAAkB,CACjC,OAAO,EAAE,mBAAmB,GAC1B,oBAAoB,CAyOtB;AAGD,OAAO,EACN,uBAAuB,IAAI,6BAA6B,EACxD,yBAAyB,GACzB,MAAM,6BAA6B,CAAC;AAGrC,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,QAAQ,EAAE,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,MAAM,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"panel.d.ts","sourceRoot":"","sources":["../../src/components/panel.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAWH,OAAO,KAAK,EAAoB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AA2D9D,MAAM,WAAW,YAAY;IAC5B,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,cAAc,CAAC;IAC/B,eAAe,EAAE,CAAC,SAAS,EAAE,WAAW,KAAK,IAAI,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,WAAW,aAAa;IAC7B,OAAO,EAAE,WAAW,CAAC;IACrB,cAAc,EAAE,WAAW,CAAC;IAC5B,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,OAAO,EAAE,MAAM,IAAI,CAAC;CACpB;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,OAAO,EAAE,YAAY,GAAG,aAAa,CAyfhE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../src/components/tabs.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAwDzD,MAAM,WAAW,WAAW;IAC3B,SAAS,EAAE,WAAW,CAAC;IACvB,WAAW,EAAE,CAAC,GAAG,EAAE,WAAW,KAAK,IAAI,CAAC;IACxC,8CAA8C;IAC9C,YAAY,CAAC,EAAE,WAAW,EAAE,CAAC;CAC7B;AAED,MAAM,WAAW,YAAY;IAC5B,OAAO,EAAE,WAAW,CAAC;IACrB,YAAY,EAAE,CAAC,GAAG,EAAE,WAAW,KAAK,IAAI,CAAC;IACzC,OAAO,EAAE,MAAM,IAAI,CAAC;CACpB;AAED;;GAEG;AACH,wBAAgB,UAAU,CAAC,OAAO,EAAE,WAAW,GAAG,YAAY,CA0f7D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ui.d.ts","sourceRoot":"","sources":["../../src/components/ui.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAOH,MAAM,WAAW,aAAa;IAC7B,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,wBAAgB,YAAY,CAAC,OAAO,EAAE,aAAa,GAAG,iBAAiB,CAoBtE;AAID,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC;AAEhF,MAAM,WAAW,YAAY;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,YAAY,CAAC;CACvB;AAED,wBAAgB,WAAW,CAAC,OAAO,EAAE,YAAY,GAAG,eAAe,CAelE;AAID,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;AAE7D,MAAM,WAAW,aAAa;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,MAAM,IAAI,CAAC;CACpB;AAED,wBAAgB,YAAY,CAAC,OAAO,EAAE,aAAa,GAAG,iBAAiB,CAiCtE;AAID,MAAM,WAAW,YAAY;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAClC;AAED,wBAAgB,WAAW,CAAC,OAAO,EAAE,YAAY,GAAG,gBAAgB,CAcnE;AAID,MAAM,WAAW,eAAe;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,WAAW,EAAE,CAAC;CACxB;AAED,wBAAgB,cAAc,CAAC,OAAO,EAAE,eAAe,GAAG,WAAW,CAsBpE;AAID,MAAM,WAAW,cAAc;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,WAAW,EAAE,CAAC;IACxB,QAAQ,EAAE,WAAW,EAAE,CAAC;CACxB;AAED,wBAAgB,aAAa,CAAC,OAAO,EAAE,cAAc,GAAG,WAAW,CAelE;AAID,MAAM,WAAW,cAAc;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACd;AAED,wBAAgB,aAAa,CAAC,OAAO,EAAE,cAAc,GAAG,WAAW,CAUlE;AAID,MAAM,WAAW,iBAAiB;IACjC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACb;AAED,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,iBAAiB,GAAG,WAAW,CAiBxE;AAID,MAAM,WAAW,WAAW;IAC3B,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;IAChB,QAAQ,EAAE,WAAW,EAAE,CAAC;CACxB;AAED,wBAAgB,UAAU,CAAC,OAAO,EAAE,WAAW,GAAG,WAAW,CAS5D;AAID,MAAM,WAAW,eAAe;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,WAAW,CAAC;CACrB;AAED,wBAAgB,cAAc,CAAC,OAAO,EAAE,eAAe,GAAG,WAAW,CAepE;AAID;;;GAGG;AACH,wBAAgB,uBAAuB,CACtC,OAAO,SAAwB,GAC7B,WAAW,CAWb"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"debug-bundle.d.ts","sourceRoot":"","sources":["../../src/core/debug-bundle.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,MAAM,CAAC;AAC9C,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACpE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAE/D,MAAM,WAAW,kBAAkB;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,IAAI,CAClB,aAAa,EACb,QAAQ,GAAG,WAAW,GAAG,aAAa,GAAG,UAAU,CACnD,CAAC;IACF,UAAU,EAAE,qBAAqB,CAAC;IAClC,YAAY,EAAE,aAAa,EAAE,CAAC;IAC9B,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAC;CAC3C;AAED,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,kBAAkB,GAAG,MAAM,CA6BrE;AAED,wBAAgB,kBAAkB,CACjC,KAAK,EAAE,iBAAiB,GAAG,IAAI,GAC7B,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAehC;AAED,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CASzD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"devtools.d.ts","sourceRoot":"","sources":["../../src/core/devtools.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAkBH,OAAO,EAEN,KAAK,gBAAgB,EACrB,KAAK,WAAW,EAChB,MAAM,iBAAiB,CAAC;AAKzB,OAAO,sBAAsB,CAAC;AAkJ9B;;GAEG;AACH,MAAM,WAAW,eAAe;IAC/B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAE5B;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAChC,+BAA+B;IAC/B,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,gCAAgC;IAChC,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,iCAAiC;IACjC,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,6BAA6B;IAC7B,QAAQ,EAAE,MAAM;QACf,MAAM,EAAE,OAAO,CAAC;QAChB,SAAS,EAAE,WAAW,CAAC;QACvB,WAAW,EAAE,OAAO,CAAC;KACrB,CAAC;IACF,qCAAqC;IACrC,OAAO,EAAE,MAAM,IAAI,CAAC;CACpB;AAED;;GAEG;AACH,wBAAgB,cAAc,CAC7B,OAAO,GAAE,eAAoB,GAC3B,gBAAgB,CAyNlB;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,OAAO,EAAE;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;CACjC,GAAG;IACH,OAAO,EAAE,WAAW,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;CACpB,CAmKA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"draggable.d.ts","sourceRoot":"","sources":["../../src/core/draggable.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH;;GAEG;AACH,MAAM,MAAM,cAAc,GACvB,cAAc,GACd,WAAW,GACX,aAAa,GACb,UAAU,CAAC;AAEd;;GAEG;AACH,MAAM,WAAW,SAAS;IACzB,UAAU,EAAE,OAAO,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CACjB;AA6JD,MAAM,WAAW,gBAAgB;IAChC;;;OAGG;IACH,eAAe,CAAC,EAAE,cAAc,CAAC;IAEjC;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B;;OAEG;IACH,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,cAAc,KAAK,IAAI,CAAC;IAEtD;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IAEzB;;OAEG;IACH,SAAS,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;CAC1C;AAED,MAAM,WAAW,iBAAiB;IACjC;;OAEG;IACH,SAAS,EAAE,MAAM,cAAc,CAAC;IAEhC;;OAEG;IACH,SAAS,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI,CAAC;IAE5C;;OAEG;IACH,UAAU,EAAE,MAAM,OAAO,CAAC;IAE1B;;OAEG;IACH,UAAU,EAAE,MAAM,OAAO,CAAC;IAE1B;;OAEG;IACH,MAAM,EAAE,CAAC,OAAO,EAAE,WAAW,KAAK,IAAI,CAAC;IAEvC;;OAEG;IACH,MAAM,EAAE,MAAM,IAAI,CAAC;IAEnB;;OAEG;IACH,mBAAmB,EAAE,CAAC,OAAO,EAAE,WAAW,KAAK,IAAI,CAAC;IAEpD;;OAEG;IACH,OAAO,EAAE,MAAM,IAAI,CAAC;CACpB;AAED;;GAEG;AACH,wBAAgB,eAAe,CAC9B,OAAO,GAAE,gBAAqB,GAC5B,iBAAiB,CAgOnB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/core/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"override-storage.d.ts","sourceRoot":"","sources":["../../src/core/override-storage.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,MAAM,CAAC;AAI9C,MAAM,MAAM,0BAA0B,GAAG,IAAI,CAC5C,WAAW,CAAC,iBAAiB,CAAC,WAAW,CAAC,CAAC,EAC3C,SAAS,GAAG,QAAQ,GAAG,UAAU,GAAG,KAAK,CACzC,CAAC;AA8BF,wBAAgB,qBAAqB,CACpC,SAAS,EAAE,0BAA0B,GACnC,OAAO,CAOT;AAED,wBAAgB,sBAAsB,CACrC,UAAU,SAAiC,GACzC,0BAA0B,GAAG,IAAI,CAgBnC;AAED,wBAAgB,gBAAgB,CAC/B,SAAS,EAAE,0BAA0B,EACrC,UAAU,SAAiC,GACzC,IAAI,CAeN;AAED,wBAAgB,uBAAuB,CACtC,UAAU,SAAiC,GACzC,IAAI,CAUN"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"panel-renderer.d.ts","sourceRoot":"","sources":["../../src/core/panel-renderer.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,MAAM,CAAC;AAO9C,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAErE,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAExD;;GAEG;AACH,MAAM,WAAW,mBAAmB;IACnC,cAAc,EAAE,cAAc,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,kBAAkB,CAAC,EAAE,CAAC,SAAS,EAAE,0BAA0B,KAAK,IAAI,CAAC;IACrE,yBAAyB,CAAC,EAAE,MAAM,IAAI,CAAC;IACvC,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IACvE,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;CACjC;AAED;;GAEG;AACH,MAAM,WAAW,aAAa;IAC7B;;OAEG;IACH,WAAW,CAAC,SAAS,EAAE,WAAW,EAAE,GAAG,EAAE,WAAW,GAAG,IAAI,CAAC;IAE5D;;OAEG;IACH,aAAa,IAAI,iBAAiB,GAAG,IAAI,CAAC;IAE1C;;OAEG;IACH,aAAa,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;CAC/B;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAClC,MAAM,EAAE,mBAAmB,GACzB,aAAa,CAoSf"}