@elliemae/ds-dialog 3.70.0-next.7 → 3.70.0-next.71
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.
- package/dist/cjs/package.json +1 -4
- package/dist/cjs/parts/DSDialogAddon/react-desc-prop-types.js.map +2 -2
- package/dist/cjs/parts/DSDialogBody/react-desc-prop-types.js.map +2 -2
- package/dist/cjs/parts/DSDialogDefaultLayout/react-desc-prop-types.js.map +2 -2
- package/dist/cjs/parts/DSDialogFooter/react-desc-prop-types.js.map +2 -2
- package/dist/cjs/parts/DSDialogHeader/react-desc-prop-types.js.map +2 -2
- package/dist/cjs/parts/DSDialogPrimaryMessage/react-desc-prop-types.js.map +2 -2
- package/dist/cjs/parts/DSDialogSecondaryMessage/react-desc-prop-types.js.map +2 -2
- package/dist/cjs/parts/DSDialogSeparator/react-desc-prop-types.js.map +2 -2
- package/dist/cjs/parts/DSDialogTitle/react-desc-prop-types.js.map +2 -2
- package/dist/esm/package.json +1 -4
- package/dist/esm/parts/DSDialogAddon/react-desc-prop-types.js.map +2 -2
- package/dist/esm/parts/DSDialogBody/react-desc-prop-types.js.map +2 -2
- package/dist/esm/parts/DSDialogDefaultLayout/react-desc-prop-types.js.map +2 -2
- package/dist/esm/parts/DSDialogFooter/react-desc-prop-types.js.map +2 -2
- package/dist/esm/parts/DSDialogHeader/react-desc-prop-types.js.map +2 -2
- package/dist/esm/parts/DSDialogPrimaryMessage/react-desc-prop-types.js.map +2 -2
- package/dist/esm/parts/DSDialogSecondaryMessage/react-desc-prop-types.js.map +2 -2
- package/dist/esm/parts/DSDialogSeparator/react-desc-prop-types.js.map +2 -2
- package/dist/esm/parts/DSDialogTitle/react-desc-prop-types.js.map +2 -2
- package/dist/types/parts/DSDialogContent/DSDialogContent.d.ts +2 -1
- package/package.json +12 -12
- package/dist/types/tests/DSDialog.PUI-7832.test.d.ts +0 -1
- package/dist/types/tests/DSDialog.a11y.test.d.ts +0 -1
- package/dist/types/tests/DSDialog.data-testid.test.d.ts +0 -1
- package/dist/types/tests/DSDialog.events.test.d.ts +0 -1
- package/dist/types/tests/DSDialog.exports.test.d.ts +0 -1
- package/dist/types/tests/DSDialog.keyboard.test.d.ts +0 -1
- package/dist/types/tests/playwright/DSDialog.on-click-outside.test.playwright.d.ts +0 -1
- package/dist/types/tests/playwright/DSDialogOnClickOutsideRenderer.d.ts +0 -2
- package/dist/types/typescript-testing/typescript-dialog-valid.d.ts +0 -1
package/dist/cjs/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../src/parts/DSDialogAddon/react-desc-prop-types.ts", "../../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
4
|
+
"sourcesContent": ["import type { DSPropTypesSchema, GlobalAttributesT, ValidationMap } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes, globalAttributesPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { DIALOG_ADDON_SLOTS, DSDialogName } from './constants/index.js';\n\nexport declare namespace DSDialogAddonT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDialogName,\n typeof DIALOG_ADDON_SLOTS\n > {}\n\n export interface Props extends OptionalProps, GlobalAttributesT<HTMLDivElement>, RequiredProps {}\n\n export interface InternalProps\n extends DefaultProps, OptionalProps, GlobalAttributesT<HTMLDivElement>, RequiredProps {}\n}\n\nexport const defaultProps: DSDialogAddonT.DefaultProps = {};\n\nexport const DSDialogAddonPropTypes: DSPropTypesSchema<DSDialogAddonT.Props> = {\n ...getPropsPerSlotPropTypes(DSDialogName, DIALOG_ADDON_SLOTS),\n ...globalAttributesPropTypes,\n};\n\nexport const DSDialogAddonPropTypesSchema = DSDialogAddonPropTypes as unknown as ValidationMap<DSDialogAddonT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,8BAAoE;AAEpE,uBAAiD;AAkB1C,MAAM,eAA4C,CAAC;AAEnD,MAAM,yBAAkE;AAAA,EAC7E,OAAG,kDAAyB,+BAAc,mCAAkB;AAAA,EAC5D,GAAG;AACL;AAEO,MAAM,+BAA+B;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../src/parts/DSDialogBody/react-desc-prop-types.ts", "../../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
4
|
+
"sourcesContent": ["import type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes, globalAttributesPropTypes, xstyledPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { DIALOG_BODY_SLOTS, DSDialogName } from './constants/index.js';\n\nexport declare namespace DSDialogBodyT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDialogName,\n typeof DIALOG_BODY_SLOTS\n > {}\n\n export interface Props\n extends OptionalProps, Omit<GlobalAttributesT<HTMLDivElement>, keyof XstyledProps>, XstyledProps, RequiredProps {}\n\n export interface InternalProps\n extends\n DefaultProps,\n OptionalProps,\n Omit<GlobalAttributesT<HTMLDivElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n}\n\nexport const defaultProps: DSDialogBodyT.DefaultProps = {};\n\nexport const DSDialogBodyPropTypes: DSPropTypesSchema<DSDialogBodyT.Props> = {\n ...getPropsPerSlotPropTypes(DSDialogName, DIALOG_BODY_SLOTS),\n ...globalAttributesPropTypes,\n ...xstyledPropTypes,\n};\n\nexport const DSDialogBodyPropTypesSchema = DSDialogBodyPropTypes as unknown as ValidationMap<DSDialogBodyT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,8BAAsF;AAEtF,uBAAgD;AAwBzC,MAAM,eAA2C,CAAC;AAElD,MAAM,wBAAgE;AAAA,EAC3E,OAAG,kDAAyB,+BAAc,kCAAiB;AAAA,EAC3D,GAAG;AAAA,EACH,GAAG;AACL;AAEO,MAAM,8BAA8B;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../src/parts/DSDialogDefaultLayout/react-desc-prop-types.ts", "../../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
4
|
+
"sourcesContent": ["import type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes, globalAttributesPropTypes, xstyledPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { DIALOG_DEFAULT_LAYOUT_SLOTS, DSDialogName } from './constants/index.js';\n\nexport declare namespace DSDialogDefaultLayoutT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDialogName,\n typeof DIALOG_DEFAULT_LAYOUT_SLOTS\n > {}\n\n export interface Props\n extends OptionalProps, Omit<GlobalAttributesT<HTMLDivElement>, keyof XstyledProps>, XstyledProps, RequiredProps {}\n\n export interface InternalProps\n extends\n DefaultProps,\n OptionalProps,\n Omit<GlobalAttributesT<HTMLDivElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n}\n\nexport const defaultProps: DSDialogDefaultLayoutT.DefaultProps = {};\n\nexport const DSDialogDefaultLayoutPropTypes: DSPropTypesSchema<DSDialogDefaultLayoutT.Props> = {\n ...getPropsPerSlotPropTypes(DSDialogName, DIALOG_DEFAULT_LAYOUT_SLOTS),\n ...globalAttributesPropTypes,\n ...xstyledPropTypes,\n};\n\nexport const DSDialogDefaultLayoutPropTypesSchema =\n DSDialogDefaultLayoutPropTypes as unknown as ValidationMap<DSDialogDefaultLayoutT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,8BAAsF;AAEtF,uBAA0D;AAwBnD,MAAM,eAAoD,CAAC;AAE3D,MAAM,iCAAkF;AAAA,EAC7F,OAAG,kDAAyB,+BAAc,4CAA2B;AAAA,EACrE,GAAG;AAAA,EACH,GAAG;AACL;AAEO,MAAM,uCACX;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../src/parts/DSDialogFooter/react-desc-prop-types.ts", "../../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
4
|
+
"sourcesContent": ["import type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes, globalAttributesPropTypes, xstyledPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { DIALOG_FOOTER_SLOTS, DSDialogName } from './constants/index.js';\n\nexport declare namespace DSDialogFooterT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDialogName,\n typeof DIALOG_FOOTER_SLOTS\n > {}\n\n export interface Props\n extends OptionalProps, Omit<GlobalAttributesT<HTMLDivElement>, keyof XstyledProps>, XstyledProps, RequiredProps {}\n\n export interface InternalProps\n extends\n DefaultProps,\n OptionalProps,\n Omit<GlobalAttributesT<HTMLDivElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n}\n\nexport const defaultProps: DSDialogFooterT.DefaultProps = {};\n\nexport const DSDialogFooterPropTypes: DSPropTypesSchema<DSDialogFooterT.Props> = {\n ...getPropsPerSlotPropTypes(DSDialogName, DIALOG_FOOTER_SLOTS),\n ...globalAttributesPropTypes,\n ...xstyledPropTypes,\n};\n\nexport const DSDialogFooterPropTypesSchema = DSDialogFooterPropTypes as unknown as ValidationMap<DSDialogFooterT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,8BAAsF;AAEtF,uBAAkD;AAwB3C,MAAM,eAA6C,CAAC;AAEpD,MAAM,0BAAoE;AAAA,EAC/E,OAAG,kDAAyB,+BAAc,oCAAmB;AAAA,EAC7D,GAAG;AAAA,EACH,GAAG;AACL;AAEO,MAAM,gCAAgC;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../src/parts/DSDialogHeader/react-desc-prop-types.ts", "../../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
4
|
+
"sourcesContent": ["import type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes, globalAttributesPropTypes, xstyledPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { DIALOG_HEADER_SLOTS, DSDialogName } from './constants/index.js';\n\nexport declare namespace DSDialogHeaderT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDialogName,\n typeof DIALOG_HEADER_SLOTS\n > {}\n\n export interface Props\n extends OptionalProps, Omit<GlobalAttributesT<HTMLDivElement>, keyof XstyledProps>, XstyledProps, RequiredProps {}\n\n export interface InternalProps\n extends\n DefaultProps,\n OptionalProps,\n Omit<GlobalAttributesT<HTMLDivElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n}\n\nexport const defaultProps: DSDialogHeaderT.DefaultProps = {};\n\nexport const DSDialogHeaderPropTypes: DSPropTypesSchema<DSDialogHeaderT.Props> = {\n ...getPropsPerSlotPropTypes(DSDialogName, DIALOG_HEADER_SLOTS),\n ...globalAttributesPropTypes,\n ...xstyledPropTypes,\n};\n\nexport const DSDialogHeaderPropTypesSchema = DSDialogHeaderPropTypes as unknown as ValidationMap<DSDialogHeaderT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,8BAAsF;AAEtF,uBAAkD;AAwB3C,MAAM,eAA6C,CAAC;AAEpD,MAAM,0BAAoE;AAAA,EAC/E,OAAG,kDAAyB,+BAAc,oCAAmB;AAAA,EAC7D,GAAG;AAAA,EACH,GAAG;AACL;AAEO,MAAM,gCAAgC;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../src/parts/DSDialogPrimaryMessage/react-desc-prop-types.ts", "../../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
4
|
+
"sourcesContent": ["import type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes, globalAttributesPropTypes, xstyledPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { DIALOG_PRIMARY_MESSAGE_SLOTS, DSDialogName } from './constants/index.js';\n\nexport declare namespace DSDialogPrimaryMessageT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDialogName,\n typeof DIALOG_PRIMARY_MESSAGE_SLOTS\n > {}\n\n export interface Props\n extends\n OptionalProps,\n Omit<GlobalAttributesT<HTMLHeadingElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n\n export interface InternalProps\n extends\n DefaultProps,\n OptionalProps,\n Omit<GlobalAttributesT<HTMLHeadingElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n}\n\nexport const defaultProps: DSDialogPrimaryMessageT.DefaultProps = {};\n\nexport const DSDialogPrimaryMessagePropTypes: DSPropTypesSchema<DSDialogPrimaryMessageT.Props> = {\n ...getPropsPerSlotPropTypes(DSDialogName, DIALOG_PRIMARY_MESSAGE_SLOTS),\n ...globalAttributesPropTypes,\n ...xstyledPropTypes,\n};\n\nexport const DSDialogPrimaryMessagePropTypesSchema =\n DSDialogPrimaryMessagePropTypes as unknown as ValidationMap<DSDialogPrimaryMessageT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,8BAAsF;AAEtF,uBAA2D;AA4BpD,MAAM,eAAqD,CAAC;AAE5D,MAAM,kCAAoF;AAAA,EAC/F,OAAG,kDAAyB,+BAAc,6CAA4B;AAAA,EACtE,GAAG;AAAA,EACH,GAAG;AACL;AAEO,MAAM,wCACX;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../src/parts/DSDialogSecondaryMessage/react-desc-prop-types.ts", "../../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
4
|
+
"sourcesContent": ["import type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes, globalAttributesPropTypes, xstyledPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { DIALOG_SECONDARY_MESSAGE_SLOTS, DSDialogName } from './constants/index.js';\n\nexport declare namespace DSDialogSecondaryMessageT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDialogName,\n typeof DIALOG_SECONDARY_MESSAGE_SLOTS\n > {}\n\n export interface Props\n extends\n OptionalProps,\n Omit<GlobalAttributesT<HTMLParagraphElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n\n export interface InternalProps\n extends\n DefaultProps,\n OptionalProps,\n Omit<GlobalAttributesT<HTMLParagraphElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n}\n\nexport const defaultProps: DSDialogSecondaryMessageT.DefaultProps = {};\n\nexport const DSDialogSecondaryMessagePropTypes: DSPropTypesSchema<DSDialogSecondaryMessageT.Props> = {\n ...getPropsPerSlotPropTypes(DSDialogName, DIALOG_SECONDARY_MESSAGE_SLOTS),\n ...globalAttributesPropTypes,\n ...xstyledPropTypes,\n};\n\nexport const DSDialogSecondaryMessagePropTypesSchema =\n DSDialogSecondaryMessagePropTypes as unknown as ValidationMap<DSDialogSecondaryMessageT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,8BAAsF;AAEtF,uBAA6D;AA4BtD,MAAM,eAAuD,CAAC;AAE9D,MAAM,oCAAwF;AAAA,EACnG,OAAG,kDAAyB,+BAAc,+CAA8B;AAAA,EACxE,GAAG;AAAA,EACH,GAAG;AACL;AAEO,MAAM,0CACX;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../src/parts/DSDialogSeparator/react-desc-prop-types.ts", "../../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
4
|
+
"sourcesContent": ["import type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes, globalAttributesPropTypes, xstyledPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { DIALOG_SEPARATOR_SLOTS, DSDialogName } from './constants/index.js';\n\nexport declare namespace DSDialogSeparatorT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDialogName,\n typeof DIALOG_SEPARATOR_SLOTS\n > {}\n\n export interface Props\n extends OptionalProps, Omit<GlobalAttributesT<HTMLHRElement>, keyof XstyledProps>, XstyledProps, RequiredProps {}\n\n export interface InternalProps\n extends\n DefaultProps,\n OptionalProps,\n Omit<GlobalAttributesT<HTMLHRElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n}\n\nexport const defaultProps: DSDialogSeparatorT.DefaultProps = {};\n\nexport const DSDialogSeparatorPropTypes: DSPropTypesSchema<DSDialogSeparatorT.Props> = {\n ...getPropsPerSlotPropTypes(DSDialogName, DIALOG_SEPARATOR_SLOTS),\n ...globalAttributesPropTypes,\n ...xstyledPropTypes,\n};\n\nexport const DSDialogSeparatorPropTypesSchema =\n DSDialogSeparatorPropTypes as unknown as ValidationMap<DSDialogSeparatorT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,8BAAsF;AAEtF,uBAAqD;AAwB9C,MAAM,eAAgD,CAAC;AAEvD,MAAM,6BAA0E;AAAA,EACrF,OAAG,kDAAyB,+BAAc,uCAAsB;AAAA,EAChE,GAAG;AAAA,EACH,GAAG;AACL;AAEO,MAAM,mCACX;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../src/parts/DSDialogTitle/react-desc-prop-types.ts", "../../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
4
|
+
"sourcesContent": ["import type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes, globalAttributesPropTypes, xstyledPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { DIALOG_TITLE_SLOTS, DSDialogName } from './constants/index.js';\n\nexport declare namespace DSDialogTitleT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDialogName,\n typeof DIALOG_TITLE_SLOTS\n > {}\n\n export interface Props\n extends\n OptionalProps,\n Omit<GlobalAttributesT<HTMLHeadingElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n\n export interface InternalProps\n extends\n DefaultProps,\n OptionalProps,\n Omit<GlobalAttributesT<HTMLHeadingElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n}\n\nexport const defaultProps: DSDialogTitleT.DefaultProps = {};\n\nexport const DSDialogTitlePropTypes: DSPropTypesSchema<DSDialogTitleT.Props> = {\n ...getPropsPerSlotPropTypes(DSDialogName, DIALOG_TITLE_SLOTS),\n ...globalAttributesPropTypes,\n ...xstyledPropTypes,\n};\n\nexport const DSDialogTitlePropTypesSchema = DSDialogTitlePropTypes as unknown as ValidationMap<DSDialogTitleT.Props>;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,8BAAsF;AAEtF,uBAAiD;AA4B1C,MAAM,eAA4C,CAAC;AAEnD,MAAM,yBAAkE;AAAA,EAC7E,OAAG,kDAAyB,+BAAc,mCAAkB;AAAA,EAC5D,GAAG;AAAA,EACH,GAAG;AACL;AAEO,MAAM,+BAA+B;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/esm/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../../scripts/build/transpile/react-shim.js", "../../../../src/parts/DSDialogAddon/react-desc-prop-types.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import type { DSPropTypesSchema, GlobalAttributesT, ValidationMap } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes, globalAttributesPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { DIALOG_ADDON_SLOTS, DSDialogName } from './constants/index.js';\n\nexport declare namespace DSDialogAddonT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDialogName,\n typeof DIALOG_ADDON_SLOTS\n > {}\n\n export interface Props extends OptionalProps, GlobalAttributesT<HTMLDivElement>, RequiredProps {}\n\n export interface InternalProps\n extends DefaultProps, OptionalProps, GlobalAttributesT<HTMLDivElement>, RequiredProps {}\n}\n\nexport const defaultProps: DSDialogAddonT.DefaultProps = {};\n\nexport const DSDialogAddonPropTypes: DSPropTypesSchema<DSDialogAddonT.Props> = {\n ...getPropsPerSlotPropTypes(DSDialogName, DIALOG_ADDON_SLOTS),\n ...globalAttributesPropTypes,\n};\n\nexport const DSDialogAddonPropTypesSchema = DSDialogAddonPropTypes as unknown as ValidationMap<DSDialogAddonT.Props>;\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACCvB,SAAS,0BAA0B,iCAAiC;AAEpE,SAAS,oBAAoB,oBAAoB;AAkB1C,MAAM,eAA4C,CAAC;AAEnD,MAAM,yBAAkE;AAAA,EAC7E,GAAG,yBAAyB,cAAc,kBAAkB;AAAA,EAC5D,GAAG;AACL;AAEO,MAAM,+BAA+B;",
|
|
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/DSDialogBody/react-desc-prop-types.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes, globalAttributesPropTypes, xstyledPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { DIALOG_BODY_SLOTS, DSDialogName } from './constants/index.js';\n\nexport declare namespace DSDialogBodyT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDialogName,\n typeof DIALOG_BODY_SLOTS\n > {}\n\n export interface Props\n extends OptionalProps, Omit<GlobalAttributesT<HTMLDivElement>, keyof XstyledProps>, XstyledProps, RequiredProps {}\n\n export interface InternalProps\n extends\n DefaultProps,\n OptionalProps,\n Omit<GlobalAttributesT<HTMLDivElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n}\n\nexport const defaultProps: DSDialogBodyT.DefaultProps = {};\n\nexport const DSDialogBodyPropTypes: DSPropTypesSchema<DSDialogBodyT.Props> = {\n ...getPropsPerSlotPropTypes(DSDialogName, DIALOG_BODY_SLOTS),\n ...globalAttributesPropTypes,\n ...xstyledPropTypes,\n};\n\nexport const DSDialogBodyPropTypesSchema = DSDialogBodyPropTypes as unknown as ValidationMap<DSDialogBodyT.Props>;\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACCvB,SAAS,0BAA0B,2BAA2B,wBAAwB;AAEtF,SAAS,mBAAmB,oBAAoB;AAwBzC,MAAM,eAA2C,CAAC;AAElD,MAAM,wBAAgE;AAAA,EAC3E,GAAG,yBAAyB,cAAc,iBAAiB;AAAA,EAC3D,GAAG;AAAA,EACH,GAAG;AACL;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/DSDialogDefaultLayout/react-desc-prop-types.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes, globalAttributesPropTypes, xstyledPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { DIALOG_DEFAULT_LAYOUT_SLOTS, DSDialogName } from './constants/index.js';\n\nexport declare namespace DSDialogDefaultLayoutT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDialogName,\n typeof DIALOG_DEFAULT_LAYOUT_SLOTS\n > {}\n\n export interface Props\n extends OptionalProps, Omit<GlobalAttributesT<HTMLDivElement>, keyof XstyledProps>, XstyledProps, RequiredProps {}\n\n export interface InternalProps\n extends\n DefaultProps,\n OptionalProps,\n Omit<GlobalAttributesT<HTMLDivElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n}\n\nexport const defaultProps: DSDialogDefaultLayoutT.DefaultProps = {};\n\nexport const DSDialogDefaultLayoutPropTypes: DSPropTypesSchema<DSDialogDefaultLayoutT.Props> = {\n ...getPropsPerSlotPropTypes(DSDialogName, DIALOG_DEFAULT_LAYOUT_SLOTS),\n ...globalAttributesPropTypes,\n ...xstyledPropTypes,\n};\n\nexport const DSDialogDefaultLayoutPropTypesSchema =\n DSDialogDefaultLayoutPropTypes as unknown as ValidationMap<DSDialogDefaultLayoutT.Props>;\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACCvB,SAAS,0BAA0B,2BAA2B,wBAAwB;AAEtF,SAAS,6BAA6B,oBAAoB;AAwBnD,MAAM,eAAoD,CAAC;AAE3D,MAAM,iCAAkF;AAAA,EAC7F,GAAG,yBAAyB,cAAc,2BAA2B;AAAA,EACrE,GAAG;AAAA,EACH,GAAG;AACL;AAEO,MAAM,uCACX;",
|
|
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/DSDialogFooter/react-desc-prop-types.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes, globalAttributesPropTypes, xstyledPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { DIALOG_FOOTER_SLOTS, DSDialogName } from './constants/index.js';\n\nexport declare namespace DSDialogFooterT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDialogName,\n typeof DIALOG_FOOTER_SLOTS\n > {}\n\n export interface Props\n extends OptionalProps, Omit<GlobalAttributesT<HTMLDivElement>, keyof XstyledProps>, XstyledProps, RequiredProps {}\n\n export interface InternalProps\n extends\n DefaultProps,\n OptionalProps,\n Omit<GlobalAttributesT<HTMLDivElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n}\n\nexport const defaultProps: DSDialogFooterT.DefaultProps = {};\n\nexport const DSDialogFooterPropTypes: DSPropTypesSchema<DSDialogFooterT.Props> = {\n ...getPropsPerSlotPropTypes(DSDialogName, DIALOG_FOOTER_SLOTS),\n ...globalAttributesPropTypes,\n ...xstyledPropTypes,\n};\n\nexport const DSDialogFooterPropTypesSchema = DSDialogFooterPropTypes as unknown as ValidationMap<DSDialogFooterT.Props>;\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACCvB,SAAS,0BAA0B,2BAA2B,wBAAwB;AAEtF,SAAS,qBAAqB,oBAAoB;AAwB3C,MAAM,eAA6C,CAAC;AAEpD,MAAM,0BAAoE;AAAA,EAC/E,GAAG,yBAAyB,cAAc,mBAAmB;AAAA,EAC7D,GAAG;AAAA,EACH,GAAG;AACL;AAEO,MAAM,gCAAgC;",
|
|
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/DSDialogHeader/react-desc-prop-types.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes, globalAttributesPropTypes, xstyledPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { DIALOG_HEADER_SLOTS, DSDialogName } from './constants/index.js';\n\nexport declare namespace DSDialogHeaderT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDialogName,\n typeof DIALOG_HEADER_SLOTS\n > {}\n\n export interface Props\n extends OptionalProps, Omit<GlobalAttributesT<HTMLDivElement>, keyof XstyledProps>, XstyledProps, RequiredProps {}\n\n export interface InternalProps\n extends\n DefaultProps,\n OptionalProps,\n Omit<GlobalAttributesT<HTMLDivElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n}\n\nexport const defaultProps: DSDialogHeaderT.DefaultProps = {};\n\nexport const DSDialogHeaderPropTypes: DSPropTypesSchema<DSDialogHeaderT.Props> = {\n ...getPropsPerSlotPropTypes(DSDialogName, DIALOG_HEADER_SLOTS),\n ...globalAttributesPropTypes,\n ...xstyledPropTypes,\n};\n\nexport const DSDialogHeaderPropTypesSchema = DSDialogHeaderPropTypes as unknown as ValidationMap<DSDialogHeaderT.Props>;\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACCvB,SAAS,0BAA0B,2BAA2B,wBAAwB;AAEtF,SAAS,qBAAqB,oBAAoB;AAwB3C,MAAM,eAA6C,CAAC;AAEpD,MAAM,0BAAoE;AAAA,EAC/E,GAAG,yBAAyB,cAAc,mBAAmB;AAAA,EAC7D,GAAG;AAAA,EACH,GAAG;AACL;AAEO,MAAM,gCAAgC;",
|
|
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/DSDialogPrimaryMessage/react-desc-prop-types.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes, globalAttributesPropTypes, xstyledPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { DIALOG_PRIMARY_MESSAGE_SLOTS, DSDialogName } from './constants/index.js';\n\nexport declare namespace DSDialogPrimaryMessageT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDialogName,\n typeof DIALOG_PRIMARY_MESSAGE_SLOTS\n > {}\n\n export interface Props\n extends\n OptionalProps,\n Omit<GlobalAttributesT<HTMLHeadingElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n\n export interface InternalProps\n extends\n DefaultProps,\n OptionalProps,\n Omit<GlobalAttributesT<HTMLHeadingElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n}\n\nexport const defaultProps: DSDialogPrimaryMessageT.DefaultProps = {};\n\nexport const DSDialogPrimaryMessagePropTypes: DSPropTypesSchema<DSDialogPrimaryMessageT.Props> = {\n ...getPropsPerSlotPropTypes(DSDialogName, DIALOG_PRIMARY_MESSAGE_SLOTS),\n ...globalAttributesPropTypes,\n ...xstyledPropTypes,\n};\n\nexport const DSDialogPrimaryMessagePropTypesSchema =\n DSDialogPrimaryMessagePropTypes as unknown as ValidationMap<DSDialogPrimaryMessageT.Props>;\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACCvB,SAAS,0BAA0B,2BAA2B,wBAAwB;AAEtF,SAAS,8BAA8B,oBAAoB;AA4BpD,MAAM,eAAqD,CAAC;AAE5D,MAAM,kCAAoF;AAAA,EAC/F,GAAG,yBAAyB,cAAc,4BAA4B;AAAA,EACtE,GAAG;AAAA,EACH,GAAG;AACL;AAEO,MAAM,wCACX;",
|
|
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/DSDialogSecondaryMessage/react-desc-prop-types.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes, globalAttributesPropTypes, xstyledPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { DIALOG_SECONDARY_MESSAGE_SLOTS, DSDialogName } from './constants/index.js';\n\nexport declare namespace DSDialogSecondaryMessageT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDialogName,\n typeof DIALOG_SECONDARY_MESSAGE_SLOTS\n > {}\n\n export interface Props\n extends\n OptionalProps,\n Omit<GlobalAttributesT<HTMLParagraphElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n\n export interface InternalProps\n extends\n DefaultProps,\n OptionalProps,\n Omit<GlobalAttributesT<HTMLParagraphElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n}\n\nexport const defaultProps: DSDialogSecondaryMessageT.DefaultProps = {};\n\nexport const DSDialogSecondaryMessagePropTypes: DSPropTypesSchema<DSDialogSecondaryMessageT.Props> = {\n ...getPropsPerSlotPropTypes(DSDialogName, DIALOG_SECONDARY_MESSAGE_SLOTS),\n ...globalAttributesPropTypes,\n ...xstyledPropTypes,\n};\n\nexport const DSDialogSecondaryMessagePropTypesSchema =\n DSDialogSecondaryMessagePropTypes as unknown as ValidationMap<DSDialogSecondaryMessageT.Props>;\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACCvB,SAAS,0BAA0B,2BAA2B,wBAAwB;AAEtF,SAAS,gCAAgC,oBAAoB;AA4BtD,MAAM,eAAuD,CAAC;AAE9D,MAAM,oCAAwF;AAAA,EACnG,GAAG,yBAAyB,cAAc,8BAA8B;AAAA,EACxE,GAAG;AAAA,EACH,GAAG;AACL;AAEO,MAAM,0CACX;",
|
|
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/DSDialogSeparator/react-desc-prop-types.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes, globalAttributesPropTypes, xstyledPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { DIALOG_SEPARATOR_SLOTS, DSDialogName } from './constants/index.js';\n\nexport declare namespace DSDialogSeparatorT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDialogName,\n typeof DIALOG_SEPARATOR_SLOTS\n > {}\n\n export interface Props\n extends OptionalProps, Omit<GlobalAttributesT<HTMLHRElement>, keyof XstyledProps>, XstyledProps, RequiredProps {}\n\n export interface InternalProps\n extends\n DefaultProps,\n OptionalProps,\n Omit<GlobalAttributesT<HTMLHRElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n}\n\nexport const defaultProps: DSDialogSeparatorT.DefaultProps = {};\n\nexport const DSDialogSeparatorPropTypes: DSPropTypesSchema<DSDialogSeparatorT.Props> = {\n ...getPropsPerSlotPropTypes(DSDialogName, DIALOG_SEPARATOR_SLOTS),\n ...globalAttributesPropTypes,\n ...xstyledPropTypes,\n};\n\nexport const DSDialogSeparatorPropTypesSchema =\n DSDialogSeparatorPropTypes as unknown as ValidationMap<DSDialogSeparatorT.Props>;\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACCvB,SAAS,0BAA0B,2BAA2B,wBAAwB;AAEtF,SAAS,wBAAwB,oBAAoB;AAwB9C,MAAM,eAAgD,CAAC;AAEvD,MAAM,6BAA0E;AAAA,EACrF,GAAG,yBAAyB,cAAc,sBAAsB;AAAA,EAChE,GAAG;AAAA,EACH,GAAG;AACL;AAEO,MAAM,mCACX;",
|
|
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/DSDialogTitle/react-desc-prop-types.ts"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import type { DSPropTypesSchema, GlobalAttributesT, ValidationMap, XstyledProps } from '@elliemae/ds-props-helpers';\nimport { getPropsPerSlotPropTypes, globalAttributesPropTypes, xstyledPropTypes } from '@elliemae/ds-props-helpers';\nimport { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';\nimport { DIALOG_TITLE_SLOTS, DSDialogName } from './constants/index.js';\n\nexport declare namespace DSDialogTitleT {\n export interface RequiredProps {}\n\n export interface DefaultProps {}\n\n export interface OptionalProps extends TypescriptHelpersT.PropsForGlobalOnSlots<\n typeof DSDialogName,\n typeof DIALOG_TITLE_SLOTS\n > {}\n\n export interface Props\n extends\n OptionalProps,\n Omit<GlobalAttributesT<HTMLHeadingElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n\n export interface InternalProps\n extends\n DefaultProps,\n OptionalProps,\n Omit<GlobalAttributesT<HTMLHeadingElement>, keyof XstyledProps>,\n XstyledProps,\n RequiredProps {}\n}\n\nexport const defaultProps: DSDialogTitleT.DefaultProps = {};\n\nexport const DSDialogTitlePropTypes: DSPropTypesSchema<DSDialogTitleT.Props> = {\n ...getPropsPerSlotPropTypes(DSDialogName, DIALOG_TITLE_SLOTS),\n ...globalAttributesPropTypes,\n ...xstyledPropTypes,\n};\n\nexport const DSDialogTitlePropTypesSchema = DSDialogTitlePropTypes as unknown as ValidationMap<DSDialogTitleT.Props>;\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACCvB,SAAS,0BAA0B,2BAA2B,wBAAwB;AAEtF,SAAS,oBAAoB,oBAAoB;AA4B1C,MAAM,eAA4C,CAAC;AAEnD,MAAM,yBAAkE;AAAA,EAC7E,GAAG,yBAAyB,cAAc,kBAAkB;AAAA,EAC5D,GAAG;AAAA,EACH,GAAG;AACL;AAEO,MAAM,+BAA+B;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const DSDialogContent: () => React.JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-dialog",
|
|
3
|
-
"version": "3.70.0-next.
|
|
3
|
+
"version": "3.70.0-next.71",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Dialog",
|
|
6
6
|
"files": [
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
],
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
25
|
-
"url": "https://
|
|
25
|
+
"url": "https://github.com/intcx/PLATFORM-UI.dimsum.git"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|
|
28
28
|
"pnpm": ">=9",
|
|
@@ -36,27 +36,27 @@
|
|
|
36
36
|
"indent": 4
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"lodash-es": "^4.
|
|
39
|
+
"lodash-es": "^4.18.1",
|
|
40
40
|
"uid": "^2.0.2",
|
|
41
|
-
"@elliemae/ds-
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
41
|
+
"@elliemae/ds-props-helpers": "3.70.0-next.71",
|
|
42
|
+
"@elliemae/ds-typescript-helpers": "3.70.0-next.71",
|
|
43
|
+
"@elliemae/ds-system": "3.70.0-next.71"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@playwright/experimental-ct-react": "
|
|
46
|
+
"@playwright/experimental-ct-react": "1.61.1",
|
|
47
47
|
"@xstyled/system": "~3.8.1",
|
|
48
48
|
"@xstyled/util": "~3.7.0",
|
|
49
49
|
"jest": "^30.0.0",
|
|
50
|
-
"styled-components": "~5.3.
|
|
51
|
-
"@elliemae/ds-
|
|
52
|
-
"@elliemae/ds-
|
|
50
|
+
"styled-components": "~5.3.11",
|
|
51
|
+
"@elliemae/ds-monorepo-devops": "3.70.0-next.71",
|
|
52
|
+
"@elliemae/ds-test-utils": "3.70.0-next.71"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"@xstyled/system": "~3.8.1",
|
|
56
56
|
"@xstyled/util": "~3.7.0",
|
|
57
57
|
"react": "^18.3.1",
|
|
58
58
|
"react-dom": "^18.3.1",
|
|
59
|
-
"styled-components": "~5.3.
|
|
59
|
+
"styled-components": "~5.3.11"
|
|
60
60
|
},
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public",
|
|
@@ -71,4 +71,4 @@
|
|
|
71
71
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
|
72
72
|
"checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
73
73
|
}
|
|
74
|
-
}
|
|
74
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|