@box/blueprint-web 6.4.2 → 6.4.4

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
@@ -3583,13 +3583,14 @@ table.inline-table-module_inlineTable__Se38I tr:not(:last-child) td{
3583
3583
  align-items:center;
3584
3584
  background-color:var(--gray-10);
3585
3585
  border-radius:var(--radius-half);
3586
+ box-sizing:border-box;
3586
3587
  display:flex;
3587
3588
  flex-grow:0;
3588
3589
  font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
3589
3590
  font-size:.625rem;
3590
3591
  font-weight:700;
3591
3592
  gap:var(--space-2);
3592
- height:var(--size-1);
3593
+ height:var(--size-5);
3593
3594
  justify-content:center;
3594
3595
  letter-spacing:.0375rem;
3595
3596
  line-height:1rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "6.4.2",
3
+ "version": "6.4.4",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -19,6 +19,7 @@
19
19
  },
20
20
  "scripts": {
21
21
  "build-storybook": "nx run blueprint-web:build-storybook",
22
+ "lint:i18n": "box-scripts lint-i18n",
22
23
  "prepare": "nx run blueprint-web:prepare",
23
24
  "test-storybook": "test-storybook --watch --url http://localhost:4400"
24
25
  },
@@ -57,7 +58,7 @@
57
58
  "devDependencies": {
58
59
  "@box/storybook-utils": "^0.0.2"
59
60
  },
60
- "gitHead": "5f26c77577b82313291cf2454369de3b930d49d8",
61
+ "gitHead": "2209905bc3e386bcd0e9e9df39826013519c8e84",
61
62
  "module": "lib-esm/index.js",
62
63
  "type": "module",
63
64
  "main": "lib-esm/index.js",