@elliemae/ds-system 3.20.2 → 3.20.4

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { styledFunction } from './styledFunction.js';
3
2
  export type StyledObject = {
4
3
  [TTag in keyof JSX.IntrinsicElements]: ReturnType<typeof styledFunction<TTag>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-system",
3
- "version": "3.20.2",
3
+ "version": "3.20.4",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - System",
6
6
  "files": [
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import type { StyledComponentInnerComponent, StyledComponentPropsWithRef } from 'styled-components';
3
- export declare const callbackMerger: <T>(props: (import("react").PropsWithoutRef<T> & import("react").RefAttributes<import("react").Component<T, any, any>>) | import("react").PropsWithRef<T>, object: Record<string, unknown>) => Record<string, unknown>;
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- import type { StyledComponentInnerComponent, StyledComponentPropsWithRef } from 'styled-components';
3
- import type { AnyStyledRef } from '../../types.js';
4
- export declare const refMerger: <T extends {
5
- ref?: AnyStyledRef<HTMLElement> | undefined;
6
- innerRef?: AnyStyledRef<HTMLElement> | undefined;
7
- }>(props: (import("react").PropsWithoutRef<T> & import("react").RefAttributes<import("react").Component<T, any, any>>) | import("react").PropsWithRef<T>, object: Record<string, unknown>) => Record<string, unknown>;