@box/blueprint-web 12.75.1 → 12.75.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.
@@ -1,6 +1,5 @@
1
1
  import { jsx, jsxs } from 'react/jsx-runtime';
2
2
  import { ArrowUp, ArrowDown } from '@box/blueprint-web-assets/icons/Fill';
3
- import { Gray100 } from '@box/blueprint-web-assets/tokens/tokens';
4
3
  import clsx from 'clsx';
5
4
  import { forwardRef } from 'react';
6
5
  import { useFocusRing } from 'react-aria';
@@ -16,7 +15,7 @@ function SortingArrowIcon({
16
15
  direction
17
16
  }) {
18
17
  const props = {
19
- color: Gray100,
18
+ color: 'var(--icon-icon-on-light)',
20
19
  height: '1rem',
21
20
  role: 'presentation',
22
21
  visibility,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "12.75.1",
3
+ "version": "12.75.2",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "publishConfig": {