@elliemae/ds-form-layout-input-group 3.18.0-next.1 → 3.18.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,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types.js").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object, never>;
3
- export declare const StyledLeftAddon: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
4
- export declare const StyledRightAddon: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
5
- export declare const StyledInput: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
2
+ export declare const StyledContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types.js").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
3
+ export declare const StyledLeftAddon: import("styled-components").StyledComponent<import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
4
+ export declare const StyledRightAddon: import("styled-components").StyledComponent<import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
5
+ export declare const StyledInput: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-layout-input-group",
3
- "version": "3.18.0-next.1",
3
+ "version": "3.18.0-next.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Form Layout - Input Group",
6
6
  "files": [
@@ -36,11 +36,11 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "styled-components": "~5.3.9",
39
- "@elliemae/ds-form-combobox": "3.18.0-next.1",
40
- "@elliemae/ds-form-input-text": "3.18.0-next.1",
41
- "@elliemae/ds-system": "3.18.0-next.1",
42
- "@elliemae/ds-grid": "3.18.0-next.1",
43
- "@elliemae/ds-props-helpers": "3.18.0-next.1"
39
+ "@elliemae/ds-form-combobox": "3.18.0-next.3",
40
+ "@elliemae/ds-form-input-text": "3.18.0-next.3",
41
+ "@elliemae/ds-system": "3.18.0-next.3",
42
+ "@elliemae/ds-grid": "3.18.0-next.3",
43
+ "@elliemae/ds-props-helpers": "3.18.0-next.3"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@elliemae/pui-theme": "~2.7.0",
@@ -51,13 +51,13 @@
51
51
  "jest-axe": "^7.0.1",
52
52
  "styled-components": "~5.3.9",
53
53
  "styled-system": "~5.1.5",
54
- "@elliemae/ds-button": "3.18.0-next.1"
54
+ "@elliemae/ds-button": "3.18.0-next.3"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@elliemae/pui-theme": "~2.7.0",
58
58
  "react": "^17.0.2",
59
59
  "react-dom": "^17.0.2",
60
- "styled-components": "~5.3.6",
60
+ "styled-components": "~5.3.9",
61
61
  "styled-system": "^5.1.5"
62
62
  },
63
63
  "publishConfig": {
@@ -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
  }