You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To allow for (hopefully) faster compile times, we should split off the system folder in @aksara-ui/react into its own package (@aksara-ui/system).
Implementation Model
This package will act as a wrapper for styled-system, adding helper APIs that have been present in aksara-ui, like the componentStyles API. Most of the styled-system general APIs (particularly the one that we use) will also be exported through this package.
Tasks
Move types.ts file in theme folder into system folder, and provide these types as exportable.
Create new package in monorepo called @aksara-ui/system, and move all files in the system folder there.
Move styled-system + other dependencies as necessary into the new package.
The text was updated successfully, but these errors were encountered:
Description
To allow for (hopefully) faster compile times, we should split off the
system
folder in@aksara-ui/react
into its own package (@aksara-ui/system
).Implementation Model
This package will act as a wrapper for
styled-system
, adding helper APIs that have been present inaksara-ui
, like thecomponentStyles
API. Most of thestyled-system
general APIs (particularly the one that we use) will also be exported through this package.Tasks
types.ts
file intheme
folder intosystem
folder, and provide these types as exportable.@aksara-ui/system
, and move all files in thesystem
folder there.styled-system
+ other dependencies as necessary into the new package.The text was updated successfully, but these errors were encountered: