@primer/components 0.0.0-2021116181214 → 0.0.0-2021116201150

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 (143) hide show
  1. package/dist/browser.esm.js +2 -2
  2. package/dist/browser.esm.js.map +1 -1
  3. package/dist/browser.umd.js +2 -2
  4. package/dist/browser.umd.js.map +1 -1
  5. package/lib/ActionList2/Item.js +6 -4
  6. package/lib/ActionList2/List.js +2 -2
  7. package/lib/ActionList2/{ActionListContainerContext.d.ts → MenuContext.d.ts} +3 -3
  8. package/lib/ActionList2/{ActionListContainerContext.js → MenuContext.js} +3 -3
  9. package/lib/ActionList2/Selection.js +4 -4
  10. package/lib/ActionMenu2.d.ts +9 -13
  11. package/lib/ActionMenu2.js +29 -63
  12. package/lib/Autocomplete/AutocompleteMenu.js +13 -6
  13. package/lib/Checkbox.d.ts +1 -1
  14. package/lib/hooks/index.d.ts +0 -1
  15. package/lib/hooks/index.js +1 -9
  16. package/lib/index.d.ts +0 -6
  17. package/lib/index.js +0 -46
  18. package/lib-esm/ActionList2/Item.js +6 -4
  19. package/lib-esm/ActionList2/List.js +2 -2
  20. package/lib-esm/ActionList2/{ActionListContainerContext.d.ts → MenuContext.d.ts} +3 -3
  21. package/lib-esm/ActionList2/{ActionListContainerContext.js → MenuContext.js} +1 -1
  22. package/lib-esm/ActionList2/Selection.js +4 -4
  23. package/lib-esm/ActionMenu2.d.ts +9 -13
  24. package/lib-esm/ActionMenu2.js +27 -60
  25. package/lib-esm/Autocomplete/AutocompleteMenu.js +13 -3
  26. package/lib-esm/Checkbox.d.ts +1 -1
  27. package/lib-esm/hooks/index.d.ts +0 -1
  28. package/lib-esm/hooks/index.js +1 -2
  29. package/lib-esm/index.d.ts +0 -6
  30. package/lib-esm/index.js +0 -5
  31. package/package.json +2 -2
  32. package/lib/CheckboxInputField.d.ts +0 -11
  33. package/lib/CheckboxInputField.js +0 -73
  34. package/lib/ChoiceFieldset/ChoiceFieldCaption.d.ts +0 -3
  35. package/lib/ChoiceFieldset/ChoiceFieldCaption.js +0 -35
  36. package/lib/ChoiceFieldset/ChoiceFieldLabel.d.ts +0 -3
  37. package/lib/ChoiceFieldset/ChoiceFieldLabel.js +0 -35
  38. package/lib/ChoiceFieldset/ChoiceFieldset.d.ts +0 -65
  39. package/lib/ChoiceFieldset/ChoiceFieldset.js +0 -95
  40. package/lib/ChoiceFieldset/ChoiceFieldsetDescription.d.ts +0 -3
  41. package/lib/ChoiceFieldset/ChoiceFieldsetDescription.js +0 -29
  42. package/lib/ChoiceFieldset/ChoiceFieldsetLegend.d.ts +0 -9
  43. package/lib/ChoiceFieldset/ChoiceFieldsetLegend.js +0 -44
  44. package/lib/ChoiceFieldset/ChoiceFieldsetList.d.ts +0 -9
  45. package/lib/ChoiceFieldset/ChoiceFieldsetList.js +0 -69
  46. package/lib/ChoiceFieldset/ChoiceFieldsetListContext.d.ts +0 -19
  47. package/lib/ChoiceFieldset/ChoiceFieldsetListContext.js +0 -15
  48. package/lib/ChoiceFieldset/ChoiceFieldsetListItem.d.ts +0 -25
  49. package/lib/ChoiceFieldset/ChoiceFieldsetListItem.js +0 -75
  50. package/lib/ChoiceFieldset/ChoiceFieldsetValidation.d.ts +0 -6
  51. package/lib/ChoiceFieldset/ChoiceFieldsetValidation.js +0 -17
  52. package/lib/ChoiceFieldset/index.d.ts +0 -3
  53. package/lib/ChoiceFieldset/index.js +0 -23
  54. package/lib/Radio.d.ts +0 -38
  55. package/lib/Radio.js +0 -55
  56. package/lib/RadioInputField.d.ts +0 -10
  57. package/lib/RadioInputField.js +0 -74
  58. package/lib/TextInputField.d.ts +0 -583
  59. package/lib/TextInputField.js +0 -66
  60. package/lib/_InputCaption.d.ts +0 -13
  61. package/lib/_InputCaption.js +0 -27
  62. package/lib/_InputField/InputField.d.ts +0 -39
  63. package/lib/_InputField/InputField.js +0 -90
  64. package/lib/_InputField/InputFieldCaption.d.ts +0 -3
  65. package/lib/_InputField/InputFieldCaption.js +0 -30
  66. package/lib/_InputField/InputFieldLabel.d.ts +0 -9
  67. package/lib/_InputField/InputFieldLabel.js +0 -34
  68. package/lib/_InputField/InputFieldValidation.d.ts +0 -6
  69. package/lib/_InputField/InputFieldValidation.js +0 -17
  70. package/lib/_InputField/ToggleInputField.d.ts +0 -13
  71. package/lib/_InputField/ToggleInputField.js +0 -71
  72. package/lib/_InputField/ToggleInputLeadingVisual.d.ts +0 -3
  73. package/lib/_InputField/ToggleInputLeadingVisual.js +0 -22
  74. package/lib/_InputField/ValidationAnimationContainer.d.ts +0 -6
  75. package/lib/_InputField/ValidationAnimationContainer.js +0 -48
  76. package/lib/_InputField/index.d.ts +0 -1
  77. package/lib/_InputField/index.js +0 -15
  78. package/lib/_InputField/slots.d.ts +0 -13
  79. package/lib/_InputField/slots.js +0 -17
  80. package/lib/_InputLabel.d.ts +0 -8
  81. package/lib/_InputLabel.js +0 -44
  82. package/lib/_InputValidation.d.ts +0 -8
  83. package/lib/_InputValidation.js +0 -56
  84. package/lib/_VisuallyHidden.d.ts +0 -6
  85. package/lib/_VisuallyHidden.js +0 -39
  86. package/lib/utils/types/FormValidationStatus.d.ts +0 -1
  87. package/lib/utils/types/FormValidationStatus.js +0 -1
  88. package/lib-esm/CheckboxInputField.d.ts +0 -11
  89. package/lib-esm/CheckboxInputField.js +0 -56
  90. package/lib-esm/ChoiceFieldset/ChoiceFieldCaption.d.ts +0 -3
  91. package/lib-esm/ChoiceFieldset/ChoiceFieldCaption.js +0 -20
  92. package/lib-esm/ChoiceFieldset/ChoiceFieldLabel.d.ts +0 -3
  93. package/lib-esm/ChoiceFieldset/ChoiceFieldLabel.js +0 -20
  94. package/lib-esm/ChoiceFieldset/ChoiceFieldset.d.ts +0 -65
  95. package/lib-esm/ChoiceFieldset/ChoiceFieldset.js +0 -72
  96. package/lib-esm/ChoiceFieldset/ChoiceFieldsetDescription.d.ts +0 -3
  97. package/lib-esm/ChoiceFieldset/ChoiceFieldsetDescription.js +0 -17
  98. package/lib-esm/ChoiceFieldset/ChoiceFieldsetLegend.d.ts +0 -9
  99. package/lib-esm/ChoiceFieldset/ChoiceFieldsetLegend.js +0 -31
  100. package/lib-esm/ChoiceFieldset/ChoiceFieldsetList.d.ts +0 -9
  101. package/lib-esm/ChoiceFieldset/ChoiceFieldsetList.js +0 -52
  102. package/lib-esm/ChoiceFieldset/ChoiceFieldsetListContext.d.ts +0 -19
  103. package/lib-esm/ChoiceFieldset/ChoiceFieldsetListContext.js +0 -5
  104. package/lib-esm/ChoiceFieldset/ChoiceFieldsetListItem.d.ts +0 -25
  105. package/lib-esm/ChoiceFieldset/ChoiceFieldsetListItem.js +0 -51
  106. package/lib-esm/ChoiceFieldset/ChoiceFieldsetValidation.d.ts +0 -6
  107. package/lib-esm/ChoiceFieldset/ChoiceFieldsetValidation.js +0 -7
  108. package/lib-esm/ChoiceFieldset/index.d.ts +0 -3
  109. package/lib-esm/ChoiceFieldset/index.js +0 -2
  110. package/lib-esm/Radio.d.ts +0 -38
  111. package/lib-esm/Radio.js +0 -40
  112. package/lib-esm/RadioInputField.d.ts +0 -10
  113. package/lib-esm/RadioInputField.js +0 -56
  114. package/lib-esm/TextInputField.d.ts +0 -583
  115. package/lib-esm/TextInputField.js +0 -50
  116. package/lib-esm/_InputCaption.d.ts +0 -13
  117. package/lib-esm/_InputCaption.js +0 -16
  118. package/lib-esm/_InputField/InputField.d.ts +0 -39
  119. package/lib-esm/_InputField/InputField.js +0 -70
  120. package/lib-esm/_InputField/InputFieldCaption.d.ts +0 -3
  121. package/lib-esm/_InputField/InputFieldCaption.js +0 -18
  122. package/lib-esm/_InputField/InputFieldLabel.d.ts +0 -9
  123. package/lib-esm/_InputField/InputFieldLabel.js +0 -22
  124. package/lib-esm/_InputField/InputFieldValidation.d.ts +0 -6
  125. package/lib-esm/_InputField/InputFieldValidation.js +0 -7
  126. package/lib-esm/_InputField/ToggleInputField.d.ts +0 -13
  127. package/lib-esm/_InputField/ToggleInputField.js +0 -54
  128. package/lib-esm/_InputField/ToggleInputLeadingVisual.d.ts +0 -3
  129. package/lib-esm/_InputField/ToggleInputLeadingVisual.js +0 -11
  130. package/lib-esm/_InputField/ValidationAnimationContainer.d.ts +0 -6
  131. package/lib-esm/_InputField/ValidationAnimationContainer.js +0 -33
  132. package/lib-esm/_InputField/index.d.ts +0 -1
  133. package/lib-esm/_InputField/index.js +0 -1
  134. package/lib-esm/_InputField/slots.d.ts +0 -13
  135. package/lib-esm/_InputField/slots.js +0 -5
  136. package/lib-esm/_InputLabel.d.ts +0 -8
  137. package/lib-esm/_InputLabel.js +0 -32
  138. package/lib-esm/_InputValidation.d.ts +0 -8
  139. package/lib-esm/_InputValidation.js +0 -43
  140. package/lib-esm/_VisuallyHidden.d.ts +0 -6
  141. package/lib-esm/_VisuallyHidden.js +0 -26
  142. package/lib-esm/utils/types/FormValidationStatus.d.ts +0 -1
  143. package/lib-esm/utils/types/FormValidationStatus.js +0 -1
@@ -1,29 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
-
8
- var _react = _interopRequireDefault(require("react"));
9
-
10
- var _ = require("..");
11
-
12
- var _ChoiceFieldset = require("./ChoiceFieldset");
13
-
14
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
-
16
- const ChoiceFieldsetDescription = ({
17
- children
18
- }) => /*#__PURE__*/_react.default.createElement(_ChoiceFieldset.Slot, {
19
- name: "Description"
20
- }, ({
21
- disabled
22
- }) => /*#__PURE__*/_react.default.createElement(_.Text, {
23
- color: disabled ? 'fg.muted' : 'fg.default',
24
- fontSize: 1
25
- }, children));
26
-
27
- ChoiceFieldsetDescription.displayName = "ChoiceFieldsetDescription";
28
- var _default = ChoiceFieldsetDescription;
29
- exports.default = _default;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- export interface ChoiceFieldsetLegendProps {
3
- /**
4
- * Whether to visually hide the fieldset legend
5
- */
6
- visuallyHidden?: boolean;
7
- }
8
- declare const ChoiceFieldsetLegend: React.FC<ChoiceFieldsetLegendProps>;
9
- export default ChoiceFieldsetLegend;
@@ -1,44 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
-
8
- var _react = _interopRequireDefault(require("react"));
9
-
10
- var _ = require("..");
11
-
12
- var _VisuallyHidden = _interopRequireDefault(require("../_VisuallyHidden"));
13
-
14
- var _ChoiceFieldset = require("./ChoiceFieldset");
15
-
16
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
-
18
- const ChoiceFieldsetLegend = ({
19
- children,
20
- visuallyHidden
21
- }) => /*#__PURE__*/_react.default.createElement(_ChoiceFieldset.Slot, {
22
- name: "Legend"
23
- }, ({
24
- required,
25
- disabled
26
- }) => /*#__PURE__*/_react.default.createElement(_VisuallyHidden.default, {
27
- as: "legend",
28
- isVisible: !visuallyHidden,
29
- title: required ? 'required field' : undefined,
30
- sx: {
31
- color: disabled ? 'fg.muted' : undefined,
32
- fontSize: 2,
33
- padding: 0
34
- }
35
- }, required ? /*#__PURE__*/_react.default.createElement(_.Box, {
36
- display: "flex",
37
- as: "span"
38
- }, /*#__PURE__*/_react.default.createElement(_.Box, {
39
- mr: 1
40
- }, children), /*#__PURE__*/_react.default.createElement("span", null, "*")) : children));
41
-
42
- ChoiceFieldsetLegend.displayName = "ChoiceFieldsetLegend";
43
- var _default = ChoiceFieldsetLegend;
44
- exports.default = _default;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- export interface ChoiceFieldsetListProps {
3
- /**
4
- * Whether multiple items or a single item can be selected
5
- */
6
- selectionVariant?: 'single' | 'multiple';
7
- }
8
- declare const ChoiceFieldsetList: React.FC<ChoiceFieldsetListProps>;
9
- export default ChoiceFieldsetList;
@@ -1,69 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
-
8
- var _react = _interopRequireDefault(require("react"));
9
-
10
- var _styledComponents = _interopRequireDefault(require("styled-components"));
11
-
12
- var _ = require("..");
13
-
14
- var _constants = require("../constants");
15
-
16
- var _uniqueId = require("../utils/uniqueId");
17
-
18
- var _ChoiceFieldset = require("./ChoiceFieldset");
19
-
20
- var _ChoiceFieldsetListContext = _interopRequireDefault(require("./ChoiceFieldsetListContext"));
21
-
22
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
23
-
24
- const List = _styledComponents.default.ul.withConfig({
25
- displayName: "ChoiceFieldsetList__List",
26
- componentId: "sc-16da7ba-0"
27
- })(["display:flex;flex-direction:column;list-style:none;margin:0;padding:0;> li + li{margin-top:", ";}"], (0, _constants.get)('space.2'));
28
-
29
- const ChoiceFieldsetList = ({
30
- selectionVariant,
31
- children
32
- }) => /*#__PURE__*/_react.default.createElement(_ChoiceFieldset.Slot, {
33
- name: "ChoiceList"
34
- }, ({
35
- name,
36
- onSelect,
37
- disabled,
38
- selected = []
39
- }) => {
40
- const getSelectedCheckboxes = (value, checked) => {
41
- if (checked) {
42
- return selectionVariant === 'multiple' ? [...selected, value] : [value];
43
- }
44
-
45
- return selected.filter(selectedValue => selectedValue !== value);
46
- };
47
-
48
- return /*#__PURE__*/_react.default.createElement(_ChoiceFieldsetListContext.default.Provider, {
49
- value: {
50
- disabled,
51
- selected,
52
- name: name || (0, _uniqueId.uniqueId)(),
53
- fieldComponent: selectionVariant === 'multiple' ? _.CheckboxInputField : _.RadioInputField,
54
- onChange: e => {
55
- onSelect && onSelect(getSelectedCheckboxes(e.currentTarget.value, e.currentTarget.checked));
56
- },
57
- selectionVariant
58
- }
59
- }, /*#__PURE__*/_react.default.createElement(List, null, _react.default.Children.map(children, (child, i) => /*#__PURE__*/_react.default.createElement("li", {
60
- key: i
61
- }, child))));
62
- });
63
-
64
- ChoiceFieldsetList.displayName = "ChoiceFieldsetList";
65
- ChoiceFieldsetList.defaultProps = {
66
- selectionVariant: 'single'
67
- };
68
- var _default = ChoiceFieldsetList;
69
- exports.default = _default;
@@ -1,19 +0,0 @@
1
- import { ChangeEventHandler } from 'react';
2
- import { CheckboxInputField, RadioInputField } from '..';
3
- import { ComponentProps } from '../utils/types';
4
- import InputField from '../_InputField';
5
- import ToggleInputField, { ToggleInputFieldProps } from '../_InputField/ToggleInputField';
6
- declare const ChoiceFieldsetListContext: import("react").Context<{
7
- disabled?: boolean | undefined;
8
- name: string;
9
- onChange: ChangeEventHandler<HTMLInputElement>;
10
- fieldComponent: React.FC<ToggleInputFieldProps> & {
11
- Input: React.FC<ComponentProps<typeof RadioInputField.Input>> | React.FC<ComponentProps<typeof CheckboxInputField.Input>>;
12
- Caption: React.FC<ComponentProps<typeof InputField.Caption>>;
13
- Label: React.FC<ComponentProps<typeof InputField.Label>>;
14
- LeadingVisual: React.FC<ComponentProps<typeof ToggleInputField.LeadingVisual>>;
15
- };
16
- selected?: string[] | undefined;
17
- selectionVariant?: "single" | "multiple" | undefined;
18
- } | null>;
19
- export default ChoiceFieldsetListContext;
@@ -1,15 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
-
8
- var _react = require("react");
9
-
10
- var _ = require("..");
11
-
12
- const ChoiceFieldsetListContext = /*#__PURE__*/(0, _react.createContext)(null);
13
- _.CheckboxInputField.Input;
14
- var _default = ChoiceFieldsetListContext;
15
- exports.default = _default;
@@ -1,25 +0,0 @@
1
- import React from 'react';
2
- import { ComponentProps } from '../utils/types';
3
- export interface ChoiceFieldProps {
4
- /**
5
- * Whether the field is ready for user input
6
- */
7
- disabled?: boolean;
8
- /**
9
- * The unique identifier for this field. Used to associate the label, validation text, and caption text.
10
- * If an ID is not provided, one will be automatically generated.
11
- */
12
- id?: string;
13
- /**
14
- * The value that is being selected
15
- */
16
- value: string;
17
- }
18
- declare const ChoiceFieldsetListItem: React.FC<ChoiceFieldProps>;
19
- export declare type ChoiceFieldComponentProps = ComponentProps<typeof ChoiceFieldsetListItem>;
20
- declare const _default: React.FC<ChoiceFieldProps> & {
21
- Caption: React.FC<{}>;
22
- Label: React.FC<{}>;
23
- LeadingVisual: React.FC<{}>;
24
- };
25
- export default _default;
@@ -1,75 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
-
8
- var _react = _interopRequireWildcard(require("react"));
9
-
10
- var _uniqueId = require("../utils/uniqueId");
11
-
12
- var _ToggleInputLeadingVisual = _interopRequireDefault(require("../_InputField/ToggleInputLeadingVisual"));
13
-
14
- var _ChoiceFieldCaption = _interopRequireDefault(require("./ChoiceFieldCaption"));
15
-
16
- var _ChoiceFieldLabel = _interopRequireDefault(require("./ChoiceFieldLabel"));
17
-
18
- var _ChoiceFieldsetListContext = _interopRequireDefault(require("./ChoiceFieldsetListContext"));
19
-
20
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
21
-
22
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
23
-
24
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
25
-
26
- const ChoiceFieldsetListItem = ({
27
- children,
28
- id,
29
- disabled: disabledProp,
30
- value
31
- }) => {
32
- const choiceFieldsetListContext = (0, _react.useContext)(_ChoiceFieldsetListContext.default);
33
-
34
- if (choiceFieldsetListContext === null) {
35
- throw new Error('ChoiceFieldsetListContext returned null');
36
- }
37
-
38
- const {
39
- name,
40
- onChange,
41
- fieldComponent: FieldComponent,
42
- selected,
43
- disabled,
44
- selectionVariant
45
- } = choiceFieldsetListContext;
46
- const fieldId = id || (0, _uniqueId.uniqueId)();
47
-
48
- const labelChild = _react.default.Children.toArray(children).find(child => /*#__PURE__*/_react.default.isValidElement(child) && child.type === _ChoiceFieldLabel.default);
49
-
50
- const otherValidChildren = _react.default.Children.toArray(children).filter(child => /*#__PURE__*/_react.default.isValidElement(child) && (child.type === _ChoiceFieldCaption.default || child.type === _ToggleInputLeadingVisual.default));
51
-
52
- return /*#__PURE__*/_react.default.createElement(FieldComponent, {
53
- id: fieldId,
54
- disabled: disabledProp || disabled
55
- }, /*#__PURE__*/_react.default.createElement(FieldComponent.Input, {
56
- checked: selected === null || selected === void 0 ? void 0 : selected.includes(value),
57
- value: value,
58
- name: selectionVariant === 'multiple' ? value : name,
59
- onChange: onChange
60
- }), labelChild ? // if <Item.Label> was passed, we can just render the children as-is
61
- children :
62
- /*#__PURE__*/
63
- // if <Item.Label> was NOT passed, treat all the children except <Item.Caption> and <Item.LeadingVisual> as the label
64
- _react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(FieldComponent.Label, null, children), otherValidChildren));
65
- };
66
-
67
- ChoiceFieldsetListItem.displayName = "ChoiceFieldsetListItem";
68
-
69
- var _default = Object.assign(ChoiceFieldsetListItem, {
70
- Caption: _ChoiceFieldCaption.default,
71
- Label: _ChoiceFieldLabel.default,
72
- LeadingVisual: _ToggleInputLeadingVisual.default
73
- });
74
-
75
- exports.default = _default;
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- export interface ChoiceFieldsetValidationProps {
3
- validationKey: string;
4
- }
5
- declare const ChoiceFieldsetValidation: React.FC<ChoiceFieldsetValidationProps>;
6
- export default ChoiceFieldsetValidation;
@@ -1,17 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
-
8
- var _react = _interopRequireDefault(require("react"));
9
-
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
-
12
- const ChoiceFieldsetValidation = ({
13
- children
14
- }) => /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, children);
15
-
16
- var _default = ChoiceFieldsetValidation;
17
- exports.default = _default;
@@ -1,3 +0,0 @@
1
- export { default } from './ChoiceFieldset';
2
- export { default as Item } from './ChoiceFieldsetListItem';
3
- export type { ChoiceFieldsetProps } from './ChoiceFieldset';
@@ -1,23 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "default", {
7
- enumerable: true,
8
- get: function () {
9
- return _ChoiceFieldset.default;
10
- }
11
- });
12
- Object.defineProperty(exports, "Item", {
13
- enumerable: true,
14
- get: function () {
15
- return _ChoiceFieldsetListItem.default;
16
- }
17
- });
18
-
19
- var _ChoiceFieldset = _interopRequireDefault(require("./ChoiceFieldset"));
20
-
21
- var _ChoiceFieldsetListItem = _interopRequireDefault(require("./ChoiceFieldsetListItem"));
22
-
23
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
package/lib/Radio.d.ts DELETED
@@ -1,38 +0,0 @@
1
- import React, { InputHTMLAttributes } from 'react';
2
- import { SxProp } from './sx';
3
- export declare type RadioProps = {
4
- /**
5
- * A unique value that is never shown to the user.
6
- * Used during form submission and to identify which radio button in a group is selected
7
- */
8
- value: string;
9
- /**
10
- * Name attribute of the input element. Required for grouping radio inputs
11
- */
12
- name: string;
13
- /**
14
- * Apply inactive visual appearance to the radio button
15
- */
16
- disabled?: boolean;
17
- /**
18
- * Indicates whether the radio button is selected
19
- */
20
- checked?: boolean;
21
- /**
22
- * Forward a ref to the underlying input element
23
- */
24
- ref?: React.RefObject<HTMLInputElement>;
25
- /**
26
- * Indicates whether the radio button must be checked before the form can be submitted
27
- */
28
- required?: boolean;
29
- /**
30
- * Indicates whether the radio button validation state is non-standard
31
- */
32
- validationStatus?: 'error' | 'success';
33
- } & InputHTMLAttributes<HTMLInputElement> & SxProp;
34
- /**
35
- * An accessible, native radio component for selecting one option from a list.
36
- */
37
- declare const Radio: React.ForwardRefExoticComponent<Pick<RadioProps, "sx" | keyof React.InputHTMLAttributes<HTMLInputElement> | "validationStatus"> & React.RefAttributes<HTMLInputElement>>;
38
- export default Radio;
package/lib/Radio.js DELETED
@@ -1,55 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
-
8
- var _styledComponents = _interopRequireDefault(require("styled-components"));
9
-
10
- var _react = _interopRequireDefault(require("react"));
11
-
12
- var _sx = _interopRequireDefault(require("./sx"));
13
-
14
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
-
16
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
17
-
18
- const StyledRadio = _styledComponents.default.input.withConfig({
19
- displayName: "Radio__StyledRadio",
20
- componentId: "sc-1ak1fjg-0"
21
- })(["cursor:pointer;", " ", ""], props => props.disabled && `cursor: not-allowed;`, _sx.default);
22
- /**
23
- * An accessible, native radio component for selecting one option from a list.
24
- */
25
-
26
-
27
- const Radio = /*#__PURE__*/_react.default.forwardRef(({
28
- checked,
29
- disabled,
30
- sx: sxProp,
31
- required,
32
- validationStatus,
33
- value,
34
- name,
35
- ...rest
36
- }, ref) => {
37
- return /*#__PURE__*/_react.default.createElement(StyledRadio, _extends({
38
- type: "radio",
39
- value: value,
40
- name: name,
41
- ref: ref,
42
- disabled: disabled,
43
- "aria-disabled": disabled ? 'true' : 'false',
44
- checked: checked,
45
- "aria-checked": checked ? 'true' : 'false',
46
- required: required,
47
- "aria-required": required ? 'true' : 'false',
48
- "aria-invalid": validationStatus === 'error' ? 'true' : 'false',
49
- sx: sxProp
50
- }, rest));
51
- });
52
-
53
- Radio.displayName = 'Radio';
54
- var _default = Radio;
55
- exports.default = _default;
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { RadioProps } from '.';
3
- import { ToggleInputFieldProps } from './_InputField/ToggleInputField';
4
- declare const _default: React.FC<ToggleInputFieldProps> & {
5
- Input: React.FC<RadioProps>;
6
- Caption: React.FC<{}>;
7
- Label: React.FC<import("./_InputField/InputFieldLabel").Props>;
8
- LeadingVisual: React.FC<{}>;
9
- };
10
- export default _default;
@@ -1,74 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
-
8
- var _react = _interopRequireDefault(require("react"));
9
-
10
- var _ = require(".");
11
-
12
- var _InputField = _interopRequireDefault(require("./_InputField/InputField"));
13
-
14
- var _slots = require("./_InputField/slots");
15
-
16
- var _ToggleInputField = _interopRequireDefault(require("./_InputField/ToggleInputField"));
17
-
18
- var _ToggleInputLeadingVisual = _interopRequireDefault(require("./_InputField/ToggleInputLeadingVisual"));
19
-
20
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
21
-
22
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
23
-
24
- // pulling out `id`, `disabled`, and `required` because those should come from the parent TextInputField component
25
- const Input = ({
26
- id: idProp,
27
- required: requiredProp,
28
- disabled: disabledProp,
29
- ...rest
30
- }) => {
31
- if (idProp) {
32
- // eslint-disable-next-line no-console
33
- console.warn("instead of passing the 'id' prop directly to <TextInputField.Input>, it should be passed to the parent component, <TextInputField>");
34
- }
35
-
36
- if (disabledProp) {
37
- // eslint-disable-next-line no-console
38
- console.warn("instead of passing the 'disabled' prop directly to <TextInputField.Input>, it should be passed to the parent component, <TextInputField>");
39
- }
40
-
41
- if (requiredProp) {
42
- // eslint-disable-next-line no-console
43
- console.warn("instead of passing the 'required' prop directly to <TextInputField.Input>, it should be passed to the parent component, <TextInputField>");
44
- }
45
-
46
- return /*#__PURE__*/_react.default.createElement(_slots.Slot, {
47
- name: "Input"
48
- }, ({
49
- disabled,
50
- id,
51
- required,
52
- captionId
53
- }) => /*#__PURE__*/_react.default.createElement(_.Radio, _extends({
54
- "aria-describedby": captionId,
55
- id: id,
56
- required: required,
57
- disabled: disabled
58
- }, rest)));
59
- };
60
-
61
- Input.displayName = "Input";
62
-
63
- const RadioInputField = props => /*#__PURE__*/_react.default.createElement(_ToggleInputField.default, props);
64
-
65
- RadioInputField.displayName = "RadioInputField";
66
-
67
- var _default = Object.assign(RadioInputField, {
68
- Input,
69
- Caption: _InputField.default.Caption,
70
- Label: _InputField.default.Label,
71
- LeadingVisual: _ToggleInputLeadingVisual.default
72
- });
73
-
74
- exports.default = _default;