@elliemae/ds-card-v2-group 3.35.0 → 3.36.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/DSCardV2Group.js +0 -1
- package/dist/cjs/DSCardV2Group.js.map +2 -2
- package/dist/cjs/index.js +0 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/styles.js.map +1 -1
- package/dist/esm/DSCardV2Group.js +0 -1
- package/dist/esm/DSCardV2Group.js.map +2 -2
- package/dist/esm/index.js +0 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/styles.js.map +1 -1
- package/dist/types/config/useCardV2Group.d.ts +18 -18
- package/package.json +7 -7
|
@@ -60,7 +60,6 @@ const DSCardV2Group = (props) => {
|
|
|
60
60
|
}
|
|
61
61
|
);
|
|
62
62
|
};
|
|
63
|
-
DSCardV2Group.propTypes = import_react_desc_prop_types.DSCardV2GroupPropTypesSchema;
|
|
64
63
|
DSCardV2Group.displayName = import_constants.DSCardV2GroupName;
|
|
65
64
|
const DSCardV2GroupWithSchema = (0, import_ds_utilities.describe)(DSCardV2Group);
|
|
66
65
|
DSCardV2GroupWithSchema.propTypes = import_react_desc_prop_types.DSCardV2GroupPropTypesSchema;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/DSCardV2Group.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["import React from 'react';\nimport { describe } from '@elliemae/ds-utilities';\nimport { type DSCardV2GroupT, DSCardV2GroupPropTypesSchema } from './react-desc-prop-types.js';\nimport { useCardV2Group } from './config/useCardV2Group.js';\nimport { Group, TitleWrapper, GroupTitle, Items } from './styles.js';\nimport { DSCardV2GroupName } from './constants/index.js';\n\nconst DSCardV2Group: React.ComponentType<DSCardV2GroupT.Props> = (props) => {\n const { propsWithDefault, globalProps, xstyledProps } = useCardV2Group(props);\n const { children, title, action } = propsWithDefault;\n return (\n <Group\n withTopBorder={!title}\n getOwnerProps={() => propsWithDefault}\n getOwnerPropsArguments={() => ({})}\n {...globalProps}\n {...xstyledProps}\n >\n {!!title && (\n <TitleWrapper>\n <GroupTitle>{title}</GroupTitle>\n {action}\n </TitleWrapper>\n )}\n <Items>{children}</Items>\n </Group>\n );\n};\n\nDSCardV2Group.
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADmBf;AAlBR,0BAAyB;AACzB,mCAAkE;AAClE,4BAA+B;AAC/B,oBAAuD;AACvD,uBAAkC;AAElC,MAAM,gBAA2D,CAAC,UAAU;AAC1E,QAAM,EAAE,kBAAkB,aAAa,aAAa,QAAI,sCAAe,KAAK;AAC5E,QAAM,EAAE,UAAU,OAAO,OAAO,IAAI;AACpC,SACE;AAAA,IAAC;AAAA;AAAA,MACC,eAAe,CAAC;AAAA,MAChB,eAAe,MAAM;AAAA,MACrB,wBAAwB,OAAO,CAAC;AAAA,MAC/B,GAAG;AAAA,MACH,GAAG;AAAA,MAEH;AAAA,SAAC,CAAC,SACD,6CAAC,8BACC;AAAA,sDAAC,4BAAY,iBAAM;AAAA,UAClB;AAAA,WACH;AAAA,QAEF,4CAAC,uBAAO,UAAS;AAAA;AAAA;AAAA,EACnB;AAEJ;AAEA,cAAc,
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { describe } from '@elliemae/ds-utilities';\nimport { type DSCardV2GroupT, DSCardV2GroupPropTypesSchema } from './react-desc-prop-types.js';\nimport { useCardV2Group } from './config/useCardV2Group.js';\nimport { Group, TitleWrapper, GroupTitle, Items } from './styles.js';\nimport { DSCardV2GroupName } from './constants/index.js';\n\nconst DSCardV2Group: React.ComponentType<DSCardV2GroupT.Props> = (props) => {\n const { propsWithDefault, globalProps, xstyledProps } = useCardV2Group(props);\n const { children, title, action } = propsWithDefault;\n return (\n <Group\n withTopBorder={!title}\n getOwnerProps={() => propsWithDefault}\n getOwnerPropsArguments={() => ({})}\n {...globalProps}\n {...xstyledProps}\n >\n {!!title && (\n <TitleWrapper>\n <GroupTitle>{title}</GroupTitle>\n {action}\n </TitleWrapper>\n )}\n <Items>{children}</Items>\n </Group>\n );\n};\n\nDSCardV2Group.displayName = DSCardV2GroupName;\nconst DSCardV2GroupWithSchema = describe(DSCardV2Group);\nDSCardV2GroupWithSchema.propTypes = DSCardV2GroupPropTypesSchema;\n\nexport { DSCardV2Group, DSCardV2GroupWithSchema };\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADmBf;AAlBR,0BAAyB;AACzB,mCAAkE;AAClE,4BAA+B;AAC/B,oBAAuD;AACvD,uBAAkC;AAElC,MAAM,gBAA2D,CAAC,UAAU;AAC1E,QAAM,EAAE,kBAAkB,aAAa,aAAa,QAAI,sCAAe,KAAK;AAC5E,QAAM,EAAE,UAAU,OAAO,OAAO,IAAI;AACpC,SACE;AAAA,IAAC;AAAA;AAAA,MACC,eAAe,CAAC;AAAA,MAChB,eAAe,MAAM;AAAA,MACrB,wBAAwB,OAAO,CAAC;AAAA,MAC/B,GAAG;AAAA,MACH,GAAG;AAAA,MAEH;AAAA,SAAC,CAAC,SACD,6CAAC,8BACC;AAAA,sDAAC,4BAAY,iBAAM;AAAA,UAClB;AAAA,WACH;AAAA,QAEF,4CAAC,uBAAO,UAAS;AAAA;AAAA;AAAA,EACnB;AAEJ;AAEA,cAAc,cAAc;AAC5B,MAAM,8BAA0B,8BAAS,aAAa;AACtD,wBAAwB,YAAY;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/cjs/index.js
CHANGED
|
@@ -36,6 +36,5 @@ __export(src_exports, {
|
|
|
36
36
|
module.exports = __toCommonJS(src_exports);
|
|
37
37
|
var React = __toESM(require("react"));
|
|
38
38
|
var import_DSCardV2Group = require("./DSCardV2Group.js");
|
|
39
|
-
var import_react_desc_prop_types = require("./react-desc-prop-types.js");
|
|
40
39
|
var import_constants = require("./constants/index.js");
|
|
41
40
|
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.ts", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
4
|
"sourcesContent": ["// this is a workaround to typescript error TS2742\n// https://github.com/microsoft/TypeScript/issues/47663\nimport type {} from '@xstyled/system';\nexport {\n DSCardV2Group,\n DSCardV2GroupWithSchema,\n DSCardV2GroupWithSchema as DSCardGroupWithSchema,\n} from './DSCardV2Group.js';\nexport { type DSCardV2GroupT } from './react-desc-prop-types.js';\nexport { CARD_V2_GROUP_DATA_TESTID } from './constants/index.js';\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADGvB,2BAIO;
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADGvB,2BAIO;AAEP,uBAA0C;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/cjs/styles.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/styles.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
4
|
"sourcesContent": ["import { color, border, truncate, styled } from '@elliemae/ds-system';\nimport { DSCardV2 } from '@elliemae/ds-card-v2';\nimport { CARD_V2_GROUP_SLOTS, DSCardV2GroupName } from './constants/index.js';\nimport type { DSCardV2GroupT } from './react-desc-prop-types.js';\n\nconst Group = styled('div', { name: DSCardV2GroupName, slot: CARD_V2_GROUP_SLOTS.GROUP })<\n DSCardV2GroupT.Props & { withTopBorder: boolean }\n>`\n display: flex;\n flex-direction: column;\n width: 100%;\n max-width: 100%;\n ${DSCardV2} {\n border-top: none;\n }\n ${({ theme, withTopBorder }) => (withTopBorder ? `border-top: ${theme.colors.neutral['100']}` : '')}\n`;\n\nconst GroupTitle = styled('span', { name: DSCardV2GroupName, slot: CARD_V2_GROUP_SLOTS.GROUP_TITLE })`\n ${truncate()}\n`;\n\nconst TitleWrapper = styled('div', { name: DSCardV2GroupName, slot: CARD_V2_GROUP_SLOTS.TITLE_WRAPPER })`\n display: flex;\n justify-content: space-between;\n padding: 0 ${(props) => props.theme.space.xs};\n font-size: 12px;\n ${color('neutral', '700')};\n font-weight: ${(props) => props.theme.fontWeights.semibold};\n background-color: ${(props) => props.theme.colors.neutral['080']};\n border-top: ${(props) => border(props.theme.colors.neutral['080'])};\n line-height: 24px;\n`;\n\nconst Items = styled('div', { name: DSCardV2GroupName, slot: CARD_V2_GROUP_SLOTS.ITEMS })`\n display: flex;\n flex-direction: column;\n`;\n\nexport { Group, GroupTitle, TitleWrapper, Items };\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAgD;AAChD,wBAAyB;AACzB,uBAAuD;AAGvD,MAAM,YAAQ,yBAAO,OAAO,EAAE,MAAM,oCAAmB,MAAM,qCAAoB,MAAM,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,IAOpF;AAAA;AAAA;AAAA,
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAgD;AAChD,wBAAyB;AACzB,uBAAuD;AAGvD,MAAM,YAAQ,yBAAO,OAAO,EAAE,MAAM,oCAAmB,MAAM,qCAAoB,MAAM,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,IAOpF,0BAAQ;AAAA;AAAA;AAAA,IAGR,CAAC,EAAE,OAAO,cAAc,MAAO,gBAAgB,eAAe,MAAM,OAAO,QAAQ,KAAK,CAAC,KAAK,EAAG;AAAA;AAGrG,MAAM,iBAAa,yBAAO,QAAQ,EAAE,MAAM,oCAAmB,MAAM,qCAAoB,YAAY,CAAC;AAAA,QAChG,2BAAS,CAAC;AAAA;AAGd,MAAM,mBAAe,yBAAO,OAAO,EAAE,MAAM,oCAAmB,MAAM,qCAAoB,cAAc,CAAC;AAAA;AAAA;AAAA,eAGxF,CAAC,UAAU,MAAM,MAAM,MAAM,EAAE;AAAA;AAAA,QAE1C,wBAAM,WAAW,KAAK,CAAC;AAAA,iBACV,CAAC,UAAU,MAAM,MAAM,YAAY,QAAQ;AAAA,sBACtC,CAAC,UAAU,MAAM,MAAM,OAAO,QAAQ,KAAK,CAAC;AAAA,gBAClD,CAAC,cAAU,yBAAO,MAAM,MAAM,OAAO,QAAQ,KAAK,CAAC,CAAC;AAAA;AAAA;AAIpE,MAAM,YAAQ,yBAAO,OAAO,EAAE,MAAM,oCAAmB,MAAM,qCAAoB,MAAM,CAAC;AAAA;AAAA;AAAA;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -26,7 +26,6 @@ const DSCardV2Group = (props) => {
|
|
|
26
26
|
}
|
|
27
27
|
);
|
|
28
28
|
};
|
|
29
|
-
DSCardV2Group.propTypes = DSCardV2GroupPropTypesSchema;
|
|
30
29
|
DSCardV2Group.displayName = DSCardV2GroupName;
|
|
31
30
|
const DSCardV2GroupWithSchema = describe(DSCardV2Group);
|
|
32
31
|
DSCardV2GroupWithSchema.propTypes = DSCardV2GroupPropTypesSchema;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/DSCardV2Group.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { describe } from '@elliemae/ds-utilities';\nimport { type DSCardV2GroupT, DSCardV2GroupPropTypesSchema } from './react-desc-prop-types.js';\nimport { useCardV2Group } from './config/useCardV2Group.js';\nimport { Group, TitleWrapper, GroupTitle, Items } from './styles.js';\nimport { DSCardV2GroupName } from './constants/index.js';\n\nconst DSCardV2Group: React.ComponentType<DSCardV2GroupT.Props> = (props) => {\n const { propsWithDefault, globalProps, xstyledProps } = useCardV2Group(props);\n const { children, title, action } = propsWithDefault;\n return (\n <Group\n withTopBorder={!title}\n getOwnerProps={() => propsWithDefault}\n getOwnerPropsArguments={() => ({})}\n {...globalProps}\n {...xstyledProps}\n >\n {!!title && (\n <TitleWrapper>\n <GroupTitle>{title}</GroupTitle>\n {action}\n </TitleWrapper>\n )}\n <Items>{children}</Items>\n </Group>\n );\n};\n\nDSCardV2Group.
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;ACmBf,SACE,KADF;AAlBR,SAAS,gBAAgB;AACzB,SAA8B,oCAAoC;AAClE,SAAS,sBAAsB;AAC/B,SAAS,OAAO,cAAc,YAAY,aAAa;AACvD,SAAS,yBAAyB;AAElC,MAAM,gBAA2D,CAAC,UAAU;AAC1E,QAAM,EAAE,kBAAkB,aAAa,aAAa,IAAI,eAAe,KAAK;AAC5E,QAAM,EAAE,UAAU,OAAO,OAAO,IAAI;AACpC,SACE;AAAA,IAAC;AAAA;AAAA,MACC,eAAe,CAAC;AAAA,MAChB,eAAe,MAAM;AAAA,MACrB,wBAAwB,OAAO,CAAC;AAAA,MAC/B,GAAG;AAAA,MACH,GAAG;AAAA,MAEH;AAAA,SAAC,CAAC,SACD,qBAAC,gBACC;AAAA,8BAAC,cAAY,iBAAM;AAAA,UAClB;AAAA,WACH;AAAA,QAEF,oBAAC,SAAO,UAAS;AAAA;AAAA;AAAA,EACnB;AAEJ;AAEA,cAAc,
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { describe } from '@elliemae/ds-utilities';\nimport { type DSCardV2GroupT, DSCardV2GroupPropTypesSchema } from './react-desc-prop-types.js';\nimport { useCardV2Group } from './config/useCardV2Group.js';\nimport { Group, TitleWrapper, GroupTitle, Items } from './styles.js';\nimport { DSCardV2GroupName } from './constants/index.js';\n\nconst DSCardV2Group: React.ComponentType<DSCardV2GroupT.Props> = (props) => {\n const { propsWithDefault, globalProps, xstyledProps } = useCardV2Group(props);\n const { children, title, action } = propsWithDefault;\n return (\n <Group\n withTopBorder={!title}\n getOwnerProps={() => propsWithDefault}\n getOwnerPropsArguments={() => ({})}\n {...globalProps}\n {...xstyledProps}\n >\n {!!title && (\n <TitleWrapper>\n <GroupTitle>{title}</GroupTitle>\n {action}\n </TitleWrapper>\n )}\n <Items>{children}</Items>\n </Group>\n );\n};\n\nDSCardV2Group.displayName = DSCardV2GroupName;\nconst DSCardV2GroupWithSchema = describe(DSCardV2Group);\nDSCardV2GroupWithSchema.propTypes = DSCardV2GroupPropTypesSchema;\n\nexport { DSCardV2Group, DSCardV2GroupWithSchema };\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACmBf,SACE,KADF;AAlBR,SAAS,gBAAgB;AACzB,SAA8B,oCAAoC;AAClE,SAAS,sBAAsB;AAC/B,SAAS,OAAO,cAAc,YAAY,aAAa;AACvD,SAAS,yBAAyB;AAElC,MAAM,gBAA2D,CAAC,UAAU;AAC1E,QAAM,EAAE,kBAAkB,aAAa,aAAa,IAAI,eAAe,KAAK;AAC5E,QAAM,EAAE,UAAU,OAAO,OAAO,IAAI;AACpC,SACE;AAAA,IAAC;AAAA;AAAA,MACC,eAAe,CAAC;AAAA,MAChB,eAAe,MAAM;AAAA,MACrB,wBAAwB,OAAO,CAAC;AAAA,MAC/B,GAAG;AAAA,MACH,GAAG;AAAA,MAEH;AAAA,SAAC,CAAC,SACD,qBAAC,gBACC;AAAA,8BAAC,cAAY,iBAAM;AAAA,UAClB;AAAA,WACH;AAAA,QAEF,oBAAC,SAAO,UAAS;AAAA;AAAA;AAAA,EACnB;AAEJ;AAEA,cAAc,cAAc;AAC5B,MAAM,0BAA0B,SAAS,aAAa;AACtD,wBAAwB,YAAY;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -4,7 +4,6 @@ import {
|
|
|
4
4
|
DSCardV2GroupWithSchema,
|
|
5
5
|
DSCardV2GroupWithSchema as DSCardV2GroupWithSchema2
|
|
6
6
|
} from "./DSCardV2Group.js";
|
|
7
|
-
import {} from "./react-desc-prop-types.js";
|
|
8
7
|
import { CARD_V2_GROUP_DATA_TESTID } from "./constants/index.js";
|
|
9
8
|
export {
|
|
10
9
|
CARD_V2_GROUP_DATA_TESTID,
|
package/dist/esm/index.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/index.ts"],
|
|
4
4
|
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "// this is a workaround to typescript error TS2742\n// https://github.com/microsoft/TypeScript/issues/47663\nimport type {} from '@xstyled/system';\nexport {\n DSCardV2Group,\n DSCardV2GroupWithSchema,\n DSCardV2GroupWithSchema as DSCardGroupWithSchema,\n} from './DSCardV2Group.js';\nexport { type DSCardV2GroupT } from './react-desc-prop-types.js';\nexport { CARD_V2_GROUP_DATA_TESTID } from './constants/index.js';\n"],
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;ACGvB;AAAA,EACE;AAAA,EACA;AAAA,EAC2B,2BAA3BA;AAAA,OACK;
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACGvB;AAAA,EACE;AAAA,EACA;AAAA,EAC2B,2BAA3BA;AAAA,OACK;AAEP,SAAS,iCAAiC;",
|
|
6
6
|
"names": ["DSCardV2GroupWithSchema"]
|
|
7
7
|
}
|
package/dist/esm/styles.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/styles.tsx"],
|
|
4
4
|
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { color, border, truncate, styled } from '@elliemae/ds-system';\nimport { DSCardV2 } from '@elliemae/ds-card-v2';\nimport { CARD_V2_GROUP_SLOTS, DSCardV2GroupName } from './constants/index.js';\nimport type { DSCardV2GroupT } from './react-desc-prop-types.js';\n\nconst Group = styled('div', { name: DSCardV2GroupName, slot: CARD_V2_GROUP_SLOTS.GROUP })<\n DSCardV2GroupT.Props & { withTopBorder: boolean }\n>`\n display: flex;\n flex-direction: column;\n width: 100%;\n max-width: 100%;\n ${DSCardV2} {\n border-top: none;\n }\n ${({ theme, withTopBorder }) => (withTopBorder ? `border-top: ${theme.colors.neutral['100']}` : '')}\n`;\n\nconst GroupTitle = styled('span', { name: DSCardV2GroupName, slot: CARD_V2_GROUP_SLOTS.GROUP_TITLE })`\n ${truncate()}\n`;\n\nconst TitleWrapper = styled('div', { name: DSCardV2GroupName, slot: CARD_V2_GROUP_SLOTS.TITLE_WRAPPER })`\n display: flex;\n justify-content: space-between;\n padding: 0 ${(props) => props.theme.space.xs};\n font-size: 12px;\n ${color('neutral', '700')};\n font-weight: ${(props) => props.theme.fontWeights.semibold};\n background-color: ${(props) => props.theme.colors.neutral['080']};\n border-top: ${(props) => border(props.theme.colors.neutral['080'])};\n line-height: 24px;\n`;\n\nconst Items = styled('div', { name: DSCardV2GroupName, slot: CARD_V2_GROUP_SLOTS.ITEMS })`\n display: flex;\n flex-direction: column;\n`;\n\nexport { Group, GroupTitle, TitleWrapper, Items };\n"],
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,OAAO,QAAQ,UAAU,cAAc;AAChD,SAAS,gBAAgB;AACzB,SAAS,qBAAqB,yBAAyB;AAGvD,MAAM,QAAQ,OAAO,OAAO,EAAE,MAAM,mBAAmB,MAAM,oBAAoB,MAAM,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,IAOpF;AAAA;AAAA;AAAA,
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,OAAO,QAAQ,UAAU,cAAc;AAChD,SAAS,gBAAgB;AACzB,SAAS,qBAAqB,yBAAyB;AAGvD,MAAM,QAAQ,OAAO,OAAO,EAAE,MAAM,mBAAmB,MAAM,oBAAoB,MAAM,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,IAOpF,QAAQ;AAAA;AAAA;AAAA,IAGR,CAAC,EAAE,OAAO,cAAc,MAAO,gBAAgB,eAAe,MAAM,OAAO,QAAQ,KAAK,CAAC,KAAK,EAAG;AAAA;AAGrG,MAAM,aAAa,OAAO,QAAQ,EAAE,MAAM,mBAAmB,MAAM,oBAAoB,YAAY,CAAC;AAAA,IAChG,SAAS,CAAC;AAAA;AAGd,MAAM,eAAe,OAAO,OAAO,EAAE,MAAM,mBAAmB,MAAM,oBAAoB,cAAc,CAAC;AAAA;AAAA;AAAA,eAGxF,CAAC,UAAU,MAAM,MAAM,MAAM,EAAE;AAAA;AAAA,IAE1C,MAAM,WAAW,KAAK,CAAC;AAAA,iBACV,CAAC,UAAU,MAAM,MAAM,YAAY,QAAQ;AAAA,sBACtC,CAAC,UAAU,MAAM,MAAM,OAAO,QAAQ,KAAK,CAAC;AAAA,gBAClD,CAAC,UAAU,OAAO,MAAM,MAAM,OAAO,QAAQ,KAAK,CAAC,CAAC;AAAA;AAAA;AAIpE,MAAM,QAAQ,OAAO,OAAO,EAAE,MAAM,mBAAmB,MAAM,oBAAoB,MAAM,CAAC;AAAA;AAAA;AAAA;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -11,13 +11,14 @@ export interface CardV2GroupCTX {
|
|
|
11
11
|
export declare const useCardV2Group: (propsFromUser: DSCardV2GroupT.Props) => {
|
|
12
12
|
propsWithDefault: DSCardV2GroupT.InternalProps;
|
|
13
13
|
globalProps: Partial<Pick<DSGridT.Props, "form" | "list" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "default" | "defer" | "disabled" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "type" | "useMap" | "value" | "width" | "wmode" | "wrap"> & Omit<{
|
|
14
|
-
|
|
14
|
+
form?: string | undefined;
|
|
15
|
+
list?: string | undefined;
|
|
15
16
|
"aria-activedescendant"?: string | undefined;
|
|
16
|
-
"aria-atomic"?: boolean | "true" | "false" | undefined;
|
|
17
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
17
18
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
18
19
|
"aria-braillelabel"?: string | undefined;
|
|
19
20
|
"aria-brailleroledescription"?: string | undefined;
|
|
20
|
-
"aria-busy"?: boolean | "true" | "false" | undefined;
|
|
21
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
21
22
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
22
23
|
"aria-colcount"?: number | undefined;
|
|
23
24
|
"aria-colindex"?: number | undefined;
|
|
@@ -28,37 +29,37 @@ export declare const useCardV2Group: (propsFromUser: DSCardV2GroupT.Props) => {
|
|
|
28
29
|
"aria-describedby"?: string | undefined;
|
|
29
30
|
"aria-description"?: string | undefined;
|
|
30
31
|
"aria-details"?: string | undefined;
|
|
31
|
-
"aria-disabled"?: boolean | "true" | "false" | undefined;
|
|
32
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
32
33
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
33
34
|
"aria-errormessage"?: string | undefined;
|
|
34
|
-
"aria-expanded"?: boolean | "true" | "false" | undefined;
|
|
35
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
35
36
|
"aria-flowto"?: string | undefined;
|
|
36
|
-
"aria-grabbed"?: boolean | "true" | "false" | undefined;
|
|
37
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
37
38
|
"aria-haspopup"?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | undefined;
|
|
38
|
-
"aria-hidden"?: boolean | "true" | "false" | undefined;
|
|
39
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
39
40
|
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
40
41
|
"aria-keyshortcuts"?: string | undefined;
|
|
41
42
|
"aria-label"?: string | undefined;
|
|
42
43
|
"aria-labelledby"?: string | undefined;
|
|
43
44
|
"aria-level"?: number | undefined;
|
|
44
45
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
45
|
-
"aria-modal"?: boolean | "true" | "false" | undefined;
|
|
46
|
-
"aria-multiline"?: boolean | "true" | "false" | undefined;
|
|
47
|
-
"aria-multiselectable"?: boolean | "true" | "false" | undefined;
|
|
46
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
47
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
48
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
48
49
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
49
50
|
"aria-owns"?: string | undefined;
|
|
50
51
|
"aria-placeholder"?: string | undefined;
|
|
51
52
|
"aria-posinset"?: number | undefined;
|
|
52
53
|
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
53
|
-
"aria-readonly"?: boolean | "true" | "false" | undefined;
|
|
54
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
54
55
|
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
55
|
-
"aria-required"?: boolean | "true" | "false" | undefined;
|
|
56
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
56
57
|
"aria-roledescription"?: string | undefined;
|
|
57
58
|
"aria-rowcount"?: number | undefined;
|
|
58
59
|
"aria-rowindex"?: number | undefined;
|
|
59
60
|
"aria-rowindextext"?: string | undefined;
|
|
60
61
|
"aria-rowspan"?: number | undefined;
|
|
61
|
-
"aria-selected"?: boolean | "true" | "false" | undefined;
|
|
62
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
62
63
|
"aria-setsize"?: number | undefined;
|
|
63
64
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
64
65
|
"aria-valuemax"?: number | undefined;
|
|
@@ -226,8 +227,6 @@ export declare const useCardV2Group: (propsFromUser: DSCardV2GroupT.Props) => {
|
|
|
226
227
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
227
228
|
onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
228
229
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
229
|
-
form?: string | undefined;
|
|
230
|
-
list?: string | undefined;
|
|
231
230
|
defaultChecked?: boolean | undefined;
|
|
232
231
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
233
232
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -235,16 +234,16 @@ export declare const useCardV2Group: (propsFromUser: DSCardV2GroupT.Props) => {
|
|
|
235
234
|
accessKey?: string | undefined;
|
|
236
235
|
autoFocus?: boolean | undefined;
|
|
237
236
|
className?: string | undefined;
|
|
238
|
-
contentEditable?: boolean | "true" | "false" | "inherit" | "plaintext-only" | undefined;
|
|
237
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
239
238
|
contextMenu?: string | undefined;
|
|
240
239
|
dir?: string | undefined;
|
|
241
|
-
draggable?: boolean | "true" | "false" | undefined;
|
|
240
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
242
241
|
hidden?: boolean | undefined;
|
|
243
242
|
id?: string | undefined;
|
|
244
243
|
lang?: string | undefined;
|
|
245
244
|
nonce?: string | undefined;
|
|
246
245
|
slot?: string | undefined;
|
|
247
|
-
spellCheck?: boolean | "true" | "false" | undefined;
|
|
246
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
248
247
|
style?: React.CSSProperties | undefined;
|
|
249
248
|
tabIndex?: 0 | -1 | undefined;
|
|
250
249
|
title?: string | undefined;
|
|
@@ -337,6 +336,7 @@ export declare const useCardV2Group: (propsFromUser: DSCardV2GroupT.Props) => {
|
|
|
337
336
|
minLength?: number | undefined;
|
|
338
337
|
multiple?: boolean | undefined;
|
|
339
338
|
muted?: boolean | undefined;
|
|
339
|
+
name?: string | undefined;
|
|
340
340
|
noValidate?: boolean | undefined;
|
|
341
341
|
open?: boolean | undefined;
|
|
342
342
|
optimum?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-card-v2-group",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.36.0-next.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Card V2 Group",
|
|
6
6
|
"files": [
|
|
@@ -50,18 +50,18 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"lodash": "~4.17.21",
|
|
52
52
|
"uid": "^2.0.2",
|
|
53
|
-
"@elliemae/ds-
|
|
54
|
-
"@elliemae/ds-
|
|
55
|
-
"@elliemae/ds-grid": "3.
|
|
56
|
-
"@elliemae/ds-system": "3.
|
|
57
|
-
"@elliemae/ds-utilities": "3.
|
|
53
|
+
"@elliemae/ds-button": "3.36.0-next.1",
|
|
54
|
+
"@elliemae/ds-card-v2": "3.36.0-next.1",
|
|
55
|
+
"@elliemae/ds-grid": "3.36.0-next.1",
|
|
56
|
+
"@elliemae/ds-system": "3.36.0-next.1",
|
|
57
|
+
"@elliemae/ds-utilities": "3.36.0-next.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
|
61
61
|
"@elliemae/pui-theme": "~2.9.3",
|
|
62
62
|
"@xstyled/system": "3.7.0",
|
|
63
63
|
"styled-components": "~5.3.9",
|
|
64
|
-
"@elliemae/ds-monorepo-devops": "3.
|
|
64
|
+
"@elliemae/ds-monorepo-devops": "3.36.0-next.1"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"@elliemae/pui-theme": "~2.9.3",
|