@c15t/dev-tools 0.0.1-rc.9 → 1.0.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 +8 -1
- package/README.md +1 -1
- package/dist/components/error-state.cjs +88 -117
- package/dist/components/error-state.css +25 -28
- package/dist/components/error-state.d.ts +4 -6
- package/dist/components/error-state.js +61 -108
- package/dist/components/header.cjs +55 -74
- package/dist/components/header.css +18 -17
- package/dist/components/header.d.ts +3 -5
- package/dist/components/header.js +28 -45
- package/dist/components/ui/accordion.cjs +71 -101
- package/dist/components/ui/accordion.css +39 -39
- package/dist/components/ui/accordion.d.ts +5 -32
- package/dist/components/ui/accordion.js +36 -70
- package/dist/components/ui/alert.cjs +66 -80
- package/dist/components/ui/alert.css +27 -30
- package/dist/components/ui/alert.d.ts +6 -22
- package/dist/components/ui/alert.js +34 -54
- package/dist/components/ui/badge.cjs +52 -62
- package/dist/components/ui/badge.css +27 -39
- package/dist/components/ui/badge.d.ts +7 -22
- package/dist/components/ui/badge.d.ts.map +1 -1
- package/dist/components/ui/badge.js +23 -31
- package/dist/components/ui/button.cjs +67 -76
- package/dist/components/ui/button.css +40 -43
- package/dist/components/ui/button.d.ts +8 -24
- package/dist/components/ui/button.js +38 -47
- package/dist/components/ui/card.cjs +76 -92
- package/dist/components/ui/card.css +21 -20
- package/dist/components/ui/card.d.ts +8 -29
- package/dist/components/ui/card.js +35 -76
- package/dist/components/ui/error-state.css +20 -19
- package/dist/components/ui/expandable-tabs.cjs +118 -158
- package/dist/components/ui/expandable-tabs.css +34 -33
- package/dist/components/ui/expandable-tabs.d.ts +13 -20
- package/dist/components/ui/expandable-tabs.js +91 -131
- package/dist/components/ui/logo.cjs +93 -106
- package/dist/components/ui/logo.d.ts +5 -11
- package/dist/components/ui/logo.d.ts.map +1 -1
- package/dist/components/ui/logo.js +67 -82
- package/dist/components/ui/scroll-area.cjs +57 -85
- package/dist/components/ui/scroll-area.css +25 -24
- package/dist/components/ui/scroll-area.d.ts +3 -17
- package/dist/components/ui/scroll-area.js +28 -62
- package/dist/components/ui/switch.cjs +39 -56
- package/dist/components/ui/switch.css +26 -25
- package/dist/components/ui/switch.d.ts +2 -9
- package/dist/components/ui/switch.js +13 -25
- package/dist/components/ui/tooltip.cjs +48 -60
- package/dist/components/ui/tooltip.css +64 -63
- package/dist/components/ui/tooltip.d.ts +5 -17
- package/dist/components/ui/tooltip.js +16 -32
- package/dist/components/wrapper.cjs +148 -205
- package/dist/components/wrapper.css +49 -48
- package/dist/components/wrapper.d.ts +7 -12
- package/dist/components/wrapper.js +119 -186
- package/dist/dev-tool.cjs +112 -153
- package/dist/dev-tool.d.ts +6 -6
- package/dist/dev-tool.d.ts.map +1 -1
- package/dist/dev-tool.js +71 -108
- package/dist/index.cjs +28 -36
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -3
- package/dist/libs/utils.cjs +39 -58
- package/dist/libs/utils.d.ts +1 -1
- package/dist/libs/utils.js +3 -5
- package/dist/router/router.cjs +145 -193
- package/dist/router/router.d.ts +3 -5
- package/dist/router/router.d.ts.map +1 -1
- package/dist/router/router.js +118 -174
- package/dist/styles/theme.css +37 -36
- package/package.json +12 -12
package/dist/router/router.js
CHANGED
|
@@ -1,180 +1,124 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from
|
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE_lucide_react_f128bbbb__ from
|
|
4
|
-
import * as __WEBPACK_EXTERNAL_MODULE_motion_react_9decfa63__ from
|
|
5
|
-
import * as __WEBPACK_EXTERNAL_MODULE_react__ from
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
3
|
+
import * as __WEBPACK_EXTERNAL_MODULE_lucide_react_f128bbbb__ from "lucide-react";
|
|
4
|
+
import * as __WEBPACK_EXTERNAL_MODULE_motion_react_9decfa63__ from "motion/react";
|
|
5
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react__ from "react";
|
|
6
|
+
import * as __WEBPACK_EXTERNAL_MODULE__components_ui_badge_js_d7eff882__ from "../components/ui/badge.js";
|
|
7
|
+
import * as __WEBPACK_EXTERNAL_MODULE__components_ui_expandable_tabs_js_ecd49e25__ from "../components/ui/expandable-tabs.js";
|
|
8
|
+
import * as __WEBPACK_EXTERNAL_MODULE__components_ui_scroll_area_js_68572765__ from "../components/ui/scroll-area.js";
|
|
9
|
+
import * as __WEBPACK_EXTERNAL_MODULE__dev_tool_js_649ec346__ from "../dev-tool.js";
|
|
10
10
|
const tabs = [
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
11
|
+
{
|
|
12
|
+
title: 'Consents',
|
|
13
|
+
icon: __WEBPACK_EXTERNAL_MODULE_lucide_react_f128bbbb__.ToggleLeft
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
title: 'Compliance',
|
|
17
|
+
icon: __WEBPACK_EXTERNAL_MODULE_lucide_react_f128bbbb__.GanttChartSquare
|
|
18
|
+
}
|
|
19
19
|
];
|
|
20
20
|
function Router({ onClose: _onClose }) {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
transition: {
|
|
124
|
-
delay: 0.05 * index,
|
|
125
|
-
},
|
|
126
|
-
children: [
|
|
127
|
-
/*#__PURE__*/ (0,
|
|
128
|
-
__WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)(
|
|
129
|
-
'div',
|
|
130
|
-
{
|
|
131
|
-
className: 'flex flex-col',
|
|
132
|
-
children: [
|
|
133
|
-
/*#__PURE__*/ (0,
|
|
134
|
-
__WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(
|
|
135
|
-
'span',
|
|
136
|
-
{
|
|
137
|
-
className: 'font-medium text-sm',
|
|
138
|
-
children: item.title,
|
|
139
|
-
}
|
|
140
|
-
),
|
|
141
|
-
item.details &&
|
|
142
|
-
/*#__PURE__*/ (0,
|
|
143
|
-
__WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(
|
|
144
|
-
'span',
|
|
145
|
-
{
|
|
146
|
-
className: 'text-muted-foreground text-xs',
|
|
147
|
-
children: item.details,
|
|
148
|
-
}
|
|
149
|
-
),
|
|
150
|
-
],
|
|
151
|
-
}
|
|
152
|
-
),
|
|
153
|
-
/*#__PURE__*/ (0,
|
|
154
|
-
__WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(
|
|
155
|
-
__WEBPACK_EXTERNAL_MODULE__components_ui_badge_js_d7eff882__.Badge,
|
|
156
|
-
{
|
|
157
|
-
variant:
|
|
158
|
-
'Enabled' === item.status ||
|
|
159
|
-
'Active' === item.status ||
|
|
160
|
-
'active' === item.status ||
|
|
161
|
-
'Rendered' === item.status
|
|
162
|
-
? 'default'
|
|
163
|
-
: 'destructive',
|
|
164
|
-
children: item.status,
|
|
165
|
-
}
|
|
166
|
-
),
|
|
167
|
-
],
|
|
168
|
-
},
|
|
169
|
-
`${activeSection}-${item.title}`
|
|
170
|
-
)
|
|
171
|
-
),
|
|
172
|
-
}
|
|
173
|
-
),
|
|
174
|
-
}
|
|
175
|
-
),
|
|
176
|
-
],
|
|
177
|
-
}
|
|
178
|
-
);
|
|
21
|
+
const privacyConsent = (0, __WEBPACK_EXTERNAL_MODULE__dev_tool_js_649ec346__.getStore)();
|
|
22
|
+
const [activeSection, setActiveSection] = (0, __WEBPACK_EXTERNAL_MODULE_react__.useState)('Consents');
|
|
23
|
+
const handleTabChange = (0, __WEBPACK_EXTERNAL_MODULE_react__.useCallback)((index)=>{
|
|
24
|
+
if (null !== index) setActiveSection(tabs[index].title);
|
|
25
|
+
}, []);
|
|
26
|
+
const renderingState = [
|
|
27
|
+
{
|
|
28
|
+
componentName: 'MarketingContent',
|
|
29
|
+
consentType: 'marketing'
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
componentName: 'AnalyticsContent',
|
|
33
|
+
consentType: 'measurement'
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
componentName: 'PersonalizationComponent',
|
|
37
|
+
consentType: 'ad_personalization'
|
|
38
|
+
}
|
|
39
|
+
];
|
|
40
|
+
const contentItems = (()=>{
|
|
41
|
+
switch(activeSection){
|
|
42
|
+
case 'Consents':
|
|
43
|
+
return Object.entries(privacyConsent.consents).map(([name, value])=>({
|
|
44
|
+
title: name,
|
|
45
|
+
status: value ? 'Enabled' : 'Disabled'
|
|
46
|
+
}));
|
|
47
|
+
case 'Compliance':
|
|
48
|
+
return Object.entries(privacyConsent.complianceSettings).map(([region, settings])=>({
|
|
49
|
+
title: region,
|
|
50
|
+
status: settings.enabled ? 'Active' : 'Inactive'
|
|
51
|
+
}));
|
|
52
|
+
case 'Conditional':
|
|
53
|
+
return renderingState.map((item)=>({
|
|
54
|
+
title: item.componentName,
|
|
55
|
+
status: 'Rendered',
|
|
56
|
+
details: `Requires: ${item.consentType}`
|
|
57
|
+
}));
|
|
58
|
+
default:
|
|
59
|
+
return [];
|
|
60
|
+
}
|
|
61
|
+
})();
|
|
62
|
+
return /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)(__WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.Fragment, {
|
|
63
|
+
children: [
|
|
64
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("div", {
|
|
65
|
+
className: "border-b p-4",
|
|
66
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(__WEBPACK_EXTERNAL_MODULE__components_ui_expandable_tabs_js_ecd49e25__.ExpandableTabs, {
|
|
67
|
+
tabs: Array.from(tabs),
|
|
68
|
+
activeColor: "text-primary",
|
|
69
|
+
className: "border-muted",
|
|
70
|
+
onChange: handleTabChange
|
|
71
|
+
})
|
|
72
|
+
}),
|
|
73
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(__WEBPACK_EXTERNAL_MODULE__components_ui_scroll_area_js_68572765__.ScrollArea, {
|
|
74
|
+
className: "h-[300px]",
|
|
75
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(__WEBPACK_EXTERNAL_MODULE_motion_react_9decfa63__.motion.div, {
|
|
76
|
+
className: "space-y-2 p-4",
|
|
77
|
+
initial: {
|
|
78
|
+
opacity: 0
|
|
79
|
+
},
|
|
80
|
+
animate: {
|
|
81
|
+
opacity: 1
|
|
82
|
+
},
|
|
83
|
+
exit: {
|
|
84
|
+
opacity: 0
|
|
85
|
+
},
|
|
86
|
+
children: contentItems.map((item, index)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)(__WEBPACK_EXTERNAL_MODULE_motion_react_9decfa63__.motion.div, {
|
|
87
|
+
className: "flex items-center justify-between rounded-lg border bg-card p-3",
|
|
88
|
+
initial: {
|
|
89
|
+
opacity: 0,
|
|
90
|
+
y: 20
|
|
91
|
+
},
|
|
92
|
+
animate: {
|
|
93
|
+
opacity: 1,
|
|
94
|
+
y: 0
|
|
95
|
+
},
|
|
96
|
+
transition: {
|
|
97
|
+
delay: 0.05 * index
|
|
98
|
+
},
|
|
99
|
+
children: [
|
|
100
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("div", {
|
|
101
|
+
className: "flex flex-col",
|
|
102
|
+
children: [
|
|
103
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("span", {
|
|
104
|
+
className: "font-medium text-sm",
|
|
105
|
+
children: item.title
|
|
106
|
+
}),
|
|
107
|
+
item.details && /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("span", {
|
|
108
|
+
className: "text-muted-foreground text-xs",
|
|
109
|
+
children: item.details
|
|
110
|
+
})
|
|
111
|
+
]
|
|
112
|
+
}),
|
|
113
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(__WEBPACK_EXTERNAL_MODULE__components_ui_badge_js_d7eff882__.Badge, {
|
|
114
|
+
variant: 'Enabled' === item.status || 'Active' === item.status || 'active' === item.status || 'Rendered' === item.status ? 'default' : 'destructive',
|
|
115
|
+
children: item.status
|
|
116
|
+
})
|
|
117
|
+
]
|
|
118
|
+
}, `${activeSection}-${item.title}`))
|
|
119
|
+
})
|
|
120
|
+
})
|
|
121
|
+
]
|
|
122
|
+
});
|
|
179
123
|
}
|
|
180
124
|
export { Router };
|
package/dist/styles/theme.css
CHANGED
|
@@ -1,41 +1,42 @@
|
|
|
1
1
|
.c15t-devtool-wrapper-overlay {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
2
|
+
--c15t-dev-tools-background: #fff;
|
|
3
|
+
--c15t-dev-tools-foreground: #171717;
|
|
4
|
+
--c15t-dev-tools-primary: #171717;
|
|
5
|
+
--c15t-dev-tools-primary-foreground: #fff;
|
|
6
|
+
--c15t-dev-tools-secondary: #f5f5f5;
|
|
7
|
+
--c15t-dev-tools-secondary-foreground: #171717;
|
|
8
|
+
--c15t-dev-tools-accent: #f5f5f5;
|
|
9
|
+
--c15t-dev-tools-accent-foreground: #171717;
|
|
10
|
+
--c15t-dev-tools-muted: #f5f5f5;
|
|
11
|
+
--c15t-dev-tools-muted-foreground: #5c5c5c;
|
|
12
|
+
--c15t-dev-tools-card: #fff;
|
|
13
|
+
--c15t-dev-tools-card-foreground: #171717;
|
|
14
|
+
--c15t-dev-tools-border: #ebebeb;
|
|
15
|
+
--c15t-dev-tools-input: #ebebeb;
|
|
16
|
+
--c15t-dev-tools-ring: #5c5c5c;
|
|
17
|
+
--c15t-dev-tools-destructive: #ef4343;
|
|
18
|
+
--c15t-dev-tools-destructive-foreground: #fff;
|
|
19
|
+
--c15t-dev-tools-overlay: #0003;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.dark .c15t-devtool-wrapper-overlay {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
23
|
+
--c15t-dev-tools-background: #1a1a1a;
|
|
24
|
+
--c15t-dev-tools-foreground: #e6e6e6;
|
|
25
|
+
--c15t-dev-tools-primary: #e6e6e6;
|
|
26
|
+
--c15t-dev-tools-primary-foreground: #1a1a1a;
|
|
27
|
+
--c15t-dev-tools-secondary: #333;
|
|
28
|
+
--c15t-dev-tools-secondary-foreground: #e6e6e6;
|
|
29
|
+
--c15t-dev-tools-accent: #333;
|
|
30
|
+
--c15t-dev-tools-accent-foreground: #e6e6e6;
|
|
31
|
+
--c15t-dev-tools-muted: #333;
|
|
32
|
+
--c15t-dev-tools-muted-foreground: #999;
|
|
33
|
+
--c15t-dev-tools-card: #1a1a1a;
|
|
34
|
+
--c15t-dev-tools-card-foreground: #e6e6e6;
|
|
35
|
+
--c15t-dev-tools-border: #333;
|
|
36
|
+
--c15t-dev-tools-input: #333;
|
|
37
|
+
--c15t-dev-tools-ring: #999;
|
|
38
|
+
--c15t-dev-tools-destructive: #8d0c0c;
|
|
39
|
+
--c15t-dev-tools-destructive-foreground: #e6e6e6;
|
|
40
|
+
--c15t-dev-tools-overlay: #00000080;
|
|
41
41
|
}
|
|
42
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c15t/dev-tools",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"license": "GPL-3.0-only",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -12,21 +12,21 @@
|
|
|
12
12
|
"not op_mini all"
|
|
13
13
|
],
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@radix-ui/react-accordion": "1.2.
|
|
16
|
-
"@radix-ui/react-scroll-area": "^1.2.
|
|
17
|
-
"@radix-ui/react-slot": "1.
|
|
18
|
-
"@radix-ui/react-switch": "1.1.
|
|
19
|
-
"@radix-ui/react-tooltip": "^1.
|
|
15
|
+
"@radix-ui/react-accordion": "1.2.4",
|
|
16
|
+
"@radix-ui/react-scroll-area": "^1.2.4",
|
|
17
|
+
"@radix-ui/react-slot": "1.2.0",
|
|
18
|
+
"@radix-ui/react-switch": "1.1.4",
|
|
19
|
+
"@radix-ui/react-tooltip": "^1.2.0",
|
|
20
20
|
"class-variance-authority": "^0.7.1",
|
|
21
21
|
"clsx": "2.1.1",
|
|
22
|
-
"lucide-react": "^0.
|
|
23
|
-
"motion": "^12.
|
|
22
|
+
"lucide-react": "^0.487.0",
|
|
23
|
+
"motion": "^12.6.5",
|
|
24
24
|
"react-draggable": "^4.4.6",
|
|
25
|
-
"tailwind-merge": "3.0
|
|
26
|
-
"tsc-alias": "^1.8.
|
|
25
|
+
"tailwind-merge": "3.2.0",
|
|
26
|
+
"tsc-alias": "^1.8.15",
|
|
27
27
|
"usehooks-ts": "^3.1.1",
|
|
28
28
|
"zustand": "^5.0.3",
|
|
29
|
-
"c15t": "
|
|
29
|
+
"c15t": "1.0.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"postcss": "^8.5.3",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"build": "rslib build",
|
|
44
44
|
"check-types": "tsc --noEmit",
|
|
45
45
|
"dev": "rslib build --watch",
|
|
46
|
-
"fmt": "pnpm biome format --write .",
|
|
46
|
+
"fmt": "pnpm biome format --write . && biome check --formatter-enabled=false --linter-enabled=false --organize-imports-enabled=true --write",
|
|
47
47
|
"lint": "pnpm biome lint ./src"
|
|
48
48
|
}
|
|
49
49
|
}
|