Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
This the design portion of the @lll/core ecosystem. See https://github.com/Lululemon/lll-core for more details.
This is part of the @lll/core
. See https://github.com/Lululemon/lll-core for more details.
A way for design team to stay in sync with base/univerisal styles. This contains a design.sketch
with mininal pages that contain univerisal styles like colors, typographies, and more.
Design Team Prerequisites: The Github GUI plugin for Sketch.
This does not require any programing skills just an understand of how to save versions and branch corrrectly via the Github GUI.
@lll/design/
Files | Details |
---|---|
.github | Containes Github Actions |
src | Files not shared when published to npm. |
package | Files shared when published to npm. |
@lll/design/src
Files | Details |
---|---|
design.sketch | Sketch file contain the following pages:colors (The file structure convention is important for the src/index.js ) |
src/index.js | Reads the design.sketch and converts it to json. Uses helper function then writes parsed out .json files to disk, thus updating the @lll/design package. |
src/helpers/*.js | Helper functions. The helper name (i.e. src/helpers/[name].js ) should match desired outputed .json file name (i.e @lll/design/[name].json ) |
The design.sketch
is only for the design team to stay in sync with eachother. This does not require any programing skills as there is a Github GUI plugin for sketch to publish updates to.
An example of the use case of src/helpers/[name].js
files are as follows:
Assume the following src/helpers/color.js
.
This would be a helper function to parse out the colors from provided from src/index.js
and publishes a file at src/design/colors.json
that the @lll/styles
would use.
package/
output deployed to npm.
Files | Details |
---|---|
package/ | |
colors.json | Styles that @lll/styles would use. |
Also see ROADMAP.md Also see CONTRIBUTING.md
FAQs
This the design portion of the @lll/core ecosystem. See https://github.com/Lululemon/lll-core for more details.
The npm package lll-design receives a total of 0 weekly downloads. As such, lll-design popularity was classified as not popular.
We found that lll-design demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.