@elliemae/ds-global-header 3.70.0-next.54 → 3.70.0-next.58

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.
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
@@ -7,5 +7,5 @@ type PureBreadcrumbProps = DSGlobalHeaderT.BreadcrumbItem & {
7
7
  getOwnerPropsArguments: () => object;
8
8
  };
9
9
  };
10
- export declare const PureBreadcrumb: React.MemoExoticComponent<({ onClick, isSelected, fullBreadcrumbListLength, label, hasNext, ownerProps, ...rest }: PureBreadcrumbProps) => import("react/jsx-runtime.js").JSX.Element>;
10
+ export declare const PureBreadcrumb: React.MemoExoticComponent<({ onClick, isSelected, fullBreadcrumbListLength, label, hasNext, ownerProps, ...rest }: PureBreadcrumbProps) => React.JSX.Element>;
11
11
  export {};
@@ -11,7 +11,7 @@ interface LabelT {
11
11
  export declare const StyledBreadcrumbContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
12
12
  export declare const StyledBreadcrumbList: import("styled-components").StyledComponent<"ul", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"ul">, never>;
13
13
  export declare const StyledPipe: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, PipeT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
14
- export declare const StyledChevron: import("styled-components").StyledComponent<(rest: import("@elliemae/ds-icons").SvgIconT.Props) => import("react/jsx-runtime.js").JSX.Element, import("@elliemae/ds-system").Theme, ChevronT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<(rest: import("@elliemae/ds-icons").SvgIconT.Props) => import("react/jsx-runtime.js").JSX.Element>, never>;
14
+ export declare const StyledChevron: import("styled-components").StyledComponent<(rest: import("@elliemae/ds-icons").SvgIconT.Props) => import("react").JSX.Element, import("@elliemae/ds-system").Theme, ChevronT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<(rest: import("@elliemae/ds-icons").SvgIconT.Props) => import("react").JSX.Element>, never>;
15
15
  export declare const StyledBreadcrumbItem: import("styled-components").StyledComponent<"li", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"li">, never>;
16
16
  export declare const StyledLink: import("styled-components").StyledComponent<"a", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"a">, never>;
17
17
  export declare const StyledLabel: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, LabelT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
@@ -5,5 +5,5 @@ interface SearchToggleSpinButtonPropsT {
5
5
  currentResultIndex: number;
6
6
  totalResults: number;
7
7
  }
8
- export declare const SearchToggleSpinButton: React.MemoExoticComponent<(props: SearchToggleSpinButtonPropsT) => import("react/jsx-runtime.js").JSX.Element>;
8
+ export declare const SearchToggleSpinButton: React.MemoExoticComponent<(props: SearchToggleSpinButtonPropsT) => React.JSX.Element>;
9
9
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-global-header",
3
- "version": "3.70.0-next.54",
3
+ "version": "3.70.0-next.58",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Global Header",
6
6
  "files": [
@@ -37,27 +37,27 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "uid": "^2.0.2",
40
- "@elliemae/ds-app-picker": "3.70.0-next.54",
41
- "@elliemae/ds-floating-context": "3.70.0-next.54",
42
- "@elliemae/ds-form-input-text": "3.70.0-next.54",
43
- "@elliemae/ds-hooks-fontsize-media": "3.70.0-next.54",
44
- "@elliemae/ds-grid": "3.70.0-next.54",
45
- "@elliemae/ds-icons": "3.70.0-next.54",
46
- "@elliemae/ds-button-v2": "3.70.0-next.54",
47
- "@elliemae/ds-props-helpers": "3.70.0-next.54",
48
- "@elliemae/ds-system": "3.70.0-next.54"
40
+ "@elliemae/ds-app-picker": "3.70.0-next.58",
41
+ "@elliemae/ds-button-v2": "3.70.0-next.58",
42
+ "@elliemae/ds-form-input-text": "3.70.0-next.58",
43
+ "@elliemae/ds-grid": "3.70.0-next.58",
44
+ "@elliemae/ds-floating-context": "3.70.0-next.58",
45
+ "@elliemae/ds-hooks-fontsize-media": "3.70.0-next.58",
46
+ "@elliemae/ds-icons": "3.70.0-next.58",
47
+ "@elliemae/ds-props-helpers": "3.70.0-next.58",
48
+ "@elliemae/ds-system": "3.70.0-next.58"
49
49
  },
50
50
  "devDependencies": {
51
51
  "jest": "^30.0.0",
52
- "styled-components": "~5.3.9",
53
- "@elliemae/ds-monorepo-devops": "3.70.0-next.54",
54
- "@elliemae/ds-test-utils": "3.70.0-next.54"
52
+ "styled-components": "~5.3.11",
53
+ "@elliemae/ds-monorepo-devops": "3.70.0-next.58",
54
+ "@elliemae/ds-test-utils": "3.70.0-next.58"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "lodash-es": "^4.18.1",
58
58
  "react": "^18.3.1",
59
59
  "react-dom": "^18.3.1",
60
- "styled-components": "~5.3.9"
60
+ "styled-components": "~5.3.11"
61
61
  },
62
62
  "publishConfig": {
63
63
  "access": "public",
@@ -72,4 +72,4 @@
72
72
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
73
73
  "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
74
74
  }
75
- }
75
+ }