@khanacademy/wonder-blocks-icon
Advanced tools
Comparing version 0.0.0-PR2461-20250206155126 to 0.0.0-PR2461-20250206165449
# @khanacademy/wonder-blocks-icon | ||
## 0.0.0-PR2461-20250206155126 | ||
## 0.0.0-PR2461-20250206165449 | ||
@@ -14,6 +14,8 @@ ### Minor Changes | ||
- 969864b: Update internal addStyle variable name to address aphrodite-add-style-variable-name linting rule | ||
- bb2a026: pnpm: Switch to workspace protocol to handle dependency versions with changesets on monorepo setup" | ||
- Updated dependencies [969864b] | ||
- Updated dependencies [bb2a026] | ||
- Updated dependencies [f03298f] | ||
- @khanacademy/wonder-blocks-core@0.0.0-PR2461-20250206155126 | ||
- @khanacademy/wonder-blocks-core@0.0.0-PR2461-20250206165449 | ||
@@ -20,0 +22,0 @@ ## 5.0.6 |
@@ -15,3 +15,3 @@ import _extends from '@babel/runtime/helpers/extends'; | ||
const _excluded = ["color", "icon", "size", "style", "testId", "className", "role"]; | ||
const StyledIcon = addStyle("span"); | ||
const StyledSpan = addStyle("span"); | ||
const PhosphorIcon = React.forwardRef(function PhosphorIcon(props, ref) { | ||
@@ -31,3 +31,3 @@ const { | ||
const iconStyles = _generateStyles(color, pixelSize); | ||
return React.createElement(StyledIcon, _extends({}, sharedProps, { | ||
return React.createElement(StyledSpan, _extends({}, sharedProps, { | ||
className: classNames, | ||
@@ -34,0 +34,0 @@ style: [styles.svg, iconStyles.icon, { |
@@ -36,3 +36,3 @@ 'use strict'; | ||
const _excluded = ["color", "icon", "size", "style", "testId", "className", "role"]; | ||
const StyledIcon = wonderBlocksCore.addStyle("span"); | ||
const StyledSpan = wonderBlocksCore.addStyle("span"); | ||
const PhosphorIcon = React__namespace.forwardRef(function PhosphorIcon(props, ref) { | ||
@@ -52,3 +52,3 @@ const { | ||
const iconStyles = _generateStyles(color, pixelSize); | ||
return React__namespace.createElement(StyledIcon, _extends({}, sharedProps, { | ||
return React__namespace.createElement(StyledSpan, _extends({}, sharedProps, { | ||
className: classNames, | ||
@@ -55,0 +55,0 @@ style: [styles.svg, iconStyles.icon, { |
{ | ||
"name": "@khanacademy/wonder-blocks-icon", | ||
"version": "0.0.0-PR2461-20250206155126", | ||
"version": "0.0.0-PR2461-20250206165449", | ||
"design": "v1", | ||
@@ -16,6 +16,6 @@ "publishConfig": { | ||
"@babel/runtime": "^7.24.5", | ||
"@khanacademy/wonder-blocks-core": "0.0.0-PR2461-20250206155126" | ||
"@khanacademy/wonder-blocks-core": "0.0.0-PR2461-20250206165449" | ||
}, | ||
"devDependencies": { | ||
"@khanacademy/wb-dev-build-settings": "0.0.0-PR2461-20250206155126" | ||
"@khanacademy/wb-dev-build-settings": "0.0.0-PR2461-20250206165449" | ||
}, | ||
@@ -22,0 +22,0 @@ "peerDependencies": { |
17944
+ Added@khanacademy/wonder-blocks-core@0.0.0-PR2461-20250206165449(transitive)
- Removed@khanacademy/wonder-blocks-core@0.0.0-PR2461-20250206155126(transitive)
Updated@khanacademy/wonder-blocks-core@0.0.0-PR2461-20250206165449