@elliemae/ds-data-table-cell 3.50.1-next.8 → 3.51.0-next.0

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/react-desc-prop-types.ts", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["/* eslint-disable @typescript-eslint/no-empty-interface */\nimport type { XstyledProps, DSPropTypesSchema } from '@elliemae/ds-props-helpers';\nimport { PropTypes, xstyledPropTypes, getPropsPerSlotPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { DSDataTableCellName, DATA_TABLE_CELL_SLOTS } from './constants/index.js';\nimport type { WeakValidationMap } from 'react';\n\nexport declare namespace DSDataTableCellT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps\n extends TypescriptHelpersT.PropsForGlobalOnSlots<typeof DSDataTableCellName, typeof DATA_TABLE_CELL_SLOTS> {\n className?: string;\n children?: React.ReactNode;\n }\n\n export interface Props extends Partial<DefaultProps>, OptionalProps, XstyledProps, RequiredProps {}\n\n export interface InternalProps extends DefaultProps, OptionalProps, XstyledProps, RequiredProps {}\n}\n\nexport const defaultProps: DSDataTableCellT.DefaultProps = {};\n\nexport const DSDataTableCellPropTypes: DSPropTypesSchema<DSDataTableCellT.Props> = {\n ...xstyledPropTypes,\n ...getPropsPerSlotPropTypes(DSDataTableCellName, DATA_TABLE_CELL_SLOTS),\n className: PropTypes.string.description('className for the wrapper'),\n children: PropTypes.node.description('children for the wrapper'),\n};\n\nexport const DSDataTableCellPropTypesSchema =\n DSDataTableCellPropTypes as unknown as WeakValidationMap<DSDataTableCellT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADEvB,8BAAsE;AAEtE,uBAA2D;AAmBpD,MAAM,eAA8C,CAAC;AAErD,MAAM,2BAAsE;AAAA,EACjF,GAAG;AAAA,EACH,OAAG,kDAAyB,sCAAqB,sCAAqB;AAAA,EACtE,WAAW,kCAAU,OAAO,YAAY,2BAA2B;AAAA,EACnE,UAAU,kCAAU,KAAK,YAAY,0BAA0B;AACjE;AAEO,MAAM,iCACX;",
4
+ "sourcesContent": ["/* eslint-disable @typescript-eslint/no-empty-interface */\nimport type { XstyledProps, DSPropTypesSchema } from '@elliemae/ds-props-helpers';\nimport { PropTypes, xstyledPropTypes, getPropsPerSlotPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport type { WeakValidationMap } from 'react';\nimport { DSDataTableCellName, DATA_TABLE_CELL_SLOTS } from './constants/index.js';\n\nexport declare namespace DSDataTableCellT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps\n extends TypescriptHelpersT.PropsForGlobalOnSlots<typeof DSDataTableCellName, typeof DATA_TABLE_CELL_SLOTS> {\n className?: string;\n children?: React.ReactNode;\n }\n\n export interface Props extends Partial<DefaultProps>, OptionalProps, XstyledProps, RequiredProps {}\n\n export interface InternalProps extends DefaultProps, OptionalProps, XstyledProps, RequiredProps {}\n}\n\nexport const defaultProps: DSDataTableCellT.DefaultProps = {};\n\nexport const DSDataTableCellPropTypes: DSPropTypesSchema<DSDataTableCellT.Props> = {\n ...xstyledPropTypes,\n ...getPropsPerSlotPropTypes(DSDataTableCellName, DATA_TABLE_CELL_SLOTS),\n className: PropTypes.string.description('className for the wrapper'),\n children: PropTypes.node.description('children for the wrapper'),\n};\n\nexport const DSDataTableCellPropTypesSchema =\n DSDataTableCellPropTypes as unknown as WeakValidationMap<DSDataTableCellT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADEvB,8BAAsE;AAGtE,uBAA2D;AAkBpD,MAAM,eAA8C,CAAC;AAErD,MAAM,2BAAsE;AAAA,EACjF,GAAG;AAAA,EACH,OAAG,kDAAyB,sCAAqB,sCAAqB;AAAA,EACtE,WAAW,kCAAU,OAAO,YAAY,2BAA2B;AAAA,EACnE,UAAU,kCAAU,KAAK,YAAY,0BAA0B;AACjE;AAEO,MAAM,iCACX;",
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/react-desc-prop-types.ts"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "/* eslint-disable @typescript-eslint/no-empty-interface */\nimport type { XstyledProps, DSPropTypesSchema } from '@elliemae/ds-props-helpers';\nimport { PropTypes, xstyledPropTypes, getPropsPerSlotPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { DSDataTableCellName, DATA_TABLE_CELL_SLOTS } from './constants/index.js';\nimport type { WeakValidationMap } from 'react';\n\nexport declare namespace DSDataTableCellT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps\n extends TypescriptHelpersT.PropsForGlobalOnSlots<typeof DSDataTableCellName, typeof DATA_TABLE_CELL_SLOTS> {\n className?: string;\n children?: React.ReactNode;\n }\n\n export interface Props extends Partial<DefaultProps>, OptionalProps, XstyledProps, RequiredProps {}\n\n export interface InternalProps extends DefaultProps, OptionalProps, XstyledProps, RequiredProps {}\n}\n\nexport const defaultProps: DSDataTableCellT.DefaultProps = {};\n\nexport const DSDataTableCellPropTypes: DSPropTypesSchema<DSDataTableCellT.Props> = {\n ...xstyledPropTypes,\n ...getPropsPerSlotPropTypes(DSDataTableCellName, DATA_TABLE_CELL_SLOTS),\n className: PropTypes.string.description('className for the wrapper'),\n children: PropTypes.node.description('children for the wrapper'),\n};\n\nexport const DSDataTableCellPropTypesSchema =\n DSDataTableCellPropTypes as unknown as WeakValidationMap<DSDataTableCellT.Props>;\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACEvB,SAAS,WAAW,kBAAkB,gCAAgC;AAEtE,SAAS,qBAAqB,6BAA6B;AAmBpD,MAAM,eAA8C,CAAC;AAErD,MAAM,2BAAsE;AAAA,EACjF,GAAG;AAAA,EACH,GAAG,yBAAyB,qBAAqB,qBAAqB;AAAA,EACtE,WAAW,UAAU,OAAO,YAAY,2BAA2B;AAAA,EACnE,UAAU,UAAU,KAAK,YAAY,0BAA0B;AACjE;AAEO,MAAM,iCACX;",
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "/* eslint-disable @typescript-eslint/no-empty-interface */\nimport type { XstyledProps, DSPropTypesSchema } from '@elliemae/ds-props-helpers';\nimport { PropTypes, xstyledPropTypes, getPropsPerSlotPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport type { WeakValidationMap } from 'react';\nimport { DSDataTableCellName, DATA_TABLE_CELL_SLOTS } from './constants/index.js';\n\nexport declare namespace DSDataTableCellT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps\n extends TypescriptHelpersT.PropsForGlobalOnSlots<typeof DSDataTableCellName, typeof DATA_TABLE_CELL_SLOTS> {\n className?: string;\n children?: React.ReactNode;\n }\n\n export interface Props extends Partial<DefaultProps>, OptionalProps, XstyledProps, RequiredProps {}\n\n export interface InternalProps extends DefaultProps, OptionalProps, XstyledProps, RequiredProps {}\n}\n\nexport const defaultProps: DSDataTableCellT.DefaultProps = {};\n\nexport const DSDataTableCellPropTypes: DSPropTypesSchema<DSDataTableCellT.Props> = {\n ...xstyledPropTypes,\n ...getPropsPerSlotPropTypes(DSDataTableCellName, DATA_TABLE_CELL_SLOTS),\n className: PropTypes.string.description('className for the wrapper'),\n children: PropTypes.node.description('children for the wrapper'),\n};\n\nexport const DSDataTableCellPropTypesSchema =\n DSDataTableCellPropTypes as unknown as WeakValidationMap<DSDataTableCellT.Props>;\n"],
5
+ "mappings": "AAAA,YAAY,WAAW;ACEvB,SAAS,WAAW,kBAAkB,gCAAgC;AAGtE,SAAS,qBAAqB,6BAA6B;AAkBpD,MAAM,eAA8C,CAAC;AAErD,MAAM,2BAAsE;AAAA,EACjF,GAAG;AAAA,EACH,GAAG,yBAAyB,qBAAqB,qBAAqB;AAAA,EACtE,WAAW,UAAU,OAAO,YAAY,2BAA2B;AAAA,EACnE,UAAU,UAAU,KAAK,YAAY,0BAA0B;AACjE;AAEO,MAAM,iCACX;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import type { XstyledProps, DSPropTypesSchema } from '@elliemae/ds-props-helpers';
2
2
  import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
3
- import { DSDataTableCellName, DATA_TABLE_CELL_SLOTS } from './constants/index.js';
4
3
  import type { WeakValidationMap } from 'react';
4
+ import { DSDataTableCellName, DATA_TABLE_CELL_SLOTS } from './constants/index.js';
5
5
  export declare namespace DSDataTableCellT {
6
6
  interface RequiredProps {
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-data-table-cell",
3
- "version": "3.50.1-next.8",
3
+ "version": "3.51.0-next.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Data Table Cell",
6
6
  "files": [
@@ -37,22 +37,22 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@xstyled/styled-components": "~3.7.3",
40
- "@elliemae/ds-typescript-helpers": "3.50.1-next.8",
41
- "@elliemae/ds-props-helpers": "3.50.1-next.8",
42
- "@elliemae/ds-system": "3.50.1-next.8"
40
+ "@elliemae/ds-system": "3.51.0-next.0",
41
+ "@elliemae/ds-props-helpers": "3.51.0-next.0",
42
+ "@elliemae/ds-typescript-helpers": "3.51.0-next.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@elliemae/pui-cli": "9.0.0-next.31",
45
+ "@elliemae/pui-cli": "9.0.0-next.50",
46
46
  "jest": "~29.7.0",
47
47
  "styled-components": "~5.3.9",
48
- "@elliemae/ds-monorepo-devops": "3.50.1-next.8"
48
+ "@elliemae/ds-monorepo-devops": "3.51.0-next.0"
49
49
  },
50
50
  "peerDependencies": {
51
- "@testing-library/jest-dom": "^5.17.0",
52
- "@testing-library/react": "^12.1.5",
53
- "@testing-library/user-event": "~13.5.0",
54
- "react": "^17.0.2",
55
- "react-dom": "^17.0.2",
51
+ "@testing-library/jest-dom": "^6.6.3",
52
+ "@testing-library/react": "^16.0.1",
53
+ "@testing-library/user-event": "~14.5.2",
54
+ "react": "^18.3.1",
55
+ "react-dom": "^18.3.1",
56
56
  "styled-components": "~5.3.9"
57
57
  },
58
58
  "publishConfig": {