@procore/core-react 11.1.0-rc.9 → 11.1.0
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/Avatar/Avatar.d.ts +1 -1
- package/dist/Avatar/Avatar.js +1 -1
- package/dist/AvatarStack/index.d.ts +1 -1
- package/dist/Badge/index.d.ts +1 -1
- package/dist/Banner/Banner.js +1 -1
- package/dist/Breadcrumbs/Breadcrumbs.js +1 -1
- package/dist/Button/Button.d.ts +1 -1
- package/dist/Button/Button.js +1 -1
- package/dist/Card/Card.d.ts +1 -1
- package/dist/Card/Card.js +1 -1
- package/dist/Checkbox/Checkbox.d.ts +1 -1
- package/dist/Checkbox/Checkbox.js +1 -1
- package/dist/ContactItem/ContactItem.js +1 -1
- package/dist/DateSelect/DateSelect.d.ts +1 -1
- package/dist/DateSelect/DateSelect.js +1 -1
- package/dist/DetailPage/DetailPage.d.ts +1 -1
- package/dist/DetailPage/DetailPage.js +1 -1
- package/dist/Dropdown/Dropdown.js +1 -1
- package/dist/DropdownFlyout/DropdownFlyout.d.ts +1 -1
- package/dist/DropdownFlyout/DropdownFlyout.js +3 -3
- package/dist/DropdownFlyout/DropdownFlyout.js.map +1 -1
- package/dist/Dropzone/Dropzone.js +1 -1
- package/dist/EmptyState/EmptyState.js +1 -1
- package/dist/FileList/FileList.d.ts +3 -1
- package/dist/FileList/FileList.js +3 -1
- package/dist/FileList/FileList.js.map +1 -1
- package/dist/Form/Form.styles.js +6 -6
- package/dist/Form/Form.styles.js.map +1 -1
- package/dist/Grid/Grid.js +2 -1
- package/dist/Grid/Grid.js.map +1 -1
- package/dist/GroupSelect/GroupSelect.d.ts +1 -1
- package/dist/GroupSelect/GroupSelect.js +1 -1
- package/dist/Input/Input.d.ts +8 -2
- package/dist/Input/Input.js +8 -2
- package/dist/Input/Input.js.map +1 -1
- package/dist/Link/Link.d.ts +1 -1
- package/dist/Link/Link.js +1 -1
- package/dist/Menu/Menu.d.ts +1 -1
- package/dist/Menu/Menu.js +1 -1
- package/dist/MenuImperative/MenuImperative.js +5 -1
- package/dist/MenuImperative/MenuImperative.js.map +1 -1
- package/dist/Modal/Modal.js +1 -1
- package/dist/MultiSelect/MultiSelect.js +1 -1
- package/dist/NextMenu/NextMenu.d.ts +4 -0
- package/dist/NextMenu/NextMenu.js +26 -0
- package/dist/NextMenu/NextMenu.js.map +1 -0
- package/dist/NextMenu/NextMenu.types.d.ts +52 -0
- package/dist/NextMenu/NextMenu.types.js +2 -0
- package/dist/NextMenu/NextMenu.types.js.map +1 -0
- package/dist/Notation/Notation.d.ts +1 -1
- package/dist/Notation/Notation.js +2 -2
- package/dist/NumberInput/NumberInput.d.ts +1 -1
- package/dist/NumberInput/NumberInput.js +1 -1
- package/dist/OverlayTrigger/OverlayTrigger.d.ts +5 -1
- package/dist/OverlayTrigger/OverlayTrigger.js +5 -1
- package/dist/OverlayTrigger/OverlayTrigger.js.map +1 -1
- package/dist/Pagination/Pagination.d.ts +1 -1
- package/dist/Pagination/Pagination.js +1 -1
- package/dist/Panel/Panel.js +1 -1
- package/dist/Pill/Pill.d.ts +1 -1
- package/dist/Pill/Pill.js +1 -1
- package/dist/PillSelect/PillSelect.d.ts +1 -1
- package/dist/PillSelect/PillSelect.js +1 -1
- package/dist/Popover/Popover.js +1 -1
- package/dist/Portal/Portal.d.ts +1 -1
- package/dist/Portal/Portal.js +1 -1
- package/dist/ProgressBar/ProgressBar.d.ts +1 -1
- package/dist/ProgressBar/ProgressBar.js +1 -1
- package/dist/RadioButton/RadioButton.d.ts +1 -1
- package/dist/RadioButton/RadioButton.js +1 -1
- package/dist/Required/Required.d.ts +5 -1
- package/dist/Required/Required.js +5 -1
- package/dist/Required/Required.js.map +1 -1
- package/dist/Search/Search.d.ts +1 -1
- package/dist/Search/Search.js +1 -1
- package/dist/SegmentedController/SegmentedController.d.ts +1 -1
- package/dist/SegmentedController/SegmentedController.js +1 -1
- package/dist/Select/Select.js +1 -1
- package/dist/Select/Select.styles.js +4 -4
- package/dist/Select/Select.styles.js.map +1 -1
- package/dist/Semantic/Semantic.styles.js +4 -9
- package/dist/Semantic/Semantic.styles.js.map +1 -1
- package/dist/Slider/Slider.d.ts +1 -1
- package/dist/Slider/Slider.js +1 -1
- package/dist/Spinner/Spinner.d.ts +1 -1
- package/dist/Spinner/Spinner.js +1 -1
- package/dist/Switch/Switch.d.ts +1 -1
- package/dist/Switch/Switch.js +1 -1
- package/dist/Table/Table.d.ts +5 -1
- package/dist/Table/Table.js +5 -1
- package/dist/Table/Table.js.map +1 -1
- package/dist/Table/Table.styles.js +6 -6
- package/dist/Table/Table.styles.js.map +1 -1
- package/dist/TableShelf/TableShelf.js +1 -1
- package/dist/TableShelf/TableShelf.js.map +1 -1
- package/dist/Tabs/Tabs.d.ts +1 -1
- package/dist/Tabs/Tabs.js +1 -1
- package/dist/Tearsheet/Tearsheet.d.ts +3 -1
- package/dist/Tearsheet/Tearsheet.js +3 -1
- package/dist/Tearsheet/Tearsheet.js.map +1 -1
- package/dist/TextArea/TextArea.d.ts +1 -1
- package/dist/TextArea/TextArea.js +1 -1
- package/dist/TextEditor/TextEditor.d.ts +1 -1
- package/dist/TextEditor/TextEditor.js +1 -1
- package/dist/TextEditorOutput/TextEditorOutput.d.ts +1 -1
- package/dist/TextEditorOutput/TextEditorOutput.js +1 -1
- package/dist/Thumbnail/Thumbnail.js +1 -1
- package/dist/TieredDropdown/useSearch.js +1 -1
- package/dist/TieredDropdown/useSearch.js.map +1 -1
- package/dist/TieredSelect/TieredSelect.d.ts +1 -1
- package/dist/TieredSelect/TieredSelect.js +1 -1
- package/dist/Toast/Toast.d.ts +1 -1
- package/dist/Toast/Toast.js +1 -1
- package/dist/ToggleButton/ToggleButton.d.ts +1 -1
- package/dist/ToggleButton/ToggleButton.js +1 -1
- package/dist/Token/Token.d.ts +1 -1
- package/dist/Token/Token.js +1 -1
- package/dist/Tooltip/Tooltip.js +2 -2
- package/dist/Tooltip/Tooltip.js.map +1 -1
- package/dist/Tooltip/Tooltip.styles.js +1 -1
- package/dist/Tooltip/Tooltip.styles.js.map +1 -1
- package/dist/Tree/Tree.d.ts +1 -1
- package/dist/Tree/Tree.js +1 -1
- package/dist/Typeahead/Typeahead.d.ts +4 -1
- package/dist/Typeahead/Typeahead.js +4 -1
- package/dist/Typeahead/Typeahead.js.map +1 -1
- package/dist/Typography/Typography.d.ts +5 -1
- package/dist/Typography/Typography.js +5 -1
- package/dist/Typography/Typography.js.map +1 -1
- package/dist/_hooks/DateTime/DateTime.js +1 -1
- package/dist/_hooks/DateTime/DateTime.js.map +1 -1
- package/dist/_hooks/DateTime/index.d.ts +1 -1
- package/dist/_hooks/DateTime/index.js +1 -1
- package/dist/_hooks/DateTime/index.js.map +1 -1
- package/dist/_hooks/I18n.js +2 -2
- package/dist/_hooks/I18n.js.map +1 -1
- package/dist/_hooks/OverflowObserver/index.d.ts +1 -1
- package/dist/_hooks/OverflowObserver/index.js +1 -1
- package/dist/_hooks/OverflowObserver/index.js.map +1 -1
- package/dist/_styles/arrows.d.ts +1 -1
- package/dist/_styles/arrows.js +1 -1
- package/dist/_styles/arrows.js.map +1 -1
- package/dist/_typedoc/Avatar/Avatar.types.json +17 -17
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +22 -22
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +12 -12
- package/dist/_typedoc/Box/Box.types.json +66 -66
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +7 -7
- package/dist/_typedoc/Button/Button.types.json +11 -11
- package/dist/_typedoc/Calendar/Calendar.types.json +79 -79
- package/dist/_typedoc/Card/Card.types.json +6 -6
- package/dist/_typedoc/Checkbox/Checkbox.types.json +7 -7
- package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
- package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
- package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
- package/dist/_typedoc/DetailPage/DetailPage.types.json +4 -4
- package/dist/_typedoc/Dropdown/Dropdown.types.json +35 -35
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +32 -32
- package/dist/_typedoc/Dropzone/Dropzone.types.json +41 -41
- package/dist/_typedoc/EmptyState/EmptyState.types.json +14 -14
- package/dist/_typedoc/FileList/FileList.types.json +9 -9
- package/dist/_typedoc/FileSelect/FileSelect.types.json +26 -26
- package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
- package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
- package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
- package/dist/_typedoc/Flex/Flex.types.json +26 -26
- package/dist/_typedoc/FlexList/FlexList.types.json +29 -29
- package/dist/_typedoc/Form/Form.types.json +688 -688
- package/dist/_typedoc/Grid/Grid.types.json +8 -8
- package/dist/_typedoc/GroupSelect/GroupSelect.types.json +51 -51
- package/dist/_typedoc/Input/Input.types.json +2 -2
- package/dist/_typedoc/Link/Link.types.json +4 -4
- package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
- package/dist/_typedoc/Menu/Menu.types.json +61 -61
- package/dist/_typedoc/MenuImperative/MenuImperative.types.json +67 -67
- package/dist/_typedoc/Modal/Modal.types.json +27 -27
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +30 -30
- package/dist/_typedoc/Notation/Notation.types.json +4 -4
- package/dist/_typedoc/NumberInput/NumberInput.types.json +36 -36
- package/dist/_typedoc/OverlayTrigger/OverlayTrigger.json +18 -18
- package/dist/_typedoc/PageLayout/PageLayout.types.json +7 -7
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +27 -27
- package/dist/_typedoc/Pill/Pill.types.json +1 -1
- package/dist/_typedoc/PillSelect/PillSelect.types.json +46 -46
- package/dist/_typedoc/Popover/Popover.types.json +9 -9
- package/dist/_typedoc/ProgressBar/ProgressBar.types.json +5 -5
- package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
- package/dist/_typedoc/Required/Required.types.json +5 -5
- package/dist/_typedoc/Search/Search.types.json +18 -18
- package/dist/_typedoc/Section/Section.types.json +14 -14
- package/dist/_typedoc/SegmentedController/SegmentedController.types.json +20 -20
- package/dist/_typedoc/Select/Select.types.json +31 -31
- package/dist/_typedoc/Slider/Slider.types.json +6 -6
- package/dist/_typedoc/Spinner/Spinner.types.json +8 -8
- package/dist/_typedoc/Switch/Switch.types.json +3 -3
- package/dist/_typedoc/Table/Table.types.json +94 -94
- package/dist/_typedoc/Tabs/Tabs.types.json +15 -15
- package/dist/_typedoc/Tearsheet/Tearsheet.types.json +10 -10
- package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
- package/dist/_typedoc/TextEditor/TextEditor.types.json +7 -7
- package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +3 -3
- package/dist/_typedoc/Thumbnail/Thumbnail.types.json +25 -25
- package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +41 -41
- package/dist/_typedoc/TieredSelect/TieredSelect.types.json +27 -27
- package/dist/_typedoc/Tile/Tile.types.json +30 -30
- package/dist/_typedoc/Toast/Toast.types.json +4 -4
- package/dist/_typedoc/ToggleButton/ToggleButton.types.json +3 -3
- package/dist/_typedoc/Token/Token.types.json +4 -4
- package/dist/_typedoc/ToolHeader/ToolHeader.types.json +8 -8
- package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
- package/dist/_typedoc/Tree/Tree.types.json +85 -85
- package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
- package/dist/_typedoc/Typography/Typography.types.json +8 -8
- package/dist/_typedoc/_utils/types.json +3 -3
- package/dist/_utils/getAnchorPosition.js +3 -1
- package/dist/_utils/getAnchorPosition.js.map +1 -1
- package/package.json +25 -24
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { GroupContent, GroupItemContent, ItemContent } from 'react-virtuoso';
|
|
2
|
+
import { Props } from '../_utils/types';
|
|
3
|
+
export interface NextMenuProps<T> extends Props {
|
|
4
|
+
/**
|
|
5
|
+
* Items that should be rendered in the menu
|
|
6
|
+
* It is ignored for grouped menu
|
|
7
|
+
* @see menuItemRenderer
|
|
8
|
+
* @since 11.1.1
|
|
9
|
+
*/
|
|
10
|
+
items: T[];
|
|
11
|
+
/**
|
|
12
|
+
* Menu displayed as grouped or flat list
|
|
13
|
+
* @default false
|
|
14
|
+
* @since 11.1.1
|
|
15
|
+
*/
|
|
16
|
+
isGrouped?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Specifies the amount of items in each group (and, actually, how many groups are there).
|
|
19
|
+
* For example, passing [20, 30] will display 2 groups with 20 and 30 items each.
|
|
20
|
+
* @since 11.1.1
|
|
21
|
+
*/
|
|
22
|
+
groupCounts?: number[];
|
|
23
|
+
/**
|
|
24
|
+
* Specifies how each group header gets rendered.
|
|
25
|
+
* The callback receives the zero-based index of the group.
|
|
26
|
+
* @since 11.1.1
|
|
27
|
+
*/
|
|
28
|
+
groupHeaderRenderer?: GroupContent;
|
|
29
|
+
/**
|
|
30
|
+
* Specifies how each item gets rendered.
|
|
31
|
+
* @since 11.1.1
|
|
32
|
+
*/
|
|
33
|
+
menuItemRenderer?: ItemContent<T, any> | GroupItemContent<T, any>;
|
|
34
|
+
/**
|
|
35
|
+
* Handler for selecting menu items
|
|
36
|
+
* @since 11.1.1
|
|
37
|
+
*/
|
|
38
|
+
onSelect?: (event: any) => T;
|
|
39
|
+
}
|
|
40
|
+
export interface NextMenuItemProps<T> extends Props {
|
|
41
|
+
item: T;
|
|
42
|
+
/**
|
|
43
|
+
* @default false
|
|
44
|
+
* @since 11.1.1
|
|
45
|
+
*/
|
|
46
|
+
isSelected: boolean;
|
|
47
|
+
/**
|
|
48
|
+
* Handler for selecting menu items
|
|
49
|
+
* @since 11.1.1
|
|
50
|
+
*/
|
|
51
|
+
onSelect?: (event: any) => T;
|
|
52
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NextMenu.types.js","sourceRoot":"","sources":["../../src/NextMenu/NextMenu.types.tsx"],"names":[],"mappings":""}
|
|
@@ -6,6 +6,6 @@ import { NotationProps } from './Notation.types';
|
|
|
6
6
|
* notations or the `<Required />` component for required notations. `Notation`
|
|
7
7
|
* will be removed in a future version.
|
|
8
8
|
*
|
|
9
|
-
* @see [Storybook](https://procore.github.io/core/latest/?path=/story/coverage-notation--basic-props)
|
|
9
|
+
* @see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/coverage-notation--basic-props)
|
|
10
10
|
*/
|
|
11
11
|
export declare const Notation: React.ForwardRefExoticComponent<SpanAttributes & NotationProps & React.RefAttributes<HTMLSpanElement>>;
|
|
@@ -40,7 +40,7 @@ var StyledNotation = styled.i(templateObject_1 || (templateObject_1 = __makeTemp
|
|
|
40
40
|
* notations or the `<Required />` component for required notations. `Notation`
|
|
41
41
|
* will be removed in a future version.
|
|
42
42
|
*
|
|
43
|
-
* @see [Storybook](https://procore.github.io/core/latest/?path=/story/coverage-notation--basic-props)
|
|
43
|
+
* @see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/coverage-notation--basic-props)
|
|
44
44
|
*/
|
|
45
45
|
])), getTypographyIntent('small'), function (_a) {
|
|
46
46
|
var variant = _a.variant;
|
|
@@ -51,7 +51,7 @@ var StyledNotation = styled.i(templateObject_1 || (templateObject_1 = __makeTemp
|
|
|
51
51
|
* notations or the `<Required />` component for required notations. `Notation`
|
|
52
52
|
* will be removed in a future version.
|
|
53
53
|
*
|
|
54
|
-
* @see [Storybook](https://procore.github.io/core/latest/?path=/story/coverage-notation--basic-props)
|
|
54
|
+
* @see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/coverage-notation--basic-props)
|
|
55
55
|
*/
|
|
56
56
|
export var Notation = React.forwardRef(function Notation(_a, ref) {
|
|
57
57
|
var children = _a.children, _b = _a.variant, variant = _b === void 0 ? '' : _b, props = __rest(_a, ["children", "variant"]);
|
|
@@ -9,7 +9,7 @@ import { NumberInputProps } from './NumberInput.types';
|
|
|
9
9
|
|
|
10
10
|
@since 10.19.0
|
|
11
11
|
|
|
12
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-numberinput--demo-number-input)
|
|
12
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-numberinput--demo-number-input)
|
|
13
13
|
|
|
14
14
|
@see [Design Guidelines](https://design.procore.com/number-and-currency-input)
|
|
15
15
|
|
|
@@ -43,7 +43,7 @@ var MinusIcon = function () { return (React.createElement("svg", { width: "8", h
|
|
|
43
43
|
|
|
44
44
|
@since 10.19.0
|
|
45
45
|
|
|
46
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-numberinput--demo-number-input)
|
|
46
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-numberinput--demo-number-input)
|
|
47
47
|
|
|
48
48
|
@see [Design Guidelines](https://design.procore.com/number-and-currency-input)
|
|
49
49
|
|
|
@@ -63,7 +63,11 @@ export interface OverlayTriggerProps extends PickedOverlayProps, PickedTriggerPr
|
|
|
63
63
|
showKeys?: string[];
|
|
64
64
|
}
|
|
65
65
|
/**
|
|
66
|
-
|
|
66
|
+
|
|
67
|
+
@since 10.19.0
|
|
68
|
+
|
|
69
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-overlaytrigger--demo)
|
|
70
|
+
|
|
67
71
|
*/
|
|
68
72
|
export declare const OverlayTrigger: React.ForwardRefExoticComponent<OverlayTriggerProps & React.RefAttributes<HTMLElement>>;
|
|
69
73
|
export declare function CloseOnFocus({ hide }: {
|
|
@@ -33,7 +33,11 @@ var ClickOutside = function (_a) {
|
|
|
33
33
|
return React.createElement(React.Fragment, null);
|
|
34
34
|
};
|
|
35
35
|
/**
|
|
36
|
-
|
|
36
|
+
|
|
37
|
+
@since 10.19.0
|
|
38
|
+
|
|
39
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-overlaytrigger--demo)
|
|
40
|
+
|
|
37
41
|
*/
|
|
38
42
|
export var OverlayTrigger = React.forwardRef(function OverlayTrigger(_a, ref) {
|
|
39
43
|
var _b = _a.afterHide, afterHide = _b === void 0 ? function () { } : _b, _c = _a.afterShow, afterShow = _c === void 0 ? function () { } : _c, _d = _a.beforeHide, beforeHide = _d === void 0 ? function () { return true; } : _d, _e = _a.beforeShow, beforeShow = _e === void 0 ? function () { return true; } : _e, _f = _a.canFlip, canFlip = _f === void 0 ? true : _f, children = _a.children, _g = _a.clickOutsideIgnoreRefs, clickOutsideIgnoreRefs = _g === void 0 ? [] : _g, _h = _a.hideDelay, hideDelay = _h === void 0 ? 100 : _h, _j = _a.hideKeys, hideKeys = _j === void 0 ? {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OverlayTrigger.js","sourceRoot":"","sources":["../../src/OverlayTrigger/OverlayTrigger.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,OAAO,EAAgB,MAAM,oBAAoB,CAAA;AAC1D,OAAO,EAAsB,eAAe,EAAE,MAAM,wBAAwB,CAAA;AAE5E,OAAO,EACL,oBAAoB,EACpB,qBAAqB,EACrB,uBAAuB,GACxB,MAAM,yBAAyB,CAAA;AAChC,OAAO,EAAE,OAAO,EAAsB,MAAM,mBAAmB,CAAA;AAC/D,OAAO,EAAE,aAAa,EAAoB,MAAM,sBAAsB,CAAA;AAkFtE,IAAM,YAAY,GAAG,UAAC,EAA4C;QAA1C,cAAc,oBAAA,EAAE,IAAI,UAAA;IAC1C,eAAe,CAAC;QACd,cAAc,gBAAA;QACd,IAAI,MAAA;KACL,CAAC,CAAA;IAEF,OAAO,yCAAK,CAAA;AACd,CAAC,CAAA;AAED
|
|
1
|
+
{"version":3,"file":"OverlayTrigger.js","sourceRoot":"","sources":["../../src/OverlayTrigger/OverlayTrigger.tsx"],"names":[],"mappings":"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"}
|
|
@@ -10,7 +10,7 @@ import { PresetPaginationProps } from './Pagination.types';
|
|
|
10
10
|
|
|
11
11
|
@since 10.19.0
|
|
12
12
|
|
|
13
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-pagination--demo)
|
|
13
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-pagination--demo)
|
|
14
14
|
|
|
15
15
|
@see [Design Guidelines](https://design.procore.com/pagination)
|
|
16
16
|
|
|
@@ -51,7 +51,7 @@ var usePagination = function (_a) {
|
|
|
51
51
|
|
|
52
52
|
@since 10.19.0
|
|
53
53
|
|
|
54
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-pagination--demo)
|
|
54
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-pagination--demo)
|
|
55
55
|
|
|
56
56
|
@see [Design Guidelines](https://design.procore.com/pagination)
|
|
57
57
|
|
package/dist/Panel/Panel.js
CHANGED
|
@@ -147,7 +147,7 @@ var Footer = React.forwardRef(function Footer(_a, ref) {
|
|
|
147
147
|
|
|
148
148
|
@since 10.19.0
|
|
149
149
|
|
|
150
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-panel--demo)
|
|
150
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-panel--demo)
|
|
151
151
|
|
|
152
152
|
@see [Design Guidelines](https://design.procore.com/panel)
|
|
153
153
|
|
package/dist/Pill/Pill.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { PillProps } from './Pill.types';
|
|
|
7
7
|
|
|
8
8
|
@since 10.19.0
|
|
9
9
|
|
|
10
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-pill--demo)
|
|
10
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-pill--demo)
|
|
11
11
|
|
|
12
12
|
@see [Design Guidelines](https://design.procore.com/pill)
|
|
13
13
|
|
package/dist/Pill/Pill.js
CHANGED
|
@@ -29,7 +29,7 @@ import { StyledPill } from './Pill.styles';
|
|
|
29
29
|
|
|
30
30
|
@since 10.19.0
|
|
31
31
|
|
|
32
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-pill--demo)
|
|
32
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-pill--demo)
|
|
33
33
|
|
|
34
34
|
@see [Design Guidelines](https://design.procore.com/pill)
|
|
35
35
|
|
|
@@ -9,7 +9,7 @@ export declare function defaultGetColor(option: PillOption): import("..").PillCo
|
|
|
9
9
|
|
|
10
10
|
@since 10.19.0
|
|
11
11
|
|
|
12
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-pillselect--demo)
|
|
12
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-pillselect--demo)
|
|
13
13
|
|
|
14
14
|
@see [Design Guidelines](https://design.procore.com/pill-select)
|
|
15
15
|
|
|
@@ -61,7 +61,7 @@ var PillSelectOptGroup = React.forwardRef(function PillSelectOptGroup(props, ref
|
|
|
61
61
|
|
|
62
62
|
@since 10.19.0
|
|
63
63
|
|
|
64
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-pillselect--demo)
|
|
64
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-pillselect--demo)
|
|
65
65
|
|
|
66
66
|
@see [Design Guidelines](https://design.procore.com/pill-select)
|
|
67
67
|
|
package/dist/Popover/Popover.js
CHANGED
|
@@ -45,7 +45,7 @@ var Content = React.forwardRef(function Content(_a, ref) {
|
|
|
45
45
|
|
|
46
46
|
@since 10.19.0
|
|
47
47
|
|
|
48
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-popover--demo)
|
|
48
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-popover--demo)
|
|
49
49
|
|
|
50
50
|
@see [Design Guidelines](https://design.procore.com/popover)
|
|
51
51
|
|
package/dist/Portal/Portal.d.ts
CHANGED
|
@@ -3,6 +3,6 @@ import { PortalProps } from './Portal.types';
|
|
|
3
3
|
/**
|
|
4
4
|
* @deprecatedSince 11
|
|
5
5
|
* @deprecated Intended for internal library development.
|
|
6
|
-
* @see [Storybook](https://procore.github.io/core/latest/?path=/story/coverage-portal--defaults)
|
|
6
|
+
* @see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/coverage-portal--defaults)
|
|
7
7
|
*/
|
|
8
8
|
export declare function Portal({ children, container, }: PortalProps): React.ReactPortal;
|
package/dist/Portal/Portal.js
CHANGED
|
@@ -5,7 +5,7 @@ import { StyledPortal } from './Portal.styles';
|
|
|
5
5
|
/**
|
|
6
6
|
* @deprecatedSince 11
|
|
7
7
|
* @deprecated Intended for internal library development.
|
|
8
|
-
* @see [Storybook](https://procore.github.io/core/latest/?path=/story/coverage-portal--defaults)
|
|
8
|
+
* @see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/coverage-portal--defaults)
|
|
9
9
|
*/
|
|
10
10
|
export function Portal(_a) {
|
|
11
11
|
var children = _a.children, container = _a.container;
|
|
@@ -7,7 +7,7 @@ import { ProgressBarProps } from './ProgressBar.types';
|
|
|
7
7
|
|
|
8
8
|
@since 10.19.0
|
|
9
9
|
|
|
10
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-progressbar--demo)
|
|
10
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-progressbar--demo)
|
|
11
11
|
|
|
12
12
|
@see [Design Guidelines](https://design.procore.com/progress-bar)
|
|
13
13
|
|
|
@@ -31,7 +31,7 @@ var finalAnimationDuration = 900;
|
|
|
31
31
|
|
|
32
32
|
@since 10.19.0
|
|
33
33
|
|
|
34
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-progressbar--demo)
|
|
34
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-progressbar--demo)
|
|
35
35
|
|
|
36
36
|
@see [Design Guidelines](https://design.procore.com/progress-bar)
|
|
37
37
|
|
|
@@ -9,7 +9,7 @@ import { RadioButtonProps } from './RadioButton.types';
|
|
|
9
9
|
|
|
10
10
|
@since 10.19.0
|
|
11
11
|
|
|
12
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-radiobutton--demo)
|
|
12
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-radiobutton--demo)
|
|
13
13
|
|
|
14
14
|
@see [Design Guidelines](https://design.procore.com/radio-button)
|
|
15
15
|
|
|
@@ -31,7 +31,7 @@ import { StyledRadioButton, StyledRadioButtonInput, StyledRadioButtonLabel, } fr
|
|
|
31
31
|
|
|
32
32
|
@since 10.19.0
|
|
33
33
|
|
|
34
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-radiobutton--demo)
|
|
34
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-radiobutton--demo)
|
|
35
35
|
|
|
36
36
|
@see [Design Guidelines](https://design.procore.com/radio-button)
|
|
37
37
|
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { RequiredProps } from './Required.types';
|
|
3
3
|
/**
|
|
4
|
-
|
|
4
|
+
|
|
5
|
+
@since 10.19.0
|
|
6
|
+
|
|
7
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-required--demo)
|
|
8
|
+
|
|
5
9
|
*/
|
|
6
10
|
export declare const Required: React.ForwardRefExoticComponent<RequiredProps & React.RefAttributes<HTMLSpanElement>>;
|
|
@@ -24,7 +24,11 @@ import React from 'react';
|
|
|
24
24
|
import { useI18nContext } from '../_hooks/I18n';
|
|
25
25
|
import { StyledRequiredContainer, StyledRequiredMark, StyledRequiredText, } from './Required.styles';
|
|
26
26
|
/**
|
|
27
|
-
|
|
27
|
+
|
|
28
|
+
@since 10.19.0
|
|
29
|
+
|
|
30
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-required--demo)
|
|
31
|
+
|
|
28
32
|
*/
|
|
29
33
|
export var Required = React.forwardRef(function (_a, ref) {
|
|
30
34
|
var children = _a.children, _b = _a.i18nScope, i18nScope = _b === void 0 ? 'core.required' : _b, _c = _a.showLabel, showLabel = _c === void 0 ? false : _c, props = __rest(_a, ["children", "i18nScope", "showLabel"]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Required.js","sourceRoot":"","sources":["../../src/Required/Required.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAA;AAC/C,OAAO,EACL,uBAAuB,EACvB,kBAAkB,EAClB,kBAAkB,GACnB,MAAM,mBAAmB,CAAA;AAG1B
|
|
1
|
+
{"version":3,"file":"Required.js","sourceRoot":"","sources":["../../src/Required/Required.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAA;AAC/C,OAAO,EACL,uBAAuB,EACvB,kBAAkB,EAClB,kBAAkB,GACnB,MAAM,mBAAmB,CAAA;AAG1B;;;;;;GAMG;AACH,MAAM,CAAC,IAAM,QAAQ,GAAG,KAAK,CAAC,UAAU,CACtC,UACE,EAAsE,EACtE,GAAG;IADD,IAAA,QAAQ,cAAA,EAAE,iBAA2B,EAA3B,SAAS,mBAAG,eAAe,KAAA,EAAE,iBAAiB,EAAjB,SAAS,mBAAG,KAAK,KAAA,EAAK,KAAK,cAApE,sCAAsE,CAAF;IAGpE,IAAM,IAAI,GAAG,cAAc,EAAE,CAAA;IAC7B,IAAM,eAAe,GAAG,SAAS,IAAI,OAAO,CAAC,QAAQ,CAAC,CAAA;IAEtD,OAAO,CACL,oBAAC,uBAAuB,eAAK,KAAK,IAAE,GAAG,EAAE,GAAG;QAC1C,oBAAC,kBAAkB,kBAAa,eAAe,QAAwB;QACtE,eAAe,CAAC,CAAC,CAAC,CACjB,oBAAC,kBAAkB,QAChB,QAAQ;YACP,CAAC,CAAC,QAAQ;YACV,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,gBAAgB,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAC/B,CACtB,CAAC,CAAC,CAAC,IAAI,CACgB,CAC3B,CAAA;AACH,CAAC,CACF,CAAA;AAED,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAA"}
|
package/dist/Search/Search.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { SearchProps } from './Search.types';
|
|
|
7
7
|
|
|
8
8
|
@since 10.19.0
|
|
9
9
|
|
|
10
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-search--demo)
|
|
10
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-search--demo)
|
|
11
11
|
|
|
12
12
|
@see [Design Guidelines](https://design.procore.com/search-component)
|
|
13
13
|
|
package/dist/Search/Search.js
CHANGED
|
@@ -33,7 +33,7 @@ import { StyledClearButton, StyledInput, StyledSearch, StyledSearchButton, } fro
|
|
|
33
33
|
|
|
34
34
|
@since 10.19.0
|
|
35
35
|
|
|
36
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-search--demo)
|
|
36
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-search--demo)
|
|
37
37
|
|
|
38
38
|
@see [Design Guidelines](https://design.procore.com/search-component)
|
|
39
39
|
|
|
@@ -79,7 +79,7 @@ export declare const State: (props: any) => JSX.Element;
|
|
|
79
79
|
|
|
80
80
|
@since 10.19.0
|
|
81
81
|
|
|
82
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-segmentedcontroller--demo)
|
|
82
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-segmentedcontroller--demo)
|
|
83
83
|
|
|
84
84
|
@see [Design Guidelines](https://design.procore.com/segmented-controller)
|
|
85
85
|
|
|
@@ -139,7 +139,7 @@ Tooltip.displayName = 'SegmentedController.Tooltip';
|
|
|
139
139
|
|
|
140
140
|
@since 10.19.0
|
|
141
141
|
|
|
142
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-segmentedcontroller--demo)
|
|
142
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-segmentedcontroller--demo)
|
|
143
143
|
|
|
144
144
|
@see [Design Guidelines](https://design.procore.com/segmented-controller)
|
|
145
145
|
|
package/dist/Select/Select.js
CHANGED
|
@@ -93,7 +93,7 @@ var SelectMenu = React.forwardRef(function SelectMenu(_a, ref) {
|
|
|
93
93
|
|
|
94
94
|
@since 10.19.0
|
|
95
95
|
|
|
96
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-select--demo)
|
|
96
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-select--demo)
|
|
97
97
|
|
|
98
98
|
@see [Design Guidelines](https://design.procore.com/select)
|
|
99
99
|
|
|
@@ -3,15 +3,15 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
|
|
|
3
3
|
return cooked;
|
|
4
4
|
};
|
|
5
5
|
import styled, { css } from 'styled-components';
|
|
6
|
+
import { Button } from '../Button';
|
|
7
|
+
import { Card } from '../Card';
|
|
8
|
+
import { StyledCircle } from '../Spinner/Spinner.styles';
|
|
9
|
+
import { getTypographyIntent } from '../Typography/Typography.styles';
|
|
6
10
|
import { arrowDown, arrowUp } from '../_styles/arrows';
|
|
7
11
|
import { borderRadius } from '../_styles/borderRadius';
|
|
8
12
|
import { colors } from '../_styles/colors';
|
|
9
13
|
import { getEllipsis, getFocus } from '../_styles/mixins';
|
|
10
14
|
import { spacing } from '../_styles/spacing';
|
|
11
|
-
import { Button } from '../Button';
|
|
12
|
-
import { Card } from '../Card';
|
|
13
|
-
import { StyledCircle } from '../Spinner/Spinner.styles';
|
|
14
|
-
import { getTypographyIntent } from '../Typography/Typography.styles';
|
|
15
15
|
export var dataQa = {
|
|
16
16
|
focused: 'core-select-focused',
|
|
17
17
|
hovered: 'core-select-hovered',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Select.styles.js","sourceRoot":"","sources":["../../src/Select/Select.styles.tsx"],"names":[],"mappings":";;;;AAAA,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAA;AAC/C,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"Select.styles.js","sourceRoot":"","sources":["../../src/Select/Select.styles.tsx"],"names":[],"mappings":"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"}
|
|
@@ -5,19 +5,14 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
|
|
|
5
5
|
import styled, { css } from 'styled-components';
|
|
6
6
|
import { getTypographyIntent, semiboldRules, } from '../Typography/Typography.styles';
|
|
7
7
|
import { colors } from '../_styles/colors';
|
|
8
|
+
import { spacing } from '../_styles/spacing';
|
|
8
9
|
export var StyledH1 = styled.h1(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n color: ", ";\n ", "\n margin: 0;\n"], ["\n color: ", ";\n ", "\n margin: 0;\n"])), colors.gray15, getTypographyIntent('h1'));
|
|
9
10
|
export var StyledH2 = styled.h2(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n color: ", ";\n ", "\n margin: 0;\n"], ["\n color: ", ";\n ", "\n margin: 0;\n"])), colors.gray15, getTypographyIntent('h2'));
|
|
10
|
-
export var StyledH3 = styled.h3(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n color: ", ";\n ", "\n margin: 0;\n"], ["\n color: ", ";\n ", "\n margin: 0;\n"
|
|
11
|
-
// TODO: do we want to pull the font size/margin
|
|
12
|
-
// out to a const from Typography instead?
|
|
13
|
-
])), colors.gray15, getTypographyIntent('h3'));
|
|
14
|
-
// TODO: do we want to pull the font size/margin
|
|
15
|
-
// out to a const from Typography instead?
|
|
16
|
-
var bodyFontSize = 14;
|
|
11
|
+
export var StyledH3 = styled.h3(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n color: ", ";\n ", "\n margin: 0;\n"], ["\n color: ", ";\n ", "\n margin: 0;\n"])), colors.gray15, getTypographyIntent('h3'));
|
|
17
12
|
var topMarginRules = function () {
|
|
18
|
-
return css(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n & + &,\n p + &,\n ul + & {\n margin-top: ", "px;\n }\n "], ["\n & + &,\n p + &,\n ul + & {\n margin-top: ", "px;\n }\n "])),
|
|
13
|
+
return css(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n & + &,\n p + &,\n ul + & {\n margin-top: ", "px;\n }\n "], ["\n & + &,\n p + &,\n ul + & {\n margin-top: ", "px;\n }\n "])), spacing.lg);
|
|
19
14
|
};
|
|
20
15
|
export var StyledP = styled.p(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n color: ", ";\n ", "\n ", "\n ", "\n"], ["\n color: ", ";\n ", "\n ", "\n ", "\n"])), colors.gray15, getTypographyIntent('body'), topMarginRules, semiboldRules);
|
|
21
|
-
export var StyledUL = styled.ul(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n color: ", ";\n margin: 0;\n padding: 0;\n ", "\n ", "\n\n padding-left: ", "px;\n\n & > li {\n list-style-type: disc;\n }\n"], ["\n color: ", ";\n margin: 0;\n padding: 0;\n ", "\n ", "\n\n padding-left: ", "px;\n\n & > li {\n list-style-type: disc;\n }\n"])), colors.gray15, getTypographyIntent('body'), topMarginRules,
|
|
16
|
+
export var StyledUL = styled.ul(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n color: ", ";\n margin: 0;\n padding: 0;\n ", "\n ", "\n\n padding-left: ", "px;\n\n & > li {\n list-style-type: disc;\n }\n"], ["\n color: ", ";\n margin: 0;\n padding: 0;\n ", "\n ", "\n\n padding-left: ", "px;\n\n & > li {\n list-style-type: disc;\n }\n"])), colors.gray15, getTypographyIntent('body'), topMarginRules, spacing.lg);
|
|
22
17
|
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6;
|
|
23
18
|
//# sourceMappingURL=Semantic.styles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Semantic.styles.js","sourceRoot":"","sources":["../../src/Semantic/Semantic.styles.ts"],"names":[],"mappings":";;;;AAAA,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAA;AAC/C,OAAO,EACL,mBAAmB,EACnB,aAAa,GACd,MAAM,iCAAiC,CAAA;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;
|
|
1
|
+
{"version":3,"file":"Semantic.styles.js","sourceRoot":"","sources":["../../src/Semantic/Semantic.styles.ts"],"names":[],"mappings":";;;;AAAA,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAA;AAC/C,OAAO,EACL,mBAAmB,EACnB,aAAa,GACd,MAAM,iCAAiC,CAAA;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAA;AAE5C,MAAM,CAAC,IAAM,QAAQ,GAAG,MAAM,CAAC,EAAE,6GAAA,aACtB,EAAa,OACpB,EAAyB,kBAE5B,KAHU,MAAM,CAAC,MAAM,EACpB,mBAAmB,CAAC,IAAI,CAAC,CAE5B,CAAA;AACD,MAAM,CAAC,IAAM,QAAQ,GAAG,MAAM,CAAC,EAAE,6GAAA,aACtB,EAAa,OACpB,EAAyB,kBAE5B,KAHU,MAAM,CAAC,MAAM,EACpB,mBAAmB,CAAC,IAAI,CAAC,CAE5B,CAAA;AACD,MAAM,CAAC,IAAM,QAAQ,GAAG,MAAM,CAAC,EAAE,6GAAA,aACtB,EAAa,OACpB,EAAyB,kBAE5B,KAHU,MAAM,CAAC,MAAM,EACpB,mBAAmB,CAAC,IAAI,CAAC,CAE5B,CAAA;AAED,IAAM,cAAc,GAAG;IACrB,OAAO,GAAG,iJAAA,4DAIQ,EAAU,gBAE3B,KAFiB,OAAO,CAAC,EAAE,EAE3B;AACH,CAAC,CAAA;AAED,MAAM,CAAC,IAAM,OAAO,GAAG,MAAM,CAAC,CAAC,+GAAA,aACpB,EAAa,OACpB,EAA2B,MAC3B,EAAc,MACd,EAAa,IAChB,KAJU,MAAM,CAAC,MAAM,EACpB,mBAAmB,CAAC,MAAM,CAAC,EAC3B,cAAc,EACd,aAAa,CAChB,CAAA;AACD,MAAM,CAAC,IAAM,QAAQ,GAAG,MAAM,CAAC,EAAE,8MAAA,aACtB,EAAa,oCAGpB,EAA2B,MAC3B,EAAc,sBAEA,EAAU,sDAK3B,KAXU,MAAM,CAAC,MAAM,EAGpB,mBAAmB,CAAC,MAAM,CAAC,EAC3B,cAAc,EAEA,OAAO,CAAC,EAAE,CAK3B,CAAA"}
|
package/dist/Slider/Slider.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export declare const getDefaultValue: ({ min, max, step, }: {
|
|
|
30
30
|
|
|
31
31
|
@since 10.19.0
|
|
32
32
|
|
|
33
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-slider--demo)
|
|
33
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-slider--demo)
|
|
34
34
|
|
|
35
35
|
@see [Design Guidelines](https://design.procore.com/slider)
|
|
36
36
|
|
package/dist/Slider/Slider.js
CHANGED
|
@@ -63,7 +63,7 @@ export var getDefaultValue = function (_a) {
|
|
|
63
63
|
|
|
64
64
|
@since 10.19.0
|
|
65
65
|
|
|
66
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-slider--demo)
|
|
66
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-slider--demo)
|
|
67
67
|
|
|
68
68
|
@see [Design Guidelines](https://design.procore.com/slider)
|
|
69
69
|
|
|
@@ -8,7 +8,7 @@ export declare const defaultSpinnerSize = "lg";
|
|
|
8
8
|
|
|
9
9
|
@since 10.19.0
|
|
10
10
|
|
|
11
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-spinner--demo)
|
|
11
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-spinner--demo)
|
|
12
12
|
|
|
13
13
|
@see [Design Guidelines](https://design.procore.com/spinner)
|
|
14
14
|
|
package/dist/Spinner/Spinner.js
CHANGED
|
@@ -36,7 +36,7 @@ export var defaultSpinnerSize = 'lg';
|
|
|
36
36
|
|
|
37
37
|
@since 10.19.0
|
|
38
38
|
|
|
39
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-spinner--demo)
|
|
39
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-spinner--demo)
|
|
40
40
|
|
|
41
41
|
@see [Design Guidelines](https://design.procore.com/spinner)
|
|
42
42
|
|
package/dist/Switch/Switch.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import { SwitchProps } from './Switch.types';
|
|
|
8
8
|
|
|
9
9
|
@since 10.19.0
|
|
10
10
|
|
|
11
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-switch--demo)
|
|
11
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-switch--demo)
|
|
12
12
|
|
|
13
13
|
@see [Design Guidelines](https://design.procore.com/switch)
|
|
14
14
|
|
package/dist/Switch/Switch.js
CHANGED
|
@@ -29,7 +29,7 @@ import { StyledSwitchContainer, StyledSwitchInput, StyledSwitchLabel, StyledTogg
|
|
|
29
29
|
|
|
30
30
|
@since 10.19.0
|
|
31
31
|
|
|
32
|
-
@see [Storybook](https://procore.github.io/core/latest/?path=/story/demos-switch--demo)
|
|
32
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-switch--demo)
|
|
33
33
|
|
|
34
34
|
@see [Design Guidelines](https://design.procore.com/switch)
|
|
35
35
|
|
package/dist/Table/Table.d.ts
CHANGED
|
@@ -24,7 +24,11 @@ export declare const SelectCell: React.ForwardRefExoticComponent<SelectCellProps
|
|
|
24
24
|
export declare const TextAreaCell: React.ForwardRefExoticComponent<TextAreaAttributes & TextAreaCellProps & React.RefAttributes<HTMLTextAreaElement>>;
|
|
25
25
|
export declare const TextCell: React.ForwardRefExoticComponent<DivAttributes & TableTextCellProps & React.RefAttributes<HTMLDivElement>>;
|
|
26
26
|
/**
|
|
27
|
-
|
|
27
|
+
|
|
28
|
+
@since 10.19.0
|
|
29
|
+
|
|
30
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-table--demo)
|
|
31
|
+
|
|
28
32
|
*/
|
|
29
33
|
export declare const Table: React.ForwardRefExoticComponent<TableAttributes & TableProps & React.RefAttributes<HTMLTableElement>> & {
|
|
30
34
|
Body: React.ForwardRefExoticComponent<DivAttributes & BodyProps & React.RefAttributes<HTMLTableSectionElement>>;
|
package/dist/Table/Table.js
CHANGED
|
@@ -175,7 +175,11 @@ PercentCell.displayName = 'Table.ParentCell';
|
|
|
175
175
|
TextAreaCell.displayName = 'Table.TextAreaCell';
|
|
176
176
|
TextCell.displayName = 'Table.TextCell';
|
|
177
177
|
/**
|
|
178
|
-
|
|
178
|
+
|
|
179
|
+
@since 10.19.0
|
|
180
|
+
|
|
181
|
+
@see [Storybook](https://procore.github.io/core/core-react/latest/?path=/story/demos-table--demo)
|
|
182
|
+
|
|
179
183
|
*/
|
|
180
184
|
export var Table = addSubcomponents({
|
|
181
185
|
Body: Body,
|