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
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.
Right now web components and client-side Javascript is kept in
core/design-system/lightning/client-cargo/component
but needs to be moved tocore/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 incore/design-system/universal/client-cargo
could be auto-merged (inherited by) other design systems.