@commercetools-uikit/secondary-icon-button 15.11.2 → 15.13.0
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.
|
@@ -111,7 +111,7 @@ SecondaryIconButton.defaultProps = {
|
|
|
111
111
|
var SecondaryIconButton$1 = SecondaryIconButton;
|
|
112
112
|
|
|
113
113
|
// NOTE: This string will be replaced on build time with the package version.
|
|
114
|
-
var version = "15.
|
|
114
|
+
var version = "15.13.0";
|
|
115
115
|
|
|
116
116
|
exports["default"] = SecondaryIconButton$1;
|
|
117
117
|
exports.version = version;
|
|
@@ -95,7 +95,7 @@ SecondaryIconButton.defaultProps = {
|
|
|
95
95
|
var SecondaryIconButton$1 = SecondaryIconButton;
|
|
96
96
|
|
|
97
97
|
// NOTE: This string will be replaced on build time with the package version.
|
|
98
|
-
var version = "15.
|
|
98
|
+
var version = "15.13.0";
|
|
99
99
|
|
|
100
100
|
exports["default"] = SecondaryIconButton$1;
|
|
101
101
|
exports.version = version;
|
|
@@ -93,6 +93,6 @@ SecondaryIconButton.defaultProps = {
|
|
|
93
93
|
var SecondaryIconButton$1 = SecondaryIconButton;
|
|
94
94
|
|
|
95
95
|
// NOTE: This string will be replaced on build time with the package version.
|
|
96
|
-
var version = "15.
|
|
96
|
+
var version = "15.13.0";
|
|
97
97
|
|
|
98
98
|
export { SecondaryIconButton$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/secondary-icon-button",
|
|
3
3
|
"description": "Secondary Icon Buttons are \"icon-only\" buttons and a restricted version of the `<IconButton>`. They trigger an action when clicked (`onClick` prop). You must also pass a label for accessibility reasons.",
|
|
4
|
-
"version": "15.
|
|
4
|
+
"version": "15.13.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-secondary-icon-button.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "^7.
|
|
23
|
-
"@babel/runtime-corejs3": "^7.
|
|
24
|
-
"@commercetools-uikit/accessible-button": "15.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.
|
|
26
|
-
"@commercetools-uikit/spacings": "15.
|
|
27
|
-
"@commercetools-uikit/text": "15.
|
|
28
|
-
"@commercetools-uikit/utils": "15.
|
|
29
|
-
"@emotion/react": "^11.
|
|
30
|
-
"@emotion/styled": "^11.
|
|
22
|
+
"@babel/runtime": "^7.20.13",
|
|
23
|
+
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.13.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.13.0",
|
|
26
|
+
"@commercetools-uikit/spacings": "15.13.0",
|
|
27
|
+
"@commercetools-uikit/text": "15.13.0",
|
|
28
|
+
"@commercetools-uikit/utils": "15.13.0",
|
|
29
|
+
"@emotion/react": "^11.10.5",
|
|
30
|
+
"@emotion/styled": "^11.10.5",
|
|
31
31
|
"lodash": "4.17.21",
|
|
32
32
|
"prop-types": "15.8.1",
|
|
33
33
|
"react-intl": "^5.25.1"
|