@elliemae/ds-notification-badge 3.18.0-next.0 → 3.18.0-next.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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { Theme } from '@elliemae/pui-theme';
3
2
  interface NumericBadgeT {
4
3
  top: number;
@@ -12,8 +11,8 @@ interface NumericBadgeT {
12
11
  theme: Theme;
13
12
  ['data-related-component']: 'true' | 'false';
14
13
  }
15
- export declare const Wrapper: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
16
- export declare const GenericBadge: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & NumericBadgeT, never>;
17
- export declare const NumericBadge: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & NumericBadgeT, never>;
18
- export declare const DotBadge: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & NumericBadgeT, never>;
14
+ export declare const Wrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
15
+ export declare const GenericBadge: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, NumericBadgeT & import("@elliemae/ds-system").OwnerInterface, never>;
16
+ export declare const NumericBadge: import("styled-components").StyledComponent<import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, NumericBadgeT & import("@elliemae/ds-system").OwnerInterface, never>, import("@elliemae/ds-system").Theme, NumericBadgeT & import("@elliemae/ds-system").OwnerInterface, never>;
17
+ export declare const DotBadge: import("styled-components").StyledComponent<import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, NumericBadgeT & import("@elliemae/ds-system").OwnerInterface, never>, import("@elliemae/ds-system").Theme, NumericBadgeT & import("@elliemae/ds-system").OwnerInterface, never>;
19
18
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-notification-badge",
3
- "version": "3.18.0-next.0",
3
+ "version": "3.18.0-next.10",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Notification Badge",
6
6
  "files": [
@@ -47,9 +47,9 @@
47
47
  "indent": 4
48
48
  },
49
49
  "dependencies": {
50
- "@elliemae/ds-props-helpers": "3.18.0-next.0",
51
- "@elliemae/ds-system": "3.18.0-next.0",
52
- "@elliemae/pui-theme": "~2.7.0"
50
+ "@elliemae/pui-theme": "~2.7.0",
51
+ "@elliemae/ds-props-helpers": "3.18.0-next.10",
52
+ "@elliemae/ds-system": "3.18.0-next.10"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@testing-library/react": "~12.1.3",
@@ -58,7 +58,7 @@
58
58
  "peerDependencies": {
59
59
  "react": "^17.0.2",
60
60
  "react-dom": "^17.0.2",
61
- "styled-components": "~5.3.6"
61
+ "styled-components": "~5.3.9"
62
62
  },
63
63
  "publishConfig": {
64
64
  "access": "public",
@@ -73,6 +73,6 @@
73
73
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
74
74
  "dev:build": "pnpm --filter {.}... build",
75
75
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
76
- "checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
76
+ "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
77
77
  }
78
78
  }