@procore/core-react 11.30.0 → 11.31.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.
Files changed (191) hide show
  1. package/dist/AnchorNavigation/AnchorNavigation.d.ts +9 -0
  2. package/dist/AnchorNavigation/AnchorNavigation.js +50 -0
  3. package/dist/AnchorNavigation/AnchorNavigation.js.map +1 -0
  4. package/dist/AnchorNavigation/AnchorNavigation.styles.d.ts +7 -0
  5. package/dist/AnchorNavigation/AnchorNavigation.styles.js +29 -0
  6. package/dist/AnchorNavigation/AnchorNavigation.styles.js.map +1 -0
  7. package/dist/AnchorNavigation/index.d.ts +1 -0
  8. package/dist/AnchorNavigation/index.js +2 -0
  9. package/dist/AnchorNavigation/index.js.map +1 -0
  10. package/dist/Avatar/Avatar.styles.js +5 -5
  11. package/dist/AvatarStack/AvatarStack.styles.js +7 -7
  12. package/dist/Badge/Badge.styles.js +2 -2
  13. package/dist/Banner/Banner.styles.js +10 -10
  14. package/dist/Box/Box.styles.js +1 -1
  15. package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
  16. package/dist/Button/Button.styles.js +5 -5
  17. package/dist/Calendar/Calendar.styles.js +8 -8
  18. package/dist/Card/Card.styles.js +1 -1
  19. package/dist/Checkbox/Checkbox.styles.js +6 -6
  20. package/dist/ContactItem/ContactItem.styles.js +5 -5
  21. package/dist/Content/Content.styles.js +2 -2
  22. package/dist/DateInput/DateInput.js +0 -7
  23. package/dist/DateInput/DateInput.js.map +1 -1
  24. package/dist/DateInput/DateInput.styles.js +6 -6
  25. package/dist/DetailPage/DetailPage.styles.js +7 -7
  26. package/dist/Dropdown/Dropdown.styles.js +3 -3
  27. package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
  28. package/dist/Dropzone/Dropzone.js +1 -1
  29. package/dist/Dropzone/Dropzone.styles.js +9 -9
  30. package/dist/EmptyState/EmptyState.styles.js +6 -6
  31. package/dist/Field/Field.styles.js +3 -3
  32. package/dist/FileList/FileList.styles.js +4 -4
  33. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
  34. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
  35. package/dist/FileSelect/FileSelect.styles.js +2 -2
  36. package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
  37. package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
  38. package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
  39. package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
  40. package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
  41. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
  42. package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
  43. package/dist/FileToken/FileToken.styles.js +4 -4
  44. package/dist/FilterToken/FilterToken.styles.js +2 -2
  45. package/dist/FlexList/FlexList.styles.js +1 -1
  46. package/dist/Form/Form.styles.js +16 -16
  47. package/dist/Grid/Grid.styles.js +2 -2
  48. package/dist/GroupSelect/GroupSelect.styles.js +1 -1
  49. package/dist/Input/Input.styles.js +1 -1
  50. package/dist/Link/Link.styles.js +1 -1
  51. package/dist/ListPage/ListPage.styles.js +8 -8
  52. package/dist/Loader/Loader.styles.js +2 -2
  53. package/dist/MenuImperative/MenuImperative.styles.js +10 -10
  54. package/dist/Modal/Modal.styles.js +13 -13
  55. package/dist/MultiSelect/MultiSelect.styles.js +6 -6
  56. package/dist/NextMenu/NextMenu.styles.js +3 -3
  57. package/dist/Notation/Notation.js +1 -1
  58. package/dist/NumberInput/NumberInput.styles.js +7 -7
  59. package/dist/Overlay/OverlayArrow.styles.js +1 -1
  60. package/dist/PageLayout/PageLayout.styles.js +13 -13
  61. package/dist/Pagination/Pagination.styles.js +5 -5
  62. package/dist/Panel/Panel.styles.js +11 -11
  63. package/dist/Pill/Pill.styles.js +2 -2
  64. package/dist/PillSelect/PillSelect.styles.js +4 -4
  65. package/dist/Popover/Popover.styles.js +2 -2
  66. package/dist/Portal/Portal.styles.js +1 -1
  67. package/dist/ProgressBar/ProgressBar.styles.js +2 -2
  68. package/dist/RadioButton/RadioButton.styles.js +3 -3
  69. package/dist/Required/Required.styles.js +3 -3
  70. package/dist/Search/Search.styles.js +5 -5
  71. package/dist/Section/Section.styles.js +6 -6
  72. package/dist/SegmentedController/SegmentedController.styles.js +4 -4
  73. package/dist/Select/Select.styles.js +7 -7
  74. package/dist/Semantic/Semantic.styles.js +9 -9
  75. package/dist/Sidebar/Sidebar.styles.js +7 -7
  76. package/dist/Slider/Slider.styles.js +5 -5
  77. package/dist/Spinner/Spinner.styles.js +7 -7
  78. package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
  79. package/dist/SuperSelect/SuperSelect.styles.js +37 -37
  80. package/dist/Switch/Switch.styles.js +4 -4
  81. package/dist/Table/Table.styles.js +28 -28
  82. package/dist/TableShelf/TableShelf.styles.js +5 -5
  83. package/dist/Tabs/Tabs.styles.js +8 -8
  84. package/dist/Tearsheet/Tearsheet.styles.js +5 -5
  85. package/dist/TextArea/TextArea.styles.js +1 -1
  86. package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
  87. package/dist/Thumbnail/Thumbnail.styles.js +17 -17
  88. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
  89. package/dist/TieredSelect/TieredSelect.styles.js +9 -9
  90. package/dist/Tile/Tile.styles.js +8 -8
  91. package/dist/Title/Title.styles.js +7 -7
  92. package/dist/Toast/Toast.styles.js +3 -3
  93. package/dist/ToggleButton/ToggleButton.styles.js +1 -1
  94. package/dist/Token/Token.styles.js +3 -3
  95. package/dist/ToolHeader/ToolHeader.styles.js +6 -6
  96. package/dist/Tooltip/Tooltip.styles.js +2 -2
  97. package/dist/Tree/Tree.styles.js +9 -9
  98. package/dist/Typeahead/Typeahead.styles.js +3 -3
  99. package/dist/Typography/Typography.styles.js +1 -1
  100. package/dist/Typography/Typography.table.story.js +2 -2
  101. package/dist/_hooks/I18n.d.ts +1 -36
  102. package/dist/_hooks/I18n.js +0 -6
  103. package/dist/_hooks/I18n.js.map +1 -1
  104. package/dist/_hooks/getI18nProviderLocale.d.ts +7 -0
  105. package/dist/_hooks/getI18nProviderLocale.js +28 -0
  106. package/dist/_hooks/getI18nProviderLocale.js.map +1 -0
  107. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  108. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +23 -23
  109. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  110. package/dist/_typedoc/Banner/Banner.types.json +13 -13
  111. package/dist/_typedoc/Box/Box.types.json +68 -68
  112. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  113. package/dist/_typedoc/Button/Button.types.json +12 -12
  114. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  115. package/dist/_typedoc/Card/Card.types.json +6 -6
  116. package/dist/_typedoc/Checkbox/Checkbox.types.json +9 -9
  117. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  118. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  119. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  120. package/dist/_typedoc/DetailPage/DetailPage.types.json +4 -4
  121. package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
  122. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +29 -29
  123. package/dist/_typedoc/Dropzone/Dropzone.types.json +41 -41
  124. package/dist/_typedoc/EmptyState/EmptyState.types.json +14 -14
  125. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  126. package/dist/_typedoc/FileSelect/FileSelect.types.json +26 -26
  127. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  128. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  129. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  130. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  131. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  132. package/dist/_typedoc/Form/Form.types.json +726 -726
  133. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  134. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
  135. package/dist/_typedoc/Input/Input.types.json +2 -2
  136. package/dist/_typedoc/Link/Link.types.json +4 -4
  137. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  138. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  139. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +74 -74
  140. package/dist/_typedoc/Modal/Modal.types.json +41 -41
  141. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
  142. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  143. package/dist/_typedoc/NumberInput/NumberInput.types.json +38 -38
  144. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +31 -31
  145. package/dist/_typedoc/PageLayout/PageLayout.types.json +22 -22
  146. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  147. package/dist/_typedoc/Panel/Panel.types.json +27 -27
  148. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  149. package/dist/_typedoc/PillSelect/PillSelect.types.json +47 -47
  150. package/dist/_typedoc/Popover/Popover.types.json +14 -14
  151. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +6 -6
  152. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  153. package/dist/_typedoc/Required/Required.types.json +5 -5
  154. package/dist/_typedoc/Search/Search.types.json +18 -18
  155. package/dist/_typedoc/Section/Section.types.json +14 -14
  156. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +20 -20
  157. package/dist/_typedoc/Select/Select.types.json +57 -57
  158. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  159. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  160. package/dist/_typedoc/Switch/Switch.types.json +3 -3
  161. package/dist/_typedoc/Table/Table.types.json +99 -99
  162. package/dist/_typedoc/Tabs/Tabs.types.json +17 -17
  163. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +16 -16
  164. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  165. package/dist/_typedoc/TextEditor/TextEditor.types.json +9 -9
  166. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
  167. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  168. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
  169. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
  170. package/dist/_typedoc/Tile/Tile.types.json +30 -30
  171. package/dist/_typedoc/Title/Title.types.json +1 -1
  172. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  173. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +3 -3
  174. package/dist/_typedoc/Token/Token.types.json +4 -4
  175. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  176. package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
  177. package/dist/_typedoc/Tree/Tree.types.json +86 -86
  178. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  179. package/dist/_typedoc/Typography/Typography.types.json +8 -8
  180. package/dist/_typedoc/_utils/types.json +3 -3
  181. package/dist/_utils/CalendarHelpers.js +1 -4
  182. package/dist/_utils/CalendarHelpers.js.map +1 -1
  183. package/dist/_utils/TinyMCE.js +0 -3
  184. package/dist/_utils/TinyMCE.js.map +1 -1
  185. package/dist/index.d.ts +1 -0
  186. package/dist/index.js +1 -0
  187. package/dist/index.js.map +1 -1
  188. package/package.json +2 -2
  189. package/dist/_locales/en-US.json +0 -33
  190. package/dist/_locales/it-IT.json +0 -1
  191. package/dist/_locales/ko.json +0 -1
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ declare type SectionType = {
3
+ id: string | number;
4
+ name: string;
5
+ };
6
+ export declare const AnchorNavigation: React.ForwardRefExoticComponent<{
7
+ sections: SectionType[];
8
+ } & React.RefAttributes<HTMLUListElement>>;
9
+ export {};
@@ -0,0 +1,50 @@
1
+ var _excluded = ["id", "name", "selected", "onClick"],
2
+ _excluded2 = ["id"];
3
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
4
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
5
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
6
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
7
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
8
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
9
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import React, { useState } from 'react';
13
+ import { StyledAnchor, StyledAnchorNavigation, StyledAnchorSection } from './AnchorNavigation.styles';
14
+ var Anchor = function Anchor(_ref) {
15
+ var id = _ref.id,
16
+ name = _ref.name,
17
+ selected = _ref.selected,
18
+ onClick = _ref.onClick,
19
+ props = _objectWithoutProperties(_ref, _excluded);
20
+ return /*#__PURE__*/React.createElement(StyledAnchorSection, _extends({
21
+ $selected: selected,
22
+ onClick: onClick
23
+ }, props), /*#__PURE__*/React.createElement(StyledAnchor, {
24
+ "aria-selected": selected,
25
+ $selected: selected,
26
+ tabIndex: 0
27
+ }, name));
28
+ };
29
+ export var AnchorNavigation = /*#__PURE__*/React.forwardRef(function (_ref2, ref) {
30
+ var sections = _ref2.sections;
31
+ var _useState = useState(null),
32
+ _useState2 = _slicedToArray(_useState, 2),
33
+ selected = _useState2[0],
34
+ setSelected = _useState2[1];
35
+ return /*#__PURE__*/React.createElement(StyledAnchorNavigation, {
36
+ ref: ref
37
+ }, sections === null || sections === void 0 ? void 0 : sections.map(function (_ref3) {
38
+ var id = _ref3.id,
39
+ section = _objectWithoutProperties(_ref3, _excluded2);
40
+ return /*#__PURE__*/React.createElement(Anchor, _extends({
41
+ key: id,
42
+ onClick: function onClick() {
43
+ return setSelected(id);
44
+ },
45
+ selected: selected === id,
46
+ id: id
47
+ }, section));
48
+ }));
49
+ });
50
+ //# sourceMappingURL=AnchorNavigation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnchorNavigation.js","names":["React","useState","StyledAnchor","StyledAnchorNavigation","StyledAnchorSection","Anchor","_ref","id","name","selected","onClick","props","_objectWithoutProperties","_excluded","createElement","_extends","$selected","tabIndex","AnchorNavigation","forwardRef","_ref2","ref","sections","_useState","_useState2","_slicedToArray","setSelected","map","_ref3","section","_excluded2","key"],"sources":["../../src/AnchorNavigation/AnchorNavigation.tsx"],"sourcesContent":["import React, { useState } from 'react'\nimport {\n StyledAnchor,\n StyledAnchorNavigation,\n StyledAnchorSection,\n} from './AnchorNavigation.styles'\n\ntype SectionType = {\n id: string | number\n name: string\n}\n\ntype SectionProps = SectionType & {\n selected: boolean\n onClick: () => void\n}\n\nconst Anchor = ({ id, name, selected, onClick, ...props }: SectionProps) => {\n return (\n <StyledAnchorSection $selected={selected} onClick={onClick} {...props}>\n <StyledAnchor aria-selected={selected} $selected={selected} tabIndex={0}>\n {name}\n </StyledAnchor>\n </StyledAnchorSection>\n )\n}\n\nexport const AnchorNavigation = React.forwardRef<\n HTMLUListElement,\n { sections: SectionType[] }\n>(({ sections }, ref) => {\n const [selected, setSelected] = useState<string | number | null>(null)\n\n return (\n <StyledAnchorNavigation ref={ref}>\n {sections?.map(({ id, ...section }) => (\n <Anchor\n key={id}\n onClick={() => setSelected(id)}\n selected={selected === id}\n id={id}\n {...section}\n />\n ))}\n </StyledAnchorNavigation>\n )\n})\n"],"mappings":";;;;;;;;;;;AAAA,OAAOA,KAAK,IAAIC,QAAQ,QAAQ,OAAO;AACvC,SACEC,YAAY,EACZC,sBAAsB,EACtBC,mBAAmB,QACd,2BAA2B;AAYlC,IAAMC,MAAM,GAAG,SAATA,MAAMA,CAAAC,IAAA,EAAgE;EAAA,IAA1DC,EAAE,GAAAD,IAAA,CAAFC,EAAE;IAAEC,IAAI,GAAAF,IAAA,CAAJE,IAAI;IAAEC,QAAQ,GAAAH,IAAA,CAARG,QAAQ;IAAEC,OAAO,GAAAJ,IAAA,CAAPI,OAAO;IAAKC,KAAK,GAAAC,wBAAA,CAAAN,IAAA,EAAAO,SAAA;EACrD,oBACEb,KAAA,CAAAc,aAAA,CAACV,mBAAmB,EAAAW,QAAA;IAACC,SAAS,EAAEP,QAAS;IAACC,OAAO,EAAEA;EAAQ,GAAKC,KAAK,gBACnEX,KAAA,CAAAc,aAAA,CAACZ,YAAY;IAAC,iBAAeO,QAAS;IAACO,SAAS,EAAEP,QAAS;IAACQ,QAAQ,EAAE;EAAE,GACrET,IACW,CACK,CAAC;AAE1B,CAAC;AAED,OAAO,IAAMU,gBAAgB,gBAAGlB,KAAK,CAACmB,UAAU,CAG9C,UAAAC,KAAA,EAAeC,GAAG,EAAK;EAAA,IAApBC,QAAQ,GAAAF,KAAA,CAARE,QAAQ;EACX,IAAAC,SAAA,GAAgCtB,QAAQ,CAAyB,IAAI,CAAC;IAAAuB,UAAA,GAAAC,cAAA,CAAAF,SAAA;IAA/Dd,QAAQ,GAAAe,UAAA;IAAEE,WAAW,GAAAF,UAAA;EAE5B,oBACExB,KAAA,CAAAc,aAAA,CAACX,sBAAsB;IAACkB,GAAG,EAAEA;EAAI,GAC9BC,QAAQ,aAARA,QAAQ,uBAARA,QAAQ,CAAEK,GAAG,CAAC,UAAAC,KAAA;IAAA,IAAGrB,EAAE,GAAAqB,KAAA,CAAFrB,EAAE;MAAKsB,OAAO,GAAAjB,wBAAA,CAAAgB,KAAA,EAAAE,UAAA;IAAA,oBAC9B9B,KAAA,CAAAc,aAAA,CAACT,MAAM,EAAAU,QAAA;MACLgB,GAAG,EAAExB,EAAG;MACRG,OAAO,EAAE,SAAAA,QAAA;QAAA,OAAMgB,WAAW,CAACnB,EAAE,CAAC;MAAA,CAAC;MAC/BE,QAAQ,EAAEA,QAAQ,KAAKF,EAAG;MAC1BA,EAAE,EAAEA;IAAG,GACHsB,OAAO,CACZ,CAAC;EAAA,CACH,CACqB,CAAC;AAE7B,CAAC,CAAC"}
@@ -0,0 +1,7 @@
1
+ export declare const StyledAnchorNavigation: import("styled-components").StyledComponent<"ul", any, {}, never>;
2
+ export declare const StyledAnchorSection: import("styled-components").StyledComponent<"li", any, {
3
+ $selected: boolean;
4
+ }, never>;
5
+ export declare const StyledAnchor: import("styled-components").StyledComponent<"a", any, {
6
+ $selected: boolean;
7
+ }, never>;
@@ -0,0 +1,29 @@
1
+ import styled from 'styled-components';
2
+ import { colors } from '../_styles/colors';
3
+ import { getEllipsis } from '../_styles/mixins';
4
+ import { spacing } from '../_styles/spacing';
5
+ export var StyledAnchorNavigation = /*#__PURE__*/styled.ul.withConfig({
6
+ displayName: "StyledAnchorNavigation",
7
+ componentId: "core-11_31_0__sc-aacdj4-0"
8
+ })(["max-width:200px;padding:20px ", "px 0 0;margin:0;"], spacing.sm);
9
+ export var StyledAnchorSection = /*#__PURE__*/styled.li.withConfig({
10
+ displayName: "StyledAnchorSection",
11
+ componentId: "core-11_31_0__sc-aacdj4-1"
12
+ })(["display:flex;cursor:pointer;border-left:", "px solid ", ";background-color:", ";border-top-right-radius:4px;border-bottom-right-radius:4px;:hover{border-left:", "px solid ", ";background-color:", ";}"], spacing.xs, function (_ref) {
13
+ var $selected = _ref.$selected;
14
+ return $selected ? colors.gray15 : colors.gray90;
15
+ }, function (_ref2) {
16
+ var $selected = _ref2.$selected;
17
+ return $selected ? colors.gray90 : 'transparent';
18
+ }, spacing.xs, function (_ref3) {
19
+ var $selected = _ref3.$selected;
20
+ return $selected ? colors.gray15 : colors.gray60;
21
+ }, colors.gray90);
22
+ export var StyledAnchor = /*#__PURE__*/styled.a.withConfig({
23
+ displayName: "StyledAnchor",
24
+ componentId: "core-11_31_0__sc-aacdj4-2"
25
+ })(["width:100%;padding:", "px;font-size:14px;font-weight:", ";", " :focus-visible{box-shadow:inset 0 0 0 2px ", ";outline:none;}"], spacing.xs, function (_ref4) {
26
+ var $selected = _ref4.$selected;
27
+ return $selected ? 600 : 400;
28
+ }, getEllipsis(), colors.blue50);
29
+ //# sourceMappingURL=AnchorNavigation.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnchorNavigation.styles.js","names":["styled","colors","getEllipsis","spacing","StyledAnchorNavigation","ul","withConfig","displayName","componentId","sm","StyledAnchorSection","li","xs","_ref","$selected","gray15","gray90","_ref2","_ref3","gray60","StyledAnchor","a","_ref4","blue50"],"sources":["../../src/AnchorNavigation/AnchorNavigation.styles.tsx"],"sourcesContent":["import styled from 'styled-components'\nimport { colors } from '../_styles/colors'\nimport { getEllipsis } from '../_styles/mixins'\nimport { spacing } from '../_styles/spacing'\n\nexport const StyledAnchorNavigation = styled.ul`\n max-width: 200px;\n padding: 20px ${spacing.sm}px 0 0;\n margin: 0;\n`\n\nexport const StyledAnchorSection = styled.li<{ $selected: boolean }>`\n display: flex;\n cursor: pointer;\n border-left: ${spacing.xs}px solid\n ${({ $selected }) => ($selected ? colors.gray15 : colors.gray90)};\n background-color: ${({ $selected }) =>\n $selected ? colors.gray90 : 'transparent'};\n border-top-right-radius: 4px;\n border-bottom-right-radius: 4px;\n\n :hover {\n border-left: ${spacing.xs}px solid\n ${({ $selected }) => ($selected ? colors.gray15 : colors.gray60)};\n background-color: ${colors.gray90};\n }\n`\n\nexport const StyledAnchor = styled.a<{ $selected: boolean }>`\n width: 100%;\n padding: ${spacing.xs}px;\n font-size: 14px;\n font-weight: ${({ $selected }) => ($selected ? 600 : 400)};\n\n ${getEllipsis()}\n\n :focus-visible {\n box-shadow: inset 0 0 0 2px ${colors.blue50};\n outline: none;\n }\n`\n"],"mappings":"AAAA,OAAOA,MAAM,MAAM,mBAAmB;AACtC,SAASC,MAAM,QAAQ,mBAAmB;AAC1C,SAASC,WAAW,QAAQ,mBAAmB;AAC/C,SAASC,OAAO,QAAQ,oBAAoB;AAE5C,OAAO,IAAMC,sBAAsB,gBAAGJ,MAAM,CAACK,EAAE,CAAAC,UAAA;EAAAC,WAAA;EAAAC,WAAA;AAAA,0DAE7BL,OAAO,CAACM,EAAE,CAE3B;AAED,OAAO,IAAMC,mBAAmB,gBAAGV,MAAM,CAACW,EAAE,CAAAL,UAAA;EAAAC,WAAA;EAAAC,WAAA;AAAA,gNAG3BL,OAAO,CAACS,EAAE,EACrB,UAAAC,IAAA;EAAA,IAAGC,SAAS,GAAAD,IAAA,CAATC,SAAS;EAAA,OAAQA,SAAS,GAAGb,MAAM,CAACc,MAAM,GAAGd,MAAM,CAACe,MAAM;AAAA,CAAC,EAC9C,UAAAC,KAAA;EAAA,IAAGH,SAAS,GAAAG,KAAA,CAATH,SAAS;EAAA,OAC9BA,SAAS,GAAGb,MAAM,CAACe,MAAM,GAAG,aAAa;AAAA,GAK1Bb,OAAO,CAACS,EAAE,EACrB,UAAAM,KAAA;EAAA,IAAGJ,SAAS,GAAAI,KAAA,CAATJ,SAAS;EAAA,OAAQA,SAAS,GAAGb,MAAM,CAACc,MAAM,GAAGd,MAAM,CAACkB,MAAM;AAAA,CAAC,EAC9ClB,MAAM,CAACe,MAAM,CAEpC;AAED,OAAO,IAAMI,YAAY,gBAAGpB,MAAM,CAACqB,CAAC,CAAAf,UAAA;EAAAC,WAAA;EAAAC,WAAA;AAAA,qIAEvBL,OAAO,CAACS,EAAE,EAEN,UAAAU,KAAA;EAAA,IAAGR,SAAS,GAAAQ,KAAA,CAATR,SAAS;EAAA,OAAQA,SAAS,GAAG,GAAG,GAAG,GAAG;AAAA,CAAC,EAEvDZ,WAAW,CAAC,CAAC,EAGiBD,MAAM,CAACsB,MAAM,CAG9C"}
@@ -0,0 +1 @@
1
+ export { AnchorNavigation } from './AnchorNavigation';
@@ -0,0 +1,2 @@
1
+ export { AnchorNavigation } from './AnchorNavigation';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["AnchorNavigation"],"sources":["../../src/AnchorNavigation/index.ts"],"sourcesContent":["export { AnchorNavigation } from './AnchorNavigation'\n"],"mappings":"AAAA,SAASA,gBAAgB,QAAQ,oBAAoB"}
@@ -24,26 +24,26 @@ var iconSize = {
24
24
  };
25
25
  export var StyledAvatarOverlay = /*#__PURE__*/styled.div.withConfig({
26
26
  displayName: "StyledAvatarOverlay",
27
- componentId: "core-11_30_0__sc-7q2ydl-0"
27
+ componentId: "core-11_31_0__sc-7q2ydl-0"
28
28
  })(["width:100%;height:100%;position:absolute;top:0;left:0;border-radius:100%;opacity:0;"]);
29
29
  export var StyledIconContainer = /*#__PURE__*/styled.div.withConfig({
30
30
  displayName: "StyledIconContainer",
31
- componentId: "core-11_30_0__sc-7q2ydl-1"
31
+ componentId: "core-11_31_0__sc-7q2ydl-1"
32
32
  })(["display:inline-flex;"]);
33
33
  export var StyledLabelContainer = /*#__PURE__*/styled.div.withConfig({
34
34
  displayName: "StyledLabelContainer",
35
- componentId: "core-11_30_0__sc-7q2ydl-2"
35
+ componentId: "core-11_31_0__sc-7q2ydl-2"
36
36
  })(["text-transform:uppercase;"]);
37
37
  export var StyledPortraitContainer = /*#__PURE__*/styled.div.withConfig({
38
38
  displayName: "StyledPortraitContainer",
39
- componentId: "core-11_30_0__sc-7q2ydl-3"
39
+ componentId: "core-11_31_0__sc-7q2ydl-3"
40
40
  })(["background-color:", ";background-position:center;background-repeat:no-repeat;background-size:cover;height:100%;width:100%;", ""], colors.white, function (_ref) {
41
41
  var $imageUrl = _ref.$imageUrl;
42
42
  return css(["background-image:url(", ");"], $imageUrl);
43
43
  });
44
44
  export var StyledAvatarContainer = /*#__PURE__*/styled.div.withConfig({
45
45
  displayName: "StyledAvatarContainer",
46
- componentId: "core-11_30_0__sc-7q2ydl-4"
46
+ componentId: "core-11_31_0__sc-7q2ydl-4"
47
47
  })(["display:inline-flex;justify-content:center;align-items:center;border-radius:100%;overflow:hidden;position:relative;cursor:default;color:", ";background-color:", ";text-decoration:none;a:has(> &){text-decoration:none;}&:focus{", "}a:focus:has(> &){", " border-radius:100%;}", " ", ";"], colors.white, colors.gray30, getGapOutlineFocus, getGapOutlineFocus, function (_ref2) {
48
48
  var _ref2$$size = _ref2.$size,
49
49
  $size = _ref2$$size === void 0 ? 'md' : _ref2$$size;
@@ -7,32 +7,32 @@ import { spacing } from '../_styles/spacing';
7
7
  var maxModalWidth = 528;
8
8
  var StyledBaseAvatar = /*#__PURE__*/styled(Avatar).withConfig({
9
9
  displayName: "StyledBaseAvatar",
10
- componentId: "core-11_30_0__sc-ft72hu-0"
10
+ componentId: "core-11_31_0__sc-ft72hu-0"
11
11
  })(["border-color:", ";border-style:solid;border-width:1px;&:hover{z-index:1;}&[role='img']:focus{outline:none;}"], colors.white);
12
12
  export var StyledAvatar = /*#__PURE__*/styled(StyledBaseAvatar).withConfig({
13
13
  displayName: "StyledAvatar",
14
- componentId: "core-11_30_0__sc-ft72hu-1"
14
+ componentId: "core-11_31_0__sc-ft72hu-1"
15
15
  })(["background-color:", ";"], function (props) {
16
16
  return colors[props.$color];
17
17
  });
18
18
  export var StyledContactItems = /*#__PURE__*/styled.div.withConfig({
19
19
  displayName: "StyledContactItems",
20
- componentId: "core-11_30_0__sc-ft72hu-2"
20
+ componentId: "core-11_31_0__sc-ft72hu-2"
21
21
  })(["padding-top:", "px;padding-bottom:", "px;padding-left:", "px;"], spacing.sm, spacing.sm, spacing.xs);
22
22
  export var StyledWrapper = /*#__PURE__*/styled.div.withConfig({
23
23
  displayName: "StyledWrapper",
24
- componentId: "core-11_30_0__sc-ft72hu-3"
24
+ componentId: "core-11_31_0__sc-ft72hu-3"
25
25
  })(["display:flex;", " + ", "{margin-left:-", "px;}"], StyledAvatar, StyledAvatar, spacing.sm);
26
26
  export var StyledViewAllWrapper = /*#__PURE__*/styled.div.withConfig({
27
27
  displayName: "StyledViewAllWrapper",
28
- componentId: "core-11_30_0__sc-ft72hu-4"
28
+ componentId: "core-11_31_0__sc-ft72hu-4"
29
29
  })(["display:flex;margin-left:", "px;margin-bottom:", "px;"], spacing.md, spacing.lg);
30
30
  export var StyledModalBody = /*#__PURE__*/styled(Modal.Body).withConfig({
31
31
  displayName: "StyledModalBody",
32
- componentId: "core-11_30_0__sc-ft72hu-5"
32
+ componentId: "core-11_31_0__sc-ft72hu-5"
33
33
  })(["max-width:", "px;"], maxModalWidth);
34
34
  export var StyledContactItem = /*#__PURE__*/styled(ContactItem).withConfig({
35
35
  displayName: "StyledContactItem",
36
- componentId: "core-11_30_0__sc-ft72hu-6"
36
+ componentId: "core-11_31_0__sc-ft72hu-6"
37
37
  })(["flex-shrink:0;"]);
38
38
  //# sourceMappingURL=AvatarStack.styles.js.map
@@ -1,10 +1,10 @@
1
1
  import styled from 'styled-components';
2
2
  export var StyledBadge = /*#__PURE__*/styled.div.withConfig({
3
3
  displayName: "StyledBadge",
4
- componentId: "core-11_30_0__sc-rpertu-0"
4
+ componentId: "core-11_31_0__sc-rpertu-0"
5
5
  })(["display:inline-block;position:relative;"]);
6
6
  export var StyledBadgeLabel = /*#__PURE__*/styled.span.withConfig({
7
7
  displayName: "StyledBadgeLabel",
8
- componentId: "core-11_30_0__sc-rpertu-1"
8
+ componentId: "core-11_31_0__sc-rpertu-1"
9
9
  })(["bottom:100%;position:absolute;right:0;transform:translateX(50%) translateY(50%);"]);
10
10
  //# sourceMappingURL=Badge.styles.js.map
@@ -49,7 +49,7 @@ var expandContent = function expandContent(maxHeight) {
49
49
  };
50
50
  export var StyledBannerContainer = /*#__PURE__*/styled.div.withConfig({
51
51
  displayName: "StyledBannerContainer",
52
- componentId: "core-11_30_0__sc-149wm7c-0"
52
+ componentId: "core-11_31_0__sc-149wm7c-0"
53
53
  })(["align-items:center;border-left:", "px solid;border-radius:", "px;color:", ";display:flex;justify-content:space-between;min-height:52px;padding:0 ", "px;", " ", " ", ""], bannerLeft, borderRadius.md, colors.gray15, spacing.lg, bannerShadow, function (_ref) {
54
54
  var variant = _ref.variant;
55
55
  var _bannerVariantColors$ = bannerVariantColors[variant],
@@ -62,15 +62,15 @@ export var StyledBannerContainer = /*#__PURE__*/styled.div.withConfig({
62
62
  });
63
63
  export var StyledContent = /*#__PURE__*/styled.div.withConfig({
64
64
  displayName: "StyledContent",
65
- componentId: "core-11_30_0__sc-149wm7c-1"
65
+ componentId: "core-11_31_0__sc-149wm7c-1"
66
66
  })(["align-self:center;margin:", "px ", "px;width:100%;"], spacing.sm, spacing.lg);
67
67
  export var StyledExpandableContentContainer = /*#__PURE__*/styled(Flex).withConfig({
68
68
  displayName: "StyledExpandableContentContainer",
69
- componentId: "core-11_30_0__sc-149wm7c-2"
69
+ componentId: "core-11_31_0__sc-149wm7c-2"
70
70
  })(["color:", ";min-height:52px;padding:0 ", "px;position:relative;z-index:1;", ""], colors.gray15, spacing.lg, bannerShadow);
71
71
  export var StyledExpandableContent = /*#__PURE__*/styled(Flex).withConfig({
72
72
  displayName: "StyledExpandableContent",
73
- componentId: "core-11_30_0__sc-149wm7c-3"
73
+ componentId: "core-11_31_0__sc-149wm7c-3"
74
74
  })(["animation-duration:450ms;animation-fill-mode:forwards;animation-timing-function:ease-out;background-color:", ";box-sizing:border-box;font-size:14px;font-weight:500;letter-spacing:0.25px;line-height:20px;overflow-y:auto;padding:0 ", "px;position:relative;z-index:0;", " ", ""], colors.white, spacing.xl * 2 + spacing.sm, function (_ref3) {
75
75
  var isOverflowingY = _ref3.isOverflowingY;
76
76
  return isOverflowingY && focusable;
@@ -80,23 +80,23 @@ export var StyledExpandableContent = /*#__PURE__*/styled(Flex).withConfig({
80
80
  });
81
81
  export var StyledTitle = /*#__PURE__*/styled.div.withConfig({
82
82
  displayName: "StyledTitle",
83
- componentId: "core-11_30_0__sc-149wm7c-4"
83
+ componentId: "core-11_31_0__sc-149wm7c-4"
84
84
  })(["", " color:", ";font-weight:", ";"], getTypographyIntent('body'), colors.gray15, typographyWeights.semibold);
85
85
  export var StyledBody = /*#__PURE__*/styled.div.withConfig({
86
86
  displayName: "StyledBody",
87
- componentId: "core-11_30_0__sc-149wm7c-5"
87
+ componentId: "core-11_31_0__sc-149wm7c-5"
88
88
  })(["", " color:", ";"], getTypographyIntent('body'), colors.gray15);
89
89
  export var StyledIconContainer = /*#__PURE__*/styled.div.withConfig({
90
90
  displayName: "StyledIconContainer",
91
- componentId: "core-11_30_0__sc-149wm7c-6"
91
+ componentId: "core-11_31_0__sc-149wm7c-6"
92
92
  })(["flex:0 0 auto;margin:", "px 0;"], spacing.lg);
93
93
  export var StyledActionsTrigger = /*#__PURE__*/styled(DropdownButton).withConfig({
94
94
  displayName: "StyledActionsTrigger",
95
- componentId: "core-11_30_0__sc-149wm7c-7"
95
+ componentId: "core-11_31_0__sc-149wm7c-7"
96
96
  })(["flex-shrink:0;& + ", ",& + ", "{margin-left:", "px;}"], StyledButton, StyledLinkButton, spacing.sm);
97
97
  export var StyledAction = /*#__PURE__*/styled.div.withConfig({
98
98
  displayName: "StyledAction",
99
- componentId: "core-11_30_0__sc-149wm7c-8"
99
+ componentId: "core-11_31_0__sc-149wm7c-8"
100
100
  })(["margin:", "px 0;& + ", ",& + ", ",& + ", "{margin-left:", "px;}", ",", "{background:rgba(0,0,0,0.05);color:", ";&:hover{background:", ";color:", ";}}"], spacing.sm, StyledButton, StyledLinkButton, StyledActionsTrigger, spacing.sm, StyledButton, StyledLinkButton, colors.gray15, colors.gray85, colors.gray15);
101
101
  function getMiniBannerIconColor(_ref5) {
102
102
  var variant = _ref5.variant;
@@ -104,6 +104,6 @@ function getMiniBannerIconColor(_ref5) {
104
104
  }
105
105
  export var StyledMiniBannerContainer = /*#__PURE__*/styled.div.withConfig({
106
106
  displayName: "StyledMiniBannerContainer",
107
- componentId: "core-11_30_0__sc-149wm7c-9"
107
+ componentId: "core-11_31_0__sc-149wm7c-9"
108
108
  })(["align-items:center;background-color:", ";display:flex;justify-content:space-between;padding:0 ", "px;", " ", " & ", "{margin:", "px;}"], colors.gray96, spacing.md, getTypographyIntent('small'), getMiniBannerIconColor, StyledContent, spacing.sm);
109
109
  //# sourceMappingURL=Banner.styles.js.map
@@ -21,7 +21,7 @@ function sizeToPx(size) {
21
21
  }
22
22
  export var StyledBox = /*#__PURE__*/styled.div.withConfig({
23
23
  displayName: "StyledBox",
24
- componentId: "core-11_30_0__sc-fgsy0p-0"
24
+ componentId: "core-11_31_0__sc-fgsy0p-0"
25
25
  })(["", " ", ""], function (_ref) {
26
26
  var $as = _ref.$as;
27
27
  if ($as === 'ol' || $as === 'ul') {
@@ -4,19 +4,19 @@ import { colors } from '../_styles/colors';
4
4
  import { spacing } from '../_styles/spacing';
5
5
  export var StyledContainer = /*#__PURE__*/styled.nav.withConfig({
6
6
  displayName: "StyledContainer",
7
- componentId: "core-11_30_0__sc-1q6nqfz-0"
7
+ componentId: "core-11_31_0__sc-1q6nqfz-0"
8
8
  })(["color:", ";display:flex;align-items:center;a,a:hover{display:inline-flex;text-decoration:none;}"], colors.gray50);
9
9
  export var StyledList = /*#__PURE__*/styled.ol.withConfig({
10
10
  displayName: "StyledList",
11
- componentId: "core-11_30_0__sc-1q6nqfz-1"
11
+ componentId: "core-11_31_0__sc-1q6nqfz-1"
12
12
  })(["display:flex;margin:0;padding-left:0;"]);
13
13
  export var StyledSeparator = /*#__PURE__*/styled.div.withConfig({
14
14
  displayName: "StyledSeparator",
15
- componentId: "core-11_30_0__sc-1q6nqfz-2"
15
+ componentId: "core-11_31_0__sc-1q6nqfz-2"
16
16
  })(["align-items:center;display:inline-flex;justify-content:center;margin:0px ", "px;"], spacing.xs);
17
17
  export var StyledCrumb = /*#__PURE__*/styled.li.withConfig({
18
18
  displayName: "StyledCrumb",
19
- componentId: "core-11_30_0__sc-1q6nqfz-3"
19
+ componentId: "core-11_31_0__sc-1q6nqfz-3"
20
20
  })(["", " align-items:center;color:", ";display:inline-flex;min-height:24px;text-decoration:none;&:hover{cursor:", ";text-decoration:", ";}> a{color:", ";", "}", ""], getTypographyIntent('body'), colors.gray45, function (_ref) {
21
21
  var active = _ref.active;
22
22
  return active ? 'default' : 'pointer';
@@ -84,11 +84,11 @@ function getColors(loading, variant) {
84
84
  }
85
85
  export var StyledContent = /*#__PURE__*/styled.span.withConfig({
86
86
  displayName: "StyledContent",
87
- componentId: "core-11_30_0__sc-c5bhwh-0"
87
+ componentId: "core-11_31_0__sc-c5bhwh-0"
88
88
  })(["align-items:center;display:flex;overflow:hidden;"]);
89
89
  export var StyledSpinner = /*#__PURE__*/styled(Spinner).withConfig({
90
90
  displayName: "StyledSpinner",
91
- componentId: "core-11_30_0__sc-c5bhwh-1"
91
+ componentId: "core-11_31_0__sc-c5bhwh-1"
92
92
  })(["box-sizing:border-box;display:none;position:absolute;transform:translateZ(0);@media ", "{left:50%;top:50%;", "}"], mediaIE11Hack, function (_ref) {
93
93
  var size = _ref.size;
94
94
  var margin = -1 * (spinnerDimensions[size !== null && size !== void 0 ? size : defaultSpinnerSize] / 2);
@@ -96,14 +96,14 @@ export var StyledSpinner = /*#__PURE__*/styled(Spinner).withConfig({
96
96
  });
97
97
  export var StyledLabel = /*#__PURE__*/styled.span.withConfig({
98
98
  displayName: "StyledLabel",
99
- componentId: "core-11_30_0__sc-c5bhwh-2"
99
+ componentId: "core-11_31_0__sc-c5bhwh-2"
100
100
  })(["overflow:hidden;padding:0 6px;text-overflow:ellipsis;white-space:nowrap;& + span{padding-left:0;}"]);
101
101
  function getButtonStyles(block, disabled, loading, size, variant) {
102
102
  return css(["", " ", " ", " align-items:center;border-radius:", "px;border:0;box-sizing:border-box;cursor:pointer;display:inline-flex;flex-direction:row;flex-shrink:0;font-family:inherit;font-weight:", ";height:", "px;justify-content:center;margin:0;overflow:hidden;padding:0 ", "px;position:relative;pointer-events:", ";text-overflow:ellipsis;user-select:", ";vertical-align:middle;white-space:nowrap;width:", ";[data-icon-prop='true']{pointer-events:none;height:", "px;width:", "px;}", ""], getTypographyIntent(typographySizes[size]), focusable, getColors(loading, variant), borderRadius.md, typographyWeights.semibold, heights[size], paddingX[size], disabled || loading ? 'none' : 'inherit', disabled || loading ? 'none' : 'inherit', block && '100%', size === 'sm' ? 16 : 24, size === 'sm' ? 16 : 24, loading && css(["", "{pointer-events:none;visibility:hidden;}", "{display:block;}"], StyledContent, StyledSpinner));
103
103
  }
104
104
  export var StyledButton = /*#__PURE__*/styled.button.withConfig({
105
105
  displayName: "StyledButton",
106
- componentId: "core-11_30_0__sc-c5bhwh-3"
106
+ componentId: "core-11_31_0__sc-c5bhwh-3"
107
107
  })(["", ""], function (_ref2) {
108
108
  var $block = _ref2.$block,
109
109
  disabled = _ref2.disabled,
@@ -114,7 +114,7 @@ export var StyledButton = /*#__PURE__*/styled.button.withConfig({
114
114
  });
115
115
  export var StyledLinkButton = /*#__PURE__*/styled.a.withConfig({
116
116
  displayName: "StyledLinkButton",
117
- componentId: "core-11_30_0__sc-c5bhwh-4"
117
+ componentId: "core-11_31_0__sc-c5bhwh-4"
118
118
  })(["&,&:hover{text-decoration:none;}", ""], function (_ref3) {
119
119
  var $block = _ref3.$block,
120
120
  $disabled = _ref3.$disabled,
@@ -8,31 +8,31 @@ var cellSize = 36; // TODO one-off size
8
8
 
9
9
  export var StyledContainer = /*#__PURE__*/styled.div.withConfig({
10
10
  displayName: "StyledContainer",
11
- componentId: "core-11_30_0__sc-1kkl86t-0"
11
+ componentId: "core-11_31_0__sc-1kkl86t-0"
12
12
  })(["", ";display:inline-flex;flex-direction:column;padding:", "px ", "px ", "px;"], getTypographyIntent('small'), spacing.lg, spacing.md, spacing.md);
13
13
  export var StyledPaginator = /*#__PURE__*/styled(Button).withConfig({
14
14
  displayName: "StyledPaginator",
15
- componentId: "core-11_30_0__sc-1kkl86t-1"
15
+ componentId: "core-11_31_0__sc-1kkl86t-1"
16
16
  })(["flex:0 0 auto;"]);
17
17
  export var StyledSelect = /*#__PURE__*/styled.div.withConfig({
18
18
  displayName: "StyledSelect",
19
- componentId: "core-11_30_0__sc-1kkl86t-2"
19
+ componentId: "core-11_31_0__sc-1kkl86t-2"
20
20
  })(["display:inline-flex;flex:1 1 0;margin-left:", "px;> div{font-size:12px;}"], spacing.sm);
21
21
  export var StyledNavigation = /*#__PURE__*/styled.div.withConfig({
22
22
  displayName: "StyledNavigation",
23
- componentId: "core-11_30_0__sc-1kkl86t-3"
23
+ componentId: "core-11_31_0__sc-1kkl86t-3"
24
24
  })(["display:inline-flex;margin-bottom:", "px;", " + ", ",", " + ", "{margin-left:", "px;}"], spacing.sm, StyledPaginator, StyledSelect, StyledSelect, StyledPaginator, spacing.sm);
25
25
  export var StyledCell = /*#__PURE__*/styled.div.withConfig({
26
26
  displayName: "StyledCell",
27
- componentId: "core-11_30_0__sc-1kkl86t-4"
27
+ componentId: "core-11_31_0__sc-1kkl86t-4"
28
28
  })(["align-items:center;display:inline-flex;height:", "px;justify-content:center;width:", "px;"], cellSize, cellSize);
29
29
  export var StyledDayHeaderCell = /*#__PURE__*/styled(StyledCell).withConfig({
30
30
  displayName: "StyledDayHeaderCell",
31
- componentId: "core-11_30_0__sc-1kkl86t-5"
31
+ componentId: "core-11_31_0__sc-1kkl86t-5"
32
32
  })(["cursor:default;font-weight:", ";"], typographyWeights.semibold);
33
33
  export var StyledDayCell = /*#__PURE__*/styled(StyledCell).withConfig({
34
34
  displayName: "StyledDayCell",
35
- componentId: "core-11_30_0__sc-1kkl86t-6"
35
+ componentId: "core-11_31_0__sc-1kkl86t-6"
36
36
  })(["", ""], function (_ref) {
37
37
  var _ref$$disabled = _ref.$disabled,
38
38
  $disabled = _ref$$disabled === void 0 ? false : _ref$$disabled,
@@ -55,6 +55,6 @@ export var StyledDayCell = /*#__PURE__*/styled(StyledCell).withConfig({
55
55
  });
56
56
  export var StyledWeekRow = /*#__PURE__*/styled.div.withConfig({
57
57
  displayName: "StyledWeekRow",
58
- componentId: "core-11_30_0__sc-1kkl86t-7"
58
+ componentId: "core-11_31_0__sc-1kkl86t-7"
59
59
  })(["display:inline-flex;padding-bottom:2px;user-select:none;&:last-child{padding-bottom:0;}", "{&:first-child{border-top-left-radius:", "px;border-bottom-left-radius:", "px;}&:last-child{border-top-right-radius:", "px;border-bottom-right-radius:", "px;}}"], StyledCell, borderRadius.md, borderRadius.md, borderRadius.md, borderRadius.md);
60
60
  //# sourceMappingURL=Calendar.styles.js.map
@@ -4,7 +4,7 @@ import { colors } from '../_styles/colors';
4
4
  import { getShadow } from '../_styles/shadows';
5
5
  export var StyledCardContainer = /*#__PURE__*/styled.div.withConfig({
6
6
  displayName: "StyledCardContainer",
7
- componentId: "core-11_30_0__sc-2fii7b-0"
7
+ componentId: "core-11_31_0__sc-2fii7b-0"
8
8
  })(["background-color:", ";border-radius:", "px;transition:box-shadow 0.2s ease-in-out;", " ", ""], colors.white, borderRadius.md, function (_ref) {
9
9
  var $level = _ref.$level,
10
10
  $shadowStrength = _ref.$shadowStrength;
@@ -9,7 +9,7 @@ export var dataQa = {
9
9
  export var checkboxSize = 20;
10
10
  export var StyledCheckboxContainer = /*#__PURE__*/styled.div.withConfig({
11
11
  displayName: "StyledCheckboxContainer",
12
- componentId: "core-11_30_0__sc-u63tye-0"
12
+ componentId: "core-11_31_0__sc-u63tye-0"
13
13
  })(["color:", ";display:block;position:relative;& + &{margin-top:", "px;}"], colors.gray15, spacing.md);
14
14
  function StyledIndeterminate() {
15
15
  return css(["background-color:", ";content:'';height:2px;left:5px;position:absolute;top:9px;width:10px;border:none;"], colors.white);
@@ -48,18 +48,18 @@ function StyledFakeIndeterminate() {
48
48
  }
49
49
  export var StyledCheckboxLabelWrapper = /*#__PURE__*/styled.div.withConfig({
50
50
  displayName: "StyledCheckboxLabelWrapper",
51
- componentId: "core-11_30_0__sc-u63tye-1"
51
+ componentId: "core-11_31_0__sc-u63tye-1"
52
52
  })(["padding-left:", "px;min-height:", "px;position:relative;", ""], function (_ref) {
53
53
  var $hasLabel = _ref.$hasLabel;
54
54
  return $hasLabel ? checkboxSize + spacing.md : checkboxSize;
55
55
  }, checkboxSize, getTypographyIntent('body'));
56
56
  export var StyledCheckboxLabel = /*#__PURE__*/styled.label.withConfig({
57
57
  displayName: "StyledCheckboxLabel",
58
- componentId: "core-11_30_0__sc-u63tye-2"
58
+ componentId: "core-11_31_0__sc-u63tye-2"
59
59
  })(["user-select:none;&:before{background-color:", ";border-radius:2px;border:2px solid ", ";content:'';display:inline-block;height:", "px;width:", "px;min-width:", "px;top:0;left:0;position:absolute;}"], colors.white, colors.gray70, checkboxSize, checkboxSize, checkboxSize);
60
60
  export var StyledCheckboxInput = /*#__PURE__*/styled.input.withConfig({
61
61
  displayName: "StyledCheckboxInput",
62
- componentId: "core-11_30_0__sc-u63tye-3"
62
+ componentId: "core-11_31_0__sc-u63tye-3"
63
63
  })(["left:0;opacity:0;position:absolute;top:0;&:disabled:checked + ", " > ", ":before{background-color:", ";border-color:", ";}&:disabled + ", " > ", ":before{background-color:", ";border-color:", ";}", " &:checked + ", " > ", "{&:before{background-color:", ";border-color:", ";color:", ";}&:after{", "}}&:focus:not(:disabled),&[data-qa=", "]:not(:disabled){+ ", " > ", ":before{", "}}", ""], StyledCheckboxLabelWrapper, StyledCheckboxLabel, colors.blue85, colors.blue85, StyledCheckboxLabelWrapper, StyledCheckboxLabel, function (_ref2) {
64
64
  var $indeterminate = _ref2.$indeterminate;
65
65
  return $indeterminate ? colors.gray85 : colors.white;
@@ -83,7 +83,7 @@ export var StyledCheckboxInput = /*#__PURE__*/styled.input.withConfig({
83
83
  });
84
84
  export var StyledFakeCheckboxLabel = /*#__PURE__*/styled.span.withConfig({
85
85
  displayName: "StyledFakeCheckboxLabel",
86
- componentId: "core-11_30_0__sc-u63tye-4"
86
+ componentId: "core-11_31_0__sc-u63tye-4"
87
87
  })(["", " display:block;min-height:", "px;padding-left:", "px;position:relative;user-select:none;cursor:pointer;", ""], getTypographyIntent('body'), checkboxSize, function (_ref7) {
88
88
  var children = _ref7.children;
89
89
  return children ? checkboxSize + spacing.md : checkboxSize;
@@ -99,7 +99,7 @@ export var StyledFakeCheckboxLabel = /*#__PURE__*/styled.span.withConfig({
99
99
  });
100
100
  export var StyledFakeCheckboxInput = /*#__PURE__*/styled.div.withConfig({
101
101
  displayName: "StyledFakeCheckboxInput",
102
- componentId: "core-11_30_0__sc-u63tye-5"
102
+ componentId: "core-11_31_0__sc-u63tye-5"
103
103
  })(["width:", "px;height:", "px;border-radius:2px;border:2px solid ", ";position:absolute;", " ", " ", " ", ""], checkboxSize, checkboxSize, colors.gray70, function (_ref9) {
104
104
  var $checked = _ref9.$checked,
105
105
  $disabled = _ref9.$disabled,
@@ -7,23 +7,23 @@ import { getLineClamp } from '../_styles/mixins';
7
7
  import { spacing } from '../_styles/spacing';
8
8
  export var ContactItemAvatarWrapper = /*#__PURE__*/styled.div.withConfig({
9
9
  displayName: "ContactItemAvatarWrapper",
10
- componentId: "core-11_30_0__sc-1c4z9pn-0"
10
+ componentId: "core-11_31_0__sc-1c4z9pn-0"
11
11
  })(["display:inline-flex;align-self:flex-start;"]);
12
12
  export var ContactItemAvatar = /*#__PURE__*/styled(Avatar).withConfig({
13
13
  displayName: "ContactItemAvatar",
14
- componentId: "core-11_30_0__sc-1c4z9pn-1"
14
+ componentId: "core-11_31_0__sc-1c4z9pn-1"
15
15
  })(["cursor:inherit;font-weight:", ";"], typographyWeights.bold);
16
16
  export var ContactItemTextWrapper = /*#__PURE__*/styled.div.withConfig({
17
17
  displayName: "ContactItemTextWrapper",
18
- componentId: "core-11_30_0__sc-1c4z9pn-2"
18
+ componentId: "core-11_31_0__sc-1c4z9pn-2"
19
19
  })(["overflow:hidden;margin-left:", "px;"], spacing.sm);
20
20
  export var ContactItemText = /*#__PURE__*/styled(Typography).withConfig({
21
21
  displayName: "ContactItemText",
22
- componentId: "core-11_30_0__sc-1c4z9pn-3"
22
+ componentId: "core-11_31_0__sc-1c4z9pn-3"
23
23
  })(["display:flex;", ""], getLineClamp());
24
24
  export var ContactItemWrapper = /*#__PURE__*/styled.div.withConfig({
25
25
  displayName: "ContactItemWrapper",
26
- componentId: "core-11_30_0__sc-1c4z9pn-4"
26
+ componentId: "core-11_31_0__sc-1c4z9pn-4"
27
27
  })(["display:flex;flex-direction:row;align-items:center;padding:", "px ", "px ", "px ", "px;", " ", " ", ""], spacing.sm, spacing.lg, spacing.sm, spacing.sm, function (_ref) {
28
28
  var $disabled = _ref.$disabled,
29
29
  $clickable = _ref.$clickable;
@@ -5,10 +5,10 @@ import { mediaIE11Hack } from '../_styles/media';
5
5
  import { spacing } from '../_styles/spacing';
6
6
  export var StyledContent = /*#__PURE__*/styled(Box).withConfig({
7
7
  displayName: "StyledContent",
8
- componentId: "core-11_30_0__sc-10y57gh-0"
8
+ componentId: "core-11_31_0__sc-10y57gh-0"
9
9
  })(["> * + *,> * + h1,> * + h2,> * + h3,> * + h4,> * + p,> * + ul,> * + ol{margin-top:", "px;}> ", " + *{margin-top:0;}> ", ",> ", " > ", ",> ", " > ", "{", "{min-height:0;margin-bottom:", "px;}&:last-child ", "{margin-bottom:0;}}"], spacing.lg, StyledFormRow, StyledFormRow, StyledForm, StyledFormRow, StyledFormikForm, StyledFormRow, StyledFormFieldBanner, spacing.md, StyledFormFieldBanner);
10
10
  export var StyledActions = /*#__PURE__*/styled(Box).withConfig({
11
11
  displayName: "StyledActions",
12
- componentId: "core-11_30_0__sc-10y57gh-1"
12
+ componentId: "core-11_31_0__sc-10y57gh-1"
13
13
  })(["display:flex;justify-content:flex-end;gap:", "px;@media ", "{& > * + *{margin-left:", "px;}}"], spacing.sm, mediaIE11Hack, spacing.sm);
14
14
  //# sourceMappingURL=Content.styles.js.map
@@ -56,13 +56,6 @@ var dateInputLocales = {
56
56
  year: 'aaaa'
57
57
  }
58
58
  },
59
- pt: {
60
- placeholders: {
61
- day: 'dd',
62
- month: 'mm',
63
- year: 'aaaa'
64
- }
65
- },
66
59
  'pt-BR': {
67
60
  placeholders: {
68
61
  day: 'dd',