@commercetools-uikit/secondary-icon-button 14.0.1 → 15.0.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.
package/README.md
CHANGED
|
@@ -54,7 +54,7 @@ export default Example;
|
|
|
54
54
|
| `color` | `union`<br/>Possible values:<br/>`'solid' , 'primary'` | | `'solid'` | Indicates the color scheme of the button. |
|
|
55
55
|
| `label` | `string` | ✅ | | Should describe what the button does, for accessibility purposes (screen-reader users) |
|
|
56
56
|
| `isDisabled` | `boolean` | | `false` | Tells when the button should present a disabled state. |
|
|
57
|
-
| `onClick` | `Function`<br/>[See signature.](#signature-onClick) | | | Handler when the button is clicked
|
|
57
|
+
| `onClick` | `Function`<br/>[See signature.](#signature-onClick) | | | Handler when the button is clicked. |
|
|
58
58
|
|
|
59
59
|
## Signatures
|
|
60
60
|
|
|
@@ -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 = "
|
|
121
|
+
var version = "15.0.0";
|
|
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 = "
|
|
105
|
+
var version = "15.0.0";
|
|
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 = "
|
|
103
|
+
var version = "15.0.0";
|
|
104
104
|
|
|
105
105
|
export { SecondaryIconButton$1 as default, version };
|
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": "
|
|
4
|
+
"version": "15.0.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.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "
|
|
25
|
-
"@commercetools-uikit/design-system": "
|
|
26
|
-
"@commercetools-uikit/spacings": "
|
|
27
|
-
"@commercetools-uikit/text": "
|
|
28
|
-
"@commercetools-uikit/utils": "
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.0.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.0.0",
|
|
26
|
+
"@commercetools-uikit/spacings": "15.0.0",
|
|
27
|
+
"@commercetools-uikit/text": "15.0.0",
|
|
28
|
+
"@commercetools-uikit/utils": "15.0.0",
|
|
29
29
|
"@emotion/react": "^11.4.0",
|
|
30
30
|
"@emotion/styled": "^11.3.0",
|
|
31
31
|
"lodash": "4.17.21",
|