@box/blueprint-web 12.78.0 → 12.78.2
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/index.css
CHANGED
|
@@ -8086,7 +8086,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8086
8086
|
opacity:.3;
|
|
8087
8087
|
}
|
|
8088
8088
|
|
|
8089
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
8089
|
+
.bp_tabs_module_hiddenWidthSetter--e5edb{
|
|
8090
8090
|
display:block;
|
|
8091
8091
|
font-family:var(--body-default-bold-font-family);
|
|
8092
8092
|
font-size:var(--body-default-bold-font-size);
|
|
@@ -8100,11 +8100,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8100
8100
|
text-transform:var(--body-default-bold-text-case);
|
|
8101
8101
|
visibility:hidden;
|
|
8102
8102
|
}
|
|
8103
|
-
.bp_tabs_module_hiddenWidthSetter--
|
|
8103
|
+
.bp_tabs_module_hiddenWidthSetter--e5edb > *{
|
|
8104
8104
|
visibility:hidden;
|
|
8105
8105
|
}
|
|
8106
8106
|
|
|
8107
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
8107
|
+
.bp_tabs_module_contentSwitchTabList--e5edb[data-modern=false]{
|
|
8108
8108
|
--content-switch-tab-list-gap:var(--space-1);
|
|
8109
8109
|
--content-switch-tab-list-padding:var(--space-1);
|
|
8110
8110
|
--content-switch-tab-list-background:var(--surface-contentswitcher-surface);
|
|
@@ -8112,6 +8112,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8112
8112
|
--content-switch-tab-height:var(--size-8);
|
|
8113
8113
|
--content-switch-tab-border-radius:var(--radius-6);
|
|
8114
8114
|
--content-switch-tab-padding-inline:var(--space-4);
|
|
8115
|
+
--content-switch-tab-color:var(--text-text-on-light);
|
|
8115
8116
|
--content-switch-tab-selected-color:var(--text-text-on-light);
|
|
8116
8117
|
--content-switch-tab-selected-background:var(--surface-cta-surface-secondary);
|
|
8117
8118
|
--content-switch-tab-selected-box-shadow:0 0 0 var(--border-1) var(--gray-50);
|
|
@@ -8120,22 +8121,23 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8120
8121
|
--content-switch-tab-active-background:var(--surface-cta-surface-secondary-pressed);
|
|
8121
8122
|
}
|
|
8122
8123
|
|
|
8123
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
8124
|
+
.bp_tabs_module_contentSwitchTabList--e5edb[data-modern=true]{
|
|
8124
8125
|
--content-switch-tab-list-gap:var(--bp-space-010);
|
|
8125
8126
|
--content-switch-tab-list-padding:var(--bp-space-010);
|
|
8126
|
-
--content-switch-tab-list-background:var(--bp-
|
|
8127
|
+
--content-switch-tab-list-background:var(--bp-surface-content-switcher-surface);
|
|
8127
8128
|
--content-switch-tab-list-border-radius:var(--bp-radius-10);
|
|
8128
8129
|
--content-switch-tab-height:var(--bp-size-080);
|
|
8129
8130
|
--content-switch-tab-border-radius:var(--bp-radius-10);
|
|
8130
8131
|
--content-switch-tab-padding-inline:var(--bp-space-040);
|
|
8132
|
+
--content-switch-tab-color:var(--bp-text-text-on-light);
|
|
8131
8133
|
--content-switch-tab-selected-color:var(--bp-text-text-on-light);
|
|
8132
|
-
--content-switch-tab-selected-background:var(--bp-
|
|
8133
|
-
--content-switch-tab-selected-box-shadow:0 0 0 var(--bp-border-01) var(--bp-
|
|
8134
|
+
--content-switch-tab-selected-background:var(--bp-surface-content-switcher-surface-selected);
|
|
8135
|
+
--content-switch-tab-selected-box-shadow:0 0 0 var(--bp-border-01) var(--bp-border-content-switcher-border);
|
|
8134
8136
|
--content-switch-tab-focus-box-shadow:0 0 0 var(--bp-border-02) var(--bp-outline-focus-on-light);
|
|
8135
|
-
--content-switch-tab-hover-background:var(--bp-
|
|
8137
|
+
--content-switch-tab-hover-background:var(--bp-surface-content-switcher-surface-hover);
|
|
8136
8138
|
}
|
|
8137
8139
|
|
|
8138
|
-
.bp_tabs_module_tabsListContainer--
|
|
8140
|
+
.bp_tabs_module_tabsListContainer--e5edb[data-modern=false]{
|
|
8139
8141
|
--tab-height:var(--size-10);
|
|
8140
8142
|
--tab-inline-padding:var(--space-3);
|
|
8141
8143
|
--tab-background:var(--background-background);
|
|
@@ -8160,7 +8162,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8160
8162
|
--tab-border-hover-color:var(--border-tab-border-hover);
|
|
8161
8163
|
}
|
|
8162
8164
|
|
|
8163
|
-
.bp_tabs_module_tabsListContainer--
|
|
8165
|
+
.bp_tabs_module_tabsListContainer--e5edb[data-modern=true]{
|
|
8164
8166
|
--tab-height:var(--bp-size-100);
|
|
8165
8167
|
--tab-inline-padding:var(--bp-space-030);
|
|
8166
8168
|
--tab-background:var(--bp-background-background);
|
|
@@ -8186,7 +8188,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8186
8188
|
--tab-border-selected-color:var(--bp-border-tab-border-selected);
|
|
8187
8189
|
}
|
|
8188
8190
|
|
|
8189
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
8191
|
+
.bp_tabs_module_contentSwitchTabList--e5edb{
|
|
8190
8192
|
background:var(--content-switch-tab-list-background);
|
|
8191
8193
|
border-radius:var(--content-switch-tab-list-border-radius);
|
|
8192
8194
|
display:grid;
|
|
@@ -8197,11 +8199,12 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8197
8199
|
min-width:fit-content;
|
|
8198
8200
|
padding:var(--content-switch-tab-list-padding);
|
|
8199
8201
|
}
|
|
8200
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
8202
|
+
.bp_tabs_module_contentSwitchTabList--e5edb .bp_tabs_module_contentSwitchTab--e5edb{
|
|
8201
8203
|
align-items:center;
|
|
8202
8204
|
background:#0000;
|
|
8203
8205
|
border:none;
|
|
8204
8206
|
border-radius:var(--content-switch-tab-border-radius);
|
|
8207
|
+
color:var(--content-switch-tab-color);
|
|
8205
8208
|
display:flex;
|
|
8206
8209
|
flex-direction:column;
|
|
8207
8210
|
font-family:var(--body-default-font-family);
|
|
@@ -8218,7 +8221,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8218
8221
|
text-transform:var(--body-default-text-case);
|
|
8219
8222
|
white-space:nowrap;
|
|
8220
8223
|
}
|
|
8221
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
8224
|
+
.bp_tabs_module_contentSwitchTabList--e5edb .bp_tabs_module_contentSwitchTab--e5edb[aria-selected=true]{
|
|
8222
8225
|
background:var(--content-switch-tab-selected-background);
|
|
8223
8226
|
box-shadow:var(--content-switch-tab-selected-box-shadow);
|
|
8224
8227
|
color:var(--content-switch-tab-selected-color);
|
|
@@ -8231,44 +8234,44 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8231
8234
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
8232
8235
|
text-transform:var(--body-default-bold-text-case);
|
|
8233
8236
|
}
|
|
8234
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
8237
|
+
.bp_tabs_module_contentSwitchTabList--e5edb .bp_tabs_module_contentSwitchTab--e5edb:not([aria-disabled=true])[data-focus-visible]{
|
|
8235
8238
|
border-color:#0000;
|
|
8236
8239
|
box-shadow:var(--content-switch-tab-focus-box-shadow);
|
|
8237
8240
|
}
|
|
8238
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
8241
|
+
.bp_tabs_module_contentSwitchTabList--e5edb .bp_tabs_module_contentSwitchTab--e5edb:not([aria-disabled=true]):hover,.bp_tabs_module_contentSwitchTabList--e5edb .bp_tabs_module_contentSwitchTab--e5edb:not([aria-disabled=true])[data-focus-visible]:not([aria-selected=true]){
|
|
8239
8242
|
background:var(--content-switch-tab-hover-background);
|
|
8240
8243
|
}
|
|
8241
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
8244
|
+
.bp_tabs_module_contentSwitchTabList--e5edb .bp_tabs_module_contentSwitchTab--e5edb:not([aria-disabled=true]):active{
|
|
8242
8245
|
background:var(--content-switch-tab-active-background);
|
|
8243
8246
|
}
|
|
8244
|
-
.bp_tabs_module_contentSwitchTabList--
|
|
8247
|
+
.bp_tabs_module_contentSwitchTabList--e5edb .bp_tabs_module_contentSwitchTab--e5edb[aria-disabled=true]{
|
|
8245
8248
|
opacity:.3;
|
|
8246
8249
|
pointer-events:none;
|
|
8247
8250
|
}
|
|
8248
8251
|
|
|
8249
|
-
.bp_tabs_module_tabsListContainer--
|
|
8252
|
+
.bp_tabs_module_tabsListContainer--e5edb{
|
|
8250
8253
|
height:calc(var(--tab-height) + (var(--tab-border-focus-outline-width) + var(--tab-border-focus-outline-offset))*2);
|
|
8251
8254
|
overflow-y:hidden;
|
|
8252
8255
|
scroll-behavior:smooth;
|
|
8253
8256
|
}
|
|
8254
|
-
.bp_tabs_module_tabsListContainer--
|
|
8257
|
+
.bp_tabs_module_tabsListContainer--e5edb .bp_tabs_module_tabList--e5edb{
|
|
8255
8258
|
display:flex;
|
|
8256
8259
|
overflow-x:auto;
|
|
8257
8260
|
padding:calc(var(--tab-border-focus-outline-width) + var(--tab-border-focus-outline-offset));
|
|
8258
8261
|
}
|
|
8259
|
-
.bp_tabs_module_tabsListContainer--
|
|
8262
|
+
.bp_tabs_module_tabsListContainer--e5edb .bp_tabs_module_tabList--e5edb .bp_tabs_module_tabSeparator--e5edb{
|
|
8260
8263
|
border-bottom:var(--tab-separator-border);
|
|
8261
8264
|
min-width:var(--tab-gap);
|
|
8262
8265
|
}
|
|
8263
|
-
.bp_tabs_module_tabsListContainer--
|
|
8266
|
+
.bp_tabs_module_tabsListContainer--e5edb .bp_tabs_module_tabList--e5edb .bp_tabs_module_tabSeparator--e5edb:last-child{
|
|
8264
8267
|
display:none;
|
|
8265
8268
|
}
|
|
8266
8269
|
@media only screen and (max-width: 1023px){
|
|
8267
|
-
.bp_tabs_module_tabsListContainer--
|
|
8270
|
+
.bp_tabs_module_tabsListContainer--e5edb .bp_tabs_module_tabList--e5edb .bp_tabs_module_tabSeparator--e5edb{
|
|
8268
8271
|
min-width:calc(var(--tab-border-focus-outline-width) + var(--tab-border-focus-outline-offset));
|
|
8269
8272
|
}
|
|
8270
8273
|
}
|
|
8271
|
-
.bp_tabs_module_tabsListContainer--
|
|
8274
|
+
.bp_tabs_module_tabsListContainer--e5edb .bp_tabs_module_tabList--e5edb .bp_tabs_module_tab--e5edb{
|
|
8272
8275
|
align-items:center;
|
|
8273
8276
|
background:var(--tab-background);
|
|
8274
8277
|
border-style:none;
|
|
@@ -8291,7 +8294,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8291
8294
|
text-transform:var(--body-default-text-case);
|
|
8292
8295
|
z-index:2;
|
|
8293
8296
|
}
|
|
8294
|
-
.bp_tabs_module_tabsListContainer--
|
|
8297
|
+
.bp_tabs_module_tabsListContainer--e5edb .bp_tabs_module_tabList--e5edb .bp_tabs_module_tab--e5edb[aria-selected=true]{
|
|
8295
8298
|
border-bottom:var(--tab-border-selected);
|
|
8296
8299
|
color:var(--tab-font-selected-color);
|
|
8297
8300
|
font-family:var(--body-default-bold-font-family);
|
|
@@ -8303,23 +8306,23 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8303
8306
|
text-decoration:var(--body-default-bold-text-decoration);
|
|
8304
8307
|
text-transform:var(--body-default-bold-text-case);
|
|
8305
8308
|
}
|
|
8306
|
-
.bp_tabs_module_tabsListContainer--
|
|
8309
|
+
.bp_tabs_module_tabsListContainer--e5edb .bp_tabs_module_tabList--e5edb .bp_tabs_module_tab--e5edb:hover{
|
|
8307
8310
|
background-color:var(--tab-background-hover);
|
|
8308
8311
|
border-bottom:var(--tab-border-hover);
|
|
8309
8312
|
color:var(--tab-font-color-hover);
|
|
8310
8313
|
}
|
|
8311
|
-
.bp_tabs_module_tabsListContainer--
|
|
8314
|
+
.bp_tabs_module_tabsListContainer--e5edb .bp_tabs_module_tabList--e5edb .bp_tabs_module_tab--e5edb:hover[aria-selected=true]{
|
|
8312
8315
|
border-bottom:var(--tab-border-selected-hover);
|
|
8313
8316
|
color:var(--tab-font-selected-color);
|
|
8314
8317
|
}
|
|
8315
|
-
.bp_tabs_module_tabsListContainer--
|
|
8318
|
+
.bp_tabs_module_tabsListContainer--e5edb .bp_tabs_module_tabList--e5edb .bp_tabs_module_tab--e5edb:active{
|
|
8316
8319
|
background-color:var(--tab-background-pressed);
|
|
8317
8320
|
color:var(--tab-font-color-hover);
|
|
8318
8321
|
}
|
|
8319
|
-
.bp_tabs_module_tabsListContainer--
|
|
8322
|
+
.bp_tabs_module_tabsListContainer--e5edb .bp_tabs_module_tabList--e5edb .bp_tabs_module_tab--e5edb:active[aria-selected=true]{
|
|
8320
8323
|
color:var(--tab-font-selected-color);
|
|
8321
8324
|
}
|
|
8322
|
-
.bp_tabs_module_tabsListContainer--
|
|
8325
|
+
.bp_tabs_module_tabsListContainer--e5edb .bp_tabs_module_tabList--e5edb .bp_tabs_module_tab--e5edb:focus-visible,.bp_tabs_module_tabsListContainer--e5edb .bp_tabs_module_tabList--e5edb .bp_tabs_module_tab--e5edb[data-focus-visible]{
|
|
8323
8326
|
background-color:var(--tab-background-hover);
|
|
8324
8327
|
border-bottom:var(--tab-border-focus);
|
|
8325
8328
|
border-radius:var(--tab-border-radius);
|
|
@@ -8328,11 +8331,11 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
8328
8331
|
outline:var(--tab-border-focus-outline-width) solid var(--tab-border-focus-outline-color);
|
|
8329
8332
|
outline-offset:var(--tab-border-focus-outline-offset);
|
|
8330
8333
|
}
|
|
8331
|
-
.bp_tabs_module_tabsListContainer--
|
|
8334
|
+
.bp_tabs_module_tabsListContainer--e5edb .bp_tabs_module_tabList--e5edb .bp_tabs_module_tab--e5edb:focus-visible[aria-selected=true],.bp_tabs_module_tabsListContainer--e5edb .bp_tabs_module_tabList--e5edb .bp_tabs_module_tab--e5edb[data-focus-visible][aria-selected=true]{
|
|
8332
8335
|
border-bottom:var(--tab-border-selected);
|
|
8333
8336
|
color:var(--tab-font-selected-color);
|
|
8334
8337
|
}
|
|
8335
|
-
.bp_tabs_module_tabsListContainer--
|
|
8338
|
+
.bp_tabs_module_tabsListContainer--e5edb .bp_tabs_module_tabList--e5edb .bp_tabs_module_tab--e5edb[aria-disabled=true]{
|
|
8336
8339
|
opacity:.5;
|
|
8337
8340
|
}
|
|
8338
8341
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '../../index.css';
|
|
2
|
-
var styles = {"hiddenWidthSetter":"bp_tabs_module_hiddenWidthSetter--
|
|
2
|
+
var styles = {"hiddenWidthSetter":"bp_tabs_module_hiddenWidthSetter--e5edb","contentSwitchTabList":"bp_tabs_module_contentSwitchTabList--e5edb","tabsListContainer":"bp_tabs_module_tabsListContainer--e5edb","contentSwitchTab":"bp_tabs_module_contentSwitchTab--e5edb","tabList":"bp_tabs_module_tabList--e5edb","tabSeparator":"bp_tabs_module_tabSeparator--e5edb","tab":"bp_tabs_module_tab--e5edb"};
|
|
3
3
|
|
|
4
4
|
export { styles as default };
|