@box/blueprint-web 6.4.2 → 6.4.3
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 +2 -1
- package/package.json +2 -2
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-
|
|
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.
|
|
3
|
+
"version": "6.4.3",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@box/storybook-utils": "^0.0.2"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "3c3ef9eda2f5ae3568a93cfcc4fd5d2287e1451d",
|
|
61
61
|
"module": "lib-esm/index.js",
|
|
62
62
|
"type": "module",
|
|
63
63
|
"main": "lib-esm/index.js",
|