@elliemae/ds-card-v3 3.70.0-next.63 → 3.70.0-next.69

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/parts/DSCardBody/react-desc-prop-types.ts", "../../../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["/* eslint-disable @typescript-eslint/no-empty-interface */\nimport { DSGridPropTypes, defaultProps as gridDefaultProps, type DSGridT } from '@elliemae/ds-grid';\nimport type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes } from '@elliemae/ds-props-helpers';\nimport type { TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { CARD_V_3_SLOTS_PARTS, DSCardV3Name } from '../../constants/index.js';\n\nexport declare namespace DSCardBodyT {\n export type SlotFunctionArguments = {\n dsCardv3Body: () => object;\n };\n\n export interface RequiredProps {}\n\n export type DefaultProps = DSGridT.DefaultProps;\n\n export interface OptionalProps\n extends TypescriptHelpersT.PropsForGlobalOnSlots<typeof DSCardV3Name, typeof CARD_V_3_SLOTS_PARTS.BODY> {\n children?: React.ReactNode;\n }\n\n export interface Props\n extends OptionalProps,\n Partial<DefaultProps>,\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {}\n\n export interface InternalProps\n extends OptionalProps,\n // DefaultProps, //<-- our defaultProps ARE the grid's default props itself\n // we are already extendings DSGridT.Props (which includes XstyledProps, GlobalProps with relevant overrides)\n // so we don't need to extend them again here (which kind of conflicts with DSGridT.Props somehow)\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {}\n}\n\nexport const defaultProps: DSCardBodyT.DefaultProps = {\n ...gridDefaultProps,\n};\n\nexport const DSCardBodyPropTypes: DSPropTypesSchema<DSCardBodyT.Props> = {\n ...DSGridPropTypes,\n ...getPropsPerSlotPropTypes(DSCardV3Name, CARD_V_3_SLOTS_PARTS.BODY),\n};\n\nexport const DSCardBodyPropTypesSchema = DSCardBodyPropTypes as unknown as ValidationMap<DSCardBodyT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,qBAAgF;AAEhF,8BAAyC;AAEzC,uBAAmD;AA2C5C,MAAM,eAAyC;AAAA,EACpD,GAAG,eAAAA;AACL;AAEO,MAAM,sBAA4D;AAAA,EACvE,GAAG;AAAA,EACH,OAAG,kDAAyB,+BAAc,sCAAqB,IAAI;AACrE;AAEO,MAAM,4BAA4B;",
4
+ "sourcesContent": ["import { DSGridPropTypes, defaultProps as gridDefaultProps, type DSGridT } from '@elliemae/ds-grid';\nimport type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes } from '@elliemae/ds-props-helpers';\nimport type { TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { CARD_V_3_SLOTS_PARTS, DSCardV3Name } from '../../constants/index.js';\n\nexport declare namespace DSCardBodyT {\n export type SlotFunctionArguments = {\n dsCardv3Body: () => object;\n };\n\n export interface RequiredProps {}\n\n export type DefaultProps = DSGridT.DefaultProps;\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSCardV3Name,\n typeof CARD_V_3_SLOTS_PARTS.BODY\n > {\n children?: React.ReactNode;\n }\n\n export interface Props\n extends\n OptionalProps,\n Partial<DefaultProps>,\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {}\n\n export interface InternalProps\n extends\n OptionalProps,\n // DefaultProps, //<-- our defaultProps ARE the grid's default props itself\n // we are already extendings DSGridT.Props (which includes XstyledProps, GlobalProps with relevant overrides)\n // so we don't need to extend them again here (which kind of conflicts with DSGridT.Props somehow)\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {}\n}\n\nexport const defaultProps: DSCardBodyT.DefaultProps = {\n ...gridDefaultProps,\n};\n\nexport const DSCardBodyPropTypes: DSPropTypesSchema<DSCardBodyT.Props> = {\n ...DSGridPropTypes,\n ...getPropsPerSlotPropTypes(DSCardV3Name, CARD_V_3_SLOTS_PARTS.BODY),\n};\n\nexport const DSCardBodyPropTypesSchema = DSCardBodyPropTypes as unknown as ValidationMap<DSCardBodyT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,qBAAgF;AAEhF,8BAAyC;AAEzC,uBAAmD;AA+C5C,MAAM,eAAyC;AAAA,EACpD,GAAG,eAAAA;AACL;AAEO,MAAM,sBAA4D;AAAA,EACvE,GAAG;AAAA,EACH,OAAG,kDAAyB,+BAAc,sCAAqB,IAAI;AACrE;AAEO,MAAM,4BAA4B;",
6
6
  "names": ["gridDefaultProps"]
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../src/parts/DSCardFooter/react-desc-prop-types.ts", "../../../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["/* eslint-disable @typescript-eslint/no-empty-interface */\n\nimport { DSGridPropTypes, defaultProps as gridDefaultProps, type DSGridT } from '@elliemae/ds-grid';\nimport type { DSPropTypesSchema, GlobalAttributesT, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { PropTypes, getPropsPerSlotPropTypes } from '@elliemae/ds-props-helpers';\nimport type { TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport type { WeakValidationMap } from 'react';\nimport { CARD_V_3_SLOTS_PARTS, DSCardV3Name } from '../../constants/index.js';\n\nexport declare namespace DSCardFooterT {\n export type SlotFunctionArguments = {\n dsCardv3Footer: () => object;\n };\n\n export interface RequiredProps {}\n\n export type DefaultProps = DSGridT.DefaultProps;\n\n export interface OptionalProps\n extends TypescriptHelpersT.PropsForGlobalOnSlots<typeof DSCardV3Name, typeof CARD_V_3_SLOTS_PARTS.FOOTER> {\n children?: React.ReactNode;\n }\n\n export interface Props\n extends OptionalProps,\n Partial<DefaultProps>,\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {}\n\n export interface InternalProps\n extends OptionalProps,\n // DefaultProps, //<-- our defaultProps ARE the grid's default props itself\n // we are already extendings DSGridT.Props (which includes XstyledProps, GlobalProps with relevant overrides)\n // so we don't need to extend them again here (which kind of conflicts with DSGridT.Props somehow)\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {}\n}\n\nexport const defaultProps: DSCardFooterT.DefaultProps = {\n ...gridDefaultProps,\n};\n\nexport const DSCardFooterPropTypes: DSPropTypesSchema<DSCardFooterT.Props> = {\n ...DSGridPropTypes,\n ...getPropsPerSlotPropTypes(DSCardV3Name, CARD_V_3_SLOTS_PARTS.FOOTER),\n children: PropTypes.any.description('The content of the card'),\n};\n\nexport const DSCardFooterPropTypesSchema = DSCardFooterPropTypes as unknown as WeakValidationMap<DSCardFooterT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADEvB,qBAAgF;AAEhF,8BAAoD;AAGpD,uBAAmD;AA2C5C,MAAM,eAA2C;AAAA,EACtD,GAAG,eAAAA;AACL;AAEO,MAAM,wBAAgE;AAAA,EAC3E,GAAG;AAAA,EACH,OAAG,kDAAyB,+BAAc,sCAAqB,MAAM;AAAA,EACrE,UAAU,kCAAU,IAAI,YAAY,yBAAyB;AAC/D;AAEO,MAAM,8BAA8B;",
4
+ "sourcesContent": ["import { DSGridPropTypes, defaultProps as gridDefaultProps, type DSGridT } from '@elliemae/ds-grid';\nimport type { DSPropTypesSchema, GlobalAttributesT, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { PropTypes, getPropsPerSlotPropTypes } from '@elliemae/ds-props-helpers';\nimport type { TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport type { WeakValidationMap } from 'react';\nimport { CARD_V_3_SLOTS_PARTS, DSCardV3Name } from '../../constants/index.js';\n\nexport declare namespace DSCardFooterT {\n export type SlotFunctionArguments = {\n dsCardv3Footer: () => object;\n };\n\n export interface RequiredProps {}\n\n export type DefaultProps = DSGridT.DefaultProps;\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSCardV3Name,\n typeof CARD_V_3_SLOTS_PARTS.FOOTER\n > {\n children?: React.ReactNode;\n }\n\n export interface Props\n extends\n OptionalProps,\n Partial<DefaultProps>,\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {}\n\n export interface InternalProps\n extends\n OptionalProps,\n // DefaultProps, //<-- our defaultProps ARE the grid's default props itself\n // we are already extendings DSGridT.Props (which includes XstyledProps, GlobalProps with relevant overrides)\n // so we don't need to extend them again here (which kind of conflicts with DSGridT.Props somehow)\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {}\n}\n\nexport const defaultProps: DSCardFooterT.DefaultProps = {\n ...gridDefaultProps,\n};\n\nexport const DSCardFooterPropTypes: DSPropTypesSchema<DSCardFooterT.Props> = {\n ...DSGridPropTypes,\n ...getPropsPerSlotPropTypes(DSCardV3Name, CARD_V_3_SLOTS_PARTS.FOOTER),\n children: PropTypes.any.description('The content of the card'),\n};\n\nexport const DSCardFooterPropTypesSchema = DSCardFooterPropTypes as unknown as WeakValidationMap<DSCardFooterT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,qBAAgF;AAEhF,8BAAoD;AAGpD,uBAAmD;AA+C5C,MAAM,eAA2C;AAAA,EACtD,GAAG,eAAAA;AACL;AAEO,MAAM,wBAAgE;AAAA,EAC3E,GAAG;AAAA,EACH,OAAG,kDAAyB,+BAAc,sCAAqB,MAAM;AAAA,EACrE,UAAU,kCAAU,IAAI,YAAY,yBAAyB;AAC/D;AAEO,MAAM,8BAA8B;",
6
6
  "names": ["gridDefaultProps"]
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../src/parts/DSCardHeader/react-desc-prop-types.ts", "../../../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["/* eslint-disable @typescript-eslint/no-empty-interface */\nimport { DSGridPropTypes, defaultProps as gridDefaultProps, type DSGridT } from '@elliemae/ds-grid';\nimport type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { PropTypes, getPropsPerSlotPropTypes } from '@elliemae/ds-props-helpers';\nimport type { Theme } from '@elliemae/ds-system';\nimport type { TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { CARD_V_3_SLOTS_PARTS, DSCardV3Name } from '../../constants/index.js';\n\nexport declare namespace DSCardHeaderT {\n export type SlotFunctionArguments = {\n dsCardv3Header: () => object;\n };\n\n export interface RequiredProps {}\n\n export type DefaultProps = DSGridT.DefaultProps;\n\n export interface OptionalProps\n extends DSGridT.OptionalProps,\n TypescriptHelpersT.PropsForGlobalOnSlots<typeof DSCardV3Name, typeof CARD_V_3_SLOTS_PARTS.HEADER> {\n children?: React.ReactNode;\n showBorder?: boolean;\n }\n\n export interface Props\n extends OptionalProps,\n Partial<DefaultProps>,\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {}\n\n export interface InternalProps\n extends OptionalProps,\n // DefaultProps, //<-- our defaultProps ARE the grid's default props itself\n // we are already extendings DSGridT.Props (which includes XstyledProps, GlobalProps with relevant overrides)\n // so we don't need to extend them again here (which kind of conflicts with DSGridT.Props somehow)\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {\n theme: Theme;\n }\n}\n\nexport const defaultProps: DSCardHeaderT.DefaultProps = {\n ...gridDefaultProps,\n};\n\nexport const DSCardHeaderPropTypes: DSPropTypesSchema<DSCardHeaderT.Props> = {\n ...DSGridPropTypes,\n ...getPropsPerSlotPropTypes(DSCardV3Name, CARD_V_3_SLOTS_PARTS.HEADER),\n children: PropTypes.any.description('The content of the card'),\n showBorder: PropTypes.bool.description('Show border at the bottom of the card header'),\n};\n\nexport const DSCardHeaderPropTypesSchema = DSCardHeaderPropTypes as unknown as ValidationMap<DSCardHeaderT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,qBAAgF;AAEhF,8BAAoD;AAGpD,uBAAmD;AA+C5C,MAAM,eAA2C;AAAA,EACtD,GAAG,eAAAA;AACL;AAEO,MAAM,wBAAgE;AAAA,EAC3E,GAAG;AAAA,EACH,OAAG,kDAAyB,+BAAc,sCAAqB,MAAM;AAAA,EACrE,UAAU,kCAAU,IAAI,YAAY,yBAAyB;AAAA,EAC7D,YAAY,kCAAU,KAAK,YAAY,8CAA8C;AACvF;AAEO,MAAM,8BAA8B;",
4
+ "sourcesContent": ["import { DSGridPropTypes, defaultProps as gridDefaultProps, type DSGridT } from '@elliemae/ds-grid';\nimport type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { PropTypes, getPropsPerSlotPropTypes } from '@elliemae/ds-props-helpers';\nimport type { Theme } from '@elliemae/ds-system';\nimport type { TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { CARD_V_3_SLOTS_PARTS, DSCardV3Name } from '../../constants/index.js';\n\nexport declare namespace DSCardHeaderT {\n export type SlotFunctionArguments = {\n dsCardv3Header: () => object;\n };\n\n export interface RequiredProps {}\n\n export type DefaultProps = DSGridT.DefaultProps;\n\n export interface OptionalProps\n extends\n DSGridT.OptionalProps,\n TypescriptHelpersT.PropsForGlobalOnSlots<typeof DSCardV3Name, typeof CARD_V_3_SLOTS_PARTS.HEADER> {\n children?: React.ReactNode;\n showBorder?: boolean;\n }\n\n export interface Props\n extends\n OptionalProps,\n Partial<DefaultProps>,\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {}\n\n export interface InternalProps\n extends\n OptionalProps,\n // DefaultProps, //<-- our defaultProps ARE the grid's default props itself\n // we are already extendings DSGridT.Props (which includes XstyledProps, GlobalProps with relevant overrides)\n // so we don't need to extend them again here (which kind of conflicts with DSGridT.Props somehow)\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {\n theme: Theme;\n }\n}\n\nexport const defaultProps: DSCardHeaderT.DefaultProps = {\n ...gridDefaultProps,\n};\n\nexport const DSCardHeaderPropTypes: DSPropTypesSchema<DSCardHeaderT.Props> = {\n ...DSGridPropTypes,\n ...getPropsPerSlotPropTypes(DSCardV3Name, CARD_V_3_SLOTS_PARTS.HEADER),\n children: PropTypes.any.description('The content of the card'),\n showBorder: PropTypes.bool.description('Show border at the bottom of the card header'),\n};\n\nexport const DSCardHeaderPropTypesSchema = DSCardHeaderPropTypes as unknown as ValidationMap<DSCardHeaderT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,qBAAgF;AAEhF,8BAAoD;AAGpD,uBAAmD;AAkD5C,MAAM,eAA2C;AAAA,EACtD,GAAG,eAAAA;AACL;AAEO,MAAM,wBAAgE;AAAA,EAC3E,GAAG;AAAA,EACH,OAAG,kDAAyB,+BAAc,sCAAqB,MAAM;AAAA,EACrE,UAAU,kCAAU,IAAI,YAAY,yBAAyB;AAAA,EAC7D,YAAY,kCAAU,KAAK,YAAY,8CAA8C;AACvF;AAEO,MAAM,8BAA8B;",
6
6
  "names": ["gridDefaultProps"]
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 DSGridT, DSGridPropTypes } from '@elliemae/ds-grid';\nimport type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport {\n PropTypes,\n getPropsPerSlotPropTypes,\n globalAttributesPropTypes,\n xstyledPropTypes,\n} from '@elliemae/ds-props-helpers';\nimport type { TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { CARD_V_3_SLOTS_PARTS, DSCardV3Name, Variants } from './constants/index.js';\n\nexport declare namespace DSCardV3T {\n type Keys = keyof typeof Variants;\n export type VariantT = (typeof Variants)[Keys];\n\n export type SlotFunctionArguments = {\n dsCardv3Root: () => object;\n };\n\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps\n extends TypescriptHelpersT.PropsForGlobalOnSlots<typeof DSCardV3Name, typeof CARD_V_3_SLOTS_PARTS.ROOT> {\n children?: React.ReactNode;\n /**\n * @deprecated v4.x \u2014 use `variant=\"disabled\"` or `variant=\"accented-disabled\"` instead.\n * A non-interactive card must not carry an HTML `disabled` attribute (PUI-17888); the disabled\n * look is now a visual variant. This prop is still honoured and resolved to the matching variant.\n */\n disabled?: boolean;\n variant?: VariantT;\n }\n\n export interface Props\n extends OptionalProps,\n Partial<DefaultProps>,\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {\n 'data-testid'?: string;\n innerRef?: TypescriptHelpersT.AnyRef<HTMLDivElement>;\n }\n\n export interface InternalProps\n extends OptionalProps,\n DefaultProps,\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {\n 'data-testid'?: string;\n innerRef?: TypescriptHelpersT.AnyRef<HTMLDivElement>;\n }\n}\n\nexport const defaultProps: DSCardV3T.DefaultProps = {};\n\nexport const DSCardV3PropTypes: DSPropTypesSchema<Omit<DSCardV3T.Props, 'data-testid'>> = {\n ...DSGridPropTypes,\n ...getPropsPerSlotPropTypes(DSCardV3Name, CARD_V_3_SLOTS_PARTS.ROOT),\n ...globalAttributesPropTypes,\n ...xstyledPropTypes,\n variant: PropTypes.oneOf(Object.values(Variants)).description('The variant of the card'),\n children: PropTypes.any.description('The content of the card'),\n disabled: PropTypes.bool\n .description('Deprecated. Use variant=\"disabled\" or variant=\"accented-disabled\" instead.')\n .deprecated({ version: '4.x', message: 'use variant=\"disabled\" or variant=\"accented-disabled\" instead' }),\n};\n\nexport const DSCardV3PropTypesSchema = DSCardV3PropTypes as unknown as ValidationMap<DSCardV3T.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,qBAA8C;AAE9C,8BAKO;AAEP,uBAA6D;AAyDtD,MAAM,eAAuC,CAAC;AAE9C,MAAM,oBAA6E;AAAA,EACxF,GAAG;AAAA,EACH,OAAG,kDAAyB,+BAAc,sCAAqB,IAAI;AAAA,EACnE,GAAG;AAAA,EACH,GAAG;AAAA,EACH,SAAS,kCAAU,MAAM,OAAO,OAAO,yBAAQ,CAAC,EAAE,YAAY,yBAAyB;AAAA,EACvF,UAAU,kCAAU,IAAI,YAAY,yBAAyB;AAAA,EAC7D,UAAU,kCAAU,KACjB,YAAY,4EAA4E,EACxF,WAAW,EAAE,SAAS,OAAO,SAAS,gEAAgE,CAAC;AAC5G;AAEO,MAAM,0BAA0B;",
4
+ "sourcesContent": ["import { type DSGridT, DSGridPropTypes } from '@elliemae/ds-grid';\nimport type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport {\n PropTypes,\n getPropsPerSlotPropTypes,\n globalAttributesPropTypes,\n xstyledPropTypes,\n} from '@elliemae/ds-props-helpers';\nimport type { TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { CARD_V_3_SLOTS_PARTS, DSCardV3Name, Variants } from './constants/index.js';\n\nexport declare namespace DSCardV3T {\n type Keys = keyof typeof Variants;\n export type VariantT = (typeof Variants)[Keys];\n\n export type SlotFunctionArguments = {\n dsCardv3Root: () => object;\n };\n\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSCardV3Name,\n typeof CARD_V_3_SLOTS_PARTS.ROOT\n > {\n children?: React.ReactNode;\n /**\n * @deprecated v4.x \u2014 use `variant=\"disabled\"` or `variant=\"accented-disabled\"` instead.\n * A non-interactive card must not carry an HTML `disabled` attribute (PUI-17888); the disabled\n * look is now a visual variant. This prop is still honoured and resolved to the matching variant.\n */\n disabled?: boolean;\n variant?: VariantT;\n }\n\n export interface Props\n extends\n OptionalProps,\n Partial<DefaultProps>,\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {\n 'data-testid'?: string;\n innerRef?: TypescriptHelpersT.AnyRef<HTMLDivElement>;\n }\n\n export interface InternalProps\n extends\n OptionalProps,\n DefaultProps,\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {\n 'data-testid'?: string;\n innerRef?: TypescriptHelpersT.AnyRef<HTMLDivElement>;\n }\n}\n\nexport const defaultProps: DSCardV3T.DefaultProps = {};\n\nexport const DSCardV3PropTypes: DSPropTypesSchema<Omit<DSCardV3T.Props, 'data-testid'>> = {\n ...DSGridPropTypes,\n ...getPropsPerSlotPropTypes(DSCardV3Name, CARD_V_3_SLOTS_PARTS.ROOT),\n ...globalAttributesPropTypes,\n ...xstyledPropTypes,\n variant: PropTypes.oneOf(Object.values(Variants)).description('The variant of the card'),\n children: PropTypes.any.description('The content of the card'),\n disabled: PropTypes.bool\n .description('Deprecated. Use variant=\"disabled\" or variant=\"accented-disabled\" instead.')\n .deprecated({ version: '4.x', message: 'use variant=\"disabled\" or variant=\"accented-disabled\" instead' }),\n};\n\nexport const DSCardV3PropTypesSchema = DSCardV3PropTypes as unknown as ValidationMap<DSCardV3T.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,qBAA8C;AAE9C,8BAKO;AAEP,uBAA6D;AA6DtD,MAAM,eAAuC,CAAC;AAE9C,MAAM,oBAA6E;AAAA,EACxF,GAAG;AAAA,EACH,OAAG,kDAAyB,+BAAc,sCAAqB,IAAI;AAAA,EACnE,GAAG;AAAA,EACH,GAAG;AAAA,EACH,SAAS,kCAAU,MAAM,OAAO,OAAO,yBAAQ,CAAC,EAAE,YAAY,yBAAyB;AAAA,EACvF,UAAU,kCAAU,IAAI,YAAY,yBAAyB;AAAA,EAC7D,UAAU,kCAAU,KACjB,YAAY,4EAA4E,EACxF,WAAW,EAAE,SAAS,OAAO,SAAS,gEAAgE,CAAC;AAC5G;AAEO,MAAM,0BAA0B;",
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/parts/DSCardBody/react-desc-prop-types.ts"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "/* eslint-disable @typescript-eslint/no-empty-interface */\nimport { DSGridPropTypes, defaultProps as gridDefaultProps, type DSGridT } from '@elliemae/ds-grid';\nimport type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes } from '@elliemae/ds-props-helpers';\nimport type { TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { CARD_V_3_SLOTS_PARTS, DSCardV3Name } from '../../constants/index.js';\n\nexport declare namespace DSCardBodyT {\n export type SlotFunctionArguments = {\n dsCardv3Body: () => object;\n };\n\n export interface RequiredProps {}\n\n export type DefaultProps = DSGridT.DefaultProps;\n\n export interface OptionalProps\n extends TypescriptHelpersT.PropsForGlobalOnSlots<typeof DSCardV3Name, typeof CARD_V_3_SLOTS_PARTS.BODY> {\n children?: React.ReactNode;\n }\n\n export interface Props\n extends OptionalProps,\n Partial<DefaultProps>,\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {}\n\n export interface InternalProps\n extends OptionalProps,\n // DefaultProps, //<-- our defaultProps ARE the grid's default props itself\n // we are already extendings DSGridT.Props (which includes XstyledProps, GlobalProps with relevant overrides)\n // so we don't need to extend them again here (which kind of conflicts with DSGridT.Props somehow)\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {}\n}\n\nexport const defaultProps: DSCardBodyT.DefaultProps = {\n ...gridDefaultProps,\n};\n\nexport const DSCardBodyPropTypes: DSPropTypesSchema<DSCardBodyT.Props> = {\n ...DSGridPropTypes,\n ...getPropsPerSlotPropTypes(DSCardV3Name, CARD_V_3_SLOTS_PARTS.BODY),\n};\n\nexport const DSCardBodyPropTypesSchema = DSCardBodyPropTypes as unknown as ValidationMap<DSCardBodyT.Props>;\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACCvB,SAAS,iBAAiB,gBAAgB,wBAAsC;AAEhF,SAAS,gCAAgC;AAEzC,SAAS,sBAAsB,oBAAoB;AA2C5C,MAAM,eAAyC;AAAA,EACpD,GAAG;AACL;AAEO,MAAM,sBAA4D;AAAA,EACvE,GAAG;AAAA,EACH,GAAG,yBAAyB,cAAc,qBAAqB,IAAI;AACrE;AAEO,MAAM,4BAA4B;",
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { DSGridPropTypes, defaultProps as gridDefaultProps, type DSGridT } from '@elliemae/ds-grid';\nimport type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes } from '@elliemae/ds-props-helpers';\nimport type { TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { CARD_V_3_SLOTS_PARTS, DSCardV3Name } from '../../constants/index.js';\n\nexport declare namespace DSCardBodyT {\n export type SlotFunctionArguments = {\n dsCardv3Body: () => object;\n };\n\n export interface RequiredProps {}\n\n export type DefaultProps = DSGridT.DefaultProps;\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSCardV3Name,\n typeof CARD_V_3_SLOTS_PARTS.BODY\n > {\n children?: React.ReactNode;\n }\n\n export interface Props\n extends\n OptionalProps,\n Partial<DefaultProps>,\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {}\n\n export interface InternalProps\n extends\n OptionalProps,\n // DefaultProps, //<-- our defaultProps ARE the grid's default props itself\n // we are already extendings DSGridT.Props (which includes XstyledProps, GlobalProps with relevant overrides)\n // so we don't need to extend them again here (which kind of conflicts with DSGridT.Props somehow)\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {}\n}\n\nexport const defaultProps: DSCardBodyT.DefaultProps = {\n ...gridDefaultProps,\n};\n\nexport const DSCardBodyPropTypes: DSPropTypesSchema<DSCardBodyT.Props> = {\n ...DSGridPropTypes,\n ...getPropsPerSlotPropTypes(DSCardV3Name, CARD_V_3_SLOTS_PARTS.BODY),\n};\n\nexport const DSCardBodyPropTypesSchema = DSCardBodyPropTypes as unknown as ValidationMap<DSCardBodyT.Props>;\n"],
5
+ "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,iBAAiB,gBAAgB,wBAAsC;AAEhF,SAAS,gCAAgC;AAEzC,SAAS,sBAAsB,oBAAoB;AA+C5C,MAAM,eAAyC;AAAA,EACpD,GAAG;AACL;AAEO,MAAM,sBAA4D;AAAA,EACvE,GAAG;AAAA,EACH,GAAG,yBAAyB,cAAc,qBAAqB,IAAI;AACrE;AAEO,MAAM,4BAA4B;",
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/parts/DSCardFooter/react-desc-prop-types.ts"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "/* eslint-disable @typescript-eslint/no-empty-interface */\n\nimport { DSGridPropTypes, defaultProps as gridDefaultProps, type DSGridT } from '@elliemae/ds-grid';\nimport type { DSPropTypesSchema, GlobalAttributesT, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { PropTypes, getPropsPerSlotPropTypes } from '@elliemae/ds-props-helpers';\nimport type { TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport type { WeakValidationMap } from 'react';\nimport { CARD_V_3_SLOTS_PARTS, DSCardV3Name } from '../../constants/index.js';\n\nexport declare namespace DSCardFooterT {\n export type SlotFunctionArguments = {\n dsCardv3Footer: () => object;\n };\n\n export interface RequiredProps {}\n\n export type DefaultProps = DSGridT.DefaultProps;\n\n export interface OptionalProps\n extends TypescriptHelpersT.PropsForGlobalOnSlots<typeof DSCardV3Name, typeof CARD_V_3_SLOTS_PARTS.FOOTER> {\n children?: React.ReactNode;\n }\n\n export interface Props\n extends OptionalProps,\n Partial<DefaultProps>,\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {}\n\n export interface InternalProps\n extends OptionalProps,\n // DefaultProps, //<-- our defaultProps ARE the grid's default props itself\n // we are already extendings DSGridT.Props (which includes XstyledProps, GlobalProps with relevant overrides)\n // so we don't need to extend them again here (which kind of conflicts with DSGridT.Props somehow)\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {}\n}\n\nexport const defaultProps: DSCardFooterT.DefaultProps = {\n ...gridDefaultProps,\n};\n\nexport const DSCardFooterPropTypes: DSPropTypesSchema<DSCardFooterT.Props> = {\n ...DSGridPropTypes,\n ...getPropsPerSlotPropTypes(DSCardV3Name, CARD_V_3_SLOTS_PARTS.FOOTER),\n children: PropTypes.any.description('The content of the card'),\n};\n\nexport const DSCardFooterPropTypesSchema = DSCardFooterPropTypes as unknown as WeakValidationMap<DSCardFooterT.Props>;\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACEvB,SAAS,iBAAiB,gBAAgB,wBAAsC;AAEhF,SAAS,WAAW,gCAAgC;AAGpD,SAAS,sBAAsB,oBAAoB;AA2C5C,MAAM,eAA2C;AAAA,EACtD,GAAG;AACL;AAEO,MAAM,wBAAgE;AAAA,EAC3E,GAAG;AAAA,EACH,GAAG,yBAAyB,cAAc,qBAAqB,MAAM;AAAA,EACrE,UAAU,UAAU,IAAI,YAAY,yBAAyB;AAC/D;AAEO,MAAM,8BAA8B;",
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { DSGridPropTypes, defaultProps as gridDefaultProps, type DSGridT } from '@elliemae/ds-grid';\nimport type { DSPropTypesSchema, GlobalAttributesT, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { PropTypes, getPropsPerSlotPropTypes } from '@elliemae/ds-props-helpers';\nimport type { TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport type { WeakValidationMap } from 'react';\nimport { CARD_V_3_SLOTS_PARTS, DSCardV3Name } from '../../constants/index.js';\n\nexport declare namespace DSCardFooterT {\n export type SlotFunctionArguments = {\n dsCardv3Footer: () => object;\n };\n\n export interface RequiredProps {}\n\n export type DefaultProps = DSGridT.DefaultProps;\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSCardV3Name,\n typeof CARD_V_3_SLOTS_PARTS.FOOTER\n > {\n children?: React.ReactNode;\n }\n\n export interface Props\n extends\n OptionalProps,\n Partial<DefaultProps>,\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {}\n\n export interface InternalProps\n extends\n OptionalProps,\n // DefaultProps, //<-- our defaultProps ARE the grid's default props itself\n // we are already extendings DSGridT.Props (which includes XstyledProps, GlobalProps with relevant overrides)\n // so we don't need to extend them again here (which kind of conflicts with DSGridT.Props somehow)\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {}\n}\n\nexport const defaultProps: DSCardFooterT.DefaultProps = {\n ...gridDefaultProps,\n};\n\nexport const DSCardFooterPropTypes: DSPropTypesSchema<DSCardFooterT.Props> = {\n ...DSGridPropTypes,\n ...getPropsPerSlotPropTypes(DSCardV3Name, CARD_V_3_SLOTS_PARTS.FOOTER),\n children: PropTypes.any.description('The content of the card'),\n};\n\nexport const DSCardFooterPropTypesSchema = DSCardFooterPropTypes as unknown as WeakValidationMap<DSCardFooterT.Props>;\n"],
5
+ "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,iBAAiB,gBAAgB,wBAAsC;AAEhF,SAAS,WAAW,gCAAgC;AAGpD,SAAS,sBAAsB,oBAAoB;AA+C5C,MAAM,eAA2C;AAAA,EACtD,GAAG;AACL;AAEO,MAAM,wBAAgE;AAAA,EAC3E,GAAG;AAAA,EACH,GAAG,yBAAyB,cAAc,qBAAqB,MAAM;AAAA,EACrE,UAAU,UAAU,IAAI,YAAY,yBAAyB;AAC/D;AAEO,MAAM,8BAA8B;",
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/parts/DSCardHeader/react-desc-prop-types.ts"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "/* eslint-disable @typescript-eslint/no-empty-interface */\nimport { DSGridPropTypes, defaultProps as gridDefaultProps, type DSGridT } from '@elliemae/ds-grid';\nimport type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { PropTypes, getPropsPerSlotPropTypes } from '@elliemae/ds-props-helpers';\nimport type { Theme } from '@elliemae/ds-system';\nimport type { TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { CARD_V_3_SLOTS_PARTS, DSCardV3Name } from '../../constants/index.js';\n\nexport declare namespace DSCardHeaderT {\n export type SlotFunctionArguments = {\n dsCardv3Header: () => object;\n };\n\n export interface RequiredProps {}\n\n export type DefaultProps = DSGridT.DefaultProps;\n\n export interface OptionalProps\n extends DSGridT.OptionalProps,\n TypescriptHelpersT.PropsForGlobalOnSlots<typeof DSCardV3Name, typeof CARD_V_3_SLOTS_PARTS.HEADER> {\n children?: React.ReactNode;\n showBorder?: boolean;\n }\n\n export interface Props\n extends OptionalProps,\n Partial<DefaultProps>,\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {}\n\n export interface InternalProps\n extends OptionalProps,\n // DefaultProps, //<-- our defaultProps ARE the grid's default props itself\n // we are already extendings DSGridT.Props (which includes XstyledProps, GlobalProps with relevant overrides)\n // so we don't need to extend them again here (which kind of conflicts with DSGridT.Props somehow)\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {\n theme: Theme;\n }\n}\n\nexport const defaultProps: DSCardHeaderT.DefaultProps = {\n ...gridDefaultProps,\n};\n\nexport const DSCardHeaderPropTypes: DSPropTypesSchema<DSCardHeaderT.Props> = {\n ...DSGridPropTypes,\n ...getPropsPerSlotPropTypes(DSCardV3Name, CARD_V_3_SLOTS_PARTS.HEADER),\n children: PropTypes.any.description('The content of the card'),\n showBorder: PropTypes.bool.description('Show border at the bottom of the card header'),\n};\n\nexport const DSCardHeaderPropTypesSchema = DSCardHeaderPropTypes as unknown as ValidationMap<DSCardHeaderT.Props>;\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACCvB,SAAS,iBAAiB,gBAAgB,wBAAsC;AAEhF,SAAS,WAAW,gCAAgC;AAGpD,SAAS,sBAAsB,oBAAoB;AA+C5C,MAAM,eAA2C;AAAA,EACtD,GAAG;AACL;AAEO,MAAM,wBAAgE;AAAA,EAC3E,GAAG;AAAA,EACH,GAAG,yBAAyB,cAAc,qBAAqB,MAAM;AAAA,EACrE,UAAU,UAAU,IAAI,YAAY,yBAAyB;AAAA,EAC7D,YAAY,UAAU,KAAK,YAAY,8CAA8C;AACvF;AAEO,MAAM,8BAA8B;",
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { DSGridPropTypes, defaultProps as gridDefaultProps, type DSGridT } from '@elliemae/ds-grid';\nimport type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { PropTypes, getPropsPerSlotPropTypes } from '@elliemae/ds-props-helpers';\nimport type { Theme } from '@elliemae/ds-system';\nimport type { TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { CARD_V_3_SLOTS_PARTS, DSCardV3Name } from '../../constants/index.js';\n\nexport declare namespace DSCardHeaderT {\n export type SlotFunctionArguments = {\n dsCardv3Header: () => object;\n };\n\n export interface RequiredProps {}\n\n export type DefaultProps = DSGridT.DefaultProps;\n\n export interface OptionalProps\n extends\n DSGridT.OptionalProps,\n TypescriptHelpersT.PropsForGlobalOnSlots<typeof DSCardV3Name, typeof CARD_V_3_SLOTS_PARTS.HEADER> {\n children?: React.ReactNode;\n showBorder?: boolean;\n }\n\n export interface Props\n extends\n OptionalProps,\n Partial<DefaultProps>,\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {}\n\n export interface InternalProps\n extends\n OptionalProps,\n // DefaultProps, //<-- our defaultProps ARE the grid's default props itself\n // we are already extendings DSGridT.Props (which includes XstyledProps, GlobalProps with relevant overrides)\n // so we don't need to extend them again here (which kind of conflicts with DSGridT.Props somehow)\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {\n theme: Theme;\n }\n}\n\nexport const defaultProps: DSCardHeaderT.DefaultProps = {\n ...gridDefaultProps,\n};\n\nexport const DSCardHeaderPropTypes: DSPropTypesSchema<DSCardHeaderT.Props> = {\n ...DSGridPropTypes,\n ...getPropsPerSlotPropTypes(DSCardV3Name, CARD_V_3_SLOTS_PARTS.HEADER),\n children: PropTypes.any.description('The content of the card'),\n showBorder: PropTypes.bool.description('Show border at the bottom of the card header'),\n};\n\nexport const DSCardHeaderPropTypesSchema = DSCardHeaderPropTypes as unknown as ValidationMap<DSCardHeaderT.Props>;\n"],
5
+ "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,iBAAiB,gBAAgB,wBAAsC;AAEhF,SAAS,WAAW,gCAAgC;AAGpD,SAAS,sBAAsB,oBAAoB;AAkD5C,MAAM,eAA2C;AAAA,EACtD,GAAG;AACL;AAEO,MAAM,wBAAgE;AAAA,EAC3E,GAAG;AAAA,EACH,GAAG,yBAAyB,cAAc,qBAAqB,MAAM;AAAA,EACrE,UAAU,UAAU,IAAI,YAAY,yBAAyB;AAAA,EAC7D,YAAY,UAAU,KAAK,YAAY,8CAA8C;AACvF;AAEO,MAAM,8BAA8B;",
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 DSGridT, DSGridPropTypes } from '@elliemae/ds-grid';\nimport type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport {\n PropTypes,\n getPropsPerSlotPropTypes,\n globalAttributesPropTypes,\n xstyledPropTypes,\n} from '@elliemae/ds-props-helpers';\nimport type { TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { CARD_V_3_SLOTS_PARTS, DSCardV3Name, Variants } from './constants/index.js';\n\nexport declare namespace DSCardV3T {\n type Keys = keyof typeof Variants;\n export type VariantT = (typeof Variants)[Keys];\n\n export type SlotFunctionArguments = {\n dsCardv3Root: () => object;\n };\n\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps\n extends TypescriptHelpersT.PropsForGlobalOnSlots<typeof DSCardV3Name, typeof CARD_V_3_SLOTS_PARTS.ROOT> {\n children?: React.ReactNode;\n /**\n * @deprecated v4.x \u2014 use `variant=\"disabled\"` or `variant=\"accented-disabled\"` instead.\n * A non-interactive card must not carry an HTML `disabled` attribute (PUI-17888); the disabled\n * look is now a visual variant. This prop is still honoured and resolved to the matching variant.\n */\n disabled?: boolean;\n variant?: VariantT;\n }\n\n export interface Props\n extends OptionalProps,\n Partial<DefaultProps>,\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {\n 'data-testid'?: string;\n innerRef?: TypescriptHelpersT.AnyRef<HTMLDivElement>;\n }\n\n export interface InternalProps\n extends OptionalProps,\n DefaultProps,\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {\n 'data-testid'?: string;\n innerRef?: TypescriptHelpersT.AnyRef<HTMLDivElement>;\n }\n}\n\nexport const defaultProps: DSCardV3T.DefaultProps = {};\n\nexport const DSCardV3PropTypes: DSPropTypesSchema<Omit<DSCardV3T.Props, 'data-testid'>> = {\n ...DSGridPropTypes,\n ...getPropsPerSlotPropTypes(DSCardV3Name, CARD_V_3_SLOTS_PARTS.ROOT),\n ...globalAttributesPropTypes,\n ...xstyledPropTypes,\n variant: PropTypes.oneOf(Object.values(Variants)).description('The variant of the card'),\n children: PropTypes.any.description('The content of the card'),\n disabled: PropTypes.bool\n .description('Deprecated. Use variant=\"disabled\" or variant=\"accented-disabled\" instead.')\n .deprecated({ version: '4.x', message: 'use variant=\"disabled\" or variant=\"accented-disabled\" instead' }),\n};\n\nexport const DSCardV3PropTypesSchema = DSCardV3PropTypes as unknown as ValidationMap<DSCardV3T.Props>;\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACCvB,SAAuB,uBAAuB;AAE9C;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACK;AAEP,SAAS,sBAAsB,cAAc,gBAAgB;AAyDtD,MAAM,eAAuC,CAAC;AAE9C,MAAM,oBAA6E;AAAA,EACxF,GAAG;AAAA,EACH,GAAG,yBAAyB,cAAc,qBAAqB,IAAI;AAAA,EACnE,GAAG;AAAA,EACH,GAAG;AAAA,EACH,SAAS,UAAU,MAAM,OAAO,OAAO,QAAQ,CAAC,EAAE,YAAY,yBAAyB;AAAA,EACvF,UAAU,UAAU,IAAI,YAAY,yBAAyB;AAAA,EAC7D,UAAU,UAAU,KACjB,YAAY,4EAA4E,EACxF,WAAW,EAAE,SAAS,OAAO,SAAS,gEAAgE,CAAC;AAC5G;AAEO,MAAM,0BAA0B;",
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { type DSGridT, DSGridPropTypes } from '@elliemae/ds-grid';\nimport type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport {\n PropTypes,\n getPropsPerSlotPropTypes,\n globalAttributesPropTypes,\n xstyledPropTypes,\n} from '@elliemae/ds-props-helpers';\nimport type { TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { CARD_V_3_SLOTS_PARTS, DSCardV3Name, Variants } from './constants/index.js';\n\nexport declare namespace DSCardV3T {\n type Keys = keyof typeof Variants;\n export type VariantT = (typeof Variants)[Keys];\n\n export type SlotFunctionArguments = {\n dsCardv3Root: () => object;\n };\n\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSCardV3Name,\n typeof CARD_V_3_SLOTS_PARTS.ROOT\n > {\n children?: React.ReactNode;\n /**\n * @deprecated v4.x \u2014 use `variant=\"disabled\"` or `variant=\"accented-disabled\"` instead.\n * A non-interactive card must not carry an HTML `disabled` attribute (PUI-17888); the disabled\n * look is now a visual variant. This prop is still honoured and resolved to the matching variant.\n */\n disabled?: boolean;\n variant?: VariantT;\n }\n\n export interface Props\n extends\n OptionalProps,\n Partial<DefaultProps>,\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {\n 'data-testid'?: string;\n innerRef?: TypescriptHelpersT.AnyRef<HTMLDivElement>;\n }\n\n export interface InternalProps\n extends\n OptionalProps,\n DefaultProps,\n Omit<\n GlobalAttributesT<HTMLDivElement>,\n // eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents, @typescript-eslint/no-duplicate-type-constituents\n keyof OptionalProps | keyof DefaultProps | keyof XstyledProps | keyof RequiredProps | keyof DSGridT.Props\n >,\n XstyledProps,\n RequiredProps,\n DSGridT.Props {\n 'data-testid'?: string;\n innerRef?: TypescriptHelpersT.AnyRef<HTMLDivElement>;\n }\n}\n\nexport const defaultProps: DSCardV3T.DefaultProps = {};\n\nexport const DSCardV3PropTypes: DSPropTypesSchema<Omit<DSCardV3T.Props, 'data-testid'>> = {\n ...DSGridPropTypes,\n ...getPropsPerSlotPropTypes(DSCardV3Name, CARD_V_3_SLOTS_PARTS.ROOT),\n ...globalAttributesPropTypes,\n ...xstyledPropTypes,\n variant: PropTypes.oneOf(Object.values(Variants)).description('The variant of the card'),\n children: PropTypes.any.description('The content of the card'),\n disabled: PropTypes.bool\n .description('Deprecated. Use variant=\"disabled\" or variant=\"accented-disabled\" instead.')\n .deprecated({ version: '4.x', message: 'use variant=\"disabled\" or variant=\"accented-disabled\" instead' }),\n};\n\nexport const DSCardV3PropTypesSchema = DSCardV3PropTypes as unknown as ValidationMap<DSCardV3T.Props>;\n"],
5
+ "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAuB,uBAAuB;AAE9C;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACK;AAEP,SAAS,sBAAsB,cAAc,gBAAgB;AA6DtD,MAAM,eAAuC,CAAC;AAE9C,MAAM,oBAA6E;AAAA,EACxF,GAAG;AAAA,EACH,GAAG,yBAAyB,cAAc,qBAAqB,IAAI;AAAA,EACnE,GAAG;AAAA,EACH,GAAG;AAAA,EACH,SAAS,UAAU,MAAM,OAAO,OAAO,QAAQ,CAAC,EAAE,YAAY,yBAAyB;AAAA,EACvF,UAAU,UAAU,IAAI,YAAY,yBAAyB;AAAA,EAC7D,UAAU,UAAU,KACjB,YAAY,4EAA4E,EACxF,WAAW,EAAE,SAAS,OAAO,SAAS,gEAAgE,CAAC;AAC5G;AAEO,MAAM,0BAA0B;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-card-v3",
3
- "version": "3.70.0-next.63",
3
+ "version": "3.70.0-next.69",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Card V3",
6
6
  "files": [
@@ -37,18 +37,18 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "uid": "^2.0.2",
40
- "@elliemae/ds-grid": "3.70.0-next.63",
41
- "@elliemae/ds-props-helpers": "3.70.0-next.63",
42
- "@elliemae/ds-system": "3.70.0-next.63"
40
+ "@elliemae/ds-grid": "3.70.0-next.69",
41
+ "@elliemae/ds-props-helpers": "3.70.0-next.69",
42
+ "@elliemae/ds-system": "3.70.0-next.69"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@elliemae/pui-theme": "~2.13.0",
46
46
  "jest": "^30.0.0",
47
47
  "styled-components": "~5.3.11",
48
48
  "styled-system": "^5.1.5",
49
- "@elliemae/ds-monorepo-devops": "3.70.0-next.63",
50
- "@elliemae/ds-typescript-helpers": "3.70.0-next.63",
51
- "@elliemae/ds-test-utils": "3.70.0-next.63"
49
+ "@elliemae/ds-monorepo-devops": "3.70.0-next.69",
50
+ "@elliemae/ds-typescript-helpers": "3.70.0-next.69",
51
+ "@elliemae/ds-test-utils": "3.70.0-next.69"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "@elliemae/pui-theme": "~2.13.0",