resFactory / factory

Resource Factory is a universal approach to originating, refining, and rendering Markdown, HTML, type-safe SQL, or other assets that could comprise static sites or engineering artifacts.
GNU Affero General Public License v3.0
0 stars 3 forks source link

Migrate common client-cargo (e.g. web components) into universal DS #39

Open shah opened 2 years ago

shah commented 2 years ago

Right now web components and client-side Javascript is kept in core/design-system/lightning/client-cargo/component but needs to be moved to core/design-system/universal/client-cargo/component so that other design systems and layouts can repurpose/reuse components that are not layout-specific.

core/design-system/universal could be considered the "common" or universal design system to allow sharing of any assets that could be used universally. Anything kept in core/design-system/universal/client-cargo could be auto-merged (inherited by) other design systems.