@commercetools-uikit/link-button 15.9.0 → 15.10.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.
|
@@ -136,7 +136,7 @@ LinkButton.defaultProps = defaultProps;
|
|
|
136
136
|
var LinkButton$1 = LinkButton;
|
|
137
137
|
|
|
138
138
|
// NOTE: This string will be replaced on build time with the package version.
|
|
139
|
-
var version = "15.
|
|
139
|
+
var version = "15.10.0";
|
|
140
140
|
|
|
141
141
|
exports["default"] = LinkButton$1;
|
|
142
142
|
exports.version = version;
|
|
@@ -126,7 +126,7 @@ LinkButton.defaultProps = defaultProps;
|
|
|
126
126
|
var LinkButton$1 = LinkButton;
|
|
127
127
|
|
|
128
128
|
// NOTE: This string will be replaced on build time with the package version.
|
|
129
|
-
var version = "15.
|
|
129
|
+
var version = "15.10.0";
|
|
130
130
|
|
|
131
131
|
exports["default"] = LinkButton$1;
|
|
132
132
|
exports.version = version;
|
|
@@ -117,6 +117,6 @@ LinkButton.defaultProps = defaultProps;
|
|
|
117
117
|
var LinkButton$1 = LinkButton;
|
|
118
118
|
|
|
119
119
|
// NOTE: This string will be replaced on build time with the package version.
|
|
120
|
-
var version = "15.
|
|
120
|
+
var version = "15.10.0";
|
|
121
121
|
|
|
122
122
|
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.10.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.19.0",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.19.1",
|
|
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.10.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.10.0",
|
|
26
|
+
"@commercetools-uikit/spacings-inline": "15.10.0",
|
|
27
|
+
"@commercetools-uikit/text": "15.10.0",
|
|
28
|
+
"@commercetools-uikit/utils": "15.10.0",
|
|
29
29
|
"@emotion/react": "^11.4.0",
|
|
30
30
|
"@emotion/styled": "^11.3.0",
|
|
31
31
|
"lodash": "4.17.21",
|