@khanacademy/wonder-blocks-breadcrumbs
Advanced tools
Comparing version 0.0.0-PR2459-20250205183150 to 0.0.0-PR2460-20250205222736
# @khanacademy/wonder-blocks-breadcrumbs | ||
## 0.0.0-PR2459-20250205183150 | ||
## 0.0.0-PR2460-20250205222736 | ||
### Minor Changes | ||
- 1035bf3: Tooling: | ||
- f03298f: Tooling: | ||
@@ -14,7 +14,7 @@ - Switching to `pnpm`. | ||
- f03b0d1: Update internal addStyle variable name to address aphrodite-add-style-variable-name linting rule | ||
- Updated dependencies [f03b0d1] | ||
- Updated dependencies [1035bf3] | ||
- @khanacademy/wonder-blocks-core@0.0.0-PR2459-20250205183150 | ||
- @khanacademy/wonder-blocks-tokens@0.0.0-PR2459-20250205183150 | ||
- 3129f49: pnpm: Switch to workspace protocol to handle dependency versions with changesets on monorepo setup" | ||
- Updated dependencies [3129f49] | ||
- Updated dependencies [f03298f] | ||
- @khanacademy/wonder-blocks-core@0.0.0-PR2460-20250205222736 | ||
- @khanacademy/wonder-blocks-tokens@0.0.0-PR2460-20250205222736 | ||
@@ -21,0 +21,0 @@ ## 3.0.8 |
@@ -9,3 +9,3 @@ import _extends from '@babel/runtime/helpers/extends'; | ||
const _excluded$1 = ["aria-label", "children", "testId"]; | ||
const StyledOl = addStyle("ol"); | ||
const StyledList = addStyle("ol"); | ||
const Breadcrumbs = React.forwardRef(function Breadcrumbs(props, ref) { | ||
@@ -23,3 +23,3 @@ const { | ||
ref: ref | ||
}), React.createElement(StyledOl, { | ||
}), React.createElement(StyledList, { | ||
style: styles$1.container | ||
@@ -45,3 +45,3 @@ }, React.Children.map(children, (item, index) => { | ||
const _excluded = ["children", "showSeparator", "testId"]; | ||
const StyledLi = addStyle("li"); | ||
const StyledListItem = addStyle("li"); | ||
const StyledSvg = addStyle("svg"); | ||
@@ -68,3 +68,3 @@ const BreadcrumbsItem = React.forwardRef(function BreadcrumbsItem(props, ref) { | ||
}; | ||
return React.createElement(StyledLi, _extends({}, otherProps, { | ||
return React.createElement(StyledListItem, _extends({}, otherProps, { | ||
style: styles.item, | ||
@@ -71,0 +71,0 @@ "data-testid": testId, |
@@ -30,3 +30,3 @@ 'use strict'; | ||
const _excluded$1 = ["aria-label", "children", "testId"]; | ||
const StyledOl = wonderBlocksCore.addStyle("ol"); | ||
const StyledList = wonderBlocksCore.addStyle("ol"); | ||
const Breadcrumbs = React__namespace.forwardRef(function Breadcrumbs(props, ref) { | ||
@@ -44,3 +44,3 @@ const { | ||
ref: ref | ||
}), React__namespace.createElement(StyledOl, { | ||
}), React__namespace.createElement(StyledList, { | ||
style: styles$1.container | ||
@@ -66,3 +66,3 @@ }, React__namespace.Children.map(children, (item, index) => { | ||
const _excluded = ["children", "showSeparator", "testId"]; | ||
const StyledLi = wonderBlocksCore.addStyle("li"); | ||
const StyledListItem = wonderBlocksCore.addStyle("li"); | ||
const StyledSvg = wonderBlocksCore.addStyle("svg"); | ||
@@ -89,3 +89,3 @@ const BreadcrumbsItem = React__namespace.forwardRef(function BreadcrumbsItem(props, ref) { | ||
}; | ||
return React__namespace.createElement(StyledLi, _extends({}, otherProps, { | ||
return React__namespace.createElement(StyledListItem, _extends({}, otherProps, { | ||
style: styles.item, | ||
@@ -92,0 +92,0 @@ "data-testid": testId, |
{ | ||
"name": "@khanacademy/wonder-blocks-breadcrumbs", | ||
"version": "0.0.0-PR2459-20250205183150", | ||
"version": "0.0.0-PR2460-20250205222736", | ||
"design": "v1", | ||
@@ -16,4 +16,4 @@ "publishConfig": { | ||
"@babel/runtime": "^7.24.5", | ||
"@khanacademy/wonder-blocks-core": "0.0.0-PR2459-20250205183150", | ||
"@khanacademy/wonder-blocks-tokens": "0.0.0-PR2459-20250205183150" | ||
"@khanacademy/wonder-blocks-core": "0.0.0-PR2460-20250205222736", | ||
"@khanacademy/wonder-blocks-tokens": "0.0.0-PR2460-20250205222736" | ||
}, | ||
@@ -25,3 +25,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@khanacademy/wb-dev-build-settings": "0.0.0-PR2459-20250205183150" | ||
"@khanacademy/wb-dev-build-settings": "0.0.0-PR2460-20250205222736" | ||
}, | ||
@@ -28,0 +28,0 @@ "scripts": { |
20365
+ Added@khanacademy/wonder-blocks-core@0.0.0-PR2460-20250205222736(transitive)
+ Added@khanacademy/wonder-blocks-tokens@0.0.0-PR2460-20250205222736(transitive)
- Removed@khanacademy/wonder-blocks-core@0.0.0-PR2459-20250205183150(transitive)
- Removed@khanacademy/wonder-blocks-tokens@0.0.0-PR2459-20250205183150(transitive)
Updated@khanacademy/wonder-blocks-core@0.0.0-PR2460-20250205222736
Updated@khanacademy/wonder-blocks-tokens@0.0.0-PR2460-20250205222736