@box/blueprint-web 6.6.1 → 6.6.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/lib-esm/index.css CHANGED
@@ -1268,7 +1268,6 @@
1268
1268
  column-gap:var(--space-3);
1269
1269
  cursor:default;
1270
1270
  display:grid;
1271
- gap:var(--space-3);
1272
1271
  grid-template-areas:"thumbnail head" "thumbnail subtitle";
1273
1272
  grid-template-columns:var(--thumbnail-size) auto;
1274
1273
  outline:none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "6.6.1",
3
+ "version": "6.6.2",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -56,7 +56,7 @@
56
56
  "devDependencies": {
57
57
  "@box/storybook-utils": "^0.0.3"
58
58
  },
59
- "gitHead": "4c855a7338cbcd04aa6d8b3f5ec2fa4d00c6bb02",
59
+ "gitHead": "84282ef2f15f752f4e3eaa43e4d3dc66eb36a6f5",
60
60
  "module": "lib-esm/index.js",
61
61
  "main": "lib-esm/index.js",
62
62
  "exports": {