@unpunnyfuns/swatchbook-blocks 0.62.1 → 0.62.2
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ import { SwatchbookProvider, TokenTable } from '@unpunnyfuns/swatchbook-blocks';
|
|
|
31
31
|
import snapshot from './tokens-snapshot.json';
|
|
32
32
|
|
|
33
33
|
<SwatchbookProvider value={snapshot}>
|
|
34
|
-
<TokenTable filter=
|
|
34
|
+
<TokenTable filter="color.**" />
|
|
35
35
|
</SwatchbookProvider>
|
|
36
36
|
```
|
|
37
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unpunnyfuns/swatchbook-blocks",
|
|
3
|
-
"version": "0.62.
|
|
3
|
+
"version": "0.62.2",
|
|
4
4
|
"description": "Storybook MDX doc blocks for DTCG design tokens — TokenTable, ColorPalette, TypographyScale, TokenDetail.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "unpunnyfuns <unpunnyfuns@gmail.com>",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"clsx": "^2.1.1",
|
|
72
72
|
"colorjs.io": "0.6.1",
|
|
73
|
-
"@unpunnyfuns/swatchbook-core": "0.62.
|
|
73
|
+
"@unpunnyfuns/swatchbook-core": "0.62.2"
|
|
74
74
|
},
|
|
75
75
|
"scripts": {
|
|
76
76
|
"build": "tsdown",
|