@elliemae/ds-data-table-action-cell 3.50.1-next.8 → 3.51.0-beta.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.
@@ -36,10 +36,10 @@ var React = __toESM(require("react"));
36
36
  var import_jsx_runtime = require("react/jsx-runtime");
37
37
  var import_ds_props_helpers = require("@elliemae/ds-props-helpers");
38
38
  var import_ds_system = require("@elliemae/ds-system");
39
+ var import_ds_data_table_cell = require("@elliemae/ds-data-table-cell");
39
40
  var import_react_desc_prop_types = require("./react-desc-prop-types.js");
40
41
  var import_useDataTableActionCell = require("./config/useDataTableActionCell.js");
41
42
  var import_constants = require("./constants/index.js");
42
- var import_ds_data_table_cell = require("@elliemae/ds-data-table-cell");
43
43
  const StyledWrapper = (0, import_ds_system.styled)(import_ds_data_table_cell.DSDataTableCell, {
44
44
  name: import_constants.DSDataTableActionCellName,
45
45
  slot: import_constants.DATA_TABLE_ACTION_CELL_SLOTS.ROOT
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/DSDataTableActionCell.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["import React from 'react';\nimport { describe, useOwnerProps } from '@elliemae/ds-props-helpers';\nimport { styled } from '@elliemae/ds-system';\nimport { type DSDataTableActionCellT, DSDataTableActionCellPropTypesSchema } from './react-desc-prop-types.js';\nimport { useDataTableActionCell } from './config/useDataTableActionCell.js';\nimport { DATA_TABLE_ACTION_CELL_SLOTS, DSDataTableActionCellName } from './constants/index.js';\nimport { DSDataTableCell } from '@elliemae/ds-data-table-cell';\n\nconst StyledWrapper = styled(DSDataTableCell, {\n name: DSDataTableActionCellName,\n slot: DATA_TABLE_ACTION_CELL_SLOTS.ROOT,\n})`\n padding: 0;\n position: sticky;\n display: flex;\n right: 0;\n background: white;\n overflow: visible;\n`;\n\nconst DSDataTableActionCell: React.ComponentType<DSDataTableActionCellT.Props> = (props) => {\n const { propsWithDefault, xstyledProps } = useDataTableActionCell(props);\n const ownerPropsConfig = useOwnerProps(propsWithDefault);\n return (\n <StyledWrapper className={propsWithDefault.className} {...ownerPropsConfig} {...xstyledProps}>\n {propsWithDefault.children}\n </StyledWrapper>\n );\n};\n\nDSDataTableActionCell.displayName = DSDataTableActionCellName;\nconst DSDataTableActionCellWithSchema = describe(DSDataTableActionCell);\nDSDataTableActionCellWithSchema.propTypes = DSDataTableActionCellPropTypesSchema;\n\nexport { DSDataTableActionCell, DSDataTableActionCellWithSchema };\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADwBnB;AAvBJ,8BAAwC;AACxC,uBAAuB;AACvB,mCAAkF;AAClF,oCAAuC;AACvC,uBAAwE;AACxE,gCAAgC;AAEhC,MAAM,oBAAgB,yBAAO,2CAAiB;AAAA,EAC5C,MAAM;AAAA,EACN,MAAM,8CAA6B;AACrC,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASD,MAAM,wBAA2E,CAAC,UAAU;AAC1F,QAAM,EAAE,kBAAkB,aAAa,QAAI,sDAAuB,KAAK;AACvE,QAAM,uBAAmB,uCAAc,gBAAgB;AACvD,SACE,4CAAC,iBAAc,WAAW,iBAAiB,WAAY,GAAG,kBAAmB,GAAG,cAC7E,2BAAiB,UACpB;AAEJ;AAEA,sBAAsB,cAAc;AACpC,MAAM,sCAAkC,kCAAS,qBAAqB;AACtE,gCAAgC,YAAY;",
4
+ "sourcesContent": ["import React from 'react';\nimport { describe, useOwnerProps } from '@elliemae/ds-props-helpers';\nimport { styled } from '@elliemae/ds-system';\nimport { DSDataTableCell } from '@elliemae/ds-data-table-cell';\nimport { type DSDataTableActionCellT, DSDataTableActionCellPropTypesSchema } from './react-desc-prop-types.js';\nimport { useDataTableActionCell } from './config/useDataTableActionCell.js';\nimport { DATA_TABLE_ACTION_CELL_SLOTS, DSDataTableActionCellName } from './constants/index.js';\n\nconst StyledWrapper = styled(DSDataTableCell, {\n name: DSDataTableActionCellName,\n slot: DATA_TABLE_ACTION_CELL_SLOTS.ROOT,\n})`\n padding: 0;\n position: sticky;\n display: flex;\n right: 0;\n background: white;\n overflow: visible;\n`;\n\nconst DSDataTableActionCell: React.ComponentType<DSDataTableActionCellT.Props> = (props) => {\n const { propsWithDefault, xstyledProps } = useDataTableActionCell(props);\n const ownerPropsConfig = useOwnerProps(propsWithDefault);\n return (\n <StyledWrapper className={propsWithDefault.className} {...ownerPropsConfig} {...xstyledProps}>\n {propsWithDefault.children}\n </StyledWrapper>\n );\n};\n\nDSDataTableActionCell.displayName = DSDataTableActionCellName;\nconst DSDataTableActionCellWithSchema = describe(DSDataTableActionCell);\nDSDataTableActionCellWithSchema.propTypes = DSDataTableActionCellPropTypesSchema;\n\nexport { DSDataTableActionCell, DSDataTableActionCellWithSchema };\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADwBnB;AAvBJ,8BAAwC;AACxC,uBAAuB;AACvB,gCAAgC;AAChC,mCAAkF;AAClF,oCAAuC;AACvC,uBAAwE;AAExE,MAAM,oBAAgB,yBAAO,2CAAiB;AAAA,EAC5C,MAAM;AAAA,EACN,MAAM,8CAA6B;AACrC,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASD,MAAM,wBAA2E,CAAC,UAAU;AAC1F,QAAM,EAAE,kBAAkB,aAAa,QAAI,sDAAuB,KAAK;AACvE,QAAM,uBAAmB,uCAAc,gBAAgB;AACvD,SACE,4CAAC,iBAAc,WAAW,iBAAiB,WAAY,GAAG,kBAAmB,GAAG,cAC7E,2BAAiB,UACpB;AAEJ;AAEA,sBAAsB,cAAc;AACpC,MAAM,sCAAkC,kCAAS,qBAAqB;AACtE,gCAAgC,YAAY;",
6
6
  "names": []
7
7
  }
@@ -35,7 +35,7 @@ __export(constants_exports, {
35
35
  module.exports = __toCommonJS(constants_exports);
36
36
  var React = __toESM(require("react"));
37
37
  var import_ds_system = require("@elliemae/ds-system");
38
- const DSDataTableActionCellName = "DSDataTableActionCell";
38
+ const DSDataTableActionCellName = "DSDatatabletctioncell";
39
39
  const DATA_TABLE_ACTION_CELL_SLOTS = {
40
40
  ROOT: "root"
41
41
  };
@@ -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": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSDataTableActionCellName = 'DSDataTableActionCell';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const DATA_TABLE_ACTION_CELL_SLOTS = {\n ROOT: 'root',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const DATA_TABLE_ACTION_CELL_DATA_TESTID = slotObjectToDataTestIds(\n DSDataTableActionCellName,\n DATA_TABLE_ACTION_CELL_SLOTS,\n);\n", "import * as React from 'react';\nexport { React };\n"],
4
+ "sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSDataTableActionCellName = 'DSDatatabletctioncell';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const DATA_TABLE_ACTION_CELL_SLOTS = {\n ROOT: 'root',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const DATA_TABLE_ACTION_CELL_DATA_TESTID = slotObjectToDataTestIds(\n DSDataTableActionCellName,\n DATA_TABLE_ACTION_CELL_SLOTS,\n);\n", "import * as React from 'react';\nexport { React };\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAwC;AAEjC,MAAM,4BAA4B;AAGlC,MAAM,+BAA+B;AAAA,EAC1C,MAAM;AACR;AAGO,MAAM,yCAAqC;AAAA,EAChD;AAAA,EACA;AACF;",
6
6
  "names": []
7
7
  }
@@ -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 { DSDataTableActionCellName, DATA_TABLE_ACTION_CELL_SLOTS } from './constants/index.js';\nimport type { WeakValidationMap } from 'react';\n\nexport declare namespace DSDataTableActionCellT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps\n extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDataTableActionCellName,\n typeof DATA_TABLE_ACTION_CELL_SLOTS\n > {\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: DSDataTableActionCellT.DefaultProps = {};\n\nexport const DSDataTableActionCellPropTypes: DSPropTypesSchema<DSDataTableActionCellT.Props> = {\n ...xstyledPropTypes,\n ...getPropsPerSlotPropTypes(DSDataTableActionCellName, DATA_TABLE_ACTION_CELL_SLOTS),\n className: PropTypes.string.description('className for the wrapper'),\n children: PropTypes.node.description('className for the wrapper'),\n};\n\nexport const DSDataTableActionCellPropTypesSchema =\n DSDataTableActionCellPropTypes as unknown as WeakValidationMap<DSDataTableActionCellT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADEvB,8BAAsE;AAEtE,uBAAwE;AAsBjE,MAAM,eAAoD,CAAC;AAE3D,MAAM,iCAAkF;AAAA,EAC7F,GAAG;AAAA,EACH,OAAG,kDAAyB,4CAA2B,6CAA4B;AAAA,EACnF,WAAW,kCAAU,OAAO,YAAY,2BAA2B;AAAA,EACnE,UAAU,kCAAU,KAAK,YAAY,2BAA2B;AAClE;AAEO,MAAM,uCACX;",
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 { DSDataTableActionCellName, DATA_TABLE_ACTION_CELL_SLOTS } from './constants/index.js';\n\nexport declare namespace DSDataTableActionCellT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps\n extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDataTableActionCellName,\n typeof DATA_TABLE_ACTION_CELL_SLOTS\n > {\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: DSDataTableActionCellT.DefaultProps = {};\n\nexport const DSDataTableActionCellPropTypes: DSPropTypesSchema<DSDataTableActionCellT.Props> = {\n ...xstyledPropTypes,\n ...getPropsPerSlotPropTypes(DSDataTableActionCellName, DATA_TABLE_ACTION_CELL_SLOTS),\n className: PropTypes.string.description('className for the wrapper'),\n children: PropTypes.node.description('className for the wrapper'),\n};\n\nexport const DSDataTableActionCellPropTypesSchema =\n DSDataTableActionCellPropTypes as unknown as WeakValidationMap<DSDataTableActionCellT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADEvB,8BAAsE;AAGtE,uBAAwE;AAqBjE,MAAM,eAAoD,CAAC;AAE3D,MAAM,iCAAkF;AAAA,EAC7F,GAAG;AAAA,EACH,OAAG,kDAAyB,4CAA2B,6CAA4B;AAAA,EACnF,WAAW,kCAAU,OAAO,YAAY,2BAA2B;AAAA,EACnE,UAAU,kCAAU,KAAK,YAAY,2BAA2B;AAClE;AAEO,MAAM,uCACX;",
6
6
  "names": []
7
7
  }
@@ -2,10 +2,10 @@ import * as React from "react";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import { describe, useOwnerProps } from "@elliemae/ds-props-helpers";
4
4
  import { styled } from "@elliemae/ds-system";
5
+ import { DSDataTableCell } from "@elliemae/ds-data-table-cell";
5
6
  import { DSDataTableActionCellPropTypesSchema } from "./react-desc-prop-types.js";
6
7
  import { useDataTableActionCell } from "./config/useDataTableActionCell.js";
7
8
  import { DATA_TABLE_ACTION_CELL_SLOTS, DSDataTableActionCellName } from "./constants/index.js";
8
- import { DSDataTableCell } from "@elliemae/ds-data-table-cell";
9
9
  const StyledWrapper = styled(DSDataTableCell, {
10
10
  name: DSDataTableActionCellName,
11
11
  slot: DATA_TABLE_ACTION_CELL_SLOTS.ROOT
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/DSDataTableActionCell.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { describe, useOwnerProps } from '@elliemae/ds-props-helpers';\nimport { styled } from '@elliemae/ds-system';\nimport { type DSDataTableActionCellT, DSDataTableActionCellPropTypesSchema } from './react-desc-prop-types.js';\nimport { useDataTableActionCell } from './config/useDataTableActionCell.js';\nimport { DATA_TABLE_ACTION_CELL_SLOTS, DSDataTableActionCellName } from './constants/index.js';\nimport { DSDataTableCell } from '@elliemae/ds-data-table-cell';\n\nconst StyledWrapper = styled(DSDataTableCell, {\n name: DSDataTableActionCellName,\n slot: DATA_TABLE_ACTION_CELL_SLOTS.ROOT,\n})`\n padding: 0;\n position: sticky;\n display: flex;\n right: 0;\n background: white;\n overflow: visible;\n`;\n\nconst DSDataTableActionCell: React.ComponentType<DSDataTableActionCellT.Props> = (props) => {\n const { propsWithDefault, xstyledProps } = useDataTableActionCell(props);\n const ownerPropsConfig = useOwnerProps(propsWithDefault);\n return (\n <StyledWrapper className={propsWithDefault.className} {...ownerPropsConfig} {...xstyledProps}>\n {propsWithDefault.children}\n </StyledWrapper>\n );\n};\n\nDSDataTableActionCell.displayName = DSDataTableActionCellName;\nconst DSDataTableActionCellWithSchema = describe(DSDataTableActionCell);\nDSDataTableActionCellWithSchema.propTypes = DSDataTableActionCellPropTypesSchema;\n\nexport { DSDataTableActionCell, DSDataTableActionCellWithSchema };\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACwBnB;AAvBJ,SAAS,UAAU,qBAAqB;AACxC,SAAS,cAAc;AACvB,SAAsC,4CAA4C;AAClF,SAAS,8BAA8B;AACvC,SAAS,8BAA8B,iCAAiC;AACxE,SAAS,uBAAuB;AAEhC,MAAM,gBAAgB,OAAO,iBAAiB;AAAA,EAC5C,MAAM;AAAA,EACN,MAAM,6BAA6B;AACrC,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASD,MAAM,wBAA2E,CAAC,UAAU;AAC1F,QAAM,EAAE,kBAAkB,aAAa,IAAI,uBAAuB,KAAK;AACvE,QAAM,mBAAmB,cAAc,gBAAgB;AACvD,SACE,oBAAC,iBAAc,WAAW,iBAAiB,WAAY,GAAG,kBAAmB,GAAG,cAC7E,2BAAiB,UACpB;AAEJ;AAEA,sBAAsB,cAAc;AACpC,MAAM,kCAAkC,SAAS,qBAAqB;AACtE,gCAAgC,YAAY;",
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { describe, useOwnerProps } from '@elliemae/ds-props-helpers';\nimport { styled } from '@elliemae/ds-system';\nimport { DSDataTableCell } from '@elliemae/ds-data-table-cell';\nimport { type DSDataTableActionCellT, DSDataTableActionCellPropTypesSchema } from './react-desc-prop-types.js';\nimport { useDataTableActionCell } from './config/useDataTableActionCell.js';\nimport { DATA_TABLE_ACTION_CELL_SLOTS, DSDataTableActionCellName } from './constants/index.js';\n\nconst StyledWrapper = styled(DSDataTableCell, {\n name: DSDataTableActionCellName,\n slot: DATA_TABLE_ACTION_CELL_SLOTS.ROOT,\n})`\n padding: 0;\n position: sticky;\n display: flex;\n right: 0;\n background: white;\n overflow: visible;\n`;\n\nconst DSDataTableActionCell: React.ComponentType<DSDataTableActionCellT.Props> = (props) => {\n const { propsWithDefault, xstyledProps } = useDataTableActionCell(props);\n const ownerPropsConfig = useOwnerProps(propsWithDefault);\n return (\n <StyledWrapper className={propsWithDefault.className} {...ownerPropsConfig} {...xstyledProps}>\n {propsWithDefault.children}\n </StyledWrapper>\n );\n};\n\nDSDataTableActionCell.displayName = DSDataTableActionCellName;\nconst DSDataTableActionCellWithSchema = describe(DSDataTableActionCell);\nDSDataTableActionCellWithSchema.propTypes = DSDataTableActionCellPropTypesSchema;\n\nexport { DSDataTableActionCell, DSDataTableActionCellWithSchema };\n"],
5
+ "mappings": "AAAA,YAAY,WAAW;ACwBnB;AAvBJ,SAAS,UAAU,qBAAqB;AACxC,SAAS,cAAc;AACvB,SAAS,uBAAuB;AAChC,SAAsC,4CAA4C;AAClF,SAAS,8BAA8B;AACvC,SAAS,8BAA8B,iCAAiC;AAExE,MAAM,gBAAgB,OAAO,iBAAiB;AAAA,EAC5C,MAAM;AAAA,EACN,MAAM,6BAA6B;AACrC,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASD,MAAM,wBAA2E,CAAC,UAAU;AAC1F,QAAM,EAAE,kBAAkB,aAAa,IAAI,uBAAuB,KAAK;AACvE,QAAM,mBAAmB,cAAc,gBAAgB;AACvD,SACE,oBAAC,iBAAc,WAAW,iBAAiB,WAAY,GAAG,kBAAmB,GAAG,cAC7E,2BAAiB,UACpB;AAEJ;AAEA,sBAAsB,cAAc;AACpC,MAAM,kCAAkC,SAAS,qBAAqB;AACtE,gCAAgC,YAAY;",
6
6
  "names": []
7
7
  }
@@ -1,6 +1,6 @@
1
1
  import * as React from "react";
2
2
  import { slotObjectToDataTestIds } from "@elliemae/ds-system";
3
- const DSDataTableActionCellName = "DSDataTableActionCell";
3
+ const DSDataTableActionCellName = "DSDatatabletctioncell";
4
4
  const DATA_TABLE_ACTION_CELL_SLOTS = {
5
5
  ROOT: "root"
6
6
  };
@@ -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", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSDataTableActionCellName = 'DSDataTableActionCell';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const DATA_TABLE_ACTION_CELL_SLOTS = {\n ROOT: 'root',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const DATA_TABLE_ACTION_CELL_DATA_TESTID = slotObjectToDataTestIds(\n DSDataTableActionCellName,\n DATA_TABLE_ACTION_CELL_SLOTS,\n);\n"],
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSDataTableActionCellName = 'DSDatatabletctioncell';\n\n// we are giving \"component_name_slots\" to avoid errors on duplicate exports variables in aggregators\nexport const DATA_TABLE_ACTION_CELL_SLOTS = {\n ROOT: 'root',\n} as const;\n\n// we are giving \"component_name_data_testid\" to avoid errors on duplicate exports variables in aggregators\nexport const DATA_TABLE_ACTION_CELL_DATA_TESTID = slotObjectToDataTestIds(\n DSDataTableActionCellName,\n DATA_TABLE_ACTION_CELL_SLOTS,\n);\n"],
5
5
  "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,+BAA+B;AAEjC,MAAM,4BAA4B;AAGlC,MAAM,+BAA+B;AAAA,EAC1C,MAAM;AACR;AAGO,MAAM,qCAAqC;AAAA,EAChD;AAAA,EACA;AACF;",
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 { DSDataTableActionCellName, DATA_TABLE_ACTION_CELL_SLOTS } from './constants/index.js';\nimport type { WeakValidationMap } from 'react';\n\nexport declare namespace DSDataTableActionCellT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps\n extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDataTableActionCellName,\n typeof DATA_TABLE_ACTION_CELL_SLOTS\n > {\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: DSDataTableActionCellT.DefaultProps = {};\n\nexport const DSDataTableActionCellPropTypes: DSPropTypesSchema<DSDataTableActionCellT.Props> = {\n ...xstyledPropTypes,\n ...getPropsPerSlotPropTypes(DSDataTableActionCellName, DATA_TABLE_ACTION_CELL_SLOTS),\n className: PropTypes.string.description('className for the wrapper'),\n children: PropTypes.node.description('className for the wrapper'),\n};\n\nexport const DSDataTableActionCellPropTypesSchema =\n DSDataTableActionCellPropTypes as unknown as WeakValidationMap<DSDataTableActionCellT.Props>;\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACEvB,SAAS,WAAW,kBAAkB,gCAAgC;AAEtE,SAAS,2BAA2B,oCAAoC;AAsBjE,MAAM,eAAoD,CAAC;AAE3D,MAAM,iCAAkF;AAAA,EAC7F,GAAG;AAAA,EACH,GAAG,yBAAyB,2BAA2B,4BAA4B;AAAA,EACnF,WAAW,UAAU,OAAO,YAAY,2BAA2B;AAAA,EACnE,UAAU,UAAU,KAAK,YAAY,2BAA2B;AAClE;AAEO,MAAM,uCACX;",
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 { DSDataTableActionCellName, DATA_TABLE_ACTION_CELL_SLOTS } from './constants/index.js';\n\nexport declare namespace DSDataTableActionCellT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps\n extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDataTableActionCellName,\n typeof DATA_TABLE_ACTION_CELL_SLOTS\n > {\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: DSDataTableActionCellT.DefaultProps = {};\n\nexport const DSDataTableActionCellPropTypes: DSPropTypesSchema<DSDataTableActionCellT.Props> = {\n ...xstyledPropTypes,\n ...getPropsPerSlotPropTypes(DSDataTableActionCellName, DATA_TABLE_ACTION_CELL_SLOTS),\n className: PropTypes.string.description('className for the wrapper'),\n children: PropTypes.node.description('className for the wrapper'),\n};\n\nexport const DSDataTableActionCellPropTypesSchema =\n DSDataTableActionCellPropTypes as unknown as WeakValidationMap<DSDataTableActionCellT.Props>;\n"],
5
+ "mappings": "AAAA,YAAY,WAAW;ACEvB,SAAS,WAAW,kBAAkB,gCAAgC;AAGtE,SAAS,2BAA2B,oCAAoC;AAqBjE,MAAM,eAAoD,CAAC;AAE3D,MAAM,iCAAkF;AAAA,EAC7F,GAAG;AAAA,EACH,GAAG,yBAAyB,2BAA2B,4BAA4B;AAAA,EACnF,WAAW,UAAU,OAAO,YAAY,2BAA2B;AAAA,EACnE,UAAU,UAAU,KAAK,YAAY,2BAA2B;AAClE;AAEO,MAAM,uCACX;",
6
6
  "names": []
7
7
  }
@@ -1,4 +1,4 @@
1
- export declare const DSDataTableActionCellName = "DSDataTableActionCell";
1
+ export declare const DSDataTableActionCellName = "DSDatatabletctioncell";
2
2
  export declare const DATA_TABLE_ACTION_CELL_SLOTS: {
3
3
  readonly ROOT: "root";
4
4
  };
@@ -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 { DSDataTableActionCellName, DATA_TABLE_ACTION_CELL_SLOTS } from './constants/index.js';
4
3
  import type { WeakValidationMap } from 'react';
4
+ import { DSDataTableActionCellName, DATA_TABLE_ACTION_CELL_SLOTS } from './constants/index.js';
5
5
  export declare namespace DSDataTableActionCellT {
6
6
  interface RequiredProps {
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-data-table-action-cell",
3
- "version": "3.50.1-next.8",
3
+ "version": "3.51.0-beta.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Data Table Action Cell",
6
6
  "files": [
@@ -25,8 +25,8 @@
25
25
  "url": "https://git.elliemae.io/platform-ui/dimsum.git"
26
26
  },
27
27
  "engines": {
28
- "pnpm": ">=6",
29
- "node": ">=16"
28
+ "pnpm": ">=9",
29
+ "node": ">=22"
30
30
  },
31
31
  "author": "ICE MT",
32
32
  "jestSonar": {
@@ -37,23 +37,23 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@xstyled/styled-components": "~3.7.3",
40
- "@elliemae/ds-data-table-cell": "3.50.1-next.8",
41
- "@elliemae/ds-system": "3.50.1-next.8",
42
- "@elliemae/ds-props-helpers": "3.50.1-next.8",
43
- "@elliemae/ds-typescript-helpers": "3.50.1-next.8"
40
+ "@elliemae/ds-data-table-cell": "3.51.0-beta.1",
41
+ "@elliemae/ds-props-helpers": "3.51.0-beta.1",
42
+ "@elliemae/ds-system": "3.51.0-beta.1",
43
+ "@elliemae/ds-typescript-helpers": "3.51.0-beta.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@elliemae/pui-cli": "9.0.0-next.31",
46
+ "@elliemae/pui-cli": "9.0.0-next.55",
47
47
  "jest": "~29.7.0",
48
48
  "styled-components": "~5.3.9",
49
- "@elliemae/ds-monorepo-devops": "3.50.1-next.8"
49
+ "@elliemae/ds-monorepo-devops": "3.51.0-beta.1"
50
50
  },
51
51
  "peerDependencies": {
52
- "@testing-library/jest-dom": "^5.17.0",
53
- "@testing-library/react": "^12.1.5",
54
- "@testing-library/user-event": "~13.5.0",
55
- "react": "^17.0.2",
56
- "react-dom": "^17.0.2",
52
+ "@testing-library/jest-dom": "^6.6.3",
53
+ "@testing-library/react": "^16.0.1",
54
+ "@testing-library/user-event": "~14.5.2",
55
+ "react": "^18.3.1",
56
+ "react-dom": "^18.3.1",
57
57
  "styled-components": "~5.3.9"
58
58
  },
59
59
  "publishConfig": {