@commercetools-uikit/icon-button 15.2.0 → 15.2.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.
|
@@ -227,7 +227,7 @@ IconButton.displayName = 'IconButton';
|
|
|
227
227
|
var IconButton$1 = IconButton;
|
|
228
228
|
|
|
229
229
|
// NOTE: This string will be replaced on build time with the package version.
|
|
230
|
-
var version = "15.2.
|
|
230
|
+
var version = "15.2.1";
|
|
231
231
|
|
|
232
232
|
exports["default"] = IconButton$1;
|
|
233
233
|
exports.version = version;
|
|
@@ -206,7 +206,7 @@ IconButton.displayName = 'IconButton';
|
|
|
206
206
|
var IconButton$1 = IconButton;
|
|
207
207
|
|
|
208
208
|
// NOTE: This string will be replaced on build time with the package version.
|
|
209
|
-
var version = "15.2.
|
|
209
|
+
var version = "15.2.1";
|
|
210
210
|
|
|
211
211
|
exports["default"] = IconButton$1;
|
|
212
212
|
exports.version = version;
|
|
@@ -210,6 +210,6 @@ IconButton.displayName = 'IconButton';
|
|
|
210
210
|
var IconButton$1 = IconButton;
|
|
211
211
|
|
|
212
212
|
// NOTE: This string will be replaced on build time with the package version.
|
|
213
|
-
var version = "15.2.
|
|
213
|
+
var version = "15.2.1";
|
|
214
214
|
|
|
215
215
|
export { IconButton$1 as default, version };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { TIconButtonProps } from './icon-button';
|
|
2
2
|
declare const getIconThemeColor: (props: Pick<TIconButtonProps, 'isToggleButton' | 'isToggled' | 'theme' | 'isDisabled' | 'icon'>) => any;
|
|
3
|
-
declare const getStateStyles: (isDisabled: TIconButtonProps['isDisabled'], isActive: boolean, theme: TIconButtonProps['theme']) => import("@emotion/
|
|
4
|
-
declare const getShapeStyles: (shape: TIconButtonProps['shape'], size: TIconButtonProps['size']) => import("@emotion/
|
|
5
|
-
declare const getSizeStyles: (size: TIconButtonProps['size']) => import("@emotion/
|
|
6
|
-
declare const getThemeStyles: (theme: TIconButtonProps['theme']) => import("@emotion/
|
|
7
|
-
declare const getHoverStyles: (isDisabled: TIconButtonProps['isDisabled'], theme: TIconButtonProps['theme']) => import("@emotion/
|
|
3
|
+
declare const getStateStyles: (isDisabled: TIconButtonProps['isDisabled'], isActive: boolean, theme: TIconButtonProps['theme']) => import("@emotion/react").SerializedStyles | (false | import("@emotion/react").SerializedStyles | undefined)[];
|
|
4
|
+
declare const getShapeStyles: (shape: TIconButtonProps['shape'], size: TIconButtonProps['size']) => import("@emotion/react").SerializedStyles;
|
|
5
|
+
declare const getSizeStyles: (size: TIconButtonProps['size']) => import("@emotion/react").SerializedStyles;
|
|
6
|
+
declare const getThemeStyles: (theme: TIconButtonProps['theme']) => import("@emotion/react").SerializedStyles;
|
|
7
|
+
declare const getHoverStyles: (isDisabled: TIconButtonProps['isDisabled'], theme: TIconButtonProps['theme']) => import("@emotion/react").SerializedStyles;
|
|
8
8
|
export { getStateStyles, getHoverStyles, getShapeStyles, getSizeStyles, getThemeStyles, getIconThemeColor, };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/icon-button",
|
|
3
3
|
"description": "Icon buttons are icon-only buttons. 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.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.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
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.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.2.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.2.1",
|
|
26
|
+
"@commercetools-uikit/spacings": "15.2.1",
|
|
27
|
+
"@commercetools-uikit/text": "15.2.1",
|
|
28
|
+
"@commercetools-uikit/utils": "15.2.1",
|
|
29
29
|
"@emotion/react": "^11.4.0",
|
|
30
30
|
"@emotion/styled": "^11.3.0",
|
|
31
31
|
"lodash": "4.17.21",
|