@elliemae/ds-data-table-cell 3.35.0 → 3.36.0-next.1
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,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/DSDataTableCell.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\nimport { describe } from '@elliemae/ds-props-helpers';\nimport { styled } from '@elliemae/ds-system';\nimport { type DSDataTableCellT, DSDataTableCellPropTypesSchema } from './react-desc-prop-types.js';\nimport { useDataTableCell } from './config/useDataTableCell.js';\nimport { DATA_TABLE_CELL_SLOTS, DSDataTableCellName } from './constants/index.js';\nimport { useOwnerProps } from '@elliemae/ds-utilities';\n\nconst StyledWrapper = styled('div', { name: DSDataTableCellName, slot: DATA_TABLE_CELL_SLOTS.ROOT })`\n display: flex;\n align-items: center;\n position: relative;\n width: 100%;\n padding: 0 ${({ theme }) => theme.space.xxs};\n`;\n\nconst DSDataTableCell: React.ComponentType<DSDataTableCellT.Props> = (props) => {\n const { propsWithDefault, xstyledProps } = useDataTableCell(props);\n const ownerPropsConfig = useOwnerProps(propsWithDefault);\n return (\n <StyledWrapper className={propsWithDefault.className} {...ownerPropsConfig} {...xstyledProps}>\n {propsWithDefault.children}\n </StyledWrapper>\n );\n};\n\nDSDataTableCell.displayName = DSDataTableCellName;\nconst DSDataTableCellWithSchema = describe(DSDataTableCell);\nDSDataTableCellWithSchema.propTypes = DSDataTableCellPropTypesSchema;\n\nexport { DSDataTableCell, DSDataTableCellWithSchema };\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADoBnB;AAnBJ,8BAAyB;AACzB,uBAAuB;AACvB,mCAAsE;AACtE,8BAAiC;AACjC,uBAA2D;AAC3D,0BAA8B;AAE9B,MAAM,oBAAgB,yBAAO,OAAO,EAAE,MAAM,sCAAqB,MAAM,uCAAsB,KAAK,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,eAKpF,CAAC,EAAE,MAAM,MAAM,MAAM,MAAM;AAAA;
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADoBnB;AAnBJ,8BAAyB;AACzB,uBAAuB;AACvB,mCAAsE;AACtE,8BAAiC;AACjC,uBAA2D;AAC3D,0BAA8B;AAE9B,MAAM,oBAAgB,yBAAO,OAAO,EAAE,MAAM,sCAAqB,MAAM,uCAAsB,KAAK,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,eAKpF,CAAC,EAAE,MAAM,MAAM,MAAM,MAAM,GAAG;AAAA;AAG7C,MAAM,kBAA+D,CAAC,UAAU;AAC9E,QAAM,EAAE,kBAAkB,aAAa,QAAI,0CAAiB,KAAK;AACjE,QAAM,uBAAmB,mCAAc,gBAAgB;AACvD,SACE,4CAAC,iBAAc,WAAW,iBAAiB,WAAY,GAAG,kBAAmB,GAAG,cAC7E,2BAAiB,UACpB;AAEJ;AAEA,gBAAgB,cAAc;AAC9B,MAAM,gCAA4B,kCAAS,eAAe;AAC1D,0BAA0B,YAAY;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/cjs/index.js
CHANGED
|
@@ -36,6 +36,5 @@ __export(src_exports, {
|
|
|
36
36
|
module.exports = __toCommonJS(src_exports);
|
|
37
37
|
var React = __toESM(require("react"));
|
|
38
38
|
var import_DSDataTableCell = require("./DSDataTableCell.js");
|
|
39
|
-
var import_react_desc_prop_types = require("./react-desc-prop-types.js");
|
|
40
39
|
var import_constants = require("./constants/index.js");
|
|
41
40
|
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.ts", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
4
|
"sourcesContent": ["// this is a workaround to typescript error TS2742\n// https://github.com/microsoft/TypeScript/issues/47663\nimport type {} from '@xstyled/system';\nexport { DSDataTableCell, DSDataTableCellWithSchema } from './DSDataTableCell.js';\nexport { type DSDataTableCellT } from './react-desc-prop-types.js';\nexport { DATA_TABLE_CELL_SLOTS, DATA_TABLE_CELL_DATA_TESTID } from './constants/index.js';\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADGvB,6BAA2D;
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADGvB,6BAA2D;AAE3D,uBAAmE;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/DSDataTableCell.tsx"],
|
|
4
4
|
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { describe } from '@elliemae/ds-props-helpers';\nimport { styled } from '@elliemae/ds-system';\nimport { type DSDataTableCellT, DSDataTableCellPropTypesSchema } from './react-desc-prop-types.js';\nimport { useDataTableCell } from './config/useDataTableCell.js';\nimport { DATA_TABLE_CELL_SLOTS, DSDataTableCellName } from './constants/index.js';\nimport { useOwnerProps } from '@elliemae/ds-utilities';\n\nconst StyledWrapper = styled('div', { name: DSDataTableCellName, slot: DATA_TABLE_CELL_SLOTS.ROOT })`\n display: flex;\n align-items: center;\n position: relative;\n width: 100%;\n padding: 0 ${({ theme }) => theme.space.xxs};\n`;\n\nconst DSDataTableCell: React.ComponentType<DSDataTableCellT.Props> = (props) => {\n const { propsWithDefault, xstyledProps } = useDataTableCell(props);\n const ownerPropsConfig = useOwnerProps(propsWithDefault);\n return (\n <StyledWrapper className={propsWithDefault.className} {...ownerPropsConfig} {...xstyledProps}>\n {propsWithDefault.children}\n </StyledWrapper>\n );\n};\n\nDSDataTableCell.displayName = DSDataTableCellName;\nconst DSDataTableCellWithSchema = describe(DSDataTableCell);\nDSDataTableCellWithSchema.propTypes = DSDataTableCellPropTypesSchema;\n\nexport { DSDataTableCell, DSDataTableCellWithSchema };\n"],
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;ACoBnB;AAnBJ,SAAS,gBAAgB;AACzB,SAAS,cAAc;AACvB,SAAgC,sCAAsC;AACtE,SAAS,wBAAwB;AACjC,SAAS,uBAAuB,2BAA2B;AAC3D,SAAS,qBAAqB;AAE9B,MAAM,gBAAgB,OAAO,OAAO,EAAE,MAAM,qBAAqB,MAAM,sBAAsB,KAAK,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,eAKpF,CAAC,EAAE,MAAM,MAAM,MAAM,MAAM;AAAA;
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACoBnB;AAnBJ,SAAS,gBAAgB;AACzB,SAAS,cAAc;AACvB,SAAgC,sCAAsC;AACtE,SAAS,wBAAwB;AACjC,SAAS,uBAAuB,2BAA2B;AAC3D,SAAS,qBAAqB;AAE9B,MAAM,gBAAgB,OAAO,OAAO,EAAE,MAAM,qBAAqB,MAAM,sBAAsB,KAAK,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,eAKpF,CAAC,EAAE,MAAM,MAAM,MAAM,MAAM,GAAG;AAAA;AAG7C,MAAM,kBAA+D,CAAC,UAAU;AAC9E,QAAM,EAAE,kBAAkB,aAAa,IAAI,iBAAiB,KAAK;AACjE,QAAM,mBAAmB,cAAc,gBAAgB;AACvD,SACE,oBAAC,iBAAc,WAAW,iBAAiB,WAAY,GAAG,kBAAmB,GAAG,cAC7E,2BAAiB,UACpB;AAEJ;AAEA,gBAAgB,cAAc;AAC9B,MAAM,4BAA4B,SAAS,eAAe;AAC1D,0BAA0B,YAAY;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { DSDataTableCell, DSDataTableCellWithSchema } from "./DSDataTableCell.js";
|
|
3
|
-
import {} from "./react-desc-prop-types.js";
|
|
4
3
|
import { DATA_TABLE_CELL_SLOTS, DATA_TABLE_CELL_DATA_TESTID } from "./constants/index.js";
|
|
5
4
|
export {
|
|
6
5
|
DATA_TABLE_CELL_DATA_TESTID,
|
package/dist/esm/index.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/index.ts"],
|
|
4
4
|
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "// this is a workaround to typescript error TS2742\n// https://github.com/microsoft/TypeScript/issues/47663\nimport type {} from '@xstyled/system';\nexport { DSDataTableCell, DSDataTableCellWithSchema } from './DSDataTableCell.js';\nexport { type DSDataTableCellT } from './react-desc-prop-types.js';\nexport { DATA_TABLE_CELL_SLOTS, DATA_TABLE_CELL_DATA_TESTID } from './constants/index.js';\n"],
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;ACGvB,SAAS,iBAAiB,iCAAiC;
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACGvB,SAAS,iBAAiB,iCAAiC;AAE3D,SAAS,uBAAuB,mCAAmC;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-data-table-cell",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.36.0-next.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Data Table Cell",
|
|
6
6
|
"files": [
|
|
@@ -37,15 +37,15 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@xstyled/styled-components": "~3.6.0",
|
|
40
|
-
"@elliemae/ds-props-helpers": "3.
|
|
41
|
-
"@elliemae/ds-system": "3.
|
|
42
|
-
"@elliemae/ds-typescript-helpers": "3.
|
|
43
|
-
"@elliemae/ds-utilities": "3.
|
|
40
|
+
"@elliemae/ds-props-helpers": "3.36.0-next.1",
|
|
41
|
+
"@elliemae/ds-system": "3.36.0-next.1",
|
|
42
|
+
"@elliemae/ds-typescript-helpers": "3.36.0-next.1",
|
|
43
|
+
"@elliemae/ds-utilities": "3.36.0-next.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
|
47
47
|
"styled-components": "~5.3.9",
|
|
48
|
-
"@elliemae/ds-monorepo-devops": "3.
|
|
48
|
+
"@elliemae/ds-monorepo-devops": "3.36.0-next.1"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@testing-library/jest-dom": "~5.16.4",
|