@c15t/dev-tools 0.0.1-rc.9 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/README.md +1 -1
  2. package/dist/components/error-state.cjs +88 -117
  3. package/dist/components/error-state.css +25 -28
  4. package/dist/components/error-state.d.ts +4 -6
  5. package/dist/components/error-state.js +61 -108
  6. package/dist/components/header.cjs +55 -74
  7. package/dist/components/header.css +18 -17
  8. package/dist/components/header.d.ts +3 -5
  9. package/dist/components/header.js +28 -45
  10. package/dist/components/ui/accordion.cjs +71 -101
  11. package/dist/components/ui/accordion.css +39 -39
  12. package/dist/components/ui/accordion.d.ts +5 -32
  13. package/dist/components/ui/accordion.js +36 -70
  14. package/dist/components/ui/alert.cjs +66 -80
  15. package/dist/components/ui/alert.css +27 -30
  16. package/dist/components/ui/alert.d.ts +6 -22
  17. package/dist/components/ui/alert.js +34 -54
  18. package/dist/components/ui/badge.cjs +52 -62
  19. package/dist/components/ui/badge.css +27 -39
  20. package/dist/components/ui/badge.d.ts +7 -22
  21. package/dist/components/ui/badge.d.ts.map +1 -1
  22. package/dist/components/ui/badge.js +23 -31
  23. package/dist/components/ui/button.cjs +67 -76
  24. package/dist/components/ui/button.css +40 -43
  25. package/dist/components/ui/button.d.ts +8 -24
  26. package/dist/components/ui/button.js +38 -47
  27. package/dist/components/ui/card.cjs +76 -92
  28. package/dist/components/ui/card.css +21 -20
  29. package/dist/components/ui/card.d.ts +8 -29
  30. package/dist/components/ui/card.js +35 -76
  31. package/dist/components/ui/error-state.css +20 -19
  32. package/dist/components/ui/expandable-tabs.cjs +118 -158
  33. package/dist/components/ui/expandable-tabs.css +34 -33
  34. package/dist/components/ui/expandable-tabs.d.ts +13 -20
  35. package/dist/components/ui/expandable-tabs.js +91 -131
  36. package/dist/components/ui/logo.cjs +93 -106
  37. package/dist/components/ui/logo.d.ts +5 -11
  38. package/dist/components/ui/logo.d.ts.map +1 -1
  39. package/dist/components/ui/logo.js +67 -82
  40. package/dist/components/ui/scroll-area.cjs +57 -85
  41. package/dist/components/ui/scroll-area.css +25 -24
  42. package/dist/components/ui/scroll-area.d.ts +3 -17
  43. package/dist/components/ui/scroll-area.js +28 -62
  44. package/dist/components/ui/switch.cjs +39 -56
  45. package/dist/components/ui/switch.css +26 -25
  46. package/dist/components/ui/switch.d.ts +2 -9
  47. package/dist/components/ui/switch.js +13 -25
  48. package/dist/components/ui/tooltip.cjs +48 -60
  49. package/dist/components/ui/tooltip.css +64 -63
  50. package/dist/components/ui/tooltip.d.ts +5 -17
  51. package/dist/components/ui/tooltip.js +16 -32
  52. package/dist/components/wrapper.cjs +148 -205
  53. package/dist/components/wrapper.css +49 -48
  54. package/dist/components/wrapper.d.ts +7 -12
  55. package/dist/components/wrapper.js +119 -186
  56. package/dist/dev-tool.cjs +112 -153
  57. package/dist/dev-tool.d.ts +6 -6
  58. package/dist/dev-tool.d.ts.map +1 -1
  59. package/dist/dev-tool.js +71 -108
  60. package/dist/index.cjs +28 -36
  61. package/dist/index.d.ts +1 -1
  62. package/dist/index.js +2 -3
  63. package/dist/libs/utils.cjs +39 -58
  64. package/dist/libs/utils.d.ts +1 -1
  65. package/dist/libs/utils.js +3 -5
  66. package/dist/router/router.cjs +145 -193
  67. package/dist/router/router.d.ts +3 -5
  68. package/dist/router/router.d.ts.map +1 -1
  69. package/dist/router/router.js +118 -174
  70. package/dist/styles/theme.css +37 -36
  71. package/package.json +12 -12
@@ -1,180 +1,124 @@
1
1
  'use client';
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_expandable_tabs_js_ecd49e25__ from '../components/ui/expandable-tabs.js';
7
- import * as __WEBPACK_EXTERNAL_MODULE__components_ui_scroll_area_js_68572765__ from '../components/ui/scroll-area.js';
8
- import * as __WEBPACK_EXTERNAL_MODULE__dev_tool_js_649ec346__ from '../dev-tool.js';
9
- import * as __WEBPACK_EXTERNAL_MODULE__components_ui_badge_js_d7eff882__ from '../components/ui/badge.js';
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
- 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
- },
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
- const privacyConsent = (0,
22
- __WEBPACK_EXTERNAL_MODULE__dev_tool_js_649ec346__.getStore)();
23
- const [activeSection, setActiveSection] = (0,
24
- __WEBPACK_EXTERNAL_MODULE_react__.useState)('Consents');
25
- const handleTabChange = (0, __WEBPACK_EXTERNAL_MODULE_react__.useCallback)(
26
- (index) => {
27
- if (null !== index) setActiveSection(tabs[index].title);
28
- },
29
- []
30
- );
31
- const renderingState = [
32
- {
33
- componentName: 'MarketingContent',
34
- consentType: 'marketing',
35
- },
36
- {
37
- componentName: 'AnalyticsContent',
38
- consentType: 'measurement',
39
- },
40
- {
41
- componentName: 'PersonalizationComponent',
42
- consentType: 'ad_personalization',
43
- },
44
- ];
45
- const contentItems = (() => {
46
- switch (activeSection) {
47
- case 'Consents':
48
- return Object.entries(privacyConsent.consents).map(([name, value]) => ({
49
- title: name,
50
- status: value ? 'Enabled' : 'Disabled',
51
- }));
52
- case 'Compliance':
53
- return Object.entries(privacyConsent.complianceSettings).map(
54
- ([region, settings]) => ({
55
- title: region,
56
- status: settings.enabled ? 'Active' : 'Inactive',
57
- })
58
- );
59
- case 'Conditional':
60
- return renderingState.map((item) => ({
61
- title: item.componentName,
62
- status: 'Rendered',
63
- details: `Requires: ${item.consentType}`,
64
- }));
65
- default:
66
- return [];
67
- }
68
- })();
69
- return /*#__PURE__*/ (0,
70
- __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)(
71
- __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.Fragment,
72
- {
73
- children: [
74
- /*#__PURE__*/ (0,
75
- __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)('div', {
76
- className: 'border-b p-4',
77
- children: /*#__PURE__*/ (0,
78
- __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(
79
- __WEBPACK_EXTERNAL_MODULE__components_ui_expandable_tabs_js_ecd49e25__.ExpandableTabs,
80
- {
81
- tabs: Array.from(tabs),
82
- activeColor: 'text-primary',
83
- className: 'border-muted',
84
- onChange: handleTabChange,
85
- }
86
- ),
87
- }),
88
- /*#__PURE__*/ (0,
89
- __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(
90
- __WEBPACK_EXTERNAL_MODULE__components_ui_scroll_area_js_68572765__.ScrollArea,
91
- {
92
- className: 'h-[300px]',
93
- children: /*#__PURE__*/ (0,
94
- __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(
95
- __WEBPACK_EXTERNAL_MODULE_motion_react_9decfa63__.motion.div,
96
- {
97
- className: 'space-y-2 p-4',
98
- initial: {
99
- opacity: 0,
100
- },
101
- animate: {
102
- opacity: 1,
103
- },
104
- exit: {
105
- opacity: 0,
106
- },
107
- children: contentItems.map((item, index) =>
108
- /*#__PURE__*/ (0,
109
- __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)(
110
- __WEBPACK_EXTERNAL_MODULE_motion_react_9decfa63__.motion
111
- .div,
112
- {
113
- className:
114
- 'flex items-center justify-between rounded-lg border bg-card p-3',
115
- initial: {
116
- opacity: 0,
117
- y: 20,
118
- },
119
- animate: {
120
- opacity: 1,
121
- y: 0,
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 };
@@ -1,41 +1,42 @@
1
1
  .c15t-devtool-wrapper-overlay {
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;
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
- --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;
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": "0.0.1-rc.9",
3
+ "version": "1.0.0",
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.3",
16
- "@radix-ui/react-scroll-area": "^1.2.3",
17
- "@radix-ui/react-slot": "1.1.2",
18
- "@radix-ui/react-switch": "1.1.3",
19
- "@radix-ui/react-tooltip": "^1.1.8",
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.475.0",
23
- "motion": "^12.4.7",
22
+ "lucide-react": "^0.487.0",
23
+ "motion": "^12.6.5",
24
24
  "react-draggable": "^4.4.6",
25
- "tailwind-merge": "3.0.2",
26
- "tsc-alias": "^1.8.10",
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": "0.0.1-rc.9"
29
+ "c15t": "1.0.0"
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
  }