Completed color picker, value editor, desktop layout.

This commit is contained in:
Jay
2025-08-13 18:05:29 -04:00
parent ae02e49ce2
commit 7a2e4cf2ae
22 changed files with 533 additions and 339 deletions
+2 -2
View File
@@ -55,9 +55,9 @@
"^react$",
"^react-dom(.*)$",
"^react(.*)$",
"^@(?!(components|hooks|providers|/))(.*)$",
"^@(?!(/))(.*)$",
"^(?!@|[.])(.*)$",
"^@(/|components|hooks|providers)(.*)$",
"^@(/)(.*)$",
"^[./]"
],
"importOrderSeparation": true,