@commercetools-uikit/primary-button 18.0.0 → 18.1.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.
|
@@ -187,7 +187,7 @@ PrimaryButton.displayName = 'PrimaryButton';
|
|
|
187
187
|
var PrimaryButton$1 = PrimaryButton;
|
|
188
188
|
|
|
189
189
|
// NOTE: This string will be replaced on build time with the package version.
|
|
190
|
-
var version = "18.
|
|
190
|
+
var version = "18.1.0";
|
|
191
191
|
|
|
192
192
|
exports["default"] = PrimaryButton$1;
|
|
193
193
|
exports.version = version;
|
|
@@ -159,7 +159,7 @@ PrimaryButton.displayName = 'PrimaryButton';
|
|
|
159
159
|
var PrimaryButton$1 = PrimaryButton;
|
|
160
160
|
|
|
161
161
|
// NOTE: This string will be replaced on build time with the package version.
|
|
162
|
-
var version = "18.
|
|
162
|
+
var version = "18.1.0";
|
|
163
163
|
|
|
164
164
|
exports["default"] = PrimaryButton$1;
|
|
165
165
|
exports.version = version;
|
|
@@ -168,6 +168,6 @@ PrimaryButton.displayName = 'PrimaryButton';
|
|
|
168
168
|
var PrimaryButton$1 = PrimaryButton;
|
|
169
169
|
|
|
170
170
|
// NOTE: This string will be replaced on build time with the package version.
|
|
171
|
-
var version = "18.
|
|
171
|
+
var version = "18.1.0";
|
|
172
172
|
|
|
173
173
|
export { PrimaryButton$1 as default, version };
|
|
@@ -13,7 +13,7 @@ export type TPrimaryButtonProps<TStringOrComponent extends ElementType = 'button
|
|
|
13
13
|
} & ComponentPropsWithRef<TStringOrComponent>;
|
|
14
14
|
declare const PrimaryButton: {
|
|
15
15
|
<TStringOrComponent extends ElementType = "button">(props: TPrimaryButtonProps<TStringOrComponent>): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
16
|
-
defaultProps: Pick<TPrimaryButtonProps<"button">, "
|
|
16
|
+
defaultProps: Pick<TPrimaryButtonProps<"button">, "type" | "size" | "isToggleButton" | "tone">;
|
|
17
17
|
displayName: string;
|
|
18
18
|
};
|
|
19
19
|
export default PrimaryButton;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/primary-button",
|
|
3
3
|
"description": "Primary buttons are used for a primary action on a page. You must also pass a label for accessibility reasons.",
|
|
4
|
-
"version": "18.
|
|
4
|
+
"version": "18.1.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.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "18.
|
|
25
|
-
"@commercetools-uikit/design-system": "18.
|
|
26
|
-
"@commercetools-uikit/spacings-inline": "18.
|
|
27
|
-
"@commercetools-uikit/text": "18.
|
|
28
|
-
"@commercetools-uikit/utils": "18.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "18.1.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "18.1.0",
|
|
26
|
+
"@commercetools-uikit/spacings-inline": "18.1.0",
|
|
27
|
+
"@commercetools-uikit/text": "18.1.0",
|
|
28
|
+
"@commercetools-uikit/utils": "18.1.0",
|
|
29
29
|
"@emotion/react": "^11.10.5",
|
|
30
30
|
"@emotion/styled": "^11.10.5",
|
|
31
31
|
"lodash": "4.17.21",
|