@elliemae/ds-layout-provider 3.53.0-alpha.1 → 3.53.0-alpha.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.
|
@@ -2,7 +2,9 @@ export declare const DSLayoutProviderName = "DSLayoutprovider";
|
|
|
2
2
|
export declare const LAYOUT_PROVIDER_SLOTS: {
|
|
3
3
|
readonly ROOT: "root";
|
|
4
4
|
};
|
|
5
|
-
export declare const LAYOUT_PROVIDER_DATA_TESTID:
|
|
5
|
+
export declare const LAYOUT_PROVIDER_DATA_TESTID: {
|
|
6
|
+
readonly ROOT: "ds-layoutprovider-root";
|
|
7
|
+
};
|
|
6
8
|
export declare const LAYOUT_PROVIDER_TYPES: {
|
|
7
9
|
readonly L: "l";
|
|
8
10
|
readonly M: "m";
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="prop-types" />
|
|
2
1
|
import type { GlobalAttributesT, XstyledProps, DSPropTypesSchema, ValidationMap } from '@elliemae/ds-props-helpers';
|
|
3
2
|
import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
|
|
4
3
|
import type { DefaultTheme as XstyledDefaultTheme } from 'styled-components';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-layout-provider",
|
|
3
|
-
"version": "3.53.0-alpha.
|
|
3
|
+
"version": "3.53.0-alpha.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Layout Provider",
|
|
6
6
|
"files": [
|
|
@@ -36,18 +36,17 @@
|
|
|
36
36
|
"indent": 4
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@
|
|
40
|
-
"@elliemae/ds-hooks-on-blur-out": "3.53.0-alpha.
|
|
41
|
-
"@elliemae/ds-
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-system": "3.53.0-alpha.1"
|
|
39
|
+
"@elliemae/ds-grid": "3.53.0-alpha.3",
|
|
40
|
+
"@elliemae/ds-hooks-on-blur-out": "3.53.0-alpha.3",
|
|
41
|
+
"@elliemae/ds-system": "3.53.0-alpha.3",
|
|
42
|
+
"@elliemae/ds-props-helpers": "3.53.0-alpha.3"
|
|
44
43
|
},
|
|
45
44
|
"devDependencies": {
|
|
46
|
-
"@elliemae/pui-cli": "9.0.0-next.
|
|
45
|
+
"@elliemae/pui-cli": "9.0.0-next.65",
|
|
47
46
|
"jest": "~29.7.0",
|
|
48
47
|
"styled-components": "~5.3.9",
|
|
49
|
-
"@elliemae/ds-monorepo-devops": "3.53.0-alpha.
|
|
50
|
-
"@elliemae/ds-typescript-helpers": "3.53.0-alpha.
|
|
48
|
+
"@elliemae/ds-monorepo-devops": "3.53.0-alpha.3",
|
|
49
|
+
"@elliemae/ds-typescript-helpers": "3.53.0-alpha.3"
|
|
51
50
|
},
|
|
52
51
|
"peerDependencies": {
|
|
53
52
|
"@testing-library/jest-dom": "^6.6.3",
|