@purr-react-styled-components/utils.helpers 0.0.9 → 0.0.10

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.cts CHANGED
@@ -1,11 +1,9 @@
1
- import * as styled_components_dist_types from 'styled-components/dist/types';
2
- import * as react from 'react';
3
1
  import * as styled_components from 'styled-components';
4
2
 
5
3
  declare const getVariantStyle: (props: {
6
4
  $variant: "outlined" | "filled" | "standard";
7
5
  $disabled: boolean;
8
- }) => styled_components.RuleSet<object>;
9
- declare const getInvisibleButton: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
6
+ }) => styled_components.FlattenSimpleInterpolation;
7
+ declare const getInvisibleButton: styled_components.StyledComponent<"button", any, {}, never>;
10
8
 
11
9
  export { getInvisibleButton, getVariantStyle };
package/dist/index.d.ts CHANGED
@@ -1,11 +1,9 @@
1
- import * as styled_components_dist_types from 'styled-components/dist/types';
2
- import * as react from 'react';
3
1
  import * as styled_components from 'styled-components';
4
2
 
5
3
  declare const getVariantStyle: (props: {
6
4
  $variant: "outlined" | "filled" | "standard";
7
5
  $disabled: boolean;
8
- }) => styled_components.RuleSet<object>;
9
- declare const getInvisibleButton: styled_components_dist_types.IStyledComponentBase<"web", styled_components.FastOmit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
6
+ }) => styled_components.FlattenSimpleInterpolation;
7
+ declare const getInvisibleButton: styled_components.StyledComponent<"button", any, {}, never>;
10
8
 
11
9
  export { getInvisibleButton, getVariantStyle };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purr-react-styled-components/utils.helpers",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",