@primer/components 0.0.0-2021104155230 → 0.0.0-2021104181937
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -3
- package/dist/browser.esm.js +474 -473
- package/dist/browser.esm.js.map +1 -1
- package/dist/browser.umd.js +98 -97
- package/dist/browser.umd.js.map +1 -1
- package/lib/AnchoredOverlay/AnchoredOverlay.d.ts +4 -2
- package/lib/Autocomplete/Autocomplete.d.ts +30 -28
- package/lib/Autocomplete/AutocompleteInput.d.ts +30 -28
- package/lib/Button/Button.d.ts +24 -24
- package/lib/Button/Button.js +1 -1
- package/lib/Button/ButtonClose.d.ts +43 -43
- package/lib/Button/ButtonDanger.d.ts +24 -24
- package/lib/Button/ButtonInvisible.d.ts +24 -24
- package/lib/Button/ButtonOutline.d.ts +24 -24
- package/lib/Button/ButtonPrimary.d.ts +24 -24
- package/lib/CircleOcticon.d.ts +40 -40
- package/lib/DatePicker/DatePicker.d.ts +52 -0
- package/lib/DatePicker/DatePicker.js +109 -0
- package/lib/DatePicker/DatePickerAnchor.d.ts +5 -0
- package/lib/DatePicker/DatePickerAnchor.js +202 -0
- package/lib/DatePicker/DatePickerOverlay.d.ts +3 -0
- package/lib/DatePicker/DatePickerOverlay.js +55 -0
- package/lib/DatePicker/DatePickerPanel.d.ts +2 -0
- package/lib/DatePicker/DatePickerPanel.js +363 -0
- package/lib/DatePicker/Day.d.ts +15 -0
- package/lib/DatePicker/Day.js +204 -0
- package/lib/DatePicker/Month.d.ts +8 -0
- package/lib/DatePicker/Month.js +122 -0
- package/lib/DatePicker/dateParser.d.ts +12 -0
- package/lib/DatePicker/dateParser.js +193 -0
- package/lib/DatePicker/index.d.ts +2 -0
- package/lib/DatePicker/index.js +13 -0
- package/lib/DatePicker/useDatePicker.d.ts +107 -0
- package/lib/DatePicker/useDatePicker.js +561 -0
- package/lib/Dialog.d.ts +43 -43
- package/lib/Dropdown.d.ts +168 -168
- package/lib/DropdownMenu/DropdownButton.d.ts +44 -44
- package/lib/FilterList.d.ts +40 -40
- package/lib/Position.d.ts +4 -4
- package/lib/SelectMenu/SelectMenu.d.ts +239 -237
- package/lib/SelectMenu/SelectMenuItem.d.ts +1 -1
- package/lib/SelectMenu/SelectMenuModal.d.ts +1 -1
- package/lib/TextInputWithTokens.d.ts +30 -28
- package/lib/Timeline.d.ts +41 -41
- package/lib/Token/AvatarToken.d.ts +1 -1
- package/lib/Token/IssueLabelToken.d.ts +1 -1
- package/lib/Token/Token.d.ts +1 -1
- package/lib/hooks/useDebounce.d.ts +2 -0
- package/lib/hooks/useDebounce.js +24 -0
- package/lib/hooks/useResizeObserver.d.ts +1 -1
- package/lib/hooks/useResizeObserver.js +1 -1
- package/lib/sx.d.ts +0 -2
- package/lib/sx.js +0 -8
- package/lib/theme-preval.js +0 -79
- package/lib/utils/testing.d.ts +0 -13
- package/lib-esm/AnchoredOverlay/AnchoredOverlay.d.ts +4 -2
- package/lib-esm/Autocomplete/Autocomplete.d.ts +30 -28
- package/lib-esm/Autocomplete/AutocompleteInput.d.ts +30 -28
- package/lib-esm/Button/Button.d.ts +24 -24
- package/lib-esm/Button/Button.js +1 -1
- package/lib-esm/Button/ButtonClose.d.ts +43 -43
- package/lib-esm/Button/ButtonDanger.d.ts +24 -24
- package/lib-esm/Button/ButtonInvisible.d.ts +24 -24
- package/lib-esm/Button/ButtonOutline.d.ts +24 -24
- package/lib-esm/Button/ButtonPrimary.d.ts +24 -24
- package/lib-esm/CircleOcticon.d.ts +40 -40
- package/lib-esm/DatePicker/DatePicker.d.ts +52 -0
- package/lib-esm/DatePicker/DatePicker.js +92 -0
- package/lib-esm/DatePicker/DatePickerAnchor.d.ts +5 -0
- package/lib-esm/DatePicker/DatePickerAnchor.js +174 -0
- package/lib-esm/DatePicker/DatePickerOverlay.d.ts +3 -0
- package/lib-esm/DatePicker/DatePickerOverlay.js +40 -0
- package/lib-esm/DatePicker/DatePickerPanel.d.ts +2 -0
- package/lib-esm/DatePicker/DatePickerPanel.js +332 -0
- package/lib-esm/DatePicker/Day.d.ts +15 -0
- package/lib-esm/DatePicker/Day.js +180 -0
- package/lib-esm/DatePicker/Month.d.ts +8 -0
- package/lib-esm/DatePicker/Month.js +98 -0
- package/lib-esm/DatePicker/dateParser.d.ts +12 -0
- package/lib-esm/DatePicker/dateParser.js +179 -0
- package/lib-esm/DatePicker/index.d.ts +2 -0
- package/lib-esm/DatePicker/index.js +1 -0
- package/lib-esm/DatePicker/useDatePicker.d.ts +107 -0
- package/lib-esm/DatePicker/useDatePicker.js +526 -0
- package/lib-esm/Dialog.d.ts +43 -43
- package/lib-esm/Dropdown.d.ts +168 -168
- package/lib-esm/DropdownMenu/DropdownButton.d.ts +44 -44
- package/lib-esm/FilterList.d.ts +40 -40
- package/lib-esm/Position.d.ts +4 -4
- package/lib-esm/SelectMenu/SelectMenu.d.ts +239 -237
- package/lib-esm/SelectMenu/SelectMenuItem.d.ts +1 -1
- package/lib-esm/SelectMenu/SelectMenuModal.d.ts +1 -1
- package/lib-esm/TextInputWithTokens.d.ts +30 -28
- package/lib-esm/Timeline.d.ts +41 -41
- package/lib-esm/Token/AvatarToken.d.ts +1 -1
- package/lib-esm/Token/IssueLabelToken.d.ts +1 -1
- package/lib-esm/Token/Token.d.ts +1 -1
- package/lib-esm/hooks/useDebounce.d.ts +2 -0
- package/lib-esm/hooks/useDebounce.js +16 -0
- package/lib-esm/hooks/useResizeObserver.d.ts +1 -1
- package/lib-esm/hooks/useResizeObserver.js +1 -1
- package/lib-esm/sx.d.ts +0 -2
- package/lib-esm/sx.js +1 -3
- package/lib-esm/theme-preval.js +0 -79
- package/lib-esm/utils/testing.d.ts +0 -13
- package/package.json +9 -10
- package/lib/ActionList2/Description.d.ts +0 -12
- package/lib/ActionList2/Description.js +0 -53
- package/lib/ActionList2/Divider.d.ts +0 -5
- package/lib/ActionList2/Divider.js +0 -35
- package/lib/ActionList2/Group.d.ts +0 -11
- package/lib/ActionList2/Group.js +0 -57
- package/lib/ActionList2/Header.d.ts +0 -26
- package/lib/ActionList2/Header.js +0 -55
- package/lib/ActionList2/Item.d.ts +0 -71
- package/lib/ActionList2/Item.js +0 -223
- package/lib/ActionList2/LinkItem.d.ts +0 -17
- package/lib/ActionList2/LinkItem.js +0 -57
- package/lib/ActionList2/List.d.ts +0 -26
- package/lib/ActionList2/List.js +0 -51
- package/lib/ActionList2/Selection.d.ts +0 -5
- package/lib/ActionList2/Selection.js +0 -70
- package/lib/ActionList2/Visuals.d.ts +0 -11
- package/lib/ActionList2/Visuals.js +0 -90
- package/lib/ActionList2/index.d.ts +0 -40
- package/lib/ActionList2/index.js +0 -47
- package/lib/experiments.d.ts +0 -1
- package/lib/experiments.js +0 -18
- package/lib/utils/create-slots.d.ts +0 -17
- package/lib/utils/create-slots.js +0 -105
- package/lib/utils/use-force-update.d.ts +0 -1
- package/lib/utils/use-force-update.js +0 -19
- package/lib-esm/ActionList2/Description.d.ts +0 -12
- package/lib-esm/ActionList2/Description.js +0 -37
- package/lib-esm/ActionList2/Divider.d.ts +0 -5
- package/lib-esm/ActionList2/Divider.js +0 -23
- package/lib-esm/ActionList2/Group.d.ts +0 -11
- package/lib-esm/ActionList2/Group.js +0 -40
- package/lib-esm/ActionList2/Header.d.ts +0 -26
- package/lib-esm/ActionList2/Header.js +0 -44
- package/lib-esm/ActionList2/Item.d.ts +0 -71
- package/lib-esm/ActionList2/Item.js +0 -197
- package/lib-esm/ActionList2/LinkItem.d.ts +0 -17
- package/lib-esm/ActionList2/LinkItem.js +0 -43
- package/lib-esm/ActionList2/List.d.ts +0 -26
- package/lib-esm/ActionList2/List.js +0 -34
- package/lib-esm/ActionList2/Selection.d.ts +0 -5
- package/lib-esm/ActionList2/Selection.js +0 -52
- package/lib-esm/ActionList2/Visuals.d.ts +0 -11
- package/lib-esm/ActionList2/Visuals.js +0 -68
- package/lib-esm/ActionList2/index.d.ts +0 -40
- package/lib-esm/ActionList2/index.js +0 -33
- package/lib-esm/experiments.d.ts +0 -1
- package/lib-esm/experiments.js +0 -2
- package/lib-esm/utils/create-slots.d.ts +0 -17
- package/lib-esm/utils/create-slots.js +0 -84
- package/lib-esm/utils/use-force-update.d.ts +0 -1
- package/lib-esm/utils/use-force-update.js +0 -6
package/lib/sx.js
CHANGED
@@ -3,18 +3,10 @@
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
4
4
|
value: true
|
5
5
|
});
|
6
|
-
Object.defineProperty(exports, "merge", {
|
7
|
-
enumerable: true,
|
8
|
-
get: function () {
|
9
|
-
return _deepmerge.default;
|
10
|
-
}
|
11
|
-
});
|
12
6
|
exports.default = void 0;
|
13
7
|
|
14
8
|
var _css = _interopRequireDefault(require("@styled-system/css"));
|
15
9
|
|
16
|
-
var _deepmerge = _interopRequireDefault(require("deepmerge"));
|
17
|
-
|
18
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
19
11
|
|
20
12
|
const sx = props => (0, _css.default)(props.sx);
|
package/lib/theme-preval.js
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
// this file was prevaled
|
2
2
|
// This file needs to be a JavaScript file using CommonJS to be compatiable with preval
|
3
|
-
// Cache bust: 2021-11-04 12:00:00 GMT (This file is cached by our deployment tooling, update this timestamp to rebuild this file)
|
4
3
|
module.exports = {
|
5
4
|
"theme": {
|
6
5
|
"animation": {
|
@@ -390,19 +389,6 @@ module.exports = {
|
|
390
389
|
"icon": "#6e7781",
|
391
390
|
"borderHover": "rgba(175,184,193,0.2)"
|
392
391
|
},
|
393
|
-
"actionListItem": {
|
394
|
-
"inlineDivider": "rgba(208,215,222,0.48)",
|
395
|
-
"default": {
|
396
|
-
"hoverBg": "rgba(208,215,222,0.32)",
|
397
|
-
"activeBg": "rgba(208,215,222,0.48)",
|
398
|
-
"selectedBg": "rgba(208,215,222,0.24)"
|
399
|
-
},
|
400
|
-
"danger": {
|
401
|
-
"hoverBg": "rgba(255,235,233,0.64)",
|
402
|
-
"activeBg": "#FFEBE9",
|
403
|
-
"hoverText": "#cf222e"
|
404
|
-
}
|
405
|
-
},
|
406
392
|
"fg": {
|
407
393
|
"default": "#24292f",
|
408
394
|
"muted": "#57606a",
|
@@ -886,19 +872,6 @@ module.exports = {
|
|
886
872
|
"icon": "#6e7781",
|
887
873
|
"borderHover": "rgba(175,184,193,0.2)"
|
888
874
|
},
|
889
|
-
"actionListItem": {
|
890
|
-
"inlineDivider": "rgba(208,215,222,0.48)",
|
891
|
-
"default": {
|
892
|
-
"hoverBg": "rgba(208,215,222,0.32)",
|
893
|
-
"activeBg": "rgba(208,215,222,0.48)",
|
894
|
-
"selectedBg": "rgba(208,215,222,0.24)"
|
895
|
-
},
|
896
|
-
"danger": {
|
897
|
-
"hoverBg": "rgba(254,254,72,0.64)",
|
898
|
-
"activeBg": "#fefe48",
|
899
|
-
"hoverText": "#ac5e00"
|
900
|
-
}
|
901
|
-
},
|
902
875
|
"fg": {
|
903
876
|
"default": "#24292f",
|
904
877
|
"muted": "#57606a",
|
@@ -1382,19 +1355,6 @@ module.exports = {
|
|
1382
1355
|
"icon": "#484f58",
|
1383
1356
|
"borderHover": "rgba(110,118,129,0.4)"
|
1384
1357
|
},
|
1385
|
-
"actionListItem": {
|
1386
|
-
"inlineDivider": "rgba(48,54,61,0.48)",
|
1387
|
-
"default": {
|
1388
|
-
"hoverBg": "rgba(177,186,196,0.12)",
|
1389
|
-
"activeBg": "rgba(177,186,196,0.2)",
|
1390
|
-
"selectedBg": "rgba(177,186,196,0.08)"
|
1391
|
-
},
|
1392
|
-
"danger": {
|
1393
|
-
"hoverBg": "rgba(248,81,73,0.16)",
|
1394
|
-
"activeBg": "rgba(248,81,73,0.24)",
|
1395
|
-
"hoverText": "#ff7b72"
|
1396
|
-
}
|
1397
|
-
},
|
1398
1358
|
"fg": {
|
1399
1359
|
"default": "#c9d1d9",
|
1400
1360
|
"muted": "#8b949e",
|
@@ -1881,19 +1841,6 @@ module.exports = {
|
|
1881
1841
|
"icon": "#545d68",
|
1882
1842
|
"borderHover": "rgba(99,110,123,0.4)"
|
1883
1843
|
},
|
1884
|
-
"actionListItem": {
|
1885
|
-
"inlineDivider": "rgba(68,76,86,0.48)",
|
1886
|
-
"default": {
|
1887
|
-
"hoverBg": "rgba(144,157,171,0.12)",
|
1888
|
-
"activeBg": "rgba(144,157,171,0.2)",
|
1889
|
-
"selectedBg": "rgba(144,157,171,0.08)"
|
1890
|
-
},
|
1891
|
-
"danger": {
|
1892
|
-
"hoverBg": "rgba(229,83,75,0.16)",
|
1893
|
-
"activeBg": "rgba(229,83,75,0.24)",
|
1894
|
-
"hoverText": "#f47067"
|
1895
|
-
}
|
1896
|
-
},
|
1897
1844
|
"fg": {
|
1898
1845
|
"default": "#adbac7",
|
1899
1846
|
"muted": "#768390",
|
@@ -2380,19 +2327,6 @@ module.exports = {
|
|
2380
2327
|
"icon": "#f0f3f6",
|
2381
2328
|
"borderHover": "#bdc4cc"
|
2382
2329
|
},
|
2383
|
-
"actionListItem": {
|
2384
|
-
"inlineDivider": "#7a828e",
|
2385
|
-
"default": {
|
2386
|
-
"hoverBg": "rgba(217,222,227,0.12)",
|
2387
|
-
"activeBg": "rgba(217,222,227,0.24)",
|
2388
|
-
"selectedBg": "rgba(217,222,227,0.08)"
|
2389
|
-
},
|
2390
|
-
"danger": {
|
2391
|
-
"hoverBg": "#ff6a69",
|
2392
|
-
"activeBg": "#ff4445",
|
2393
|
-
"hoverText": "#0a0c10"
|
2394
|
-
}
|
2395
|
-
},
|
2396
2330
|
"fg": {
|
2397
2331
|
"default": "#f0f3f6",
|
2398
2332
|
"muted": "#f0f3f6",
|
@@ -2879,19 +2813,6 @@ module.exports = {
|
|
2879
2813
|
"icon": "#484f58",
|
2880
2814
|
"borderHover": "rgba(110,118,129,0.4)"
|
2881
2815
|
},
|
2882
|
-
"actionListItem": {
|
2883
|
-
"inlineDivider": "rgba(48,54,61,0.48)",
|
2884
|
-
"default": {
|
2885
|
-
"hoverBg": "rgba(177,186,196,0.12)",
|
2886
|
-
"activeBg": "rgba(177,186,196,0.2)",
|
2887
|
-
"selectedBg": "rgba(177,186,196,0.08)"
|
2888
|
-
},
|
2889
|
-
"danger": {
|
2890
|
-
"hoverBg": "rgba(195,128,0,0.16)",
|
2891
|
-
"activeBg": "rgba(195,128,0,0.24)",
|
2892
|
-
"hoverText": "#d69a00"
|
2893
|
-
}
|
2894
|
-
},
|
2895
2816
|
"fg": {
|
2896
2817
|
"default": "#c9d1d9",
|
2897
2818
|
"muted": "#8b949e",
|
package/lib/utils/testing.d.ts
CHANGED
@@ -434,19 +434,6 @@ export declare function render(component: React.ReactElement, theme?: {
|
|
434
434
|
icon: string;
|
435
435
|
borderHover: string;
|
436
436
|
};
|
437
|
-
actionListItem: {
|
438
|
-
inlineDivider: string;
|
439
|
-
default: {
|
440
|
-
hoverBg: string;
|
441
|
-
activeBg: string;
|
442
|
-
selectedBg: string;
|
443
|
-
};
|
444
|
-
danger: {
|
445
|
-
hoverBg: string;
|
446
|
-
activeBg: string;
|
447
|
-
hoverText: string;
|
448
|
-
};
|
449
|
-
};
|
450
437
|
fg: {
|
451
438
|
default: string;
|
452
439
|
muted: string;
|
@@ -26,6 +26,8 @@ interface AnchoredOverlayPropsWithoutAnchor {
|
|
26
26
|
*/
|
27
27
|
anchorRef: React.RefObject<HTMLElement>;
|
28
28
|
}
|
29
|
+
export declare type OverlayOpenGesture = 'anchor-click' | 'anchor-key-press';
|
30
|
+
export declare type OverlayCloseGesture = 'anchor-click' | 'click-outside' | 'escape';
|
29
31
|
export declare type AnchoredOverlayWrapperAnchorProps = Partial<AnchoredOverlayPropsWithAnchor> | AnchoredOverlayPropsWithoutAnchor;
|
30
32
|
interface AnchoredOverlayBaseProps extends Pick<OverlayProps, 'height' | 'width'> {
|
31
33
|
/**
|
@@ -35,11 +37,11 @@ interface AnchoredOverlayBaseProps extends Pick<OverlayProps, 'height' | 'width'
|
|
35
37
|
/**
|
36
38
|
* A callback which is called whenever the overlay is currently closed and an "open gesture" is detected.
|
37
39
|
*/
|
38
|
-
onOpen?: (gesture:
|
40
|
+
onOpen?: (gesture: OverlayOpenGesture) => unknown;
|
39
41
|
/**
|
40
42
|
* A callback which is called whenever the overlay is currently open and a "close gesture" is detected.
|
41
43
|
*/
|
42
|
-
onClose?: (gesture:
|
44
|
+
onClose?: (gesture: OverlayCloseGesture) => unknown;
|
43
45
|
/**
|
44
46
|
* Props to be spread on the internal `Overlay` component.
|
45
47
|
*/
|
@@ -12,15 +12,17 @@ export type { AutocompleteOverlayProps } from './AutocompleteOverlay';
|
|
12
12
|
declare const _default: React.FC<{
|
13
13
|
id?: string | undefined;
|
14
14
|
}> & {
|
15
|
-
Input: import("@radix-ui/react-polymorphic").ForwardRefComponent<React.ForwardRefExoticComponent<Pick<Omit<Pick<{
|
15
|
+
Input: import("@radix-ui/react-polymorphic").ForwardRefComponent<React.ForwardRefExoticComponent<Pick<Omit<Pick<({
|
16
16
|
[x: string]: any;
|
17
17
|
[x: number]: any;
|
18
18
|
} & {
|
19
19
|
theme?: any;
|
20
|
-
} & {
|
20
|
+
} & ({} | {
|
21
|
+
children?: React.ReactNode;
|
22
|
+
})) & {
|
21
23
|
as?: string | React.ComponentType<any> | undefined;
|
22
24
|
forwardedAs?: string | React.ComponentType<any> | undefined;
|
23
|
-
}, string | number | symbol>, "maxWidth" | "minWidth" | "width" | "theme" | "
|
25
|
+
}, string | number | symbol>, "maxWidth" | "minWidth" | "width" | "theme" | "className" | "block" | "icon" | "sx" | "disabled" | "variant" | "contrast"> & {
|
24
26
|
className?: string | undefined;
|
25
27
|
icon?: React.ComponentType<{
|
26
28
|
className?: string | undefined;
|
@@ -37,7 +39,6 @@ declare const _default: React.FC<{
|
|
37
39
|
slot?: string | undefined;
|
38
40
|
style?: React.CSSProperties | undefined;
|
39
41
|
title?: string | undefined;
|
40
|
-
block?: boolean | undefined;
|
41
42
|
key?: React.Key | null | undefined;
|
42
43
|
defaultChecked?: boolean | undefined;
|
43
44
|
defaultValue?: string | number | readonly string[] | undefined;
|
@@ -45,14 +46,14 @@ declare const _default: React.FC<{
|
|
45
46
|
suppressHydrationWarning?: boolean | undefined;
|
46
47
|
accessKey?: string | undefined;
|
47
48
|
className?: string | undefined;
|
48
|
-
contentEditable?: "inherit" | (boolean | "
|
49
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
49
50
|
contextMenu?: string | undefined;
|
50
51
|
dir?: string | undefined;
|
51
|
-
draggable?: (boolean | "
|
52
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
52
53
|
id?: string | undefined;
|
53
54
|
lang?: string | undefined;
|
54
55
|
placeholder?: string | undefined;
|
55
|
-
spellCheck?: (boolean | "
|
56
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
56
57
|
tabIndex?: number | undefined;
|
57
58
|
radioGroup?: string | undefined;
|
58
59
|
role?: React.AriaRole | undefined;
|
@@ -78,47 +79,47 @@ declare const _default: React.FC<{
|
|
78
79
|
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
79
80
|
is?: string | undefined;
|
80
81
|
'aria-activedescendant'?: string | undefined;
|
81
|
-
'aria-atomic'?: boolean | "
|
82
|
-
'aria-autocomplete'?: "none" | "
|
83
|
-
'aria-busy'?: boolean | "
|
84
|
-
'aria-checked'?: boolean | "
|
82
|
+
'aria-atomic'?: boolean | "true" | "false" | undefined;
|
83
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
84
|
+
'aria-busy'?: boolean | "true" | "false" | undefined;
|
85
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
85
86
|
'aria-colcount'?: number | undefined;
|
86
87
|
'aria-colindex'?: number | undefined;
|
87
88
|
'aria-colspan'?: number | undefined;
|
88
89
|
'aria-controls'?: string | undefined;
|
89
|
-
'aria-current'?: boolean | "time" | "
|
90
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
90
91
|
'aria-describedby'?: string | undefined;
|
91
92
|
'aria-details'?: string | undefined;
|
92
|
-
'aria-disabled'?: boolean | "
|
93
|
-
'aria-dropeffect'?: "link" | "none" | "copy" | "
|
93
|
+
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
94
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
94
95
|
'aria-errormessage'?: string | undefined;
|
95
|
-
'aria-expanded'?: boolean | "
|
96
|
+
'aria-expanded'?: boolean | "true" | "false" | undefined;
|
96
97
|
'aria-flowto'?: string | undefined;
|
97
|
-
'aria-grabbed'?: boolean | "
|
98
|
-
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "
|
99
|
-
'aria-hidden'?: boolean | "
|
100
|
-
'aria-invalid'?: boolean | "
|
98
|
+
'aria-grabbed'?: boolean | "true" | "false" | undefined;
|
99
|
+
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "tree" | "true" | "false" | undefined;
|
100
|
+
'aria-hidden'?: boolean | "true" | "false" | undefined;
|
101
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
101
102
|
'aria-keyshortcuts'?: string | undefined;
|
102
103
|
'aria-label'?: string | undefined;
|
103
104
|
'aria-labelledby'?: string | undefined;
|
104
105
|
'aria-level'?: number | undefined;
|
105
106
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
106
|
-
'aria-modal'?: boolean | "
|
107
|
-
'aria-multiline'?: boolean | "
|
108
|
-
'aria-multiselectable'?: boolean | "
|
107
|
+
'aria-modal'?: boolean | "true" | "false" | undefined;
|
108
|
+
'aria-multiline'?: boolean | "true" | "false" | undefined;
|
109
|
+
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
|
109
110
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
110
111
|
'aria-owns'?: string | undefined;
|
111
112
|
'aria-placeholder'?: string | undefined;
|
112
113
|
'aria-posinset'?: number | undefined;
|
113
|
-
'aria-pressed'?: boolean | "
|
114
|
-
'aria-readonly'?: boolean | "
|
114
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
115
|
+
'aria-readonly'?: boolean | "true" | "false" | undefined;
|
115
116
|
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
116
|
-
'aria-required'?: boolean | "
|
117
|
+
'aria-required'?: boolean | "true" | "false" | undefined;
|
117
118
|
'aria-roledescription'?: string | undefined;
|
118
119
|
'aria-rowcount'?: number | undefined;
|
119
120
|
'aria-rowindex'?: number | undefined;
|
120
121
|
'aria-rowspan'?: number | undefined;
|
121
|
-
'aria-selected'?: boolean | "
|
122
|
+
'aria-selected'?: boolean | "true" | "false" | undefined;
|
122
123
|
'aria-setsize'?: number | undefined;
|
123
124
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
124
125
|
'aria-valuemax'?: number | undefined;
|
@@ -288,14 +289,15 @@ declare const _default: React.FC<{
|
|
288
289
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLSpanElement> | undefined;
|
289
290
|
onTransitionEnd?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
290
291
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
292
|
+
block?: boolean | undefined;
|
291
293
|
sx?: import("../sx").BetterSystemStyleObject | undefined;
|
292
|
-
variant?: "small" | "large" | undefined;
|
293
294
|
disabled?: boolean | undefined;
|
295
|
+
variant?: "small" | "large" | undefined;
|
294
296
|
hasIcon?: boolean | undefined;
|
295
297
|
contrast?: boolean | undefined;
|
296
298
|
} & {
|
297
299
|
theme?: any;
|
298
|
-
}, "maxWidth" | "minWidth" | "width" | "theme" | "block" | "sx" | "
|
300
|
+
}, "maxWidth" | "minWidth" | "width" | "theme" | "block" | "sx" | "disabled" | "variant" | "contrast">, string | number | symbol> & React.RefAttributes<HTMLInputElement>>, {
|
299
301
|
as?: React.ComponentType<any> | undefined;
|
300
302
|
}>;
|
301
303
|
Menu: typeof AutocompleteMenu;
|
@@ -4,15 +4,17 @@ import { ComponentProps } from '../utils/types';
|
|
4
4
|
declare type InternalAutocompleteInputProps = {
|
5
5
|
as?: React.ComponentType<any>;
|
6
6
|
};
|
7
|
-
declare const AutocompleteInput: PolymorphicForwardRefComponent<React.ForwardRefExoticComponent<Pick<Omit<Pick<{
|
7
|
+
declare const AutocompleteInput: PolymorphicForwardRefComponent<React.ForwardRefExoticComponent<Pick<Omit<Pick<({
|
8
8
|
[x: string]: any;
|
9
9
|
[x: number]: any;
|
10
10
|
} & {
|
11
11
|
theme?: any;
|
12
|
-
} & {
|
12
|
+
} & ({} | {
|
13
|
+
children?: React.ReactNode;
|
14
|
+
})) & {
|
13
15
|
as?: string | React.ComponentType<any> | undefined;
|
14
16
|
forwardedAs?: string | React.ComponentType<any> | undefined;
|
15
|
-
}, string | number | symbol>, "maxWidth" | "minWidth" | "width" | "theme" | "
|
17
|
+
}, string | number | symbol>, "maxWidth" | "minWidth" | "width" | "theme" | "className" | "block" | "icon" | "sx" | "disabled" | "variant" | "contrast"> & {
|
16
18
|
className?: string | undefined;
|
17
19
|
icon?: React.ComponentType<{
|
18
20
|
className?: string | undefined;
|
@@ -29,7 +31,6 @@ declare const AutocompleteInput: PolymorphicForwardRefComponent<React.ForwardRef
|
|
29
31
|
slot?: string | undefined;
|
30
32
|
style?: React.CSSProperties | undefined;
|
31
33
|
title?: string | undefined;
|
32
|
-
block?: boolean | undefined;
|
33
34
|
key?: React.Key | null | undefined;
|
34
35
|
defaultChecked?: boolean | undefined;
|
35
36
|
defaultValue?: string | number | readonly string[] | undefined;
|
@@ -37,14 +38,14 @@ declare const AutocompleteInput: PolymorphicForwardRefComponent<React.ForwardRef
|
|
37
38
|
suppressHydrationWarning?: boolean | undefined;
|
38
39
|
accessKey?: string | undefined;
|
39
40
|
className?: string | undefined;
|
40
|
-
contentEditable?: "inherit" | (boolean | "
|
41
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
41
42
|
contextMenu?: string | undefined;
|
42
43
|
dir?: string | undefined;
|
43
|
-
draggable?: (boolean | "
|
44
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
44
45
|
id?: string | undefined;
|
45
46
|
lang?: string | undefined;
|
46
47
|
placeholder?: string | undefined;
|
47
|
-
spellCheck?: (boolean | "
|
48
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
48
49
|
tabIndex?: number | undefined;
|
49
50
|
radioGroup?: string | undefined;
|
50
51
|
role?: React.AriaRole | undefined;
|
@@ -70,47 +71,47 @@ declare const AutocompleteInput: PolymorphicForwardRefComponent<React.ForwardRef
|
|
70
71
|
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
71
72
|
is?: string | undefined;
|
72
73
|
'aria-activedescendant'?: string | undefined;
|
73
|
-
'aria-atomic'?: boolean | "
|
74
|
-
'aria-autocomplete'?: "none" | "
|
75
|
-
'aria-busy'?: boolean | "
|
76
|
-
'aria-checked'?: boolean | "
|
74
|
+
'aria-atomic'?: boolean | "true" | "false" | undefined;
|
75
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
76
|
+
'aria-busy'?: boolean | "true" | "false" | undefined;
|
77
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
77
78
|
'aria-colcount'?: number | undefined;
|
78
79
|
'aria-colindex'?: number | undefined;
|
79
80
|
'aria-colspan'?: number | undefined;
|
80
81
|
'aria-controls'?: string | undefined;
|
81
|
-
'aria-current'?: boolean | "time" | "
|
82
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
82
83
|
'aria-describedby'?: string | undefined;
|
83
84
|
'aria-details'?: string | undefined;
|
84
|
-
'aria-disabled'?: boolean | "
|
85
|
-
'aria-dropeffect'?: "link" | "none" | "copy" | "
|
85
|
+
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
86
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
86
87
|
'aria-errormessage'?: string | undefined;
|
87
|
-
'aria-expanded'?: boolean | "
|
88
|
+
'aria-expanded'?: boolean | "true" | "false" | undefined;
|
88
89
|
'aria-flowto'?: string | undefined;
|
89
|
-
'aria-grabbed'?: boolean | "
|
90
|
-
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "
|
91
|
-
'aria-hidden'?: boolean | "
|
92
|
-
'aria-invalid'?: boolean | "
|
90
|
+
'aria-grabbed'?: boolean | "true" | "false" | undefined;
|
91
|
+
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "tree" | "true" | "false" | undefined;
|
92
|
+
'aria-hidden'?: boolean | "true" | "false" | undefined;
|
93
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
93
94
|
'aria-keyshortcuts'?: string | undefined;
|
94
95
|
'aria-label'?: string | undefined;
|
95
96
|
'aria-labelledby'?: string | undefined;
|
96
97
|
'aria-level'?: number | undefined;
|
97
98
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
98
|
-
'aria-modal'?: boolean | "
|
99
|
-
'aria-multiline'?: boolean | "
|
100
|
-
'aria-multiselectable'?: boolean | "
|
99
|
+
'aria-modal'?: boolean | "true" | "false" | undefined;
|
100
|
+
'aria-multiline'?: boolean | "true" | "false" | undefined;
|
101
|
+
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
|
101
102
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
102
103
|
'aria-owns'?: string | undefined;
|
103
104
|
'aria-placeholder'?: string | undefined;
|
104
105
|
'aria-posinset'?: number | undefined;
|
105
|
-
'aria-pressed'?: boolean | "
|
106
|
-
'aria-readonly'?: boolean | "
|
106
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
107
|
+
'aria-readonly'?: boolean | "true" | "false" | undefined;
|
107
108
|
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
108
|
-
'aria-required'?: boolean | "
|
109
|
+
'aria-required'?: boolean | "true" | "false" | undefined;
|
109
110
|
'aria-roledescription'?: string | undefined;
|
110
111
|
'aria-rowcount'?: number | undefined;
|
111
112
|
'aria-rowindex'?: number | undefined;
|
112
113
|
'aria-rowspan'?: number | undefined;
|
113
|
-
'aria-selected'?: boolean | "
|
114
|
+
'aria-selected'?: boolean | "true" | "false" | undefined;
|
114
115
|
'aria-setsize'?: number | undefined;
|
115
116
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
116
117
|
'aria-valuemax'?: number | undefined;
|
@@ -280,13 +281,14 @@ declare const AutocompleteInput: PolymorphicForwardRefComponent<React.ForwardRef
|
|
280
281
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLSpanElement> | undefined;
|
281
282
|
onTransitionEnd?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
282
283
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLSpanElement> | undefined;
|
284
|
+
block?: boolean | undefined;
|
283
285
|
sx?: import("../sx").BetterSystemStyleObject | undefined;
|
284
|
-
variant?: "small" | "large" | undefined;
|
285
286
|
disabled?: boolean | undefined;
|
287
|
+
variant?: "small" | "large" | undefined;
|
286
288
|
hasIcon?: boolean | undefined;
|
287
289
|
contrast?: boolean | undefined;
|
288
290
|
} & {
|
289
291
|
theme?: any;
|
290
|
-
}, "maxWidth" | "minWidth" | "width" | "theme" | "block" | "sx" | "
|
292
|
+
}, "maxWidth" | "minWidth" | "width" | "theme" | "block" | "sx" | "disabled" | "variant" | "contrast">, string | number | symbol> & React.RefAttributes<HTMLInputElement>>, InternalAutocompleteInputProps>;
|
291
293
|
export declare type AutocompleteInputProps = ComponentProps<typeof AutocompleteInput>;
|
292
294
|
export default AutocompleteInput;
|
@@ -25,14 +25,14 @@ declare const Button: import("styled-components").StyledComponent<"button", any,
|
|
25
25
|
suppressHydrationWarning?: boolean | undefined;
|
26
26
|
accessKey?: string | undefined;
|
27
27
|
className?: string | undefined;
|
28
|
-
contentEditable?: "inherit" | (boolean | "
|
28
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
29
29
|
contextMenu?: string | undefined;
|
30
30
|
dir?: string | undefined;
|
31
|
-
draggable?: (boolean | "
|
31
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
32
32
|
id?: string | undefined;
|
33
33
|
lang?: string | undefined;
|
34
34
|
placeholder?: string | undefined;
|
35
|
-
spellCheck?: (boolean | "
|
35
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
36
36
|
tabIndex?: number | undefined;
|
37
37
|
radioGroup?: string | undefined;
|
38
38
|
role?: import("react").AriaRole | undefined;
|
@@ -58,47 +58,47 @@ declare const Button: import("styled-components").StyledComponent<"button", any,
|
|
58
58
|
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
59
59
|
is?: string | undefined;
|
60
60
|
'aria-activedescendant'?: string | undefined;
|
61
|
-
'aria-atomic'?: boolean | "
|
62
|
-
'aria-autocomplete'?: "none" | "
|
63
|
-
'aria-busy'?: boolean | "
|
64
|
-
'aria-checked'?: boolean | "
|
61
|
+
'aria-atomic'?: boolean | "true" | "false" | undefined;
|
62
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
|
63
|
+
'aria-busy'?: boolean | "true" | "false" | undefined;
|
64
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
65
65
|
'aria-colcount'?: number | undefined;
|
66
66
|
'aria-colindex'?: number | undefined;
|
67
67
|
'aria-colspan'?: number | undefined;
|
68
68
|
'aria-controls'?: string | undefined;
|
69
|
-
'aria-current'?: boolean | "time" | "
|
69
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
70
70
|
'aria-describedby'?: string | undefined;
|
71
71
|
'aria-details'?: string | undefined;
|
72
|
-
'aria-disabled'?: boolean | "
|
73
|
-
'aria-dropeffect'?: "link" | "none" | "copy" | "
|
72
|
+
'aria-disabled'?: boolean | "true" | "false" | undefined;
|
73
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
74
74
|
'aria-errormessage'?: string | undefined;
|
75
|
-
'aria-expanded'?: boolean | "
|
75
|
+
'aria-expanded'?: boolean | "true" | "false" | undefined;
|
76
76
|
'aria-flowto'?: string | undefined;
|
77
|
-
'aria-grabbed'?: boolean | "
|
78
|
-
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "
|
79
|
-
'aria-hidden'?: boolean | "
|
80
|
-
'aria-invalid'?: boolean | "
|
77
|
+
'aria-grabbed'?: boolean | "true" | "false" | undefined;
|
78
|
+
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "tree" | "true" | "false" | undefined;
|
79
|
+
'aria-hidden'?: boolean | "true" | "false" | undefined;
|
80
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
81
81
|
'aria-keyshortcuts'?: string | undefined;
|
82
82
|
'aria-label'?: string | undefined;
|
83
83
|
'aria-labelledby'?: string | undefined;
|
84
84
|
'aria-level'?: number | undefined;
|
85
85
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
86
|
-
'aria-modal'?: boolean | "
|
87
|
-
'aria-multiline'?: boolean | "
|
88
|
-
'aria-multiselectable'?: boolean | "
|
86
|
+
'aria-modal'?: boolean | "true" | "false" | undefined;
|
87
|
+
'aria-multiline'?: boolean | "true" | "false" | undefined;
|
88
|
+
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
|
89
89
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
90
90
|
'aria-owns'?: string | undefined;
|
91
91
|
'aria-placeholder'?: string | undefined;
|
92
92
|
'aria-posinset'?: number | undefined;
|
93
|
-
'aria-pressed'?: boolean | "
|
94
|
-
'aria-readonly'?: boolean | "
|
93
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
94
|
+
'aria-readonly'?: boolean | "true" | "false" | undefined;
|
95
95
|
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
96
|
-
'aria-required'?: boolean | "
|
96
|
+
'aria-required'?: boolean | "true" | "false" | undefined;
|
97
97
|
'aria-roledescription'?: string | undefined;
|
98
98
|
'aria-rowcount'?: number | undefined;
|
99
99
|
'aria-rowindex'?: number | undefined;
|
100
100
|
'aria-rowspan'?: number | undefined;
|
101
|
-
'aria-selected'?: boolean | "
|
101
|
+
'aria-selected'?: boolean | "true" | "false" | undefined;
|
102
102
|
'aria-setsize'?: number | undefined;
|
103
103
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
104
104
|
'aria-valuemax'?: number | undefined;
|
@@ -268,15 +268,15 @@ declare const Button: import("styled-components").StyledComponent<"button", any,
|
|
268
268
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
269
269
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
270
270
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
271
|
-
variant?: "small" | "medium" | "large" | undefined;
|
272
271
|
as?: string | import("react").ComponentClass<any, any> | import("react").FunctionComponent<any> | undefined;
|
273
|
-
disabled?: boolean | undefined;
|
274
272
|
autoFocus?: boolean | undefined;
|
273
|
+
disabled?: boolean | undefined;
|
275
274
|
formAction?: string | undefined;
|
276
275
|
formEncType?: string | undefined;
|
277
276
|
formMethod?: string | undefined;
|
278
277
|
formNoValidate?: boolean | undefined;
|
279
278
|
formTarget?: string | undefined;
|
279
|
+
variant?: "small" | "medium" | "large" | undefined;
|
280
280
|
} & {
|
281
281
|
theme?: any;
|
282
282
|
} & import("styled-system").FontSizeProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> & import("../constants").SystemCommonProps & import("../constants").SystemLayoutProps & SxProp, never>;
|
package/lib-esm/Button/Button.js
CHANGED
@@ -5,5 +5,5 @@ import ButtonBase, { buttonSystemProps } from './ButtonBase';
|
|
5
5
|
const Button = styled(ButtonBase).withConfig({
|
6
6
|
displayName: "Button",
|
7
7
|
componentId: "xjtz72-0"
|
8
|
-
})(["color:", ";background-color:", ";border:1px solid ", ";box-shadow:", ",", "
|
8
|
+
})(["color:", ";background-color:", ";border:1px solid ", ";box-shadow:", ",", ";&:hover{background-color:", ";border-color:", ";}&:focus{border-color:", ";box-shadow:", ";}&:active{background-color:", ";box-shadow:", ";}&:disabled{color:", ";background-color:", ";border-color:", ";box-shadow:", ",", ";}", ";", ";"], get('colors.btn.text'), get('colors.btn.bg'), get('colors.btn.border'), get('shadows.btn.shadow'), get('shadows.btn.insetShadow'), get('colors.btn.hoverBg'), get('colors.btn.hoverBorder'), get('colors.btn.focusBorder'), get('shadows.btn.focusShadow'), get('colors.btn.selectedBg'), get('shadows.btn.shadowActive'), get('colors.primer.fg.disabled'), get('colors.btn.bg'), get('colors.btn.border'), get('shadows.btn.shadow'), get('shadows.btn.insetShadow'), buttonSystemProps, sx);
|
9
9
|
export default Button;
|