@box/blueprint-web 16.8.1 → 16.8.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/dist/lib-esm/index.css
CHANGED
|
@@ -13634,7 +13634,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
13634
13634
|
.bp_radio_group_module_radioButton--590d4:not([data-disabled]):focus-visible[data-state=checked] .bp_radio_group_module_indicator--590d4,.bp_radio_group_module_radioButton--590d4:not([data-disabled]):hover[data-state=checked] .bp_radio_group_module_indicator--590d4{
|
|
13635
13635
|
background-color:var(--surface-radio-surface-selected-hover);
|
|
13636
13636
|
}
|
|
13637
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
13637
|
+
.bp_radio_tiles_option_module_radioTileOption--8a512[data-modern=false]{
|
|
13638
13638
|
--radio-tile-background:var(--surface-radiotile-surface);
|
|
13639
13639
|
--radio-tile-border:var(--border-1) solid var(--border-radiotile-border);
|
|
13640
13640
|
--radio-tile-border-radius:var(--radius-3);
|
|
@@ -13651,7 +13651,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
13651
13651
|
--radio-tile-label-padding-label-only:var(--space-2);
|
|
13652
13652
|
}
|
|
13653
13653
|
|
|
13654
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
13654
|
+
.bp_radio_tiles_option_module_radioTileOption--8a512[data-modern=true]{
|
|
13655
13655
|
--radio-tile-background:var(--bp-surface-radio-tile-surface);
|
|
13656
13656
|
--radio-tile-border:var(--bp-border-01) solid var(--bp-border-radio-tile-border);
|
|
13657
13657
|
--radio-tile-border-radius:var(--bp-radius-06);
|
|
@@ -13668,7 +13668,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
13668
13668
|
--radio-tile-label-padding-label-only:var(--bp-space-020) var(--bp-space-030);
|
|
13669
13669
|
}
|
|
13670
13670
|
|
|
13671
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
13671
|
+
.bp_radio_tiles_option_module_radioTileOption--8a512{
|
|
13672
13672
|
background-color:var(--radio-tile-background);
|
|
13673
13673
|
border:var(--radio-tile-border);
|
|
13674
13674
|
border-radius:var(--radio-tile-border-radius);
|
|
@@ -13684,35 +13684,36 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
13684
13684
|
-webkit-user-select:none;
|
|
13685
13685
|
user-select:none;
|
|
13686
13686
|
}
|
|
13687
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
13687
|
+
.bp_radio_tiles_option_module_radioTileOption--8a512 .bp_radio_tiles_option_module_icon--8a512{
|
|
13688
13688
|
display:inline-flex;
|
|
13689
13689
|
}
|
|
13690
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
13690
|
+
.bp_radio_tiles_option_module_radioTileOption--8a512 .bp_radio_tiles_option_module_icon--8a512 > svg > path{
|
|
13691
13691
|
fill:var(--radio-tile-icon-color);
|
|
13692
13692
|
}
|
|
13693
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
13693
|
+
.bp_radio_tiles_option_module_radioTileOption--8a512.bp_radio_tiles_option_module_disabled--8a512{
|
|
13694
|
+
cursor:default;
|
|
13694
13695
|
opacity:.6;
|
|
13695
13696
|
}
|
|
13696
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
13697
|
+
.bp_radio_tiles_option_module_radioTileOption--8a512:has(:focus-visible){
|
|
13697
13698
|
outline:var(--radio-tile-focus-outline);
|
|
13698
13699
|
outline-offset:var(--radio-tile-focus-outline-offset);
|
|
13699
13700
|
}
|
|
13700
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
13701
|
+
.bp_radio_tiles_option_module_radioTileOption--8a512.bp_radio_tiles_option_module_checked--8a512{
|
|
13701
13702
|
background-color:var(--radio-tile-checked-background);
|
|
13702
13703
|
border-color:#0000;
|
|
13703
13704
|
box-shadow:var(--radio-tile-checked-box-shadow);
|
|
13704
13705
|
}
|
|
13705
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
13706
|
+
.bp_radio_tiles_option_module_radioTileOption--8a512.bp_radio_tiles_option_module_checked--8a512:focus-within{
|
|
13706
13707
|
outline-offset:var(--radio-tile-checked-focus-outline-offset);
|
|
13707
13708
|
}
|
|
13708
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
13709
|
+
.bp_radio_tiles_option_module_radioTileOption--8a512.bp_radio_tiles_option_module_checked--8a512 .bp_radio_tiles_option_module_icon--8a512 > svg > path{
|
|
13709
13710
|
fill:var(--icon-icon-blue);
|
|
13710
13711
|
}
|
|
13711
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
13712
|
+
.bp_radio_tiles_option_module_radioTileOption--8a512:hover:not(.bp_radio_tiles_option_module_disabled--8a512, .bp_radio_tiles_option_module_checked--8a512){
|
|
13712
13713
|
background-color:var(--radio-tile-hover-background);
|
|
13713
13714
|
border:var(--radio-tile-hover-border);
|
|
13714
13715
|
}
|
|
13715
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
13716
|
+
.bp_radio_tiles_option_module_radioTileOption--8a512 > label{
|
|
13716
13717
|
align-items:center;
|
|
13717
13718
|
box-sizing:border-box;
|
|
13718
13719
|
cursor:inherit;
|
|
@@ -13723,14 +13724,14 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
13723
13724
|
padding:var(--radio-tile-label-padding-default);
|
|
13724
13725
|
width:100%;
|
|
13725
13726
|
}
|
|
13726
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
13727
|
+
.bp_radio_tiles_option_module_radioTileOption--8a512 > label.bp_radio_tiles_option_module_iconOnly--8a512{
|
|
13727
13728
|
padding:var(--radio-tile-label-padding-icon-only);
|
|
13728
13729
|
}
|
|
13729
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
13730
|
+
.bp_radio_tiles_option_module_radioTileOption--8a512 > label.bp_radio_tiles_option_module_labelOnly--8a512{
|
|
13730
13731
|
padding:var(--radio-tile-label-padding-label-only);
|
|
13731
13732
|
}
|
|
13732
13733
|
|
|
13733
|
-
.bp_radio_tiles_option_module_radioTileLabel--
|
|
13734
|
+
.bp_radio_tiles_option_module_radioTileLabel--8a512{
|
|
13734
13735
|
max-width:100%;
|
|
13735
13736
|
overflow:hidden;
|
|
13736
13737
|
text-align:center;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '../index.css';
|
|
2
|
-
var styles = {"radioTileOption":"bp_radio_tiles_option_module_radioTileOption--
|
|
2
|
+
var styles = {"radioTileOption":"bp_radio_tiles_option_module_radioTileOption--8a512","icon":"bp_radio_tiles_option_module_icon--8a512","disabled":"bp_radio_tiles_option_module_disabled--8a512","checked":"bp_radio_tiles_option_module_checked--8a512","iconOnly":"bp_radio_tiles_option_module_iconOnly--8a512","labelOnly":"bp_radio_tiles_option_module_labelOnly--8a512","radioTileLabel":"bp_radio_tiles_option_module_radioTileLabel--8a512"};
|
|
3
3
|
|
|
4
4
|
export { styles as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web",
|
|
3
|
-
"version": "16.8.
|
|
3
|
+
"version": "16.8.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"publishConfig": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@ariakit/react": "0.4.21",
|
|
49
49
|
"@ariakit/react-core": "0.4.21",
|
|
50
|
-
"@box/blueprint-web-assets": "^5.
|
|
50
|
+
"@box/blueprint-web-assets": "^5.5.1",
|
|
51
51
|
"@internationalized/date": "^3.12.0",
|
|
52
52
|
"@radix-ui/react-accordion": "1.1.2",
|
|
53
53
|
"@radix-ui/react-checkbox": "1.0.4",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"type-fest": "^3.2.0"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@box/storybook-utils": "^1.1.
|
|
80
|
+
"@box/storybook-utils": "^1.1.25",
|
|
81
81
|
"@figma/code-connect": "1.4.4",
|
|
82
82
|
"@types/react": "^18.0.0",
|
|
83
83
|
"@types/react-dom": "^18.0.0",
|