@commercetools-uikit/secondary-button 16.4.0 → 16.4.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.
|
@@ -145,7 +145,7 @@ SecondaryButton.defaultProps = defaultProps;
|
|
|
145
145
|
var SecondaryButton$1 = SecondaryButton;
|
|
146
146
|
|
|
147
147
|
// NOTE: This string will be replaced on build time with the package version.
|
|
148
|
-
var version = "16.4.
|
|
148
|
+
var version = "16.4.1";
|
|
149
149
|
|
|
150
150
|
exports["default"] = SecondaryButton$1;
|
|
151
151
|
exports.version = version;
|
|
@@ -131,7 +131,7 @@ SecondaryButton.defaultProps = defaultProps;
|
|
|
131
131
|
var SecondaryButton$1 = SecondaryButton;
|
|
132
132
|
|
|
133
133
|
// NOTE: This string will be replaced on build time with the package version.
|
|
134
|
-
var version = "16.4.
|
|
134
|
+
var version = "16.4.1";
|
|
135
135
|
|
|
136
136
|
exports["default"] = SecondaryButton$1;
|
|
137
137
|
exports.version = version;
|
|
@@ -127,6 +127,6 @@ SecondaryButton.defaultProps = defaultProps;
|
|
|
127
127
|
var SecondaryButton$1 = SecondaryButton;
|
|
128
128
|
|
|
129
129
|
// NOTE: This string will be replaced on build time with the package version.
|
|
130
|
-
var version = "16.4.
|
|
130
|
+
var version = "16.4.1";
|
|
131
131
|
|
|
132
132
|
export { SecondaryButton$1 as default, version };
|
|
@@ -17,6 +17,6 @@ export declare const getIconColor: (props: Pick<TSecondaryButtonProps, 'isToggle
|
|
|
17
17
|
export declare const SecondaryButton: {
|
|
18
18
|
<TStringOrComponent extends ElementType = "button">(props: TSecondaryButtonProps<TStringOrComponent>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
19
19
|
displayName: string;
|
|
20
|
-
defaultProps: Pick<TSecondaryButtonProps<"button">, "
|
|
20
|
+
defaultProps: Pick<TSecondaryButtonProps<"button">, "size" | "type" | "theme" | "isToggleButton">;
|
|
21
21
|
};
|
|
22
22
|
export default SecondaryButton;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/secondary-button",
|
|
3
3
|
"description": "Secondary buttons are used in combination with a PrimaryButton and represent the secondary action.",
|
|
4
|
-
"version": "16.4.
|
|
4
|
+
"version": "16.4.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.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "16.4.
|
|
25
|
-
"@commercetools-uikit/design-system": "16.4.
|
|
26
|
-
"@commercetools-uikit/spacings-inline": "16.4.
|
|
27
|
-
"@commercetools-uikit/text": "16.4.
|
|
28
|
-
"@commercetools-uikit/utils": "16.4.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "16.4.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "16.4.1",
|
|
26
|
+
"@commercetools-uikit/spacings-inline": "16.4.1",
|
|
27
|
+
"@commercetools-uikit/text": "16.4.1",
|
|
28
|
+
"@commercetools-uikit/utils": "16.4.1",
|
|
29
29
|
"@emotion/react": "^11.10.5",
|
|
30
30
|
"@emotion/styled": "^11.10.5",
|
|
31
31
|
"lodash": "4.17.21",
|