@box/blueprint-web 12.100.2 → 12.100.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.
@@ -1,4 +1,4 @@
1
1
  import '../index.css';
2
- var styles = {"container":"bp_breadcrumb_module_container--19a63","breadcrumb":"bp_breadcrumb_module_breadcrumb--19a63","pageLink":"bp_breadcrumb_module_pageLink--19a63"};
2
+ var styles = {"container":"bp_breadcrumb_module_container--90cb3","breadcrumb":"bp_breadcrumb_module_breadcrumb--90cb3","pageLink":"bp_breadcrumb_module_pageLink--90cb3"};
3
3
 
4
4
  export { styles as default };
@@ -1,2 +1,2 @@
1
1
  export { Breadcrumb } from './breadcrumb';
2
- export type { BreadcrumbProps } from './types';
2
+ export type { BreadcrumbProps, Crumb } from './types';
@@ -2376,17 +2376,19 @@
2376
2376
  text-decoration-thickness:auto;
2377
2377
  text-underline-offset:auto;
2378
2378
  }
2379
- .bp_breadcrumb_module_container--19a63{
2379
+ .bp_breadcrumb_module_container--90cb3{
2380
2380
  height:var(--bp-size-060);
2381
2381
  }
2382
- .bp_breadcrumb_module_container--19a63 .bp_breadcrumb_module_breadcrumb--19a63{
2382
+ .bp_breadcrumb_module_container--90cb3 .bp_breadcrumb_module_breadcrumb--90cb3{
2383
2383
  align-items:center;
2384
2384
  display:flex;
2385
2385
  gap:var(--bp-size-010);
2386
2386
  height:100%;
2387
2387
  list-style:none;
2388
+ margin:0;
2389
+ padding:0;
2388
2390
  }
2389
- .bp_breadcrumb_module_container--19a63 .bp_breadcrumb_module_pageLink--19a63{
2391
+ .bp_breadcrumb_module_container--90cb3 .bp_breadcrumb_module_pageLink--90cb3{
2390
2392
  align-items:center;
2391
2393
  display:flex;
2392
2394
  gap:var(--bp-size-010);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "12.100.2",
3
+ "version": "12.100.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.15",
49
49
  "@ariakit/react-core": "0.4.15",
50
- "@box/blueprint-web-assets": "^4.83.0",
50
+ "@box/blueprint-web-assets": "^4.84.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.20",
80
+ "@box/storybook-utils": "^0.14.21",
81
81
  "@types/react": "^18.0.0",
82
82
  "@types/react-dom": "^18.0.0",
83
83
  "react": "^18.3.0",