Make application shell components package-native

This commit is contained in:
DCCONSTRUCTIONS
2026-07-10 12:41:12 +03:00
parent 9261d3af36
commit ebae662b52
52 changed files with 1036 additions and 185 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
export * from "./accent";
export * from "./floating";
export * from "./theme";
export * from "./accent.js";
export * from "./floating.js";
export * from "./theme.js";
+1 -1
View File
@@ -1,4 +1,4 @@
import { createAccentVariables, type RgbTuple } from "./accent";
import { createAccentVariables, type RgbTuple } from "./accent.js";
export type NodedcTheme = "dark" | "light";