@commercetools-uikit/icon-button 12.2.4 → 12.2.5
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-icon-button.cjs.dev.js +2 -2
- package/dist/commercetools-uikit-icon-button.cjs.prod.js +2 -2
- package/dist/commercetools-uikit-icon-button.esm.js +2 -2
- package/dist/declarations/src/icon-button.d.ts +1 -1
- package/dist/declarations/src/version.d.ts +1 -1
- package/package.json +18 -15
|
@@ -226,8 +226,8 @@ IconButton.defaultProps = defaultProps;
|
|
|
226
226
|
IconButton.displayName = 'IconButton';
|
|
227
227
|
var IconButton$1 = IconButton;
|
|
228
228
|
|
|
229
|
-
// NOTE: This string will be replaced
|
|
230
|
-
var version =
|
|
229
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
230
|
+
var version = "12.2.5";
|
|
231
231
|
|
|
232
232
|
exports["default"] = IconButton$1;
|
|
233
233
|
exports.version = version;
|
|
@@ -205,8 +205,8 @@ IconButton.defaultProps = defaultProps;
|
|
|
205
205
|
IconButton.displayName = 'IconButton';
|
|
206
206
|
var IconButton$1 = IconButton;
|
|
207
207
|
|
|
208
|
-
// NOTE: This string will be replaced
|
|
209
|
-
var version =
|
|
208
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
209
|
+
var version = "12.2.5";
|
|
210
210
|
|
|
211
211
|
exports["default"] = IconButton$1;
|
|
212
212
|
exports.version = version;
|
|
@@ -209,7 +209,7 @@ IconButton.defaultProps = defaultProps;
|
|
|
209
209
|
IconButton.displayName = 'IconButton';
|
|
210
210
|
var IconButton$1 = IconButton;
|
|
211
211
|
|
|
212
|
-
// NOTE: This string will be replaced
|
|
213
|
-
var version =
|
|
212
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
213
|
+
var version = "12.2.5";
|
|
214
214
|
|
|
215
215
|
export { IconButton$1 as default, version };
|
|
@@ -14,7 +14,7 @@ export declare type TIconButtonProps<TStringOrComponent extends ElementType = 'b
|
|
|
14
14
|
} & ComponentPropsWithRef<TStringOrComponent>;
|
|
15
15
|
declare const IconButton: {
|
|
16
16
|
<TStringOrComponent extends ElementType<any> = "button">(props: TIconButtonProps<TStringOrComponent>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
17
|
-
defaultProps: Pick<TIconButtonProps<"button">, "
|
|
17
|
+
defaultProps: Pick<TIconButtonProps<"button">, "type" | "theme" | "size" | "shape" | "isToggleButton">;
|
|
18
18
|
displayName: string;
|
|
19
19
|
};
|
|
20
20
|
export default IconButton;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "
|
|
1
|
+
declare const _default: "__@UI_KIT_PACKAGE/VERSION_OF_RELEASE__";
|
|
2
2
|
export default _default;
|
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": "12.2.
|
|
4
|
+
"version": "12.2.5",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,30 +9,33 @@
|
|
|
9
9
|
"directory": "packages/components/buttons/icon-button"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
|
-
"keywords": [
|
|
12
|
+
"keywords": [
|
|
13
|
+
"javascript",
|
|
14
|
+
"design system",
|
|
15
|
+
"react",
|
|
16
|
+
"uikit"
|
|
17
|
+
],
|
|
13
18
|
"license": "MIT",
|
|
14
|
-
"private": false,
|
|
15
19
|
"publishConfig": {
|
|
16
20
|
"access": "public"
|
|
17
21
|
},
|
|
18
22
|
"sideEffects": false,
|
|
19
23
|
"main": "dist/commercetools-uikit-icon-button.cjs.js",
|
|
20
24
|
"module": "dist/commercetools-uikit-icon-button.esm.js",
|
|
21
|
-
"files": [
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
},
|
|
25
|
+
"files": [
|
|
26
|
+
"dist"
|
|
27
|
+
],
|
|
25
28
|
"dependencies": {
|
|
26
|
-
"@babel/runtime": "7.
|
|
27
|
-
"@babel/runtime-corejs3": "7.
|
|
28
|
-
"@commercetools-uikit/accessible-button": "12.2.
|
|
29
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
30
|
-
"@commercetools-uikit/spacings": "12.2.
|
|
31
|
-
"@commercetools-uikit/text": "12.2.
|
|
32
|
-
"@commercetools-uikit/utils": "12.2.
|
|
29
|
+
"@babel/runtime": "7.16.3",
|
|
30
|
+
"@babel/runtime-corejs3": "7.16.3",
|
|
31
|
+
"@commercetools-uikit/accessible-button": "12.2.5",
|
|
32
|
+
"@commercetools-uikit/design-system": "12.2.5",
|
|
33
|
+
"@commercetools-uikit/spacings": "12.2.5",
|
|
34
|
+
"@commercetools-uikit/text": "12.2.5",
|
|
35
|
+
"@commercetools-uikit/utils": "12.2.5",
|
|
33
36
|
"@emotion/react": "^11.4.0",
|
|
34
37
|
"@emotion/styled": "^11.3.0",
|
|
35
|
-
"common-tags": "1.8.
|
|
38
|
+
"common-tags": "1.8.2",
|
|
36
39
|
"lodash": "4.17.21",
|
|
37
40
|
"prop-types": "15.7.2"
|
|
38
41
|
},
|