@unpunnyfuns/swatchbook-blocks 0.52.0 → 0.53.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.mjs +266 -78
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +5 -3
package/dist/style.css
CHANGED
|
@@ -1367,7 +1367,7 @@
|
|
|
1367
1367
|
display: flex;
|
|
1368
1368
|
}
|
|
1369
1369
|
|
|
1370
|
-
.sb-token-
|
|
1370
|
+
.sb-token-navigator__tree li[role="treeitem"]:focus-visible, .sb-token-navigator__nested li[role="treeitem"]:focus-visible {
|
|
1371
1371
|
outline: 2px solid var(--swatchbook-accent-bg, #1d4ed8);
|
|
1372
1372
|
outline-offset: 1px;
|
|
1373
1373
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unpunnyfuns/swatchbook-blocks",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.53.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>",
|
|
@@ -57,7 +57,9 @@
|
|
|
57
57
|
"@tsdown/css": "^0.21.9",
|
|
58
58
|
"@types/react": "^19.2.14",
|
|
59
59
|
"@vitejs/plugin-react": "^6.0.1",
|
|
60
|
-
"
|
|
60
|
+
"@vitest/browser": "^4.1.4",
|
|
61
|
+
"@vitest/browser-playwright": "^4.1.4",
|
|
62
|
+
"playwright": "^1.59.1",
|
|
61
63
|
"react": "^19.2.4",
|
|
62
64
|
"react-dom": "^19.2.4",
|
|
63
65
|
"storybook": "^10.3.5",
|
|
@@ -69,7 +71,7 @@
|
|
|
69
71
|
"@terrazzo/token-tools": "^2.0.3",
|
|
70
72
|
"clsx": "^2.1.1",
|
|
71
73
|
"colorjs.io": "0.6.1",
|
|
72
|
-
"@unpunnyfuns/swatchbook-core": "0.
|
|
74
|
+
"@unpunnyfuns/swatchbook-core": "0.53.0"
|
|
73
75
|
},
|
|
74
76
|
"scripts": {
|
|
75
77
|
"build": "tsdown",
|