@box/blueprint-web 12.111.0 → 12.111.1

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,4 +1,4 @@
1
1
  import '../index.css';
2
- var styles = {"container":"bp_breadcrumb_module_container--59910","breadcrumb":"bp_breadcrumb_module_breadcrumb--59910","pageLink":"bp_breadcrumb_module_pageLink--59910","linkWithHover":"bp_breadcrumb_module_linkWithHover--59910","dropdownContent":"bp_breadcrumb_module_dropdownContent--59910"};
2
+ var styles = {"container":"bp_breadcrumb_module_container--ee92d","breadcrumb":"bp_breadcrumb_module_breadcrumb--ee92d","pageLink":"bp_breadcrumb_module_pageLink--ee92d","linkWithHover":"bp_breadcrumb_module_linkWithHover--ee92d","dropdownContent":"bp_breadcrumb_module_dropdownContent--ee92d"};
3
3
 
4
4
  export { styles as default };
@@ -2340,11 +2340,11 @@
2340
2340
  .bp_menu_item_sections_module_menuItemSideContent--1d762.bp_menu_item_sections_module_textOnLightSecondary--1d762{
2341
2341
  color:var(--menu-item-text-color);
2342
2342
  }
2343
- .bp_breadcrumb_module_container--59910{
2343
+ .bp_breadcrumb_module_container--ee92d{
2344
2344
  height:var(--bp-size-060);
2345
2345
  width:100%;
2346
2346
  }
2347
- .bp_breadcrumb_module_container--59910 .bp_breadcrumb_module_breadcrumb--59910{
2347
+ .bp_breadcrumb_module_container--ee92d .bp_breadcrumb_module_breadcrumb--ee92d{
2348
2348
  align-items:center;
2349
2349
  display:flex;
2350
2350
  flex-wrap:nowrap;
@@ -2355,7 +2355,7 @@
2355
2355
  overflow:hidden;
2356
2356
  padding:0;
2357
2357
  }
2358
- .bp_breadcrumb_module_container--59910 .bp_breadcrumb_module_pageLink--59910{
2358
+ .bp_breadcrumb_module_container--ee92d .bp_breadcrumb_module_pageLink--ee92d{
2359
2359
  align-items:center;
2360
2360
  display:flex;
2361
2361
  flex-shrink:0;
@@ -2363,10 +2363,11 @@
2363
2363
  white-space:nowrap;
2364
2364
  }
2365
2365
 
2366
- .bp_breadcrumb_module_linkWithHover--59910{
2366
+ .bp_breadcrumb_module_linkWithHover--ee92d{
2367
+ cursor:pointer;
2367
2368
  position:relative;
2368
2369
  }
2369
- .bp_breadcrumb_module_linkWithHover--59910::after{
2370
+ .bp_breadcrumb_module_linkWithHover--ee92d::after{
2370
2371
  background-color:var(--bp-text-text-on-light-secondary);
2371
2372
  bottom:0;
2372
2373
  content:"";
@@ -2378,11 +2379,11 @@
2378
2379
  transition:transform var(--animation-duration-2) var(--animation-easing-ease-base);
2379
2380
  width:100%;
2380
2381
  }
2381
- .bp_breadcrumb_module_linkWithHover--59910:hover::after{
2382
+ .bp_breadcrumb_module_linkWithHover--ee92d:hover::after{
2382
2383
  transform:scaleX(1);
2383
2384
  }
2384
2385
 
2385
- .bp_breadcrumb_module_dropdownContent--59910{
2386
+ .bp_breadcrumb_module_dropdownContent--ee92d{
2386
2387
  --blueprint-web-dropdown-menu-max-height:calc(var(--bp-size-300)*2);
2387
2388
  }
2388
2389
  .bp_link_module_link--f81f2{
@@ -75,7 +75,7 @@ const Root = /*#__PURE__*/forwardRef((props, forwardedRef) => {
75
75
  onValueChange,
76
76
  onOpenChange: handleOnChange
77
77
  };
78
- const Label = useLabelable(label, selectId);
78
+ const Label = useLabelable(label, selectId, required);
79
79
  const inlineErrorId = useUniqueId('inline-error-');
80
80
  const ariaDescribedBy = clsx(triggerProps['aria-describedby'], {
81
81
  [inlineErrorId]: hasError
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "12.111.0",
3
+ "version": "12.111.1",
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.15",
49
49
  "@ariakit/react-core": "0.4.15",
50
- "@box/blueprint-web-assets": "^4.89.7",
50
+ "@box/blueprint-web-assets": "^4.90.0",
51
51
  "@internationalized/date": "^3.7.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": "^0.14.41",
80
+ "@box/storybook-utils": "^0.14.42",
81
81
  "@types/react": "^18.0.0",
82
82
  "@types/react-dom": "^18.0.0",
83
83
  "react": "^18.3.0",