@planningcenter/tapestry-react 1.2.0 → 2.0.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 (289) hide show
  1. package/dist/cjs/ActionsDropdown/ActionsDropdown.js +3 -3
  2. package/dist/cjs/Badge/Badge.js +41 -26
  3. package/dist/cjs/Badge/Status.js +2 -2
  4. package/dist/cjs/Button/Button.js +6 -1
  5. package/dist/cjs/Calendar/Calendar.js +5 -3
  6. package/dist/cjs/Card/Card.js +2 -0
  7. package/dist/cjs/Checkbox/Checkbox.js +3 -3
  8. package/dist/cjs/ChurchCenterStatus/ChurchCenterStatus.js +29 -16
  9. package/dist/cjs/ColumnView/ColumnView.js +5 -2
  10. package/dist/cjs/Combobox/ComboboxPopover.js +2 -2
  11. package/dist/cjs/DataTable/components/CheckboxCell.js +4 -4
  12. package/dist/cjs/DataTable/components/ColumnPicker.js +6 -5
  13. package/dist/cjs/DataTable/hooks/useColumnSort.js +1 -1
  14. package/dist/cjs/DataTable/utils/getParsedColumns.js +4 -4
  15. package/dist/cjs/DateField/DateField.js +1 -1
  16. package/dist/cjs/Drawer/Drawer.js +4 -1
  17. package/dist/cjs/Dropdown/Dropdown.js +1 -1
  18. package/dist/cjs/Dropdown/Link.js +3 -1
  19. package/dist/cjs/EditActions/EditActions.js +9 -3
  20. package/dist/cjs/Field/Field.js +1 -0
  21. package/dist/cjs/FieldSet/FieldSet.js +24 -10
  22. package/dist/cjs/FilterLayout/FilterLayout.js +2 -1
  23. package/dist/cjs/Form/Form.js +1 -1
  24. package/dist/cjs/GridView/GridView.js +6 -4
  25. package/dist/cjs/Group/Group.js +8 -3
  26. package/dist/cjs/HeadingUppercase/HeadingUppercase.js +2 -2
  27. package/dist/cjs/HelperDrawer/HelperDrawer.js +1 -1
  28. package/dist/cjs/Highlight/Highlight.js +11 -5
  29. package/dist/cjs/Icon/Status.js +4 -4
  30. package/dist/cjs/Input/InputBox.js +1 -1
  31. package/dist/cjs/List/ListItem.js +1 -1
  32. package/dist/cjs/Menu/Heading.js +4 -2
  33. package/dist/cjs/Menu/Item.js +5 -5
  34. package/dist/cjs/Pagination/Pagination.js +4 -2
  35. package/dist/cjs/Progress/Progress.js +12 -6
  36. package/dist/cjs/Radio/Radio.js +2 -2
  37. package/dist/cjs/RangeSlider/RangeSlider.js +10 -4
  38. package/dist/cjs/Scrim/Scrim.js +2 -2
  39. package/dist/cjs/Section/Section.js +14 -6
  40. package/dist/cjs/Select/Option.js +1 -1
  41. package/dist/cjs/Select/Select.js +1 -1
  42. package/dist/cjs/Sortable/SortableItem.js +1 -1
  43. package/dist/cjs/StackView/StackView.js +5 -5
  44. package/dist/cjs/StepperField/StepperField.js +9 -6
  45. package/dist/cjs/StepperProgress/StepperProgress.js +9 -5
  46. package/dist/cjs/Table/ColumnPicker.js +1 -1
  47. package/dist/cjs/Table/DragHandle.js +1 -1
  48. package/dist/cjs/Table/NavigationArrow.js +1 -1
  49. package/dist/cjs/Table/SubRowToggleCell.js +1 -1
  50. package/dist/cjs/Table/Table.js +1 -1
  51. package/dist/cjs/Tabs/Tab.js +1 -0
  52. package/dist/cjs/TileView/TileView.js +1 -1
  53. package/dist/cjs/TokenInput/DefaultToken.js +1 -1
  54. package/dist/cjs/Wizard/Wizard.js +2 -1
  55. package/dist/cjs/WrapView/WrapView.js +2 -27
  56. package/dist/cjs/hooks/use-accessibility-violation.js +1 -1
  57. package/dist/cjs/system/default-theme.js +8 -3
  58. package/dist/esm/ActionsDropdown/ActionsDropdown.js +3 -3
  59. package/dist/esm/Badge/Badge.js +42 -27
  60. package/dist/esm/Badge/Status.js +2 -2
  61. package/dist/esm/Button/Button.js +6 -1
  62. package/dist/esm/Calendar/Calendar.js +5 -3
  63. package/dist/esm/Card/Card.js +2 -3
  64. package/dist/esm/Checkbox/Checkbox.js +3 -3
  65. package/dist/esm/ChurchCenterStatus/ChurchCenterStatus.js +27 -15
  66. package/dist/esm/ColumnView/ColumnView.js +4 -2
  67. package/dist/esm/Combobox/ComboboxPopover.js +2 -2
  68. package/dist/esm/DataTable/components/CheckboxCell.js +4 -4
  69. package/dist/esm/DataTable/components/ColumnPicker.js +6 -5
  70. package/dist/esm/DataTable/hooks/useColumnSort.js +1 -1
  71. package/dist/esm/DataTable/utils/getParsedColumns.js +4 -4
  72. package/dist/esm/DateField/DateField.js +1 -1
  73. package/dist/esm/Drawer/Drawer.js +3 -1
  74. package/dist/esm/Dropdown/Dropdown.js +1 -1
  75. package/dist/esm/Dropdown/Link.js +3 -1
  76. package/dist/esm/EditActions/EditActions.js +8 -3
  77. package/dist/esm/Field/Field.js +1 -0
  78. package/dist/esm/FieldSet/FieldSet.js +22 -10
  79. package/dist/esm/FilterLayout/FilterLayout.js +2 -1
  80. package/dist/esm/Form/Form.js +1 -1
  81. package/dist/esm/GridView/GridView.js +5 -4
  82. package/dist/esm/Group/Group.js +8 -3
  83. package/dist/esm/HeadingUppercase/HeadingUppercase.js +3 -3
  84. package/dist/esm/HelperDrawer/HelperDrawer.js +1 -1
  85. package/dist/esm/Highlight/Highlight.js +9 -5
  86. package/dist/esm/Icon/Status.js +4 -4
  87. package/dist/esm/Input/InputBox.js +1 -1
  88. package/dist/esm/List/ListItem.js +1 -1
  89. package/dist/esm/Menu/Heading.js +4 -2
  90. package/dist/esm/Menu/Item.js +5 -5
  91. package/dist/esm/Pagination/Pagination.js +4 -2
  92. package/dist/esm/Progress/Progress.js +10 -6
  93. package/dist/esm/Radio/Radio.js +2 -2
  94. package/dist/esm/RangeSlider/RangeSlider.js +8 -4
  95. package/dist/esm/Scrim/Scrim.js +2 -2
  96. package/dist/esm/Section/Section.js +12 -6
  97. package/dist/esm/Select/Option.js +1 -1
  98. package/dist/esm/Select/Select.js +1 -1
  99. package/dist/esm/Sortable/SortableItem.js +1 -1
  100. package/dist/esm/StackView/StackView.js +4 -5
  101. package/dist/esm/StepperField/StepperField.js +10 -7
  102. package/dist/esm/StepperProgress/StepperProgress.js +8 -5
  103. package/dist/esm/Table/ColumnPicker.js +1 -1
  104. package/dist/esm/Table/DragHandle.js +1 -1
  105. package/dist/esm/Table/NavigationArrow.js +1 -1
  106. package/dist/esm/Table/SubRowToggleCell.js +1 -1
  107. package/dist/esm/Table/Table.js +1 -1
  108. package/dist/esm/Tabs/Tab.js +1 -0
  109. package/dist/esm/TileView/TileView.js +1 -1
  110. package/dist/esm/TokenInput/DefaultToken.js +1 -1
  111. package/dist/esm/Wizard/Wizard.js +2 -1
  112. package/dist/esm/WrapView/WrapView.js +2 -28
  113. package/dist/esm/hooks/use-accessibility-violation.js +1 -1
  114. package/dist/esm/system/default-theme.js +6 -2
  115. package/dist/types/Alert/Alert.d.ts +3 -0
  116. package/dist/types/Box/Box.d.ts +11 -2
  117. package/dist/types/Button/Button.d.ts +9 -1
  118. package/dist/types/Button/Input.d.ts +1 -1
  119. package/dist/types/Card/Card.d.ts +8 -1
  120. package/dist/types/ChurchCenterStatus/ChurchCenterStatus.d.ts +15 -1
  121. package/dist/types/GridView/GridView.d.ts +16 -4
  122. package/dist/types/Scrim/Scrim.d.ts +6 -1
  123. package/dist/types/StackView/StackView.d.ts +11 -0
  124. package/dist/types/Text/Text.d.ts +12 -0
  125. package/dist/types/TileView/TileView.d.ts +15 -7
  126. package/dist/types/WrapView/WrapView.d.ts +2 -1
  127. package/package.json +4 -3
  128. package/src/ActionsDropdown/ActionsDropdown.tsx +3 -3
  129. package/src/Alert/Alert.mdx +1 -0
  130. package/src/Alert/Alert.tsx +5 -0
  131. package/src/Avatar/Avatar.mdx +1 -0
  132. package/src/Badge/Badge.js +66 -25
  133. package/src/Badge/Badge.mdx +2 -1
  134. package/src/Badge/Status.js +2 -2
  135. package/src/Badge/Status.mdx +1 -0
  136. package/src/Box/Box.mdx +2 -1
  137. package/src/Box/Box.tsx +13 -2
  138. package/src/Button/Button.mdx +4 -3
  139. package/src/Button/Button.tsx +17 -1
  140. package/src/Button/Input.mdx +2 -2
  141. package/src/Calendar/Calendar.js +8 -3
  142. package/src/Calendar/Calendar.mdx +1 -0
  143. package/src/Card/Card.mdx +1 -0
  144. package/src/Card/Card.tsx +7 -1
  145. package/src/Checkbox/Checkbox.js +8 -3
  146. package/src/Checkbox/Checkbox.mdx +1 -0
  147. package/src/CheckboxCard/CheckboxCard.js +26 -1
  148. package/src/CheckboxCard/CheckboxCard.mdx +1 -0
  149. package/src/CheckboxGroup/CheckboxGroup.js +6 -0
  150. package/src/CheckboxGroup/CheckboxGroup.mdx +1 -0
  151. package/src/ChurchCenterStatus/ChurchCenterStatus.mdx +19 -0
  152. package/src/ChurchCenterStatus/ChurchCenterStatus.tsx +52 -20
  153. package/src/Collapse/Collapse.js +2 -0
  154. package/src/ColumnView/ColumnView.js +7 -3
  155. package/src/ColumnView/ColumnView.mdx +1 -0
  156. package/src/Combobox/Combobox.js +11 -1
  157. package/src/Combobox/Combobox.mdx +2 -1
  158. package/src/Combobox/ComboboxPopover.js +2 -2
  159. package/src/DataTable/DataTable.js +48 -0
  160. package/src/DataTable/DataTable.mdx +2 -2
  161. package/src/DataTable/components/CheckboxCell.js +5 -4
  162. package/src/DataTable/components/ColumnPicker.js +4 -4
  163. package/src/DataTable/hooks/useColumnSort.js +1 -1
  164. package/src/DataTable/utils/getParsedColumns.js +4 -4
  165. package/src/DateField/DateField.js +11 -1
  166. package/src/DateField/DateField.mdx +1 -0
  167. package/src/Divider/Divider.mdx +1 -0
  168. package/src/DragDrop/DragDrop.mdx +23 -9
  169. package/src/Drawer/Drawer.js +3 -0
  170. package/src/Drawer/Drawer.mdx +2 -1
  171. package/src/Dropdown/Dropdown.js +49 -3
  172. package/src/Dropdown/Dropdown.mdx +3 -2
  173. package/src/Dropdown/Link.js +3 -1
  174. package/src/EditActions/EditActions.js +18 -3
  175. package/src/EditActions/EditActions.mdx +1 -0
  176. package/src/Field/Field.js +16 -0
  177. package/src/Field/Field.mdx +1 -0
  178. package/src/FieldSet/FieldSet.js +35 -11
  179. package/src/FieldSet/FieldSet.mdx +1 -0
  180. package/src/FilterLayout/FilterLayout.mdx +1 -0
  181. package/src/FilterLayout/FilterLayout.tsx +4 -1
  182. package/src/Form/Form.js +1 -1
  183. package/src/Form/Form.mdx +26 -24
  184. package/src/GridView/GridView.mdx +2 -1
  185. package/src/GridView/GridView.tsx +27 -8
  186. package/src/Group/Group.mdx +8 -7
  187. package/src/Group/Group.tsx +6 -1
  188. package/src/Heading/Heading.js +6 -2
  189. package/src/Heading/Heading.mdx +1 -0
  190. package/src/HeadingUppercase/HeadingUppercase.js +9 -5
  191. package/src/HeadingUppercase/HeadingUppercase.mdx +1 -0
  192. package/src/HelperDrawer/HelperDrawer.js +10 -2
  193. package/src/HelperDrawer/HelperDrawer.mdx +1 -0
  194. package/src/Highlight/Highlight.js +6 -2
  195. package/src/Highlight/Highlight.mdx +1 -0
  196. package/src/Icon/Icon.js +6 -0
  197. package/src/Icon/Icon.mdx +42 -37
  198. package/src/Icon/Status.js +4 -4
  199. package/src/Input/Inline.js +11 -1
  200. package/src/Input/Inline.mdx +2 -1
  201. package/src/Input/Input.js +119 -1
  202. package/src/Input/Input.mdx +1 -6
  203. package/src/Input/InputBox.js +41 -1
  204. package/src/Input/InputBox.mdx +1 -0
  205. package/src/Input/InputField.js +32 -0
  206. package/src/Input/InputField.mdx +1 -0
  207. package/src/Input/InputLabel.mdx +1 -0
  208. package/src/Link/Link.js +10 -0
  209. package/src/Link/Link.mdx +2 -1
  210. package/src/LinkList/LinkList.js +7 -1
  211. package/src/LinkList/LinkList.mdx +1 -0
  212. package/src/List/List.js +25 -1
  213. package/src/List/List.mdx +1 -0
  214. package/src/List/ListItem.js +1 -1
  215. package/src/Logo/Logo.js +10 -1
  216. package/src/Logo/Logo.mdx +1 -0
  217. package/src/Menu/Heading.js +7 -1
  218. package/src/Menu/Item.js +5 -5
  219. package/src/Menu/Menu.js +7 -1
  220. package/src/Menu/Menu.mdx +2 -1
  221. package/src/Modal/Modal.js +1 -0
  222. package/src/Modal/Modal.mdx +1 -0
  223. package/src/NumberField/NumberField.js +19 -0
  224. package/src/Page/Page.mdx +1 -1
  225. package/src/PagerView/PagerView.js +1 -0
  226. package/src/PagerView/PagerView.mdx +9 -8
  227. package/src/Pagination/Pagination.js +2 -2
  228. package/src/Pagination/Pagination.mdx +1 -0
  229. package/src/Progress/Progress.js +8 -3
  230. package/src/Progress/Progress.mdx +1 -0
  231. package/src/Radio/Radio.js +4 -2
  232. package/src/Radio/Radio.mdx +1 -0
  233. package/src/RangeSlider/RangeSlider.js +11 -2
  234. package/src/RangeSlider/RangeSlider.mdx +13 -10
  235. package/src/ScreenReader/ScreenReader.js +6 -1
  236. package/src/ScreenReader/ScreenReader.mdx +1 -0
  237. package/src/Scrim/Scrim.mdx +1 -0
  238. package/src/Scrim/Scrim.tsx +8 -2
  239. package/src/Section/Section.js +15 -3
  240. package/src/Section/Section.mdx +1 -0
  241. package/src/SegmentedControl/SegmentedControl.mdx +3 -2
  242. package/src/SegmentedTabs/SegmentedTabs.js +2 -0
  243. package/src/SegmentedTabs/SegmentedTabs.mdx +1 -0
  244. package/src/Select/Option.js +1 -1
  245. package/src/Select/Select.js +63 -2
  246. package/src/Select/Select.mdx +1 -0
  247. package/src/Sidebar/Sidebar.js +7 -1
  248. package/src/Sidebar/Sidebar.mdx +1 -0
  249. package/src/Sortable/SortableItem.js +1 -1
  250. package/src/Spinner/Spinner.mdx +1 -0
  251. package/src/StackView/StackView.mdx +17 -1
  252. package/src/StackView/StackView.tsx +23 -8
  253. package/src/StepperField/StepperField.js +35 -6
  254. package/src/StepperField/StepperField.mdx +2 -2
  255. package/src/StepperProgress/StepperProgress.js +9 -10
  256. package/src/StepperProgress/StepperProgress.mdx +1 -0
  257. package/src/Summary/Summary.mdx +1 -0
  258. package/src/Tab/Tab.mdx +1 -0
  259. package/src/Table/ColumnPicker.js +1 -1
  260. package/src/Table/DragHandle.js +1 -1
  261. package/src/Table/NavigationArrow.js +1 -1
  262. package/src/Table/SubRowToggleCell.js +1 -1
  263. package/src/Table/Table.js +1 -1
  264. package/src/Table/Table.mdx +2 -2
  265. package/src/Tabs/Tab.js +1 -0
  266. package/src/Tabs/Tabs.js +5 -0
  267. package/src/Tabs/Tabs.mdx +1 -0
  268. package/src/Text/Text.mdx +1 -0
  269. package/src/Text/Text.tsx +12 -0
  270. package/src/TextArea/TextArea.js +7 -1
  271. package/src/TextArea/TextArea.mdx +1 -0
  272. package/src/TileView/TileView.mdx +1 -0
  273. package/src/TileView/TileView.tsx +17 -3
  274. package/src/TimeField/TimeField.mdx +1 -0
  275. package/src/TokenInput/DefaultToken.js +1 -1
  276. package/src/TokenInput/TokenInput.js +12 -6
  277. package/src/TokenInput/TokenInput.mdx +1 -0
  278. package/src/Toolbar/Toolbar.mdx +1 -0
  279. package/src/Tooltip/Tooltip.js +39 -0
  280. package/src/Tooltip/Tooltip.mdx +4 -3
  281. package/src/Wizard/Wizard.js +1 -1
  282. package/src/Wizard/Wizard.mdx +7 -2
  283. package/src/WrapView/WrapView.mdx +1 -0
  284. package/src/WrapView/WrapView.tsx +6 -28
  285. package/src/hooks/use-accessibility-violation.tsx +1 -1
  286. package/src/system/default-theme.ts +7 -2
  287. package/dist/cjs/icons.js +0 -126
  288. package/dist/esm/icons.js +0 -121
  289. package/src/icons.js +0 -121
@@ -2,7 +2,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
3
3
  import React from 'react';
4
4
  import Button from '../Button';
5
- import { useBoxSize } from '../system';
5
+ import { useBoxSize, useThemeProps } from '../system';
6
6
  import NumberField from '../NumberField';
7
7
  import StackView from '../StackView';
8
8
 
@@ -12,12 +12,15 @@ function StepperField(_ref) {
12
12
  _ref$max = _ref.max,
13
13
  max = _ref$max === void 0 ? Infinity : _ref$max,
14
14
  onChange = _ref.onChange,
15
- _ref$size = _ref.size,
16
- size = _ref$size === void 0 ? 'md' : _ref$size,
17
15
  _ref$step = _ref.step,
18
16
  step = _ref$step === void 0 ? 1 : _ref$step,
19
17
  value = _ref.value,
20
- restProps = _objectWithoutPropertiesLoose(_ref, ["min", "max", "onChange", "size", "step", "value"]);
18
+ restProps = _objectWithoutPropertiesLoose(_ref, ["min", "max", "onChange", "step", "value"]);
19
+
20
+ var _useThemeProps = useThemeProps('stepperField', restProps),
21
+ _useThemeProps$size = _useThemeProps.size,
22
+ size = _useThemeProps$size === void 0 ? 'md' : _useThemeProps$size,
23
+ themeProps = _objectWithoutPropertiesLoose(_useThemeProps, ["size"]);
21
24
 
22
25
  var _useBoxSize = useBoxSize(size),
23
26
  fontSize = _useBoxSize.fontSize,
@@ -27,11 +30,11 @@ function StepperField(_ref) {
27
30
  return /*#__PURE__*/React.createElement(StackView, _extends({
28
31
  axis: "horizontal",
29
32
  fontSize: fontSize
30
- }, restProps), /*#__PURE__*/React.createElement(Button, {
33
+ }, themeProps), /*#__PURE__*/React.createElement(Button, {
31
34
  size: size,
32
35
  title: "Decrement by " + step,
33
36
  icon: {
34
- name: 'remove',
37
+ name: 'general.minus',
35
38
  size: navigateSize(size, -1)
36
39
  },
37
40
  disabled: value <= min,
@@ -51,7 +54,7 @@ function StepperField(_ref) {
51
54
  size: size,
52
55
  title: "Increment by " + step,
53
56
  icon: {
54
- name: 'add',
57
+ name: 'general.plus',
55
58
  size: navigateSize(size, -1)
56
59
  },
57
60
  disabled: value >= max,
@@ -3,20 +3,23 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWith
3
3
  import React, { Children } from 'react';
4
4
  import GridView from '../GridView';
5
5
  import StepperProgressContext from './Context';
6
- var ACTIVE_COLOR = 'primary-light';
6
+ import { useThemeProps } from '../system';
7
7
 
8
8
  function StepperProgress(_ref) {
9
9
  var activeStepIndex = _ref.activeStepIndex,
10
- _ref$activeColor = _ref.activeColor,
11
- activeColor = _ref$activeColor === void 0 ? ACTIVE_COLOR : _ref$activeColor,
12
10
  children = _ref.children,
13
- restProps = _objectWithoutPropertiesLoose(_ref, ["activeStepIndex", "activeColor", "children"]);
11
+ restProps = _objectWithoutPropertiesLoose(_ref, ["activeStepIndex", "children"]);
12
+
13
+ var _useThemeProps = useThemeProps('stepperProgress', restProps),
14
+ _useThemeProps$active = _useThemeProps.activeColor,
15
+ activeColor = _useThemeProps$active === void 0 ? 'primary-light' : _useThemeProps$active,
16
+ themeProps = _objectWithoutPropertiesLoose(_useThemeProps, ["activeColor"]);
14
17
 
15
18
  return /*#__PURE__*/React.createElement(GridView, _extends({
16
19
  autoFlow: "column",
17
20
  autoColumns: "1fr",
18
21
  alignment: "center"
19
- }, restProps), Children.map(children, function (child, stepIndex) {
22
+ }, themeProps), Children.map(children, function (child, stepIndex) {
20
23
  return /*#__PURE__*/React.createElement(StepperProgressContext.Provider, {
21
24
  key: stepIndex,
22
25
  value: {
@@ -21,7 +21,7 @@ function ColumnPicker(_ref) {
21
21
  return /*#__PURE__*/React.createElement(Dropdown, _extends({
22
22
  variant: "outline",
23
23
  icon: {
24
- name: 'columns'
24
+ name: 'general.threeVerticalBars'
25
25
  },
26
26
  tooltip: {
27
27
  title: 'Filter Columns'
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import Icon from '../Icon';
3
3
 
4
4
  var _ref = /*#__PURE__*/React.createElement(Icon, {
5
- name: "drag-handle",
5
+ name: "general.dragHandle",
6
6
  size: "sm",
7
7
  color: "foregroundTertiary",
8
8
  cursor: "grab"
@@ -40,7 +40,7 @@ function NavigationArrow(_ref) {
40
40
 
41
41
  var buttonProps = _objectSpread((_objectSpread2 = {
42
42
  icon: {
43
- name: "caret-" + side
43
+ name: "general." + side + "Chevron"
44
44
  },
45
45
  title: "navigate " + side,
46
46
  theme: false,
@@ -27,7 +27,7 @@ var SubRowToggleCell = function SubRowToggleCell(_ref) {
27
27
  theme: false,
28
28
  title: "Toggle row",
29
29
  icon: {
30
- name: 'arrow-down'
30
+ name: 'general.downCaret'
31
31
  },
32
32
  transform: !toggled && 'rotate(-90deg)'
33
33
  }, restProps)));
@@ -76,7 +76,7 @@ var Table = /*#__PURE__*/function (_PureComponent) {
76
76
  };
77
77
 
78
78
  Table.getIconDirection = function getIconDirection(direction) {
79
- return direction === Table.ASC ? 'arrow-up' : 'arrow-down';
79
+ return direction === Table.ASC ? 'general.upCaret' : 'general.downCaret';
80
80
  };
81
81
 
82
82
  function Table(props) {
@@ -44,4 +44,5 @@ function Tab(props) {
44
44
  }, hoverProps, restProps), children);
45
45
  }
46
46
 
47
+ Tab.displayName = 'Tabs.Tab';
47
48
  export default Tab;
@@ -28,7 +28,7 @@ var tileViewPlugin = {
28
28
  }
29
29
 
30
30
  if (spacing !== undefined) {
31
- styles.gridGap = spacingValue(spacing);
31
+ styles.gap = spacingValue(spacing);
32
32
  }
33
33
 
34
34
  return styles;
@@ -18,7 +18,7 @@ function DefaultToken(_ref) {
18
18
  return /*#__PURE__*/React.createElement(Badge, _extends({
19
19
  size: "sm",
20
20
  renderRight: /*#__PURE__*/React.createElement(Icon, {
21
- name: "close",
21
+ name: "general.x",
22
22
  size: "xs",
23
23
  cursor: "pointer",
24
24
  onClick: function onClick() {
@@ -179,7 +179,8 @@ var Wizard = /*#__PURE__*/function (_Component) {
179
179
  }, buttonProps, cancelButtonProps)), activeStepIndex > 0 && /*#__PURE__*/React.createElement(Button, _extends({
180
180
  disabled: sendingPayload,
181
181
  iconLeft: {
182
- name: 'caret-left'
182
+ name: 'general.leftChevron',
183
+ size: 'sm'
183
184
  },
184
185
  onClick: function onClick() {
185
186
  return _this2.setState({
@@ -2,44 +2,18 @@ import _extends from "@babel/runtime/helpers/esm/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
3
3
  import React from 'react';
4
4
  import StackView from '../StackView';
5
- var supportsFlexGap = null;
6
-
7
- function getSupportsFlexGap() {
8
- if (typeof document !== 'undefined' && supportsFlexGap === null) {
9
- var div = document.createElement('div');
10
- div.style.display = 'flex';
11
- div.style.flexDirection = 'column';
12
- div.style.gap = '1px';
13
- div.appendChild(document.createElement('div'));
14
- div.appendChild(document.createElement('div'));
15
- document.body.appendChild(div);
16
- supportsFlexGap = div.scrollHeight === 1;
17
- document.body.removeChild(div);
18
- }
19
-
20
- return supportsFlexGap;
21
- }
22
-
5
+ import { spacingValue } from '../system';
23
6
  export function WrapView(_ref) {
24
7
  var children = _ref.children,
25
8
  spacing = _ref.spacing,
26
9
  restProps = _objectWithoutPropertiesLoose(_ref, ["children", "spacing"]);
27
10
 
28
- var supportsFlexGap = getSupportsFlexGap();
29
11
  var styles = {
30
12
  basis: '100%'
31
13
  };
32
14
 
33
15
  if (spacing) {
34
- if (supportsFlexGap) {
35
- styles.gap = spacing;
36
- } else {
37
- styles.marginBottom = -spacing;
38
- styles['& > *'] = {
39
- marginRight: spacing,
40
- marginBottom: spacing
41
- };
42
- }
16
+ styles.gap = spacingValue(spacing);
43
17
  }
44
18
 
45
19
  return /*#__PURE__*/React.createElement(StackView, _extends({
@@ -11,7 +11,7 @@ var _ref = /*#__PURE__*/React.createElement(StackView, {
11
11
  alignment: "center",
12
12
  spacing: 1
13
13
  }, /*#__PURE__*/React.createElement(Icon, {
14
- name: "exclamation-circle-filled",
14
+ name: "general.exclamationCircle",
15
15
  size: "md",
16
16
  color: "error"
17
17
  }), /*#__PURE__*/React.createElement(Text, {
@@ -1,4 +1,5 @@
1
- import icons from '../icons';
1
+ import * as general from "@planningcenter/icons/paths/general";
2
+ import * as tapestry from "@planningcenter/icons/paths/tapestry";
2
3
  import { boxSizes } from './box-sizes';
3
4
  import { buttonThemes } from './button-themes';
4
5
  import { colors } from './colors';
@@ -12,7 +13,10 @@ var controlStyles = {
12
13
  var defaultTheme = {
13
14
  boxSizes: boxSizes,
14
15
  colors: colors,
15
- icons: icons,
16
+ icons: {
17
+ general: general,
18
+ tapestry: tapestry
19
+ },
16
20
  breakpoints: {
17
21
  xs: 480,
18
22
  sm: 600,
@@ -2,8 +2,11 @@ import * as React from 'react';
2
2
  import { MediaQueries } from '../index';
3
3
  import { StackViewProps } from '../StackView';
4
4
  export declare type AlertProps = {
5
+ children?: any;
5
6
  /** Sets status theme colors. */
6
7
  type?: 'warning' | 'success' | 'error';
8
+ /** Describes props at different breakpoints. [Read about mediaQueries](/responsive). */
9
+ mediaQueries?: object;
7
10
  } & StackViewProps;
8
11
  declare type Props = React.RefAttributes<any> & React.HTMLAttributes<any> & AlertProps & MediaQueries<AlertProps>;
9
12
  export declare function Alert(props: Props): JSX.Element;
@@ -1,8 +1,9 @@
1
1
  import * as React from 'react';
2
2
  import { StyleProps, MediaQueries, Variants } from '../index';
3
3
  export declare type BoxProps = {
4
+ children?: any;
4
5
  /**
5
- * Render custom component or HTML element tag.
6
+ * Render custom component or HTML element tag. (Defaults to a `<div>` element).
6
7
  */
7
8
  as?: any;
8
9
  /**
@@ -10,13 +11,21 @@ export declare type BoxProps = {
10
11
  */
11
12
  innerRef?: any;
12
13
  /**
13
- * If true, sets "display: inline-block", otherwise it defaults to "display: block"
14
+ * If true, sets `display: inline-block`, otherwise it defaults to `display: block`
14
15
  */
15
16
  inline?: boolean;
16
17
  /**
17
18
  * Controls display property. If `false` sets `display: none`, otherwise defaults to initial display value.
18
19
  */
19
20
  visible?: boolean;
21
+ /**
22
+ * Describes styles at various points in time. [Read about variants](/variants).
23
+ */
24
+ variants?: object;
25
+ /**
26
+ * Describes props at different breakpoints. [Read about mediaQueries](/responsive).
27
+ */
28
+ mediaQueries?: object;
20
29
  } & StyleProps;
21
30
  declare type Props = React.RefAttributes<any> & React.HTMLAttributes<any> & BoxProps & MediaQueries<BoxProps> & Variants<BoxProps>;
22
31
  /**
@@ -2,6 +2,7 @@ import * as React from 'react';
2
2
  import { BoxSizes, MediaQueries } from '../index';
3
3
  import { StackViewProps } from '../StackView';
4
4
  declare type ButtonProps = {
5
+ children?: any;
5
6
  /**
6
7
  * Disables button by removing click handlers and making the button transparent.
7
8
  */
@@ -55,6 +56,10 @@ declare type ButtonProps = {
55
56
  * Determines the modified style of the button.
56
57
  */
57
58
  variant?: 'fill' | 'outline' | 'naked';
59
+ onClick?: Function;
60
+ onKeyDown?: Function;
61
+ /** Describes props at different breakpoints. [Read about mediaQueries](/responsive). */
62
+ mediaQueries?: object;
58
63
  } & StackViewProps;
59
64
  declare type Props = React.RefAttributes<any> & React.HTMLAttributes<any> & ButtonProps & MediaQueries<ButtonProps>;
60
65
  export declare function Button({ children, disabled, external, icon, iconLeft, iconRight, onClick, onKeyDown, size, spinner, square, theme, title, to, tooltip, variant, ...restProps }: Props): JSX.Element;
@@ -70,10 +75,13 @@ export declare namespace Button {
70
75
  onClose: () => void;
71
76
  onOpen: () => void;
72
77
  } & {
78
+ children?: any;
73
79
  as?: any;
74
80
  innerRef?: any;
75
81
  inline?: boolean;
76
82
  visible?: boolean;
83
+ variants?: object;
84
+ mediaQueries?: object;
77
85
  } & Pick<React.CSSProperties, "left" | "right" | "bottom" | "top" | "font" | "clipPath" | "filter" | "mask" | "resize" | "contain" | "clip" | "content" | "flex" | "clear" | "border" | "padding" | "alignContent" | "alignItems" | "alignSelf" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimingFunction" | "backfaceVisibility" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderLeftStyle" | "borderLeftWidth" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "columnCount" | "columnFill" | "columnGap" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "counterIncrement" | "counterReset" | "cursor" | "direction" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontSize" | "fontStretch" | "fontStyle" | "fontVariant" | "fontVariantCaps" | "fontVariantLigatures" | "fontVariantNumeric" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumnEnd" | "gridColumnStart" | "gridRowEnd" | "gridRowStart" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "imageRendering" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "listStyleImage" | "listStylePosition" | "listStyleType" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maskType" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "opacity" | "order" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowWrap" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "perspective" | "perspectiveOrigin" | "pointerEvents" | "position" | "tabSize" | "tableLayout" | "textAlign" | "textIndent" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textTransform" | "touchAction" | "transform" | "transformOrigin" | "transformStyle" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "userSelect" | "verticalAlign" | "visibility" | "whiteSpace" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "animation" | "background" | "borderBottom" | "borderImage" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "columnRule" | "columns" | "flexFlow" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "gridTemplate" | "listStyle" | "margin" | "motion" | "outline" | "overflow" | "placeItems" | "placeSelf" | "textDecoration" | "transition" | "WebkitOverflowScrolling" | "gridColumnGap" | "gridGap" | "gridRowGap" | "alignmentBaseline" | "baselineShift" | "clipRule" | "fillOpacity" | "fillRule" | "lightingColor" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth"> & Partial<Record<"fill" | "color" | "stroke" | "backgroundColor" | "borderBottomColor" | "borderLeftColor" | "borderRightColor" | "borderTopColor" | "borderColor", import("type-fest").LiteralUnion<"transparent" | "error" | "success" | "separator" | "background" | "foreground" | "foregroundSecondary" | "foregroundTertiary" | "backgroundSecondary" | "backgroundTertiary" | "surface" | "surfaceSecondary" | "surfaceTertiary" | "separatorSecondary" | "separatorTertiary" | "separatorHover" | "separatorFocus" | "separatorFocusSecondary" | "highlight" | "highlightSecondary" | "linkForeground" | "linkBackground" | "primary" | "primary-light" | "primary-lighter" | "primary-lightest" | "primary-dark" | "primary-darker" | "primary-darkest" | "warning" | "warning-light" | "warning-lighter" | "warning-lightest" | "warning-dark" | "warning-darker" | "warning-darkest" | "error-light" | "error-lighter" | "error-lightest" | "error-dark" | "error-darker" | "error-darkest" | "success-light" | "success-lighter" | "success-lightest" | "success-dark" | "success-darker" | "success-darkest" | "sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | "check-ins" | "giving" | "groups" | "music-stand" | "pco" | "people" | "planning-center" | "projector" | "registrations" | "calendar" | "services" | "red-0" | "red-1" | "red-2" | "red-3" | "red-4" | "red-5" | "red-6" | "red-7" | "red-8" | "red-9" | "blue-0" | "blue-1" | "blue-2" | "blue-3" | "blue-4" | "blue-5" | "blue-6" | "blue-7" | "blue-8" | "blue-9" | "green-0" | "green-1" | "green-2" | "green-3" | "green-4" | "green-5" | "green-6" | "green-7" | "green-8" | "green-9" | "yellow-0" | "yellow-1" | "yellow-2" | "yellow-3" | "yellow-4" | "yellow-5" | "yellow-6" | "yellow-7" | "yellow-8" | "yellow-9" | "light-0" | "light-1" | "light-2" | "light-3" | "light-4" | "light-5" | "light-6" | "light-7" | "light-8" | "light-9" | "dark-0" | "dark-1" | "dark-2" | "dark-3" | "dark-4" | "dark-5" | "dark-6" | "dark-7" | "dark-8" | "dark-9" | "grey-0" | "grey-1" | "grey-2" | "grey-3" | "grey-4" | "grey-5" | "grey-6" | "grey-7" | "grey-8" | "grey-9", string>>> & {
78
86
  css?: any;
79
87
  paddingHorizontal?: string | number;
@@ -103,6 +111,6 @@ export declare namespace Button {
103
111
  rotate?: number;
104
112
  scale?: number;
105
113
  uppercase?: boolean;
106
- }, "left" | "right" | "bottom" | "top" | "hidden" | "visible" | "dir" | "font" | "slot" | "style" | "title" | "clipPath" | "filter" | "mask" | "resize" | "fill" | "color" | "contain" | "clip" | "column" | "content" | "size" | "inline" | "flex" | "row" | "wrap" | "stroke" | "x" | "y" | "uppercase" | "clear" | "border" | "padding" | "alignContent" | "alignItems" | "alignSelf" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimingFunction" | "backfaceVisibility" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "columnCount" | "columnFill" | "columnGap" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "counterIncrement" | "counterReset" | "cursor" | "direction" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontSize" | "fontStretch" | "fontStyle" | "fontVariant" | "fontVariantCaps" | "fontVariantLigatures" | "fontVariantNumeric" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumnEnd" | "gridColumnStart" | "gridRowEnd" | "gridRowStart" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "imageRendering" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "listStyleImage" | "listStylePosition" | "listStyleType" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maskType" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "opacity" | "order" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowWrap" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "perspective" | "perspectiveOrigin" | "pointerEvents" | "position" | "rotate" | "scale" | "tabSize" | "tableLayout" | "textAlign" | "textIndent" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textTransform" | "touchAction" | "transform" | "transformOrigin" | "transformStyle" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "userSelect" | "verticalAlign" | "visibility" | "whiteSpace" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "animation" | "background" | "borderBottom" | "borderColor" | "borderImage" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "columnRule" | "columns" | "flexFlow" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "gridTemplate" | "listStyle" | "margin" | "motion" | "outline" | "overflow" | "placeItems" | "placeSelf" | "textDecoration" | "transition" | "WebkitOverflowScrolling" | "gridColumnGap" | "gridGap" | "gridRowGap" | "alignmentBaseline" | "baselineShift" | "clipRule" | "fillOpacity" | "fillRule" | "lightingColor" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "prefix" | "children" | "key" | "as" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "paddingHorizontal" | "paddingVertical" | "marginHorizontal" | "marginVertical" | "columnStart" | "columnEnd" | "rowStart" | "rowEnd" | "basis" | "grow" | "shrink" | "radius" | "radiusTop" | "radiusRight" | "radiusBottom" | "radiusLeft" | "strokeAlign" | "strokeWeight" | "elevation" | "onOpen" | "onClose"> & React.RefAttributes<unknown>>;
114
+ }, "left" | "right" | "bottom" | "top" | "hidden" | "visible" | "dir" | "font" | "slot" | "style" | "title" | "clipPath" | "filter" | "mask" | "resize" | "fill" | "color" | "contain" | "clip" | "column" | "content" | "size" | "inline" | "flex" | "row" | "wrap" | "stroke" | "x" | "y" | "uppercase" | "clear" | "border" | "padding" | "alignContent" | "alignItems" | "alignSelf" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimingFunction" | "backfaceVisibility" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "columnCount" | "columnFill" | "columnGap" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "counterIncrement" | "counterReset" | "cursor" | "direction" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontSize" | "fontStretch" | "fontStyle" | "fontVariant" | "fontVariantCaps" | "fontVariantLigatures" | "fontVariantNumeric" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumnEnd" | "gridColumnStart" | "gridRowEnd" | "gridRowStart" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "imageRendering" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "listStyleImage" | "listStylePosition" | "listStyleType" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maskType" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "opacity" | "order" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowWrap" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "perspective" | "perspectiveOrigin" | "pointerEvents" | "position" | "rotate" | "scale" | "tabSize" | "tableLayout" | "textAlign" | "textIndent" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textTransform" | "touchAction" | "transform" | "transformOrigin" | "transformStyle" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "userSelect" | "verticalAlign" | "visibility" | "whiteSpace" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "animation" | "background" | "borderBottom" | "borderColor" | "borderImage" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "columnRule" | "columns" | "flexFlow" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "gridTemplate" | "listStyle" | "margin" | "motion" | "outline" | "overflow" | "placeItems" | "placeSelf" | "textDecoration" | "transition" | "WebkitOverflowScrolling" | "gridColumnGap" | "gridGap" | "gridRowGap" | "alignmentBaseline" | "baselineShift" | "clipRule" | "fillOpacity" | "fillRule" | "lightingColor" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "prefix" | "children" | "key" | "as" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "variants" | "mediaQueries" | "paddingHorizontal" | "paddingVertical" | "marginHorizontal" | "marginVertical" | "columnStart" | "columnEnd" | "rowStart" | "rowEnd" | "basis" | "grow" | "shrink" | "radius" | "radiusTop" | "radiusRight" | "radiusBottom" | "radiusLeft" | "strokeAlign" | "strokeWeight" | "elevation" | "onOpen" | "onClose"> & React.RefAttributes<unknown>>;
107
115
  }
108
116
  export {};
@@ -26,5 +26,5 @@ declare type ButtonInputProps = {
26
26
  onOpen: () => void;
27
27
  } & BoxProps;
28
28
  declare type Props = React.RefAttributes<any> & React.HTMLAttributes<any> & ButtonInputProps;
29
- declare const ButtonInput: React.ForwardRefExoticComponent<Pick<Props, "left" | "right" | "bottom" | "top" | "hidden" | "visible" | "dir" | "font" | "slot" | "style" | "title" | "clipPath" | "filter" | "mask" | "resize" | "fill" | "color" | "contain" | "clip" | "column" | "content" | "size" | "inline" | "flex" | "row" | "wrap" | "stroke" | "x" | "y" | "uppercase" | "clear" | "border" | "padding" | "alignContent" | "alignItems" | "alignSelf" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimingFunction" | "backfaceVisibility" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "columnCount" | "columnFill" | "columnGap" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "counterIncrement" | "counterReset" | "cursor" | "direction" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontSize" | "fontStretch" | "fontStyle" | "fontVariant" | "fontVariantCaps" | "fontVariantLigatures" | "fontVariantNumeric" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumnEnd" | "gridColumnStart" | "gridRowEnd" | "gridRowStart" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "imageRendering" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "listStyleImage" | "listStylePosition" | "listStyleType" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maskType" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "opacity" | "order" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowWrap" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "perspective" | "perspectiveOrigin" | "pointerEvents" | "position" | "rotate" | "scale" | "tabSize" | "tableLayout" | "textAlign" | "textIndent" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textTransform" | "touchAction" | "transform" | "transformOrigin" | "transformStyle" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "userSelect" | "verticalAlign" | "visibility" | "whiteSpace" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "animation" | "background" | "borderBottom" | "borderColor" | "borderImage" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "columnRule" | "columns" | "flexFlow" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "gridTemplate" | "listStyle" | "margin" | "motion" | "outline" | "overflow" | "placeItems" | "placeSelf" | "textDecoration" | "transition" | "WebkitOverflowScrolling" | "gridColumnGap" | "gridGap" | "gridRowGap" | "alignmentBaseline" | "baselineShift" | "clipRule" | "fillOpacity" | "fillRule" | "lightingColor" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "prefix" | "children" | "key" | "as" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "paddingHorizontal" | "paddingVertical" | "marginHorizontal" | "marginVertical" | "columnStart" | "columnEnd" | "rowStart" | "rowEnd" | "basis" | "grow" | "shrink" | "radius" | "radiusTop" | "radiusRight" | "radiusBottom" | "radiusLeft" | "strokeAlign" | "strokeWeight" | "elevation" | "onOpen" | "onClose"> & React.RefAttributes<unknown>>;
29
+ declare const ButtonInput: React.ForwardRefExoticComponent<Pick<Props, "left" | "right" | "bottom" | "top" | "hidden" | "visible" | "dir" | "font" | "slot" | "style" | "title" | "clipPath" | "filter" | "mask" | "resize" | "fill" | "color" | "contain" | "clip" | "column" | "content" | "size" | "inline" | "flex" | "row" | "wrap" | "stroke" | "x" | "y" | "uppercase" | "clear" | "border" | "padding" | "alignContent" | "alignItems" | "alignSelf" | "animationDelay" | "animationDirection" | "animationDuration" | "animationFillMode" | "animationIterationCount" | "animationName" | "animationPlayState" | "animationTimingFunction" | "backfaceVisibility" | "backgroundAttachment" | "backgroundBlendMode" | "backgroundClip" | "backgroundColor" | "backgroundImage" | "backgroundOrigin" | "backgroundPosition" | "backgroundPositionX" | "backgroundPositionY" | "backgroundRepeat" | "backgroundSize" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderCollapse" | "borderImageOutset" | "borderImageRepeat" | "borderImageSlice" | "borderImageSource" | "borderImageWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderSpacing" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "boxShadow" | "boxSizing" | "breakAfter" | "breakBefore" | "breakInside" | "columnCount" | "columnFill" | "columnGap" | "columnRuleColor" | "columnRuleStyle" | "columnRuleWidth" | "columnSpan" | "columnWidth" | "counterIncrement" | "counterReset" | "cursor" | "direction" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontFeatureSettings" | "fontKerning" | "fontSize" | "fontStretch" | "fontStyle" | "fontVariant" | "fontVariantCaps" | "fontVariantLigatures" | "fontVariantNumeric" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumnEnd" | "gridColumnStart" | "gridRowEnd" | "gridRowStart" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "imageRendering" | "isolation" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "listStyleImage" | "listStylePosition" | "listStyleType" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maskType" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "mixBlendMode" | "objectFit" | "objectPosition" | "opacity" | "order" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "overflowWrap" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pageBreakAfter" | "pageBreakBefore" | "pageBreakInside" | "perspective" | "perspectiveOrigin" | "pointerEvents" | "position" | "rotate" | "scale" | "tabSize" | "tableLayout" | "textAlign" | "textIndent" | "textOrientation" | "textOverflow" | "textRendering" | "textShadow" | "textTransform" | "touchAction" | "transform" | "transformOrigin" | "transformStyle" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "userSelect" | "verticalAlign" | "visibility" | "whiteSpace" | "width" | "willChange" | "wordBreak" | "wordSpacing" | "wordWrap" | "writingMode" | "zIndex" | "animation" | "background" | "borderBottom" | "borderColor" | "borderImage" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "columnRule" | "columns" | "flexFlow" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "gridTemplate" | "listStyle" | "margin" | "motion" | "outline" | "overflow" | "placeItems" | "placeSelf" | "textDecoration" | "transition" | "WebkitOverflowScrolling" | "gridColumnGap" | "gridGap" | "gridRowGap" | "alignmentBaseline" | "baselineShift" | "clipRule" | "fillOpacity" | "fillRule" | "lightingColor" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "prefix" | "children" | "key" | "as" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "variants" | "mediaQueries" | "paddingHorizontal" | "paddingVertical" | "marginHorizontal" | "marginVertical" | "columnStart" | "columnEnd" | "rowStart" | "rowEnd" | "basis" | "grow" | "shrink" | "radius" | "radiusTop" | "radiusRight" | "radiusBottom" | "radiusLeft" | "strokeAlign" | "strokeWeight" | "elevation" | "onOpen" | "onClose"> & React.RefAttributes<unknown>>;
30
30
  export default ButtonInput;
@@ -1,12 +1,19 @@
1
1
  import * as React from 'react';
2
2
  import { StackViewProps } from '../StackView';
3
3
  export declare type CardProps = {
4
+ children?: React.ReactNode;
4
5
  /** Adds a slightly higher contrast background. */
5
6
  subdued?: boolean;
7
+ /** The size of the radius. (Default is 3px). */
8
+ radius?: number | string;
6
9
  } & StackViewProps;
7
10
  declare type Props = React.RefAttributes<any> & React.HTMLAttributes<any> & CardProps;
11
+ export declare function Section({ subdued, ...restProps }: Props): JSX.Element;
12
+ export declare namespace Section {
13
+ var displayName: string;
14
+ }
8
15
  export declare function Card({ children, subdued, radius, ...restProps }: Props): JSX.Element;
9
16
  export declare namespace Card {
10
- var Section: ({ subdued, ...restProps }: Props) => JSX.Element;
17
+ var Section: typeof import("./Card").Section;
11
18
  }
12
19
  export {};
@@ -1,5 +1,9 @@
1
1
  /// <reference types="react" />
2
2
  declare type ChurchCenterStatusProps = {
3
+ /**
4
+ * Pass props to the Dropdown buttons.
5
+ */
6
+ buttonProps?: object;
3
7
  /**
4
8
  * Determines status of Church Center App.
5
9
  */
@@ -36,10 +40,20 @@ declare type ChurchCenterStatusProps = {
36
40
  * Where the browser should navigate when destination button is pressed.
37
41
  */
38
42
  productUrl: string;
43
+ /**
44
+ * Render nodes at the end of the popover. `buttonProps` is passed as an argument
45
+ * and can be spread on any `<Button />` component to match the style of the other
46
+ * popover links.
47
+ */
48
+ renderPopoverFooter: Function;
39
49
  /**
40
50
  * Where the browser should navigate when settings button is pressed.
41
51
  */
42
52
  settingsUrl: string;
53
+ /**
54
+ * Toggle the settings link display.
55
+ */
56
+ showSettingsLink?: boolean;
43
57
  };
44
- export declare function ChurchCenterStatus({ ccAppEnabled, ccPublishingEnabled, ccWebEnabled, description, destinationLabel, disabledDescription, dropdownProps, icons, productUrl, settingsUrl, ...props }: ChurchCenterStatusProps): JSX.Element;
58
+ export declare function ChurchCenterStatus({ buttonProps: passedButtonProps, ccAppEnabled, ccPublishingEnabled, ccWebEnabled, description, destinationLabel, disabledDescription, dropdownProps, icons, productUrl, renderPopoverFooter, settingsUrl, showSettingsLink, ...props }: ChurchCenterStatusProps): JSX.Element;
45
59
  export {};
@@ -2,6 +2,10 @@ import * as React from 'react';
2
2
  import { BoxProps } from '../Box';
3
3
  import { MediaQueries, Variants } from '../index';
4
4
  export declare type GridViewProps = {
5
+ /** Any direct children can use the `column|Start|End` or `row|Start|End` [shorthand properties](/style-props#grid) to place themselves on the grid. */
6
+ children?: any;
7
+ /** Render custom component or HTML element tag. (Defaults to a `<div>` element). */
8
+ as?: any;
5
9
  /** The algorithm used to implicitly place grid items. Maps to CSS [gridAutoFlow](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow) property. */
6
10
  autoFlow?: 'column' | 'row' | 'dense';
7
11
  /** The size of implicit grid columns. Maps to CSS [gridAutoColumns](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns) property. */
@@ -10,16 +14,24 @@ export declare type GridViewProps = {
10
14
  autoRows?: string;
11
15
  /** The columns of the grid. Maps to CSS [gridTemplateColumns](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns) property. */
12
16
  columns?: Array<any> | string;
17
+ /** If true, sets `display: inline-grid`, otherwise it defaults to `display: grid` */
18
+ inline?: boolean;
19
+ /** Gain access to the internal ref */
20
+ innerRef?: any;
13
21
  /** The rows of the grid. Maps to CSS [gridTemplateRows](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows) property. */
14
22
  rows?: Array<any> | string;
15
23
  /** Aligns content in a grid item along the column axis. Maps to CSS [alignItems](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) property. */
16
24
  alignment?: 'start' | 'end' | 'center' | 'stretch';
17
- /** The amount of space between children. Maps to CSS [gridGap](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap) property. */
18
- spacing?: number;
25
+ /** The amount of space between children. Maps to CSS [gap](https://developer.mozilla.org/en-US/docs/Web/CSS/gap) property. */
26
+ spacing?: number | string;
19
27
  /** The amount of space between columns. Maps to CSS [gridColumnGap](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap) property. */
20
- columnSpacing?: number;
28
+ columnSpacing?: number | string;
21
29
  /** The amount of space between rows. Maps to CSS [gridRowGap](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap) property. */
22
- rowSpacing?: number;
30
+ rowSpacing?: number | string;
31
+ /** Describes styles at various points in time. [Read about variants](/variants).*/
32
+ variants?: object;
33
+ /** Describes props at different breakpoints. [Read about mediaQueries](/responsive). */
34
+ mediaQueries?: object;
23
35
  } & BoxProps;
24
36
  declare type Props = React.RefAttributes<any> & React.HTMLAttributes<any> & GridViewProps & MediaQueries<GridViewProps> & Variants<GridViewProps>;
25
37
  export declare function GridView({ as, inline, innerRef, ...props }: Props): JSX.Element;
@@ -1,3 +1,8 @@
1
1
  import * as React from 'react';
2
- declare const Scrim: React.ForwardRefExoticComponent<React.RefAttributes<unknown>>;
2
+ declare type ScrimProps = {
3
+ /** Gain access to the internal ref. */
4
+ ref?: any;
5
+ children?: any;
6
+ };
7
+ declare const Scrim: React.ForwardRefExoticComponent<Pick<ScrimProps, "children"> & React.RefAttributes<unknown>>;
3
8
  export { Scrim };
@@ -2,14 +2,25 @@ import * as React from 'react';
2
2
  import { BoxProps } from '../Box';
3
3
  import { MediaQueries, Variants } from '../index';
4
4
  export declare type StackViewProps = {
5
+ children?: any;
6
+ /** Render custom component or HTML element tag. (Defaults to a `<div>` element). */
7
+ as?: any;
5
8
  /** The axis along which children are laid out. */
6
9
  axis?: 'horizontal' | 'vertical';
7
10
  /** The alignment of children perpendicular to the stack view’s main axis. */
8
11
  alignment?: 'start' | 'center' | 'end' | 'stretch' | 'baseline';
9
12
  /** The distribution of children along the main axis. */
10
13
  distribution?: 'start' | 'center' | 'end' | 'fill' | 'space-between' | 'space-evenly';
14
+ /** If true, sets `display: inline-flex`, otherwise it defaults to `display: flex` */
15
+ inline?: boolean;
16
+ /** Gain access to the internal ref */
17
+ innerRef?: any;
11
18
  /** The amount of space or element that is inserted between each child. */
12
19
  spacing?: number | string | React.ReactNode;
20
+ /** Describes styles at various points in time. [Read about variants](/variants). */
21
+ variants?: object;
22
+ /** Describes props at different breakpoints. [Read about mediaQueries](/responsive). */
23
+ mediaQueries?: object;
13
24
  } & BoxProps;
14
25
  declare type Props = React.RefAttributes<any> & React.HTMLAttributes<any> & StackViewProps & MediaQueries<StackViewProps> & Variants<StackViewProps>;
15
26
  export declare function StackView({ as, children, inline, innerRef, ...props }: Props): JSX.Element;