@elliemae/ds-mini-toolbar 3.18.0-next.1 → 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,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- declare const Container: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
3
- declare const Separator: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
4
- declare const Item: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
5
- declare const StyledButton: import("styled-components").StyledComponent<any, import("@elliemae/ds-system").Theme, any, any>;
2
+ declare const Container: import("styled-components").StyledComponent<"ul", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
3
+ declare const Separator: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
4
+ declare const Item: import("styled-components").StyledComponent<"li", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
5
+ declare const StyledButton: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements | import("react").ComponentType<any> | import("styled-components").AnyStyledComponent, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
6
6
  export { Container, Separator, Item, StyledButton };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-mini-toolbar",
3
- "version": "3.18.0-next.1",
3
+ "version": "3.18.0-next.10",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - MiniToolbar",
6
6
  "files": [
@@ -76,12 +76,12 @@
76
76
  },
77
77
  "dependencies": {
78
78
  "uid": "~2.0.1",
79
- "@elliemae/ds-dropdownmenu": "3.18.0-next.1",
80
- "@elliemae/ds-props-helpers": "3.18.0-next.1",
81
- "@elliemae/ds-button": "3.18.0-next.1",
82
- "@elliemae/ds-form": "3.18.0-next.1",
83
- "@elliemae/ds-icons": "3.18.0-next.1",
84
- "@elliemae/ds-system": "3.18.0-next.1"
79
+ "@elliemae/ds-dropdownmenu": "3.18.0-next.10",
80
+ "@elliemae/ds-form": "3.18.0-next.10",
81
+ "@elliemae/ds-props-helpers": "3.18.0-next.10",
82
+ "@elliemae/ds-icons": "3.18.0-next.10",
83
+ "@elliemae/ds-system": "3.18.0-next.10",
84
+ "@elliemae/ds-button": "3.18.0-next.10"
85
85
  },
86
86
  "devDependencies": {
87
87
  "@testing-library/react": "~12.1.3",
@@ -92,7 +92,7 @@
92
92
  "lodash": "^4.17.21",
93
93
  "react": "~17.0.2",
94
94
  "react-dom": "^17.0.2",
95
- "styled-components": "~5.3.6"
95
+ "styled-components": "~5.3.9"
96
96
  },
97
97
  "publishConfig": {
98
98
  "access": "public",
@@ -107,6 +107,6 @@
107
107
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
108
108
  "dev:build": "pnpm --filter {.}... build",
109
109
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
110
- "checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
110
+ "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
111
111
  }
112
112
  }