@unpunnyfuns/swatchbook-blocks 0.20.1 → 0.20.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/dist/style.css CHANGED
@@ -119,6 +119,12 @@
119
119
  .sb-color-palette__gamut-warn {
120
120
  margin-left: 4px;
121
121
  }
122
+ .sb-color-table__scroll {
123
+ width: 100%;
124
+ max-width: 100%;
125
+ overflow-x: auto;
126
+ }
127
+
122
128
  .sb-color-table__table {
123
129
  border-collapse: collapse;
124
130
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unpunnyfuns/swatchbook-blocks",
3
- "version": "0.20.1",
3
+ "version": "0.20.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>",
@@ -68,7 +68,7 @@
68
68
  "@terrazzo/token-tools": "^2.0.3",
69
69
  "clsx": "^2.1.1",
70
70
  "colorjs.io": "0.6.1",
71
- "@unpunnyfuns/swatchbook-core": "0.20.1"
71
+ "@unpunnyfuns/swatchbook-core": "0.20.2"
72
72
  },
73
73
  "scripts": {
74
74
  "build": "tsdown",