@procore/core-react 12.53.1 → 12.53.3
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/.jest/setupTests.js +1 -2
- package/CHANGELOG.md +16 -0
- package/dist/AnchorNavigation/AnchorNavigation.styles.d.ts +12 -4
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +4 -4
- package/dist/Avatar/Avatar.styles.d.ts +15 -5
- package/dist/Avatar/Avatar.styles.js +5 -5
- package/dist/AvatarStack/AvatarStack.styles.d.ts +113 -29
- package/dist/AvatarStack/AvatarStack.styles.js +8 -8
- package/dist/Badge/Badge.styles.d.ts +6 -2
- package/dist/Badge/Badge.styles.js +2 -2
- package/dist/BadgePill/BadgePill.styles.d.ts +12 -4
- package/dist/BadgePill/BadgePill.styles.js +4 -4
- package/dist/Banner/Banner.styles.d.ts +32 -12
- package/dist/Banner/Banner.styles.js +10 -10
- package/dist/Box/Box.styles.d.ts +3 -1
- package/dist/Box/Box.styles.js +1 -1
- package/dist/Breadcrumbs/Breadcrumbs.styles.d.ts +12 -4
- package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
- package/dist/Button/Button.styles.d.ts +16 -6
- package/dist/Button/Button.styles.js +5 -5
- package/dist/Calendar/Calendar.styles.d.ts +48 -14
- package/dist/Calendar/Calendar.styles.js +9 -9
- package/dist/Card/Card.styles.d.ts +3 -1
- package/dist/Card/Card.styles.js +1 -1
- package/dist/Checkbox/Checkbox.styles.d.ts +18 -6
- package/dist/Checkbox/Checkbox.styles.js +6 -6
- package/dist/ContactItem/ContactItem.styles.d.ts +1689 -9
- package/dist/ContactItem/ContactItem.styles.js +5 -5
- package/dist/Content/Content.styles.d.ts +8 -4
- package/dist/Content/Content.styles.js +2 -2
- package/dist/DateInput/DateInput.styles.d.ts +25 -10
- package/dist/DateInput/DateInput.styles.js +6 -6
- package/dist/DetailPage/DetailPage.styles.d.ts +24 -10
- package/dist/DetailPage/DetailPage.styles.js +7 -7
- package/dist/Dropdown/Dropdown.styles.d.ts +11 -5
- package/dist/Dropdown/Dropdown.styles.js +3 -3
- package/dist/DropdownFlyout/DropdownFlyout.styles.d.ts +12 -4
- package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
- package/dist/Dropzone/Dropzone.d.ts +4 -2
- package/dist/Dropzone/Dropzone.js +4 -2
- package/dist/Dropzone/Dropzone.js.map +1 -1
- package/dist/Dropzone/Dropzone.styles.d.ts +31 -13
- package/dist/Dropzone/Dropzone.styles.js +9 -9
- package/dist/EmptyState/EmptyState.styles.d.ts +18 -6
- package/dist/EmptyState/EmptyState.styles.js +6 -6
- package/dist/Field/Field.styles.d.ts +9 -3
- package/dist/Field/Field.styles.js +3 -3
- package/dist/FileList/FileList.styles.d.ts +11 -5
- package/dist/FileList/FileList.styles.js +3 -3
- package/dist/FileSelect/FileExplorer/FileExplorer.styles.d.ts +37 -12
- package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
- package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.d.ts +10 -4
- package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
- package/dist/FileSelect/FileSelect.styles.d.ts +7 -3
- package/dist/FileSelect/FileSelect.styles.js +2 -2
- package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.d.ts +7 -3
- package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
- package/dist/FileSelect/FileTokenList/FileTokenList.styles.d.ts +7 -3
- package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
- package/dist/FileSelect/GridSource/GridSource.styles.d.ts +19 -7
- package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
- package/dist/FileSelect/LocalSource/LocalSource.js +1 -1
- package/dist/FileSelect/LocalSource/LocalSource.js.map +1 -1
- package/dist/FileSelect/LocalSource/LocalSource.styles.d.ts +20 -7
- package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
- package/dist/FileSelect/SourceItem/SourceItem.styles.d.ts +9 -3
- package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
- package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.d.ts +29 -11
- package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
- package/dist/FileSelect/TreeSource/TreeSource.styles.d.ts +3 -1
- package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
- package/dist/FileToken/FileToken.styles.d.ts +18 -6
- package/dist/FileToken/FileToken.styles.js +6 -6
- package/dist/FilterToken/FilterToken.styles.d.ts +15 -5
- package/dist/FilterToken/FilterToken.styles.js +5 -5
- package/dist/FlexList/FlexList.styles.d.ts +3 -1
- package/dist/FlexList/FlexList.styles.js +1 -1
- package/dist/Form/Form.styles.d.ts +59 -532
- package/dist/Form/Form.styles.js +13 -13
- package/dist/Form/StyledFormikForm.styles.d.ts +7 -3
- package/dist/Form/StyledFormikForm.styles.js +2 -2
- package/dist/Form/stories/util.js.map +1 -1
- package/dist/GhostPlaceholder/GhostPlaceholder.styles.d.ts +13 -2
- package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
- package/dist/Grid/Grid.styles.d.ts +6 -2
- package/dist/Grid/Grid.styles.js +2 -2
- package/dist/GroupSelect/GroupSelect.styles.d.ts +1 -1
- package/dist/GroupSelect/GroupSelect.styles.js +1 -1
- package/dist/Input/Input.styles.d.ts +3 -1
- package/dist/Input/Input.styles.js +1 -1
- package/dist/Link/Link.styles.d.ts +3 -1
- package/dist/Link/Link.styles.js +1 -1
- package/dist/ListPage/ListPage.styles.d.ts +24 -8
- package/dist/ListPage/ListPage.styles.js +8 -8
- package/dist/Loader/Loader.styles.d.ts +6 -2
- package/dist/Loader/Loader.styles.js +2 -2
- package/dist/MenuImperative/MenuImperative.styles.d.ts +34 -12
- package/dist/MenuImperative/MenuImperative.styles.js +11 -11
- package/dist/MenuImperative/MenuImperative.types.d.ts +1 -1
- package/dist/MenuImperative/MenuImperative.types.js.map +1 -1
- package/dist/Modal/Modal.d.ts +12 -4
- package/dist/Modal/Modal.styles.d.ts +41 -15
- package/dist/Modal/Modal.styles.js +13 -13
- package/dist/MultiSelect/MultiSelect.styles.d.ts +41 -12
- package/dist/MultiSelect/MultiSelect.styles.js +8 -8
- package/dist/NextMenu/NextMenu.styles.d.ts +9 -3
- package/dist/NextMenu/NextMenu.styles.js +3 -3
- package/dist/NextTile/NextTile.styles.d.ts +9 -5
- package/dist/NextTile/NextTile.styles.js +5 -5
- package/dist/Notation/Notation.js +1 -1
- package/dist/NumberInput/NumberInput.styles.d.ts +34 -8
- package/dist/NumberInput/NumberInput.styles.js +7 -7
- package/dist/Overlay/OverlayArrow.styles.d.ts +3 -1
- package/dist/Overlay/OverlayArrow.styles.js +1 -1
- package/dist/PageLayout/PageLayout.styles.d.ts +93 -20
- package/dist/PageLayout/PageLayout.styles.js +16 -16
- package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.d.ts +3 -1
- package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
- package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.d.ts +11 -5
- package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
- package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.d.ts +20 -8
- package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
- package/dist/PageTemplate/PageTemplate/PageTemplate.styles.d.ts +10 -4
- package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
- package/dist/Pagination/Pagination.styles.d.ts +19 -9
- package/dist/Pagination/Pagination.styles.js +5 -5
- package/dist/Panel/Panel.js.map +1 -1
- package/dist/Panel/Panel.styles.d.ts +35 -13
- package/dist/Panel/Panel.styles.js +11 -11
- package/dist/Pill/Pill.styles.d.ts +9 -3
- package/dist/Pill/Pill.styles.js +3 -3
- package/dist/PillSelect/PillSelect.js +2 -3
- package/dist/PillSelect/PillSelect.js.map +1 -1
- package/dist/PillSelect/PillSelect.styles.d.ts +18 -5
- package/dist/PillSelect/PillSelect.styles.js +8 -4
- package/dist/PillSelect/PillSelect.styles.js.map +1 -1
- package/dist/Popover/Popover.styles.d.ts +6 -2
- package/dist/Popover/Popover.styles.js +2 -2
- package/dist/Portal/Portal.styles.d.ts +3 -1
- package/dist/Portal/Portal.styles.js +1 -1
- package/dist/ProgressBar/ProgressBar.styles.d.ts +6 -2
- package/dist/ProgressBar/ProgressBar.styles.js +2 -2
- package/dist/RadioButton/RadioButton.styles.d.ts +9 -3
- package/dist/RadioButton/RadioButton.styles.js +3 -3
- package/dist/Required/Required.styles.d.ts +9 -3
- package/dist/Required/Required.styles.js +3 -3
- package/dist/Search/Search.styles.d.ts +28 -6
- package/dist/Search/Search.styles.js +5 -5
- package/dist/Section/Section.styles.d.ts +22 -8
- package/dist/Section/Section.styles.js +7 -7
- package/dist/SegmentedController/SegmentedController.styles.d.ts +12 -4
- package/dist/SegmentedController/SegmentedController.styles.js +4 -4
- package/dist/Select/Select.styles.d.ts +26 -10
- package/dist/Select/Select.styles.js +8 -8
- package/dist/Semantic/Semantic.styles.d.ts +46 -352
- package/dist/Semantic/Semantic.styles.js +9 -9
- package/dist/Slider/Slider.styles.d.ts +16 -6
- package/dist/Slider/Slider.styles.js +5 -5
- package/dist/Spinner/Spinner.styles.d.ts +21 -7
- package/dist/Spinner/Spinner.styles.js +7 -7
- package/dist/SplitViewCard/SplitViewCard.js.map +1 -1
- package/dist/SplitViewCard/SplitViewCard.styles.d.ts +25 -9
- package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
- package/dist/SuperSelect/SuperSelect.js +2 -1
- package/dist/SuperSelect/SuperSelect.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.presets.styles.d.ts +4 -2
- package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
- package/dist/SuperSelect/SuperSelect.styles.d.ts +127 -47
- package/dist/SuperSelect/SuperSelect.styles.js +40 -40
- package/dist/SuperSelect/useSuperSelect.js +1 -2
- package/dist/SuperSelect/useSuperSelect.js.map +1 -1
- package/dist/Switch/Switch.styles.d.ts +12 -4
- package/dist/Switch/Switch.styles.js +4 -4
- package/dist/Table/Table.styles.d.ts +90 -34
- package/dist/Table/Table.styles.js +29 -29
- package/dist/TableShelf/TableShelf.styles.d.ts +15 -5
- package/dist/TableShelf/TableShelf.styles.js +5 -5
- package/dist/Tabs/Tabs.styles.d.ts +121 -21
- package/dist/Tabs/Tabs.styles.js +16 -16
- package/dist/Tearsheet/Tearsheet.styles.d.ts +15 -5
- package/dist/Tearsheet/Tearsheet.styles.js +5 -5
- package/dist/TextArea/TextArea.styles.d.ts +3 -1
- package/dist/TextArea/TextArea.styles.js +1 -1
- package/dist/TextEditorOutput/TextEditorOutput.styles.d.ts +3 -1
- package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
- package/dist/Thumbnail/Thumbnail.hooks.d.ts +20 -20
- package/dist/Thumbnail/Thumbnail.js +40 -38
- package/dist/Thumbnail/Thumbnail.js.map +1 -1
- package/dist/Thumbnail/Thumbnail.styles.d.ts +62 -22
- package/dist/Thumbnail/Thumbnail.styles.js +21 -21
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.d.ts +33 -13
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
- package/dist/TieredDropdown/TieredDropdown.js +6 -0
- package/dist/TieredDropdown/TieredDropdown.js.map +1 -1
- package/dist/TieredSelect/LeafSelectionTieredSelect.js +6 -0
- package/dist/TieredSelect/LeafSelectionTieredSelect.js.map +1 -1
- package/dist/TieredSelect/TierSelectionTieredSelect.js +29 -25
- package/dist/TieredSelect/TierSelectionTieredSelect.js.map +1 -1
- package/dist/TieredSelect/TieredSelect.styles.d.ts +54 -17
- package/dist/TieredSelect/TieredSelect.styles.js +18 -12
- package/dist/TieredSelect/TieredSelect.styles.js.map +1 -1
- package/dist/TieredSelect/TieredSelect.types.d.ts +6 -0
- package/dist/TieredSelect/TieredSelect.types.js.map +1 -1
- package/dist/TieredSelect/TieredSelectMenu.js +10 -5
- package/dist/TieredSelect/TieredSelectMenu.js.map +1 -1
- package/dist/Tile/Tile.styles.d.ts +32 -9
- package/dist/Tile/Tile.styles.js +8 -8
- package/dist/Title/Title.styles.d.ts +30 -9
- package/dist/Title/Title.styles.js +7 -7
- package/dist/Toast/Toast.styles.d.ts +10 -4
- package/dist/Toast/Toast.styles.js +3 -3
- package/dist/ToggleButton/ToggleButton.styles.d.ts +3 -1
- package/dist/ToggleButton/ToggleButton.styles.js +1 -1
- package/dist/Token/Token.styles.d.ts +16 -6
- package/dist/Token/Token.styles.js +5 -5
- package/dist/ToolHeader/ToolHeader.d.ts +14 -6
- package/dist/ToolHeader/ToolHeader.styles.d.ts +19 -7
- package/dist/ToolHeader/ToolHeader.styles.js +6 -6
- package/dist/ToolLandingPage/ToolLandingPage.styles.d.ts +10 -4
- package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
- package/dist/ToolLandingPageTemplate/ToolLandingPageTemplate.types.d.ts +1 -1
- package/dist/ToolLandingPageTemplate/ToolLandingPageTemplate.types.js.map +1 -1
- package/dist/Tooltip/Tooltip.styles.d.ts +9 -3
- package/dist/Tooltip/Tooltip.styles.js +3 -3
- package/dist/Tree/Tree.js +1 -1
- package/dist/Tree/Tree.styles.d.ts +52 -13
- package/dist/Tree/Tree.styles.js +10 -10
- package/dist/Typeahead/Typeahead.styles.d.ts +12 -4
- package/dist/Typeahead/Typeahead.styles.js +4 -4
- package/dist/Typography/Typography.styles.d.ts +4 -2
- package/dist/Typography/Typography.styles.js +1 -1
- package/dist/Typography/Typography.styles.js.map +1 -1
- package/dist/Typography/Typography.table.story.js +2 -2
- package/dist/_hooks/I18n.d.ts +90 -0
- package/dist/_locales/de-DE.json +9 -4
- package/dist/_locales/en-AU.json +5 -0
- package/dist/_locales/en-CA.json +5 -0
- package/dist/_locales/en-GB.json +5 -0
- package/dist/_locales/es-ES.json +8 -3
- package/dist/_locales/es.json +7 -2
- package/dist/_locales/fr-CA.json +7 -2
- package/dist/_locales/fr-FR.json +5 -0
- package/dist/_locales/is-IS.json +5 -0
- package/dist/_locales/it-IT.json +5 -0
- package/dist/_locales/ja-JP.json +5 -0
- package/dist/_locales/nb-NO.json +10 -5
- package/dist/_locales/pl-PL.json +5 -0
- package/dist/_locales/pt-BR.json +5 -0
- package/dist/_locales/pt-PT.json +5 -0
- package/dist/_locales/th-TH.json +5 -0
- package/dist/_locales/zh-SG.json +5 -0
- package/dist/_locales/zh-TW.json +5 -0
- package/dist/_storyHelpers_/components/Deprecation.styles.d.ts +4 -2
- package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
- package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
- package/dist/_styles/mixins.d.ts +2 -2
- package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +7 -7
- package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +25 -25
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +17 -17
- package/dist/_typedoc/Box/Box.types.json +68 -68
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +12 -12
- package/dist/_typedoc/Button/Button.types.json +14 -14
- package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
- package/dist/_typedoc/Card/Card.types.json +6 -6
- package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
- 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 +14 -14
- package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
- package/dist/_typedoc/DetailPageTemplate/DetailPageTemplate.types.json +3 -3
- package/dist/_typedoc/Dropdown/Dropdown.types.json +38 -38
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +37 -37
- package/dist/_typedoc/Dropzone/Dropzone.types.json +50 -50
- package/dist/_typedoc/EmptyState/EmptyState.types.json +18 -18
- package/dist/_typedoc/FileList/FileList.types.json +9 -9
- package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
- 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 +17 -17
- package/dist/_typedoc/Flex/Flex.types.json +27 -27
- package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
- package/dist/_typedoc/Form/Form.types.json +845 -845
- package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
- package/dist/_typedoc/Grid/Grid.types.json +8 -8
- package/dist/_typedoc/GroupSelect/GroupSelect.types.json +79 -79
- package/dist/_typedoc/Input/Input.types.json +2 -2
- package/dist/_typedoc/Link/Link.types.json +1 -1
- package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
- package/dist/_typedoc/Menu/Menu.types.json +62 -62
- package/dist/_typedoc/MenuImperative/MenuImperative.types.json +133 -86
- package/dist/_typedoc/Modal/Modal.types.json +48 -48
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +33 -33
- package/dist/_typedoc/NextTile/NextTile.types.json +33 -33
- package/dist/_typedoc/Notation/Notation.types.json +4 -4
- package/dist/_typedoc/NumberInput/NumberInput.types.json +58 -58
- package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +33 -33
- package/dist/_typedoc/PageLayout/PageLayout.types.json +40 -40
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +28 -28
- package/dist/_typedoc/Pill/Pill.types.json +2 -2
- package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
- package/dist/_typedoc/Popover/Popover.types.json +15 -15
- package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
- 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 +15 -15
- package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
- package/dist/_typedoc/Select/Select.types.json +67 -67
- package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
- package/dist/_typedoc/SettingsPageTemplate/SettingsPageTemplate.types.json +3 -3
- package/dist/_typedoc/Slider/Slider.types.json +6 -6
- package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
- package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
- package/dist/_typedoc/Table/Table.types.json +105 -105
- package/dist/_typedoc/Tabs/Tablist.types.json +10 -10
- package/dist/_typedoc/Tabs/Tabs.types.json +20 -20
- package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
- package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
- package/dist/_typedoc/TextEditor/TextEditor.types.json +11 -11
- package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
- package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
- package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +43 -43
- package/dist/_typedoc/TieredSelect/TieredSelect.types.json +29 -29
- package/dist/_typedoc/Tile/Tile.types.json +8 -8
- package/dist/_typedoc/Title/Title.types.json +1 -1
- package/dist/_typedoc/Toast/Toast.types.json +4 -4
- package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
- package/dist/_typedoc/Token/Token.types.json +7 -7
- package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
- package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +8 -8
- package/dist/_typedoc/ToolLandingPageTemplate/ToolLandingPageTemplate.types.json +2 -2
- package/dist/_typedoc/Tooltip/Tooltip.types.json +15 -15
- package/dist/_typedoc/Tree/Tree.types.json +132 -132
- package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
- package/dist/_typedoc/Typography/Typography.types.json +9 -9
- package/dist/_typedoc/_utils/types.json +3 -3
- package/dist/_typedoc/a11y-tips.json +1 -1
- package/package.json +10 -11
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Typography.styles.js","names":["styled","css","colors","typographyWeights","regular","semibold","bold","typographyLineHeight","small","body","h1","h2","h3","label","typographyIntents","getTypographyIntent","intent","semiboldRules","StyledTypography","span","withConfig","displayName","componentId","_ref","_ref$$intent","$intent","_ref2","_ref2$$color","$color","_ref3","_ref3$$italic","$italic","_ref4","$weight","_ref5","$breakWord"],"sources":["../../src/Typography/Typography.styles.ts"],"sourcesContent":["import type { RuleSet } from 'styled-components'\nimport styled, { css } from 'styled-components'\nimport { colors } from '../_styles/colors'\nimport type { Intent, TypographyProps, Weight } from './Typography.types'\n\nexport interface StyledTypographyProps {\n $breakWord?: TypographyProps['
|
|
1
|
+
{"version":3,"file":"Typography.styles.js","names":["styled","css","colors","typographyWeights","regular","semibold","bold","typographyLineHeight","small","body","h1","h2","h3","label","typographyIntents","getTypographyIntent","intent","semiboldRules","StyledTypography","span","withConfig","displayName","componentId","_ref","_ref$$intent","$intent","_ref2","_ref2$$color","$color","_ref3","_ref3$$italic","$italic","_ref4","$weight","_ref5","$breakWord"],"sources":["../../src/Typography/Typography.styles.ts"],"sourcesContent":["import type { RuleSet } from 'styled-components'\nimport styled, { css } from 'styled-components'\nimport { colors } from '../_styles/colors'\nimport type { Intent, TypographyProps, Weight } from './Typography.types'\n\nexport interface StyledTypographyProps {\n $breakWord?: TypographyProps['breakWord']\n $color?: TypographyProps['color']\n $intent?: TypographyProps['intent']\n $italic?: TypographyProps['italic']\n $weight?: TypographyProps['weight']\n}\n\nexport const typographyWeights: {\n [key in Weight]: number\n} = {\n regular: 400,\n semibold: 600,\n bold: 700,\n}\n\nexport const typographyLineHeight: Record<Intent, number> = {\n small: 16,\n body: 20,\n h1: 32,\n h2: 28,\n h3: 24,\n label: 20,\n}\n\nconst body = css`\n font-family: inherit;\n font-size: 14px;\n font-weight: ${typographyWeights.regular};\n letter-spacing: 0.15px;\n line-height: ${typographyLineHeight.body}px;\n`\n\nconst h1 = css`\n font-family: inherit;\n font-size: 24px;\n font-weight: ${typographyWeights.bold};\n letter-spacing: 0.15px;\n line-height: ${typographyLineHeight.h1}px;\n`\n\nconst h2 = css`\n font-family: inherit;\n font-size: 20px;\n font-weight: ${typographyWeights.semibold};\n letter-spacing: 0.15px;\n line-height: ${typographyLineHeight.h2}px;\n`\n\nconst h3 = css`\n font-family: inherit;\n font-size: 16px;\n font-weight: ${typographyWeights.semibold};\n letter-spacing: 0.15px;\n line-height: ${typographyLineHeight.h3}px;\n`\n\nconst small = css`\n font-family: inherit;\n font-size: 12px;\n font-weight: ${typographyWeights.regular};\n letter-spacing: 0.25px;\n line-height: ${typographyLineHeight.small}px;\n`\n\nconst label = css`\n font-family: inherit;\n font-size: 14px;\n font-weight: ${typographyWeights.semibold};\n letter-spacing: 0.15px;\n line-height: ${typographyLineHeight.label}px;\n`\n\nconst typographyIntents: Record<Intent, RuleSet<object>> = {\n body,\n h1,\n h2,\n h3,\n small,\n label,\n}\n\nexport function getTypographyIntent(intent: Intent) {\n return typographyIntents[intent]\n}\n\nexport const semiboldRules = () => {\n return css`\n & > strong,\n > b {\n font-weight: 600;\n }\n `\n}\n\nexport const StyledTypography = styled.span<StyledTypographyProps>`\n ${({ $intent = 'body' }) => typographyIntents[$intent]}\n color: ${({ $color = 'gray15' }) => colors[$color]};\n font-style: ${({ $italic = false }) => ($italic ? 'italic' : 'inherit')};\n font-weight: ${({ $weight }) => $weight && typographyWeights[$weight]};\n ${semiboldRules}\n ${({ $breakWord }) =>\n $breakWord &&\n `\n word-wrap: break-word;\n word-break: break-word;\n`}\n em,\n i {\n font-style: italic;\n }\n`\n"],"mappings":"AACA,OAAOA,MAAM,IAAIC,GAAG,QAAQ,mBAAmB;AAC/C,SAASC,MAAM,QAAQ,mBAAmB;AAW1C,OAAO,IAAMC,iBAEZ,GAAG;EACFC,OAAO,EAAE,GAAG;EACZC,QAAQ,EAAE,GAAG;EACbC,IAAI,EAAE;AACR,CAAC;AAED,OAAO,IAAMC,oBAA4C,GAAG;EAC1DC,KAAK,EAAE,EAAE;EACTC,IAAI,EAAE,EAAE;EACRC,EAAE,EAAE,EAAE;EACNC,EAAE,EAAE,EAAE;EACNC,EAAE,EAAE,EAAE;EACNC,KAAK,EAAE;AACT,CAAC;AAED,IAAMJ,IAAI,gBAAGR,GAAG,oGAGCE,iBAAiB,CAACC,OAAO,EAEzBG,oBAAoB,CAACE,IAAI,CACzC;AAED,IAAMC,EAAE,gBAAGT,GAAG,oGAGGE,iBAAiB,CAACG,IAAI,EAEtBC,oBAAoB,CAACG,EAAE,CACvC;AAED,IAAMC,EAAE,gBAAGV,GAAG,oGAGGE,iBAAiB,CAACE,QAAQ,EAE1BE,oBAAoB,CAACI,EAAE,CACvC;AAED,IAAMC,EAAE,gBAAGX,GAAG,oGAGGE,iBAAiB,CAACE,QAAQ,EAE1BE,oBAAoB,CAACK,EAAE,CACvC;AAED,IAAMJ,KAAK,gBAAGP,GAAG,oGAGAE,iBAAiB,CAACC,OAAO,EAEzBG,oBAAoB,CAACC,KAAK,CAC1C;AAED,IAAMK,KAAK,gBAAGZ,GAAG,oGAGAE,iBAAiB,CAACE,QAAQ,EAE1BE,oBAAoB,CAACM,KAAK,CAC1C;AAED,IAAMC,iBAAkD,GAAG;EACzDL,IAAI,EAAJA,IAAI;EACJC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFJ,KAAK,EAALA,KAAK;EACLK,KAAK,EAALA;AACF,CAAC;AAED,OAAO,SAASE,mBAAmBA,CAACC,MAAc,EAAE;EAClD,OAAOF,iBAAiB,CAACE,MAAM,CAAC;AAClC;AAEA,OAAO,IAAMC,aAAa,GAAG,SAAhBA,aAAaA,CAAA,EAAS;EACjC,OAAOhB,GAAG;AAMZ,CAAC;AAED,OAAO,IAAMiB,gBAAgB,gBAAGlB,MAAM,CAACmB,IAAI,CAAAC,UAAA;EAAAC,WAAA;EAAAC,WAAA;AAAA,4FACvC,UAAAC,IAAA;EAAA,IAAAC,YAAA,GAAAD,IAAA,CAAGE,OAAO;IAAPA,OAAO,GAAAD,YAAA,cAAG,MAAM,GAAAA,YAAA;EAAA,OAAOV,iBAAiB,CAACW,OAAO,CAAC;AAAA,GAC7C,UAAAC,KAAA;EAAA,IAAAC,YAAA,GAAAD,KAAA,CAAGE,MAAM;IAANA,MAAM,GAAAD,YAAA,cAAG,QAAQ,GAAAA,YAAA;EAAA,OAAOzB,MAAM,CAAC0B,MAAM,CAAC;AAAA,GACpC,UAAAC,KAAA;EAAA,IAAAC,aAAA,GAAAD,KAAA,CAAGE,OAAO;IAAPA,OAAO,GAAAD,aAAA,cAAG,KAAK,GAAAA,aAAA;EAAA,OAAQC,OAAO,GAAG,QAAQ,GAAG,SAAS;AAAA,CAAC,EACxD,UAAAC,KAAA;EAAA,IAAGC,OAAO,GAAAD,KAAA,CAAPC,OAAO;EAAA,OAAOA,OAAO,IAAI9B,iBAAiB,CAAC8B,OAAO,CAAC;AAAA,GACnEhB,aAAa,EACb,UAAAiB,KAAA;EAAA,IAAGC,UAAU,GAAAD,KAAA,CAAVC,UAAU;EAAA,OACbA,UAAU,6DAIb;AAAA,EAKA","ignoreList":[]}
|
|
@@ -5,11 +5,11 @@ import { colors } from '../_styles/colors';
|
|
|
5
5
|
import { getTypographyIntent } from './Typography.styles';
|
|
6
6
|
var StyledBodyCell = /*#__PURE__*/styled(Table.BodyCell).withConfig({
|
|
7
7
|
displayName: "StyledBodyCell",
|
|
8
|
-
componentId: "core-
|
|
8
|
+
componentId: "core-12_53_3__sc-p4v7d-0"
|
|
9
9
|
})([""]);
|
|
10
10
|
var StyledTextCell = /*#__PURE__*/styled(Table.TextCell).withConfig({
|
|
11
11
|
displayName: "StyledTextCell",
|
|
12
|
-
componentId: "core-
|
|
12
|
+
componentId: "core-12_53_3__sc-p4v7d-1"
|
|
13
13
|
})(["", " color:", ";"], getTypographyIntent('body'), colors.blue50);
|
|
14
14
|
function BodyCell() {
|
|
15
15
|
return /*#__PURE__*/React.createElement(StyledBodyCell, {
|
package/dist/_hooks/I18n.d.ts
CHANGED
|
@@ -188,6 +188,11 @@ export declare const coreTranslations: {
|
|
|
188
188
|
year: string;
|
|
189
189
|
};
|
|
190
190
|
};
|
|
191
|
+
name: {
|
|
192
|
+
month: string;
|
|
193
|
+
day: string;
|
|
194
|
+
year: string;
|
|
195
|
+
};
|
|
191
196
|
ariaValueText: {
|
|
192
197
|
empty: string;
|
|
193
198
|
};
|
|
@@ -1037,6 +1042,11 @@ export declare const coreTranslations: {
|
|
|
1037
1042
|
year: string;
|
|
1038
1043
|
};
|
|
1039
1044
|
};
|
|
1045
|
+
name: {
|
|
1046
|
+
month: string;
|
|
1047
|
+
day: string;
|
|
1048
|
+
year: string;
|
|
1049
|
+
};
|
|
1040
1050
|
ariaValueText: {
|
|
1041
1051
|
empty: string;
|
|
1042
1052
|
};
|
|
@@ -1459,6 +1469,11 @@ export declare const coreTranslations: {
|
|
|
1459
1469
|
year: string;
|
|
1460
1470
|
};
|
|
1461
1471
|
};
|
|
1472
|
+
name: {
|
|
1473
|
+
month: string;
|
|
1474
|
+
day: string;
|
|
1475
|
+
year: string;
|
|
1476
|
+
};
|
|
1462
1477
|
ariaValueText: {
|
|
1463
1478
|
empty: string;
|
|
1464
1479
|
};
|
|
@@ -1881,6 +1896,11 @@ export declare const coreTranslations: {
|
|
|
1881
1896
|
year: string;
|
|
1882
1897
|
};
|
|
1883
1898
|
};
|
|
1899
|
+
name: {
|
|
1900
|
+
month: string;
|
|
1901
|
+
day: string;
|
|
1902
|
+
year: string;
|
|
1903
|
+
};
|
|
1884
1904
|
ariaValueText: {
|
|
1885
1905
|
empty: string;
|
|
1886
1906
|
};
|
|
@@ -2303,6 +2323,11 @@ export declare const coreTranslations: {
|
|
|
2303
2323
|
year: string;
|
|
2304
2324
|
};
|
|
2305
2325
|
};
|
|
2326
|
+
name: {
|
|
2327
|
+
month: string;
|
|
2328
|
+
day: string;
|
|
2329
|
+
year: string;
|
|
2330
|
+
};
|
|
2306
2331
|
ariaValueText: {
|
|
2307
2332
|
empty: string;
|
|
2308
2333
|
};
|
|
@@ -2725,6 +2750,11 @@ export declare const coreTranslations: {
|
|
|
2725
2750
|
year: string;
|
|
2726
2751
|
};
|
|
2727
2752
|
};
|
|
2753
|
+
name: {
|
|
2754
|
+
month: string;
|
|
2755
|
+
day: string;
|
|
2756
|
+
year: string;
|
|
2757
|
+
};
|
|
2728
2758
|
ariaValueText: {
|
|
2729
2759
|
empty: string;
|
|
2730
2760
|
};
|
|
@@ -3147,6 +3177,11 @@ export declare const coreTranslations: {
|
|
|
3147
3177
|
year: string;
|
|
3148
3178
|
};
|
|
3149
3179
|
};
|
|
3180
|
+
name: {
|
|
3181
|
+
month: string;
|
|
3182
|
+
day: string;
|
|
3183
|
+
year: string;
|
|
3184
|
+
};
|
|
3150
3185
|
ariaValueText: {
|
|
3151
3186
|
empty: string;
|
|
3152
3187
|
};
|
|
@@ -3569,6 +3604,11 @@ export declare const coreTranslations: {
|
|
|
3569
3604
|
year: string;
|
|
3570
3605
|
};
|
|
3571
3606
|
};
|
|
3607
|
+
name: {
|
|
3608
|
+
month: string;
|
|
3609
|
+
day: string;
|
|
3610
|
+
year: string;
|
|
3611
|
+
};
|
|
3572
3612
|
ariaValueText: {
|
|
3573
3613
|
empty: string;
|
|
3574
3614
|
};
|
|
@@ -3991,6 +4031,11 @@ export declare const coreTranslations: {
|
|
|
3991
4031
|
year: string;
|
|
3992
4032
|
};
|
|
3993
4033
|
};
|
|
4034
|
+
name: {
|
|
4035
|
+
month: string;
|
|
4036
|
+
day: string;
|
|
4037
|
+
year: string;
|
|
4038
|
+
};
|
|
3994
4039
|
ariaValueText: {
|
|
3995
4040
|
empty: string;
|
|
3996
4041
|
};
|
|
@@ -4413,6 +4458,11 @@ export declare const coreTranslations: {
|
|
|
4413
4458
|
year: string;
|
|
4414
4459
|
};
|
|
4415
4460
|
};
|
|
4461
|
+
name: {
|
|
4462
|
+
month: string;
|
|
4463
|
+
day: string;
|
|
4464
|
+
year: string;
|
|
4465
|
+
};
|
|
4416
4466
|
ariaValueText: {
|
|
4417
4467
|
empty: string;
|
|
4418
4468
|
};
|
|
@@ -5262,6 +5312,11 @@ export declare const coreTranslations: {
|
|
|
5262
5312
|
year: string;
|
|
5263
5313
|
};
|
|
5264
5314
|
};
|
|
5315
|
+
name: {
|
|
5316
|
+
month: string;
|
|
5317
|
+
day: string;
|
|
5318
|
+
year: string;
|
|
5319
|
+
};
|
|
5265
5320
|
ariaValueText: {
|
|
5266
5321
|
empty: string;
|
|
5267
5322
|
};
|
|
@@ -5684,6 +5739,11 @@ export declare const coreTranslations: {
|
|
|
5684
5739
|
year: string;
|
|
5685
5740
|
};
|
|
5686
5741
|
};
|
|
5742
|
+
name: {
|
|
5743
|
+
month: string;
|
|
5744
|
+
day: string;
|
|
5745
|
+
year: string;
|
|
5746
|
+
};
|
|
5687
5747
|
ariaValueText: {
|
|
5688
5748
|
empty: string;
|
|
5689
5749
|
};
|
|
@@ -6106,6 +6166,11 @@ export declare const coreTranslations: {
|
|
|
6106
6166
|
year: string;
|
|
6107
6167
|
};
|
|
6108
6168
|
};
|
|
6169
|
+
name: {
|
|
6170
|
+
month: string;
|
|
6171
|
+
day: string;
|
|
6172
|
+
year: string;
|
|
6173
|
+
};
|
|
6109
6174
|
ariaValueText: {
|
|
6110
6175
|
empty: string;
|
|
6111
6176
|
};
|
|
@@ -6528,6 +6593,11 @@ export declare const coreTranslations: {
|
|
|
6528
6593
|
year: string;
|
|
6529
6594
|
};
|
|
6530
6595
|
};
|
|
6596
|
+
name: {
|
|
6597
|
+
month: string;
|
|
6598
|
+
day: string;
|
|
6599
|
+
year: string;
|
|
6600
|
+
};
|
|
6531
6601
|
ariaValueText: {
|
|
6532
6602
|
empty: string;
|
|
6533
6603
|
};
|
|
@@ -6950,6 +7020,11 @@ export declare const coreTranslations: {
|
|
|
6950
7020
|
year: string;
|
|
6951
7021
|
};
|
|
6952
7022
|
};
|
|
7023
|
+
name: {
|
|
7024
|
+
month: string;
|
|
7025
|
+
day: string;
|
|
7026
|
+
year: string;
|
|
7027
|
+
};
|
|
6953
7028
|
ariaValueText: {
|
|
6954
7029
|
empty: string;
|
|
6955
7030
|
};
|
|
@@ -7372,6 +7447,11 @@ export declare const coreTranslations: {
|
|
|
7372
7447
|
year: string;
|
|
7373
7448
|
};
|
|
7374
7449
|
};
|
|
7450
|
+
name: {
|
|
7451
|
+
month: string;
|
|
7452
|
+
day: string;
|
|
7453
|
+
year: string;
|
|
7454
|
+
};
|
|
7375
7455
|
ariaValueText: {
|
|
7376
7456
|
empty: string;
|
|
7377
7457
|
};
|
|
@@ -7794,6 +7874,11 @@ export declare const coreTranslations: {
|
|
|
7794
7874
|
year: string;
|
|
7795
7875
|
};
|
|
7796
7876
|
};
|
|
7877
|
+
name: {
|
|
7878
|
+
month: string;
|
|
7879
|
+
day: string;
|
|
7880
|
+
year: string;
|
|
7881
|
+
};
|
|
7797
7882
|
ariaValueText: {
|
|
7798
7883
|
empty: string;
|
|
7799
7884
|
};
|
|
@@ -8216,6 +8301,11 @@ export declare const coreTranslations: {
|
|
|
8216
8301
|
year: string;
|
|
8217
8302
|
};
|
|
8218
8303
|
};
|
|
8304
|
+
name: {
|
|
8305
|
+
month: string;
|
|
8306
|
+
day: string;
|
|
8307
|
+
year: string;
|
|
8308
|
+
};
|
|
8219
8309
|
ariaValueText: {
|
|
8220
8310
|
empty: string;
|
|
8221
8311
|
};
|
package/dist/_locales/de-DE.json
CHANGED
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"description" : "Erstellen Sie Elemente in Ihrem Projekt, um sie hier als verlinkte Elemente hinzuzufügen."
|
|
101
101
|
},
|
|
102
102
|
"noResultsSearchQuery" : {
|
|
103
|
-
"title" : "
|
|
103
|
+
"title" : "Ihre Suche ergab keine Treffer",
|
|
104
104
|
"description" : "Überprüfen Sie Rechtschreibung und Filteroptionen oder suchen Sie nach einem anderen Schlüsselwort."
|
|
105
105
|
},
|
|
106
106
|
"noResultsServerError" : {
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"emptyState" : {
|
|
138
138
|
"noFilteredResults" : {
|
|
139
139
|
"description" : "Überprüfen Sie Rechtschreibung und Filteroptionen oder suchen Sie nach einem anderen Schlüsselwort.",
|
|
140
|
-
"title" : "
|
|
140
|
+
"title" : "Ihre Suche ergab keine Treffer"
|
|
141
141
|
}
|
|
142
142
|
},
|
|
143
143
|
"exporting" : "Wird exportiert …",
|
|
@@ -175,6 +175,11 @@
|
|
|
175
175
|
"year" : "Ein Jahr festlegen"
|
|
176
176
|
}
|
|
177
177
|
},
|
|
178
|
+
"name" : {
|
|
179
|
+
"month" : "Monat",
|
|
180
|
+
"day" : "Tag",
|
|
181
|
+
"year" : "Jahr"
|
|
182
|
+
},
|
|
178
183
|
"ariaValueText" : {
|
|
179
184
|
"empty" : "Leer"
|
|
180
185
|
}
|
|
@@ -205,7 +210,7 @@
|
|
|
205
210
|
},
|
|
206
211
|
"hideDetails" : "Details ausblenden",
|
|
207
212
|
"showDetails" : "Details anzeigen",
|
|
208
|
-
"errorTitle" : "
|
|
213
|
+
"errorTitle" : "Einige Ihrer Dateien wurden nicht hochgeladen",
|
|
209
214
|
"oneFileAtATimeError" : "Sie können leider nur eine Datei auf einmal anhängen.",
|
|
210
215
|
"multipleErrorsMessage" : "Einige Dateien konnten leider aufgrund von Fehlern nicht hochgeladen werden. Bitte versuchen Sie erneut, die Dateien hochzuladen.",
|
|
211
216
|
"maxFileSizeErrorGroup" : "Eine oder mehrere Ihrer Dateien überschreiten die maximale Dateigröße von {{sizeInMegabytes}} MB. Bitte laden Sie eine kleinere Datei hoch.",
|
|
@@ -371,7 +376,7 @@
|
|
|
371
376
|
"quickCreateCreateLabel" : "Erstellen",
|
|
372
377
|
"quickCreatePlaceholder" : "Standort hinzufügen",
|
|
373
378
|
"searchEmptyMessage" : "Keine Ergebnisse.",
|
|
374
|
-
"searchPlaceholder" : "
|
|
379
|
+
"searchPlaceholder" : "Standorte durchsuchen",
|
|
375
380
|
"spinnerLabel" : "Wird geladen"
|
|
376
381
|
},
|
|
377
382
|
"tieredDropdown" : {
|
package/dist/_locales/en-AU.json
CHANGED
package/dist/_locales/en-CA.json
CHANGED
package/dist/_locales/en-GB.json
CHANGED
package/dist/_locales/es-ES.json
CHANGED
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
"notesPlaceholder" : "Explicación opcional de por qué este elemento está relacionado",
|
|
93
93
|
"newItem" : "Vincular elemento relacionado",
|
|
94
94
|
"noRelatedItems" : {
|
|
95
|
-
"title" : "
|
|
96
|
-
"description" : "Si vincula elementos
|
|
95
|
+
"title" : "Vincule elementos relacionados para comenzar",
|
|
96
|
+
"description" : "Si vincula elementos en \"{{itemName}}\", será más fácil encontrar información relevante en Procore para usted y su equipo."
|
|
97
97
|
},
|
|
98
98
|
"noItems" : {
|
|
99
99
|
"title" : "No hay elementos para mostrar",
|
|
@@ -175,6 +175,11 @@
|
|
|
175
175
|
"year" : "Establecer un año"
|
|
176
176
|
}
|
|
177
177
|
},
|
|
178
|
+
"name" : {
|
|
179
|
+
"month" : "Mes",
|
|
180
|
+
"day" : "Día",
|
|
181
|
+
"year" : "Año"
|
|
182
|
+
},
|
|
178
183
|
"ariaValueText" : {
|
|
179
184
|
"empty" : "Vacío"
|
|
180
185
|
}
|
|
@@ -396,7 +401,7 @@
|
|
|
396
401
|
"maxNumberOfFilesSelected" : "Se ha seleccionado el número máximo de archivos"
|
|
397
402
|
},
|
|
398
403
|
"required" : {
|
|
399
|
-
"requiredFields" : "El asterisco indica que
|
|
404
|
+
"requiredFields" : "El asterisco indica que se trata de un campo obligatorio"
|
|
400
405
|
},
|
|
401
406
|
"avatarStack" : {
|
|
402
407
|
"viewAll" : "Ver todo",
|
package/dist/_locales/es.json
CHANGED
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
"notesPlaceholder" : "Explicación opcional de por qué está relacionado este ítem",
|
|
93
93
|
"newItem" : "Vincular ítem relacionado",
|
|
94
94
|
"noRelatedItems" : {
|
|
95
|
-
"title" : "
|
|
96
|
-
"description" : "Vincular ítems
|
|
95
|
+
"title" : "Vincule ítems relacionados para comenzar",
|
|
96
|
+
"description" : "Vincular ítems en {{itemName}} permite que usted y su equipo encuentren fácilmente información relevante en Procore."
|
|
97
97
|
},
|
|
98
98
|
"noItems" : {
|
|
99
99
|
"title" : "No hay ítems que mostrar",
|
|
@@ -175,6 +175,11 @@
|
|
|
175
175
|
"year" : "Establecer un año"
|
|
176
176
|
}
|
|
177
177
|
},
|
|
178
|
+
"name" : {
|
|
179
|
+
"month" : "Mes",
|
|
180
|
+
"day" : "Día",
|
|
181
|
+
"year" : "Año"
|
|
182
|
+
},
|
|
178
183
|
"ariaValueText" : {
|
|
179
184
|
"empty" : "Vacío"
|
|
180
185
|
}
|
package/dist/_locales/fr-CA.json
CHANGED
|
@@ -153,9 +153,9 @@
|
|
|
153
153
|
"configureColumns" : "Configurer les colonnes",
|
|
154
154
|
"resetToDefault" : "Réinitialiser les valeurs par défaut",
|
|
155
155
|
"rowHeight" : "Hauteur de la rangée",
|
|
156
|
-
"small" : "
|
|
156
|
+
"small" : "Petite",
|
|
157
157
|
"medium" : "Moyenne",
|
|
158
|
-
"large" : "
|
|
158
|
+
"large" : "Grande",
|
|
159
159
|
"tableSettings" : "Paramètres du tableau"
|
|
160
160
|
}
|
|
161
161
|
},
|
|
@@ -175,6 +175,11 @@
|
|
|
175
175
|
"year" : "Sélectionner une année"
|
|
176
176
|
}
|
|
177
177
|
},
|
|
178
|
+
"name" : {
|
|
179
|
+
"month" : "Mois",
|
|
180
|
+
"day" : "Jour",
|
|
181
|
+
"year" : "Année"
|
|
182
|
+
},
|
|
178
183
|
"ariaValueText" : {
|
|
179
184
|
"empty" : "Vide"
|
|
180
185
|
}
|
package/dist/_locales/fr-FR.json
CHANGED
package/dist/_locales/is-IS.json
CHANGED
package/dist/_locales/it-IT.json
CHANGED
package/dist/_locales/ja-JP.json
CHANGED
package/dist/_locales/nb-NO.json
CHANGED
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"privateLabel" : "Privat",
|
|
64
64
|
"settingsLink" : "Innstillinger",
|
|
65
65
|
"composeNewEmail" : "Skriv e-post",
|
|
66
|
-
"startNewCommunication" : "For å starte en ny kommunikasjonstråd knyttet til
|
|
66
|
+
"startNewCommunication" : "For å starte en ny kommunikasjonstråd knyttet til denne enheten sender du en e-post til",
|
|
67
67
|
"emptyStateTitle" : "Send en e-post for å komme i gang",
|
|
68
68
|
"emptyStateDescription" : "Når du og teamet ditt sender e-poster om denne saken, kan dere referere til dem her.",
|
|
69
69
|
"reply" : "Svar",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"newItem" : "Koble til relatert element",
|
|
94
94
|
"noRelatedItems" : {
|
|
95
95
|
"title" : "Koble relaterte elementer for å komme i gang",
|
|
96
|
-
"description" : "Å knytte
|
|
96
|
+
"description" : "Å knytte enheter til {{itemName}} gjør det enklere for deg og teamet ditt å finne relevant informasjon i hele Procore."
|
|
97
97
|
},
|
|
98
98
|
"noItems" : {
|
|
99
99
|
"title" : "Det er ingen enheter å vise",
|
|
@@ -111,10 +111,10 @@
|
|
|
111
111
|
"panelTitle" : "Koble til relatert element",
|
|
112
112
|
"search" : "Søk",
|
|
113
113
|
"searchItemType" : "Søk etter enhetstype",
|
|
114
|
-
"submit" : "
|
|
114
|
+
"submit" : "Koble til",
|
|
115
115
|
"toast" : {
|
|
116
116
|
"itemAdded" : "Det relaterte elementet er koblet til.",
|
|
117
|
-
"itemAdditionFailed" : "Beklager,
|
|
117
|
+
"itemAdditionFailed" : "Beklager, enheten kunne ikke legges ved. Prøv på nytt.",
|
|
118
118
|
"itemRemoved" : "Det tilknyttede elementet ble fjernet.",
|
|
119
119
|
"requestError" : "Beklager, noe gikk galt. Prøv på nytt."
|
|
120
120
|
}
|
|
@@ -175,6 +175,11 @@
|
|
|
175
175
|
"year" : "Angi et år"
|
|
176
176
|
}
|
|
177
177
|
},
|
|
178
|
+
"name" : {
|
|
179
|
+
"month" : "Måned",
|
|
180
|
+
"day" : "Dag",
|
|
181
|
+
"year" : "År"
|
|
182
|
+
},
|
|
178
183
|
"ariaValueText" : {
|
|
179
184
|
"empty" : "Tom"
|
|
180
185
|
}
|
|
@@ -234,7 +239,7 @@
|
|
|
234
239
|
"selectValues" : "Velg verdier",
|
|
235
240
|
"noResults" : "Ingen resultater",
|
|
236
241
|
"selectedToken" : "{{tokenLabel}}, valgt",
|
|
237
|
-
"selectedItems" : "Valgte
|
|
242
|
+
"selectedItems" : "Valgte enheter",
|
|
238
243
|
"noneSelected" : "Ingen valgt"
|
|
239
244
|
},
|
|
240
245
|
"tearsheet" : {
|
package/dist/_locales/pl-PL.json
CHANGED
package/dist/_locales/pt-BR.json
CHANGED
package/dist/_locales/pt-PT.json
CHANGED
package/dist/_locales/th-TH.json
CHANGED
package/dist/_locales/zh-SG.json
CHANGED
package/dist/_locales/zh-TW.json
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
export declare const StyledDeprecation: import("styled-components/dist/types").IStyledComponentBase<"web",
|
|
1
|
+
export declare const StyledDeprecation: import("styled-components/dist/types").IStyledComponentBase<"web", Omit<Omit<import("react").HTMLAttributes<HTMLSpanElement> & import("../../Typography").TypographyProps & import("react").RefAttributes<HTMLSpanElement>, "ref"> & {
|
|
2
2
|
ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
3
|
-
},
|
|
3
|
+
}, "style"> & {
|
|
4
|
+
style?: import("react").CSSProperties | import("styled-components/dist/types").CSSPropertiesWithVars | undefined;
|
|
5
|
+
}> & string & Omit<import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLSpanElement> & import("../../Typography").TypographyProps & import("react").RefAttributes<HTMLSpanElement>>, keyof import("react").Component<any, {}, any>>;
|
|
@@ -2,6 +2,6 @@ import styled from 'styled-components';
|
|
|
2
2
|
import { Typography } from '../../Typography';
|
|
3
3
|
export var StyledDeprecation = /*#__PURE__*/styled(Typography).withConfig({
|
|
4
4
|
displayName: "StyledDeprecation",
|
|
5
|
-
componentId: "core-
|
|
5
|
+
componentId: "core-12_53_3__sc-ojy3xo-0"
|
|
6
6
|
})(["display:block;margin-bottom:16px;"]);
|
|
7
7
|
//# sourceMappingURL=Deprecation.styles.js.map
|
|
@@ -6,11 +6,11 @@ import styled from 'styled-components';
|
|
|
6
6
|
import { colors } from '../../_styles/colors';
|
|
7
7
|
var StyledCell = /*#__PURE__*/styled.div.withConfig({
|
|
8
8
|
displayName: "StyledCell",
|
|
9
|
-
componentId: "core-
|
|
9
|
+
componentId: "core-12_53_3__sc-7owp8g-0"
|
|
10
10
|
})(["display:flex;align-items:center;justify-content:center;padding:0 48px;border-bottom:1px dashed ", ";border-right:1px dashed ", ";"], colors.gray90, colors.gray90);
|
|
11
11
|
var StyledGrid = /*#__PURE__*/styled.div.withConfig({
|
|
12
12
|
displayName: "StyledGrid",
|
|
13
|
-
componentId: "core-
|
|
13
|
+
componentId: "core-12_53_3__sc-7owp8g-1"
|
|
14
14
|
})(["align-items:center;justify-content:center;display:grid;gap:0;border-top:1px dashed ", ";border-left:1px dashed ", ";grid-template-columns:repeat( ", ",minmax(0,1fr) );height:100%;width:100%;@media (max-width:600px){grid-template-columns:1fr;}", "{min-height:", "px;overflow:hidden;}"], colors.gray90, colors.gray90, function (_ref) {
|
|
15
15
|
var _ref$$columns = _ref.$columns,
|
|
16
16
|
$columns = _ref$$columns === void 0 ? 1 : _ref$$columns;
|
|
@@ -21,7 +21,7 @@ var StyledGrid = /*#__PURE__*/styled.div.withConfig({
|
|
|
21
21
|
});
|
|
22
22
|
var StyledGridContainer = /*#__PURE__*/styled.div.withConfig({
|
|
23
23
|
displayName: "StyledGridContainer",
|
|
24
|
-
componentId: "core-
|
|
24
|
+
componentId: "core-12_53_3__sc-7owp8g-2"
|
|
25
25
|
})(["height:100%;padding:24px;width:100%;"]);
|
|
26
26
|
export var StoryGrid = function StoryGrid(_ref3) {
|
|
27
27
|
var children = _ref3.children,
|
package/dist/_styles/mixins.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ export declare function getFocus(): import("styled-components").RuleSet<object>;
|
|
|
27
27
|
* Useful when overflow could clip the outer pixel.
|
|
28
28
|
*/
|
|
29
29
|
export declare function getFocusInset(): import("styled-components").RuleSet<object>;
|
|
30
|
-
export declare function getLineClamp(lines?: number): import("styled-components").RuleSet<{
|
|
30
|
+
export declare function getLineClamp(lines?: number): import("styled-components").RuleSet<NoInfer<{
|
|
31
31
|
intent?: Intent;
|
|
32
|
-
}
|
|
32
|
+
}>>;
|
|
33
33
|
export {};
|