@box/blueprint-web 6.0.1 → 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
|
@@ -156,12 +156,11 @@
|
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
.accordion-module_accordionItem__GAe-t{
|
|
159
|
-
background-color:var(--surface-surface);
|
|
160
159
|
border-bottom:var(--border-1) solid var(--border-divider-border);
|
|
161
160
|
min-width:320px;
|
|
162
161
|
}
|
|
163
|
-
.accordion-module_accordionItem__GAe-t > [data-state=open]{
|
|
164
|
-
background-color:var(--surface-surface
|
|
162
|
+
.accordion-module_accordionItem__GAe-t,.accordion-module_accordionItem__GAe-t > [data-state=open]{
|
|
163
|
+
background-color:var(--surface-accordion-surface);
|
|
165
164
|
}
|
|
166
165
|
|
|
167
166
|
.accordion-module_accordionFixedContent__RX-Rt{
|
|
@@ -212,7 +211,7 @@
|
|
|
212
211
|
background-color:var(--surface-surface);
|
|
213
212
|
}
|
|
214
213
|
.accordion-module_accordionTrigger__N0z-R:hover{
|
|
215
|
-
background-color:var(--surface-surface-hover);
|
|
214
|
+
background-color:var(--surface-accordion-surface-hover);
|
|
216
215
|
cursor:pointer;
|
|
217
216
|
}
|
|
218
217
|
.accordion-module_accordionTrigger__N0z-R:focus-visible{
|
|
@@ -4426,22 +4425,6 @@ table.inline-table-module_inlineTable__Se38I tr:not(:last-child) td{
|
|
|
4426
4425
|
margin-block:var(--space-2);
|
|
4427
4426
|
}
|
|
4428
4427
|
|
|
4429
|
-
.side-panel-module_overlay__-aLwG{
|
|
4430
|
-
background-color:var(--black-opacity-80);
|
|
4431
|
-
bottom:0;
|
|
4432
|
-
display:flex;
|
|
4433
|
-
left:0;
|
|
4434
|
-
inset:0;
|
|
4435
|
-
position:fixed;
|
|
4436
|
-
right:0;
|
|
4437
|
-
top:0;
|
|
4438
|
-
z-index:300;
|
|
4439
|
-
}
|
|
4440
|
-
|
|
4441
|
-
.side-panel-module_dropShadowOverlay__xUen7{
|
|
4442
|
-
background-color:initial;
|
|
4443
|
-
}
|
|
4444
|
-
|
|
4445
4428
|
.side-panel-module_content__YsFqp{
|
|
4446
4429
|
background-color:var(--gray-white);
|
|
4447
4430
|
border-inline-start:var(--border-1) solid var(--border-divider-border);
|
|
@@ -4469,7 +4452,7 @@ table.inline-table-module_inlineTable__Se38I tr:not(:last-child) td{
|
|
|
4469
4452
|
transition-duration:.2s;
|
|
4470
4453
|
transition-property:box-shadow;
|
|
4471
4454
|
transition-timing-function:cubic-bezier(0, 0, .6, 1);
|
|
4472
|
-
word-break:break-
|
|
4455
|
+
word-break:break-word;
|
|
4473
4456
|
}
|
|
4474
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{
|
|
4475
4458
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
@@ -4500,7 +4483,26 @@ table.inline-table-module_inlineTable__Se38I tr:not(:last-child) td{
|
|
|
4500
4483
|
color:var(--gray-65);
|
|
4501
4484
|
position:absolute;
|
|
4502
4485
|
right:var(--space-4);
|
|
4503
|
-
top:var(--space-
|
|
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;
|
|
4504
4506
|
}
|
|
4505
4507
|
|
|
4506
4508
|
.side-panel-module_scrollableContainer__fLJLh{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '../index.css';
|
|
2
|
-
var styles = {"
|
|
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.
|
|
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": "
|
|
60
|
+
"gitHead": "25bf0462d7a597e6fc664d339d30b7b7093ce091",
|
|
61
61
|
"module": "lib-esm/index.js",
|
|
62
62
|
"type": "module",
|
|
63
63
|
"main": "lib-esm/index.js",
|