@procore/core-react 12.36.0 → 12.38.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 (282) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
  3. package/dist/Avatar/Avatar.styles.js +5 -5
  4. package/dist/AvatarStack/AvatarStack.styles.js +7 -7
  5. package/dist/Badge/Badge.styles.js +2 -2
  6. package/dist/BadgePill/BadgePill.styles.js +4 -4
  7. package/dist/Banner/Banner.d.ts +2 -1
  8. package/dist/Banner/Banner.js +53 -34
  9. package/dist/Banner/Banner.js.map +1 -1
  10. package/dist/Banner/Banner.styles.js +10 -10
  11. package/dist/Banner/Banner.types.d.ts +6 -0
  12. package/dist/Banner/Banner.types.js.map +1 -1
  13. package/dist/Banner/index.d.ts +1 -1
  14. package/dist/Banner/index.js.map +1 -1
  15. package/dist/Box/Box.styles.js +1 -1
  16. package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
  17. package/dist/Button/Button.js +0 -1
  18. package/dist/Button/Button.js.map +1 -1
  19. package/dist/Button/Button.styles.js +5 -5
  20. package/dist/Calendar/Calendar.styles.js +9 -9
  21. package/dist/Card/Card.styles.js +1 -1
  22. package/dist/Checkbox/Checkbox.styles.js +6 -6
  23. package/dist/Checkbox/CheckboxTooltip.js +1 -1
  24. package/dist/ContactItem/ContactItem.styles.js +5 -5
  25. package/dist/Content/Content.styles.js +2 -2
  26. package/dist/DateInput/DateInput.js +2 -3
  27. package/dist/DateInput/DateInput.js.map +1 -1
  28. package/dist/DateInput/DateInput.styles.js +6 -6
  29. package/dist/DateSelect/DateSelect.js +1 -1
  30. package/dist/DateSelect/DateSelect.js.map +1 -1
  31. package/dist/DetailPage/DetailPage.styles.js +7 -7
  32. package/dist/Dropdown/Dropdown.js +0 -4
  33. package/dist/Dropdown/Dropdown.js.map +1 -1
  34. package/dist/Dropdown/Dropdown.styles.js +3 -3
  35. package/dist/DropdownFlyout/DropdownFlyout.js +8 -3
  36. package/dist/DropdownFlyout/DropdownFlyout.js.map +1 -1
  37. package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
  38. package/dist/DropdownFlyout/DropdownFlyout.types.d.ts +1 -0
  39. package/dist/DropdownFlyout/DropdownFlyout.types.js.map +1 -1
  40. package/dist/Dropzone/Dropzone.js +1 -1
  41. package/dist/Dropzone/Dropzone.styles.js +9 -9
  42. package/dist/EmptyState/EmptyState.styles.js +6 -6
  43. package/dist/Field/Field.styles.js +3 -3
  44. package/dist/FileList/FileList.styles.js +4 -4
  45. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
  46. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.js +3 -1
  47. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.js.map +1 -1
  48. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
  49. package/dist/FileSelect/FileSelect.styles.js +2 -2
  50. package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
  51. package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
  52. package/dist/FileSelect/GridSource/GridSource.js +2 -1
  53. package/dist/FileSelect/GridSource/GridSource.js.map +1 -1
  54. package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
  55. package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
  56. package/dist/FileSelect/SourceItem/SourceItem.js +29 -21
  57. package/dist/FileSelect/SourceItem/SourceItem.js.map +1 -1
  58. package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
  59. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
  60. package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
  61. package/dist/FileToken/FileToken.styles.js +4 -4
  62. package/dist/FilterToken/FilterToken.styles.js +5 -5
  63. package/dist/FlexList/FlexList.styles.js +1 -1
  64. package/dist/Form/Form.styles.js +14 -14
  65. package/dist/Form/StyledFormikForm.styles.js +2 -2
  66. package/dist/Form/stories/util.js +1 -12
  67. package/dist/Form/stories/util.js.map +1 -1
  68. package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
  69. package/dist/Grid/Grid.styles.js +2 -2
  70. package/dist/GroupSelect/GroupSelect.styles.js +1 -1
  71. package/dist/Input/Input.styles.js +1 -1
  72. package/dist/Link/Link.styles.js +1 -1
  73. package/dist/ListPage/ListPage.styles.js +8 -8
  74. package/dist/Loader/Loader.styles.js +2 -2
  75. package/dist/MenuImperative/MenuImperative.styles.js +10 -10
  76. package/dist/Modal/Modal.styles.js +13 -13
  77. package/dist/MultiSelect/MultiSelect.js +3 -3
  78. package/dist/MultiSelect/MultiSelect.js.map +1 -1
  79. package/dist/MultiSelect/MultiSelect.styles.d.ts +7 -4
  80. package/dist/MultiSelect/MultiSelect.styles.js +18 -10
  81. package/dist/MultiSelect/MultiSelect.styles.js.map +1 -1
  82. package/dist/NextMenu/NextMenu.styles.js +3 -3
  83. package/dist/Notation/Notation.js +1 -1
  84. package/dist/NumberInput/NumberInput.styles.js +7 -7
  85. package/dist/Overlay/OverlayArrow.styles.js +1 -1
  86. package/dist/OverlayTrigger/OverlayTrigger.js +4 -2
  87. package/dist/OverlayTrigger/OverlayTrigger.js.map +1 -1
  88. package/dist/OverlayTrigger/OverlayTrigger.types.d.ts +8 -0
  89. package/dist/OverlayTrigger/OverlayTrigger.types.js.map +1 -1
  90. package/dist/PageLayout/PageLayout.styles.d.ts +1 -0
  91. package/dist/PageLayout/PageLayout.styles.js +17 -17
  92. package/dist/PageLayout/PageLayout.styles.js.map +1 -1
  93. package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
  94. package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
  95. package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
  96. package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
  97. package/dist/Pagination/Pagination.styles.js +5 -5
  98. package/dist/Panel/Panel.styles.js +11 -11
  99. package/dist/Pill/Pill.styles.js +3 -3
  100. package/dist/PillSelect/PillSelect.styles.js +4 -4
  101. package/dist/Popover/Popover.js +2 -1
  102. package/dist/Popover/Popover.js.map +1 -1
  103. package/dist/Popover/Popover.styles.js +2 -2
  104. package/dist/Portal/Portal.styles.js +1 -1
  105. package/dist/ProgressBar/ProgressBar.styles.js +2 -2
  106. package/dist/RadioButton/RadioButton.styles.js +3 -3
  107. package/dist/Required/Required.styles.js +3 -3
  108. package/dist/Search/Search.styles.js +5 -5
  109. package/dist/Section/Section.styles.js +7 -7
  110. package/dist/SegmentedController/SegmentedController.js +1 -1
  111. package/dist/SegmentedController/SegmentedController.js.map +1 -1
  112. package/dist/SegmentedController/SegmentedController.styles.js +4 -4
  113. package/dist/Select/Select.js +46 -20
  114. package/dist/Select/Select.js.map +1 -1
  115. package/dist/Select/Select.styles.d.ts +5 -1
  116. package/dist/Select/Select.styles.js +45 -35
  117. package/dist/Select/Select.styles.js.map +1 -1
  118. package/dist/Select/Select.types.d.ts +13 -0
  119. package/dist/Select/Select.types.js.map +1 -1
  120. package/dist/Semantic/Semantic.styles.d.ts +4 -4
  121. package/dist/Semantic/Semantic.styles.js +9 -9
  122. package/dist/Slider/Slider.styles.js +5 -5
  123. package/dist/Spinner/Spinner.js +21 -6
  124. package/dist/Spinner/Spinner.js.map +1 -1
  125. package/dist/Spinner/Spinner.styles.js +7 -7
  126. package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
  127. package/dist/SuperSelect/SuperSelect.components.js +1 -3
  128. package/dist/SuperSelect/SuperSelect.components.js.map +1 -1
  129. package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
  130. package/dist/SuperSelect/SuperSelect.styles.js +39 -39
  131. package/dist/SuperSelect/SuperSelect.styles.js.map +1 -1
  132. package/dist/SuperSelect/SuperSelect.types.d.ts +1 -0
  133. package/dist/SuperSelect/SuperSelect.types.js.map +1 -1
  134. package/dist/SuperSelect/SuperSelect.utils.d.ts +2 -1
  135. package/dist/SuperSelect/SuperSelect.utils.js +17 -0
  136. package/dist/SuperSelect/SuperSelect.utils.js.map +1 -1
  137. package/dist/SuperSelect/useSuperSelect.d.ts +1 -1
  138. package/dist/SuperSelect/useSuperSelect.js +26 -30
  139. package/dist/SuperSelect/useSuperSelect.js.map +1 -1
  140. package/dist/Switch/Switch.styles.js +4 -4
  141. package/dist/Table/Table.styles.js +62 -59
  142. package/dist/Table/Table.styles.js.map +1 -1
  143. package/dist/TableShelf/TableShelf.styles.js +5 -5
  144. package/dist/Tabs/Tabs.styles.js +15 -15
  145. package/dist/Tearsheet/Tearsheet.styles.js +5 -5
  146. package/dist/Tearsheet/storybook/PageLayoutDemo.js +4 -1
  147. package/dist/Tearsheet/storybook/PageLayoutDemo.js.map +1 -1
  148. package/dist/TextArea/TextArea.styles.js +1 -1
  149. package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
  150. package/dist/Thumbnail/Thumbnail.styles.js +17 -17
  151. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
  152. package/dist/TieredSelect/TierSelectionTieredSelect.js +12 -2
  153. package/dist/TieredSelect/TierSelectionTieredSelect.js.map +1 -1
  154. package/dist/TieredSelect/TieredSelect.js +18 -5
  155. package/dist/TieredSelect/TieredSelect.js.map +1 -1
  156. package/dist/TieredSelect/TieredSelect.styles.js +9 -9
  157. package/dist/TieredSelect/TieredSelectMenu.js +9 -2
  158. package/dist/TieredSelect/TieredSelectMenu.js.map +1 -1
  159. package/dist/Tile/Tile.styles.js +8 -8
  160. package/dist/Title/Title.styles.js +7 -7
  161. package/dist/Toast/Toast.styles.js +3 -3
  162. package/dist/ToggleButton/ToggleButton.styles.js +1 -1
  163. package/dist/Token/Token.styles.js +3 -3
  164. package/dist/ToolHeader/ToolHeader.styles.js +6 -6
  165. package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
  166. package/dist/Tooltip/Tooltip.styles.js +2 -2
  167. package/dist/Tooltip/Tooltip.types.d.ts +4 -0
  168. package/dist/Tooltip/Tooltip.types.js.map +1 -1
  169. package/dist/Tree/Tree.js +1 -1
  170. package/dist/Tree/Tree.styles.js +10 -10
  171. package/dist/Typeahead/Typeahead.styles.js +3 -3
  172. package/dist/Typography/Typography.styles.js +1 -1
  173. package/dist/Typography/Typography.table.story.js +2 -2
  174. package/dist/_hooks/I18n.d.ts +4 -41
  175. package/dist/_locales/de-DE.json +2 -2
  176. package/dist/_locales/en-AU.json +1 -1
  177. package/dist/_locales/en-CA.json +1 -1
  178. package/dist/_locales/en-GB.json +1 -1
  179. package/dist/_locales/en.json +3 -1
  180. package/dist/_locales/es-ES.json +1 -1
  181. package/dist/_locales/es.json +3 -3
  182. package/dist/_locales/fr-CA.json +2 -2
  183. package/dist/_locales/fr-FR.json +4 -4
  184. package/dist/_locales/is-IS.json +2 -2
  185. package/dist/_locales/it-IT.json +47 -47
  186. package/dist/_locales/ja-JP.json +4 -4
  187. package/dist/_locales/pl-PL.json +1 -1
  188. package/dist/_locales/pseudo.json +3 -1
  189. package/dist/_locales/pt-BR.json +4 -4
  190. package/dist/_locales/pt-PT.json +11 -11
  191. package/dist/_locales/th-TH.json +4 -4
  192. package/dist/_locales/zh-SG.json +1 -1
  193. package/dist/_locales/zh-TW.json +5 -5
  194. package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
  195. package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
  196. package/dist/_styles/colors.js +7 -3
  197. package/dist/_styles/colors.js.map +1 -1
  198. package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +3 -3
  199. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  200. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +24 -24
  201. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  202. package/dist/_typedoc/Banner/Banner.types.json +39 -13
  203. package/dist/_typedoc/Box/Box.types.json +68 -68
  204. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  205. package/dist/_typedoc/Button/Button.types.json +13 -13
  206. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  207. package/dist/_typedoc/Card/Card.types.json +6 -6
  208. package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
  209. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  210. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  211. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  212. package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
  213. package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
  214. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +40 -30
  215. package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
  216. package/dist/_typedoc/EmptyState/EmptyState.types.json +16 -16
  217. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  218. package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
  219. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  220. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  221. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  222. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  223. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  224. package/dist/_typedoc/Form/Form.types.json +750 -750
  225. package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
  226. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  227. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
  228. package/dist/_typedoc/Input/Input.types.json +2 -2
  229. package/dist/_typedoc/Link/Link.types.json +1 -1
  230. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  231. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  232. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +77 -77
  233. package/dist/_typedoc/Modal/Modal.types.json +46 -46
  234. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
  235. package/dist/_typedoc/NextTile/NextTile.types.json +32 -32
  236. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  237. package/dist/_typedoc/NumberInput/NumberInput.types.json +48 -48
  238. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +42 -32
  239. package/dist/_typedoc/PageLayout/PageLayout.types.json +26 -26
  240. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  241. package/dist/_typedoc/Panel/Panel.types.json +30 -30
  242. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  243. package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
  244. package/dist/_typedoc/Popover/Popover.types.json +15 -15
  245. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
  246. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  247. package/dist/_typedoc/Required/Required.types.json +5 -5
  248. package/dist/_typedoc/Search/Search.types.json +18 -18
  249. package/dist/_typedoc/Section/Section.types.json +15 -15
  250. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
  251. package/dist/_typedoc/Select/Select.types.json +95 -60
  252. package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
  253. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  254. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  255. package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
  256. package/dist/_typedoc/Table/Table.types.json +102 -102
  257. package/dist/_typedoc/Tabs/Tabs.types.json +20 -20
  258. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
  259. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  260. package/dist/_typedoc/TextEditor/TextEditor.types.json +11 -11
  261. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
  262. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  263. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +43 -43
  264. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +29 -29
  265. package/dist/_typedoc/Tile/Tile.types.json +8 -8
  266. package/dist/_typedoc/Title/Title.types.json +1 -1
  267. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  268. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
  269. package/dist/_typedoc/Token/Token.types.json +7 -7
  270. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  271. package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +8 -8
  272. package/dist/_typedoc/Tooltip/Tooltip.types.json +23 -13
  273. package/dist/_typedoc/Tree/Tree.types.json +88 -88
  274. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  275. package/dist/_typedoc/Typography/Typography.types.json +9 -9
  276. package/dist/_typedoc/_utils/types.json +3 -3
  277. package/dist/_utils/storybookTooltip.d.ts +2 -0
  278. package/dist/_utils/storybookTooltip.js +12 -0
  279. package/dist/_utils/storybookTooltip.js.map +1 -0
  280. package/dist/_utils/triggerListeners.js +2 -2
  281. package/dist/_utils/triggerListeners.js.map +1 -1
  282. package/package.json +2 -2
@@ -2,6 +2,6 @@ import styled from 'styled-components';
2
2
  import { modalBodyHeight } from '../FileExplorer/FileExplorer.styles';
3
3
  export var StyledFileTreeSpinner = /*#__PURE__*/styled.div.withConfig({
4
4
  displayName: "StyledFileTreeSpinner",
5
- componentId: "core-12_36_0__sc-wwu3n8-0"
5
+ componentId: "core-12_38_0__sc-wwu3n8-0"
6
6
  })(["display:flex;align-items:center;justify-content:center;height:", "px;"], modalBodyHeight);
7
7
  //# sourceMappingURL=TreeSource.styles.js.map
@@ -6,19 +6,19 @@ export var pulseAnimationDuration = 600;
6
6
  var focusPulse = /*#__PURE__*/keyframes(["0%{box-shadow:0 0 0 0 ", ",0 0 0 0 ", ",0 0 0 0 ", ";}25%{box-shadow:0 0 0 0 ", ",0 0 0 0 ", ",0 0 0 0 ", ";}50%{box-shadow:0 0 0 1px ", ",0 0 0 3px ", ",0 0 0 2px ", ";}100%{box-shadow:0 0 0 1.5px ", ",0 0 0 3px ", ",0 0 0 6px ", ";}"], colors.blue60, colors.blue90, colors.blue94, colors.blue60, colors.blue90, colors.blue94, colors.blue60, colors.blue90, colors.blue94, colors.blue60, colors.blue90, colors.blue94);
7
7
  export var StyledFilenameShortcut = /*#__PURE__*/styled.div.withConfig({
8
8
  displayName: "StyledFilenameShortcut",
9
- componentId: "core-12_36_0__sc-13jx4bx-0"
9
+ componentId: "core-12_38_0__sc-13jx4bx-0"
10
10
  })(["display:flex;"]);
11
11
  export var StyledFilename = /*#__PURE__*/styled.span.withConfig({
12
12
  displayName: "StyledFilename",
13
- componentId: "core-12_36_0__sc-13jx4bx-1"
13
+ componentId: "core-12_38_0__sc-13jx4bx-1"
14
14
  })(["flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;"]);
15
15
  export var StyledExtension = /*#__PURE__*/styled.span.withConfig({
16
16
  displayName: "StyledExtension",
17
- componentId: "core-12_36_0__sc-13jx4bx-2"
17
+ componentId: "core-12_38_0__sc-13jx4bx-2"
18
18
  })(["flex-shrink:0;"]);
19
19
  export var StyledFileToken = /*#__PURE__*/styled.div.withConfig({
20
20
  displayName: "StyledFileToken",
21
- componentId: "core-12_36_0__sc-13jx4bx-3"
21
+ componentId: "core-12_38_0__sc-13jx4bx-3"
22
22
  })(["background-color:", ";border-radius:200px;max-width:100%;outline:none;overflow:hidden;position:relative;&:focus,&.focus{box-shadow:0 0 0 2px ", ";outline:none;", "{border-color:transparent;", "}}", "{background:none;color:", ";display:flex;user-select:none;", "{color:", ";}}", "{overflow:hidden;", "{border-radius:200px 0 0 200px;color:", ";padding-right:0;transition:color 0s linear,background-color 0s linear;user-select:none;", "{flex:0 0 auto;}}}", ""], colors.gray96, colors.blue40, StyledToken, function (_ref) {
23
23
  var $progressComplete = _ref.$progressComplete;
24
24
  return $progressComplete && css(["background-color:", ";"], colors.blue45);
@@ -6,11 +6,11 @@ import { getEllipsis, getFocus } from '../_styles/mixins';
6
6
  import { spacing } from '../_styles/spacing';
7
7
  export var StyledLabel = /*#__PURE__*/styled.span.withConfig({
8
8
  displayName: "StyledLabel",
9
- componentId: "core-12_36_0__sc-1l1h29r-0"
9
+ componentId: "core-12_38_0__sc-1l1h29r-0"
10
10
  })(["", " ", " ", " flex:0 1 auto;"], getTypographyIntent('body'), getEllipsis, semiboldRules);
11
11
  export var StyledFilterToken = /*#__PURE__*/styled.div.withConfig({
12
12
  displayName: "StyledFilterToken",
13
- componentId: "core-12_36_0__sc-1l1h29r-1"
13
+ componentId: "core-12_38_0__sc-1l1h29r-1"
14
14
  })(["align-items:center;background-color:", ";border-radius:4px;border:1px solid transparent;color:", ";cursor:default;display:inline-flex;height:36px;justify-content:space-between;line-height:1;max-width:360px;min-width:48px;padding:", "px ", "px;&:hover,&.hover{background-color:", ";}", ""], colors.blue96, colors.blue45, spacing.sm, spacing.md, colors.blue90, function (_ref) {
15
15
  var _ref$$focused = _ref.$focused,
16
16
  $focused = _ref$$focused === void 0 ? false : _ref$$focused;
@@ -18,17 +18,17 @@ export var StyledFilterToken = /*#__PURE__*/styled.div.withConfig({
18
18
  });
19
19
  export var StyledFilterRemoveButton = /*#__PURE__*/styled.button.withConfig({
20
20
  displayName: "StyledFilterRemoveButton",
21
- componentId: "core-12_36_0__sc-1l1h29r-2"
21
+ componentId: "core-12_38_0__sc-1l1h29r-2"
22
22
  })(["", " ", ";background:transparent;color:", ";&:active,&:focus,&:hover{background:", ";color:", ";}&:disabled{pointer-events:none;user-select:none;}&:disabled,&[aria-disabled='true']{background:transparent;color:", ";}height:24px;margin:0 0 0 6px;padding:0 ", "px;[data-icon-prop='true']{pointer-events:none;height:16px;width:16px;}"], function (_ref2) {
23
23
  var $disabled = _ref2.$disabled;
24
24
  return getButtonStyles(false, $disabled, false, 'sm', 'tertiary');
25
25
  }, getTypographyIntent('small'), colors.blue45, colors.white, colors.blue45, colors.blue45, spacing.xs);
26
26
  export var StyledContent = /*#__PURE__*/styled.span.withConfig({
27
27
  displayName: "StyledContent",
28
- componentId: "core-12_36_0__sc-1l1h29r-3"
28
+ componentId: "core-12_38_0__sc-1l1h29r-3"
29
29
  })(["align-items:center;display:flex;overflow:hidden;"]);
30
30
  export var StyledContentLabel = /*#__PURE__*/styled.span.withConfig({
31
31
  displayName: "StyledContentLabel",
32
- componentId: "core-12_36_0__sc-1l1h29r-4"
32
+ componentId: "core-12_38_0__sc-1l1h29r-4"
33
33
  })(["overflow:hidden;padding:0 6px;text-overflow:ellipsis;white-space:nowrap;& + span{padding-left:0;}"]);
34
34
  //# sourceMappingURL=FilterToken.styles.js.map
@@ -3,7 +3,7 @@ import { StyledBox } from '../Box/Box.styles';
3
3
  import { Flex } from '../Flex/Flex';
4
4
  export var StyledFlex = /*#__PURE__*/styled(Flex).withConfig({
5
5
  displayName: "StyledFlex",
6
- componentId: "core-12_36_0__sc-1quvv61-0"
6
+ componentId: "core-12_38_0__sc-1quvv61-0"
7
7
  })(["> ", "{", "}"], StyledBox, function (_ref) {
8
8
  var $direction = _ref.$direction;
9
9
  if ($direction !== null && $direction !== void 0 && $direction.includes('reverse')) {
@@ -24,7 +24,7 @@ function applyStylesOnlyToIE11(styles) {
24
24
  }
25
25
  export var StyledFormFieldMain = /*#__PURE__*/styled.div.withConfig({
26
26
  displayName: "StyledFormFieldMain",
27
- componentId: "core-12_36_0__sc-ncj3pf-0"
27
+ componentId: "core-12_38_0__sc-ncj3pf-0"
28
28
  })(["-ms-grid-row:2;grid-row:2;", " ", " ", ""], function (_ref) {
29
29
  var $colStart = _ref.$colStart,
30
30
  $colEnd = _ref.$colEnd,
@@ -36,15 +36,15 @@ export var StyledFormFieldMain = /*#__PURE__*/styled.div.withConfig({
36
36
  }, applyStylesOnlyToIE11("\n padding-left: ".concat(columnGutter, ";\n\n &:nth-child(2) {\n padding-left: 0;\n }\n ")));
37
37
  export var StyledLabel = /*#__PURE__*/styled(Label).withConfig({
38
38
  displayName: "StyledLabel",
39
- componentId: "core-12_36_0__sc-ncj3pf-1"
39
+ componentId: "core-12_38_0__sc-ncj3pf-1"
40
40
  })(["word-wrap:break-word;word-break:break-word;"]);
41
41
  export var StyledDescription = /*#__PURE__*/styled.div.withConfig({
42
42
  displayName: "StyledDescription",
43
- componentId: "core-12_36_0__sc-ncj3pf-2"
43
+ componentId: "core-12_38_0__sc-ncj3pf-2"
44
44
  })(["", " color:", ";word-wrap:break-word;word-break:break-word;"], getTypographyIntent('body'), colors.gray45);
45
45
  export var StyledCheckboxInlineDescription = /*#__PURE__*/styled(StyledDescription).withConfig({
46
46
  displayName: "StyledCheckboxInlineDescription",
47
- componentId: "core-12_36_0__sc-ncj3pf-3"
47
+ componentId: "core-12_38_0__sc-ncj3pf-3"
48
48
  })(["margin-top:", "px;", ""], spacing.xs, function (_ref3) {
49
49
  var $read = _ref3.$read;
50
50
  if (!$read) {
@@ -53,7 +53,7 @@ export var StyledCheckboxInlineDescription = /*#__PURE__*/styled(StyledDescripti
53
53
  });
54
54
  export var StyledFormFieldHeader = /*#__PURE__*/styled(StyledFieldHeader).withConfig({
55
55
  displayName: "StyledFormFieldHeader",
56
- componentId: "core-12_36_0__sc-ncj3pf-4"
56
+ componentId: "core-12_38_0__sc-ncj3pf-4"
57
57
  })(["-ms-grid-row:1;grid-row:1;align-self:end;margin-bottom:", "px;", " ", " * + ", "{margin-top:", "px;}"], spacing.xs, function (_ref4) {
58
58
  var $colStart = _ref4.$colStart,
59
59
  $colEnd = _ref4.$colEnd,
@@ -62,7 +62,7 @@ export var StyledFormFieldHeader = /*#__PURE__*/styled(StyledFieldHeader).withCo
62
62
  }, applyStylesOnlyToIE11("\n padding-left: ".concat(columnGutter, ";\n\n &:first-child {\n padding-left: 0;\n }\n\n ").concat(StyledFormFieldMain, " {\n padding-left: ").concat(columnGutter, ";\n\n &:nth-child(2) {\n padding-left: 0;\n }\n }\n ")), StyledDescription, spacing.xs);
63
63
  export var StyledFormFieldRequiredMark = /*#__PURE__*/styled(Required).withConfig({
64
64
  displayName: "StyledFormFieldRequiredMark",
65
- componentId: "core-12_36_0__sc-ncj3pf-5"
65
+ componentId: "core-12_38_0__sc-ncj3pf-5"
66
66
  })(["padding-left:", "px;vertical-align:top;"], spacing.xs);
67
67
  export var dataQaFieldTooltipIcon = 'form-field-tooltip-icon';
68
68
  export var StyledFormFieldTooltipIcon = /*#__PURE__*/styled(Help).attrs(function () {
@@ -71,20 +71,20 @@ export var StyledFormFieldTooltipIcon = /*#__PURE__*/styled(Help).attrs(function
71
71
  };
72
72
  }).withConfig({
73
73
  displayName: "StyledFormFieldTooltipIcon",
74
- componentId: "core-12_36_0__sc-ncj3pf-6"
74
+ componentId: "core-12_38_0__sc-ncj3pf-6"
75
75
  })(["margin-left:", "px;color:", ";vertical-align:middle;&:focus-visible{border-radius:50%;", " outline-offset:0;}"], spacing.sm, colors.gray45, getGapOutlineFocus);
76
76
  export var StyledFormFieldErrorIcon = /*#__PURE__*/styled(Error).withConfig({
77
77
  displayName: "StyledFormFieldErrorIcon",
78
- componentId: "core-12_36_0__sc-ncj3pf-7"
78
+ componentId: "core-12_38_0__sc-ncj3pf-7"
79
79
  })(["vertical-align:sub;"]);
80
80
  export var StyledFormFieldBanner = /*#__PURE__*/styled.div.withConfig({
81
81
  displayName: "StyledFormFieldBanner",
82
- componentId: "core-12_36_0__sc-ncj3pf-8"
82
+ componentId: "core-12_38_0__sc-ncj3pf-8"
83
83
  })(["display:flex;align-items:flex-start;min-height:22px;margin-top:", "px;margin-bottom:2px;word-break:break-word;word-wrap:break-word;color:", ";", ""], spacing.xs, colors.red50, getTypographyIntent('body'));
84
84
  /** @deprecated The traditional field layout is deprecated */
85
85
  export var StyledTraditionalFormColumn = /*#__PURE__*/styled.div.withConfig({
86
86
  displayName: "StyledTraditionalFormColumn",
87
- componentId: "core-12_36_0__sc-ncj3pf-9"
87
+ componentId: "core-12_38_0__sc-ncj3pf-9"
88
88
  })(["padding:", ";align-self:center;height:100%;&:nth-child(1){-ms-grid-column:1;}&:nth-child(2){-ms-grid-column:2;}&:nth-child(3){-ms-grid-column:3;}&:nth-child(4){-ms-grid-column:4;}", " ", ""], traditionalPadding, function (_ref5) {
89
89
  var _ref5$$fullWidth = _ref5.$fullWidth,
90
90
  $fullWidth = _ref5$$fullWidth === void 0 ? false : _ref5$$fullWidth;
@@ -96,15 +96,15 @@ export var StyledTraditionalFormColumn = /*#__PURE__*/styled.div.withConfig({
96
96
  });
97
97
  export var StyledFormOutputTextArea = /*#__PURE__*/styled.span.withConfig({
98
98
  displayName: "StyledFormOutputTextArea",
99
- componentId: "core-12_36_0__sc-ncj3pf-10"
99
+ componentId: "core-12_38_0__sc-ncj3pf-10"
100
100
  })(["white-space:pre-wrap;"]);
101
101
  export var StyledFormOutputFiledset = /*#__PURE__*/styled.fieldset.withConfig({
102
102
  displayName: "StyledFormOutputFiledset",
103
- componentId: "core-12_36_0__sc-ncj3pf-11"
103
+ componentId: "core-12_38_0__sc-ncj3pf-11"
104
104
  })(["border:none;padding:0;margin-top:", "px;"], spacing.xs);
105
105
  export var StyledFormRow = /*#__PURE__*/styled.div.withConfig({
106
106
  displayName: "StyledFormRow",
107
- componentId: "core-12_36_0__sc-ncj3pf-12"
107
+ componentId: "core-12_38_0__sc-ncj3pf-12"
108
108
  })(["", ""], function (_ref7) {
109
109
  var _ref7$$traditional = _ref7.$traditional,
110
110
  $traditional = _ref7$$traditional === void 0 ? false : _ref7$$traditional,
@@ -115,6 +115,6 @@ export var StyledFormRow = /*#__PURE__*/styled.div.withConfig({
115
115
  export var formWrapper = /*#__PURE__*/css(["display:inherit;flex-direction:inherit;height:inherit;max-height:inherit;"]);
116
116
  export var StyledForm = /*#__PURE__*/styled.div.withConfig({
117
117
  displayName: "StyledForm",
118
- componentId: "core-12_36_0__sc-ncj3pf-13"
118
+ componentId: "core-12_38_0__sc-ncj3pf-13"
119
119
  })(["", ""], formWrapper);
120
120
  //# sourceMappingURL=Form.styles.js.map
@@ -5,13 +5,13 @@ import { spacing } from '../_styles/spacing';
5
5
  import { formWrapper } from './Form.styles';
6
6
  export var StyledFormikForm = /*#__PURE__*/styled(FormikForm).withConfig({
7
7
  displayName: "StyledFormikForm",
8
- componentId: "core-12_36_0__sc-1ks7m0l-0"
8
+ componentId: "core-12_38_0__sc-1ks7m0l-0"
9
9
  })(["", ""], formWrapper);
10
10
 
11
11
  /** @deprecated The traditional field layout is deprecated */
12
12
  export var StyledTraditionalFormLabel = /*#__PURE__*/styled(Typography).withConfig({
13
13
  displayName: "StyledTraditionalFormLabel",
14
- componentId: "core-12_36_0__sc-1ks7m0l-1"
14
+ componentId: "core-12_38_0__sc-1ks7m0l-1"
15
15
  })(["display:inline-block;word-break:break-word;word-wrap:break-word;", ""], function (_ref) {
16
16
  var $view = _ref.$view;
17
17
  return ['create', 'update'].includes($view) && css(["padding-top:", "px;"], spacing.sm);
@@ -111,17 +111,6 @@ var SingleForm = function SingleForm(_ref) {
111
111
  } : {
112
112
  description: 'Disabled Initial Description'
113
113
  }, columnTwo, props))), /*#__PURE__*/React.createElement(Form.Row, null, /*#__PURE__*/React.createElement(FieldComponent, _extends({
114
- name: "error-empty",
115
- error: true
116
- }, useLabelAsInlineLabel ? {
117
- inlineLabel: 'Error Boolean Empty Text'
118
- } : {
119
- label: 'Error Boolean Empty Text'
120
- }, useDescriptionAsInlineDescription ? {
121
- inlineDescription: 'Error Boolean Description'
122
- } : {
123
- description: 'Error Boolean Description'
124
- }, columnOne, props)), /*#__PURE__*/React.createElement(FieldComponent, _extends({
125
114
  name: "error-value",
126
115
  error: "Some error message that should be read red"
127
116
  }, useLabelAsInlineLabel ? {
@@ -132,7 +121,7 @@ var SingleForm = function SingleForm(_ref) {
132
121
  inlineDescription: 'Error Message Initial Description'
133
122
  } : {
134
123
  description: 'Error Message Initial Description'
135
- }, columnTwo, props)))));
124
+ }, columnOne, props)))));
136
125
  };
137
126
  export var DemoForm = function DemoForm(_ref2) {
138
127
  var _ref2$view = _ref2.view,
@@ -1 +1 @@
1
- {"version":3,"file":"util.js","names":["pick","React","Box","Button","Form","useFormContext","stylesFormDebugger","backgroundColor","color","fontSize","FormDebugger","props","arguments","length","undefined","fields","record","Object","keys","createElement","flex","padding","margin","style","whiteSpace","JSON","stringify","SingleForm","_ref","_ref$component","component","FieldComponent","Field","debug","initialValue","view","variant","useLabelAsInlineLabel","useDescriptionAsInlineDescription","_objectWithoutProperties","_excluded","columnOne","colStart","columnTwo","enableReinitialize","initialValues","value","onSubmit","values","alert","Row","_extends","name","inlineLabel","label","inlineDescription","description","disabled","error","DemoForm","_ref2","_ref2$view","_ref2$enableConfirmNa","enableConfirmNavigation","Promise","resolve","Text","Number","required","tooltip","Select","options","formSelectOptions","MultiSelect","getGroup","option","groupAssociation","groupGetId","group","uuid","groupGetLabel","displayName","optgroups","formSelectGroupOptions","PillSelect","formPillSelectOptions","TieredSelect","formTieredSelectOptions","GroupSelect","formGroupSelectOptions","groups","formGroupSelectGroups","textAlign","marginTop","marginBottom","type","BaseCRU","Fragment","id","map","_objectSpread","groupOpt","find","groupId","nextGroupId","formInitialValues","text","number","checkbox","checkboxes","currency","date","Date","textarea","select","multiselect","pillselect","groupselect","tieredselect","radiobuttons","richtext"],"sources":["../../../src/Form/stories/util.tsx"],"sourcesContent":["import { pick } from 'ramda'\nimport React from 'react'\nimport { Box, Button, Form, useFormContext } from '../../index'\nimport type { PillColor } from '../../Pill'\n\nconst stylesFormDebugger = {\n backgroundColor: '#444',\n color: '#f1f1f1',\n fontSize: '0.8rem',\n}\n\nexport function FormDebugger(props: any = {}) {\n const fields = useFormContext()\n\n let record = {}\n if (!Object.keys(props).length) {\n record = fields\n } else {\n record = pick(Object.keys(props), fields)\n }\n\n return (\n <Box flex=\"1\" padding=\"md\" margin=\"lg none\" style={stylesFormDebugger}>\n <pre style={{ whiteSpace: 'break-spaces' }}>\n {JSON.stringify(record, null, 2)}\n </pre>\n </Box>\n )\n}\n\ninterface SingleFormProps {\n component?: any\n debug?: boolean\n initialValue?: any\n variant?: React.ComponentProps<typeof Form>['variant']\n view?: React.ComponentProps<typeof Form>['view']\n useLabelAsInlineLabel?: boolean\n useDescriptionAsInlineDescription?: boolean\n}\n\n/**\n * Takes a Form Field component, e.g. Form.Select, and creates\n * a full Form of one view and variant. Empty value examples,\n * examples with values, various text or state formats.\n */\nconst SingleForm = ({\n component: FieldComponent = Form.Field,\n debug,\n initialValue,\n view,\n variant,\n useLabelAsInlineLabel,\n useDescriptionAsInlineDescription,\n ...props\n}: SingleFormProps) => {\n // removes colStart from DOM for traditional variant\n const columnOne = variant === 'traditional' ? {} : { colStart: 1 }\n const columnTwo = variant === 'traditional' ? {} : { colStart: 7 }\n return (\n <Form\n enableReinitialize\n initialValues={{\n value: initialValue,\n }}\n variant={variant}\n view={view}\n onSubmit={(values) => alert(JSON.stringify(values, null, 2))}\n >\n <Form.Form>\n {debug && <FormDebugger />}\n <Form.Row>\n <FieldComponent\n name=\"empty\"\n {...(useLabelAsInlineLabel\n ? {\n inlineLabel: 'Empty Text',\n }\n : {\n label: 'Empty Text',\n })}\n {...(useDescriptionAsInlineDescription\n ? {\n inlineDescription: 'Empty Description',\n }\n : {\n description: 'Empty Description',\n })}\n {...columnOne}\n {...props}\n />\n <FieldComponent\n name=\"value\"\n {...(useLabelAsInlineLabel\n ? {\n inlineLabel: 'Initial Value Text',\n }\n : {\n label: 'Initial Value Text',\n })}\n {...(useDescriptionAsInlineDescription\n ? {\n inlineDescription: 'Initial Value Description',\n }\n : {\n description: 'Initial Value Description',\n })}\n {...columnTwo}\n {...props}\n />\n </Form.Row>\n <Form.Row>\n <FieldComponent\n name=\"disabled-empty\"\n disabled\n {...(useLabelAsInlineLabel\n ? {\n inlineLabel: 'Disabled Empty Text',\n }\n : {\n label: 'Disabled Empty Text',\n })}\n {...(useDescriptionAsInlineDescription\n ? {\n inlineDescription: 'Disabled Empty Description',\n }\n : {\n description: 'Disabled Empty Description',\n })}\n {...columnOne}\n {...props}\n />\n <FieldComponent\n name=\"disabled-value\"\n disabled\n {...(useLabelAsInlineLabel\n ? {\n inlineLabel: 'Disabled Initial Value Text',\n }\n : {\n label: 'Disabled Initial Value Text',\n })}\n {...(useDescriptionAsInlineDescription\n ? {\n inlineDescription: 'Disabled Initial Description',\n }\n : {\n description: 'Disabled Initial Description',\n })}\n {...columnTwo}\n {...props}\n />\n </Form.Row>\n <Form.Row>\n <FieldComponent\n name=\"error-empty\"\n error\n {...(useLabelAsInlineLabel\n ? {\n inlineLabel: 'Error Boolean Empty Text',\n }\n : {\n label: 'Error Boolean Empty Text',\n })}\n {...(useDescriptionAsInlineDescription\n ? {\n inlineDescription: 'Error Boolean Description',\n }\n : {\n description: 'Error Boolean Description',\n })}\n {...columnOne}\n {...props}\n />\n <FieldComponent\n name=\"error-value\"\n error=\"Some error message that should be read red\"\n {...(useLabelAsInlineLabel\n ? {\n inlineLabel: 'Error Message Initial Value Text',\n }\n : {\n label: 'Error Message Initial Value Text',\n })}\n {...(useDescriptionAsInlineDescription\n ? {\n inlineDescription: 'Error Message Initial Description',\n }\n : {\n description: 'Error Message Initial Description',\n })}\n {...columnTwo}\n {...props}\n />\n </Form.Row>\n </Form.Form>\n </Form>\n )\n}\n\ninterface DemoFormProps {\n view?: React.ComponentProps<typeof Form>['view']\n enableConfirmNavigation?: React.ComponentProps<\n typeof Form\n >['enableConfirmNavigation']\n}\nexport const DemoForm = ({\n view = 'create',\n enableConfirmNavigation = true,\n}: DemoFormProps) => {\n return (\n <Form\n view={view}\n onSubmit={(...args) => {\n alert(JSON.stringify(args[0], null, 2))\n\n // Necessary to return success to notify the client the data\n // is saved on the server and this `form` is pristine once again.\n return Promise.resolve()\n }}\n enableConfirmNavigation={enableConfirmNavigation}\n >\n <Form.Form>\n <Form.Row>\n <Form.Text name=\"text\" label=\"Text\" colStart={1} />\n <Form.Number\n name=\"number\"\n label=\"Number\"\n required\n tooltip=\"An example tooltip for any field, this value goes directly to the Tooltip overlay prop\"\n colStart={7}\n />\n </Form.Row>\n <Form.Row>\n <Form.Select\n name=\"select\"\n label=\"Select\"\n options={formSelectOptions}\n colStart={1}\n />\n <Form.MultiSelect\n name=\"multiselect\"\n label=\"MultiSelect\"\n options={formSelectOptions}\n colStart={7}\n />\n </Form.Row>\n <Form.Row>\n <Form.Select\n name=\"select\"\n label=\"Select with Groups\"\n getGroup={(option) => option.groupAssociation}\n groupGetId={(group) => group.uuid}\n groupGetLabel={(group) => group.displayName}\n options={formSelectOptions}\n optgroups={formSelectGroupOptions}\n />\n <Form.PillSelect\n name=\"pillselect\"\n label=\"Status\"\n options={formPillSelectOptions}\n colStart={7}\n />\n </Form.Row>\n <Form.Row>\n <Form.TieredSelect\n name=\"tieredselect\"\n label=\"Tiered Select\"\n options={formTieredSelectOptions}\n colStart={1}\n />\n <Form.GroupSelect\n name=\"groupselect\"\n label=\"Group Select for Distribution\"\n options={formGroupSelectOptions}\n groups={formGroupSelectGroups}\n colStart={7}\n />\n </Form.Row>\n <Box textAlign=\"center\" marginTop=\"sm\" marginBottom=\"xl\">\n <Button variant=\"secondary\" type=\"reset\">\n Reset\n </Button>{' '}\n <Button type=\"submit\">Save</Button>\n </Box>\n </Form.Form>\n </Form>\n )\n}\n\n/** All variations for a field. views, with values, no values, text variations, etc.\n * @example\n * <BaseCRU\n component={Form.Number}\n initialValue={100}\n />\n */\nexport function BaseCRU<Element extends React.JSXElementConstructor<any>>(\n props: Omit<SingleFormProps, 'component'> & { component: Element } & Omit<\n React.ComponentProps<Element>,\n 'name'\n >\n) {\n return (\n <>\n <h1>Standard</h1>\n <h2>Create</h2>\n <SingleForm view=\"create\" {...props} />\n <h2>Read</h2>\n <SingleForm view=\"read\" {...props} />\n <h2>Update</h2>\n <SingleForm view=\"update\" {...props} />\n <h1>Traditional</h1>\n <h2>Create</h2>\n <SingleForm view=\"create\" variant=\"traditional\" {...props} />\n <h2>Read</h2>\n <SingleForm view=\"read\" variant=\"traditional\" {...props} />\n <h2>Update</h2>\n <SingleForm view=\"update\" variant=\"traditional\" {...props} />\n </>\n )\n}\n\nexport const formGroupSelectOptions = [\n { id: 5139977, label: 'Cat' },\n { id: 1279548, label: 'Cow' },\n { id: 1690, label: 'Duck' },\n { id: 3116635, label: 'Crocodile' },\n { id: 1037291, label: 'Dog' },\n { id: 1987946, label: 'Elephant' },\n { id: 1665038, label: 'Fox' },\n { id: 10338, label: 'Frog' },\n { id: 4177019, label: 'Giraffe' },\n { id: 5136274, label: 'Lion' },\n { id: 1819065, label: 'Owl' },\n { id: 3733119, label: 'Parrot' },\n { id: 2142072, label: 'Pig' },\n { id: 1360365, label: 'Wolf' },\n]\n\nexport const formGroupSelectGroups = [\n {\n id: 180604,\n label: 'Group #1',\n options: [5139977, 1037291, 1279548, 5136274],\n },\n { id: 183915, label: 'Group #2', options: [1037291, 1279548] },\n { id: 187138, label: 'Group #3', options: [1665038, 10338] },\n { id: 127496, label: 'Group #4', options: [3116635, 1819065] },\n { id: 126261, label: 'Group #5', options: [1690] },\n].map((group) => ({\n ...group,\n options: group.options.map((groupOpt) =>\n formGroupSelectOptions.find((option) => option.id === groupOpt)\n ),\n}))\n\nexport const formTieredSelectOptions = [\n {\n id: 1,\n groupId: null,\n nextGroupId: 10,\n label: 'Apple Farm',\n },\n {\n id: 3,\n groupId: null,\n nextGroupId: 30,\n label: 'Sports R Us',\n },\n {\n id: 4,\n groupId: null,\n nextGroupId: 30,\n label: 'Sail It Again Ports',\n },\n {\n id: 5,\n groupId: null,\n nextGroupId: 30,\n label: 'Dublix',\n },\n {\n id: 6,\n groupId: null,\n nextGroupId: 30,\n label: 'The Hardees Boys',\n },\n {\n id: 7,\n groupId: null,\n nextGroupId: 30,\n label: 'Carls Senior',\n },\n {\n id: 8,\n groupId: null,\n nextGroupId: 30,\n label: 'Tar J',\n },\n {\n id: 9,\n groupId: null,\n nextGroupId: 30,\n label: 'Innovation Station',\n },\n {\n id: 10,\n groupId: null,\n nextGroupId: 30,\n label: 'Innovation Nation',\n },\n {\n id: 11,\n groupId: null,\n nextGroupId: 30,\n label: 'Global Studios',\n },\n {\n id: 12,\n groupId: null,\n nextGroupId: 30,\n label: \"Ralphie's\",\n },\n {\n id: 13,\n groupId: null,\n nextGroupId: 30,\n label: 'Humble State University',\n },\n {\n id: 14,\n groupId: null,\n nextGroupId: 30,\n label: 'Test Driven Devolvement',\n },\n {\n id: 15,\n groupId: null,\n nextGroupId: 30,\n label: 'The Drilling Company',\n },\n {\n id: 16,\n groupId: null,\n nextGroupId: 30,\n label:\n 'Wrapping text that is very long and will definitely wrap onto two or more lines',\n },\n {\n id: 17,\n groupId: 10,\n nextGroupId: 100,\n label: 'Granny Smith',\n },\n {\n id: 18,\n groupId: 10,\n nextGroupId: 101,\n label: 'Gala',\n },\n {\n id: 21,\n groupId: 30,\n nextGroupId: 300,\n label: 'Project Basketball',\n },\n {\n id: 22,\n groupId: 30,\n nextGroupId: 301,\n label: 'Table Tennis',\n },\n {\n id: 23,\n groupId: 30,\n label: 'Table Ten',\n },\n {\n id: 24,\n groupId: 100,\n label: 'Michigan',\n },\n {\n id: 25,\n groupId: 101,\n label: 'Washington',\n },\n {\n id: 26,\n groupId: 200,\n label: 'Georgia',\n },\n {\n id: 27,\n groupId: 201,\n label: 'California',\n },\n {\n id: 28,\n groupId: 300,\n label: 'Toronto',\n },\n {\n id: 29,\n groupId: 301,\n nextGroupId: 302,\n label: 'Court Complex Uno',\n },\n {\n id: 30,\n groupId: 302,\n nextGroupId: 303,\n label: 'Wrap',\n },\n {\n id: 31,\n groupId: 303,\n nextGroupId: 304,\n label: 'Wrap',\n },\n {\n id: 32,\n groupId: 304,\n nextGroupId: 305,\n label: 'Wrap',\n },\n {\n id: 33,\n groupId: 305,\n nextGroupId: 306,\n label: 'Wrap',\n },\n {\n id: 34,\n groupId: 306,\n nextGroupId: 307,\n label: 'Wrap',\n },\n {\n id: 35,\n groupId: 307,\n label: 'Wrap',\n },\n]\n\nexport const formSelectOptions = [\n { id: 1, label: 'Option Example Uno', groupAssociation: 1 },\n { id: 2, label: 'Item Deux 2', groupAssociation: 2 },\n { id: 3, label: 'Three Three Three', groupAssociation: 1 },\n {\n id: 4,\n label: 'Next Item In List Is Design System Design System',\n groupAssociation: 2,\n },\n { id: 5, label: '5 Entries', groupAssociation: 2 },\n {\n id: 6,\n label:\n 'Another Option With A Longer Amount of Important Information To Read',\n groupAssociation: 3,\n },\n]\n\nexport const formSelectGroupOptions = [\n { uuid: 1, displayName: 'Group 1' },\n {\n uuid: 2,\n displayName: 'Group Having a Longer Group Label, Group Two Is That Group',\n },\n { uuid: 3, displayName: 'Group 3' },\n]\n\nexport const formPillSelectOptions: {\n id: string\n label: string\n color: PillColor\n}[] = [\n { id: '1', label: 'Questionable', color: 'yellow' },\n { id: '2', label: 'False', color: 'red' },\n { id: '3', label: 'The Sky Is Blue', color: 'blue' },\n { id: '4', label: 'Pending Resolution', color: 'gray' },\n {\n id: '5',\n label: 'A very long STATUS that has to wrap cause it is so long',\n color: 'green',\n },\n]\n\nexport const formInitialValues = {\n text: 'Hello String',\n number: 123456.789,\n checkbox: true,\n checkboxes: [formSelectOptions[1], formSelectOptions[2]],\n currency: 1200300.55,\n date: new Date(2020, 9, 31, 14, 30, 42), // Halloween, a Saturday at 2:30 PM\n textarea: 'Hello\\nWorld !!\\n\\n Hello World',\n select: formSelectOptions[1],\n multiselect: [\n formSelectOptions[1],\n formSelectOptions[3],\n formSelectOptions[0],\n ],\n pillselect: formPillSelectOptions[0],\n groupselect: [formGroupSelectOptions[0], formGroupSelectOptions[2]],\n tieredselect: [\n {\n id: 4,\n groupId: null,\n nextGroupId: 30,\n label: 'Sail It Again Ports',\n },\n {\n id: 22,\n groupId: 30,\n nextGroupId: 301,\n label: 'Table Tennis',\n },\n {\n id: 29,\n groupId: 301,\n nextGroupId: 302,\n label: 'Court Complex Uno',\n },\n ],\n radiobuttons: formSelectOptions[5],\n richtext:\n '<p><span style=\"font-size: 18pt; background-color: #00ff00;\">Rich Text Is <strong>Bold</strong></span></p> ',\n}\n"],"mappings":"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"}
1
+ {"version":3,"file":"util.js","names":["pick","React","Box","Button","Form","useFormContext","stylesFormDebugger","backgroundColor","color","fontSize","FormDebugger","props","arguments","length","undefined","fields","record","Object","keys","createElement","flex","padding","margin","style","whiteSpace","JSON","stringify","SingleForm","_ref","_ref$component","component","FieldComponent","Field","debug","initialValue","view","variant","useLabelAsInlineLabel","useDescriptionAsInlineDescription","_objectWithoutProperties","_excluded","columnOne","colStart","columnTwo","enableReinitialize","initialValues","value","onSubmit","values","alert","Row","_extends","name","inlineLabel","label","inlineDescription","description","disabled","error","DemoForm","_ref2","_ref2$view","_ref2$enableConfirmNa","enableConfirmNavigation","Promise","resolve","Text","Number","required","tooltip","Select","options","formSelectOptions","MultiSelect","getGroup","option","groupAssociation","groupGetId","group","uuid","groupGetLabel","displayName","optgroups","formSelectGroupOptions","PillSelect","formPillSelectOptions","TieredSelect","formTieredSelectOptions","GroupSelect","formGroupSelectOptions","groups","formGroupSelectGroups","textAlign","marginTop","marginBottom","type","BaseCRU","Fragment","id","map","_objectSpread","groupOpt","find","groupId","nextGroupId","formInitialValues","text","number","checkbox","checkboxes","currency","date","Date","textarea","select","multiselect","pillselect","groupselect","tieredselect","radiobuttons","richtext"],"sources":["../../../src/Form/stories/util.tsx"],"sourcesContent":["import { pick } from 'ramda'\nimport React from 'react'\nimport { Box, Button, Form, useFormContext } from '../../index'\nimport type { PillColor } from '../../Pill'\n\nconst stylesFormDebugger = {\n backgroundColor: '#444',\n color: '#f1f1f1',\n fontSize: '0.8rem',\n}\n\nexport function FormDebugger(props: any = {}) {\n const fields = useFormContext()\n\n let record = {}\n if (!Object.keys(props).length) {\n record = fields\n } else {\n record = pick(Object.keys(props), fields)\n }\n\n return (\n <Box flex=\"1\" padding=\"md\" margin=\"lg none\" style={stylesFormDebugger}>\n <pre style={{ whiteSpace: 'break-spaces' }}>\n {JSON.stringify(record, null, 2)}\n </pre>\n </Box>\n )\n}\n\ninterface SingleFormProps {\n component?: any\n debug?: boolean\n initialValue?: any\n variant?: React.ComponentProps<typeof Form>['variant']\n view?: React.ComponentProps<typeof Form>['view']\n useLabelAsInlineLabel?: boolean\n useDescriptionAsInlineDescription?: boolean\n}\n\n/**\n * Takes a Form Field component, e.g. Form.Select, and creates\n * a full Form of one view and variant. Empty value examples,\n * examples with values, various text or state formats.\n */\nconst SingleForm = ({\n component: FieldComponent = Form.Field,\n debug,\n initialValue,\n view,\n variant,\n useLabelAsInlineLabel,\n useDescriptionAsInlineDescription,\n ...props\n}: SingleFormProps) => {\n // removes colStart from DOM for traditional variant\n const columnOne = variant === 'traditional' ? {} : { colStart: 1 }\n const columnTwo = variant === 'traditional' ? {} : { colStart: 7 }\n return (\n <Form\n enableReinitialize\n initialValues={{\n value: initialValue,\n }}\n variant={variant}\n view={view}\n onSubmit={(values) => alert(JSON.stringify(values, null, 2))}\n >\n <Form.Form>\n {debug && <FormDebugger />}\n <Form.Row>\n <FieldComponent\n name=\"empty\"\n {...(useLabelAsInlineLabel\n ? {\n inlineLabel: 'Empty Text',\n }\n : {\n label: 'Empty Text',\n })}\n {...(useDescriptionAsInlineDescription\n ? {\n inlineDescription: 'Empty Description',\n }\n : {\n description: 'Empty Description',\n })}\n {...columnOne}\n {...props}\n />\n <FieldComponent\n name=\"value\"\n {...(useLabelAsInlineLabel\n ? {\n inlineLabel: 'Initial Value Text',\n }\n : {\n label: 'Initial Value Text',\n })}\n {...(useDescriptionAsInlineDescription\n ? {\n inlineDescription: 'Initial Value Description',\n }\n : {\n description: 'Initial Value Description',\n })}\n {...columnTwo}\n {...props}\n />\n </Form.Row>\n <Form.Row>\n <FieldComponent\n name=\"disabled-empty\"\n disabled\n {...(useLabelAsInlineLabel\n ? {\n inlineLabel: 'Disabled Empty Text',\n }\n : {\n label: 'Disabled Empty Text',\n })}\n {...(useDescriptionAsInlineDescription\n ? {\n inlineDescription: 'Disabled Empty Description',\n }\n : {\n description: 'Disabled Empty Description',\n })}\n {...columnOne}\n {...props}\n />\n <FieldComponent\n name=\"disabled-value\"\n disabled\n {...(useLabelAsInlineLabel\n ? {\n inlineLabel: 'Disabled Initial Value Text',\n }\n : {\n label: 'Disabled Initial Value Text',\n })}\n {...(useDescriptionAsInlineDescription\n ? {\n inlineDescription: 'Disabled Initial Description',\n }\n : {\n description: 'Disabled Initial Description',\n })}\n {...columnTwo}\n {...props}\n />\n </Form.Row>\n <Form.Row>\n <FieldComponent\n name=\"error-value\"\n error=\"Some error message that should be read red\"\n {...(useLabelAsInlineLabel\n ? {\n inlineLabel: 'Error Message Initial Value Text',\n }\n : {\n label: 'Error Message Initial Value Text',\n })}\n {...(useDescriptionAsInlineDescription\n ? {\n inlineDescription: 'Error Message Initial Description',\n }\n : {\n description: 'Error Message Initial Description',\n })}\n {...columnOne}\n {...props}\n />\n </Form.Row>\n </Form.Form>\n </Form>\n )\n}\n\ninterface DemoFormProps {\n view?: React.ComponentProps<typeof Form>['view']\n enableConfirmNavigation?: React.ComponentProps<\n typeof Form\n >['enableConfirmNavigation']\n}\nexport const DemoForm = ({\n view = 'create',\n enableConfirmNavigation = true,\n}: DemoFormProps) => {\n return (\n <Form\n view={view}\n onSubmit={(...args) => {\n alert(JSON.stringify(args[0], null, 2))\n\n // Necessary to return success to notify the client the data\n // is saved on the server and this `form` is pristine once again.\n return Promise.resolve()\n }}\n enableConfirmNavigation={enableConfirmNavigation}\n >\n <Form.Form>\n <Form.Row>\n <Form.Text name=\"text\" label=\"Text\" colStart={1} />\n <Form.Number\n name=\"number\"\n label=\"Number\"\n required\n tooltip=\"An example tooltip for any field, this value goes directly to the Tooltip overlay prop\"\n colStart={7}\n />\n </Form.Row>\n <Form.Row>\n <Form.Select\n name=\"select\"\n label=\"Select\"\n options={formSelectOptions}\n colStart={1}\n />\n <Form.MultiSelect\n name=\"multiselect\"\n label=\"MultiSelect\"\n options={formSelectOptions}\n colStart={7}\n />\n </Form.Row>\n <Form.Row>\n <Form.Select\n name=\"select\"\n label=\"Select with Groups\"\n getGroup={(option) => option.groupAssociation}\n groupGetId={(group) => group.uuid}\n groupGetLabel={(group) => group.displayName}\n options={formSelectOptions}\n optgroups={formSelectGroupOptions}\n />\n <Form.PillSelect\n name=\"pillselect\"\n label=\"Status\"\n options={formPillSelectOptions}\n colStart={7}\n />\n </Form.Row>\n <Form.Row>\n <Form.TieredSelect\n name=\"tieredselect\"\n label=\"Tiered Select\"\n options={formTieredSelectOptions}\n colStart={1}\n />\n <Form.GroupSelect\n name=\"groupselect\"\n label=\"Group Select for Distribution\"\n options={formGroupSelectOptions}\n groups={formGroupSelectGroups}\n colStart={7}\n />\n </Form.Row>\n <Box textAlign=\"center\" marginTop=\"sm\" marginBottom=\"xl\">\n <Button variant=\"secondary\" type=\"reset\">\n Reset\n </Button>{' '}\n <Button type=\"submit\">Save</Button>\n </Box>\n </Form.Form>\n </Form>\n )\n}\n\n/** All variations for a field. views, with values, no values, text variations, etc.\n * @example\n * <BaseCRU\n component={Form.Number}\n initialValue={100}\n />\n */\nexport function BaseCRU<Element extends React.JSXElementConstructor<any>>(\n props: Omit<SingleFormProps, 'component'> & { component: Element } & Omit<\n React.ComponentProps<Element>,\n 'name'\n >\n) {\n return (\n <>\n <h1>Standard</h1>\n <h2>Create</h2>\n <SingleForm view=\"create\" {...props} />\n <h2>Read</h2>\n <SingleForm view=\"read\" {...props} />\n <h2>Update</h2>\n <SingleForm view=\"update\" {...props} />\n <h1>Traditional</h1>\n <h2>Create</h2>\n <SingleForm view=\"create\" variant=\"traditional\" {...props} />\n <h2>Read</h2>\n <SingleForm view=\"read\" variant=\"traditional\" {...props} />\n <h2>Update</h2>\n <SingleForm view=\"update\" variant=\"traditional\" {...props} />\n </>\n )\n}\n\nexport const formGroupSelectOptions = [\n { id: 5139977, label: 'Cat' },\n { id: 1279548, label: 'Cow' },\n { id: 1690, label: 'Duck' },\n { id: 3116635, label: 'Crocodile' },\n { id: 1037291, label: 'Dog' },\n { id: 1987946, label: 'Elephant' },\n { id: 1665038, label: 'Fox' },\n { id: 10338, label: 'Frog' },\n { id: 4177019, label: 'Giraffe' },\n { id: 5136274, label: 'Lion' },\n { id: 1819065, label: 'Owl' },\n { id: 3733119, label: 'Parrot' },\n { id: 2142072, label: 'Pig' },\n { id: 1360365, label: 'Wolf' },\n]\n\nexport const formGroupSelectGroups = [\n {\n id: 180604,\n label: 'Group #1',\n options: [5139977, 1037291, 1279548, 5136274],\n },\n { id: 183915, label: 'Group #2', options: [1037291, 1279548] },\n { id: 187138, label: 'Group #3', options: [1665038, 10338] },\n { id: 127496, label: 'Group #4', options: [3116635, 1819065] },\n { id: 126261, label: 'Group #5', options: [1690] },\n].map((group) => ({\n ...group,\n options: group.options.map((groupOpt) =>\n formGroupSelectOptions.find((option) => option.id === groupOpt)\n ),\n}))\n\nexport const formTieredSelectOptions = [\n {\n id: 1,\n groupId: null,\n nextGroupId: 10,\n label: 'Apple Farm',\n },\n {\n id: 3,\n groupId: null,\n nextGroupId: 30,\n label: 'Sports R Us',\n },\n {\n id: 4,\n groupId: null,\n nextGroupId: 30,\n label: 'Sail It Again Ports',\n },\n {\n id: 5,\n groupId: null,\n nextGroupId: 30,\n label: 'Dublix',\n },\n {\n id: 6,\n groupId: null,\n nextGroupId: 30,\n label: 'The Hardees Boys',\n },\n {\n id: 7,\n groupId: null,\n nextGroupId: 30,\n label: 'Carls Senior',\n },\n {\n id: 8,\n groupId: null,\n nextGroupId: 30,\n label: 'Tar J',\n },\n {\n id: 9,\n groupId: null,\n nextGroupId: 30,\n label: 'Innovation Station',\n },\n {\n id: 10,\n groupId: null,\n nextGroupId: 30,\n label: 'Innovation Nation',\n },\n {\n id: 11,\n groupId: null,\n nextGroupId: 30,\n label: 'Global Studios',\n },\n {\n id: 12,\n groupId: null,\n nextGroupId: 30,\n label: \"Ralphie's\",\n },\n {\n id: 13,\n groupId: null,\n nextGroupId: 30,\n label: 'Humble State University',\n },\n {\n id: 14,\n groupId: null,\n nextGroupId: 30,\n label: 'Test Driven Devolvement',\n },\n {\n id: 15,\n groupId: null,\n nextGroupId: 30,\n label: 'The Drilling Company',\n },\n {\n id: 16,\n groupId: null,\n nextGroupId: 30,\n label:\n 'Wrapping text that is very long and will definitely wrap onto two or more lines',\n },\n {\n id: 17,\n groupId: 10,\n nextGroupId: 100,\n label: 'Granny Smith',\n },\n {\n id: 18,\n groupId: 10,\n nextGroupId: 101,\n label: 'Gala',\n },\n {\n id: 21,\n groupId: 30,\n nextGroupId: 300,\n label: 'Project Basketball',\n },\n {\n id: 22,\n groupId: 30,\n nextGroupId: 301,\n label: 'Table Tennis',\n },\n {\n id: 23,\n groupId: 30,\n label: 'Table Ten',\n },\n {\n id: 24,\n groupId: 100,\n label: 'Michigan',\n },\n {\n id: 25,\n groupId: 101,\n label: 'Washington',\n },\n {\n id: 26,\n groupId: 200,\n label: 'Georgia',\n },\n {\n id: 27,\n groupId: 201,\n label: 'California',\n },\n {\n id: 28,\n groupId: 300,\n label: 'Toronto',\n },\n {\n id: 29,\n groupId: 301,\n nextGroupId: 302,\n label: 'Court Complex Uno',\n },\n {\n id: 30,\n groupId: 302,\n nextGroupId: 303,\n label: 'Wrap',\n },\n {\n id: 31,\n groupId: 303,\n nextGroupId: 304,\n label: 'Wrap',\n },\n {\n id: 32,\n groupId: 304,\n nextGroupId: 305,\n label: 'Wrap',\n },\n {\n id: 33,\n groupId: 305,\n nextGroupId: 306,\n label: 'Wrap',\n },\n {\n id: 34,\n groupId: 306,\n nextGroupId: 307,\n label: 'Wrap',\n },\n {\n id: 35,\n groupId: 307,\n label: 'Wrap',\n },\n]\n\nexport const formSelectOptions = [\n { id: 1, label: 'Option Example Uno', groupAssociation: 1 },\n { id: 2, label: 'Item Deux 2', groupAssociation: 2 },\n { id: 3, label: 'Three Three Three', groupAssociation: 1 },\n {\n id: 4,\n label: 'Next Item In List Is Design System Design System',\n groupAssociation: 2,\n },\n { id: 5, label: '5 Entries', groupAssociation: 2 },\n {\n id: 6,\n label:\n 'Another Option With A Longer Amount of Important Information To Read',\n groupAssociation: 3,\n },\n]\n\nexport const formSelectGroupOptions = [\n { uuid: 1, displayName: 'Group 1' },\n {\n uuid: 2,\n displayName: 'Group Having a Longer Group Label, Group Two Is That Group',\n },\n { uuid: 3, displayName: 'Group 3' },\n]\n\nexport const formPillSelectOptions: {\n id: string\n label: string\n color: PillColor\n}[] = [\n { id: '1', label: 'Questionable', color: 'yellow' },\n { id: '2', label: 'False', color: 'red' },\n { id: '3', label: 'The Sky Is Blue', color: 'blue' },\n { id: '4', label: 'Pending Resolution', color: 'gray' },\n {\n id: '5',\n label: 'A very long STATUS that has to wrap cause it is so long',\n color: 'green',\n },\n]\n\nexport const formInitialValues = {\n text: 'Hello String',\n number: 123456.789,\n checkbox: true,\n checkboxes: [formSelectOptions[1], formSelectOptions[2]],\n currency: 1200300.55,\n date: new Date(2020, 9, 31, 14, 30, 42), // Halloween, a Saturday at 2:30 PM\n textarea: 'Hello\\nWorld !!\\n\\n Hello World',\n select: formSelectOptions[1],\n multiselect: [\n formSelectOptions[1],\n formSelectOptions[3],\n formSelectOptions[0],\n ],\n pillselect: formPillSelectOptions[0],\n groupselect: [formGroupSelectOptions[0], formGroupSelectOptions[2]],\n tieredselect: [\n {\n id: 4,\n groupId: null,\n nextGroupId: 30,\n label: 'Sail It Again Ports',\n },\n {\n id: 22,\n groupId: 30,\n nextGroupId: 301,\n label: 'Table Tennis',\n },\n {\n id: 29,\n groupId: 301,\n nextGroupId: 302,\n label: 'Court Complex Uno',\n },\n ],\n radiobuttons: formSelectOptions[5],\n richtext:\n '<p><span style=\"font-size: 18pt; background-color: #00ff00;\">Rich Text Is <strong>Bold</strong></span></p> ',\n}\n"],"mappings":"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"}
@@ -3,7 +3,7 @@ import { spacing } from '../_styles/spacing';
3
3
  var shimmerAnimation = /*#__PURE__*/keyframes(["0%{background-position:-1000px 500px;}100%{background-position:1000px 500px;}"]);
4
4
  export var PlaceholderItem = /*#__PURE__*/styled.div.withConfig({
5
5
  displayName: "PlaceholderItem",
6
- componentId: "core-12_36_0__sc-1nja302-0"
6
+ componentId: "core-12_38_0__sc-1nja302-0"
7
7
  })(["width:100%;min-height:24px;padding:10px 0;animation:", " 3s ease-out infinite;background:radial-gradient( ellipse at center,", " 0%,", " 50% );background-size:2000px 2000px;border-radius:", "px;"], shimmerAnimation, function (props) {
8
8
  return props.$startGradientColor;
9
9
  }, function (props) {
@@ -11,7 +11,7 @@ export var PlaceholderItem = /*#__PURE__*/styled.div.withConfig({
11
11
  }, spacing.sm);
12
12
  export var RoundPlaceholderItem = /*#__PURE__*/styled(PlaceholderItem).withConfig({
13
13
  displayName: "RoundPlaceholderItem",
14
- componentId: "core-12_36_0__sc-1nja302-1"
14
+ componentId: "core-12_38_0__sc-1nja302-1"
15
15
  })(["width:", ";height:", ";border-radius:50%;"], function (props) {
16
16
  return props.$small ? '24px' : '40px';
17
17
  }, function (props) {
@@ -75,7 +75,7 @@ var getRowGutterVertical = function getRowGutterVertical(gutterY, breakpoint) {
75
75
  };
76
76
  export var StyledGridRow = /*#__PURE__*/styled.div.withConfig({
77
77
  displayName: "StyledGridRow",
78
- componentId: "core-12_36_0__sc-8pinsp-0"
78
+ componentId: "core-12_38_0__sc-8pinsp-0"
79
79
  })(["", " display:flex;flex-wrap:wrap;"], function (_ref) {
80
80
  var $gutterX = _ref.$gutterX,
81
81
  $gutterY = _ref.$gutterY;
@@ -87,7 +87,7 @@ export var StyledGridRow = /*#__PURE__*/styled.div.withConfig({
87
87
  });
88
88
  export var StyledGridCol = /*#__PURE__*/styled.div.withConfig({
89
89
  displayName: "StyledGridCol",
90
- componentId: "core-12_36_0__sc-8pinsp-1"
90
+ componentId: "core-12_38_0__sc-8pinsp-1"
91
91
  })(["flex-shrink:0;width:100%;max-width:100%;", ""], function (_ref2) {
92
92
  var $span = _ref2.$span,
93
93
  $offset = _ref2.$offset,
@@ -3,7 +3,7 @@ import { MultiSelect } from '../MultiSelect/MultiSelect';
3
3
  import { colors } from '../_styles/colors';
4
4
  export var StyledGroupSelectOption = /*#__PURE__*/styled(MultiSelect.Option).withConfig({
5
5
  displayName: "StyledGroupSelectOption",
6
- componentId: "core-12_36_0__sc-u5gu8j-0"
6
+ componentId: "core-12_38_0__sc-u5gu8j-0"
7
7
  })(["", ""], function (_ref) {
8
8
  var disabled = _ref.disabled;
9
9
  return disabled && css(["color:", ";cursor:not-allowed;a,a:hover{color:", ";text-decoration:none;}"], colors.gray70, colors.gray70);
@@ -16,6 +16,6 @@ export function getInputStyles(_ref) {
16
16
  }
17
17
  export var StyledInput = /*#__PURE__*/styled.input.withConfig({
18
18
  displayName: "StyledInput",
19
- componentId: "core-12_36_0__sc-12sjkxg-0"
19
+ componentId: "core-12_38_0__sc-12sjkxg-0"
20
20
  })(["", " padding:0 ", "px;&::-ms-clear{display:none;}&[type='number']{-moz-appearance:textfield;&::-webkit-inner-spin-button,&::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;}}"], getInputStyles, spacing.md);
21
21
  //# sourceMappingURL=Input.styles.js.map
@@ -17,6 +17,6 @@ function getLinkColors(_ref) {
17
17
  }
18
18
  export var StyledLink = /*#__PURE__*/styled.a.withConfig({
19
19
  displayName: "StyledLink",
20
- componentId: "core-12_36_0__sc-jfowrl-0"
20
+ componentId: "core-12_38_0__sc-jfowrl-0"
21
21
  })(["text-decoration:underline;&:hover{cursor:pointer;text-decoration:underline;}", " &.focus,&:focus{", ";}", ""], focusable, getBorderRadius('md'), getLinkColors);
22
22
  //# sourceMappingURL=Link.styles.js.map
@@ -3,19 +3,19 @@ import { colors } from '../_styles/colors';
3
3
  import { spacing } from '../_styles/spacing';
4
4
  export var StyledListPageMain = /*#__PURE__*/styled.div.withConfig({
5
5
  displayName: "StyledListPageMain",
6
- componentId: "core-12_36_0__sc-1eq7fzi-0"
6
+ componentId: "core-12_38_0__sc-1eq7fzi-0"
7
7
  })(["display:flex;flex:1 0 auto;flex-direction:column;min-width:0;padding:", "px ", "px;width:100%;"], spacing.lg, spacing.xl);
8
8
  export var StyledListPageBanner = /*#__PURE__*/styled.div.withConfig({
9
9
  displayName: "StyledListPageBanner",
10
- componentId: "core-12_36_0__sc-1eq7fzi-1"
10
+ componentId: "core-12_38_0__sc-1eq7fzi-1"
11
11
  })(["flex:0 0 auto;"]);
12
12
  export var StyledListPageToolHeader = /*#__PURE__*/styled.div.withConfig({
13
13
  displayName: "StyledListPageToolHeader",
14
- componentId: "core-12_36_0__sc-1eq7fzi-2"
14
+ componentId: "core-12_38_0__sc-1eq7fzi-2"
15
15
  })(["flex:0 0 auto;padding-bottom:", "px;"], spacing.lg);
16
16
  export var StyledListPageControl = /*#__PURE__*/styled.div.withConfig({
17
17
  displayName: "StyledListPageControl",
18
- componentId: "core-12_36_0__sc-1eq7fzi-3"
18
+ componentId: "core-12_38_0__sc-1eq7fzi-3"
19
19
  })(["flex:", ";", " ", ""], function (_ref) {
20
20
  var $block = _ref.$block;
21
21
  return $block ? '1 0 auto' : '0 0 auto';
@@ -32,18 +32,18 @@ export var StyledListPageControl = /*#__PURE__*/styled.div.withConfig({
32
32
  });
33
33
  export var StyledListPageContentControls = /*#__PURE__*/styled.div.withConfig({
34
34
  displayName: "StyledListPageContentControls",
35
- componentId: "core-12_36_0__sc-1eq7fzi-4"
35
+ componentId: "core-12_38_0__sc-1eq7fzi-4"
36
36
  })(["align-items:center;display:flex;flex:0 0 auto;justify-content:space-between;padding:", "px 0;", " + ", "{margin-left:", "px;}"], spacing.md, StyledListPageControl, StyledListPageControl, spacing.lg);
37
37
  export var StyledListPageBody = /*#__PURE__*/styled.div.withConfig({
38
38
  displayName: "StyledListPageBody",
39
- componentId: "core-12_36_0__sc-1eq7fzi-5"
39
+ componentId: "core-12_38_0__sc-1eq7fzi-5"
40
40
  })(["display:flex;flex:1 0 auto;padding-top:", "px;"], spacing.md);
41
41
  export var StyledListPageBodyContent = /*#__PURE__*/styled.div.withConfig({
42
42
  displayName: "StyledListPageBodyContent",
43
- componentId: "core-12_36_0__sc-1eq7fzi-6"
43
+ componentId: "core-12_38_0__sc-1eq7fzi-6"
44
44
  })(["flex:1 1 auto;"]);
45
45
  export var StyledListPage = /*#__PURE__*/styled.div.withConfig({
46
46
  displayName: "StyledListPage",
47
- componentId: "core-12_36_0__sc-1eq7fzi-7"
47
+ componentId: "core-12_38_0__sc-1eq7fzi-7"
48
48
  })(["display:flex;flex-direction:row;height:100%;width:100%;", " + ", "{padding-top:", "px;}", " + ", "{border-top-color:", ";border-top-style:solid;border-top-width:1px;}", " + ", ",", " + ", "{border-top-color:", ";border-top-style:solid;border-top-width:1px;}", " + ", "{padding-top:0;}"], StyledListPageBanner, StyledListPageToolHeader, spacing.lg, StyledListPageContentControls, StyledListPageContentControls, colors.gray85, StyledListPageToolHeader, StyledListPageContentControls, StyledListPageToolHeader, StyledListPageBody, colors.gray85, StyledListPageContentControls, StyledListPageBody);
49
49
  //# sourceMappingURL=ListPage.styles.js.map
@@ -7,11 +7,11 @@ export var loaderTransitionDuration = 250;
7
7
  var movingStripes = /*#__PURE__*/keyframes(["from{background-position:", "px 0;}100%{background-position:0 ", "px;}"], backgroundSize, backgroundSize);
8
8
  export var StyledLoader = /*#__PURE__*/styled.div.withConfig({
9
9
  displayName: "StyledLoader",
10
- componentId: "core-12_36_0__sc-wgvjj9-0"
10
+ componentId: "core-12_38_0__sc-wgvjj9-0"
11
11
  })(["display:block;height:100%;left:0;min-width:12px;position:absolute;transition:width ", "ms ease-out;top:0;"], loaderTransitionDuration);
12
12
  export var StyledGradient = /*#__PURE__*/styled.div.withConfig({
13
13
  displayName: "StyledGradient",
14
- componentId: "core-12_36_0__sc-wgvjj9-1"
14
+ componentId: "core-12_38_0__sc-wgvjj9-1"
15
15
  })(["height:100%;", ""], function (_ref) {
16
16
  var $animated = _ref.$animated;
17
17
  return $animated ? css(["@media (prefers-reduced-motion:no-preference){animation:", " 0.5s linear infinite;}background-image:linear-gradient( 45deg,", " 26%,", " 25%,", " 51%,", " 50%,", " 76%,", " 75%,", " );background-size:", "px ", "px;"], movingStripes, color1, color2, color2, color1, color1, color2, color2, backgroundSize, backgroundSize) : css(["background-color:", ";"], colors.blue50);
@@ -11,15 +11,15 @@ var optionMinHeight = 32;
11
11
  // Do not merge with StyledMenu, needed for max-height working in IE
12
12
  export var StyledWrapper = /*#__PURE__*/styled.div.withConfig({
13
13
  displayName: "StyledWrapper",
14
- componentId: "core-12_36_0__sc-z984sz-0"
14
+ componentId: "core-12_38_0__sc-z984sz-0"
15
15
  })(["border-radius:inherit;display:flex;max-height:inherit;min-width:inherit;outline:none;width:inherit;"]);
16
16
  export var StyledMenu = /*#__PURE__*/styled.div.withConfig({
17
17
  displayName: "StyledMenu",
18
- componentId: "core-12_36_0__sc-z984sz-1"
18
+ componentId: "core-12_38_0__sc-z984sz-1"
19
19
  })(["border-radius:inherit;display:flex;flex-direction:column;outline:0;width:100%;"]);
20
20
  export var StyledOptions = /*#__PURE__*/styled.div.withConfig({
21
21
  displayName: "StyledOptions",
22
- componentId: "core-12_36_0__sc-z984sz-2"
22
+ componentId: "core-12_38_0__sc-z984sz-2"
23
23
  })(["flex-basis:auto;flex-grow:1;flex-shrink:1;min-height:", "px;", ";padding:", "px 0;position:relative;&:focus-visible{", " margin:-1px;}"], optionMinHeight, function (_ref) {
24
24
  var _ref$$scrollable = _ref.$scrollable,
25
25
  $scrollable = _ref$$scrollable === void 0 ? true : _ref$$scrollable;
@@ -27,26 +27,26 @@ export var StyledOptions = /*#__PURE__*/styled.div.withConfig({
27
27
  }, spacing.sm, getFocus());
28
28
  export var StyledGrip = /*#__PURE__*/styled.div.withConfig({
29
29
  displayName: "StyledGrip",
30
- componentId: "core-12_36_0__sc-z984sz-3"
30
+ componentId: "core-12_38_0__sc-z984sz-3"
31
31
  })(["padding:0 2px;height:24px;visibility:hidden;"]);
32
32
  export var StyledHeader = /*#__PURE__*/styled.div.withConfig({
33
33
  displayName: "StyledHeader",
34
- componentId: "core-12_36_0__sc-z984sz-4"
34
+ componentId: "core-12_38_0__sc-z984sz-4"
35
35
  })([""]);
36
36
  export var StyledSearch = /*#__PURE__*/styled.div.withConfig({
37
37
  displayName: "StyledSearch",
38
- componentId: "core-12_36_0__sc-z984sz-5"
38
+ componentId: "core-12_38_0__sc-z984sz-5"
39
39
  })(["padding:", "px ", "px ", "px;", " > *{pointer-events:none;}"], spacing.lg, spacing.lg, spacing.sm, StyledButton);
40
40
  export var StyledGroup = /*#__PURE__*/styled.div.withConfig({
41
41
  displayName: "StyledGroup",
42
- componentId: "core-12_36_0__sc-z984sz-6"
42
+ componentId: "core-12_38_0__sc-z984sz-6"
43
43
  })(["", " color:", ";cursor:", ";font-weight:", ";padding:", "px ", "px;&:not(:first-child){padding-top:", "px;}"], getTypographyIntent('body'), colors.gray15, function (_ref2) {
44
44
  var $clickable = _ref2.$clickable;
45
45
  return $clickable ? 'pointer' : 'default';
46
46
  }, typographyWeights.semibold, spacing.xs, spacing.lg, spacing.md + spacing.xs);
47
47
  export var StyledItem = /*#__PURE__*/styled.div.withConfig({
48
48
  displayName: "StyledItem",
49
- componentId: "core-12_36_0__sc-z984sz-7"
49
+ componentId: "core-12_38_0__sc-z984sz-7"
50
50
  })(["", ";", " cursor:pointer;list-style-type:none;padding:", "px ", "px;a{color:", ";display:block;margin:-", "px -", "px;padding:", "px ", "px;text-decoration:none;&:hover{color:", ";text-decoration:none;}}&[data-highlighted='true']{background-color:", ";}", " &:hover,&:active{", "{visibility:visible;}}", "{color:inherit;cursor:pointer;}", " ", " ", ""], getTypographyIntent('body'), function (_ref3) {
51
51
  var as = _ref3.as;
52
52
  return as === 'a' && css(["display:block;text-decoration:none;"]);
@@ -75,10 +75,10 @@ export var StyledItem = /*#__PURE__*/styled.div.withConfig({
75
75
  });
76
76
  export var StyledDroppable = /*#__PURE__*/styled.div.withConfig({
77
77
  displayName: "StyledDroppable",
78
- componentId: "core-12_36_0__sc-z984sz-8"
78
+ componentId: "core-12_38_0__sc-z984sz-8"
79
79
  })(["", ",", "{padding-left:28px;}"], StyledGroup, StyledItem);
80
80
  export var StyledFooter = /*#__PURE__*/styled(Box).withConfig({
81
81
  displayName: "StyledFooter",
82
- componentId: "core-12_36_0__sc-z984sz-9"
82
+ componentId: "core-12_38_0__sc-z984sz-9"
83
83
  })(["border-top:1px solid ", ";border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;"], colors.gray85);
84
84
  //# sourceMappingURL=MenuImperative.styles.js.map