@elliemae/ds-page-layout 3.50.0-next.3 → 3.50.0-rc.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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/constants/index.ts", "../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["export const DSPageLayoutName = '
|
|
4
|
+
"sourcesContent": ["export const DSPageLayoutName = 'Pagelayout';\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAhB,MAAM,mBAAmB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/constants/index.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSPageLayoutName = '
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSPageLayoutName = 'Pagelayout';\n"],
|
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAhB,MAAM,mBAAmB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const DSPageLayoutName = "
|
|
1
|
+
export declare const DSPageLayoutName = "Pagelayout";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-page-layout",
|
|
3
|
-
"version": "3.50.0-
|
|
3
|
+
"version": "3.50.0-rc.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Page Layout",
|
|
6
6
|
"files": [
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"url": "https://git.elliemae.io/platform-ui/dimsum.git"
|
|
34
34
|
},
|
|
35
35
|
"engines": {
|
|
36
|
-
"pnpm": ">=
|
|
37
|
-
"node": ">=
|
|
36
|
+
"pnpm": ">=9",
|
|
37
|
+
"node": ">=22"
|
|
38
38
|
},
|
|
39
39
|
"author": "ICE MT",
|
|
40
40
|
"jestSonar": {
|
|
@@ -44,14 +44,15 @@
|
|
|
44
44
|
"indent": 4
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@elliemae/ds-grid": "3.50.0-
|
|
48
|
-
"@elliemae/ds-props-helpers": "3.50.0-
|
|
47
|
+
"@elliemae/ds-grid": "3.50.0-rc.2",
|
|
48
|
+
"@elliemae/ds-props-helpers": "3.50.0-rc.2"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@elliemae/pui-cli": "9.0.0-next.
|
|
51
|
+
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
52
52
|
"jest": "~29.7.0",
|
|
53
|
+
"jest-cli": "~29.7.0",
|
|
53
54
|
"styled-components": "~5.3.9",
|
|
54
|
-
"@elliemae/ds-monorepo-devops": "3.50.0-
|
|
55
|
+
"@elliemae/ds-monorepo-devops": "3.50.0-rc.2"
|
|
55
56
|
},
|
|
56
57
|
"peerDependencies": {
|
|
57
58
|
"lodash": "^4.17.21",
|