@c15t/dev-tools 1.8.3 → 2.0.0-rc.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/CHANGELOG.md +21 -0
- package/README.md +155 -71
- package/dist/__tests__/components/ui.test.d.ts +2 -0
- package/dist/__tests__/components/ui.test.d.ts.map +1 -0
- package/dist/__tests__/core/renderer.test.d.ts +2 -0
- package/dist/__tests__/core/renderer.test.d.ts.map +1 -0
- package/dist/__tests__/core/reset-consents.test.d.ts +2 -0
- package/dist/__tests__/core/reset-consents.test.d.ts.map +1 -0
- package/dist/__tests__/core/state-manager.test.d.ts +2 -0
- package/dist/__tests__/core/state-manager.test.d.ts.map +1 -0
- package/dist/__tests__/panels/dom-scanner.test.d.ts +2 -0
- package/dist/__tests__/panels/dom-scanner.test.d.ts.map +1 -0
- package/dist/components/dropdown-menu.d.ts +46 -0
- package/dist/components/dropdown-menu.d.ts.map +1 -0
- package/dist/components/index.d.ts +7 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/panel.d.ts +28 -0
- package/dist/components/panel.d.ts.map +1 -0
- package/dist/components/tabs.d.ts +21 -0
- package/dist/components/tabs.d.ts.map +1 -0
- package/dist/components/ui.d.ts +65 -0
- package/dist/components/ui.d.ts.map +1 -0
- package/dist/core/devtools.d.ts +60 -0
- package/dist/core/devtools.d.ts.map +1 -0
- package/dist/core/draggable.d.ts +81 -0
- package/dist/core/draggable.d.ts.map +1 -0
- package/dist/core/index.d.ts +10 -0
- package/dist/core/index.d.ts.map +1 -0
- package/dist/core/panel-renderer.d.ts +41 -0
- package/dist/core/panel-renderer.d.ts.map +1 -0
- package/dist/core/renderer.d.ts +126 -0
- package/dist/core/renderer.d.ts.map +1 -0
- package/dist/core/reset-consents.d.ts +24 -0
- package/dist/core/reset-consents.d.ts.map +1 -0
- package/dist/core/state-manager.d.ts +73 -0
- package/dist/core/state-manager.d.ts.map +1 -0
- package/dist/core/store-connector.d.ts +69 -0
- package/dist/core/store-connector.d.ts.map +1 -0
- package/dist/index.cjs +4813 -10
- package/dist/index.d.ts +10 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4803 -2
- package/dist/panels/actions.d.ts +18 -0
- package/dist/panels/actions.d.ts.map +1 -0
- package/dist/panels/consents.d.ts +18 -0
- package/dist/panels/consents.d.ts.map +1 -0
- package/dist/panels/dom-scanner.d.ts +29 -0
- package/dist/panels/dom-scanner.d.ts.map +1 -0
- package/dist/panels/events.d.ts +14 -0
- package/dist/panels/events.d.ts.map +1 -0
- package/dist/panels/iab.d.ts +14 -0
- package/dist/panels/iab.d.ts.map +1 -0
- package/dist/panels/index.d.ts +11 -0
- package/dist/panels/index.d.ts.map +1 -0
- package/dist/panels/location.d.ts +19 -0
- package/dist/panels/location.d.ts.map +1 -0
- package/dist/panels/scripts.d.ts +13 -0
- package/dist/panels/scripts.d.ts.map +1 -0
- package/dist/react.cjs +4696 -0
- package/dist/react.d.ts +76 -0
- package/dist/react.d.ts.map +1 -0
- package/dist/react.js +4672 -0
- package/dist/styles/index.d.ts +7 -0
- package/dist/styles/index.d.ts.map +1 -0
- package/dist/tanstack.cjs +3819 -0
- package/dist/tanstack.d.ts +46 -0
- package/dist/tanstack.d.ts.map +1 -0
- package/dist/tanstack.js +3795 -0
- package/dist/utils/index.d.ts +6 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/preference-trigger.d.ts +27 -0
- package/dist/utils/preference-trigger.d.ts.map +1 -0
- package/package.json +74 -57
- package/tsconfig.json +1 -1
- package/LICENSE.md +0 -595
- package/dist/components/error-state.cjs +0 -98
- package/dist/components/error-state.css +0 -51
- package/dist/components/error-state.d.ts +0 -5
- package/dist/components/error-state.d.ts.map +0 -1
- package/dist/components/error-state.js +0 -64
- package/dist/components/header.cjs +0 -65
- package/dist/components/header.css +0 -29
- package/dist/components/header.d.ts +0 -7
- package/dist/components/header.d.ts.map +0 -1
- package/dist/components/header.js +0 -31
- package/dist/components/ui/accordion.cjs +0 -82
- package/dist/components/ui/accordion.css +0 -72
- package/dist/components/ui/accordion.d.ts +0 -8
- package/dist/components/ui/accordion.d.ts.map +0 -1
- package/dist/components/ui/accordion.js +0 -39
- package/dist/components/ui/alert.cjs +0 -77
- package/dist/components/ui/alert.css +0 -59
- package/dist/components/ui/alert.d.ts +0 -10
- package/dist/components/ui/alert.d.ts.map +0 -1
- package/dist/components/ui/alert.js +0 -37
- package/dist/components/ui/badge.cjs +0 -63
- package/dist/components/ui/badge.css +0 -52
- package/dist/components/ui/badge.d.ts +0 -11
- package/dist/components/ui/badge.d.ts.map +0 -1
- package/dist/components/ui/badge.js +0 -26
- package/dist/components/ui/button.cjs +0 -77
- package/dist/components/ui/button.css +0 -87
- package/dist/components/ui/button.d.ts +0 -13
- package/dist/components/ui/button.d.ts.map +0 -1
- package/dist/components/ui/button.js +0 -40
- package/dist/components/ui/card.cjs +0 -89
- package/dist/components/ui/card.css +0 -41
- package/dist/components/ui/card.d.ts +0 -10
- package/dist/components/ui/card.d.ts.map +0 -1
- package/dist/components/ui/card.js +0 -40
- package/dist/components/ui/error-state.css +0 -34
- package/dist/components/ui/expandable-tabs.cjs +0 -136
- package/dist/components/ui/expandable-tabs.css +0 -57
- package/dist/components/ui/expandable-tabs.d.ts +0 -23
- package/dist/components/ui/expandable-tabs.d.ts.map +0 -1
- package/dist/components/ui/expandable-tabs.js +0 -102
- package/dist/components/ui/logo.cjs +0 -101
- package/dist/components/ui/logo.d.ts +0 -8
- package/dist/components/ui/logo.d.ts.map +0 -1
- package/dist/components/ui/logo.js +0 -67
- package/dist/components/ui/scroll-area.cjs +0 -67
- package/dist/components/ui/scroll-area.css +0 -41
- package/dist/components/ui/scroll-area.d.ts +0 -6
- package/dist/components/ui/scroll-area.d.ts.map +0 -1
- package/dist/components/ui/scroll-area.js +0 -30
- package/dist/components/ui/switch.cjs +0 -49
- package/dist/components/ui/switch.css +0 -49
- package/dist/components/ui/switch.d.ts +0 -5
- package/dist/components/ui/switch.d.ts.map +0 -1
- package/dist/components/ui/switch.js +0 -15
- package/dist/components/ui/tooltip.cjs +0 -61
- package/dist/components/ui/tooltip.css +0 -101
- package/dist/components/ui/tooltip.d.ts +0 -8
- package/dist/components/ui/tooltip.d.ts.map +0 -1
- package/dist/components/ui/tooltip.js +0 -18
- package/dist/components/wrapper.cjs +0 -158
- package/dist/components/wrapper.css +0 -90
- package/dist/components/wrapper.d.ts +0 -20
- package/dist/components/wrapper.d.ts.map +0 -1
- package/dist/components/wrapper.js +0 -121
- package/dist/dev-tool.cjs +0 -124
- package/dist/dev-tool.d.ts +0 -15
- package/dist/dev-tool.d.ts.map +0 -1
- package/dist/dev-tool.js +0 -74
- package/dist/libs/utils.cjs +0 -50
- package/dist/libs/utils.d.ts +0 -3
- package/dist/libs/utils.d.ts.map +0 -1
- package/dist/libs/utils.js +0 -6
- package/dist/router/router.cjs +0 -158
- package/dist/router/router.d.ts +0 -6
- package/dist/router/router.d.ts.map +0 -1
- package/dist/router/router.js +0 -124
- package/dist/styles/theme.css +0 -42
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef } from "react";
|
|
3
|
-
import "./card.css";
|
|
4
|
-
const Card = /*#__PURE__*/ forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx("div", {
|
|
5
|
-
ref: ref,
|
|
6
|
-
className: `c15t-devtool-card ${className || ''}`,
|
|
7
|
-
...props
|
|
8
|
-
}));
|
|
9
|
-
Card.displayName = 'Card';
|
|
10
|
-
const CardHeader = /*#__PURE__*/ forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx("div", {
|
|
11
|
-
ref: ref,
|
|
12
|
-
className: `c15t-devtool-card-header ${className || ''}`,
|
|
13
|
-
...props
|
|
14
|
-
}));
|
|
15
|
-
CardHeader.displayName = 'CardHeader';
|
|
16
|
-
const CardTitle = /*#__PURE__*/ forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx("h3", {
|
|
17
|
-
ref: ref,
|
|
18
|
-
className: `c15t-devtool-card-title ${className || ''}`,
|
|
19
|
-
...props
|
|
20
|
-
}));
|
|
21
|
-
CardTitle.displayName = 'CardTitle';
|
|
22
|
-
const CardDescription = /*#__PURE__*/ forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx("p", {
|
|
23
|
-
ref: ref,
|
|
24
|
-
className: `c15t-devtool-card-description ${className || ''}`,
|
|
25
|
-
...props
|
|
26
|
-
}));
|
|
27
|
-
CardDescription.displayName = "CardDescription";
|
|
28
|
-
const CardContent = /*#__PURE__*/ forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx("div", {
|
|
29
|
-
ref: ref,
|
|
30
|
-
className: `c15t-devtool-card-content ${className || ''}`,
|
|
31
|
-
...props
|
|
32
|
-
}));
|
|
33
|
-
CardContent.displayName = 'CardContent';
|
|
34
|
-
const CardFooter = /*#__PURE__*/ forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx("div", {
|
|
35
|
-
ref: ref,
|
|
36
|
-
className: `c15t-devtool-card-footer ${className || ''}`,
|
|
37
|
-
...props
|
|
38
|
-
}));
|
|
39
|
-
CardFooter.displayName = 'CardFooter';
|
|
40
|
-
export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle };
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
.c15t-devtool-error-state {
|
|
2
|
-
text-align: center;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
justify-content: center;
|
|
5
|
-
align-items: center;
|
|
6
|
-
min-height: 400px;
|
|
7
|
-
display: flex;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.c15t-devtool-error-state-icon {
|
|
11
|
-
color: var(--c15t-dev-tools-muted-foreground);
|
|
12
|
-
margin-bottom: 1.5rem;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.c15t-devtool-error-state-title {
|
|
16
|
-
margin-bottom: .5rem;
|
|
17
|
-
font-size: 1.5rem;
|
|
18
|
-
font-weight: 500;
|
|
19
|
-
line-height: 1;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.c15t-devtool-error-state-description {
|
|
23
|
-
max-width: 400px;
|
|
24
|
-
color: var(--c15t-dev-tools-muted-foreground);
|
|
25
|
-
margin-bottom: 1.5rem;
|
|
26
|
-
font-size: .875rem;
|
|
27
|
-
line-height: 1.5;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.c15t-devtool-error-state-actions {
|
|
31
|
-
gap: .5rem;
|
|
32
|
-
display: flex;
|
|
33
|
-
}
|
|
34
|
-
|
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
"use strict";
|
|
3
|
-
var __webpack_require__ = {};
|
|
4
|
-
(()=>{
|
|
5
|
-
__webpack_require__.d = (exports1, definition)=>{
|
|
6
|
-
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: definition[key]
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
})();
|
|
12
|
-
(()=>{
|
|
13
|
-
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
14
|
-
})();
|
|
15
|
-
(()=>{
|
|
16
|
-
__webpack_require__.r = (exports1)=>{
|
|
17
|
-
if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
18
|
-
value: 'Module'
|
|
19
|
-
});
|
|
20
|
-
Object.defineProperty(exports1, '__esModule', {
|
|
21
|
-
value: true
|
|
22
|
-
});
|
|
23
|
-
};
|
|
24
|
-
})();
|
|
25
|
-
var __webpack_exports__ = {};
|
|
26
|
-
__webpack_require__.r(__webpack_exports__);
|
|
27
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
28
|
-
ExpandableTabs: ()=>ExpandableTabs
|
|
29
|
-
});
|
|
30
|
-
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
31
|
-
const react_namespaceObject = require("motion/react");
|
|
32
|
-
const external_react_namespaceObject = require("react");
|
|
33
|
-
require("./expandable-tabs.css");
|
|
34
|
-
const buttonVariants = {
|
|
35
|
-
initial: {
|
|
36
|
-
gap: 0,
|
|
37
|
-
paddingLeft: '.5rem',
|
|
38
|
-
paddingRight: '.5rem'
|
|
39
|
-
},
|
|
40
|
-
animate: (isSelected)=>({
|
|
41
|
-
gap: isSelected ? '.5rem' : 0,
|
|
42
|
-
paddingLeft: isSelected ? '1rem' : '.5rem',
|
|
43
|
-
paddingRight: isSelected ? '1rem' : '.5rem'
|
|
44
|
-
})
|
|
45
|
-
};
|
|
46
|
-
const spanVariants = {
|
|
47
|
-
initial: {
|
|
48
|
-
width: 0,
|
|
49
|
-
opacity: 0
|
|
50
|
-
},
|
|
51
|
-
animate: {
|
|
52
|
-
width: 'auto',
|
|
53
|
-
opacity: 1
|
|
54
|
-
},
|
|
55
|
-
exit: {
|
|
56
|
-
width: 0,
|
|
57
|
-
opacity: 0
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
|
-
const transition = {
|
|
61
|
-
delay: 0.1,
|
|
62
|
-
type: 'spring',
|
|
63
|
-
bounce: 0,
|
|
64
|
-
duration: 0.6
|
|
65
|
-
};
|
|
66
|
-
const Separator = /*#__PURE__*/ (0, external_react_namespaceObject.memo)(()=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
|
|
67
|
-
className: "c15t-devtool-tab-separator",
|
|
68
|
-
"aria-hidden": "true"
|
|
69
|
-
}));
|
|
70
|
-
Separator.displayName = 'Separator';
|
|
71
|
-
const TabButton = /*#__PURE__*/ (0, external_react_namespaceObject.memo)(({ tab, index, isSelected, activeColor, onClick })=>{
|
|
72
|
-
const Icon = tab.icon;
|
|
73
|
-
return /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(react_namespaceObject.motion.button, {
|
|
74
|
-
variants: buttonVariants,
|
|
75
|
-
initial: false,
|
|
76
|
-
animate: "animate",
|
|
77
|
-
custom: isSelected,
|
|
78
|
-
onClick: ()=>onClick(index),
|
|
79
|
-
transition: transition,
|
|
80
|
-
className: `c15t-devtool-tab-button ${isSelected ? `selected ${activeColor}` : ''}`,
|
|
81
|
-
children: [
|
|
82
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(Icon, {
|
|
83
|
-
size: 20
|
|
84
|
-
}),
|
|
85
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(react_namespaceObject.AnimatePresence, {
|
|
86
|
-
initial: false,
|
|
87
|
-
children: isSelected && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(react_namespaceObject.motion.span, {
|
|
88
|
-
variants: spanVariants,
|
|
89
|
-
initial: "initial",
|
|
90
|
-
animate: "animate",
|
|
91
|
-
exit: "exit",
|
|
92
|
-
transition: transition,
|
|
93
|
-
className: "c15t-devtool-tab-title",
|
|
94
|
-
children: tab.title
|
|
95
|
-
})
|
|
96
|
-
})
|
|
97
|
-
]
|
|
98
|
-
});
|
|
99
|
-
});
|
|
100
|
-
TabButton.displayName = 'TabButton';
|
|
101
|
-
function ExpandableTabs({ tabs, className, activeColor = 'primary', onChange }) {
|
|
102
|
-
const [selected, setSelected] = (0, external_react_namespaceObject.useState)(0);
|
|
103
|
-
const handleInitialChange = (0, external_react_namespaceObject.useCallback)(()=>{
|
|
104
|
-
onChange?.(0);
|
|
105
|
-
}, [
|
|
106
|
-
onChange
|
|
107
|
-
]);
|
|
108
|
-
(0, external_react_namespaceObject.useEffect)(()=>{
|
|
109
|
-
handleInitialChange();
|
|
110
|
-
}, [
|
|
111
|
-
handleInitialChange
|
|
112
|
-
]);
|
|
113
|
-
const handleSelect = (0, external_react_namespaceObject.useCallback)((index)=>{
|
|
114
|
-
setSelected(index);
|
|
115
|
-
onChange?.(index);
|
|
116
|
-
}, [
|
|
117
|
-
onChange
|
|
118
|
-
]);
|
|
119
|
-
return /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
|
|
120
|
-
className: `c15t-devtool-tabs-container ${className || ''}`,
|
|
121
|
-
children: tabs.map((tab, index)=>'separator' === tab.type ? /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(Separator, {}, `separator-${index}`) : /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(TabButton, {
|
|
122
|
-
tab: tab,
|
|
123
|
-
index: index,
|
|
124
|
-
isSelected: selected === index,
|
|
125
|
-
activeColor: activeColor,
|
|
126
|
-
onClick: handleSelect
|
|
127
|
-
}, `${tab.title}-${index}`))
|
|
128
|
-
});
|
|
129
|
-
}
|
|
130
|
-
exports.ExpandableTabs = __webpack_exports__.ExpandableTabs;
|
|
131
|
-
for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
132
|
-
"ExpandableTabs"
|
|
133
|
-
].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
|
|
134
|
-
Object.defineProperty(exports, '__esModule', {
|
|
135
|
-
value: true
|
|
136
|
-
});
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
.c15t-devtool-tabs-container {
|
|
2
|
-
border: 1px solid var(--c15t-dev-tools-border);
|
|
3
|
-
background-color: var(--c15t-dev-tools-background);
|
|
4
|
-
border-radius: 1rem;
|
|
5
|
-
flex-wrap: wrap;
|
|
6
|
-
align-items: center;
|
|
7
|
-
gap: .5rem;
|
|
8
|
-
padding: .25rem;
|
|
9
|
-
display: flex;
|
|
10
|
-
box-shadow: 0 1px 2px #0000000d;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.c15t-devtool-tab-separator {
|
|
14
|
-
background-color: var(--border);
|
|
15
|
-
width: 1.2px;
|
|
16
|
-
height: 24px;
|
|
17
|
-
margin-left: .25rem;
|
|
18
|
-
margin-right: .25rem;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.c15t-devtool-tab-button {
|
|
22
|
-
border-radius: .75rem;
|
|
23
|
-
flex-grow: 1;
|
|
24
|
-
justify-content: center;
|
|
25
|
-
align-items: center;
|
|
26
|
-
padding: .5rem 1rem;
|
|
27
|
-
font-size: .875rem;
|
|
28
|
-
font-weight: 500;
|
|
29
|
-
transition-property: color, background-color;
|
|
30
|
-
transition-duration: .3s;
|
|
31
|
-
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
32
|
-
display: flex;
|
|
33
|
-
position: relative;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.c15t-devtool-tab-button:not(.selected) {
|
|
37
|
-
color: var(--c15t-dev-tools-muted-foreground);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.c15t-devtool-tab-button:not(.selected):hover {
|
|
41
|
-
background-color: var(--c15t-dev-tools-muted);
|
|
42
|
-
color: var(--c15t-dev-tools-foreground);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.c15t-devtool-tab-button.selected {
|
|
46
|
-
background-color: var(--c15t-dev-tools-muted);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.c15t-devtool-tab-button.selected.primary {
|
|
50
|
-
color: var(--c15t-dev-tools-primary);
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.c15t-devtool-tab-title {
|
|
54
|
-
white-space: nowrap;
|
|
55
|
-
overflow: hidden;
|
|
56
|
-
}
|
|
57
|
-
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import type { LucideIcon } from 'lucide-react';
|
|
2
|
-
import './expandable-tabs.css';
|
|
3
|
-
interface Tab {
|
|
4
|
-
title: string;
|
|
5
|
-
icon: LucideIcon;
|
|
6
|
-
type?: never;
|
|
7
|
-
}
|
|
8
|
-
interface Separator {
|
|
9
|
-
type: 'separator';
|
|
10
|
-
title?: never;
|
|
11
|
-
icon?: never;
|
|
12
|
-
}
|
|
13
|
-
type TabItem = Tab | Separator;
|
|
14
|
-
interface ExpandableTabsProps {
|
|
15
|
-
tabs: TabItem[];
|
|
16
|
-
className?: string;
|
|
17
|
-
activeColor?: string;
|
|
18
|
-
onChange?: (index: number | null) => void;
|
|
19
|
-
}
|
|
20
|
-
declare const Separator: import("react").MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;
|
|
21
|
-
export declare function ExpandableTabs({ tabs, className, activeColor, onChange, }: ExpandableTabsProps): import("react/jsx-runtime").JSX.Element;
|
|
22
|
-
export {};
|
|
23
|
-
//# sourceMappingURL=expandable-tabs.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"expandable-tabs.d.ts","sourceRoot":"","sources":["../../../src/components/ui/expandable-tabs.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG/C,OAAO,uBAAuB,CAAC;AAE/B,UAAU,GAAG;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,UAAU,CAAC;IACjB,IAAI,CAAC,EAAE,KAAK,CAAC;CACb;AAED,UAAU,SAAS;IAClB,IAAI,EAAE,WAAW,CAAC;IAClB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC;CACb;AAED,KAAK,OAAO,GAAG,GAAG,GAAG,SAAS,CAAC;AAE/B,UAAU,mBAAmB;IAC5B,IAAI,EAAE,OAAO,EAAE,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;CAC1C;AAuBD,QAAA,MAAM,SAAS,oFAEb,CAAC;AAkDH,wBAAgB,cAAc,CAAC,EAC9B,IAAI,EACJ,SAAS,EACT,WAAuB,EACvB,QAAQ,GACR,EAAE,mBAAmB,2CAqCrB"}
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
-
import { AnimatePresence, motion } from "motion/react";
|
|
4
|
-
import { memo, useCallback, useEffect, useState } from "react";
|
|
5
|
-
import "./expandable-tabs.css";
|
|
6
|
-
const buttonVariants = {
|
|
7
|
-
initial: {
|
|
8
|
-
gap: 0,
|
|
9
|
-
paddingLeft: '.5rem',
|
|
10
|
-
paddingRight: '.5rem'
|
|
11
|
-
},
|
|
12
|
-
animate: (isSelected)=>({
|
|
13
|
-
gap: isSelected ? '.5rem' : 0,
|
|
14
|
-
paddingLeft: isSelected ? '1rem' : '.5rem',
|
|
15
|
-
paddingRight: isSelected ? '1rem' : '.5rem'
|
|
16
|
-
})
|
|
17
|
-
};
|
|
18
|
-
const spanVariants = {
|
|
19
|
-
initial: {
|
|
20
|
-
width: 0,
|
|
21
|
-
opacity: 0
|
|
22
|
-
},
|
|
23
|
-
animate: {
|
|
24
|
-
width: 'auto',
|
|
25
|
-
opacity: 1
|
|
26
|
-
},
|
|
27
|
-
exit: {
|
|
28
|
-
width: 0,
|
|
29
|
-
opacity: 0
|
|
30
|
-
}
|
|
31
|
-
};
|
|
32
|
-
const transition = {
|
|
33
|
-
delay: 0.1,
|
|
34
|
-
type: 'spring',
|
|
35
|
-
bounce: 0,
|
|
36
|
-
duration: 0.6
|
|
37
|
-
};
|
|
38
|
-
const Separator = /*#__PURE__*/ memo(()=>/*#__PURE__*/ jsx("div", {
|
|
39
|
-
className: "c15t-devtool-tab-separator",
|
|
40
|
-
"aria-hidden": "true"
|
|
41
|
-
}));
|
|
42
|
-
Separator.displayName = 'Separator';
|
|
43
|
-
const TabButton = /*#__PURE__*/ memo(({ tab, index, isSelected, activeColor, onClick })=>{
|
|
44
|
-
const Icon = tab.icon;
|
|
45
|
-
return /*#__PURE__*/ jsxs(motion.button, {
|
|
46
|
-
variants: buttonVariants,
|
|
47
|
-
initial: false,
|
|
48
|
-
animate: "animate",
|
|
49
|
-
custom: isSelected,
|
|
50
|
-
onClick: ()=>onClick(index),
|
|
51
|
-
transition: transition,
|
|
52
|
-
className: `c15t-devtool-tab-button ${isSelected ? `selected ${activeColor}` : ''}`,
|
|
53
|
-
children: [
|
|
54
|
-
/*#__PURE__*/ jsx(Icon, {
|
|
55
|
-
size: 20
|
|
56
|
-
}),
|
|
57
|
-
/*#__PURE__*/ jsx(AnimatePresence, {
|
|
58
|
-
initial: false,
|
|
59
|
-
children: isSelected && /*#__PURE__*/ jsx(motion.span, {
|
|
60
|
-
variants: spanVariants,
|
|
61
|
-
initial: "initial",
|
|
62
|
-
animate: "animate",
|
|
63
|
-
exit: "exit",
|
|
64
|
-
transition: transition,
|
|
65
|
-
className: "c15t-devtool-tab-title",
|
|
66
|
-
children: tab.title
|
|
67
|
-
})
|
|
68
|
-
})
|
|
69
|
-
]
|
|
70
|
-
});
|
|
71
|
-
});
|
|
72
|
-
TabButton.displayName = 'TabButton';
|
|
73
|
-
function ExpandableTabs({ tabs, className, activeColor = 'primary', onChange }) {
|
|
74
|
-
const [selected, setSelected] = useState(0);
|
|
75
|
-
const handleInitialChange = useCallback(()=>{
|
|
76
|
-
onChange?.(0);
|
|
77
|
-
}, [
|
|
78
|
-
onChange
|
|
79
|
-
]);
|
|
80
|
-
useEffect(()=>{
|
|
81
|
-
handleInitialChange();
|
|
82
|
-
}, [
|
|
83
|
-
handleInitialChange
|
|
84
|
-
]);
|
|
85
|
-
const handleSelect = useCallback((index)=>{
|
|
86
|
-
setSelected(index);
|
|
87
|
-
onChange?.(index);
|
|
88
|
-
}, [
|
|
89
|
-
onChange
|
|
90
|
-
]);
|
|
91
|
-
return /*#__PURE__*/ jsx("div", {
|
|
92
|
-
className: `c15t-devtool-tabs-container ${className || ''}`,
|
|
93
|
-
children: tabs.map((tab, index)=>'separator' === tab.type ? /*#__PURE__*/ jsx(Separator, {}, `separator-${index}`) : /*#__PURE__*/ jsx(TabButton, {
|
|
94
|
-
tab: tab,
|
|
95
|
-
index: index,
|
|
96
|
-
isSelected: selected === index,
|
|
97
|
-
activeColor: activeColor,
|
|
98
|
-
onClick: handleSelect
|
|
99
|
-
}, `${tab.title}-${index}`))
|
|
100
|
-
});
|
|
101
|
-
}
|
|
102
|
-
export { ExpandableTabs };
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __webpack_require__ = {};
|
|
3
|
-
(()=>{
|
|
4
|
-
__webpack_require__.d = (exports1, definition)=>{
|
|
5
|
-
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
6
|
-
enumerable: true,
|
|
7
|
-
get: definition[key]
|
|
8
|
-
});
|
|
9
|
-
};
|
|
10
|
-
})();
|
|
11
|
-
(()=>{
|
|
12
|
-
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
13
|
-
})();
|
|
14
|
-
(()=>{
|
|
15
|
-
__webpack_require__.r = (exports1)=>{
|
|
16
|
-
if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
17
|
-
value: 'Module'
|
|
18
|
-
});
|
|
19
|
-
Object.defineProperty(exports1, '__esModule', {
|
|
20
|
-
value: true
|
|
21
|
-
});
|
|
22
|
-
};
|
|
23
|
-
})();
|
|
24
|
-
var __webpack_exports__ = {};
|
|
25
|
-
__webpack_require__.r(__webpack_exports__);
|
|
26
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
27
|
-
C15TIcon: ()=>C15TIcon
|
|
28
|
-
});
|
|
29
|
-
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
30
|
-
const C15TIcon = ({ title = 'Consent Management', titleId = 'Consent Management', ...props })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
31
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
32
|
-
viewBox: "0 0 1362 160",
|
|
33
|
-
"aria-labelledby": titleId,
|
|
34
|
-
...props,
|
|
35
|
-
children: [
|
|
36
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("title", {
|
|
37
|
-
id: titleId,
|
|
38
|
-
children: title
|
|
39
|
-
}),
|
|
40
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
41
|
-
d: "M74.1332 51.2928C83.4342 51.2928 90.9742 43.7528 90.9742 34.4518C90.9742 25.1508 83.4342 17.6108 74.1332 17.6108C64.8322 17.6108 57.2922 25.1508 57.2922 34.4518C57.2922 43.7528 64.8322 51.2928 74.1332 51.2928Z",
|
|
42
|
-
stroke: "currentColor",
|
|
43
|
-
strokeWidth: "13.4728",
|
|
44
|
-
strokeLinecap: "round",
|
|
45
|
-
strokeLinejoin: "round"
|
|
46
|
-
}),
|
|
47
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
48
|
-
d: "M62.0082 46.5772L35.7363 72.8491",
|
|
49
|
-
stroke: "currentColor",
|
|
50
|
-
strokeWidth: "13.4728",
|
|
51
|
-
strokeLinecap: "round",
|
|
52
|
-
strokeLinejoin: "round"
|
|
53
|
-
}),
|
|
54
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
55
|
-
d: "M61.0776 124.531L34.8057 98.2592",
|
|
56
|
-
stroke: "currentColor",
|
|
57
|
-
strokeWidth: "13.4728",
|
|
58
|
-
strokeLinecap: "round",
|
|
59
|
-
strokeLinejoin: "round"
|
|
60
|
-
}),
|
|
61
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
62
|
-
d: "M23.6105 101.816C32.9115 101.816 40.4514 94.2756 40.4514 84.9746C40.4514 75.6736 32.9115 68.1337 23.6105 68.1337C14.3095 68.1337 6.76953 75.6736 6.76953 84.9746C6.76953 94.2756 14.3095 101.816 23.6105 101.816Z",
|
|
63
|
-
stroke: "currentColor",
|
|
64
|
-
strokeWidth: "13.4728",
|
|
65
|
-
strokeLinecap: "round",
|
|
66
|
-
strokeLinejoin: "round"
|
|
67
|
-
}),
|
|
68
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
69
|
-
d: "M40.4517 84.9747H107.815",
|
|
70
|
-
stroke: "currentColor",
|
|
71
|
-
strokeWidth: "13.4728",
|
|
72
|
-
strokeLinecap: "round",
|
|
73
|
-
strokeLinejoin: "round"
|
|
74
|
-
}),
|
|
75
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
76
|
-
d: "M124.656 101.816C133.957 101.816 141.497 94.2756 141.497 84.9746C141.497 75.6736 133.957 68.1337 124.656 68.1337C115.355 68.1337 107.815 75.6736 107.815 84.9746C107.815 94.2756 115.355 101.816 124.656 101.816Z",
|
|
77
|
-
stroke: "currentColor",
|
|
78
|
-
strokeWidth: "13.4728",
|
|
79
|
-
strokeLinecap: "round",
|
|
80
|
-
strokeLinejoin: "round"
|
|
81
|
-
}),
|
|
82
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
83
|
-
d: "M74.1332 152.338C83.4342 152.338 90.9742 144.798 90.9742 135.497C90.9742 126.196 83.4342 118.656 74.1332 118.656C64.8322 118.656 57.2922 126.196 57.2922 135.497C57.2922 144.798 64.8322 152.338 74.1332 152.338Z",
|
|
84
|
-
stroke: "currentColor",
|
|
85
|
-
strokeWidth: "13.4728",
|
|
86
|
-
strokeLinecap: "round",
|
|
87
|
-
strokeLinejoin: "round"
|
|
88
|
-
}),
|
|
89
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
90
|
-
d: "M213.869 83.64C213.869 65.16 228.509 51.6 246.749 51.6C255.749 51.6 264.029 54.6 270.989 62.04L262.109 71.28C258.029 67.08 253.229 64.68 246.749 64.68C236.189 64.68 228.149 72.72 228.149 83.64C228.149 94.56 236.189 102.6 246.749 102.6C253.229 102.6 258.029 100.2 262.109 96L270.989 105.24C264.029 112.68 255.749 115.68 246.749 115.68C228.509 115.68 213.869 102.12 213.869 83.64ZM273.288 83.76C273.288 65.64 287.928 51.72 306.288 51.72C324.528 51.72 339.288 65.64 339.288 83.76C339.288 101.88 324.528 115.8 306.288 115.8C287.928 115.8 273.288 101.88 273.288 83.76ZM287.568 83.76C287.568 94.44 295.608 102.72 306.288 102.72C316.848 102.72 325.008 94.44 325.008 83.76C325.008 73.08 316.848 64.8 306.288 64.8C295.608 64.8 287.568 73.08 287.568 83.76ZM346.479 53.52H360.759V62.16C363.519 56.4 370.359 52.32 379.119 52.32C393.639 52.32 402.039 61.68 402.039 76.56V114H387.639V78.6C387.639 70.44 382.959 65.16 374.799 65.16C366.639 65.16 360.759 70.92 360.759 79.2V114H346.479V53.52ZM415.849 95.52C418.369 99.6 424.009 103.08 431.809 103.08C440.089 103.08 442.609 99.6 442.609 96.48C442.609 91.44 435.409 90.24 426.049 86.88C417.169 83.64 411.169 79.08 411.169 69.84C411.169 58.2 421.009 51.72 432.529 51.72C442.609 51.72 449.329 55.56 453.529 60.84L445.489 69.36C442.969 66.36 438.889 64.08 432.289 64.08C427.729 64.08 424.969 66.24 424.969 69.48C424.969 74.04 430.009 74.64 440.209 78.36C451.369 82.32 456.409 87.6 456.409 96.36C456.409 106.8 448.849 115.56 431.569 115.56C418.969 115.56 410.329 110.52 406.609 103.32L415.849 95.52ZM459.747 83.76C459.747 64.32 473.307 51.84 491.427 51.84C509.427 51.84 521.307 65.4 521.307 82.32C521.307 82.32 521.307 84.96 521.067 87.36H474.027C474.507 96.96 481.587 103.2 492.267 103.2C499.587 103.2 504.027 100.8 508.587 96.24L517.227 104.64C509.427 112.92 500.907 115.44 491.787 115.44C472.827 115.44 459.747 103.2 459.747 84.24V83.76ZM506.667 77.28C506.667 70.08 499.827 64.08 491.427 64.08C482.427 64.08 474.987 69.96 474.387 77.28H506.667ZM528.017 53.52H542.297V62.16C545.057 56.4 551.897 52.32 560.657 52.32C575.177 52.32 583.577 61.68 583.577 76.56V114H569.177V78.6C569.177 70.44 564.497 65.16 556.337 65.16C548.177 65.16 542.297 70.92 542.297 79.2V114H528.017V53.52ZM596.906 66.6H589.106V53.52H596.906V30.36H611.306V53.52H624.386V66.6H611.306V114H596.906V66.6ZM657.054 53.52H671.334V62.16C673.854 56.4 679.734 52.32 687.654 52.32C696.054 52.32 701.694 56.16 704.574 62.88C708.294 55.32 715.614 52.32 724.374 52.32C737.694 52.32 745.374 61.68 745.374 76.56V114H730.974V78.6C730.974 70.44 727.134 65.16 720.174 65.16C713.214 65.16 708.174 70.92 708.174 79.2V114H693.894V78.6C693.894 70.44 690.054 65.16 683.094 65.16C676.374 65.16 671.334 70.92 671.334 79.2V114H657.054V53.52ZM751.919 83.76C751.919 65.88 765.119 52.2 782.159 52.2C792.359 52.2 799.439 56.64 801.479 62.28V53.52H815.879V114H801.479V105.24C799.439 110.88 792.359 115.32 782.159 115.32C765.119 115.32 751.919 101.64 751.919 83.76ZM766.199 83.76C766.199 94.32 773.879 102.24 784.079 102.24C794.519 102.24 802.559 94.32 802.559 83.76C802.559 73.2 794.519 65.28 784.079 65.28C773.879 65.28 766.199 73.2 766.199 83.76ZM825.462 53.52H839.742V62.16C842.502 56.4 849.342 52.32 858.102 52.32C872.622 52.32 881.022 61.68 881.022 76.56V114H866.622V78.6C866.622 70.44 861.942 65.16 853.782 65.16C845.622 65.16 839.742 70.92 839.742 79.2V114H825.462V53.52ZM887.631 83.76C887.631 65.88 900.831 52.2 917.871 52.2C928.071 52.2 935.151 56.64 937.191 62.28V53.52H951.591V114H937.191V105.24C935.151 110.88 928.071 115.32 917.871 115.32C900.831 115.32 887.631 101.64 887.631 83.76ZM901.911 83.76C901.911 94.32 909.591 102.24 919.791 102.24C930.231 102.24 938.271 94.32 938.271 83.76C938.271 73.2 930.231 65.28 919.791 65.28C909.591 65.28 901.911 73.2 901.911 83.76ZM958.535 83.52C958.535 65.88 971.735 52.2 988.775 52.2C998.975 52.2 1006.05 56.64 1008.09 62.28V53.52H1022.49V103.92C1022.49 116.64 1021.17 126.72 1012.29 133.68C1006.89 137.88 999.215 140.4 990.935 140.4C979.655 140.4 969.935 137.52 961.655 131.64L968.615 120.96C974.735 125.04 981.215 127.56 989.375 127.56C994.655 127.56 999.455 126.36 1002.69 123.96C1007.73 120.24 1008.45 114 1008.45 108.6V105.6C1005.81 110.4 998.855 114.48 988.775 114.48C971.735 114.48 958.535 101.16 958.535 83.52ZM972.815 83.52C972.815 93.96 980.495 101.76 990.695 101.76C1001.13 101.76 1009.17 93.96 1009.17 83.52C1009.17 73.2 1001.13 65.28 990.695 65.28C980.495 65.28 972.815 73.2 972.815 83.52ZM1029.44 83.76C1029.44 64.32 1043 51.84 1061.12 51.84C1079.12 51.84 1091 65.4 1091 82.32C1091 82.32 1091 84.96 1090.76 87.36H1043.72C1044.2 96.96 1051.28 103.2 1061.96 103.2C1069.28 103.2 1073.72 100.8 1078.28 96.24L1086.92 104.64C1079.12 112.92 1070.6 115.44 1061.48 115.44C1042.52 115.44 1029.44 103.2 1029.44 84.24V83.76ZM1076.36 77.28C1076.36 70.08 1069.52 64.08 1061.12 64.08C1052.12 64.08 1044.68 69.96 1044.08 77.28H1076.36ZM1097.71 53.52H1111.99V62.16C1114.51 56.4 1120.39 52.32 1128.31 52.32C1136.71 52.32 1142.35 56.16 1145.23 62.88C1148.95 55.32 1156.27 52.32 1165.03 52.32C1178.35 52.32 1186.03 61.68 1186.03 76.56V114H1171.63V78.6C1171.63 70.44 1167.79 65.16 1160.83 65.16C1153.87 65.16 1148.83 70.92 1148.83 79.2V114H1134.55V78.6C1134.55 70.44 1130.71 65.16 1123.75 65.16C1117.03 65.16 1111.99 70.92 1111.99 79.2V114H1097.71V53.52ZM1192.57 83.76C1192.57 64.32 1206.13 51.84 1224.25 51.84C1242.25 51.84 1254.13 65.4 1254.13 82.32C1254.13 82.32 1254.13 84.96 1253.89 87.36H1206.85C1207.33 96.96 1214.41 103.2 1225.09 103.2C1232.41 103.2 1236.85 100.8 1241.41 96.24L1250.05 104.64C1242.25 112.92 1233.73 115.44 1224.61 115.44C1205.65 115.44 1192.57 103.2 1192.57 84.24V83.76ZM1239.49 77.28C1239.49 70.08 1232.65 64.08 1224.25 64.08C1215.25 64.08 1207.81 69.96 1207.21 77.28H1239.49ZM1260.84 53.52H1275.12V62.16C1277.88 56.4 1284.72 52.32 1293.48 52.32C1308 52.32 1316.4 61.68 1316.4 76.56V114H1302V78.6C1302 70.44 1297.32 65.16 1289.16 65.16C1281 65.16 1275.12 70.92 1275.12 79.2V114H1260.84V53.52ZM1329.73 66.6H1321.93V53.52H1329.73V30.36H1344.13V53.52H1357.21V66.6H1344.13V114H1329.73V66.6Z",
|
|
91
|
-
fill: "currentColor"
|
|
92
|
-
})
|
|
93
|
-
]
|
|
94
|
-
});
|
|
95
|
-
exports.C15TIcon = __webpack_exports__.C15TIcon;
|
|
96
|
-
for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
97
|
-
"C15TIcon"
|
|
98
|
-
].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
|
|
99
|
-
Object.defineProperty(exports, '__esModule', {
|
|
100
|
-
value: true
|
|
101
|
-
});
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { SVGProps } from 'react';
|
|
2
|
-
interface C15TIconProps {
|
|
3
|
-
title?: string;
|
|
4
|
-
titleId?: string;
|
|
5
|
-
}
|
|
6
|
-
export declare const C15TIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & C15TIconProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export {};
|
|
8
|
-
//# sourceMappingURL=logo.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"logo.d.ts","sourceRoot":"","sources":["../../../src/components/ui/logo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,UAAU,aAAa;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,QAAQ,GAAI,8BAItB,QAAQ,CAAC,aAAa,CAAC,GAAG,aAAa,4CA+DzC,CAAC"}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
const C15TIcon = ({ title = 'Consent Management', titleId = 'Consent Management', ...props })=>/*#__PURE__*/ jsxs("svg", {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
viewBox: "0 0 1362 160",
|
|
5
|
-
"aria-labelledby": titleId,
|
|
6
|
-
...props,
|
|
7
|
-
children: [
|
|
8
|
-
/*#__PURE__*/ jsx("title", {
|
|
9
|
-
id: titleId,
|
|
10
|
-
children: title
|
|
11
|
-
}),
|
|
12
|
-
/*#__PURE__*/ jsx("path", {
|
|
13
|
-
d: "M74.1332 51.2928C83.4342 51.2928 90.9742 43.7528 90.9742 34.4518C90.9742 25.1508 83.4342 17.6108 74.1332 17.6108C64.8322 17.6108 57.2922 25.1508 57.2922 34.4518C57.2922 43.7528 64.8322 51.2928 74.1332 51.2928Z",
|
|
14
|
-
stroke: "currentColor",
|
|
15
|
-
strokeWidth: "13.4728",
|
|
16
|
-
strokeLinecap: "round",
|
|
17
|
-
strokeLinejoin: "round"
|
|
18
|
-
}),
|
|
19
|
-
/*#__PURE__*/ jsx("path", {
|
|
20
|
-
d: "M62.0082 46.5772L35.7363 72.8491",
|
|
21
|
-
stroke: "currentColor",
|
|
22
|
-
strokeWidth: "13.4728",
|
|
23
|
-
strokeLinecap: "round",
|
|
24
|
-
strokeLinejoin: "round"
|
|
25
|
-
}),
|
|
26
|
-
/*#__PURE__*/ jsx("path", {
|
|
27
|
-
d: "M61.0776 124.531L34.8057 98.2592",
|
|
28
|
-
stroke: "currentColor",
|
|
29
|
-
strokeWidth: "13.4728",
|
|
30
|
-
strokeLinecap: "round",
|
|
31
|
-
strokeLinejoin: "round"
|
|
32
|
-
}),
|
|
33
|
-
/*#__PURE__*/ jsx("path", {
|
|
34
|
-
d: "M23.6105 101.816C32.9115 101.816 40.4514 94.2756 40.4514 84.9746C40.4514 75.6736 32.9115 68.1337 23.6105 68.1337C14.3095 68.1337 6.76953 75.6736 6.76953 84.9746C6.76953 94.2756 14.3095 101.816 23.6105 101.816Z",
|
|
35
|
-
stroke: "currentColor",
|
|
36
|
-
strokeWidth: "13.4728",
|
|
37
|
-
strokeLinecap: "round",
|
|
38
|
-
strokeLinejoin: "round"
|
|
39
|
-
}),
|
|
40
|
-
/*#__PURE__*/ jsx("path", {
|
|
41
|
-
d: "M40.4517 84.9747H107.815",
|
|
42
|
-
stroke: "currentColor",
|
|
43
|
-
strokeWidth: "13.4728",
|
|
44
|
-
strokeLinecap: "round",
|
|
45
|
-
strokeLinejoin: "round"
|
|
46
|
-
}),
|
|
47
|
-
/*#__PURE__*/ jsx("path", {
|
|
48
|
-
d: "M124.656 101.816C133.957 101.816 141.497 94.2756 141.497 84.9746C141.497 75.6736 133.957 68.1337 124.656 68.1337C115.355 68.1337 107.815 75.6736 107.815 84.9746C107.815 94.2756 115.355 101.816 124.656 101.816Z",
|
|
49
|
-
stroke: "currentColor",
|
|
50
|
-
strokeWidth: "13.4728",
|
|
51
|
-
strokeLinecap: "round",
|
|
52
|
-
strokeLinejoin: "round"
|
|
53
|
-
}),
|
|
54
|
-
/*#__PURE__*/ jsx("path", {
|
|
55
|
-
d: "M74.1332 152.338C83.4342 152.338 90.9742 144.798 90.9742 135.497C90.9742 126.196 83.4342 118.656 74.1332 118.656C64.8322 118.656 57.2922 126.196 57.2922 135.497C57.2922 144.798 64.8322 152.338 74.1332 152.338Z",
|
|
56
|
-
stroke: "currentColor",
|
|
57
|
-
strokeWidth: "13.4728",
|
|
58
|
-
strokeLinecap: "round",
|
|
59
|
-
strokeLinejoin: "round"
|
|
60
|
-
}),
|
|
61
|
-
/*#__PURE__*/ jsx("path", {
|
|
62
|
-
d: "M213.869 83.64C213.869 65.16 228.509 51.6 246.749 51.6C255.749 51.6 264.029 54.6 270.989 62.04L262.109 71.28C258.029 67.08 253.229 64.68 246.749 64.68C236.189 64.68 228.149 72.72 228.149 83.64C228.149 94.56 236.189 102.6 246.749 102.6C253.229 102.6 258.029 100.2 262.109 96L270.989 105.24C264.029 112.68 255.749 115.68 246.749 115.68C228.509 115.68 213.869 102.12 213.869 83.64ZM273.288 83.76C273.288 65.64 287.928 51.72 306.288 51.72C324.528 51.72 339.288 65.64 339.288 83.76C339.288 101.88 324.528 115.8 306.288 115.8C287.928 115.8 273.288 101.88 273.288 83.76ZM287.568 83.76C287.568 94.44 295.608 102.72 306.288 102.72C316.848 102.72 325.008 94.44 325.008 83.76C325.008 73.08 316.848 64.8 306.288 64.8C295.608 64.8 287.568 73.08 287.568 83.76ZM346.479 53.52H360.759V62.16C363.519 56.4 370.359 52.32 379.119 52.32C393.639 52.32 402.039 61.68 402.039 76.56V114H387.639V78.6C387.639 70.44 382.959 65.16 374.799 65.16C366.639 65.16 360.759 70.92 360.759 79.2V114H346.479V53.52ZM415.849 95.52C418.369 99.6 424.009 103.08 431.809 103.08C440.089 103.08 442.609 99.6 442.609 96.48C442.609 91.44 435.409 90.24 426.049 86.88C417.169 83.64 411.169 79.08 411.169 69.84C411.169 58.2 421.009 51.72 432.529 51.72C442.609 51.72 449.329 55.56 453.529 60.84L445.489 69.36C442.969 66.36 438.889 64.08 432.289 64.08C427.729 64.08 424.969 66.24 424.969 69.48C424.969 74.04 430.009 74.64 440.209 78.36C451.369 82.32 456.409 87.6 456.409 96.36C456.409 106.8 448.849 115.56 431.569 115.56C418.969 115.56 410.329 110.52 406.609 103.32L415.849 95.52ZM459.747 83.76C459.747 64.32 473.307 51.84 491.427 51.84C509.427 51.84 521.307 65.4 521.307 82.32C521.307 82.32 521.307 84.96 521.067 87.36H474.027C474.507 96.96 481.587 103.2 492.267 103.2C499.587 103.2 504.027 100.8 508.587 96.24L517.227 104.64C509.427 112.92 500.907 115.44 491.787 115.44C472.827 115.44 459.747 103.2 459.747 84.24V83.76ZM506.667 77.28C506.667 70.08 499.827 64.08 491.427 64.08C482.427 64.08 474.987 69.96 474.387 77.28H506.667ZM528.017 53.52H542.297V62.16C545.057 56.4 551.897 52.32 560.657 52.32C575.177 52.32 583.577 61.68 583.577 76.56V114H569.177V78.6C569.177 70.44 564.497 65.16 556.337 65.16C548.177 65.16 542.297 70.92 542.297 79.2V114H528.017V53.52ZM596.906 66.6H589.106V53.52H596.906V30.36H611.306V53.52H624.386V66.6H611.306V114H596.906V66.6ZM657.054 53.52H671.334V62.16C673.854 56.4 679.734 52.32 687.654 52.32C696.054 52.32 701.694 56.16 704.574 62.88C708.294 55.32 715.614 52.32 724.374 52.32C737.694 52.32 745.374 61.68 745.374 76.56V114H730.974V78.6C730.974 70.44 727.134 65.16 720.174 65.16C713.214 65.16 708.174 70.92 708.174 79.2V114H693.894V78.6C693.894 70.44 690.054 65.16 683.094 65.16C676.374 65.16 671.334 70.92 671.334 79.2V114H657.054V53.52ZM751.919 83.76C751.919 65.88 765.119 52.2 782.159 52.2C792.359 52.2 799.439 56.64 801.479 62.28V53.52H815.879V114H801.479V105.24C799.439 110.88 792.359 115.32 782.159 115.32C765.119 115.32 751.919 101.64 751.919 83.76ZM766.199 83.76C766.199 94.32 773.879 102.24 784.079 102.24C794.519 102.24 802.559 94.32 802.559 83.76C802.559 73.2 794.519 65.28 784.079 65.28C773.879 65.28 766.199 73.2 766.199 83.76ZM825.462 53.52H839.742V62.16C842.502 56.4 849.342 52.32 858.102 52.32C872.622 52.32 881.022 61.68 881.022 76.56V114H866.622V78.6C866.622 70.44 861.942 65.16 853.782 65.16C845.622 65.16 839.742 70.92 839.742 79.2V114H825.462V53.52ZM887.631 83.76C887.631 65.88 900.831 52.2 917.871 52.2C928.071 52.2 935.151 56.64 937.191 62.28V53.52H951.591V114H937.191V105.24C935.151 110.88 928.071 115.32 917.871 115.32C900.831 115.32 887.631 101.64 887.631 83.76ZM901.911 83.76C901.911 94.32 909.591 102.24 919.791 102.24C930.231 102.24 938.271 94.32 938.271 83.76C938.271 73.2 930.231 65.28 919.791 65.28C909.591 65.28 901.911 73.2 901.911 83.76ZM958.535 83.52C958.535 65.88 971.735 52.2 988.775 52.2C998.975 52.2 1006.05 56.64 1008.09 62.28V53.52H1022.49V103.92C1022.49 116.64 1021.17 126.72 1012.29 133.68C1006.89 137.88 999.215 140.4 990.935 140.4C979.655 140.4 969.935 137.52 961.655 131.64L968.615 120.96C974.735 125.04 981.215 127.56 989.375 127.56C994.655 127.56 999.455 126.36 1002.69 123.96C1007.73 120.24 1008.45 114 1008.45 108.6V105.6C1005.81 110.4 998.855 114.48 988.775 114.48C971.735 114.48 958.535 101.16 958.535 83.52ZM972.815 83.52C972.815 93.96 980.495 101.76 990.695 101.76C1001.13 101.76 1009.17 93.96 1009.17 83.52C1009.17 73.2 1001.13 65.28 990.695 65.28C980.495 65.28 972.815 73.2 972.815 83.52ZM1029.44 83.76C1029.44 64.32 1043 51.84 1061.12 51.84C1079.12 51.84 1091 65.4 1091 82.32C1091 82.32 1091 84.96 1090.76 87.36H1043.72C1044.2 96.96 1051.28 103.2 1061.96 103.2C1069.28 103.2 1073.72 100.8 1078.28 96.24L1086.92 104.64C1079.12 112.92 1070.6 115.44 1061.48 115.44C1042.52 115.44 1029.44 103.2 1029.44 84.24V83.76ZM1076.36 77.28C1076.36 70.08 1069.52 64.08 1061.12 64.08C1052.12 64.08 1044.68 69.96 1044.08 77.28H1076.36ZM1097.71 53.52H1111.99V62.16C1114.51 56.4 1120.39 52.32 1128.31 52.32C1136.71 52.32 1142.35 56.16 1145.23 62.88C1148.95 55.32 1156.27 52.32 1165.03 52.32C1178.35 52.32 1186.03 61.68 1186.03 76.56V114H1171.63V78.6C1171.63 70.44 1167.79 65.16 1160.83 65.16C1153.87 65.16 1148.83 70.92 1148.83 79.2V114H1134.55V78.6C1134.55 70.44 1130.71 65.16 1123.75 65.16C1117.03 65.16 1111.99 70.92 1111.99 79.2V114H1097.71V53.52ZM1192.57 83.76C1192.57 64.32 1206.13 51.84 1224.25 51.84C1242.25 51.84 1254.13 65.4 1254.13 82.32C1254.13 82.32 1254.13 84.96 1253.89 87.36H1206.85C1207.33 96.96 1214.41 103.2 1225.09 103.2C1232.41 103.2 1236.85 100.8 1241.41 96.24L1250.05 104.64C1242.25 112.92 1233.73 115.44 1224.61 115.44C1205.65 115.44 1192.57 103.2 1192.57 84.24V83.76ZM1239.49 77.28C1239.49 70.08 1232.65 64.08 1224.25 64.08C1215.25 64.08 1207.81 69.96 1207.21 77.28H1239.49ZM1260.84 53.52H1275.12V62.16C1277.88 56.4 1284.72 52.32 1293.48 52.32C1308 52.32 1316.4 61.68 1316.4 76.56V114H1302V78.6C1302 70.44 1297.32 65.16 1289.16 65.16C1281 65.16 1275.12 70.92 1275.12 79.2V114H1260.84V53.52ZM1329.73 66.6H1321.93V53.52H1329.73V30.36H1344.13V53.52H1357.21V66.6H1344.13V114H1329.73V66.6Z",
|
|
63
|
-
fill: "currentColor"
|
|
64
|
-
})
|
|
65
|
-
]
|
|
66
|
-
});
|
|
67
|
-
export { C15TIcon };
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
'use client';
|
|
2
|
-
"use strict";
|
|
3
|
-
var __webpack_require__ = {};
|
|
4
|
-
(()=>{
|
|
5
|
-
__webpack_require__.d = (exports1, definition)=>{
|
|
6
|
-
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: definition[key]
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
})();
|
|
12
|
-
(()=>{
|
|
13
|
-
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
14
|
-
})();
|
|
15
|
-
(()=>{
|
|
16
|
-
__webpack_require__.r = (exports1)=>{
|
|
17
|
-
if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
18
|
-
value: 'Module'
|
|
19
|
-
});
|
|
20
|
-
Object.defineProperty(exports1, '__esModule', {
|
|
21
|
-
value: true
|
|
22
|
-
});
|
|
23
|
-
};
|
|
24
|
-
})();
|
|
25
|
-
var __webpack_exports__ = {};
|
|
26
|
-
__webpack_require__.r(__webpack_exports__);
|
|
27
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
28
|
-
ScrollBar: ()=>ScrollBar,
|
|
29
|
-
ScrollArea: ()=>ScrollArea
|
|
30
|
-
});
|
|
31
|
-
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
32
|
-
const react_scroll_area_namespaceObject = require("@radix-ui/react-scroll-area");
|
|
33
|
-
const external_react_namespaceObject = require("react");
|
|
34
|
-
require("./scroll-area.css");
|
|
35
|
-
const ScrollArea = /*#__PURE__*/ (0, external_react_namespaceObject.forwardRef)(({ className, children, ...props }, ref)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(react_scroll_area_namespaceObject.Root, {
|
|
36
|
-
ref: ref,
|
|
37
|
-
className: `c15t-devtool-scroll-root ${className || ''}`,
|
|
38
|
-
...props,
|
|
39
|
-
children: [
|
|
40
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(react_scroll_area_namespaceObject.Viewport, {
|
|
41
|
-
className: "c15t-devtool-scroll-viewport",
|
|
42
|
-
children: children
|
|
43
|
-
}),
|
|
44
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(ScrollBar, {}),
|
|
45
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(react_scroll_area_namespaceObject.Corner, {})
|
|
46
|
-
]
|
|
47
|
-
}));
|
|
48
|
-
ScrollArea.displayName = react_scroll_area_namespaceObject.Root.displayName;
|
|
49
|
-
const ScrollBar = /*#__PURE__*/ (0, external_react_namespaceObject.forwardRef)(({ className, orientation = 'vertical', ...props }, ref)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(react_scroll_area_namespaceObject.ScrollAreaScrollbar, {
|
|
50
|
-
ref: ref,
|
|
51
|
-
orientation: orientation,
|
|
52
|
-
className: `c15t-devtool-scroll-bar ${className || ''}`,
|
|
53
|
-
...props,
|
|
54
|
-
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(react_scroll_area_namespaceObject.ScrollAreaThumb, {
|
|
55
|
-
className: "c15t-devtool-scroll-thumb"
|
|
56
|
-
})
|
|
57
|
-
}));
|
|
58
|
-
ScrollBar.displayName = react_scroll_area_namespaceObject.ScrollAreaScrollbar.displayName;
|
|
59
|
-
exports.ScrollArea = __webpack_exports__.ScrollArea;
|
|
60
|
-
exports.ScrollBar = __webpack_exports__.ScrollBar;
|
|
61
|
-
for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
62
|
-
"ScrollArea",
|
|
63
|
-
"ScrollBar"
|
|
64
|
-
].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
|
|
65
|
-
Object.defineProperty(exports, '__esModule', {
|
|
66
|
-
value: true
|
|
67
|
-
});
|