@commercetools-uikit/link-button 19.17.0 → 19.17.1
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.
|
@@ -114,7 +114,7 @@ LinkButton.defaultProps = defaultProps;
|
|
|
114
114
|
var LinkButton$1 = LinkButton;
|
|
115
115
|
|
|
116
116
|
// NOTE: This string will be replaced on build time with the package version.
|
|
117
|
-
var version = "19.17.
|
|
117
|
+
var version = "19.17.1";
|
|
118
118
|
|
|
119
119
|
exports["default"] = LinkButton$1;
|
|
120
120
|
exports.version = version;
|
|
@@ -104,7 +104,7 @@ LinkButton.defaultProps = defaultProps;
|
|
|
104
104
|
var LinkButton$1 = LinkButton;
|
|
105
105
|
|
|
106
106
|
// NOTE: This string will be replaced on build time with the package version.
|
|
107
|
-
var version = "19.17.
|
|
107
|
+
var version = "19.17.1";
|
|
108
108
|
|
|
109
109
|
exports["default"] = LinkButton$1;
|
|
110
110
|
exports.version = version;
|
|
@@ -95,6 +95,6 @@ LinkButton.defaultProps = defaultProps;
|
|
|
95
95
|
var LinkButton$1 = LinkButton;
|
|
96
96
|
|
|
97
97
|
// NOTE: This string will be replaced on build time with the package version.
|
|
98
|
-
var version = "19.17.
|
|
98
|
+
var version = "19.17.1";
|
|
99
99
|
|
|
100
100
|
export { LinkButton$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/link-button",
|
|
3
3
|
"description": "Link buttons are similar to Flat buttons but work as link elements.",
|
|
4
|
-
"version": "19.17.
|
|
4
|
+
"version": "19.17.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "19.17.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.17.
|
|
26
|
-
"@commercetools-uikit/spacings-inline": "19.17.
|
|
27
|
-
"@commercetools-uikit/text": "19.17.
|
|
28
|
-
"@commercetools-uikit/utils": "19.17.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "19.17.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.17.1",
|
|
26
|
+
"@commercetools-uikit/spacings-inline": "19.17.1",
|
|
27
|
+
"@commercetools-uikit/text": "19.17.1",
|
|
28
|
+
"@commercetools-uikit/utils": "19.17.1",
|
|
29
29
|
"@emotion/react": "^11.10.5",
|
|
30
30
|
"@emotion/styled": "^11.10.5",
|
|
31
31
|
"lodash": "4.17.21",
|