@box/blueprint-web 17.3.1 → 17.4.0
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/dist/lib-esm/combobox/chips-group.js +40 -23
- package/dist/lib-esm/combobox/combobox.js +56 -15
- package/dist/lib-esm/combobox/combobox.module.js +1 -1
- package/dist/lib-esm/combobox/utils/use-exiting-chip-ids.d.ts +10 -0
- package/dist/lib-esm/combobox/utils/use-exiting-chip-ids.js +33 -0
- package/dist/lib-esm/components.css +151 -77
- package/dist/lib-esm/index.css +151 -77
- package/dist/lib-esm/input-chip/input-chip.js +45 -9
- package/dist/lib-esm/input-chip/input-chip.module.js +1 -1
- package/dist/lib-esm/input-chip/types.d.ts +16 -0
- package/dist/lib-esm/input-chip/utils/use-input-chip-presence.d.ts +24 -0
- package/dist/lib-esm/input-chip/utils/use-input-chip-presence.js +54 -0
- package/package.json +3 -3
|
@@ -4775,7 +4775,7 @@
|
|
|
4775
4775
|
max-width:100%;
|
|
4776
4776
|
}
|
|
4777
4777
|
|
|
4778
|
-
.bp_input_chip_module_container--
|
|
4778
|
+
.bp_input_chip_module_container--d98d0[data-modern=false]{
|
|
4779
4779
|
--input-chip-surface:var(--surface-inputchip-surface);
|
|
4780
4780
|
--input-chip-surface-hover:var(--surface-inputchip-surface-hover);
|
|
4781
4781
|
--input-chip-surface-error:var(--surface-inputchip-surface-error);
|
|
@@ -4817,7 +4817,7 @@
|
|
|
4817
4817
|
text-transform:var(--body-default-text-case);
|
|
4818
4818
|
}
|
|
4819
4819
|
|
|
4820
|
-
.bp_input_chip_module_container--
|
|
4820
|
+
.bp_input_chip_module_container--d98d0[data-modern=true]{
|
|
4821
4821
|
--input-chip-surface:var(--bp-gray-10);
|
|
4822
4822
|
--input-chip-surface-hover:var(--bp-gray-10);
|
|
4823
4823
|
--input-chip-surface-error:var(--bp-watermelon-red-10);
|
|
@@ -4857,7 +4857,7 @@
|
|
|
4857
4857
|
letter-spacing:var(--bp-font-letter-spacing-01);
|
|
4858
4858
|
line-height:var(--bp-font-line-height-04);
|
|
4859
4859
|
}
|
|
4860
|
-
:where(body.is-inter-font) .bp_input_chip_module_container--
|
|
4860
|
+
:where(body.is-inter-font) .bp_input_chip_module_container--d98d0[data-modern=true]{
|
|
4861
4861
|
font-family:"Inter Variable", -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
4862
4862
|
font-size:.875rem;
|
|
4863
4863
|
font-style:normal;
|
|
@@ -4868,7 +4868,7 @@
|
|
|
4868
4868
|
text-transform:none;
|
|
4869
4869
|
}
|
|
4870
4870
|
|
|
4871
|
-
.bp_input_chip_module_container--
|
|
4871
|
+
.bp_input_chip_module_container--d98d0{
|
|
4872
4872
|
align-items:center;
|
|
4873
4873
|
background-color:var(--input-chip-surface);
|
|
4874
4874
|
border:none;
|
|
@@ -4884,33 +4884,33 @@
|
|
|
4884
4884
|
-webkit-user-select:none;
|
|
4885
4885
|
user-select:none;
|
|
4886
4886
|
}
|
|
4887
|
-
.bp_input_chip_module_container--
|
|
4887
|
+
.bp_input_chip_module_container--d98d0.bp_input_chip_module_avatarContainer--d98d0{
|
|
4888
4888
|
padding-inline:var(--input-chip-padding-inline-avatar);
|
|
4889
4889
|
}
|
|
4890
|
-
.bp_input_chip_module_container--
|
|
4890
|
+
.bp_input_chip_module_container--d98d0:not(.bp_input_chip_module_avatarContainer--d98d0).bp_input_chip_module_deleteButton--d98d0{
|
|
4891
4891
|
padding-inline:var(--input-chip-padding-inline-delete);
|
|
4892
4892
|
}
|
|
4893
|
-
.bp_input_chip_module_container--
|
|
4893
|
+
.bp_input_chip_module_container--d98d0:not(.bp_input_chip_module_avatarContainer--d98d0).bp_input_chip_module_noDeleteButton--d98d0{
|
|
4894
4894
|
padding-inline:calc(var(--bp-space-020) - var(--bp-space-005)) var(--bp-space-005);
|
|
4895
4895
|
}
|
|
4896
|
-
.bp_input_chip_module_container--
|
|
4896
|
+
.bp_input_chip_module_container--d98d0:not(.bp_input_chip_module_error--d98d0):focus{
|
|
4897
4897
|
background-color:var(--input-chip-surface-hover);
|
|
4898
4898
|
box-shadow:0 0 0 var(--input-chip-focus-ring-offset-width) var(--input-chip-focus-ring-offset-color), 0 0 0 calc(var(--input-chip-focus-ring-width) + var(--input-chip-focus-ring-offset-width)) var(--input-chip-focus-ring-color);
|
|
4899
4899
|
}
|
|
4900
|
-
.bp_input_chip_module_container--
|
|
4900
|
+
.bp_input_chip_module_container--d98d0.bp_input_chip_module_error--d98d0{
|
|
4901
4901
|
background-color:var(--input-chip-surface-error);
|
|
4902
4902
|
outline:var(--border-1) solid var(--input-chip-border-error);
|
|
4903
4903
|
}
|
|
4904
|
-
.bp_input_chip_module_container--
|
|
4904
|
+
.bp_input_chip_module_container--d98d0.bp_input_chip_module_error--d98d0:focus{
|
|
4905
4905
|
box-shadow:0 0 0 var(--input-chip-error-focus-ring-offset-width) var(--input-chip-error-focus-ring-offset-color), 0 0 0 calc(var(--input-chip-error-focus-ring-width) + var(--input-chip-error-focus-ring-offset-width)) var(--input-chip-error-focus-ring-color);
|
|
4906
4906
|
}
|
|
4907
|
-
.bp_input_chip_module_container--
|
|
4907
|
+
.bp_input_chip_module_container--d98d0 .bp_input_chip_module_deleteIcon--d98d0{
|
|
4908
4908
|
background:var(--input-chip-delete-surface);
|
|
4909
4909
|
}
|
|
4910
|
-
.bp_input_chip_module_container--
|
|
4910
|
+
.bp_input_chip_module_container--d98d0 .bp_input_chip_module_deleteIcon--d98d0 *{
|
|
4911
4911
|
fill:var(--input-chip-delete-icon-color);
|
|
4912
4912
|
}
|
|
4913
|
-
.bp_input_chip_module_container--
|
|
4913
|
+
.bp_input_chip_module_container--d98d0 .bp_input_chip_module_deleteIcon--d98d0{
|
|
4914
4914
|
align-items:center;
|
|
4915
4915
|
border-radius:var(--input-chip-delete-icon-border-radius);
|
|
4916
4916
|
display:flex;
|
|
@@ -4919,63 +4919,94 @@
|
|
|
4919
4919
|
padding-block:var(--input-chip-delete-padding-block);
|
|
4920
4920
|
padding-inline:var(--input-chip-delete-padding-inline);
|
|
4921
4921
|
}
|
|
4922
|
-
.bp_input_chip_module_container--
|
|
4922
|
+
.bp_input_chip_module_container--d98d0 .bp_input_chip_module_deleteIcon--d98d0:hover{
|
|
4923
4923
|
background:var(--input-chip-delete-surface-hover);
|
|
4924
4924
|
}
|
|
4925
|
-
.bp_input_chip_module_container--
|
|
4925
|
+
.bp_input_chip_module_container--d98d0 .bp_input_chip_module_deleteIcon--d98d0:hover *{
|
|
4926
4926
|
fill:var(--input-chip-delete-icon-hover);
|
|
4927
4927
|
}
|
|
4928
|
-
.bp_input_chip_module_container--
|
|
4928
|
+
.bp_input_chip_module_container--d98d0 .bp_input_chip_module_deleteIcon--d98d0:active{
|
|
4929
4929
|
background:var(--input-chip-delete-surface-pressed);
|
|
4930
4930
|
}
|
|
4931
|
-
.bp_input_chip_module_container--
|
|
4931
|
+
.bp_input_chip_module_container--d98d0 .bp_input_chip_module_deleteIcon--d98d0:active *{
|
|
4932
4932
|
fill:var(--input-chip-delete-icon-pressed);
|
|
4933
4933
|
}
|
|
4934
|
-
.bp_input_chip_module_container--
|
|
4934
|
+
.bp_input_chip_module_container--d98d0 .bp_input_chip_module_label--d98d0{
|
|
4935
4935
|
overflow:hidden;
|
|
4936
4936
|
padding-inline:var(--input-chip-label-padding-inline);
|
|
4937
4937
|
text-overflow:ellipsis;
|
|
4938
4938
|
white-space:nowrap;
|
|
4939
4939
|
}
|
|
4940
|
-
.bp_input_chip_module_container--
|
|
4940
|
+
.bp_input_chip_module_container--d98d0.bp_input_chip_module_variable--d98d0{
|
|
4941
4941
|
background-color:var(--input-chip-surface-variable);
|
|
4942
4942
|
}
|
|
4943
|
-
.bp_input_chip_module_container--
|
|
4943
|
+
.bp_input_chip_module_container--d98d0.bp_input_chip_module_variable--d98d0 .bp_input_chip_module_label--d98d0{
|
|
4944
4944
|
color:var(--input-chip-text-variable);
|
|
4945
4945
|
}
|
|
4946
|
-
.bp_input_chip_module_container--
|
|
4946
|
+
.bp_input_chip_module_container--d98d0.bp_input_chip_module_variable--d98d0:focus{
|
|
4947
4947
|
background-color:var(--input-chip-surface-variable);
|
|
4948
4948
|
}
|
|
4949
|
-
.bp_input_chip_module_container--
|
|
4949
|
+
.bp_input_chip_module_container--d98d0.bp_input_chip_module_variable--d98d0 .bp_input_chip_module_deleteIcon--d98d0{
|
|
4950
4950
|
background:var(--input-chip-delete-surface);
|
|
4951
4951
|
}
|
|
4952
|
-
.bp_input_chip_module_container--
|
|
4952
|
+
.bp_input_chip_module_container--d98d0.bp_input_chip_module_variable--d98d0 .bp_input_chip_module_deleteIcon--d98d0 *{
|
|
4953
4953
|
fill:var(--input-chip-delete-icon);
|
|
4954
4954
|
}
|
|
4955
|
-
.bp_input_chip_module_container--
|
|
4955
|
+
.bp_input_chip_module_container--d98d0.bp_input_chip_module_variable--d98d0 .bp_input_chip_module_deleteIcon--d98d0:hover{
|
|
4956
4956
|
background:var(--input-chip-delete-surface-hover);
|
|
4957
4957
|
}
|
|
4958
|
-
.bp_input_chip_module_container--
|
|
4958
|
+
.bp_input_chip_module_container--d98d0.bp_input_chip_module_variable--d98d0 .bp_input_chip_module_deleteIcon--d98d0:hover *{
|
|
4959
4959
|
fill:var(--input-chip-delete-icon);
|
|
4960
4960
|
}
|
|
4961
|
-
.bp_input_chip_module_container--
|
|
4961
|
+
.bp_input_chip_module_container--d98d0.bp_input_chip_module_variable--d98d0 .bp_input_chip_module_deleteIcon--d98d0:active{
|
|
4962
4962
|
background:var(--input-chip-delete-surface-pressed);
|
|
4963
4963
|
}
|
|
4964
|
-
.bp_input_chip_module_container--
|
|
4964
|
+
.bp_input_chip_module_container--d98d0.bp_input_chip_module_variable--d98d0 .bp_input_chip_module_deleteIcon--d98d0:active *{
|
|
4965
4965
|
fill:var(--input-chip-delete-icon);
|
|
4966
4966
|
}
|
|
4967
|
-
.bp_input_chip_module_container--
|
|
4967
|
+
.bp_input_chip_module_container--d98d0 .bp_input_chip_module_avatar--d98d0{
|
|
4968
4968
|
flex-shrink:0;
|
|
4969
4969
|
}
|
|
4970
|
-
.bp_input_chip_module_container--
|
|
4970
|
+
.bp_input_chip_module_container--d98d0 .bp_input_chip_module_avatar--d98d0.bp_input_chip_module_modern--d98d0{
|
|
4971
4971
|
border-radius:var(--bp-radius-04) 0 0 var(--bp-radius-04);
|
|
4972
4972
|
height:1.75rem;
|
|
4973
4973
|
overflow:hidden;
|
|
4974
4974
|
width:1.75rem;
|
|
4975
4975
|
}
|
|
4976
|
-
.bp_input_chip_module_container--
|
|
4976
|
+
.bp_input_chip_module_container--d98d0 .bp_input_chip_module_avatar--d98d0.bp_input_chip_module_modern--d98d0 *{
|
|
4977
4977
|
border-radius:unset;
|
|
4978
4978
|
}
|
|
4979
|
+
|
|
4980
|
+
.bp_input_chip_module_container--d98d0[data-modern=true][data-bp-animated=true][data-state=open]{
|
|
4981
|
+
animation-duration:var(--bp-duration-short);
|
|
4982
|
+
animation-fill-mode:both;
|
|
4983
|
+
animation-name:bp_input_chip_module_bpInputChipFadeEnter--d98d0;
|
|
4984
|
+
animation-timing-function:var(--bp-curve-extra-small-on);
|
|
4985
|
+
}
|
|
4986
|
+
.bp_input_chip_module_container--d98d0[data-modern=true][data-bp-animated=true][data-state=closed]{
|
|
4987
|
+
animation-duration:var(--bp-duration-short);
|
|
4988
|
+
animation-fill-mode:forwards;
|
|
4989
|
+
animation-name:bp_input_chip_module_bpInputChipFadeExit--d98d0;
|
|
4990
|
+
animation-timing-function:var(--bp-curve-extra-small-off);
|
|
4991
|
+
pointer-events:none;
|
|
4992
|
+
}
|
|
4993
|
+
|
|
4994
|
+
@keyframes bp_input_chip_module_bpInputChipFadeEnter--d98d0{
|
|
4995
|
+
from{
|
|
4996
|
+
opacity:var(--bp-opacity-hidden);
|
|
4997
|
+
}
|
|
4998
|
+
to{
|
|
4999
|
+
opacity:var(--bp-opacity-visible);
|
|
5000
|
+
}
|
|
5001
|
+
}
|
|
5002
|
+
@keyframes bp_input_chip_module_bpInputChipFadeExit--d98d0{
|
|
5003
|
+
from{
|
|
5004
|
+
opacity:var(--bp-opacity-visible);
|
|
5005
|
+
}
|
|
5006
|
+
to{
|
|
5007
|
+
opacity:var(--bp-opacity-hidden);
|
|
5008
|
+
}
|
|
5009
|
+
}
|
|
4979
5010
|
.bp_inline_error_module_inlineError--9a1d7[data-modern=false]{
|
|
4980
5011
|
--inline-error-gap:var(--size-1);
|
|
4981
5012
|
--inline-error-height:var(--size-4);
|
|
@@ -5354,7 +5385,7 @@
|
|
|
5354
5385
|
.bp_text_area_module_textAreaContainer--aa002 .bp_text_area_module_inlineError--aa002{
|
|
5355
5386
|
margin-block-start:var(--text-area-container-row-gap);
|
|
5356
5387
|
}
|
|
5357
|
-
.bp_combobox_module_container--
|
|
5388
|
+
.bp_combobox_module_container--e892e[data-modern=false]{
|
|
5358
5389
|
--max-lines:3;
|
|
5359
5390
|
--input-height:var(--space-5);
|
|
5360
5391
|
--chip-height:var(--space-7);
|
|
@@ -5386,6 +5417,8 @@
|
|
|
5386
5417
|
--combobox-container-focus-border:var(--combobox-border-width-focus) solid var(--outline-focus-on-light);
|
|
5387
5418
|
--combobox-padding-block-focus:calc(var(--combobox-space) - var(--combobox-border-width-focus));
|
|
5388
5419
|
--combobox-container-focus-padding-block:var(--combobox-padding-block-focus);
|
|
5420
|
+
--combobox-padding-inline-focus:calc(var(--combobox-container-padding-inline) - var(--combobox-border-width-focus) + var(--combobox-border-width));
|
|
5421
|
+
--combobox-container-focus-padding-inline:var(--combobox-padding-inline-focus);
|
|
5389
5422
|
--combobox-container-error-background-color:var(--surface-dropdown-surface-error);
|
|
5390
5423
|
--combobox-container-error-border-top-width:var(--blueprint-combobox-border-error-top-width, var(--border-2));
|
|
5391
5424
|
--combobox-container-error-border-right-width:var(--blueprint-combobox-border-error-right-width, var(--border-2));
|
|
@@ -5397,6 +5430,8 @@
|
|
|
5397
5430
|
--combobox-container-error-border-color:var(--border-input-border-error);
|
|
5398
5431
|
--combobox-padding-block-error:calc(var(--combobox-space) - var(--combobox-border-width-error));
|
|
5399
5432
|
--combobox-container-error-padding-block:var(--combobox-padding-block-error);
|
|
5433
|
+
--combobox-padding-inline-error:calc(var(--combobox-container-padding-inline) - var(--combobox-border-width-error) + var(--combobox-border-width));
|
|
5434
|
+
--combobox-container-error-padding-inline:var(--combobox-padding-inline-error);
|
|
5400
5435
|
--combobox-container-with-chips-max-height:calc((var(--max-lines) - 1)*var(--space-2) + var(--max-lines)*var(--space-6));
|
|
5401
5436
|
--combobox-with-chips-padding-block:calc(var(--combobox-with-chips-space) - var(--combobox-border-width));
|
|
5402
5437
|
--combobox-container-with-chips-padding-block:var(--combobox-with-chips-padding-block);
|
|
@@ -5420,7 +5455,7 @@
|
|
|
5420
5455
|
text-decoration:var(--body-default-text-decoration);
|
|
5421
5456
|
text-transform:var(--body-default-text-case);
|
|
5422
5457
|
}
|
|
5423
|
-
.bp_combobox_module_container--
|
|
5458
|
+
.bp_combobox_module_container--e892e[data-modern=false] .bp_combobox_module_label--e892e{
|
|
5424
5459
|
font-family:var(--body-default-bold-font-family);
|
|
5425
5460
|
font-size:var(--body-default-bold-font-size);
|
|
5426
5461
|
font-weight:var(--body-default-bold-font-weight);
|
|
@@ -5429,7 +5464,7 @@
|
|
|
5429
5464
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
5430
5465
|
text-transform:var(--body-default-bold-text-case);
|
|
5431
5466
|
}
|
|
5432
|
-
.bp_combobox_module_container--
|
|
5467
|
+
.bp_combobox_module_container--e892e[data-modern=false] .bp_combobox_module_textInput--e892e{
|
|
5433
5468
|
font-family:var(--body-default-font-family);
|
|
5434
5469
|
font-size:var(--body-default-font-size);
|
|
5435
5470
|
font-weight:var(--body-default-font-weight);
|
|
@@ -5439,7 +5474,7 @@
|
|
|
5439
5474
|
text-transform:var(--body-default-text-case);
|
|
5440
5475
|
}
|
|
5441
5476
|
|
|
5442
|
-
.bp_combobox_module_container--
|
|
5477
|
+
.bp_combobox_module_container--e892e[data-modern=true]{
|
|
5443
5478
|
--max-lines:3;
|
|
5444
5479
|
--bp-innershadow-01:var(--innershadow-1);
|
|
5445
5480
|
--bp-input-height:var(--bp-space-050);
|
|
@@ -5471,6 +5506,8 @@
|
|
|
5471
5506
|
--combobox-container-focus-background-color:var(--bp-gray-white);
|
|
5472
5507
|
--combobox-container-focus-border:var(--combobox-border-width-focus) solid var(--bp-outline-focus-on-light);
|
|
5473
5508
|
--combobox-container-focus-padding-block:var(--bp-space-020);
|
|
5509
|
+
--combobox-padding-inline-focus:calc(var(--combobox-container-padding-inline) - var(--combobox-border-width-focus) + var(--combobox-border-width));
|
|
5510
|
+
--combobox-container-focus-padding-inline:var(--combobox-padding-inline-focus);
|
|
5474
5511
|
--combobox-container-error-background-color:var(--bp-gray-white);
|
|
5475
5512
|
--combobox-container-error-border-top-width:var(--blueprint-combobox-border-error-top-width, var(--bp-border-02));
|
|
5476
5513
|
--combobox-container-error-border-right-width:var(
|
|
@@ -5488,6 +5525,8 @@
|
|
|
5488
5525
|
--combobox-container-error-border-color:var(--bp-border-input-border-error);
|
|
5489
5526
|
--combobox-padding-block-error:calc(var(--bp-combobox-space) - var(--combobox-border-width-error));
|
|
5490
5527
|
--combobox-container-error-padding-block:var(--combobox-padding-block-error);
|
|
5528
|
+
--combobox-padding-inline-error:calc(var(--combobox-container-padding-inline) - var(--combobox-border-width-error) + var(--combobox-border-width));
|
|
5529
|
+
--combobox-container-error-padding-inline:var(--combobox-padding-inline-error);
|
|
5491
5530
|
--combobox-container-with-chips-max-height:calc((var(--max-lines) - 1)*var(--bp-space-020) + var(--max-lines)*var(--bp-space-060));
|
|
5492
5531
|
--combobox-with-chips-padding-block:calc(var(--bp-combobox-with-chips-space) - var(--combobox-border-width));
|
|
5493
5532
|
--combobox-container-with-chips-padding-block:var(--combobox-with-chips-padding-block);
|
|
@@ -5510,7 +5549,7 @@
|
|
|
5510
5549
|
letter-spacing:var(--bp-font-letter-spacing-01);
|
|
5511
5550
|
line-height:var(--bp-font-line-height-04);
|
|
5512
5551
|
}
|
|
5513
|
-
:where(body.is-inter-font) .bp_combobox_module_container--
|
|
5552
|
+
:where(body.is-inter-font) .bp_combobox_module_container--e892e[data-modern=true]{
|
|
5514
5553
|
font-family:"Inter Variable", -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
5515
5554
|
font-size:.875rem;
|
|
5516
5555
|
font-style:normal;
|
|
@@ -5521,7 +5560,7 @@
|
|
|
5521
5560
|
text-transform:none;
|
|
5522
5561
|
}
|
|
5523
5562
|
|
|
5524
|
-
.bp_combobox_module_container--
|
|
5563
|
+
.bp_combobox_module_container--e892e[data-modern=true] .bp_combobox_module_label--e892e{
|
|
5525
5564
|
font-family:var(--bp-font-font-family), -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
5526
5565
|
font-size:var(--bp-font-size-05);
|
|
5527
5566
|
font-style:normal;
|
|
@@ -5529,7 +5568,7 @@
|
|
|
5529
5568
|
letter-spacing:var(--bp-font-letter-spacing-01);
|
|
5530
5569
|
line-height:var(--bp-font-line-height-04);
|
|
5531
5570
|
}
|
|
5532
|
-
:where(body.is-inter-font) .bp_combobox_module_container--
|
|
5571
|
+
:where(body.is-inter-font) .bp_combobox_module_container--e892e[data-modern=true] .bp_combobox_module_label--e892e{
|
|
5533
5572
|
font-family:"Inter Variable", -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
5534
5573
|
font-size:.875rem;
|
|
5535
5574
|
font-style:normal;
|
|
@@ -5540,7 +5579,7 @@
|
|
|
5540
5579
|
text-transform:none;
|
|
5541
5580
|
}
|
|
5542
5581
|
|
|
5543
|
-
.bp_combobox_module_container--
|
|
5582
|
+
.bp_combobox_module_container--e892e[data-modern=true] .bp_combobox_module_textInput--e892e{
|
|
5544
5583
|
font-family:var(--bp-font-font-family), -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
5545
5584
|
font-size:var(--bp-font-size-05);
|
|
5546
5585
|
font-style:normal;
|
|
@@ -5548,7 +5587,7 @@
|
|
|
5548
5587
|
letter-spacing:var(--bp-font-letter-spacing-01);
|
|
5549
5588
|
line-height:var(--bp-font-line-height-04);
|
|
5550
5589
|
}
|
|
5551
|
-
:where(body.is-inter-font) .bp_combobox_module_container--
|
|
5590
|
+
:where(body.is-inter-font) .bp_combobox_module_container--e892e[data-modern=true] .bp_combobox_module_textInput--e892e{
|
|
5552
5591
|
font-family:"Inter Variable", -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
5553
5592
|
font-size:.875rem;
|
|
5554
5593
|
font-style:normal;
|
|
@@ -5559,7 +5598,7 @@
|
|
|
5559
5598
|
text-transform:none;
|
|
5560
5599
|
}
|
|
5561
5600
|
|
|
5562
|
-
.bp_combobox_module_popover--
|
|
5601
|
+
.bp_combobox_module_popover--e892e[data-modern=false]{
|
|
5563
5602
|
--option-height:2.25rem;
|
|
5564
5603
|
--dropdown-max-height:12.5rem;
|
|
5565
5604
|
--combobox-popover-max-height:min(
|
|
@@ -5600,7 +5639,7 @@
|
|
|
5600
5639
|
text-transform:var(--body-default-text-case);
|
|
5601
5640
|
}
|
|
5602
5641
|
|
|
5603
|
-
.bp_combobox_module_popover--
|
|
5642
|
+
.bp_combobox_module_popover--e892e[data-modern=true]{
|
|
5604
5643
|
--option-height:2.25rem;
|
|
5605
5644
|
--dropdown-max-height:12.5rem;
|
|
5606
5645
|
--bp-dropshadow-03:var(--dropshadow-3);
|
|
@@ -5640,7 +5679,7 @@
|
|
|
5640
5679
|
letter-spacing:var(--bp-font-letter-spacing-01);
|
|
5641
5680
|
line-height:var(--bp-font-line-height-04);
|
|
5642
5681
|
}
|
|
5643
|
-
:where(body.is-inter-font) .bp_combobox_module_popover--
|
|
5682
|
+
:where(body.is-inter-font) .bp_combobox_module_popover--e892e[data-modern=true]{
|
|
5644
5683
|
font-family:"Inter Variable", -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
5645
5684
|
font-size:.875rem;
|
|
5646
5685
|
font-style:normal;
|
|
@@ -5651,22 +5690,22 @@
|
|
|
5651
5690
|
text-transform:none;
|
|
5652
5691
|
}
|
|
5653
5692
|
|
|
5654
|
-
.bp_combobox_module_container--
|
|
5693
|
+
.bp_combobox_module_container--e892e{
|
|
5655
5694
|
display:flex;
|
|
5656
5695
|
flex-direction:column;
|
|
5657
5696
|
}
|
|
5658
|
-
.bp_combobox_module_container--
|
|
5697
|
+
.bp_combobox_module_container--e892e.bp_combobox_module_disabled--e892e{
|
|
5659
5698
|
opacity:60%;
|
|
5660
5699
|
}
|
|
5661
|
-
.bp_combobox_module_container--
|
|
5700
|
+
.bp_combobox_module_container--e892e .bp_combobox_module_label--e892e{
|
|
5662
5701
|
color:var(--combobox-label-color);
|
|
5663
5702
|
flex:0 0 fit-content;
|
|
5664
5703
|
overflow-wrap:break-word;
|
|
5665
5704
|
}
|
|
5666
|
-
.bp_combobox_module_container--
|
|
5705
|
+
.bp_combobox_module_container--e892e .bp_combobox_module_label--e892e:not(.bp_combobox_module_hiddenLabel--e892e){
|
|
5667
5706
|
margin-block-end:var(--combobox-label-margin-block-end);
|
|
5668
5707
|
}
|
|
5669
|
-
.bp_combobox_module_container--
|
|
5708
|
+
.bp_combobox_module_container--e892e .bp_combobox_module_comboboxContainer--e892e{
|
|
5670
5709
|
background-color:var(--combobox-container-background-color);
|
|
5671
5710
|
border-bottom:var(--combobox-container-border-bottom-width) solid var(--combobox-container-border-color);
|
|
5672
5711
|
border-left:var(--combobox-container-border-left-width) solid var(--combobox-container-border-color);
|
|
@@ -5678,7 +5717,7 @@
|
|
|
5678
5717
|
overflow:hidden;
|
|
5679
5718
|
position:relative;
|
|
5680
5719
|
}
|
|
5681
|
-
.bp_combobox_module_container--
|
|
5720
|
+
.bp_combobox_module_container--e892e .bp_combobox_module_comboboxContainer--e892e .bp_combobox_module_comboboxContainerInner--e892e{
|
|
5682
5721
|
display:flex;
|
|
5683
5722
|
flex-wrap:wrap;
|
|
5684
5723
|
gap:var(--combobox-container-contents-gap);
|
|
@@ -5686,52 +5725,54 @@
|
|
|
5686
5725
|
padding-block:var(--combobox-container-padding-block);
|
|
5687
5726
|
padding-inline:var(--combobox-container-padding-inline);
|
|
5688
5727
|
}
|
|
5689
|
-
.bp_combobox_module_container--
|
|
5728
|
+
.bp_combobox_module_container--e892e .bp_combobox_module_comboboxContainer--e892e.bp_combobox_module_withChips--e892e .bp_combobox_module_comboboxContainerInner--e892e{
|
|
5690
5729
|
max-height:var(--combobox-container-with-chips-max-height);
|
|
5691
5730
|
padding-block:var(--combobox-container-with-chips-padding-block);
|
|
5692
5731
|
}
|
|
5693
|
-
.bp_combobox_module_container--
|
|
5732
|
+
.bp_combobox_module_container--e892e .bp_combobox_module_comboboxContainer--e892e.bp_combobox_module_withChips--e892e:not(:disabled).bp_combobox_module_error--e892e .bp_combobox_module_comboboxContainerInner--e892e{
|
|
5694
5733
|
padding-block:var(--combobox-container-with-chips-error-padding-block);
|
|
5695
5734
|
}
|
|
5696
|
-
.bp_combobox_module_container--
|
|
5735
|
+
.bp_combobox_module_container--e892e .bp_combobox_module_comboboxContainer--e892e.bp_combobox_module_withChips--e892e:not(:disabled):has(input:focus) .bp_combobox_module_comboboxContainerInner--e892e{
|
|
5697
5736
|
padding-block:var(--combobox-container-with-chips-focus-padding-block);
|
|
5698
5737
|
}
|
|
5699
|
-
.bp_combobox_module_container--
|
|
5738
|
+
.bp_combobox_module_container--e892e .bp_combobox_module_comboboxContainer--e892e.bp_combobox_module_withComboboxButtons--e892e .bp_combobox_module_comboboxContainerInner--e892e{
|
|
5700
5739
|
padding-inline-end:var(--combobox-container-padding-inline-end-with-buttons);
|
|
5701
5740
|
}
|
|
5702
|
-
.bp_combobox_module_container--
|
|
5741
|
+
.bp_combobox_module_container--e892e .bp_combobox_module_comboboxContainer--e892e.bp_combobox_module_withComboboxButtons--e892e.bp_combobox_module_withInlineErrorAndEndButton--e892e .bp_combobox_module_comboboxContainerInner--e892e{
|
|
5703
5742
|
padding-inline-end:var(--combobox-container-padding-inline-end-with-inline-error-and-buttons);
|
|
5704
5743
|
}
|
|
5705
|
-
.bp_combobox_module_container--
|
|
5744
|
+
.bp_combobox_module_container--e892e .bp_combobox_module_comboboxContainer--e892e:not(:disabled):has(input:focus){
|
|
5706
5745
|
background-color:var(--combobox-container-focus-background-color);
|
|
5707
5746
|
border:var(--combobox-container-focus-border);
|
|
5708
5747
|
}
|
|
5709
|
-
.bp_combobox_module_container--
|
|
5748
|
+
.bp_combobox_module_container--e892e .bp_combobox_module_comboboxContainer--e892e:not(:disabled):has(input:focus) .bp_combobox_module_comboboxContainerInner--e892e{
|
|
5710
5749
|
padding-block:var(--combobox-container-focus-padding-block);
|
|
5750
|
+
padding-inline-start:var(--combobox-container-focus-padding-inline);
|
|
5711
5751
|
}
|
|
5712
|
-
.bp_combobox_module_container--
|
|
5752
|
+
.bp_combobox_module_container--e892e .bp_combobox_module_comboboxContainer--e892e:not(:disabled).bp_combobox_module_error--e892e,.bp_combobox_module_container--e892e .bp_combobox_module_comboboxContainer--e892e:not(:disabled):has([aria-invalid=true]){
|
|
5713
5753
|
background-color:var(--combobox-container-error-background-color);
|
|
5714
5754
|
border-bottom:var(--combobox-container-error-border-bottom-width) solid var(--combobox-container-error-border-color);
|
|
5715
5755
|
border-left:var(--combobox-container-error-border-left-width) solid var(--combobox-container-error-border-color);
|
|
5716
5756
|
border-right:var(--combobox-container-error-border-right-width) solid var(--combobox-container-error-border-color);
|
|
5717
5757
|
border-top:var(--combobox-container-error-border-top-width) solid var(--combobox-container-error-border-color);
|
|
5718
5758
|
}
|
|
5719
|
-
.bp_combobox_module_container--
|
|
5759
|
+
.bp_combobox_module_container--e892e .bp_combobox_module_comboboxContainer--e892e:not(:disabled).bp_combobox_module_error--e892e .bp_combobox_module_comboboxContainerInner--e892e,.bp_combobox_module_container--e892e .bp_combobox_module_comboboxContainer--e892e:not(:disabled):has([aria-invalid=true]) .bp_combobox_module_comboboxContainerInner--e892e{
|
|
5720
5760
|
padding-block:var(--combobox-container-error-padding-block);
|
|
5761
|
+
padding-inline-start:var(--combobox-container-error-padding-inline);
|
|
5721
5762
|
}
|
|
5722
|
-
.bp_combobox_module_container--
|
|
5763
|
+
.bp_combobox_module_container--e892e .bp_combobox_module_comboboxContainer--e892e:not(:disabled, :has(input:focus)):has(input:hover):not(.bp_combobox_module_error--e892e, :has([aria-invalid=true])){
|
|
5723
5764
|
border-bottom:var(--combobox-container-border-bottom-width) solid var(--combobox-container-border-color-hover);
|
|
5724
5765
|
border-left:var(--combobox-container-border-left-width) solid var(--combobox-container-border-color-hover);
|
|
5725
5766
|
border-right:var(--combobox-container-border-right-width) solid var(--combobox-container-border-color-hover);
|
|
5726
5767
|
border-top:var(--combobox-container-border-top-width) solid var(--combobox-container-border-color-hover);
|
|
5727
5768
|
}
|
|
5728
|
-
.bp_combobox_module_container--
|
|
5769
|
+
.bp_combobox_module_container--e892e .bp_combobox_module_comboboxContainer--e892e .bp_combobox_module_textInputWrapper--e892e{
|
|
5729
5770
|
align-items:center;
|
|
5730
5771
|
display:flex;
|
|
5731
5772
|
flex:content;
|
|
5732
5773
|
gap:var(--combobox-text-input-wrapper-gap);
|
|
5733
5774
|
}
|
|
5734
|
-
.bp_combobox_module_container--
|
|
5775
|
+
.bp_combobox_module_container--e892e .bp_combobox_module_comboboxContainer--e892e .bp_combobox_module_textInputWrapper--e892e .bp_combobox_module_textInput--e892e{
|
|
5735
5776
|
background-color:var(--combobox-text-input-background-color);
|
|
5736
5777
|
border:none;
|
|
5737
5778
|
color:var(--combobox-text-input-color);
|
|
@@ -5740,10 +5781,10 @@
|
|
|
5740
5781
|
padding:0;
|
|
5741
5782
|
width:100%;
|
|
5742
5783
|
}
|
|
5743
|
-
.bp_combobox_module_container--
|
|
5784
|
+
.bp_combobox_module_container--e892e .bp_combobox_module_comboboxContainer--e892e .bp_combobox_module_textInputWrapper--e892e .bp_combobox_module_errorIcon--e892e path{
|
|
5744
5785
|
fill:var(--combobox-error-icon-fill);
|
|
5745
5786
|
}
|
|
5746
|
-
.bp_combobox_module_container--
|
|
5787
|
+
.bp_combobox_module_container--e892e .bp_combobox_module_comboboxContainer--e892e .bp_combobox_module_textInputWrapper--e892e .bp_combobox_module_comboboxButtons--e892e{
|
|
5747
5788
|
align-items:center;
|
|
5748
5789
|
display:flex;
|
|
5749
5790
|
gap:var(--combobox-buttons-gap);
|
|
@@ -5751,15 +5792,22 @@
|
|
|
5751
5792
|
right:var(--combobox-button-spacing);
|
|
5752
5793
|
top:var(--combobox-button-spacing);
|
|
5753
5794
|
}
|
|
5754
|
-
.bp_combobox_module_container--
|
|
5795
|
+
.bp_combobox_module_container--e892e .bp_combobox_module_comboboxContainer--e892e .bp_combobox_module_textInputWrapper--e892e .bp_combobox_module_inlineErrorIcon--e892e{
|
|
5755
5796
|
height:var(--combobox-inline-error-icon-height);
|
|
5756
5797
|
width:var(--combobox-inline-error-icon-width);
|
|
5757
5798
|
}
|
|
5758
|
-
.bp_combobox_module_container--
|
|
5799
|
+
.bp_combobox_module_container--e892e .bp_combobox_module_inlineError--e892e{
|
|
5759
5800
|
margin-block-start:var(--combobox-inline-error-margin-block-start);
|
|
5760
5801
|
}
|
|
5761
|
-
|
|
5762
|
-
|
|
5802
|
+
.bp_combobox_module_container--e892e[data-modern=true] .bp_combobox_module_comboboxContainer--e892e[data-bp-animated=true]{
|
|
5803
|
+
transition-duration:var(--bp-duration-short);
|
|
5804
|
+
transition-property:border-color, background-color;
|
|
5805
|
+
transition-timing-function:var(--bp-curve-small-off);
|
|
5806
|
+
}
|
|
5807
|
+
.bp_combobox_module_container--e892e[data-modern=true] .bp_combobox_module_comboboxContainer--e892e[data-bp-animated=true]:not(:disabled).bp_combobox_module_error--e892e,.bp_combobox_module_container--e892e[data-modern=true] .bp_combobox_module_comboboxContainer--e892e[data-bp-animated=true]:not(:disabled):has([aria-invalid=true]),.bp_combobox_module_container--e892e[data-modern=true] .bp_combobox_module_comboboxContainer--e892e[data-bp-animated=true]:not(:disabled):has(input:focus),.bp_combobox_module_container--e892e[data-modern=true] .bp_combobox_module_comboboxContainer--e892e[data-bp-animated=true]:not(:disabled):has(input:hover){
|
|
5808
|
+
transition-timing-function:var(--bp-curve-small-on);
|
|
5809
|
+
}
|
|
5810
|
+
.bp_combobox_module_popover--e892e{
|
|
5763
5811
|
backdrop-filter:var(--combobox-popover-backdrop-filter);
|
|
5764
5812
|
background-color:var(--combobox-popover-background-color);
|
|
5765
5813
|
border:var(--combobox-popover-border);
|
|
@@ -5768,13 +5816,13 @@
|
|
|
5768
5816
|
overflow:hidden;
|
|
5769
5817
|
z-index:var(--z-index-popover);
|
|
5770
5818
|
}
|
|
5771
|
-
.bp_combobox_module_popover--
|
|
5819
|
+
.bp_combobox_module_popover--e892e .bp_combobox_module_popoverInner--e892e{
|
|
5772
5820
|
max-height:var(--combobox-popover-max-height);
|
|
5773
5821
|
overflow:auto;
|
|
5774
5822
|
padding-block:var(--combobox-popover-padding-block);
|
|
5775
5823
|
padding-inline:var(--combobox-popover-padding-inline);
|
|
5776
5824
|
}
|
|
5777
|
-
.bp_combobox_module_popover--
|
|
5825
|
+
.bp_combobox_module_popover--e892e .bp_combobox_module_option--e892e{
|
|
5778
5826
|
border:var(--combobox-option-border);
|
|
5779
5827
|
border-radius:var(--combobox-option-border-radius);
|
|
5780
5828
|
box-sizing:border-box;
|
|
@@ -5789,21 +5837,21 @@
|
|
|
5789
5837
|
user-select:none;
|
|
5790
5838
|
width:100%;
|
|
5791
5839
|
}
|
|
5792
|
-
.bp_combobox_module_popover--
|
|
5840
|
+
.bp_combobox_module_popover--e892e .bp_combobox_module_option--e892e[aria-disabled]{
|
|
5793
5841
|
opacity:var(--combobox-option-disabled-opacity);
|
|
5794
5842
|
}
|
|
5795
|
-
.bp_combobox_module_popover--
|
|
5843
|
+
.bp_combobox_module_popover--e892e .bp_combobox_module_option--e892e[data-active-item]:not([aria-disabled]){
|
|
5796
5844
|
background-color:var(--combobox-option-active-background-color);
|
|
5797
5845
|
border:var(--combobox-option-active-border);
|
|
5798
5846
|
}
|
|
5799
|
-
.bp_combobox_module_popover--
|
|
5847
|
+
.bp_combobox_module_popover--e892e .bp_combobox_module_option--e892e:active{
|
|
5800
5848
|
background-color:var(--combobox-option-hover-background-color);
|
|
5801
5849
|
border:var(--combobox-option-border);
|
|
5802
5850
|
}
|
|
5803
|
-
.bp_combobox_module_popover--
|
|
5851
|
+
.bp_combobox_module_popover--e892e .bp_combobox_module_option--e892e:hover{
|
|
5804
5852
|
background-color:var(--combobox-option-hover-background-color);
|
|
5805
5853
|
}
|
|
5806
|
-
.bp_combobox_module_popover--
|
|
5854
|
+
.bp_combobox_module_popover--e892e .bp_combobox_module_option--e892e .bp_combobox_module_indicator--e892e{
|
|
5807
5855
|
align-items:center;
|
|
5808
5856
|
display:flex;
|
|
5809
5857
|
height:var(--combobox-option-indicator-height);
|
|
@@ -5812,20 +5860,46 @@
|
|
|
5812
5860
|
position:absolute;
|
|
5813
5861
|
top:var(--combobox-option-indicator-top);
|
|
5814
5862
|
}
|
|
5815
|
-
.bp_combobox_module_popover--
|
|
5863
|
+
.bp_combobox_module_popover--e892e .bp_combobox_module_option--e892e .bp_combobox_module_indicator--e892e .bp_combobox_module_indicatorIcon--e892e path{
|
|
5816
5864
|
fill:var(--combobox-option-indicator-icon-fill);
|
|
5817
5865
|
}
|
|
5818
|
-
.bp_combobox_module_popover--
|
|
5866
|
+
.bp_combobox_module_popover--e892e .bp_combobox_module_optionWithIndicator--e892e{
|
|
5819
5867
|
padding-inline:var(--combobox-option-with-indicator-padding-inline);
|
|
5820
5868
|
}
|
|
5821
|
-
.bp_combobox_module_popover--
|
|
5869
|
+
.bp_combobox_module_popover--e892e .bp_combobox_module_loadingIndicator--e892e{
|
|
5822
5870
|
position:var(--combobox-loading-indicator-position);
|
|
5823
5871
|
}
|
|
5824
|
-
.bp_combobox_module_popover--
|
|
5872
|
+
.bp_combobox_module_popover--e892e .bp_combobox_module_noResultOption--e892e{
|
|
5825
5873
|
color:var(--combobox-no-result-option-color);
|
|
5826
5874
|
-webkit-user-select:none;
|
|
5827
5875
|
user-select:none;
|
|
5828
5876
|
}
|
|
5877
|
+
|
|
5878
|
+
.bp_combobox_module_popover--e892e[data-modern=true][data-bp-animated=true]{
|
|
5879
|
+
opacity:var(--bp-opacity-hidden);
|
|
5880
|
+
transform:translateY(calc(var(--bp-space-020)*-1));
|
|
5881
|
+
transition-duration:var(--bp-duration-short);
|
|
5882
|
+
transition-property:opacity, transform;
|
|
5883
|
+
transition-timing-function:var(--bp-curve-medium-off);
|
|
5884
|
+
}
|
|
5885
|
+
.bp_combobox_module_popover--e892e[data-modern=true][data-bp-animated=true][data-side=top]{
|
|
5886
|
+
transform:translateY(var(--bp-space-020));
|
|
5887
|
+
}
|
|
5888
|
+
.bp_combobox_module_popover--e892e[data-modern=true][data-bp-animated=true][data-enter]{
|
|
5889
|
+
opacity:var(--bp-opacity-visible);
|
|
5890
|
+
transform:translateY(0);
|
|
5891
|
+
transition-duration:var(--bp-duration-medium);
|
|
5892
|
+
transition-timing-function:var(--bp-curve-medium-on);
|
|
5893
|
+
}
|
|
5894
|
+
|
|
5895
|
+
.bp_combobox_module_popover--e892e[data-modern=true][data-bp-animated=true] .bp_combobox_module_option--e892e{
|
|
5896
|
+
transition-duration:var(--bp-duration-short);
|
|
5897
|
+
transition-property:background-color;
|
|
5898
|
+
transition-timing-function:var(--bp-curve-small-off);
|
|
5899
|
+
}
|
|
5900
|
+
.bp_combobox_module_popover--e892e[data-modern=true][data-bp-animated=true] .bp_combobox_module_option--e892e:active,.bp_combobox_module_popover--e892e[data-modern=true][data-bp-animated=true] .bp_combobox_module_option--e892e:hover,.bp_combobox_module_popover--e892e[data-modern=true][data-bp-animated=true] .bp_combobox_module_option--e892e[data-active-item]:not([aria-disabled]){
|
|
5901
|
+
transition-timing-function:var(--bp-curve-small-on);
|
|
5902
|
+
}
|
|
5829
5903
|
.bp_combobox_group_module_container--8497b[data-modern=false]{
|
|
5830
5904
|
--combobox-group-container-gap:var(--space-2);
|
|
5831
5905
|
--combobox-group-disabled-opacity:60%;
|