@box/blueprint-web 6.0.2 → 6.0.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 CHANGED
@@ -4425,22 +4425,6 @@ table.inline-table-module_inlineTable__Se38I tr:not(:last-child) td{
4425
4425
  margin-block:var(--space-2);
4426
4426
  }
4427
4427
 
4428
- .side-panel-module_overlay__-aLwG{
4429
- background-color:var(--black-opacity-80);
4430
- bottom:0;
4431
- display:flex;
4432
- left:0;
4433
- inset:0;
4434
- position:fixed;
4435
- right:0;
4436
- top:0;
4437
- z-index:300;
4438
- }
4439
-
4440
- .side-panel-module_dropShadowOverlay__xUen7{
4441
- background-color:initial;
4442
- }
4443
-
4444
4428
  .side-panel-module_content__YsFqp{
4445
4429
  background-color:var(--gray-white);
4446
4430
  border-inline-start:var(--border-1) solid var(--border-divider-border);
@@ -4468,7 +4452,7 @@ table.inline-table-module_inlineTable__Se38I tr:not(:last-child) td{
4468
4452
  transition-duration:.2s;
4469
4453
  transition-property:box-shadow;
4470
4454
  transition-timing-function:cubic-bezier(0, 0, .6, 1);
4471
- word-break:break-all;
4455
+ word-break:break-word;
4472
4456
  }
4473
4457
  .side-panel-module_content__YsFqp .side-panel-module_header__aW-RR,.side-panel-module_content__YsFqp .side-panel-module_header__aW-RR.side-panel-module_headerMobile__irfPh{
4474
4458
  font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
@@ -4499,7 +4483,26 @@ table.inline-table-module_inlineTable__Se38I tr:not(:last-child) td{
4499
4483
  color:var(--gray-65);
4500
4484
  position:absolute;
4501
4485
  right:var(--space-4);
4502
- top:var(--space-4);
4486
+ top:var(--space-5);
4487
+ }
4488
+
4489
+ .side-panel-module_overlay__-aLwG{
4490
+ background-color:var(--black-opacity-80);
4491
+ bottom:0;
4492
+ display:flex;
4493
+ left:0;
4494
+ inset:0;
4495
+ position:fixed;
4496
+ right:0;
4497
+ top:0;
4498
+ z-index:300;
4499
+ }
4500
+ .side-panel-module_overlay__-aLwG .side-panel-module_content__YsFqp .side-panel-module_header__aW-RR{
4501
+ padding:var(--space-6) var(--space-14) var(--space-6) var(--space-4);
4502
+ }
4503
+
4504
+ .side-panel-module_dropShadowOverlay__xUen7{
4505
+ background-color:initial;
4503
4506
  }
4504
4507
 
4505
4508
  .side-panel-module_scrollableContainer__fLJLh{
@@ -1,4 +1,4 @@
1
1
  import '../index.css';
2
- var styles = {"overlay":"side-panel-module_overlay__-aLwG","dropShadowOverlay":"side-panel-module_dropShadowOverlay__xUen7","content":"side-panel-module_content__YsFqp","header":"side-panel-module_header__aW-RR","headerMobile":"side-panel-module_headerMobile__irfPh","headerShadow":"side-panel-module_headerShadow__ko64d","contentAnimated":"side-panel-module_contentAnimated__9q97i","slideIn":"side-panel-module_slideIn__HFq2t","dropShadowContent":"side-panel-module_dropShadowContent__PdzWi","close":"side-panel-module_close__UCb8C","scrollableContainer":"side-panel-module_scrollableContainer__fLJLh","footer":"side-panel-module_footer__vSEh4","footerShadow":"side-panel-module_footerShadow__VRKaG","footerButton":"side-panel-module_footerButton__tuPid"};
2
+ var styles = {"content":"side-panel-module_content__YsFqp","header":"side-panel-module_header__aW-RR","headerMobile":"side-panel-module_headerMobile__irfPh","headerShadow":"side-panel-module_headerShadow__ko64d","contentAnimated":"side-panel-module_contentAnimated__9q97i","slideIn":"side-panel-module_slideIn__HFq2t","dropShadowContent":"side-panel-module_dropShadowContent__PdzWi","close":"side-panel-module_close__UCb8C","overlay":"side-panel-module_overlay__-aLwG","dropShadowOverlay":"side-panel-module_dropShadowOverlay__xUen7","scrollableContainer":"side-panel-module_scrollableContainer__fLJLh","footer":"side-panel-module_footer__vSEh4","footerShadow":"side-panel-module_footerShadow__VRKaG","footerButton":"side-panel-module_footerButton__tuPid"};
3
3
 
4
4
  export { styles as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "6.0.2",
3
+ "version": "6.0.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": "1093aa6c5c23de8b84b2fac803706d669c719150",
60
+ "gitHead": "25bf0462d7a597e6fc664d339d30b7b7093ce091",
61
61
  "module": "lib-esm/index.js",
62
62
  "type": "module",
63
63
  "main": "lib-esm/index.js",