@snacky/ui 0.3.7 → 0.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
React implementation of the Snacky App design system - generated from the
|
|
4
4
|
source of truth at `../../index.html` (via `tokens.json` / `components.json`),
|
|
5
|
-
pixel-accurate to Figma
|
|
5
|
+
pixel-accurate to Figma.
|
|
6
6
|
|
|
7
7
|
This exists so AI coding tools (and humans) building new Snacky features can
|
|
8
8
|
**import** these components directly instead of regenerating similar-looking
|
|
@@ -62,8 +62,7 @@ Illustration, ProductImage, ProductCard.
|
|
|
62
62
|
Every component is diffed against `index.html`'s own Live Preview
|
|
63
63
|
implementation - the code that actually renders the documentation site - not
|
|
64
64
|
just the spec values in `components.json`. Where the two disagree, the
|
|
65
|
-
verified implementation wins.
|
|
66
|
-
were additionally checked against their Figma component sets directly.
|
|
65
|
+
verified implementation wins.
|
|
67
66
|
|
|
68
67
|
See [CHANGELOG.md](https://github.com/rezatresnas/snacky-design-system/blob/main/packages/react-ui/CHANGELOG.md)
|
|
69
68
|
for how the package got here, including the mistakes.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@snacky/ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.8",
|
|
4
4
|
"description": "Snacky App design system - React component library. Generated from the source-of-truth design system at ../../index.html (tokens.json / components.json), pixel-accurate to Figma.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "rezatresnas",
|