@veeqo/ui 14.10.2 → 14.11.0-beta-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Accordion/Accordion.cjs +19 -16
- package/dist/components/Accordion/Accordion.cjs.map +1 -1
- package/dist/components/Accordion/Accordion.js +19 -16
- package/dist/components/Accordion/Accordion.js.map +1 -1
- package/dist/components/Accordion/Accordion.module.scss.cjs +9 -0
- package/dist/components/Accordion/Accordion.module.scss.cjs.map +1 -0
- package/dist/components/Accordion/Accordion.module.scss.js +7 -0
- package/dist/components/Accordion/Accordion.module.scss.js.map +1 -0
- package/dist/components/Action/Action.d.ts +4 -4
- package/dist/components/Action/styles/button.module.scss.cjs +2 -2
- package/dist/components/Action/styles/button.module.scss.cjs.map +1 -1
- package/dist/components/Action/styles/button.module.scss.js +2 -2
- package/dist/components/Action/styles/button.module.scss.js.map +1 -1
- package/dist/components/Action/styles/link.module.scss.cjs +2 -2
- package/dist/components/Action/styles/link.module.scss.cjs.map +1 -1
- package/dist/components/Action/styles/link.module.scss.js +2 -2
- package/dist/components/Action/styles/link.module.scss.js.map +1 -1
- package/dist/components/Action/utils.cjs +19 -14
- package/dist/components/Action/utils.cjs.map +1 -1
- package/dist/components/Action/utils.js +19 -14
- package/dist/components/Action/utils.js.map +1 -1
- package/dist/components/Button/Button.cjs +37 -37
- package/dist/components/Button/Button.cjs.map +1 -1
- package/dist/components/Button/Button.d.ts +4 -13
- package/dist/components/Button/Button.js +37 -37
- package/dist/components/Button/Button.js.map +1 -1
- package/dist/components/Button/types.d.ts +7 -16
- package/dist/components/Card/Card.cjs +36 -9
- package/dist/components/Card/Card.cjs.map +1 -1
- package/dist/components/Card/Card.d.ts +10 -5
- package/dist/components/Card/Card.js +29 -2
- package/dist/components/Card/Card.js.map +1 -1
- package/dist/components/Card/Card.module.scss.cjs +9 -0
- package/dist/components/Card/Card.module.scss.cjs.map +1 -0
- package/dist/components/Card/Card.module.scss.js +7 -0
- package/dist/components/Card/Card.module.scss.js.map +1 -0
- package/dist/components/Card/index.d.ts +1 -0
- package/dist/components/CardHeader/CardHeader.cjs +3 -3
- package/dist/components/CardHeader/CardHeader.cjs.map +1 -1
- package/dist/components/CardHeader/CardHeader.js +3 -3
- package/dist/components/CardHeader/CardHeader.js.map +1 -1
- package/dist/components/CardHeader/CardHeader.module.scss.cjs +9 -0
- package/dist/components/CardHeader/CardHeader.module.scss.cjs.map +1 -0
- package/dist/components/CardHeader/CardHeader.module.scss.js +7 -0
- package/dist/components/CardHeader/CardHeader.module.scss.js.map +1 -0
- package/dist/components/DimensionsInput/DimensionsInput.d.ts +10 -10
- package/dist/components/FilterTag/styled.d.ts +1 -1
- package/dist/components/Flex/FlexCol/FlexCol.d.ts +1 -1
- package/dist/components/Flex/FlexRow/FlexRow.d.ts +1 -1
- package/dist/components/LegacyDataTable/SpecificState/styled.d.ts +2 -2
- package/dist/components/Pagination/styled.d.ts +12 -17
- package/dist/components/PhoneInput/index.d.ts +10 -10
- package/dist/components/Search/Search.d.ts +10 -10
- package/dist/components/SimpleTable/SimpleTable.cjs +20 -7
- package/dist/components/SimpleTable/SimpleTable.cjs.map +1 -1
- package/dist/components/SimpleTable/SimpleTable.d.ts +9 -7
- package/dist/components/SimpleTable/SimpleTable.js +15 -2
- package/dist/components/SimpleTable/SimpleTable.js.map +1 -1
- package/dist/components/SimpleTable/SimpleTable.module.scss.cjs +9 -0
- package/dist/components/SimpleTable/SimpleTable.module.scss.cjs.map +1 -0
- package/dist/components/SimpleTable/SimpleTable.module.scss.js +7 -0
- package/dist/components/SimpleTable/SimpleTable.module.scss.js.map +1 -0
- package/dist/components/Text/Text.d.ts +1 -1
- package/dist/components/TextField/TextField.d.ts +10 -10
- package/dist/components/TextField/index.d.ts +10 -10
- package/dist/components/UploadFile/UploadFile.cjs +7 -2
- package/dist/components/UploadFile/UploadFile.cjs.map +1 -1
- package/dist/components/UploadFile/UploadFile.js +7 -2
- package/dist/components/UploadFile/UploadFile.js.map +1 -1
- package/dist/components/UploadFile/UploadFile.module.scss.cjs +9 -0
- package/dist/components/UploadFile/UploadFile.module.scss.cjs.map +1 -0
- package/dist/components/UploadFile/UploadFile.module.scss.js +7 -0
- package/dist/components/UploadFile/UploadFile.module.scss.js.map +1 -0
- package/dist/components/VideoModal/styled.d.ts +1 -6
- package/dist/components/View/View.cjs +37 -9
- package/dist/components/View/View.cjs.map +1 -1
- package/dist/components/View/View.js +35 -7
- package/dist/components/View/View.js.map +1 -1
- package/dist/components/View/View.module.scss.cjs +9 -0
- package/dist/components/View/View.module.scss.cjs.map +1 -0
- package/dist/components/View/View.module.scss.js +7 -0
- package/dist/components/View/View.module.scss.js.map +1 -0
- package/dist/components/ViewTab/ViewTab.d.ts +1 -1
- package/dist/components/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/components/Accordion/styled.cjs +0 -49
- package/dist/components/Accordion/styled.cjs.map +0 -1
- package/dist/components/Accordion/styled.d.ts +0 -26
- package/dist/components/Accordion/styled.js +0 -34
- package/dist/components/Accordion/styled.js.map +0 -1
- package/dist/components/Button/Button.module.scss.cjs +0 -9
- package/dist/components/Button/Button.module.scss.cjs.map +0 -1
- package/dist/components/Button/Button.module.scss.js +0 -7
- package/dist/components/Button/Button.module.scss.js.map +0 -1
- package/dist/components/Card/styled.cjs +0 -50
- package/dist/components/Card/styled.cjs.map +0 -1
- package/dist/components/Card/styled.d.ts +0 -16
- package/dist/components/Card/styled.js +0 -40
- package/dist/components/Card/styled.js.map +0 -1
- package/dist/components/CardHeader/styled.cjs +0 -15
- package/dist/components/CardHeader/styled.cjs.map +0 -1
- package/dist/components/CardHeader/styled.d.ts +0 -2
- package/dist/components/CardHeader/styled.js +0 -8
- package/dist/components/CardHeader/styled.js.map +0 -1
- package/dist/components/SimpleTable/styled.cjs +0 -34
- package/dist/components/SimpleTable/styled.cjs.map +0 -1
- package/dist/components/SimpleTable/styled.d.ts +0 -15
- package/dist/components/SimpleTable/styled.js +0 -23
- package/dist/components/SimpleTable/styled.js.map +0 -1
- package/dist/components/UploadFile/styled.cjs +0 -54
- package/dist/components/UploadFile/styled.cjs.map +0 -1
- package/dist/components/UploadFile/styled.d.ts +0 -4
- package/dist/components/UploadFile/styled.js +0 -48
- package/dist/components/UploadFile/styled.js.map +0 -1
- package/dist/components/View/styled.cjs +0 -53
- package/dist/components/View/styled.cjs.map +0 -1
- package/dist/components/View/styled.d.ts +0 -37
- package/dist/components/View/styled.js +0 -41
- package/dist/components/View/styled.js.map +0 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var React = require('react');
|
|
4
4
|
var Text = require('../Text/Text.cjs');
|
|
5
5
|
var Button = require('../Button/Button.cjs');
|
|
6
|
-
var
|
|
6
|
+
var CardHeader_module = require('./CardHeader.module.scss.cjs');
|
|
7
7
|
var CrossIcon = require('../../icons/design-system/components/CrossIcon.cjs');
|
|
8
8
|
var DownArrowIcon = require('../../icons/design-system/components/DownArrowIcon.cjs');
|
|
9
9
|
var UpArrowIcon = require('../../icons/design-system/components/UpArrowIcon.cjs');
|
|
@@ -12,8 +12,8 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
12
12
|
|
|
13
13
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
14
14
|
|
|
15
|
-
const CardHeader = ({ id, title, subtitle, titleSlot, headerVariant = 'headingSmall', action, actionSlot, isCollapsed, onClickCollapse, onClickClose, }) => (React__default.default.createElement(
|
|
16
|
-
React__default.default.createElement(
|
|
15
|
+
const CardHeader = ({ id, title, subtitle, titleSlot, headerVariant = 'headingSmall', action, actionSlot, isCollapsed, onClickCollapse, onClickClose, }) => (React__default.default.createElement("header", { className: CardHeader_module.header },
|
|
16
|
+
React__default.default.createElement("div", { className: CardHeader_module.headerActions },
|
|
17
17
|
titleSlot || (React__default.default.createElement(Text.Text, { id: id, variant: headerVariant }, title)),
|
|
18
18
|
action && (React__default.default.createElement(Button.Button, { variant: "link", onClick: action.onClick }, action.title)),
|
|
19
19
|
actionSlot,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardHeader.cjs","sources":["../../../src/components/CardHeader/CardHeader.tsx"],"sourcesContent":["import React from 'react';\n\nimport { Text } from '../Text';\nimport { Button } from '../Button';\nimport
|
|
1
|
+
{"version":3,"file":"CardHeader.cjs","sources":["../../../src/components/CardHeader/CardHeader.tsx"],"sourcesContent":["import React from 'react';\n\nimport { Text } from '../Text';\nimport { Button } from '../Button';\nimport styles from './CardHeader.module.scss';\nimport { HeaderVariant } from '../Text/types';\nimport { DownArrowIcon, UpArrowIcon, CrossIcon } from '../../icons';\n\ntype CardHeaderAction = {\n title: string;\n onClick: () => void;\n};\n\nexport interface CardHeaderProps {\n id?: string;\n title?: string;\n subtitle?: string;\n titleSlot?: React.ReactNode;\n headerVariant?: HeaderVariant;\n action?: CardHeaderAction;\n actionSlot?: React.ReactNode;\n isCollapsed?: boolean;\n onClickCollapse?: () => void;\n onClickClose?: () => void;\n}\n\nexport const CardHeader = ({\n id,\n title,\n subtitle,\n titleSlot,\n headerVariant = 'headingSmall',\n action,\n actionSlot,\n isCollapsed,\n onClickCollapse,\n onClickClose,\n}: CardHeaderProps) => (\n <header className={styles.header}>\n <div className={styles.headerActions}>\n {titleSlot || (\n <Text id={id} variant={headerVariant}>\n {title}\n </Text>\n )}\n {action && (\n <Button variant=\"link\" onClick={action.onClick}>\n {action.title}\n </Button>\n )}\n {actionSlot}\n {onClickCollapse && (\n <Button\n variant=\"flat\"\n iconSlot={isCollapsed ? <DownArrowIcon /> : <UpArrowIcon />}\n onClick={onClickCollapse}\n />\n )}\n {onClickClose && (\n <Button\n variant=\"flat\"\n iconSlot={<CrossIcon />}\n onClick={onClickClose}\n aria-label=\"Close\"\n type=\"button\"\n />\n )}\n </div>\n {subtitle && <Text variant=\"subheadingSmall\">{subtitle}</Text>}\n </header>\n);\n"],"names":["React","styles","Text","Button","DownArrowIcon","UpArrowIcon","CrossIcon"],"mappings":";;;;;;;;;;;;;;AA0BO,MAAM,UAAU,GAAG,CAAC,EACzB,EAAE,EACF,KAAK,EACL,QAAQ,EACR,SAAS,EACT,aAAa,GAAG,cAAc,EAC9B,MAAM,EACN,UAAU,EACV,WAAW,EACX,eAAe,EACf,YAAY,GACI,MAChBA,sBAAA,CAAA,aAAA,CAAA,QAAA,EAAA,EAAQ,SAAS,EAAEC,iBAAM,CAAC,MAAM,EAAA;AAC9B,IAAAD,sBAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,SAAS,EAAEC,iBAAM,CAAC,aAAa,EAAA;AACjC,QAAA,SAAS,KACRD,sBAAA,CAAA,aAAA,CAACE,SAAI,IAAC,EAAE,EAAE,EAAE,EAAE,OAAO,EAAE,aAAa,EAAA,EACjC,KAAK,CACD,CACR;AACA,QAAA,MAAM,KACLF,sBAAA,CAAA,aAAA,CAACG,aAAM,EAAA,EAAC,OAAO,EAAC,MAAM,EAAC,OAAO,EAAE,MAAM,CAAC,OAAO,EAAA,EAC3C,MAAM,CAAC,KAAK,CACN,CACV;QACA,UAAU;AACV,QAAA,eAAe,KACdH,sBAAA,CAAA,aAAA,CAACG,aAAM,EAAA,EACL,OAAO,EAAC,MAAM,EACd,QAAQ,EAAE,WAAW,GAAGH,sBAAA,CAAA,aAAA,CAACI,4BAAa,EAAA,IAAA,CAAG,GAAGJ,sBAAA,CAAA,aAAA,CAACK,0BAAW,EAAA,IAAA,CAAG,EAC3D,OAAO,EAAE,eAAe,GACxB,CACH;QACA,YAAY,KACXL,sBAAA,CAAA,aAAA,CAACG,aAAM,EAAA,EACL,OAAO,EAAC,MAAM,EACd,QAAQ,EAAEH,sBAAA,CAAA,aAAA,CAACM,wBAAS,OAAG,EACvB,OAAO,EAAE,YAAY,EAAA,YAAA,EACV,OAAO,EAClB,IAAI,EAAC,QAAQ,EAAA,CACb,CACH,CACG;AACL,IAAA,QAAQ,IAAIN,sBAAA,CAAA,aAAA,CAACE,SAAI,EAAA,EAAC,OAAO,EAAC,iBAAiB,EAAA,EAAE,QAAQ,CAAQ,CACvD;;;;"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import { Text } from '../Text/Text.js';
|
|
3
3
|
import { Button } from '../Button/Button.js';
|
|
4
|
-
import
|
|
4
|
+
import styles from './CardHeader.module.scss.js';
|
|
5
5
|
import { ReactComponent as CrossIcon } from '../../icons/design-system/components/CrossIcon.js';
|
|
6
6
|
import { ReactComponent as DownArrowIcon } from '../../icons/design-system/components/DownArrowIcon.js';
|
|
7
7
|
import { ReactComponent as UpArrowIcon } from '../../icons/design-system/components/UpArrowIcon.js';
|
|
8
8
|
|
|
9
|
-
const CardHeader = ({ id, title, subtitle, titleSlot, headerVariant = 'headingSmall', action, actionSlot, isCollapsed, onClickCollapse, onClickClose, }) => (React__default.createElement(
|
|
10
|
-
React__default.createElement(
|
|
9
|
+
const CardHeader = ({ id, title, subtitle, titleSlot, headerVariant = 'headingSmall', action, actionSlot, isCollapsed, onClickCollapse, onClickClose, }) => (React__default.createElement("header", { className: styles.header },
|
|
10
|
+
React__default.createElement("div", { className: styles.headerActions },
|
|
11
11
|
titleSlot || (React__default.createElement(Text, { id: id, variant: headerVariant }, title)),
|
|
12
12
|
action && (React__default.createElement(Button, { variant: "link", onClick: action.onClick }, action.title)),
|
|
13
13
|
actionSlot,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardHeader.js","sources":["../../../src/components/CardHeader/CardHeader.tsx"],"sourcesContent":["import React from 'react';\n\nimport { Text } from '../Text';\nimport { Button } from '../Button';\nimport
|
|
1
|
+
{"version":3,"file":"CardHeader.js","sources":["../../../src/components/CardHeader/CardHeader.tsx"],"sourcesContent":["import React from 'react';\n\nimport { Text } from '../Text';\nimport { Button } from '../Button';\nimport styles from './CardHeader.module.scss';\nimport { HeaderVariant } from '../Text/types';\nimport { DownArrowIcon, UpArrowIcon, CrossIcon } from '../../icons';\n\ntype CardHeaderAction = {\n title: string;\n onClick: () => void;\n};\n\nexport interface CardHeaderProps {\n id?: string;\n title?: string;\n subtitle?: string;\n titleSlot?: React.ReactNode;\n headerVariant?: HeaderVariant;\n action?: CardHeaderAction;\n actionSlot?: React.ReactNode;\n isCollapsed?: boolean;\n onClickCollapse?: () => void;\n onClickClose?: () => void;\n}\n\nexport const CardHeader = ({\n id,\n title,\n subtitle,\n titleSlot,\n headerVariant = 'headingSmall',\n action,\n actionSlot,\n isCollapsed,\n onClickCollapse,\n onClickClose,\n}: CardHeaderProps) => (\n <header className={styles.header}>\n <div className={styles.headerActions}>\n {titleSlot || (\n <Text id={id} variant={headerVariant}>\n {title}\n </Text>\n )}\n {action && (\n <Button variant=\"link\" onClick={action.onClick}>\n {action.title}\n </Button>\n )}\n {actionSlot}\n {onClickCollapse && (\n <Button\n variant=\"flat\"\n iconSlot={isCollapsed ? <DownArrowIcon /> : <UpArrowIcon />}\n onClick={onClickCollapse}\n />\n )}\n {onClickClose && (\n <Button\n variant=\"flat\"\n iconSlot={<CrossIcon />}\n onClick={onClickClose}\n aria-label=\"Close\"\n type=\"button\"\n />\n )}\n </div>\n {subtitle && <Text variant=\"subheadingSmall\">{subtitle}</Text>}\n </header>\n);\n"],"names":["React"],"mappings":";;;;;;;;AA0BO,MAAM,UAAU,GAAG,CAAC,EACzB,EAAE,EACF,KAAK,EACL,QAAQ,EACR,SAAS,EACT,aAAa,GAAG,cAAc,EAC9B,MAAM,EACN,UAAU,EACV,WAAW,EACX,eAAe,EACf,YAAY,GACI,MAChBA,cAAA,CAAA,aAAA,CAAA,QAAA,EAAA,EAAQ,SAAS,EAAE,MAAM,CAAC,MAAM,EAAA;AAC9B,IAAAA,cAAA,CAAA,aAAA,CAAA,KAAA,EAAA,EAAK,SAAS,EAAE,MAAM,CAAC,aAAa,EAAA;AACjC,QAAA,SAAS,KACRA,cAAA,CAAA,aAAA,CAAC,IAAI,IAAC,EAAE,EAAE,EAAE,EAAE,OAAO,EAAE,aAAa,EAAA,EACjC,KAAK,CACD,CACR;AACA,QAAA,MAAM,KACLA,cAAA,CAAA,aAAA,CAAC,MAAM,EAAA,EAAC,OAAO,EAAC,MAAM,EAAC,OAAO,EAAE,MAAM,CAAC,OAAO,EAAA,EAC3C,MAAM,CAAC,KAAK,CACN,CACV;QACA,UAAU;AACV,QAAA,eAAe,KACdA,cAAA,CAAA,aAAA,CAAC,MAAM,EAAA,EACL,OAAO,EAAC,MAAM,EACd,QAAQ,EAAE,WAAW,GAAGA,cAAA,CAAA,aAAA,CAAC,aAAa,EAAA,IAAA,CAAG,GAAGA,cAAA,CAAA,aAAA,CAAC,WAAW,EAAA,IAAA,CAAG,EAC3D,OAAO,EAAE,eAAe,GACxB,CACH;QACA,YAAY,KACXA,cAAA,CAAA,aAAA,CAAC,MAAM,EAAA,EACL,OAAO,EAAC,MAAM,EACd,QAAQ,EAAEA,cAAA,CAAA,aAAA,CAAC,SAAS,OAAG,EACvB,OAAO,EAAE,YAAY,EAAA,YAAA,EACV,OAAO,EAClB,IAAI,EAAC,QAAQ,EAAA,CACb,CACH,CACG;AACL,IAAA,QAAQ,IAAIA,cAAA,CAAA,aAAA,CAAC,IAAI,EAAA,EAAC,OAAO,EAAC,iBAAiB,EAAA,EAAE,QAAQ,CAAQ,CACvD;;;;"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var ___$insertStyle = require('../../_virtual/____insertStyle.cjs');
|
|
4
|
+
|
|
5
|
+
___$insertStyle("._header_176rk_1 {\n padding-top: var(--sizes-md);\n padding-right: var(--sizes-md);\n padding-left: var(--sizes-md);\n margin-bottom: var(--sizes-md);\n}\n._header_176rk_1 > * + * {\n margin-top: var(--sizes-xs);\n}\n\n._headerActions_176rk_11 {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n}\n._headerActions_176rk_11 > *:first-child {\n flex: 1;\n}");
|
|
6
|
+
var styles = {"header":"_header_176rk_1","headerActions":"_headerActions_176rk_11"};
|
|
7
|
+
|
|
8
|
+
module.exports = styles;
|
|
9
|
+
//# sourceMappingURL=CardHeader.module.scss.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CardHeader.module.scss.cjs","sources":["../../../src/components/CardHeader/CardHeader.module.scss"],"sourcesContent":[".header {\n padding-top: var(--sizes-md);\n padding-right: var(--sizes-md);\n padding-left: var(--sizes-md);\n margin-bottom: var(--sizes-md);\n\n & > * + * {\n margin-top: var(--sizes-xs);\n }\n}\n\n.headerActions {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n\n & > *:first-child {\n flex: 1;\n }\n}\n"],"names":[],"mappings":";;;;AACE,eAAA,CAAA,mYAAA;AACA,aAAA,CAAA,QAAA,CAAA,iBAAA,CAAA,eAAA,CAAA,yBAAA;;;;"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import insertStyle from '../../_virtual/____insertStyle.js';
|
|
2
|
+
|
|
3
|
+
insertStyle("._header_176rk_1 {\n padding-top: var(--sizes-md);\n padding-right: var(--sizes-md);\n padding-left: var(--sizes-md);\n margin-bottom: var(--sizes-md);\n}\n._header_176rk_1 > * + * {\n margin-top: var(--sizes-xs);\n}\n\n._headerActions_176rk_11 {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n}\n._headerActions_176rk_11 > *:first-child {\n flex: 1;\n}");
|
|
4
|
+
var styles = {"header":"_header_176rk_1","headerActions":"_headerActions_176rk_11"};
|
|
5
|
+
|
|
6
|
+
export { styles as default };
|
|
7
|
+
//# sourceMappingURL=CardHeader.module.scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CardHeader.module.scss.js","sources":["../../../src/components/CardHeader/CardHeader.module.scss"],"sourcesContent":[".header {\n padding-top: var(--sizes-md);\n padding-right: var(--sizes-md);\n padding-left: var(--sizes-md);\n margin-bottom: var(--sizes-md);\n\n & > * + * {\n margin-top: var(--sizes-xs);\n }\n}\n\n.headerActions {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n\n & > *:first-child {\n flex: 1;\n }\n}\n"],"names":["___$insertStyle"],"mappings":";;AACEA,WAAA,CAAA,mYAAA;AACA,aAAA,CAAA,QAAA,CAAA,iBAAA,CAAA,eAAA,CAAA,yBAAA;;;;"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
export declare const DimensionsInput: React.ForwardRefExoticComponent<{
|
|
3
3
|
rel?: string | undefined;
|
|
4
|
+
placeholder?: string | undefined;
|
|
4
5
|
form?: string | undefined;
|
|
5
6
|
slot?: string | undefined;
|
|
6
7
|
style?: React.CSSProperties | undefined;
|
|
7
8
|
title?: string | undefined;
|
|
8
9
|
pattern?: string | undefined;
|
|
10
|
+
list?: string | undefined;
|
|
9
11
|
className?: string | undefined;
|
|
10
12
|
children?: React.ReactNode;
|
|
11
13
|
defaultChecked?: boolean | undefined;
|
|
@@ -14,7 +16,7 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
|
|
|
14
16
|
suppressHydrationWarning?: boolean | undefined;
|
|
15
17
|
accessKey?: string | undefined;
|
|
16
18
|
autoFocus?: boolean | undefined;
|
|
17
|
-
contentEditable?:
|
|
19
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
18
20
|
contextMenu?: string | undefined;
|
|
19
21
|
dir?: string | undefined;
|
|
20
22
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -22,10 +24,9 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
|
|
|
22
24
|
id?: string | undefined;
|
|
23
25
|
lang?: string | undefined;
|
|
24
26
|
nonce?: string | undefined;
|
|
25
|
-
placeholder?: string | undefined;
|
|
26
27
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
27
28
|
tabIndex?: number | undefined;
|
|
28
|
-
translate?: "
|
|
29
|
+
translate?: "yes" | "no" | undefined;
|
|
29
30
|
radioGroup?: string | undefined;
|
|
30
31
|
role?: React.AriaRole | undefined;
|
|
31
32
|
about?: string | undefined;
|
|
@@ -61,7 +62,7 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
|
|
|
61
62
|
'aria-colindex'?: number | undefined;
|
|
62
63
|
'aria-colspan'?: number | undefined;
|
|
63
64
|
'aria-controls'?: string | undefined;
|
|
64
|
-
'aria-current'?: boolean | "time" | "true" | "false" | "
|
|
65
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
65
66
|
'aria-describedby'?: string | undefined;
|
|
66
67
|
'aria-details'?: string | undefined;
|
|
67
68
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
@@ -70,7 +71,7 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
|
|
|
70
71
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
71
72
|
'aria-flowto'?: string | undefined;
|
|
72
73
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
73
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
74
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
74
75
|
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
75
76
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
76
77
|
'aria-keyshortcuts'?: string | undefined;
|
|
@@ -262,13 +263,13 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
|
|
|
262
263
|
onAnimationIterationCapture?: (React.AnimationEventHandler<HTMLInputElement> & React.AnimationEventHandler<HTMLTextAreaElement>) | undefined;
|
|
263
264
|
onTransitionEnd?: (React.TransitionEventHandler<HTMLInputElement> & React.TransitionEventHandler<HTMLTextAreaElement>) | undefined;
|
|
264
265
|
onTransitionEndCapture?: (React.TransitionEventHandler<HTMLInputElement> & React.TransitionEventHandler<HTMLTextAreaElement>) | undefined;
|
|
265
|
-
alt?: string | undefined;
|
|
266
266
|
disabled?: boolean | undefined;
|
|
267
267
|
formAction?: string | undefined;
|
|
268
268
|
formEncType?: string | undefined;
|
|
269
269
|
formMethod?: string | undefined;
|
|
270
270
|
formNoValidate?: boolean | undefined;
|
|
271
271
|
formTarget?: string | undefined;
|
|
272
|
+
alt?: string | undefined;
|
|
272
273
|
autoComplete?: string | undefined;
|
|
273
274
|
accept?: string | undefined;
|
|
274
275
|
capture?: boolean | "user" | "environment" | undefined;
|
|
@@ -280,17 +281,16 @@ export declare const DimensionsInput: React.ForwardRefExoticComponent<{
|
|
|
280
281
|
maxLength?: number | undefined;
|
|
281
282
|
minLength?: number | undefined;
|
|
282
283
|
src?: string | undefined;
|
|
283
|
-
list?: string | undefined;
|
|
284
|
-
name?: string | undefined;
|
|
285
284
|
height?: string | number | undefined;
|
|
286
285
|
max?: string | number | undefined;
|
|
287
286
|
min?: string | number | undefined;
|
|
287
|
+
name?: string | undefined;
|
|
288
288
|
width?: string | number | undefined;
|
|
289
|
+
wrap?: string | undefined;
|
|
290
|
+
step?: string | number | undefined;
|
|
289
291
|
readOnly?: boolean | undefined;
|
|
290
292
|
required?: boolean | undefined;
|
|
291
|
-
step?: string | number | undefined;
|
|
292
293
|
rows?: number | undefined;
|
|
293
|
-
wrap?: string | undefined;
|
|
294
294
|
} & {
|
|
295
295
|
value?: string | undefined;
|
|
296
296
|
type?: import("../TextField").TextFieldType | undefined;
|
|
@@ -7,7 +7,7 @@ declare const Container: import("styled-components").StyledComponent<import("rea
|
|
|
7
7
|
declare const GroupLabel: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<{
|
|
8
8
|
as?: import("../Text").ValidTextTag | undefined;
|
|
9
9
|
muted?: boolean | undefined;
|
|
10
|
-
variant?: "
|
|
10
|
+
variant?: "headingXXL" | "headingXL" | "headingLarge" | "headingMedium" | "headingSmall" | "headingTable" | "subheadingLarge" | "subheadingMedium" | "subheadingSmall" | "subheadingSmallBold" | "body" | "bodySmall" | "bodyBold" | "bodyBoldDark" | "bodySmallBold" | "inputLabel" | "inputLabelSmall" | "hintText" | "placeholder" | "placeholderSmall" | "placeholderCode" | "placeholderCodeSmall" | "error" | "errorSmall" | "successSmall" | "button" | "buttonSmall" | "linkLarge" | "linkMedium" | "link" | "linkSmall" | undefined;
|
|
11
11
|
} & import("react").HTMLAttributes<HTMLElement> & import("react").LabelHTMLAttributes<HTMLLabelElement> & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
12
12
|
declare const MainIcon: import("styled-components").StyledComponent<(props: import("react").SVGProps<SVGSVGElement>) => import("react").JSX.Element, any, {
|
|
13
13
|
$shouldShow?: boolean | undefined;
|
|
@@ -5,6 +5,6 @@ export declare const FlexCol: React.ForwardRefExoticComponent<{
|
|
|
5
5
|
alignItems?: ("baseline" | "center" | "flex-start" | "flex-end" | "stretch") | undefined;
|
|
6
6
|
justifyContent?: ("center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly") | undefined;
|
|
7
7
|
gap?: keyof import("../../../theme/modules/sizes").SizeScale | undefined;
|
|
8
|
-
flexWrap?: ("
|
|
8
|
+
flexWrap?: ("nowrap" | "wrap" | "wrap-reverse") | undefined;
|
|
9
9
|
flexGrow?: import("csstype").Property.FlexGrow | undefined;
|
|
10
10
|
} & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -5,6 +5,6 @@ export declare const FlexRow: React.ForwardRefExoticComponent<{
|
|
|
5
5
|
alignItems?: ("baseline" | "center" | "flex-start" | "flex-end" | "stretch") | undefined;
|
|
6
6
|
justifyContent?: ("center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly") | undefined;
|
|
7
7
|
gap?: keyof import("../../../theme/modules/sizes").SizeScale | undefined;
|
|
8
|
-
flexWrap?: ("
|
|
8
|
+
flexWrap?: ("nowrap" | "wrap" | "wrap-reverse") | undefined;
|
|
9
9
|
flexGrow?: import("csstype").Property.FlexGrow | undefined;
|
|
10
10
|
} & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -7,11 +7,11 @@ declare const EllipseContainer: import("styled-components").StyledComponent<impo
|
|
|
7
7
|
declare const TitleText: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<{
|
|
8
8
|
as?: import("../../Text").ValidTextTag | undefined;
|
|
9
9
|
muted?: boolean | undefined;
|
|
10
|
-
variant?: "
|
|
10
|
+
variant?: "headingXXL" | "headingXL" | "headingLarge" | "headingMedium" | "headingSmall" | "headingTable" | "subheadingLarge" | "subheadingMedium" | "subheadingSmall" | "subheadingSmallBold" | "body" | "bodySmall" | "bodyBold" | "bodyBoldDark" | "bodySmallBold" | "inputLabel" | "inputLabelSmall" | "hintText" | "placeholder" | "placeholderSmall" | "placeholderCode" | "placeholderCodeSmall" | "error" | "errorSmall" | "successSmall" | "button" | "buttonSmall" | "linkLarge" | "linkMedium" | "link" | "linkSmall" | undefined;
|
|
11
11
|
} & import("react").HTMLAttributes<HTMLElement> & import("react").LabelHTMLAttributes<HTMLLabelElement> & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
12
12
|
declare const SubTitleText: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<{
|
|
13
13
|
as?: import("../../Text").ValidTextTag | undefined;
|
|
14
14
|
muted?: boolean | undefined;
|
|
15
|
-
variant?: "
|
|
15
|
+
variant?: "headingXXL" | "headingXL" | "headingLarge" | "headingMedium" | "headingSmall" | "headingTable" | "subheadingLarge" | "subheadingMedium" | "subheadingSmall" | "subheadingSmallBold" | "body" | "bodySmall" | "bodyBold" | "bodyBoldDark" | "bodySmallBold" | "inputLabel" | "inputLabelSmall" | "hintText" | "placeholder" | "placeholderSmall" | "placeholderCode" | "placeholderCodeSmall" | "error" | "errorSmall" | "successSmall" | "button" | "buttonSmall" | "linkLarge" | "linkMedium" | "link" | "linkSmall" | undefined;
|
|
16
16
|
} & import("react").HTMLAttributes<HTMLElement> & import("react").LabelHTMLAttributes<HTMLLabelElement> & import("react").RefAttributes<HTMLElement>>, any, {}, never>;
|
|
17
17
|
export { SpecificStateContainer, EllipseContainer, TitleText, SubTitleText };
|
|
@@ -3,29 +3,26 @@ export declare const PageLimitContainer: import("styled-components").StyledCompo
|
|
|
3
3
|
alignItems?: ("baseline" | "center" | "flex-start" | "flex-end" | "stretch") | undefined;
|
|
4
4
|
justifyContent?: ("center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly") | undefined;
|
|
5
5
|
gap?: keyof import("../../theme/modules/sizes").SizeScale | undefined;
|
|
6
|
-
flexWrap?: ("
|
|
6
|
+
flexWrap?: ("nowrap" | "wrap" | "wrap-reverse") | undefined;
|
|
7
7
|
flexGrow?: import("csstype").Property.FlexGrow | undefined;
|
|
8
8
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>, any, {}, never>;
|
|
9
9
|
export declare const PaginationButton: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement> & import("../../hoc/withTokens").WithTokensProps & {
|
|
10
10
|
children?: import("react").ReactNode;
|
|
11
11
|
variant?: import("../Button/types").ButtonVariant | undefined;
|
|
12
|
-
size?: "
|
|
12
|
+
size?: import("../Button/types").ButtonSize | undefined;
|
|
13
13
|
iconSlot?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
14
14
|
dropdown?: boolean | undefined;
|
|
15
15
|
loading?: boolean | undefined;
|
|
16
|
-
contentStyles?: import("react").CSSProperties | undefined;
|
|
17
|
-
as?: import("react").ElementType | undefined;
|
|
18
|
-
href?: string | undefined;
|
|
19
|
-
target?: string | undefined;
|
|
20
|
-
rel?: string | undefined;
|
|
21
16
|
} & import("react").RefAttributes<HTMLButtonElement>, "ref"> & import("../../hoc/withTokens").WithTokensProps & import("react").RefAttributes<HTMLButtonElement>>, any, {}, never>;
|
|
22
17
|
export declare const PageInput: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<{
|
|
23
18
|
rel?: string | undefined;
|
|
19
|
+
placeholder?: string | undefined;
|
|
24
20
|
form?: string | undefined;
|
|
25
21
|
slot?: string | undefined;
|
|
26
22
|
style?: import("react").CSSProperties | undefined;
|
|
27
23
|
title?: string | undefined;
|
|
28
24
|
pattern?: string | undefined;
|
|
25
|
+
list?: string | undefined;
|
|
29
26
|
className?: string | undefined;
|
|
30
27
|
children?: import("react").ReactNode;
|
|
31
28
|
defaultChecked?: boolean | undefined;
|
|
@@ -34,7 +31,7 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
|
|
|
34
31
|
suppressHydrationWarning?: boolean | undefined;
|
|
35
32
|
accessKey?: string | undefined;
|
|
36
33
|
autoFocus?: boolean | undefined;
|
|
37
|
-
contentEditable?:
|
|
34
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
38
35
|
contextMenu?: string | undefined;
|
|
39
36
|
dir?: string | undefined;
|
|
40
37
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -42,10 +39,9 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
|
|
|
42
39
|
id?: string | undefined;
|
|
43
40
|
lang?: string | undefined;
|
|
44
41
|
nonce?: string | undefined;
|
|
45
|
-
placeholder?: string | undefined;
|
|
46
42
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
47
43
|
tabIndex?: number | undefined;
|
|
48
|
-
translate?: "
|
|
44
|
+
translate?: "yes" | "no" | undefined;
|
|
49
45
|
radioGroup?: string | undefined;
|
|
50
46
|
role?: import("react").AriaRole | undefined;
|
|
51
47
|
about?: string | undefined;
|
|
@@ -81,7 +77,7 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
|
|
|
81
77
|
'aria-colindex'?: number | undefined;
|
|
82
78
|
'aria-colspan'?: number | undefined;
|
|
83
79
|
'aria-controls'?: string | undefined;
|
|
84
|
-
'aria-current'?: boolean | "time" | "true" | "false" | "
|
|
80
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
85
81
|
'aria-describedby'?: string | undefined;
|
|
86
82
|
'aria-details'?: string | undefined;
|
|
87
83
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
@@ -90,7 +86,7 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
|
|
|
90
86
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
91
87
|
'aria-flowto'?: string | undefined;
|
|
92
88
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
93
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
89
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
94
90
|
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
95
91
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
96
92
|
'aria-keyshortcuts'?: string | undefined;
|
|
@@ -282,13 +278,13 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
|
|
|
282
278
|
onAnimationIterationCapture?: (import("react").AnimationEventHandler<HTMLInputElement> & import("react").AnimationEventHandler<HTMLTextAreaElement>) | undefined;
|
|
283
279
|
onTransitionEnd?: (import("react").TransitionEventHandler<HTMLInputElement> & import("react").TransitionEventHandler<HTMLTextAreaElement>) | undefined;
|
|
284
280
|
onTransitionEndCapture?: (import("react").TransitionEventHandler<HTMLInputElement> & import("react").TransitionEventHandler<HTMLTextAreaElement>) | undefined;
|
|
285
|
-
alt?: string | undefined;
|
|
286
281
|
disabled?: boolean | undefined;
|
|
287
282
|
formAction?: string | undefined;
|
|
288
283
|
formEncType?: string | undefined;
|
|
289
284
|
formMethod?: string | undefined;
|
|
290
285
|
formNoValidate?: boolean | undefined;
|
|
291
286
|
formTarget?: string | undefined;
|
|
287
|
+
alt?: string | undefined;
|
|
292
288
|
autoComplete?: string | undefined;
|
|
293
289
|
accept?: string | undefined;
|
|
294
290
|
capture?: boolean | "user" | "environment" | undefined;
|
|
@@ -300,17 +296,16 @@ export declare const PageInput: import("styled-components").StyledComponent<impo
|
|
|
300
296
|
maxLength?: number | undefined;
|
|
301
297
|
minLength?: number | undefined;
|
|
302
298
|
src?: string | undefined;
|
|
303
|
-
list?: string | undefined;
|
|
304
|
-
name?: string | undefined;
|
|
305
299
|
height?: string | number | undefined;
|
|
306
300
|
max?: string | number | undefined;
|
|
307
301
|
min?: string | number | undefined;
|
|
302
|
+
name?: string | undefined;
|
|
308
303
|
width?: string | number | undefined;
|
|
304
|
+
wrap?: string | undefined;
|
|
305
|
+
step?: string | number | undefined;
|
|
309
306
|
readOnly?: boolean | undefined;
|
|
310
307
|
required?: boolean | undefined;
|
|
311
|
-
step?: string | number | undefined;
|
|
312
308
|
rows?: number | undefined;
|
|
313
|
-
wrap?: string | undefined;
|
|
314
309
|
} & {
|
|
315
310
|
value?: string | undefined;
|
|
316
311
|
type?: import("../TextField").TextFieldType | undefined;
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
|
|
3
3
|
rel?: string | undefined;
|
|
4
|
+
placeholder?: string | undefined;
|
|
4
5
|
form?: string | undefined;
|
|
5
6
|
slot?: string | undefined;
|
|
6
7
|
style?: import("react").CSSProperties | undefined;
|
|
7
8
|
title?: string | undefined;
|
|
8
9
|
pattern?: string | undefined;
|
|
10
|
+
list?: string | undefined;
|
|
9
11
|
className?: string | undefined;
|
|
10
12
|
children?: import("react").ReactNode;
|
|
11
13
|
defaultChecked?: boolean | undefined;
|
|
@@ -14,7 +16,7 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
|
|
|
14
16
|
suppressHydrationWarning?: boolean | undefined;
|
|
15
17
|
accessKey?: string | undefined;
|
|
16
18
|
autoFocus?: boolean | undefined;
|
|
17
|
-
contentEditable?:
|
|
19
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
18
20
|
contextMenu?: string | undefined;
|
|
19
21
|
dir?: string | undefined;
|
|
20
22
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -22,10 +24,9 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
|
|
|
22
24
|
id?: string | undefined;
|
|
23
25
|
lang?: string | undefined;
|
|
24
26
|
nonce?: string | undefined;
|
|
25
|
-
placeholder?: string | undefined;
|
|
26
27
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
27
28
|
tabIndex?: number | undefined;
|
|
28
|
-
translate?: "
|
|
29
|
+
translate?: "yes" | "no" | undefined;
|
|
29
30
|
radioGroup?: string | undefined;
|
|
30
31
|
role?: import("react").AriaRole | undefined;
|
|
31
32
|
about?: string | undefined;
|
|
@@ -61,7 +62,7 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
|
|
|
61
62
|
'aria-colindex'?: number | undefined;
|
|
62
63
|
'aria-colspan'?: number | undefined;
|
|
63
64
|
'aria-controls'?: string | undefined;
|
|
64
|
-
'aria-current'?: boolean | "time" | "true" | "false" | "
|
|
65
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
65
66
|
'aria-describedby'?: string | undefined;
|
|
66
67
|
'aria-details'?: string | undefined;
|
|
67
68
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
@@ -70,7 +71,7 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
|
|
|
70
71
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
71
72
|
'aria-flowto'?: string | undefined;
|
|
72
73
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
73
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
74
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
74
75
|
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
75
76
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
76
77
|
'aria-keyshortcuts'?: string | undefined;
|
|
@@ -262,13 +263,13 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
|
|
|
262
263
|
onAnimationIterationCapture?: (import("react").AnimationEventHandler<HTMLInputElement> & import("react").AnimationEventHandler<HTMLTextAreaElement>) | undefined;
|
|
263
264
|
onTransitionEnd?: (import("react").TransitionEventHandler<HTMLInputElement> & import("react").TransitionEventHandler<HTMLTextAreaElement>) | undefined;
|
|
264
265
|
onTransitionEndCapture?: (import("react").TransitionEventHandler<HTMLInputElement> & import("react").TransitionEventHandler<HTMLTextAreaElement>) | undefined;
|
|
265
|
-
alt?: string | undefined;
|
|
266
266
|
disabled?: boolean | undefined;
|
|
267
267
|
formAction?: string | undefined;
|
|
268
268
|
formEncType?: string | undefined;
|
|
269
269
|
formMethod?: string | undefined;
|
|
270
270
|
formNoValidate?: boolean | undefined;
|
|
271
271
|
formTarget?: string | undefined;
|
|
272
|
+
alt?: string | undefined;
|
|
272
273
|
autoComplete?: string | undefined;
|
|
273
274
|
accept?: string | undefined;
|
|
274
275
|
capture?: boolean | "user" | "environment" | undefined;
|
|
@@ -280,17 +281,16 @@ export declare const PhoneInput: import("react").ForwardRefExoticComponent<{
|
|
|
280
281
|
maxLength?: number | undefined;
|
|
281
282
|
minLength?: number | undefined;
|
|
282
283
|
src?: string | undefined;
|
|
283
|
-
list?: string | undefined;
|
|
284
|
-
name?: string | undefined;
|
|
285
284
|
height?: string | number | undefined;
|
|
286
285
|
max?: string | number | undefined;
|
|
287
286
|
min?: string | number | undefined;
|
|
287
|
+
name?: string | undefined;
|
|
288
288
|
width?: string | number | undefined;
|
|
289
|
+
wrap?: string | undefined;
|
|
290
|
+
step?: string | number | undefined;
|
|
289
291
|
readOnly?: boolean | undefined;
|
|
290
292
|
required?: boolean | undefined;
|
|
291
|
-
step?: string | number | undefined;
|
|
292
293
|
rows?: number | undefined;
|
|
293
|
-
wrap?: string | undefined;
|
|
294
294
|
} & {
|
|
295
295
|
value?: string | undefined;
|
|
296
296
|
type?: import("..").TextFieldType | undefined;
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
export declare const Search: React.ForwardRefExoticComponent<{
|
|
3
3
|
rel?: string | undefined;
|
|
4
|
+
placeholder?: string | undefined;
|
|
4
5
|
form?: string | undefined;
|
|
5
6
|
slot?: string | undefined;
|
|
6
7
|
style?: React.CSSProperties | undefined;
|
|
7
8
|
title?: string | undefined;
|
|
8
9
|
pattern?: string | undefined;
|
|
10
|
+
list?: string | undefined;
|
|
9
11
|
className?: string | undefined;
|
|
10
12
|
children?: React.ReactNode;
|
|
11
13
|
defaultChecked?: boolean | undefined;
|
|
@@ -14,7 +16,7 @@ export declare const Search: React.ForwardRefExoticComponent<{
|
|
|
14
16
|
suppressHydrationWarning?: boolean | undefined;
|
|
15
17
|
accessKey?: string | undefined;
|
|
16
18
|
autoFocus?: boolean | undefined;
|
|
17
|
-
contentEditable?:
|
|
19
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
18
20
|
contextMenu?: string | undefined;
|
|
19
21
|
dir?: string | undefined;
|
|
20
22
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -22,10 +24,9 @@ export declare const Search: React.ForwardRefExoticComponent<{
|
|
|
22
24
|
id?: string | undefined;
|
|
23
25
|
lang?: string | undefined;
|
|
24
26
|
nonce?: string | undefined;
|
|
25
|
-
placeholder?: string | undefined;
|
|
26
27
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
27
28
|
tabIndex?: number | undefined;
|
|
28
|
-
translate?: "
|
|
29
|
+
translate?: "yes" | "no" | undefined;
|
|
29
30
|
radioGroup?: string | undefined;
|
|
30
31
|
role?: React.AriaRole | undefined;
|
|
31
32
|
about?: string | undefined;
|
|
@@ -61,7 +62,7 @@ export declare const Search: React.ForwardRefExoticComponent<{
|
|
|
61
62
|
'aria-colindex'?: number | undefined;
|
|
62
63
|
'aria-colspan'?: number | undefined;
|
|
63
64
|
'aria-controls'?: string | undefined;
|
|
64
|
-
'aria-current'?: boolean | "time" | "true" | "false" | "
|
|
65
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
65
66
|
'aria-describedby'?: string | undefined;
|
|
66
67
|
'aria-details'?: string | undefined;
|
|
67
68
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
@@ -70,7 +71,7 @@ export declare const Search: React.ForwardRefExoticComponent<{
|
|
|
70
71
|
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
71
72
|
'aria-flowto'?: string | undefined;
|
|
72
73
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
73
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
74
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
74
75
|
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
75
76
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
76
77
|
'aria-keyshortcuts'?: string | undefined;
|
|
@@ -262,13 +263,13 @@ export declare const Search: React.ForwardRefExoticComponent<{
|
|
|
262
263
|
onAnimationIterationCapture?: (React.AnimationEventHandler<HTMLInputElement> & React.AnimationEventHandler<HTMLTextAreaElement>) | undefined;
|
|
263
264
|
onTransitionEnd?: (React.TransitionEventHandler<HTMLInputElement> & React.TransitionEventHandler<HTMLTextAreaElement>) | undefined;
|
|
264
265
|
onTransitionEndCapture?: (React.TransitionEventHandler<HTMLInputElement> & React.TransitionEventHandler<HTMLTextAreaElement>) | undefined;
|
|
265
|
-
alt?: string | undefined;
|
|
266
266
|
disabled?: boolean | undefined;
|
|
267
267
|
formAction?: string | undefined;
|
|
268
268
|
formEncType?: string | undefined;
|
|
269
269
|
formMethod?: string | undefined;
|
|
270
270
|
formNoValidate?: boolean | undefined;
|
|
271
271
|
formTarget?: string | undefined;
|
|
272
|
+
alt?: string | undefined;
|
|
272
273
|
autoComplete?: string | undefined;
|
|
273
274
|
accept?: string | undefined;
|
|
274
275
|
capture?: boolean | "user" | "environment" | undefined;
|
|
@@ -280,17 +281,16 @@ export declare const Search: React.ForwardRefExoticComponent<{
|
|
|
280
281
|
maxLength?: number | undefined;
|
|
281
282
|
minLength?: number | undefined;
|
|
282
283
|
src?: string | undefined;
|
|
283
|
-
list?: string | undefined;
|
|
284
|
-
name?: string | undefined;
|
|
285
284
|
height?: string | number | undefined;
|
|
286
285
|
max?: string | number | undefined;
|
|
287
286
|
min?: string | number | undefined;
|
|
287
|
+
name?: string | undefined;
|
|
288
288
|
width?: string | number | undefined;
|
|
289
|
+
wrap?: string | undefined;
|
|
290
|
+
step?: string | number | undefined;
|
|
289
291
|
readOnly?: boolean | undefined;
|
|
290
292
|
required?: boolean | undefined;
|
|
291
|
-
step?: string | number | undefined;
|
|
292
293
|
rows?: number | undefined;
|
|
293
|
-
wrap?: string | undefined;
|
|
294
294
|
} & {
|
|
295
295
|
value?: string | undefined;
|
|
296
296
|
type?: import("../TextField").TextFieldType | undefined;
|
|
@@ -1,21 +1,34 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var React = require('react');
|
|
4
|
-
var
|
|
4
|
+
var buildClassnames = require('../../utils/buildClassnames.cjs');
|
|
5
|
+
require('uid/secure');
|
|
6
|
+
var assignCssVars = require('../../utils/assignCssVars.cjs');
|
|
7
|
+
var SimpleTable_module = require('./SimpleTable.module.scss.cjs');
|
|
5
8
|
|
|
6
9
|
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
|
|
7
10
|
|
|
8
11
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
9
12
|
|
|
13
|
+
const TableHeader = React__default.default.forwardRef(({ className, ...rest }, ref) => (React__default.default.createElement("thead", { ref: ref, className: buildClassnames.buildClassnames([SimpleTable_module.header, className]), ...rest })));
|
|
14
|
+
TableHeader.displayName = 'SimpleTable.Header';
|
|
15
|
+
const TableBody = React__default.default.forwardRef(({ className, ...rest }, ref) => (React__default.default.createElement("tbody", { ref: ref, className: buildClassnames.buildClassnames([SimpleTable_module.body, className]), ...rest })));
|
|
16
|
+
TableBody.displayName = 'SimpleTable.Body';
|
|
17
|
+
const TableRow = React__default.default.forwardRef(({ className, ...rest }, ref) => (React__default.default.createElement("tr", { ref: ref, className: buildClassnames.buildClassnames([SimpleTable_module.row, className]), ...rest })));
|
|
18
|
+
TableRow.displayName = 'SimpleTable.Row';
|
|
19
|
+
const TableCell = React__default.default.forwardRef(({ align, className, style, ...rest }, ref) => (React__default.default.createElement("td", { ref: ref, className: buildClassnames.buildClassnames([SimpleTable_module.cell, className]), style: { ...assignCssVars.assignCssVars({ textAlign: align }), ...style }, ...rest })));
|
|
20
|
+
TableCell.displayName = 'SimpleTable.Cell';
|
|
21
|
+
const TableHeaderCell = React__default.default.forwardRef(({ align, className, style, ...rest }, ref) => (React__default.default.createElement("th", { ref: ref, className: buildClassnames.buildClassnames([SimpleTable_module.headerCell, className]), style: { ...assignCssVars.assignCssVars({ textAlign: align }), ...style }, ...rest })));
|
|
22
|
+
TableHeaderCell.displayName = 'SimpleTable.HeaderCell';
|
|
10
23
|
/**
|
|
11
24
|
* A simple table component which provides flexible, pre-styled table elements.
|
|
12
25
|
*/
|
|
13
|
-
const SimpleTable = ({ striped = true, className, children }) => (React__default.default.createElement(
|
|
14
|
-
SimpleTable.Header =
|
|
15
|
-
SimpleTable.Body =
|
|
16
|
-
SimpleTable.Row =
|
|
17
|
-
SimpleTable.HeaderCell =
|
|
18
|
-
SimpleTable.Cell =
|
|
26
|
+
const SimpleTable = ({ striped = true, className, children }) => (React__default.default.createElement("table", { className: buildClassnames.buildClassnames([SimpleTable_module.table, striped ? SimpleTable_module.striped : undefined, className]) }, children));
|
|
27
|
+
SimpleTable.Header = TableHeader;
|
|
28
|
+
SimpleTable.Body = TableBody;
|
|
29
|
+
SimpleTable.Row = TableRow;
|
|
30
|
+
SimpleTable.HeaderCell = TableHeaderCell;
|
|
31
|
+
SimpleTable.Cell = TableCell;
|
|
19
32
|
|
|
20
33
|
exports.SimpleTable = SimpleTable;
|
|
21
34
|
//# sourceMappingURL=SimpleTable.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimpleTable.cjs","sources":["../../../src/components/SimpleTable/SimpleTable.tsx"],"sourcesContent":["import React from 'react';\nimport {
|
|
1
|
+
{"version":3,"file":"SimpleTable.cjs","sources":["../../../src/components/SimpleTable/SimpleTable.tsx"],"sourcesContent":["import React from 'react';\nimport { buildClassnames } from '../../utils';\nimport { assignCssVars } from '../../utils/assignCssVars';\nimport styles from './SimpleTable.module.scss';\nimport { SimpleTableProps } from './types';\n\ntype TableCellProps = React.TdHTMLAttributes<HTMLTableCellElement> & {\n align?: 'left' | 'right' | 'center';\n};\n\ntype TableHeaderCellProps = React.ThHTMLAttributes<HTMLTableCellElement> & {\n align?: 'left' | 'right' | 'center';\n};\n\nconst TableHeader = React.forwardRef<\n HTMLTableSectionElement,\n React.HTMLAttributes<HTMLTableSectionElement>\n>(({ className, ...rest }, ref) => (\n <thead ref={ref} className={buildClassnames([styles.header, className])} {...rest} />\n));\nTableHeader.displayName = 'SimpleTable.Header';\n\nconst TableBody = React.forwardRef<\n HTMLTableSectionElement,\n React.HTMLAttributes<HTMLTableSectionElement>\n>(({ className, ...rest }, ref) => (\n <tbody ref={ref} className={buildClassnames([styles.body, className])} {...rest} />\n));\nTableBody.displayName = 'SimpleTable.Body';\n\nconst TableRow = React.forwardRef<HTMLTableRowElement, React.HTMLAttributes<HTMLTableRowElement>>(\n ({ className, ...rest }, ref) => (\n <tr ref={ref} className={buildClassnames([styles.row, className])} {...rest} />\n ),\n);\nTableRow.displayName = 'SimpleTable.Row';\n\nconst TableCell = React.forwardRef<HTMLTableCellElement, TableCellProps>(\n ({ align, className, style, ...rest }, ref) => (\n <td\n ref={ref}\n className={buildClassnames([styles.cell, className])}\n style={{ ...assignCssVars({ textAlign: align }), ...style }}\n {...rest}\n />\n ),\n);\nTableCell.displayName = 'SimpleTable.Cell';\n\nconst TableHeaderCell = React.forwardRef<HTMLTableCellElement, TableHeaderCellProps>(\n ({ align, className, style, ...rest }, ref) => (\n <th\n ref={ref}\n className={buildClassnames([styles.headerCell, className])}\n style={{ ...assignCssVars({ textAlign: align }), ...style }}\n {...rest}\n />\n ),\n);\nTableHeaderCell.displayName = 'SimpleTable.HeaderCell';\n\n/**\n * A simple table component which provides flexible, pre-styled table elements.\n */\nexport const SimpleTable = ({ striped = true, className, children }: SimpleTableProps) => (\n <table className={buildClassnames([styles.table, striped ? styles.striped : undefined, className])}>\n {children}\n </table>\n);\n\nSimpleTable.Header = TableHeader;\nSimpleTable.Body = TableBody;\nSimpleTable.Row = TableRow;\nSimpleTable.HeaderCell = TableHeaderCell;\nSimpleTable.Cell = TableCell;\n"],"names":["React","buildClassnames","styles","assignCssVars"],"mappings":";;;;;;;;;;;;AAcA,MAAM,WAAW,GAAGA,sBAAK,CAAC,UAAU,CAGlC,CAAC,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,GAAG,MAC5BA,sBAAA,CAAA,aAAA,CAAA,OAAA,EAAA,EAAO,GAAG,EAAE,GAAG,EAAE,SAAS,EAAEC,+BAAe,CAAC,CAACC,kBAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC,EAAA,GAAM,IAAI,EAAA,CAAI,CACtF,CAAC;AACF,WAAW,CAAC,WAAW,GAAG,oBAAoB;AAE9C,MAAM,SAAS,GAAGF,sBAAK,CAAC,UAAU,CAGhC,CAAC,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,GAAG,MAC5BA,sBAAA,CAAA,aAAA,CAAA,OAAA,EAAA,EAAO,GAAG,EAAE,GAAG,EAAE,SAAS,EAAEC,+BAAe,CAAC,CAACC,kBAAM,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC,EAAA,GAAM,IAAI,EAAA,CAAI,CACpF,CAAC;AACF,SAAS,CAAC,WAAW,GAAG,kBAAkB;AAE1C,MAAM,QAAQ,GAAGF,sBAAK,CAAC,UAAU,CAC/B,CAAC,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,EAAE,GAAG,MAC1BA,sBAAA,CAAA,aAAA,CAAA,IAAA,EAAA,EAAI,GAAG,EAAE,GAAG,EAAE,SAAS,EAAEC,+BAAe,CAAC,CAACC,kBAAM,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC,EAAA,GAAM,IAAI,EAAA,CAAI,CAChF,CACF;AACD,QAAQ,CAAC,WAAW,GAAG,iBAAiB;AAExC,MAAM,SAAS,GAAGF,sBAAK,CAAC,UAAU,CAChC,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,GAAG,MACxCA,sBAAA,CAAA,aAAA,CAAA,IAAA,EAAA,EACE,GAAG,EAAE,GAAG,EACR,SAAS,EAAEC,+BAAe,CAAC,CAACC,kBAAM,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC,EACpD,KAAK,EAAE,EAAE,GAAGC,2BAAa,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,KAAK,EAAE,EAAA,GACvD,IAAI,EAAA,CACR,CACH,CACF;AACD,SAAS,CAAC,WAAW,GAAG,kBAAkB;AAE1C,MAAM,eAAe,GAAGH,sBAAK,CAAC,UAAU,CACtC,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,GAAG,MACxCA,sBAAA,CAAA,aAAA,CAAA,IAAA,EAAA,EACE,GAAG,EAAE,GAAG,EACR,SAAS,EAAEC,+BAAe,CAAC,CAACC,kBAAM,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC,EAC1D,KAAK,EAAE,EAAE,GAAGC,2BAAa,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,KAAK,EAAE,EAAA,GACvD,IAAI,EAAA,CACR,CACH,CACF;AACD,eAAe,CAAC,WAAW,GAAG,wBAAwB;AAEtD;;AAEG;MACU,WAAW,GAAG,CAAC,EAAE,OAAO,GAAG,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAoB,MACnFH,sBAAA,CAAA,aAAA,CAAA,OAAA,EAAA,EAAO,SAAS,EAAEC,+BAAe,CAAC,CAACC,kBAAM,CAAC,KAAK,EAAE,OAAO,GAAGA,kBAAM,CAAC,OAAO,GAAG,SAAS,EAAE,SAAS,CAAC,CAAC,EAAA,EAC/F,QAAQ,CACH;AAGV,WAAW,CAAC,MAAM,GAAG,WAAW;AAChC,WAAW,CAAC,IAAI,GAAG,SAAS;AAC5B,WAAW,CAAC,GAAG,GAAG,QAAQ;AAC1B,WAAW,CAAC,UAAU,GAAG,eAAe;AACxC,WAAW,CAAC,IAAI,GAAG,SAAS;;;;"}
|