@commercetools-uikit/radio-input 15.1.2 → 15.2.2
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-radio-input.cjs.dev.js +1 -1
- package/dist/commercetools-uikit-radio-input.cjs.prod.js +1 -1
- package/dist/commercetools-uikit-radio-input.esm.js +1 -1
- package/dist/declarations/src/icons/generated/RadioOptionCheckedReact.d.ts +1 -1
- package/dist/declarations/src/icons/generated/RadioOptionUncheckedReact.d.ts +1 -1
- package/dist/declarations/src/radio-option.styles.d.ts +2 -2
- package/package.json +9 -9
|
@@ -6,7 +6,7 @@ export declare type Props = {
|
|
|
6
6
|
export declare type SVGProps = Props & {
|
|
7
7
|
className: string;
|
|
8
8
|
};
|
|
9
|
-
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/
|
|
9
|
+
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
10
10
|
declare const RadioOptionCheckedIcon: {
|
|
11
11
|
(props: Props): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
12
12
|
displayName: string;
|
|
@@ -6,7 +6,7 @@ export declare type Props = {
|
|
|
6
6
|
export declare type SVGProps = Props & {
|
|
7
7
|
className: string;
|
|
8
8
|
};
|
|
9
|
-
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/
|
|
9
|
+
export declare const getIconStyles: (props: Props, theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
10
10
|
declare const RadioOptionUncheckedIcon: {
|
|
11
11
|
(props: Props): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
12
12
|
displayName: string;
|
|
@@ -13,6 +13,6 @@ declare const RadioOptionsWrapper: import("@emotion/styled").StyledComponent<{
|
|
|
13
13
|
theme?: import("@emotion/react").Theme | undefined;
|
|
14
14
|
as?: import("react").ElementType<any> | undefined;
|
|
15
15
|
} & TStylesProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
16
|
-
declare const getContainerStyles: (props: TOptionProps) => import("@emotion/
|
|
17
|
-
declare const getLabelStyles: (props: TStylesProps) => import("@emotion/
|
|
16
|
+
declare const getContainerStyles: (props: TOptionProps) => import("@emotion/react").SerializedStyles;
|
|
17
|
+
declare const getLabelStyles: (props: TStylesProps) => import("@emotion/react").SerializedStyles;
|
|
18
18
|
export { getContainerStyles, getLabelStyles, LabelTextWrapper, RadioOptionsWrapper, AdditionalTextWrapper, };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/radio-input",
|
|
3
3
|
"description": "A RadioInput represents a group of options where only one option can be selected at a time.",
|
|
4
|
-
"version": "15.
|
|
4
|
+
"version": "15.2.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@babel/runtime": "^7.17.2",
|
|
26
26
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
27
|
-
"@commercetools-uikit/constraints": "15.
|
|
28
|
-
"@commercetools-uikit/design-system": "15.
|
|
29
|
-
"@commercetools-uikit/icons": "15.
|
|
30
|
-
"@commercetools-uikit/input-utils": "15.
|
|
31
|
-
"@commercetools-uikit/spacings-inline": "15.
|
|
32
|
-
"@commercetools-uikit/spacings-inset": "15.
|
|
33
|
-
"@commercetools-uikit/spacings-stack": "15.
|
|
34
|
-
"@commercetools-uikit/utils": "15.
|
|
27
|
+
"@commercetools-uikit/constraints": "15.2.2",
|
|
28
|
+
"@commercetools-uikit/design-system": "15.2.2",
|
|
29
|
+
"@commercetools-uikit/icons": "15.2.2",
|
|
30
|
+
"@commercetools-uikit/input-utils": "15.2.2",
|
|
31
|
+
"@commercetools-uikit/spacings-inline": "15.2.2",
|
|
32
|
+
"@commercetools-uikit/spacings-inset": "15.2.2",
|
|
33
|
+
"@commercetools-uikit/spacings-stack": "15.2.2",
|
|
34
|
+
"@commercetools-uikit/utils": "15.2.2",
|
|
35
35
|
"@emotion/react": "^11.4.0",
|
|
36
36
|
"@emotion/styled": "^11.3.0",
|
|
37
37
|
"prop-types": "15.8.1",
|