@elliemae/ds-system 3.53.0-beta.6 → 3.53.0-beta.8

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,3 +1,3 @@
1
1
  export declare const GlobalStyles: import("styled-components").GlobalStyleComponent<{
2
- device: 'desktop' | 'mobile';
2
+ device: "desktop" | "mobile";
3
3
  }, import("styled-components").DefaultTheme>;
@@ -1,6 +1,6 @@
1
1
  import type { AttrsFunc, Options, OwnerInterface } from '../types.js';
2
2
  export declare const getPartProps: (props: {
3
- 'data-testid': string;
4
- 'data-dimsum-slot': string;
3
+ "data-testid": string;
4
+ "data-dimsum-slot": string;
5
5
  } & OwnerInterface) => Record<string, unknown>;
6
6
  export declare const generateAttributes: (options: Options, displayName: string | null) => AttrsFunc<any>[];
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- export declare const styled: (<C extends keyof import("react").JSX.IntrinsicElements | import("react").ComponentType<any> | import("styled-components").AnyStyledComponent>(tag: C, options?: import("./types.js").Options) => import("./types.js").ThemedStyledFunctionBase<C, import("./types.js").Theme, {}, never> & {
1
+ export declare const styled: (<C extends import("styled-components").AnyStyledComponent | keyof React.JSX.IntrinsicElements | React.ComponentType<any>>(tag: C, options?: import("./types.js").Options) => import("./types.js").ThemedStyledFunctionBase<C, import("./types.js").Theme, {}, never> & {
3
2
  attrs: <U, NewA extends Partial<import("styled-components").StyledComponentPropsWithRef<C> & U> & {
4
3
  [others: string]: any;
5
4
  } = {}>(attrs: NewA | ((props: import("styled-components").ThemedStyledProps<import("styled-components").StyledComponentPropsWithRef<C> & U, import("./types.js").Theme>) => NewA)) => import("styled-components").ThemedStyledFunction<C, import("./types.js").Theme, {} & NewA, string | number | symbol | keyof NewA>;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import type { AnyStyledComponent, ThemedStyledFunction } from 'styled-components';
3
3
  import type { Options, Theme, ThemedStyledFunctionBase } from './types.js';
4
- export declare const styledFunction: <C extends keyof React.JSX.IntrinsicElements | React.ComponentType<any> | AnyStyledComponent>(tag: C, options?: Options) => ThemedStyledFunctionBase<C, Theme, {}, never> & {
4
+ export declare const styledFunction: <C extends AnyStyledComponent | keyof React.JSX.IntrinsicElements | React.ComponentType<any>>(tag: C, options?: Options) => ThemedStyledFunctionBase<C, Theme, {}, never> & {
5
5
  attrs: <U, NewA extends Partial<import("styled-components").StyledComponentPropsWithRef<C> & U> & {
6
6
  [others: string]: any;
7
7
  } = {}>(attrs: NewA | ((props: import("styled-components").ThemedStyledProps<import("styled-components").StyledComponentPropsWithRef<C> & U, Theme>) => NewA)) => ThemedStyledFunction<C, Theme, {} & NewA, string | number | symbol | keyof NewA>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-system",
3
- "version": "3.53.0-beta.6",
3
+ "version": "3.53.0-beta.8",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - System",
6
6
  "files": [
@@ -46,12 +46,12 @@
46
46
  "polished": "~3.6.7"
47
47
  },
48
48
  "devDependencies": {
49
- "@elliemae/pui-cli": "9.0.0-next.63",
49
+ "@elliemae/pui-cli": "9.0.0-next.65",
50
50
  "@elliemae/pui-theme": "~2.13.0",
51
51
  "jest": "~29.7.0",
52
52
  "jest-cli": "~29.7.0",
53
53
  "styled-components": "~5.3.9",
54
- "@elliemae/ds-monorepo-devops": "3.53.0-beta.6"
54
+ "@elliemae/ds-monorepo-devops": "3.53.0-beta.8"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@elliemae/pui-theme": "~2.13.0",