@box/blueprint-web 6.11.0 → 6.11.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/lib-esm/index.css CHANGED
@@ -5605,7 +5605,7 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
5605
5605
  --z-index-card-tooltip:2147483647;
5606
5606
  }
5607
5607
 
5608
- .toolbar_module_root--afeab{
5608
+ .toolbar_module_root--8995e{
5609
5609
  background:var(--surface-surface);
5610
5610
  border:var(--border-1) solid var(--border-card-border);
5611
5611
  border-radius:var(--radius-4);
@@ -5615,20 +5615,20 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
5615
5615
  padding:var(--space-1);
5616
5616
  }
5617
5617
 
5618
- .toolbar_module_separator--afeab{
5618
+ .toolbar_module_separator--8995e{
5619
5619
  background-color:var(--border-divider-border);
5620
5620
  border-radius:var(--radius-2);
5621
5621
  width:1px;
5622
5622
  }
5623
5623
 
5624
- .toolbar_module_toggleGroup--afeab,.toolbar_module_toolbarItem--afeab{
5624
+ .toolbar_module_toggleGroup--8995e,.toolbar_module_toolbarItem--8995e{
5625
5625
  display:flex;
5626
5626
  gap:var(--space-1);
5627
5627
  }
5628
5628
 
5629
- .toolbar_module_toolbarItem--afeab{
5629
+ .toolbar_module_toolbarItem--8995e{
5630
5630
  align-items:center;
5631
- background:var(--toolbar-button-color, --surface-toggle-surface);
5631
+ background:var(--toolbar-button-color, var(--surface-toggle-surface));
5632
5632
  border:var(--border-1) solid #0000;
5633
5633
  border-radius:var(--radius-2);
5634
5634
  cursor:pointer;
@@ -5640,34 +5640,34 @@ table.inline_table_module_inlineTable--b023b tr:not(:last-child) td{
5640
5640
  -webkit-user-select:none;
5641
5641
  user-select:none;
5642
5642
  }
5643
- .toolbar_module_toolbarItem--afeab[data-disabled]{
5643
+ .toolbar_module_toolbarItem--8995e[data-disabled]{
5644
5644
  background:var(--surface-toggle-surface);
5645
5645
  opacity:.3;
5646
5646
  pointer-events:none;
5647
5647
  }
5648
- .toolbar_module_toolbarItem--afeab:not([data-disabled]):focus{
5648
+ .toolbar_module_toolbarItem--8995e:not([data-disabled]):focus{
5649
5649
  box-shadow:0 0 0 .0625rem #fff,0 0 0 .1875rem #2486fc;
5650
5650
  }
5651
- .toolbar_module_toolbarItem--afeab:not([data-disabled]):hover{
5652
- background:var(--toolbar-button-color, --surface-toggle-surface-hover);
5653
- border:var(--border-1) solid var(--toolbar-button-color, --surface-toggle-surface-hover);
5651
+ .toolbar_module_toolbarItem--8995e:not([data-disabled]):hover{
5652
+ background:var(--toolbar-button-color, var(--surface-toggle-surface-hover));
5653
+ border:var(--border-1) solid var(--toolbar-button-color, var(--surface-toggle-surface-hover));
5654
5654
  }
5655
5655
 
5656
- .toolbar_module_toolbarToggle--afeab[data-state=on]{
5656
+ .toolbar_module_toolbarToggle--8995e[data-state=on]{
5657
5657
  background:var(--surface-toggle-surface-pressed);
5658
5658
  }
5659
- .toolbar_module_toolbarToggle--afeab[data-state=on] svg *{
5659
+ .toolbar_module_toolbarToggle--8995e[data-state=on] svg *{
5660
5660
  fill:var(--icon-icon-on-dark);
5661
5661
  }
5662
- .toolbar_module_toolbarToggle--afeab[data-state=on]:not([data-disabled]):hover{
5662
+ .toolbar_module_toolbarToggle--8995e[data-state=on]:not([data-disabled]):hover{
5663
5663
  background:var(--surface-toggle-surface-on-hover);
5664
5664
  border:var(--border-1) solid var(--surface-toggle-surface-on-hover);
5665
5665
  }
5666
5666
 
5667
- .toolbar_module_invertDropdownIndicator--afeab{
5667
+ .toolbar_module_invertDropdownIndicator--8995e{
5668
5668
  transform:rotate(.5turn);
5669
5669
  }
5670
5670
 
5671
- .toolbar_module_triggerButtonSelectedWithColor--afeab[data-state=on]:hover{
5671
+ .toolbar_module_triggerButtonSelectedWithColor--8995e[data-state=on]:hover{
5672
5672
  opacity:.7;
5673
5673
  }
@@ -1,6 +1,10 @@
1
1
  /// <reference types="react" />
2
2
  import { type CellProps as PrimitiveCellProps } from 'react-aria-components';
3
3
  export interface CellProps extends PrimitiveCellProps {
4
+ /**
5
+ * Prefer passing <Ghost> component directly on the consumer-side
6
+ * @deprecated
7
+ */
4
8
  loading?: boolean;
5
9
  }
6
10
  /**
@@ -1,4 +1,4 @@
1
1
  import '../index.css';
2
- var styles = {"root":"toolbar_module_root--afeab","separator":"toolbar_module_separator--afeab","toggleGroup":"toolbar_module_toggleGroup--afeab","toolbarItem":"toolbar_module_toolbarItem--afeab","toolbarToggle":"toolbar_module_toolbarToggle--afeab","invertDropdownIndicator":"toolbar_module_invertDropdownIndicator--afeab","triggerButtonSelectedWithColor":"toolbar_module_triggerButtonSelectedWithColor--afeab"};
2
+ var styles = {"root":"toolbar_module_root--8995e","separator":"toolbar_module_separator--8995e","toggleGroup":"toolbar_module_toggleGroup--8995e","toolbarItem":"toolbar_module_toolbarItem--8995e","toolbarToggle":"toolbar_module_toolbarToggle--8995e","invertDropdownIndicator":"toolbar_module_invertDropdownIndicator--8995e","triggerButtonSelectedWithColor":"toolbar_module_triggerButtonSelectedWithColor--8995e"};
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.11.0",
3
+ "version": "6.11.2",
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.3"
59
59
  },
60
- "gitHead": "efa215e8d6bd57e23276f66c3f9b6ff60ed77271",
60
+ "gitHead": "2526b300b2accb233a04acd3ba0180b72b7db2ed",
61
61
  "module": "lib-esm/index.js",
62
62
  "main": "lib-esm/index.js",
63
63
  "exports": {