@elliemae/ds-grid 3.18.0-next.0 → 3.18.0-next.2
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.
- package/dist/types/GridItem.d.ts +1 -2
- package/package.json +7 -7
package/dist/types/GridItem.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { type LayoutProps, type SpaceProps, type SizingProps } from '@elliemae/ds-system';
|
|
3
2
|
import { type DSGridT } from './react-desc-prop-types.js';
|
|
4
|
-
export declare const GridItem: import("styled-components").StyledComponent<
|
|
3
|
+
export declare const GridItem: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, DSGridT.ItemProps & LayoutProps<import("@xstyled/system").Theme> & SpaceProps & SizingProps<import("@xstyled/system").Theme> & import("@elliemae/ds-system").OwnerInterface, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-grid",
|
|
3
|
-
"version": "3.18.0-next.
|
|
3
|
+
"version": "3.18.0-next.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Grid",
|
|
6
6
|
"files": [
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"indent": 4
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@
|
|
67
|
-
"@elliemae/ds-
|
|
68
|
-
"@elliemae/ds-
|
|
69
|
-
"@
|
|
66
|
+
"@xstyled/system": "~3.7.3",
|
|
67
|
+
"@elliemae/ds-props-helpers": "3.18.0-next.2",
|
|
68
|
+
"@elliemae/ds-system": "3.18.0-next.2",
|
|
69
|
+
"@elliemae/ds-utilities": "3.18.0-next.2"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@elliemae/pui-theme": "~2.7.0",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"lodash": "^4.17.21",
|
|
82
82
|
"react": "^17.0.2",
|
|
83
83
|
"react-dom": "^17.0.2",
|
|
84
|
-
"styled-components": "~5.3.
|
|
84
|
+
"styled-components": "~5.3.9",
|
|
85
85
|
"styled-system": "^5.1.5"
|
|
86
86
|
},
|
|
87
87
|
"publishConfig": {
|
|
@@ -97,6 +97,6 @@
|
|
|
97
97
|
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
98
98
|
"dev:build": "pnpm --filter {.}... build",
|
|
99
99
|
"dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
|
|
100
|
-
"checkDeps": "
|
|
100
|
+
"checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
101
101
|
}
|
|
102
102
|
}
|