@elliemae/ds-system 3.22.0-next.1 → 3.22.0-next.3

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,2 +1,2 @@
1
1
  import type { Expressions } from './types.js';
2
- export declare const coerceWithDefaultTheme: (expressions: Expressions<any>) => Expressions<any>;
2
+ export declare const coerceWithDefaultTheme: (expressions: Expressions) => Expressions;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
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>;
3
+ export declare const callbackMerger: <T>(props: StyledComponentPropsWithRef<StyledComponentInnerComponent<import("react").ComponentType<T>>>, object: Record<string, unknown>) => Record<string, unknown>;
@@ -4,4 +4,4 @@ import type { AnyStyledRef } from '../../types.js';
4
4
  export declare const refMerger: <T extends {
5
5
  ref?: AnyStyledRef<HTMLElement> | undefined;
6
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>;
7
+ }>(props: StyledComponentPropsWithRef<StyledComponentInnerComponent<import("react").ComponentType<T>>>, object: Record<string, unknown>) => Record<string, unknown>;
@@ -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.22.0-next.1",
3
+ "version": "3.22.0-next.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - System",
6
6
  "files": [
@@ -97,9 +97,11 @@
97
97
  "polished": "~3.6.7"
98
98
  },
99
99
  "devDependencies": {
100
+ "@elliemae/pui-cli": "~9.0.0-next.17",
100
101
  "@elliemae/pui-theme": "~2.7.0",
101
102
  "@testing-library/jest-dom": "~5.16.5",
102
- "styled-components": "~5.3.9"
103
+ "styled-components": "~5.3.9",
104
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.3"
103
105
  },
104
106
  "peerDependencies": {
105
107
  "@elliemae/pui-theme": "^2.7.0",
@@ -109,7 +111,7 @@
109
111
  "styled-components": "~5.3.9"
110
112
  },
111
113
  "scripts": {
112
- "test": "node ../../scripts/testing/test.mjs",
114
+ "test": "pui-cli test --passWithNoTests",
113
115
  "lint": "node ../../scripts/lint.mjs",
114
116
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
115
117
  "dts": "node ../../scripts/dts.mjs",