@sproutsocial/seeds-react-checkbox 1.3.16 → 1.3.17
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/index.d.mts +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -52,8 +52,7 @@ declare const CheckIcon: styled_components.StyledComponent<{
|
|
|
52
52
|
}, "aria-hidden">;
|
|
53
53
|
declare const pillInputHoverStyles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<Pick<TypeCheckboxProps, "disabled">, any>>;
|
|
54
54
|
declare const PillInput: styled_components.StyledComponent<"input", any, {}, never>;
|
|
55
|
-
declare const LabelText: styled_components.StyledComponent<{
|
|
56
|
-
({ fontSize, children, qa, color, ...rest }: _sproutsocial_seeds_react_text.TypeTextProps): react_jsx_runtime.JSX.Element;
|
|
55
|
+
declare const LabelText: styled_components.StyledComponent<React.ForwardRefExoticComponent<Omit<_sproutsocial_seeds_react_text.TypeTextProps, "ref"> & React.RefAttributes<HTMLSpanElement>> & {
|
|
57
56
|
Headline: React.FC<_sproutsocial_seeds_react_text.TypeTextProps>;
|
|
58
57
|
SubHeadline: React.FC<_sproutsocial_seeds_react_text.TypeTextProps>;
|
|
59
58
|
SmallSubHeadline: React.FC<_sproutsocial_seeds_react_text.TypeTextProps>;
|
package/dist/index.d.ts
CHANGED
|
@@ -52,8 +52,7 @@ declare const CheckIcon: styled_components.StyledComponent<{
|
|
|
52
52
|
}, "aria-hidden">;
|
|
53
53
|
declare const pillInputHoverStyles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<Pick<TypeCheckboxProps, "disabled">, any>>;
|
|
54
54
|
declare const PillInput: styled_components.StyledComponent<"input", any, {}, never>;
|
|
55
|
-
declare const LabelText: styled_components.StyledComponent<{
|
|
56
|
-
({ fontSize, children, qa, color, ...rest }: _sproutsocial_seeds_react_text.TypeTextProps): react_jsx_runtime.JSX.Element;
|
|
55
|
+
declare const LabelText: styled_components.StyledComponent<React.ForwardRefExoticComponent<Omit<_sproutsocial_seeds_react_text.TypeTextProps, "ref"> & React.RefAttributes<HTMLSpanElement>> & {
|
|
57
56
|
Headline: React.FC<_sproutsocial_seeds_react_text.TypeTextProps>;
|
|
58
57
|
SubHeadline: React.FC<_sproutsocial_seeds_react_text.TypeTextProps>;
|
|
59
58
|
SmallSubHeadline: React.FC<_sproutsocial_seeds_react_text.TypeTextProps>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sproutsocial/seeds-react-checkbox",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.17",
|
|
4
4
|
"description": "Seeds Checkbox",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@sproutsocial/seeds-react-box": "^1.1.11",
|
|
23
23
|
"@sproutsocial/seeds-react-icon": "^2.1.2",
|
|
24
|
-
"@sproutsocial/seeds-react-text": "^1.
|
|
24
|
+
"@sproutsocial/seeds-react-text": "^1.4.0",
|
|
25
25
|
"@sproutsocial/seeds-react-mixins": "^4.2.3",
|
|
26
26
|
"@sproutsocial/seeds-react-system-props": "^3.0.2"
|
|
27
27
|
},
|