@procore/core-react 11.6.0-rc.9 → 11.7.0-rc.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 (167) hide show
  1. package/README.md +21 -0
  2. package/dist/Banner/Banner.js +2 -2
  3. package/dist/Banner/Banner.js.map +1 -1
  4. package/dist/Banner/Banner.styles.d.ts +1 -0
  5. package/dist/Banner/Banner.styles.js +11 -8
  6. package/dist/Banner/Banner.styles.js.map +1 -1
  7. package/dist/Banner/Banner.types.d.ts +7 -0
  8. package/dist/Breadcrumbs/Breadcrumbs.d.ts +6 -3
  9. package/dist/Breadcrumbs/Breadcrumbs.js +40 -10
  10. package/dist/Breadcrumbs/Breadcrumbs.js.map +1 -1
  11. package/dist/Breadcrumbs/Breadcrumbs.styles.d.ts +2 -1
  12. package/dist/Breadcrumbs/Breadcrumbs.styles.js +8 -4
  13. package/dist/Breadcrumbs/Breadcrumbs.styles.js.map +1 -1
  14. package/dist/Breadcrumbs/Breadcrumbs.types.d.ts +19 -0
  15. package/dist/Breadcrumbs/Breadcrumbs.types.js +8 -1
  16. package/dist/Breadcrumbs/Breadcrumbs.types.js.map +1 -1
  17. package/dist/Calendar/Calendar.d.ts +36 -0
  18. package/dist/Calendar/Calendar.js +36 -0
  19. package/dist/Calendar/Calendar.js.map +1 -1
  20. package/dist/CheckboxGroup/CheckboxGroup.d.ts +12 -0
  21. package/dist/CheckboxGroup/CheckboxGroup.js +44 -0
  22. package/dist/CheckboxGroup/CheckboxGroup.js.map +1 -0
  23. package/dist/CheckboxGroup/CheckboxGroup.types.d.ts +12 -0
  24. package/dist/CheckboxGroup/CheckboxGroup.types.js +2 -0
  25. package/dist/CheckboxGroup/CheckboxGroup.types.js.map +1 -0
  26. package/dist/CheckboxGroup/index.d.ts +2 -0
  27. package/dist/CheckboxGroup/index.js +2 -0
  28. package/dist/CheckboxGroup/index.js.map +1 -0
  29. package/dist/EmptyState/EmptyState.d.ts +5 -3
  30. package/dist/EmptyState/EmptyState.js +3 -3
  31. package/dist/EmptyState/EmptyState.js.map +1 -1
  32. package/dist/FileSelect/GridSource/GridSource.styles.d.ts +4 -2
  33. package/dist/FileSelect/ThumbnailList/ThumbnailList.js +2 -1
  34. package/dist/FileSelect/ThumbnailList/ThumbnailList.js.map +1 -1
  35. package/dist/Form/Form.js +1 -10
  36. package/dist/Form/Form.js.map +1 -1
  37. package/dist/Form/Form.styles.d.ts +1 -0
  38. package/dist/Form/Form.styles.js +3 -2
  39. package/dist/Form/Form.styles.js.map +1 -1
  40. package/dist/NextTile/NextTile.d.ts +35 -0
  41. package/dist/NextTile/NextTile.js +142 -0
  42. package/dist/NextTile/NextTile.js.map +1 -0
  43. package/dist/NextTile/NextTile.types.d.ts +55 -0
  44. package/dist/NextTile/NextTile.types.js +2 -0
  45. package/dist/NextTile/NextTile.types.js.map +1 -0
  46. package/dist/NumberInput/NumberInput.utils.js +3 -6
  47. package/dist/NumberInput/NumberInput.utils.js.map +1 -1
  48. package/dist/PageLayout/PageLayout.styles.d.ts +1 -1
  49. package/dist/Semantic/Semantic.styles.d.ts +2 -0
  50. package/dist/Semantic/Semantic.styles.js +5 -1
  51. package/dist/Semantic/Semantic.styles.js.map +1 -1
  52. package/dist/Spinner/Spinner.js +3 -2
  53. package/dist/Spinner/Spinner.js.map +1 -1
  54. package/dist/Spinner/Spinner.styles.d.ts +5 -2
  55. package/dist/Spinner/Spinner.styles.js +10 -4
  56. package/dist/Spinner/Spinner.styles.js.map +1 -1
  57. package/dist/SuperSelect/SuperSelect.constants.d.ts +2 -0
  58. package/dist/SuperSelect/SuperSelect.constants.js +3 -0
  59. package/dist/SuperSelect/SuperSelect.constants.js.map +1 -0
  60. package/dist/SuperSelect/SuperSelect.d.ts +3 -15
  61. package/dist/SuperSelect/SuperSelect.js +77 -21
  62. package/dist/SuperSelect/SuperSelect.js.map +1 -1
  63. package/dist/SuperSelect/SuperSelect.styles.d.ts +19 -0
  64. package/dist/SuperSelect/SuperSelect.styles.js +22 -2
  65. package/dist/SuperSelect/SuperSelect.styles.js.map +1 -1
  66. package/dist/SuperSelect/SuperSelect.types.d.ts +54 -40
  67. package/dist/SuperSelect/SuperSelect.types.js +1 -1
  68. package/dist/SuperSelect/SuperSelect.types.js.map +1 -1
  69. package/dist/SuperSelect/SuperSelect.utils.d.ts +28 -0
  70. package/dist/SuperSelect/SuperSelect.utils.js +156 -0
  71. package/dist/SuperSelect/SuperSelect.utils.js.map +1 -0
  72. package/dist/SuperSelect/SuperSelectDraggableOptions.d.ts +18 -0
  73. package/dist/SuperSelect/SuperSelectDraggableOptions.js +61 -0
  74. package/dist/SuperSelect/SuperSelectDraggableOptions.js.map +1 -0
  75. package/dist/SuperSelect/useSuperSelect.d.ts +6 -20
  76. package/dist/SuperSelect/useSuperSelect.js +144 -65
  77. package/dist/SuperSelect/useSuperSelect.js.map +1 -1
  78. package/dist/SuperSelect/useVirtuosoResizeErrorFix.d.ts +1 -0
  79. package/dist/SuperSelect/useVirtuosoResizeErrorFix.js +21 -0
  80. package/dist/SuperSelect/useVirtuosoResizeErrorFix.js.map +1 -0
  81. package/dist/Tabs/Tabs.js +16 -9
  82. package/dist/Tabs/Tabs.js.map +1 -1
  83. package/dist/Tabs/Tabs.styles.d.ts +4 -2
  84. package/dist/Tabs/Tabs.styles.js +25 -9
  85. package/dist/Tabs/Tabs.styles.js.map +1 -1
  86. package/dist/TieredSelect/TieredSelect.styles.d.ts +1 -1
  87. package/dist/Tile/Tile.styles.d.ts +2 -1
  88. package/dist/Tile/Tile.styles.js +5 -4
  89. package/dist/Tile/Tile.styles.js.map +1 -1
  90. package/dist/_hooks/I18n.d.ts +3 -0
  91. package/dist/_locales/en.json +3 -0
  92. package/dist/_typedoc/Avatar/Avatar.types.json +17 -17
  93. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +22 -22
  94. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  95. package/dist/_typedoc/Banner/Banner.types.json +22 -12
  96. package/dist/_typedoc/Box/Box.types.json +68 -68
  97. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +37 -7
  98. package/dist/_typedoc/Button/Button.types.json +11 -11
  99. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  100. package/dist/_typedoc/Card/Card.types.json +6 -6
  101. package/dist/_typedoc/Checkbox/Checkbox.types.json +7 -7
  102. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  103. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  104. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  105. package/dist/_typedoc/DetailPage/DetailPage.types.json +4 -4
  106. package/dist/_typedoc/Dropdown/Dropdown.types.json +36 -36
  107. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +29 -29
  108. package/dist/_typedoc/Dropzone/Dropzone.types.json +41 -41
  109. package/dist/_typedoc/EmptyState/EmptyState.types.json +14 -14
  110. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  111. package/dist/_typedoc/FileSelect/FileSelect.types.json +26 -26
  112. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  113. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  114. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  115. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  116. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  117. package/dist/_typedoc/Form/Form.types.json +694 -694
  118. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  119. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
  120. package/dist/_typedoc/Input/Input.types.json +2 -2
  121. package/dist/_typedoc/Link/Link.types.json +4 -4
  122. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  123. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  124. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +71 -71
  125. package/dist/_typedoc/Modal/Modal.types.json +27 -27
  126. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
  127. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  128. package/dist/_typedoc/NumberInput/NumberInput.types.json +43 -43
  129. package/dist/_typedoc/PageLayout/PageLayout.types.json +7 -7
  130. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  131. package/dist/_typedoc/Panel/Panel.types.json +27 -27
  132. package/dist/_typedoc/Pill/Pill.types.json +1 -1
  133. package/dist/_typedoc/PillSelect/PillSelect.types.json +46 -46
  134. package/dist/_typedoc/Popover/Popover.types.json +10 -10
  135. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +5 -5
  136. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  137. package/dist/_typedoc/Required/Required.types.json +5 -5
  138. package/dist/_typedoc/Search/Search.types.json +18 -18
  139. package/dist/_typedoc/Section/Section.types.json +14 -14
  140. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +20 -20
  141. package/dist/_typedoc/Select/Select.types.json +31 -31
  142. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  143. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  144. package/dist/_typedoc/Switch/Switch.types.json +3 -3
  145. package/dist/_typedoc/Table/Table.types.json +94 -94
  146. package/dist/_typedoc/Tabs/Tabs.types.json +15 -15
  147. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +10 -10
  148. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  149. package/dist/_typedoc/TextEditor/TextEditor.types.json +7 -7
  150. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +3 -3
  151. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +25 -25
  152. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
  153. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
  154. package/dist/_typedoc/Tile/Tile.types.json +30 -30
  155. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  156. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +3 -3
  157. package/dist/_typedoc/Token/Token.types.json +4 -4
  158. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +8 -8
  159. package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
  160. package/dist/_typedoc/Tree/Tree.types.json +86 -86
  161. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  162. package/dist/_typedoc/Typography/Typography.types.json +8 -8
  163. package/dist/_typedoc/_utils/types.json +3 -3
  164. package/dist/_utils/TinyMCE.js +1 -1
  165. package/dist/_utils/TinyMCE.js.map +1 -1
  166. package/dist/_utils/types.d.ts +1 -1
  167. package/package.json +8 -6
@@ -10,7 +10,7 @@
10
10
  "description": "",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
12
12
  "sourceFile": "packages/core-react/src/Typeahead/Typeahead.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/7976ccbc4/packages/core-react/src/Typeahead/Typeahead.types.ts#L15"
13
+ "sourceUrl": "https://github.com/procore/core/blob/b344dc233/packages/core-react/src/Typeahead/Typeahead.types.ts#L15"
14
14
  },
15
15
  {
16
16
  "name": "onChange",
@@ -20,7 +20,7 @@
20
20
  "description": "",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
22
22
  "sourceFile": "packages/core-react/src/Typeahead/Typeahead.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/7976ccbc4/packages/core-react/src/Typeahead/Typeahead.types.ts#L19"
23
+ "sourceUrl": "https://github.com/procore/core/blob/b344dc233/packages/core-react/src/Typeahead/Typeahead.types.ts#L19"
24
24
  }
25
25
  ],
26
26
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "<span>\n Change the HTML tag. This{' '}\n <Link href=\"https://styled-components.com/docs/api#as-polymorphic-prop\">\n prop is from styled-components\n </Link>\n .<em>WARNING</em>: If using TypeScript, it will not switch types and\n some props may error. You can add <Code>// @ts-expect-error</Code>.\n See{' '}\n <Link href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/issues/30117\">\n styled-components issue\n </Link>\n .\n</span>",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<span>\n Change the HTML tag. This{' '}\n <Link href=\"https://styled-components.com/docs/api#as-polymorphic-prop\">\n prop is from styled-components\n </Link>\n .<em>WARNING</em>: If using TypeScript, it will not switch types and\n some props may error. You can add <Code>// @ts-expect-error</Code>.\n See{' '}\n <Link href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/issues/30117\">\n styled-components issue\n </Link>\n .\n</span></div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
12
12
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/7976ccbc4/packages/core-react/src/Typography/Typography.types.ts#L35"
13
+ "sourceUrl": "https://github.com/procore/core/blob/b344dc233/packages/core-react/src/Typography/Typography.types.ts#L35"
14
14
  },
15
15
  {
16
16
  "name": "children",
@@ -20,7 +20,7 @@
20
20
  "description": "<span>\n When children are a string or multiple elements, they will be wrapped\n by a <Code>span</Code>. When it is a single element, classnames will\n be added to it instead\n</span>",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<span>\n When children are a string or multiple elements, they will be wrapped\n by a <Code>span</Code>. When it is a single element, classnames will\n be added to it instead\n</span></div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
22
22
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/7976ccbc4/packages/core-react/src/Typography/Typography.types.ts#L17"
23
+ "sourceUrl": "https://github.com/procore/core/blob/b344dc233/packages/core-react/src/Typography/Typography.types.ts#L17"
24
24
  },
25
25
  {
26
26
  "name": "className",
@@ -30,7 +30,7 @@
30
30
  "description": "Additional classNames",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
32
32
  "sourceFile": "packages/core-react/src/_utils/types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/7976ccbc4/packages/core-react/src/_utils/types.ts#L50"
33
+ "sourceUrl": "https://github.com/procore/core/blob/b344dc233/packages/core-react/src/_utils/types.ts#L50"
34
34
  },
35
35
  {
36
36
  "name": "color",
@@ -40,7 +40,7 @@
40
40
  "description": "<span>\n Changes font color, can be any of the{' '}\n <Link to=\"/web/style/colors/#hsl-palette\">HSL Palette</Link> css\n strings\n</span>",
41
41
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<span>\n Changes font color, can be any of the{' '}\n <Link to=\"/web/style/colors/#hsl-palette\">HSL Palette</Link> css\n strings\n</span></div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>&#39;gray15&#39;</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
42
42
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/7976ccbc4/packages/core-react/src/Typography/Typography.types.ts#L46"
43
+ "sourceUrl": "https://github.com/procore/core/blob/b344dc233/packages/core-react/src/Typography/Typography.types.ts#L46"
44
44
  },
45
45
  {
46
46
  "name": "intent",
@@ -50,7 +50,7 @@
50
50
  "description": "Changes the size of the font",
51
51
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes the size of the font</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
52
52
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
53
- "sourceUrl": "https://github.com/procore/core/blob/7976ccbc4/packages/core-react/src/Typography/Typography.types.ts#L52"
53
+ "sourceUrl": "https://github.com/procore/core/blob/b344dc233/packages/core-react/src/Typography/Typography.types.ts#L52"
54
54
  },
55
55
  {
56
56
  "name": "italic",
@@ -60,7 +60,7 @@
60
60
  "description": "Applies `font-style: italic` if enabled",
61
61
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Applies <code>font-style: italic</code> if enabled</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
62
62
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
63
- "sourceUrl": "https://github.com/procore/core/blob/7976ccbc4/packages/core-react/src/Typography/Typography.types.ts#L58"
63
+ "sourceUrl": "https://github.com/procore/core/blob/b344dc233/packages/core-react/src/Typography/Typography.types.ts#L58"
64
64
  },
65
65
  {
66
66
  "name": "style",
@@ -70,7 +70,7 @@
70
70
  "description": "Additional CSS styles",
71
71
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
72
72
  "sourceFile": "packages/core-react/src/_utils/types.ts",
73
- "sourceUrl": "https://github.com/procore/core/blob/7976ccbc4/packages/core-react/src/_utils/types.ts#L55"
73
+ "sourceUrl": "https://github.com/procore/core/blob/b344dc233/packages/core-react/src/_utils/types.ts#L55"
74
74
  },
75
75
  {
76
76
  "name": "weight",
@@ -80,7 +80,7 @@
80
80
  "description": "Changes font weight if it is supported in the design system",
81
81
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes font weight if it is supported in the design system</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
82
82
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
83
- "sourceUrl": "https://github.com/procore/core/blob/7976ccbc4/packages/core-react/src/Typography/Typography.types.ts#L64"
83
+ "sourceUrl": "https://github.com/procore/core/blob/b344dc233/packages/core-react/src/Typography/Typography.types.ts#L64"
84
84
  }
85
85
  ],
86
86
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "Instead of using the default children, you can pass in your own.",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
12
12
  "sourceFile": "packages/core-react/src/_utils/types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/7976ccbc4/packages/core-react/src/_utils/types.ts#L45"
13
+ "sourceUrl": "https://github.com/procore/core/blob/b344dc233/packages/core-react/src/_utils/types.ts#L45"
14
14
  },
15
15
  {
16
16
  "name": "className",
@@ -20,7 +20,7 @@
20
20
  "description": "Additional classNames",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
22
22
  "sourceFile": "packages/core-react/src/_utils/types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/7976ccbc4/packages/core-react/src/_utils/types.ts#L50"
23
+ "sourceUrl": "https://github.com/procore/core/blob/b344dc233/packages/core-react/src/_utils/types.ts#L50"
24
24
  },
25
25
  {
26
26
  "name": "style",
@@ -30,7 +30,7 @@
30
30
  "description": "Additional CSS styles",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
32
32
  "sourceFile": "packages/core-react/src/_utils/types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/7976ccbc4/packages/core-react/src/_utils/types.ts#L55"
33
+ "sourceUrl": "https://github.com/procore/core/blob/b344dc233/packages/core-react/src/_utils/types.ts#L55"
34
34
  }
35
35
  ],
36
36
  "description": ""
@@ -95,7 +95,7 @@ export var tinyMCEConfig = {
95
95
  remove_script_host: false,
96
96
  statusbar: false,
97
97
  skin_url: "".concat(tinyMCESource, "/").concat(tinyMCEVersion, "/skins/ui/oxide"),
98
- toolbar: 'bold italic underline | alignleft aligncenter alignright | bullist numlist | outdent indent | cut paste pastetext | fontsizeselect | forecolor backcolor | undo redo',
98
+ toolbar: 'bold italic underline | alignleft aligncenter alignright | bullist numlist | outdent indent | cut paste pastetext | fontsizeselect | forecolor backcolor | link | undo redo',
99
99
  toolbar_mode: 'floating',
100
100
  };
101
101
  export function getValidLookupLocale(locale) {
@@ -1 +1 @@
1
- {"version":3,"file":"TinyMCE.js","sourceRoot":"","sources":["../../src/_utils/TinyMCE.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"TinyMCE.js","sourceRoot":"","sources":["../../src/_utils/TinyMCE.ts"],"names":[],"mappings":"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"}
@@ -28,8 +28,8 @@ export declare type HeadingAttributes = React.HTMLAttributes<HTMLHeadingElement>
28
28
  export declare type InputAttributes = React.InputHTMLAttributes<HTMLInputElement>;
29
29
  export declare type LabelAttributes = React.HTMLAttributes<HTMLLabelElement>;
30
30
  export declare type LiAttributes = React.LiHTMLAttributes<HTMLLIElement>;
31
- export declare type OlAttributes = React.OlHTMLAttributes<HTMLOListElement>;
32
31
  export declare type NavAttributes = DivAttributes;
32
+ export declare type OlAttributes = React.OlHTMLAttributes<HTMLOListElement>;
33
33
  export declare type SpanAttributes = React.HTMLAttributes<HTMLSpanElement>;
34
34
  export declare type SVGAttributes = React.SVGAttributes<SVGElement>;
35
35
  export declare type TableAttributes = React.TableHTMLAttributes<HTMLTableElement>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@procore/core-react",
3
- "version": "11.6.0-rc.9",
3
+ "version": "11.7.0-rc.0",
4
4
  "description": "React library of Procore Design Guidelines",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -118,13 +118,15 @@
118
118
  "@floating-ui/react-dom": "1.0.0",
119
119
  "@floating-ui/react-dom-interactions": "0.9.3",
120
120
  "@procore/core-i18n-js": "^10.27.4",
121
- "@procore/core-icons": "^11.0.6-rc.1",
121
+ "@procore/core-icons": "^11.0.6",
122
122
  "@procore/globalization-toolkit": "^1.10.3",
123
+ "@react-aria/checkbox": "3.6.0",
123
124
  "@react-aria/focus": "3.8.0",
124
125
  "@react-aria/label": "3.4.2",
125
126
  "@react-aria/radio": "3.3.1",
126
- "@react-aria/utils": "3.13.2",
127
+ "@react-aria/utils": "3.14.0",
127
128
  "@react-aria/visually-hidden": "3.4.1",
129
+ "@react-types/checkbox": "3.4.0",
128
130
  "@tinymce/tinymce-react": "4.1.0",
129
131
  "axios": "0.27.2",
130
132
  "classnames": "2.3.1",
@@ -137,9 +139,9 @@
137
139
  "lodash.times": "4.3.2",
138
140
  "lodash.uniq": "4.5.0",
139
141
  "ramda": "0.28.0",
140
- "react-beautiful-dnd": "13.1.0",
142
+ "react-beautiful-dnd": "13.1.1",
141
143
  "react-dropzone": "11.5.1",
142
- "react-stately": "3.16.0",
144
+ "react-stately": "3.18.0",
143
145
  "react-virtuoso": "2.16.1",
144
146
  "react-window": "1.8.7",
145
147
  "react-window-infinite-loader": "1.0.8",
@@ -152,5 +154,5 @@
152
154
  "react-dom": ">=16.8.0 < 18",
153
155
  "styled-components": ">= 5.1.1 < 6"
154
156
  },
155
- "gitHead": "7976ccbc420bdb3d631bce04cd8801ceb4615138"
157
+ "gitHead": "b344dc2339413fde80c890ad50b37e38f3c3416d"
156
158
  }