@unpunnyfuns/swatchbook-blocks 0.64.0 → 0.65.0
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/dist/index.d.mts +28 -7
- package/dist/index.mjs +68 -14
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +5 -0
- package/package.json +2 -2
package/dist/style.css
CHANGED
|
@@ -1639,6 +1639,11 @@
|
|
|
1639
1639
|
color: var(--swatchbook-text-muted, #80808099);
|
|
1640
1640
|
cursor: default;
|
|
1641
1641
|
}
|
|
1642
|
+
|
|
1643
|
+
.sb-indicator__description {
|
|
1644
|
+
color: var(--swatchbook-text-muted, #808080cc);
|
|
1645
|
+
cursor: help;
|
|
1646
|
+
}
|
|
1642
1647
|
.sb-token-table__table {
|
|
1643
1648
|
border-collapse: collapse;
|
|
1644
1649
|
width: 100%;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unpunnyfuns/swatchbook-blocks",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.65.0",
|
|
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.
|
|
73
|
+
"@unpunnyfuns/swatchbook-core": "0.65.0"
|
|
74
74
|
},
|
|
75
75
|
"scripts": {
|
|
76
76
|
"build": "tsdown",
|