@vkontakte/icons-sprite
Advanced tools
Comparing version 1.1.0 to 1.1.1
# Changelog | ||
## 1.1.1 | ||
- Исправлено поведение свойства `children` | ||
## 1.1.0 | ||
- Обновление @swc/helper до 0.5.0 | ||
## 1.0.1 | ||
@@ -4,0 +12,0 @@ |
@@ -34,3 +34,3 @@ "use strict"; | ||
var SvgIcon = function(_param) { | ||
var _param_width = _param.width, width = _param_width === void 0 ? 0 : _param_width, _param_height = _param.height, height = _param_height === void 0 ? 0 : _param_height, viewBox = _param.viewBox, id = _param.id, _param_className = _param.className, className = _param_className === void 0 ? "" : _param_className, fill = _param.fill, getRootRef = _param.getRootRef, tmp = _param.style, propsStyle = tmp === void 0 ? {} : tmp, title = _param.title, restProps = _object_without_properties._(_param, [ | ||
var _param_width = _param.width, width = _param_width === void 0 ? 0 : _param_width, _param_height = _param.height, height = _param_height === void 0 ? 0 : _param_height, viewBox = _param.viewBox, id = _param.id, _param_className = _param.className, className = _param_className === void 0 ? "" : _param_className, fill = _param.fill, getRootRef = _param.getRootRef, tmp = _param.style, propsStyle = tmp === void 0 ? {} : tmp, title = _param.title, children = _param.children, restProps = _object_without_properties._(_param, [ | ||
"width", | ||
@@ -44,3 +44,4 @@ "height", | ||
"style", | ||
"title" | ||
"title", | ||
"children" | ||
]); | ||
@@ -76,3 +77,3 @@ var size = Math.max(width, height); | ||
} | ||
})); | ||
}, children)); | ||
}; | ||
@@ -79,0 +80,0 @@ function makeIcon(componentName, id, viewBox, content, width, height, deprecated, replacement) { |
@@ -23,3 +23,3 @@ import { _ as _object_spread } from "@swc/helpers/_/_object_spread"; | ||
var SvgIcon = function(_param) { | ||
var _param_width = _param.width, width = _param_width === void 0 ? 0 : _param_width, _param_height = _param.height, height = _param_height === void 0 ? 0 : _param_height, viewBox = _param.viewBox, id = _param.id, _param_className = _param.className, className = _param_className === void 0 ? "" : _param_className, fill = _param.fill, getRootRef = _param.getRootRef, tmp = _param.style, propsStyle = tmp === void 0 ? {} : tmp, title = _param.title, restProps = _object_without_properties(_param, [ | ||
var _param_width = _param.width, width = _param_width === void 0 ? 0 : _param_width, _param_height = _param.height, height = _param_height === void 0 ? 0 : _param_height, viewBox = _param.viewBox, id = _param.id, _param_className = _param.className, className = _param_className === void 0 ? "" : _param_className, fill = _param.fill, getRootRef = _param.getRootRef, tmp = _param.style, propsStyle = tmp === void 0 ? {} : tmp, title = _param.title, children = _param.children, restProps = _object_without_properties(_param, [ | ||
"width", | ||
@@ -33,3 +33,4 @@ "height", | ||
"style", | ||
"title" | ||
"title", | ||
"children" | ||
]); | ||
@@ -65,3 +66,3 @@ var size = Math.max(width, height); | ||
} | ||
})); | ||
}, children)); | ||
}; | ||
@@ -68,0 +69,0 @@ export function makeIcon(componentName, id, viewBox, content, width, height, deprecated, replacement) { |
{ | ||
"name": "@vkontakte/icons-sprite", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"homepage": "https://vkcom.github.io/icons/", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/VKCOM/icons", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82264
3188
1214