@khanacademy/wonder-blocks-icon
Advanced tools
Comparing version 0.0.0-PR2453-20250205170609 to 0.0.0-PR2459-20250205183150
# @khanacademy/wonder-blocks-icon | ||
## 0.0.0-PR2453-20250205170609 | ||
## 0.0.0-PR2459-20250205183150 | ||
@@ -14,4 +14,6 @@ ### Minor Changes | ||
- 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-PR2453-20250205170609 | ||
- @khanacademy/wonder-blocks-core@0.0.0-PR2459-20250205183150 | ||
@@ -18,0 +20,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-PR2453-20250205170609", | ||
"version": "0.0.0-PR2459-20250205183150", | ||
"design": "v1", | ||
@@ -16,6 +16,6 @@ "publishConfig": { | ||
"@babel/runtime": "^7.24.5", | ||
"@khanacademy/wonder-blocks-core": "0.0.0-PR2453-20250205170609" | ||
"@khanacademy/wonder-blocks-core": "0.0.0-PR2459-20250205183150" | ||
}, | ||
"devDependencies": { | ||
"@khanacademy/wb-dev-build-settings": "0.0.0-PR2453-20250205170609" | ||
"@khanacademy/wb-dev-build-settings": "0.0.0-PR2459-20250205183150" | ||
}, | ||
@@ -22,0 +22,0 @@ "peerDependencies": { |
17800
+ Added@khanacademy/wonder-blocks-core@0.0.0-PR2459-20250205183150(transitive)
- Removed@khanacademy/wonder-blocks-core@0.0.0-PR2453-20250205170609(transitive)
Updated@khanacademy/wonder-blocks-core@0.0.0-PR2459-20250205183150