@box/blueprint-web 5.32.0 → 5.32.1

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
@@ -417,6 +417,7 @@
417
417
  border-radius:var(--radius-2);
418
418
  display:flex;
419
419
  gap:var(--space-3);
420
+ justify-content:space-between;
420
421
  padding:var(--space-3) var(--space-4);
421
422
  }
422
423
  .base-inline-notice-module_noticeWrapper__SUUAq .base-inline-notice-module_actions__Lvs4i{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "5.32.0",
3
+ "version": "5.32.1",
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": "8e4d56d62068b218d97a606d3b9eb3f3e6a47721",
60
+ "gitHead": "0a79f8d3f91e746fe1af2df2abb6aedfe51a3545",
61
61
  "module": "lib-esm/index.js",
62
62
  "type": "module",
63
63
  "main": "lib-esm/index.js",