Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@lululemon/lll-design
Advanced tools
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.
We found that @lululemon/lll-design demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.