@commercetools-uikit/link-button 15.14.2 → 15.15.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.
|
@@ -134,7 +134,7 @@ LinkButton.defaultProps = defaultProps;
|
|
|
134
134
|
var LinkButton$1 = LinkButton;
|
|
135
135
|
|
|
136
136
|
// NOTE: This string will be replaced on build time with the package version.
|
|
137
|
-
var version = "15.
|
|
137
|
+
var version = "15.15.0";
|
|
138
138
|
|
|
139
139
|
exports["default"] = LinkButton$1;
|
|
140
140
|
exports.version = version;
|
|
@@ -124,7 +124,7 @@ LinkButton.defaultProps = defaultProps;
|
|
|
124
124
|
var LinkButton$1 = LinkButton;
|
|
125
125
|
|
|
126
126
|
// NOTE: This string will be replaced on build time with the package version.
|
|
127
|
-
var version = "15.
|
|
127
|
+
var version = "15.15.0";
|
|
128
128
|
|
|
129
129
|
exports["default"] = LinkButton$1;
|
|
130
130
|
exports.version = version;
|
|
@@ -115,6 +115,6 @@ LinkButton.defaultProps = defaultProps;
|
|
|
115
115
|
var LinkButton$1 = LinkButton;
|
|
116
116
|
|
|
117
117
|
// NOTE: This string will be replaced on build time with the package version.
|
|
118
|
-
var version = "15.
|
|
118
|
+
var version = "15.15.0";
|
|
119
119
|
|
|
120
120
|
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": "15.
|
|
4
|
+
"version": "15.15.0",
|
|
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": "15.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.
|
|
26
|
-
"@commercetools-uikit/spacings-inline": "15.
|
|
27
|
-
"@commercetools-uikit/text": "15.
|
|
28
|
-
"@commercetools-uikit/utils": "15.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.15.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.15.0",
|
|
26
|
+
"@commercetools-uikit/spacings-inline": "15.15.0",
|
|
27
|
+
"@commercetools-uikit/text": "15.15.0",
|
|
28
|
+
"@commercetools-uikit/utils": "15.15.0",
|
|
29
29
|
"@emotion/react": "^11.10.5",
|
|
30
30
|
"@emotion/styled": "^11.10.5",
|
|
31
31
|
"lodash": "4.17.21",
|