@commercetools-uikit/secondary-icon-button 15.2.2 → 15.2.4
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.
- package/dist/commercetools-uikit-secondary-icon-button.cjs.dev.js +1 -1
- package/dist/commercetools-uikit-secondary-icon-button.cjs.prod.js +1 -1
- package/dist/commercetools-uikit-secondary-icon-button.esm.js +1 -1
- package/dist/declarations/src/secondary-icon-button.styles.d.ts +1 -1
- package/package.json +9 -9
|
@@ -118,7 +118,7 @@ SecondaryIconButton.defaultProps = {
|
|
|
118
118
|
var SecondaryIconButton$1 = SecondaryIconButton;
|
|
119
119
|
|
|
120
120
|
// NOTE: This string will be replaced on build time with the package version.
|
|
121
|
-
var version = "15.2.
|
|
121
|
+
var version = "15.2.4";
|
|
122
122
|
|
|
123
123
|
exports["default"] = SecondaryIconButton$1;
|
|
124
124
|
exports.version = version;
|
|
@@ -102,7 +102,7 @@ SecondaryIconButton.defaultProps = {
|
|
|
102
102
|
var SecondaryIconButton$1 = SecondaryIconButton;
|
|
103
103
|
|
|
104
104
|
// NOTE: This string will be replaced on build time with the package version.
|
|
105
|
-
var version = "15.2.
|
|
105
|
+
var version = "15.2.4";
|
|
106
106
|
|
|
107
107
|
exports["default"] = SecondaryIconButton$1;
|
|
108
108
|
exports.version = version;
|
|
@@ -100,6 +100,6 @@ SecondaryIconButton.defaultProps = {
|
|
|
100
100
|
var SecondaryIconButton$1 = SecondaryIconButton;
|
|
101
101
|
|
|
102
102
|
// NOTE: This string will be replaced on build time with the package version.
|
|
103
|
-
var version = "15.2.
|
|
103
|
+
var version = "15.2.4";
|
|
104
104
|
|
|
105
105
|
export { SecondaryIconButton$1 as default, version };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { Theme } from '@emotion/react';
|
|
2
2
|
import type { TSecondaryButtonProps } from './secondary-icon-button';
|
|
3
|
-
declare const getBaseStyles: (props: TSecondaryButtonProps, theme: Theme) => import("@emotion/
|
|
3
|
+
declare const getBaseStyles: (props: TSecondaryButtonProps, theme: Theme) => import("@emotion/utils").SerializedStyles[];
|
|
4
4
|
export { getBaseStyles };
|
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.2.
|
|
4
|
+
"version": "15.2.4",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -19,18 +19,18 @@
|
|
|
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.2.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.2.
|
|
26
|
-
"@commercetools-uikit/spacings": "15.2.
|
|
27
|
-
"@commercetools-uikit/text": "15.2.
|
|
28
|
-
"@commercetools-uikit/utils": "15.2.
|
|
22
|
+
"@babel/runtime": "^7.19.0",
|
|
23
|
+
"@babel/runtime-corejs3": "^7.19.1",
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.2.4",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.2.4",
|
|
26
|
+
"@commercetools-uikit/spacings": "15.2.4",
|
|
27
|
+
"@commercetools-uikit/text": "15.2.4",
|
|
28
|
+
"@commercetools-uikit/utils": "15.2.4",
|
|
29
29
|
"@emotion/react": "^11.4.0",
|
|
30
30
|
"@emotion/styled": "^11.3.0",
|
|
31
31
|
"lodash": "4.17.21",
|
|
32
32
|
"prop-types": "15.8.1",
|
|
33
|
-
"react-intl": "^5.
|
|
33
|
+
"react-intl": "^5.25.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"react": "17.0.2"
|