@zendeskgarden/react-dropdowns.legacy 9.2.0 → 9.4.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.
- package/dist/esm/styled/items/StyledAddItem.js +1 -1
- package/dist/esm/styled/items/StyledItem.js +1 -1
- package/dist/esm/styled/items/StyledItemIcon.js +1 -1
- package/dist/esm/styled/items/StyledItemMeta.js +1 -1
- package/dist/esm/styled/items/StyledNextIcon.js +1 -1
- package/dist/esm/styled/items/StyledNextItem.js +1 -1
- package/dist/esm/styled/items/StyledPreviousIcon.js +1 -1
- package/dist/esm/styled/items/StyledPreviousItem.js +1 -1
- package/dist/esm/styled/items/header/StyledHeaderIcon.js +1 -1
- package/dist/esm/styled/items/header/StyledHeaderItem.js +1 -1
- package/dist/esm/styled/items/media/StyledMediaBody.js +1 -1
- package/dist/esm/styled/items/media/StyledMediaFigure.js +1 -1
- package/dist/esm/styled/items/media/StyledMediaItem.js +1 -1
- package/dist/esm/styled/menu/StyledMenu.js +2 -2
- package/dist/esm/styled/menu/StyledMenuWrapper.js +2 -2
- package/dist/esm/styled/menu/StyledSeparator.js +1 -1
- package/dist/esm/styled/multiselect/StyledMultiselectInput.js +1 -1
- package/dist/esm/styled/multiselect/StyledMultiselectItemWrapper.js +1 -1
- package/dist/esm/styled/multiselect/StyledMultiselectItemsContainer.js +1 -1
- package/dist/esm/styled/multiselect/StyledMultiselectMoreAnchor.js +1 -1
- package/dist/esm/styled/select/StyledFauxInput.js +1 -1
- package/dist/esm/styled/select/StyledInput.js +1 -1
- package/dist/esm/styled/select/StyledSelect.js +1 -1
- package/dist/index.cjs.js +25 -25
- package/dist/typings/styled/items/StyledAddItem.d.ts +5 -4
- package/dist/typings/styled/items/StyledItem.d.ts +3 -1
- package/dist/typings/styled/items/StyledItemIcon.d.ts +3 -5
- package/dist/typings/styled/items/StyledItemMeta.d.ts +3 -4
- package/dist/typings/styled/items/StyledNextIcon.d.ts +1 -1
- package/dist/typings/styled/items/StyledNextItem.d.ts +5 -4
- package/dist/typings/styled/items/StyledPreviousIcon.d.ts +1 -1
- package/dist/typings/styled/items/StyledPreviousItem.d.ts +5 -4
- package/dist/typings/styled/items/header/StyledHeaderIcon.d.ts +3 -4
- package/dist/typings/styled/items/header/StyledHeaderItem.d.ts +5 -2
- package/dist/typings/styled/items/media/StyledMediaBody.d.ts +3 -4
- package/dist/typings/styled/items/media/StyledMediaFigure.d.ts +8 -5
- package/dist/typings/styled/items/media/StyledMediaItem.d.ts +5 -1
- package/dist/typings/styled/menu/StyledMenu.d.ts +3 -1
- package/dist/typings/styled/menu/StyledMenuWrapper.d.ts +3 -1
- package/dist/typings/styled/menu/StyledSeparator.d.ts +3 -1
- package/dist/typings/styled/multiselect/StyledMultiselectInput.d.ts +9 -10
- package/dist/typings/styled/multiselect/StyledMultiselectItemWrapper.d.ts +3 -4
- package/dist/typings/styled/multiselect/StyledMultiselectItemsContainer.d.ts +3 -5
- package/dist/typings/styled/multiselect/StyledMultiselectMoreAnchor.d.ts +3 -4
- package/dist/typings/styled/select/StyledFauxInput.d.ts +6 -7
- package/dist/typings/styled/select/StyledInput.d.ts +5 -5
- package/dist/typings/styled/select/StyledSelect.d.ts +3 -4
- package/package.json +5 -5
|
@@ -11,7 +11,7 @@ import { StyledItem } from './StyledItem.js';
|
|
|
11
11
|
const COMPONENT_ID = 'dropdowns.add_item';
|
|
12
12
|
const StyledAddItem = styled(StyledItem).attrs({
|
|
13
13
|
'data-garden-id': COMPONENT_ID,
|
|
14
|
-
'data-garden-version': '9.
|
|
14
|
+
'data-garden-version': '9.4.0'
|
|
15
15
|
}).withConfig({
|
|
16
16
|
displayName: "StyledAddItem",
|
|
17
17
|
componentId: "sc-mlto71-0"
|
|
@@ -41,7 +41,7 @@ const getColorStyles = props => {
|
|
|
41
41
|
};
|
|
42
42
|
const StyledItem = styled.li.attrs(props => ({
|
|
43
43
|
'data-garden-id': COMPONENT_ID,
|
|
44
|
-
'data-garden-version': '9.
|
|
44
|
+
'data-garden-version': '9.4.0',
|
|
45
45
|
'aria-disabled': props.disabled
|
|
46
46
|
})).withConfig({
|
|
47
47
|
displayName: "StyledItem",
|
|
@@ -15,7 +15,7 @@ const getSizeStyles = props => {
|
|
|
15
15
|
};
|
|
16
16
|
const StyledItemIcon = styled.div.attrs({
|
|
17
17
|
'data-garden-id': COMPONENT_ID,
|
|
18
|
-
'data-garden-version': '9.
|
|
18
|
+
'data-garden-version': '9.4.0'
|
|
19
19
|
}).withConfig({
|
|
20
20
|
displayName: "StyledItemIcon",
|
|
21
21
|
componentId: "sc-pspm80-0"
|
|
@@ -10,7 +10,7 @@ import { getColor, retrieveComponentStyles } from '@zendeskgarden/react-theming'
|
|
|
10
10
|
const COMPONENT_ID = 'dropdowns.item_meta';
|
|
11
11
|
const StyledItemMeta = styled.span.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.
|
|
13
|
+
'data-garden-version': '9.4.0'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledItemMeta",
|
|
16
16
|
componentId: "sc-1m3x8m1-0"
|
|
@@ -12,7 +12,7 @@ import { StyledItemIcon } from './StyledItemIcon.js';
|
|
|
12
12
|
const COMPONENT_ID = 'dropdowns.next_item';
|
|
13
13
|
const StyledNextItem = styled(StyledItem).attrs({
|
|
14
14
|
'data-garden-id': COMPONENT_ID,
|
|
15
|
-
'data-garden-version': '9.
|
|
15
|
+
'data-garden-version': '9.4.0'
|
|
16
16
|
}).withConfig({
|
|
17
17
|
displayName: "StyledNextItem",
|
|
18
18
|
componentId: "sc-1wrjlge-0"
|
|
@@ -11,7 +11,7 @@ import { StyledItem } from './StyledItem.js';
|
|
|
11
11
|
const COMPONENT_ID = 'dropdowns.previous_item';
|
|
12
12
|
const StyledPreviousItem = styled(StyledItem).attrs({
|
|
13
13
|
'data-garden-id': COMPONENT_ID,
|
|
14
|
-
'data-garden-version': '9.
|
|
14
|
+
'data-garden-version': '9.4.0'
|
|
15
15
|
}).withConfig({
|
|
16
16
|
displayName: "StyledPreviousItem",
|
|
17
17
|
componentId: "sc-1qv9jwe-0"
|
|
@@ -10,7 +10,7 @@ import { getColor, retrieveComponentStyles } from '@zendeskgarden/react-theming'
|
|
|
10
10
|
const COMPONENT_ID = 'dropdowns.header_icon';
|
|
11
11
|
const StyledHeaderIcon = styled.div.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.
|
|
13
|
+
'data-garden-version': '9.4.0'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledHeaderIcon",
|
|
16
16
|
componentId: "sc-ow8s45-0"
|
|
@@ -17,7 +17,7 @@ const getHorizontalPadding = props => {
|
|
|
17
17
|
};
|
|
18
18
|
const StyledHeaderItem = styled(StyledItem).attrs({
|
|
19
19
|
'data-garden-id': COMPONENT_ID,
|
|
20
|
-
'data-garden-version': '9.
|
|
20
|
+
'data-garden-version': '9.4.0'
|
|
21
21
|
}).withConfig({
|
|
22
22
|
displayName: "StyledHeaderItem",
|
|
23
23
|
componentId: "sc-1xosinr-0"
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles } from '@zendeskgarden/react-theming';
|
|
|
10
10
|
const COMPONENT_ID = 'dropdowns.media_body';
|
|
11
11
|
const StyledMediaBody = styled.div.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.
|
|
13
|
+
'data-garden-version': '9.4.0'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledMediaBody",
|
|
16
16
|
componentId: "sc-133sssc-0"
|
|
@@ -20,7 +20,7 @@ _ref => {
|
|
|
20
20
|
return React__default.cloneElement(Children.only(children), props);
|
|
21
21
|
}).attrs({
|
|
22
22
|
'data-garden-id': COMPONENT_ID,
|
|
23
|
-
'data-garden-version': '9.
|
|
23
|
+
'data-garden-version': '9.4.0'
|
|
24
24
|
}).withConfig({
|
|
25
25
|
displayName: "StyledMediaFigure",
|
|
26
26
|
componentId: "sc-16vz3xj-0"
|
|
@@ -11,7 +11,7 @@ import { StyledItem } from '../StyledItem.js';
|
|
|
11
11
|
const COMPONENT_ID = 'dropdowns.media_item';
|
|
12
12
|
const StyledMediaItem = styled(StyledItem).attrs({
|
|
13
13
|
'data-garden-id': COMPONENT_ID,
|
|
14
|
-
'data-garden-version': '9.
|
|
14
|
+
'data-garden-version': '9.4.0'
|
|
15
15
|
}).withConfig({
|
|
16
16
|
displayName: "StyledMediaItem",
|
|
17
17
|
componentId: "sc-af4509-0"
|
|
@@ -11,8 +11,8 @@ import { getArrowPosition } from '../../utils/garden-placements.js';
|
|
|
11
11
|
const COMPONENT_ID = 'dropdowns.menu';
|
|
12
12
|
const StyledMenu = styled.ul.attrs(props => ({
|
|
13
13
|
'data-garden-id': COMPONENT_ID,
|
|
14
|
-
'data-garden-version': '9.
|
|
15
|
-
className: props.$isAnimated
|
|
14
|
+
'data-garden-version': '9.4.0',
|
|
15
|
+
className: props.$isAnimated ? 'is-animated' : undefined
|
|
16
16
|
})).withConfig({
|
|
17
17
|
displayName: "StyledMenu",
|
|
18
18
|
componentId: "sc-lzt5u6-0"
|
|
@@ -11,8 +11,8 @@ import { getMenuPosition } from '../../utils/garden-placements.js';
|
|
|
11
11
|
const COMPONENT_ID = 'dropdowns.menu_wrapper';
|
|
12
12
|
const StyledMenuWrapper = styled.div.attrs(props => ({
|
|
13
13
|
'data-garden-id': COMPONENT_ID,
|
|
14
|
-
'data-garden-version': '9.
|
|
15
|
-
className: props.$isAnimated
|
|
14
|
+
'data-garden-version': '9.4.0',
|
|
15
|
+
className: props.$isAnimated ? 'is-animated' : undefined
|
|
16
16
|
})).withConfig({
|
|
17
17
|
displayName: "StyledMenuWrapper",
|
|
18
18
|
componentId: "sc-u70fn3-0"
|
|
@@ -10,7 +10,7 @@ import { getColor, retrieveComponentStyles } from '@zendeskgarden/react-theming'
|
|
|
10
10
|
const COMPONENT_ID = 'dropdowns.separator';
|
|
11
11
|
const StyledSeparator = styled.li.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.
|
|
13
|
+
'data-garden-version': '9.4.0',
|
|
14
14
|
role: 'separator'
|
|
15
15
|
}).withConfig({
|
|
16
16
|
displayName: "StyledSeparator",
|
|
@@ -25,7 +25,7 @@ const visibleStyling = _ref => {
|
|
|
25
25
|
};
|
|
26
26
|
const StyledMultiselectInput = styled(StyledInput).attrs({
|
|
27
27
|
'data-garden-id': COMPONENT_ID,
|
|
28
|
-
'data-garden-version': '9.
|
|
28
|
+
'data-garden-version': '9.4.0',
|
|
29
29
|
isBare: true
|
|
30
30
|
}).withConfig({
|
|
31
31
|
displayName: "StyledMultiselectInput",
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles } from '@zendeskgarden/react-theming';
|
|
|
10
10
|
const COMPONENT_ID = 'dropdowns.multiselect_item_wrapper';
|
|
11
11
|
const StyledMultiselectItemWrapper = styled.div.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.
|
|
13
|
+
'data-garden-version': '9.4.0'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledMultiselectItemWrapper",
|
|
16
16
|
componentId: "sc-vgr7nd-0"
|
|
@@ -22,7 +22,7 @@ const sizeStyles = props => {
|
|
|
22
22
|
};
|
|
23
23
|
const StyledMultiselectItemsContainer = styled.div.attrs({
|
|
24
24
|
'data-garden-id': COMPONENT_ID,
|
|
25
|
-
'data-garden-version': '9.
|
|
25
|
+
'data-garden-version': '9.4.0'
|
|
26
26
|
}).withConfig({
|
|
27
27
|
displayName: "StyledMultiselectItemsContainer",
|
|
28
28
|
componentId: "sc-1dxwjyz-0"
|
|
@@ -10,7 +10,7 @@ import { getLineHeight, getColor, retrieveComponentStyles } from '@zendeskgarden
|
|
|
10
10
|
const COMPONENT_ID = 'dropdowns.multiselect_more_anchor';
|
|
11
11
|
const StyledMultiselectMoreAnchor = styled.div.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.
|
|
13
|
+
'data-garden-version': '9.4.0'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledMultiselectMoreAnchor",
|
|
16
16
|
componentId: "sc-pkakky-0"
|
|
@@ -11,7 +11,7 @@ import { FauxInput } from '@zendeskgarden/react-forms';
|
|
|
11
11
|
const COMPONENT_ID = 'dropdowns.faux_input';
|
|
12
12
|
const StyledFauxInput = styled(FauxInput).attrs(props => ({
|
|
13
13
|
'data-garden-id': COMPONENT_ID,
|
|
14
|
-
'data-garden-version': '9.
|
|
14
|
+
'data-garden-version': '9.4.0',
|
|
15
15
|
mediaLayout: true,
|
|
16
16
|
theme: props.theme
|
|
17
17
|
})).withConfig({
|
|
@@ -12,7 +12,7 @@ const COMPONENT_ID = 'dropdowns.input';
|
|
|
12
12
|
const hiddenStyling = css(["position:fixed;border:0;clip:rect(1px,1px,1px,1px);padding:0;width:1px;height:1px;overflow:hidden;white-space:nowrap;"]);
|
|
13
13
|
const StyledInput = styled(Input).attrs({
|
|
14
14
|
'data-garden-id': COMPONENT_ID,
|
|
15
|
-
'data-garden-version': '9.
|
|
15
|
+
'data-garden-version': '9.4.0',
|
|
16
16
|
isBare: true
|
|
17
17
|
}).withConfig({
|
|
18
18
|
displayName: "StyledInput",
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles } from '@zendeskgarden/react-theming';
|
|
|
10
10
|
const COMPONENT_ID = 'dropdowns.select';
|
|
11
11
|
const StyledSelect = styled.div.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.
|
|
13
|
+
'data-garden-version': '9.4.0'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledSelect",
|
|
16
16
|
componentId: "sc-xf4qjv-0"
|
package/dist/index.cjs.js
CHANGED
|
@@ -289,8 +289,8 @@ function getMenuPosition(popperPlacement) {
|
|
|
289
289
|
const COMPONENT_ID$m = 'dropdowns.menu';
|
|
290
290
|
const StyledMenu = styled__default.default.ul.attrs(props => ({
|
|
291
291
|
'data-garden-id': COMPONENT_ID$m,
|
|
292
|
-
'data-garden-version': '9.
|
|
293
|
-
className: props.$isAnimated
|
|
292
|
+
'data-garden-version': '9.4.0',
|
|
293
|
+
className: props.$isAnimated ? 'is-animated' : undefined
|
|
294
294
|
})).withConfig({
|
|
295
295
|
displayName: "StyledMenu",
|
|
296
296
|
componentId: "sc-lzt5u6-0"
|
|
@@ -303,8 +303,8 @@ const StyledMenu = styled__default.default.ul.attrs(props => ({
|
|
|
303
303
|
const COMPONENT_ID$l = 'dropdowns.menu_wrapper';
|
|
304
304
|
const StyledMenuWrapper = styled__default.default.div.attrs(props => ({
|
|
305
305
|
'data-garden-id': COMPONENT_ID$l,
|
|
306
|
-
'data-garden-version': '9.
|
|
307
|
-
className: props.$isAnimated
|
|
306
|
+
'data-garden-version': '9.4.0',
|
|
307
|
+
className: props.$isAnimated ? 'is-animated' : undefined
|
|
308
308
|
})).withConfig({
|
|
309
309
|
displayName: "StyledMenuWrapper",
|
|
310
310
|
componentId: "sc-u70fn3-0"
|
|
@@ -319,7 +319,7 @@ const StyledMenuWrapper = styled__default.default.div.attrs(props => ({
|
|
|
319
319
|
const COMPONENT_ID$k = 'dropdowns.separator';
|
|
320
320
|
const StyledSeparator = styled__default.default.li.attrs({
|
|
321
321
|
'data-garden-id': COMPONENT_ID$k,
|
|
322
|
-
'data-garden-version': '9.
|
|
322
|
+
'data-garden-version': '9.4.0',
|
|
323
323
|
role: 'separator'
|
|
324
324
|
}).withConfig({
|
|
325
325
|
displayName: "StyledSeparator",
|
|
@@ -363,7 +363,7 @@ const getColorStyles = props => {
|
|
|
363
363
|
};
|
|
364
364
|
const StyledItem = styled__default.default.li.attrs(props => ({
|
|
365
365
|
'data-garden-id': COMPONENT_ID$j,
|
|
366
|
-
'data-garden-version': '9.
|
|
366
|
+
'data-garden-version': '9.4.0',
|
|
367
367
|
'aria-disabled': props.disabled
|
|
368
368
|
})).withConfig({
|
|
369
369
|
displayName: "StyledItem",
|
|
@@ -373,7 +373,7 @@ const StyledItem = styled__default.default.li.attrs(props => ({
|
|
|
373
373
|
const COMPONENT_ID$i = 'dropdowns.add_item';
|
|
374
374
|
const StyledAddItem = styled__default.default(StyledItem).attrs({
|
|
375
375
|
'data-garden-id': COMPONENT_ID$i,
|
|
376
|
-
'data-garden-version': '9.
|
|
376
|
+
'data-garden-version': '9.4.0'
|
|
377
377
|
}).withConfig({
|
|
378
378
|
displayName: "StyledAddItem",
|
|
379
379
|
componentId: "sc-mlto71-0"
|
|
@@ -385,7 +385,7 @@ const StyledAddItem = styled__default.default(StyledItem).attrs({
|
|
|
385
385
|
const COMPONENT_ID$h = 'dropdowns.item_meta';
|
|
386
386
|
const StyledItemMeta = styled__default.default.span.attrs({
|
|
387
387
|
'data-garden-id': COMPONENT_ID$h,
|
|
388
|
-
'data-garden-version': '9.
|
|
388
|
+
'data-garden-version': '9.4.0'
|
|
389
389
|
}).withConfig({
|
|
390
390
|
displayName: "StyledItemMeta",
|
|
391
391
|
componentId: "sc-1m3x8m1-0"
|
|
@@ -400,7 +400,7 @@ const getSizeStyles = props => {
|
|
|
400
400
|
};
|
|
401
401
|
const StyledItemIcon = styled__default.default.div.attrs({
|
|
402
402
|
'data-garden-id': COMPONENT_ID$g,
|
|
403
|
-
'data-garden-version': '9.
|
|
403
|
+
'data-garden-version': '9.4.0'
|
|
404
404
|
}).withConfig({
|
|
405
405
|
displayName: "StyledItemIcon",
|
|
406
406
|
componentId: "sc-pspm80-0"
|
|
@@ -412,7 +412,7 @@ const StyledItemIcon = styled__default.default.div.attrs({
|
|
|
412
412
|
const COMPONENT_ID$f = 'dropdowns.next_item';
|
|
413
413
|
const StyledNextItem = styled__default.default(StyledItem).attrs({
|
|
414
414
|
'data-garden-id': COMPONENT_ID$f,
|
|
415
|
-
'data-garden-version': '9.
|
|
415
|
+
'data-garden-version': '9.4.0'
|
|
416
416
|
}).withConfig({
|
|
417
417
|
displayName: "StyledNextItem",
|
|
418
418
|
componentId: "sc-1wrjlge-0"
|
|
@@ -441,7 +441,7 @@ const NextIconComponent = _ref => {
|
|
|
441
441
|
} = _ref;
|
|
442
442
|
return React__namespace.default.createElement(SvgChevronRightStroke, {
|
|
443
443
|
"data-garden-id": COMPONENT_ID$e,
|
|
444
|
-
"data-garden-version": '9.
|
|
444
|
+
"data-garden-version": '9.4.0',
|
|
445
445
|
className: className
|
|
446
446
|
});
|
|
447
447
|
};
|
|
@@ -456,7 +456,7 @@ const StyledNextIcon = styled__default.default(NextIconComponent).withConfig({
|
|
|
456
456
|
const COMPONENT_ID$d = 'dropdowns.previous_item';
|
|
457
457
|
const StyledPreviousItem = styled__default.default(StyledItem).attrs({
|
|
458
458
|
'data-garden-id': COMPONENT_ID$d,
|
|
459
|
-
'data-garden-version': '9.
|
|
459
|
+
'data-garden-version': '9.4.0'
|
|
460
460
|
}).withConfig({
|
|
461
461
|
displayName: "StyledPreviousItem",
|
|
462
462
|
componentId: "sc-1qv9jwe-0"
|
|
@@ -485,7 +485,7 @@ const PreviousIconComponent = _ref => {
|
|
|
485
485
|
} = _ref;
|
|
486
486
|
return React__namespace.default.createElement(SvgChevronLeftStroke, {
|
|
487
487
|
"data-garden-id": COMPONENT_ID$c,
|
|
488
|
-
"data-garden-version": '9.
|
|
488
|
+
"data-garden-version": '9.4.0',
|
|
489
489
|
className: className
|
|
490
490
|
});
|
|
491
491
|
};
|
|
@@ -500,7 +500,7 @@ const StyledPreviousIcon = styled__default.default(PreviousIconComponent).withCo
|
|
|
500
500
|
const COMPONENT_ID$b = 'dropdowns.header_icon';
|
|
501
501
|
const StyledHeaderIcon = styled__default.default.div.attrs({
|
|
502
502
|
'data-garden-id': COMPONENT_ID$b,
|
|
503
|
-
'data-garden-version': '9.
|
|
503
|
+
'data-garden-version': '9.4.0'
|
|
504
504
|
}).withConfig({
|
|
505
505
|
displayName: "StyledHeaderIcon",
|
|
506
506
|
componentId: "sc-ow8s45-0"
|
|
@@ -518,7 +518,7 @@ const getHorizontalPadding = props => {
|
|
|
518
518
|
};
|
|
519
519
|
const StyledHeaderItem = styled__default.default(StyledItem).attrs({
|
|
520
520
|
'data-garden-id': COMPONENT_ID$a,
|
|
521
|
-
'data-garden-version': '9.
|
|
521
|
+
'data-garden-version': '9.4.0'
|
|
522
522
|
}).withConfig({
|
|
523
523
|
displayName: "StyledHeaderItem",
|
|
524
524
|
componentId: "sc-1xosinr-0"
|
|
@@ -527,7 +527,7 @@ const StyledHeaderItem = styled__default.default(StyledItem).attrs({
|
|
|
527
527
|
const COMPONENT_ID$9 = 'dropdowns.media_body';
|
|
528
528
|
const StyledMediaBody = styled__default.default.div.attrs({
|
|
529
529
|
'data-garden-id': COMPONENT_ID$9,
|
|
530
|
-
'data-garden-version': '9.
|
|
530
|
+
'data-garden-version': '9.4.0'
|
|
531
531
|
}).withConfig({
|
|
532
532
|
displayName: "StyledMediaBody",
|
|
533
533
|
componentId: "sc-133sssc-0"
|
|
@@ -545,7 +545,7 @@ _ref => {
|
|
|
545
545
|
return React__namespace.default.cloneElement(React.Children.only(children), props);
|
|
546
546
|
}).attrs({
|
|
547
547
|
'data-garden-id': COMPONENT_ID$8,
|
|
548
|
-
'data-garden-version': '9.
|
|
548
|
+
'data-garden-version': '9.4.0'
|
|
549
549
|
}).withConfig({
|
|
550
550
|
displayName: "StyledMediaFigure",
|
|
551
551
|
componentId: "sc-16vz3xj-0"
|
|
@@ -554,7 +554,7 @@ _ref => {
|
|
|
554
554
|
const COMPONENT_ID$7 = 'dropdowns.media_item';
|
|
555
555
|
const StyledMediaItem = styled__default.default(StyledItem).attrs({
|
|
556
556
|
'data-garden-id': COMPONENT_ID$7,
|
|
557
|
-
'data-garden-version': '9.
|
|
557
|
+
'data-garden-version': '9.4.0'
|
|
558
558
|
}).withConfig({
|
|
559
559
|
displayName: "StyledMediaItem",
|
|
560
560
|
componentId: "sc-af4509-0"
|
|
@@ -563,7 +563,7 @@ const StyledMediaItem = styled__default.default(StyledItem).attrs({
|
|
|
563
563
|
const COMPONENT_ID$6 = 'dropdowns.faux_input';
|
|
564
564
|
const StyledFauxInput = styled__default.default(reactForms.FauxInput).attrs(props => ({
|
|
565
565
|
'data-garden-id': COMPONENT_ID$6,
|
|
566
|
-
'data-garden-version': '9.
|
|
566
|
+
'data-garden-version': '9.4.0',
|
|
567
567
|
mediaLayout: true,
|
|
568
568
|
theme: props.theme
|
|
569
569
|
})).withConfig({
|
|
@@ -575,7 +575,7 @@ const COMPONENT_ID$5 = 'dropdowns.input';
|
|
|
575
575
|
const hiddenStyling = styled.css(["position:fixed;border:0;clip:rect(1px,1px,1px,1px);padding:0;width:1px;height:1px;overflow:hidden;white-space:nowrap;"]);
|
|
576
576
|
const StyledInput = styled__default.default(reactForms.Input).attrs({
|
|
577
577
|
'data-garden-id': COMPONENT_ID$5,
|
|
578
|
-
'data-garden-version': '9.
|
|
578
|
+
'data-garden-version': '9.4.0',
|
|
579
579
|
isBare: true
|
|
580
580
|
}).withConfig({
|
|
581
581
|
displayName: "StyledInput",
|
|
@@ -585,7 +585,7 @@ const StyledInput = styled__default.default(reactForms.Input).attrs({
|
|
|
585
585
|
const COMPONENT_ID$4 = 'dropdowns.select';
|
|
586
586
|
const StyledSelect = styled__default.default.div.attrs({
|
|
587
587
|
'data-garden-id': COMPONENT_ID$4,
|
|
588
|
-
'data-garden-version': '9.
|
|
588
|
+
'data-garden-version': '9.4.0'
|
|
589
589
|
}).withConfig({
|
|
590
590
|
displayName: "StyledSelect",
|
|
591
591
|
componentId: "sc-xf4qjv-0"
|
|
@@ -608,7 +608,7 @@ const visibleStyling = _ref => {
|
|
|
608
608
|
};
|
|
609
609
|
const StyledMultiselectInput = styled__default.default(StyledInput).attrs({
|
|
610
610
|
'data-garden-id': COMPONENT_ID$3,
|
|
611
|
-
'data-garden-version': '9.
|
|
611
|
+
'data-garden-version': '9.4.0',
|
|
612
612
|
isBare: true
|
|
613
613
|
}).withConfig({
|
|
614
614
|
displayName: "StyledMultiselectInput",
|
|
@@ -630,7 +630,7 @@ const sizeStyles = props => {
|
|
|
630
630
|
};
|
|
631
631
|
const StyledMultiselectItemsContainer = styled__default.default.div.attrs({
|
|
632
632
|
'data-garden-id': COMPONENT_ID$2,
|
|
633
|
-
'data-garden-version': '9.
|
|
633
|
+
'data-garden-version': '9.4.0'
|
|
634
634
|
}).withConfig({
|
|
635
635
|
displayName: "StyledMultiselectItemsContainer",
|
|
636
636
|
componentId: "sc-1dxwjyz-0"
|
|
@@ -639,7 +639,7 @@ const StyledMultiselectItemsContainer = styled__default.default.div.attrs({
|
|
|
639
639
|
const COMPONENT_ID$1 = 'dropdowns.multiselect_item_wrapper';
|
|
640
640
|
const StyledMultiselectItemWrapper = styled__default.default.div.attrs({
|
|
641
641
|
'data-garden-id': COMPONENT_ID$1,
|
|
642
|
-
'data-garden-version': '9.
|
|
642
|
+
'data-garden-version': '9.4.0'
|
|
643
643
|
}).withConfig({
|
|
644
644
|
displayName: "StyledMultiselectItemWrapper",
|
|
645
645
|
componentId: "sc-vgr7nd-0"
|
|
@@ -648,7 +648,7 @@ const StyledMultiselectItemWrapper = styled__default.default.div.attrs({
|
|
|
648
648
|
const COMPONENT_ID = 'dropdowns.multiselect_more_anchor';
|
|
649
649
|
const StyledMultiselectMoreAnchor = styled__default.default.div.attrs({
|
|
650
650
|
'data-garden-id': COMPONENT_ID,
|
|
651
|
-
'data-garden-version': '9.
|
|
651
|
+
'data-garden-version': '9.4.0'
|
|
652
652
|
}).withConfig({
|
|
653
653
|
displayName: "StyledMultiselectMoreAnchor",
|
|
654
654
|
componentId: "sc-pkakky-0"
|
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
/**
|
|
8
8
|
* Accepts all `<li>` props
|
|
9
9
|
*/
|
|
10
|
-
export declare const StyledAddItem: import("styled-components").
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
export declare const StyledAddItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
11
|
+
ref?: ((instance: HTMLLIElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
12
|
+
}>, import("./StyledItem").IStyledItemProps>, keyof import("./StyledItem").IStyledItemProps> & import("./StyledItem").IStyledItemProps, import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
13
|
+
ref?: ((instance: HTMLLIElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
14
|
+
}>, import("./StyledItem").IStyledItemProps>, keyof import("./StyledItem").IStyledItemProps> & import("./StyledItem").IStyledItemProps>, never>, never>> & string;
|
|
@@ -17,4 +17,6 @@ export declare const getItemPaddingVertical: (props: IStyledItemProps & ThemePro
|
|
|
17
17
|
* 1. Allows an item to contain a positioned sub-menu.
|
|
18
18
|
* 2. Reset stacking context for sub-menu css-arrows.
|
|
19
19
|
**/
|
|
20
|
-
export declare const StyledItem: import("styled-components").
|
|
20
|
+
export declare const StyledItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
21
|
+
ref?: ((instance: HTMLLIElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
22
|
+
}>, IStyledItemProps>, IStyledItemProps>> & string;
|
|
@@ -4,14 +4,12 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import { DefaultTheme } from 'styled-components';
|
|
8
7
|
interface IStyledItemIconProps {
|
|
9
8
|
$isCompact?: boolean;
|
|
10
9
|
$isVisible?: boolean;
|
|
11
10
|
$isDisabled?: boolean;
|
|
12
11
|
}
|
|
13
|
-
export declare const StyledItemIcon: import("styled-components").
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
} & IStyledItemIconProps, "data-garden-id" | "data-garden-version">;
|
|
12
|
+
export declare const StyledItemIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
13
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
14
|
+
}>, never>, IStyledItemIconProps>> & string;
|
|
17
15
|
export {};
|
|
@@ -11,8 +11,7 @@ interface IStyledItemMetaProps {
|
|
|
11
11
|
/**
|
|
12
12
|
* Accepts all `<span>` props
|
|
13
13
|
*/
|
|
14
|
-
export declare const StyledItemMeta: import("styled-components").
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
} & IStyledItemMetaProps, "data-garden-id" | "data-garden-version">;
|
|
14
|
+
export declare const StyledItemMeta: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
15
|
+
ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
16
|
+
}>, never>, IStyledItemMetaProps>> & string;
|
|
18
17
|
export {};
|
|
@@ -8,5 +8,5 @@ import React from 'react';
|
|
|
8
8
|
interface IStyledNextIconProps {
|
|
9
9
|
$isDisabled?: boolean;
|
|
10
10
|
}
|
|
11
|
-
export declare const StyledNextIcon: import("styled-components").
|
|
11
|
+
export declare const StyledNextIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.HTMLAttributes<SVGSVGElement>, IStyledNextIconProps>> & string & Omit<React.FC<React.HTMLAttributes<SVGSVGElement>>, keyof React.Component<any, {}, any>>;
|
|
12
12
|
export {};
|
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
/**
|
|
8
8
|
* Accepts all `<li>` props
|
|
9
9
|
*/
|
|
10
|
-
export declare const StyledNextItem: import("styled-components").
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
export declare const StyledNextItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
11
|
+
ref?: ((instance: HTMLLIElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
12
|
+
}>, import("./StyledItem").IStyledItemProps>, keyof import("./StyledItem").IStyledItemProps> & import("./StyledItem").IStyledItemProps, import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
13
|
+
ref?: ((instance: HTMLLIElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
14
|
+
}>, import("./StyledItem").IStyledItemProps>, keyof import("./StyledItem").IStyledItemProps> & import("./StyledItem").IStyledItemProps>, never>, never>> & string;
|
|
@@ -8,5 +8,5 @@ import React from 'react';
|
|
|
8
8
|
interface IStyledPreviousIconProps {
|
|
9
9
|
$isDisabled?: boolean;
|
|
10
10
|
}
|
|
11
|
-
export declare const StyledPreviousIcon: import("styled-components").
|
|
11
|
+
export declare const StyledPreviousIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.HTMLAttributes<SVGSVGElement>, IStyledPreviousIconProps>> & string & Omit<React.FC<React.HTMLAttributes<SVGSVGElement>>, keyof React.Component<any, {}, any>>;
|
|
12
12
|
export {};
|
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
/**
|
|
8
8
|
* Accepts all `<li>` props
|
|
9
9
|
*/
|
|
10
|
-
export declare const StyledPreviousItem: import("styled-components").
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
export declare const StyledPreviousItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
11
|
+
ref?: ((instance: HTMLLIElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
12
|
+
}>, import("./StyledItem").IStyledItemProps>, keyof import("./StyledItem").IStyledItemProps> & import("./StyledItem").IStyledItemProps, import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
13
|
+
ref?: ((instance: HTMLLIElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
14
|
+
}>, import("./StyledItem").IStyledItemProps>, keyof import("./StyledItem").IStyledItemProps> & import("./StyledItem").IStyledItemProps>, never>, never>> & string;
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
export declare const StyledHeaderIcon: import("styled-components").
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}, "data-garden-id" | "data-garden-version">;
|
|
7
|
+
export declare const StyledHeaderIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
9
|
+
}>, never>, never>> & string;
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import { DefaultTheme } from 'styled-components';
|
|
8
7
|
export interface IStyledHeaderItemProps {
|
|
9
8
|
/** Applies icon styling */
|
|
10
9
|
$hasIcon?: boolean;
|
|
@@ -13,4 +12,8 @@ export interface IStyledHeaderItemProps {
|
|
|
13
12
|
/**
|
|
14
13
|
* Accepts all `<li>` props
|
|
15
14
|
*/
|
|
16
|
-
export declare const StyledHeaderItem: import("styled-components").
|
|
15
|
+
export declare const StyledHeaderItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
16
|
+
ref?: ((instance: HTMLLIElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
17
|
+
}>, import("../StyledItem").IStyledItemProps>, keyof import("../StyledItem").IStyledItemProps> & import("../StyledItem").IStyledItemProps, import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
18
|
+
ref?: ((instance: HTMLLIElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
19
|
+
}>, import("../StyledItem").IStyledItemProps>, keyof import("../StyledItem").IStyledItemProps> & import("../StyledItem").IStyledItemProps>, IStyledHeaderItemProps>, IStyledHeaderItemProps>> & string;
|
|
@@ -10,8 +10,7 @@ interface IStyledMediaBodyProps {
|
|
|
10
10
|
/**
|
|
11
11
|
* Accepts all `<div>` props
|
|
12
12
|
*/
|
|
13
|
-
export declare const StyledMediaBody: import("styled-components").
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
} & IStyledMediaBodyProps, "data-garden-id" | "data-garden-version">;
|
|
13
|
+
export declare const StyledMediaBody: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
14
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
15
|
+
}>, never>, IStyledMediaBodyProps>> & string;
|
|
17
16
|
export {};
|
|
@@ -12,7 +12,11 @@ interface IStyledMediaFigureProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
12
12
|
/**
|
|
13
13
|
* 1. Override default Avatar styling
|
|
14
14
|
*/
|
|
15
|
-
export declare const StyledMediaFigure: import("styled-components").
|
|
15
|
+
export declare const StyledMediaFigure: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<IStyledMediaFigureProps & ThemeProps<DefaultTheme> & {
|
|
16
|
+
children?: React.ReactNode | undefined;
|
|
17
|
+
}, IStyledMediaFigureProps & ThemeProps<DefaultTheme> & {
|
|
18
|
+
children?: React.ReactNode | undefined;
|
|
19
|
+
}>, never>, IStyledMediaFigureProps>> & string & Omit<({ children, $isCompact, theme, ...props }: PropsWithChildren<IStyledMediaFigureProps & ThemeProps<DefaultTheme>>) => React.DetailedReactHTMLElement<{
|
|
16
20
|
defaultChecked?: boolean | undefined;
|
|
17
21
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
18
22
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -62,6 +66,8 @@ export declare const StyledMediaFigure: import("styled-components").StyledCompon
|
|
|
62
66
|
unselectable?: "on" | "off" | undefined;
|
|
63
67
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
64
68
|
is?: string | undefined;
|
|
69
|
+
'data-garden-id'?: string;
|
|
70
|
+
'data-garden-version'?: string;
|
|
65
71
|
"aria-activedescendant"?: string | undefined;
|
|
66
72
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
67
73
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
@@ -278,8 +284,5 @@ export declare const StyledMediaFigure: import("styled-components").StyledCompon
|
|
|
278
284
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
279
285
|
onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
280
286
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
281
|
-
}, HTMLElement>,
|
|
282
|
-
'data-garden-id': string;
|
|
283
|
-
'data-garden-version': string;
|
|
284
|
-
} & IStyledMediaFigureProps, "data-garden-id" | "data-garden-version">;
|
|
287
|
+
}, HTMLElement>, keyof React.Component<any, {}, any>>;
|
|
285
288
|
export {};
|
|
@@ -10,4 +10,8 @@ export interface IStyledMediaItem {
|
|
|
10
10
|
/**
|
|
11
11
|
* Accepts all `<li>` props
|
|
12
12
|
*/
|
|
13
|
-
export declare const StyledMediaItem: import("styled-components").
|
|
13
|
+
export declare const StyledMediaItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
14
|
+
ref?: ((instance: HTMLLIElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
15
|
+
}>, import("../StyledItem").IStyledItemProps>, keyof import("../StyledItem").IStyledItemProps> & import("../StyledItem").IStyledItemProps, import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
16
|
+
ref?: ((instance: HTMLLIElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
17
|
+
}>, import("../StyledItem").IStyledItemProps>, keyof import("../StyledItem").IStyledItemProps> & import("../StyledItem").IStyledItemProps>, IStyledMediaItem>, IStyledMediaItem>> & string;
|
|
@@ -16,5 +16,7 @@ interface IStyledMenuProps {
|
|
|
16
16
|
* 1. Override arrow parent positioning to ensure arrow is visible beyond block
|
|
17
17
|
* overflow boundaries.
|
|
18
18
|
*/
|
|
19
|
-
export declare const StyledMenu: import("styled-components").
|
|
19
|
+
export declare const StyledMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & {
|
|
20
|
+
ref?: ((instance: HTMLUListElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLUListElement> | null | undefined;
|
|
21
|
+
}>, IStyledMenuProps>, IStyledMenuProps>> & string;
|
|
20
22
|
export {};
|
|
@@ -12,5 +12,7 @@ interface IStyledMenuWrapperProps {
|
|
|
12
12
|
$zIndex?: number;
|
|
13
13
|
$isAnimated?: boolean;
|
|
14
14
|
}
|
|
15
|
-
export declare const StyledMenuWrapper: import("styled-components").
|
|
15
|
+
export declare const StyledMenuWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
16
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
17
|
+
}>, IStyledMenuWrapperProps>, IStyledMenuWrapperProps>> & string;
|
|
16
18
|
export {};
|
|
@@ -7,4 +7,6 @@
|
|
|
7
7
|
/**
|
|
8
8
|
* Accepts all `<li>` props
|
|
9
9
|
*/
|
|
10
|
-
export declare const StyledSeparator: import("styled-components").
|
|
10
|
+
export declare const StyledSeparator: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
11
|
+
ref?: ((instance: HTMLLIElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
12
|
+
}>, never>, never>> & string;
|
|
@@ -4,18 +4,17 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import { DefaultTheme } from 'styled-components';
|
|
8
7
|
interface IStyledMultiselectInputProps {
|
|
9
8
|
isCompact: boolean;
|
|
10
9
|
$isVisible: boolean;
|
|
11
10
|
}
|
|
12
|
-
export declare const StyledMultiselectInput: import("styled-components").
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
} & import("../select/StyledInput").IStyledInputProps & {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
11
|
+
export declare const StyledMultiselectInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<Omit<import("packages/forms/dist/typings").IInputProps & import("react").RefAttributes<HTMLInputElement>, "ref"> & {
|
|
12
|
+
ref?: ((instance: HTMLInputElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLInputElement> | null | undefined;
|
|
13
|
+
}, Omit<import("packages/forms/dist/typings").IInputProps & import("react").RefAttributes<HTMLInputElement>, "ref"> & {
|
|
14
|
+
ref?: ((instance: HTMLInputElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLInputElement> | null | undefined;
|
|
15
|
+
}>, never>, "$isHidden"> & import("../select/StyledInput").IStyledInputProps, import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<Omit<import("packages/forms/dist/typings").IInputProps & import("react").RefAttributes<HTMLInputElement>, "ref"> & {
|
|
16
|
+
ref?: ((instance: HTMLInputElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLInputElement> | null | undefined;
|
|
17
|
+
}, Omit<import("packages/forms/dist/typings").IInputProps & import("react").RefAttributes<HTMLInputElement>, "ref"> & {
|
|
18
|
+
ref?: ((instance: HTMLInputElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLInputElement> | null | undefined;
|
|
19
|
+
}>, never>, "$isHidden"> & import("../select/StyledInput").IStyledInputProps>, never>, IStyledMultiselectInputProps>> & string;
|
|
21
20
|
export {};
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
export declare const StyledMultiselectItemWrapper: import("styled-components").
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}, "data-garden-id" | "data-garden-version">;
|
|
7
|
+
export declare const StyledMultiselectItemWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
9
|
+
}>, never>, never>> & string;
|
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import { DefaultTheme } from 'styled-components';
|
|
8
7
|
interface IStyledMultiselectItemsContainerProps {
|
|
9
8
|
$isCompact?: boolean;
|
|
10
9
|
$isBare?: boolean;
|
|
11
10
|
}
|
|
12
|
-
export declare const StyledMultiselectItemsContainer: import("styled-components").
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
} & IStyledMultiselectItemsContainerProps, "data-garden-id" | "data-garden-version">;
|
|
11
|
+
export declare const StyledMultiselectItemsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
12
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
13
|
+
}>, never>, IStyledMultiselectItemsContainerProps>> & string;
|
|
16
14
|
export {};
|
|
@@ -8,8 +8,7 @@ interface IStyledMultiselectMoreAnchorProps {
|
|
|
8
8
|
$isCompact?: boolean;
|
|
9
9
|
$isDisabled?: boolean;
|
|
10
10
|
}
|
|
11
|
-
export declare const StyledMultiselectMoreAnchor: import("styled-components").
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
} & IStyledMultiselectMoreAnchorProps, "data-garden-id" | "data-garden-version">;
|
|
11
|
+
export declare const StyledMultiselectMoreAnchor: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
12
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
13
|
+
}>, never>, IStyledMultiselectMoreAnchorProps>> & string;
|
|
15
14
|
export {};
|
|
@@ -4,12 +4,11 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
export declare const StyledFauxInput: import("styled-components").
|
|
7
|
+
export declare const StyledFauxInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-forms").IFauxInputProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
9
|
+
}, Omit<import("@zendeskgarden/react-forms").IFauxInputProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
10
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
11
|
+
}>, never>, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-forms").IFauxInputProps & import("react").RefAttributes<HTMLDivElement>> & {
|
|
8
12
|
EndIcon: typeof import("packages/forms/dist/typings/elements/faux-input/components/EndIcon").EndIcon;
|
|
9
13
|
StartIcon: typeof import("packages/forms/dist/typings/elements/faux-input/components/StartIcon").StartIcon;
|
|
10
|
-
}, import("
|
|
11
|
-
'data-garden-id': string;
|
|
12
|
-
'data-garden-version': string;
|
|
13
|
-
mediaLayout: true;
|
|
14
|
-
theme: import("styled-components").DefaultTheme;
|
|
15
|
-
}, "theme" | "mediaLayout" | "data-garden-id" | "data-garden-version">;
|
|
14
|
+
}, keyof import("react").Component<any, {}, any>>;
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
export interface IStyledInputProps {
|
|
8
8
|
$isHidden?: boolean;
|
|
9
9
|
}
|
|
10
|
-
export declare const StyledInput: import("styled-components").
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
10
|
+
export declare const StyledInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-forms").IInputProps & import("react").RefAttributes<HTMLInputElement>, "ref"> & {
|
|
11
|
+
ref?: ((instance: HTMLInputElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLInputElement> | null | undefined;
|
|
12
|
+
}, Omit<import("@zendeskgarden/react-forms").IInputProps & import("react").RefAttributes<HTMLInputElement>, "ref"> & {
|
|
13
|
+
ref?: ((instance: HTMLInputElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLInputElement> | null | undefined;
|
|
14
|
+
}>, never>, IStyledInputProps>> & string & Omit<import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-forms").IInputProps & import("react").RefAttributes<HTMLInputElement>>, keyof import("react").Component<any, {}, any>>;
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
export declare const StyledSelect: import("styled-components").
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}, "data-garden-id" | "data-garden-version">;
|
|
7
|
+
export declare const StyledSelect: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
9
|
+
}>, never>, never>> & string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zendeskgarden/react-dropdowns.legacy",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.4.0",
|
|
4
4
|
"description": "Components relating to dropdowns in the Garden Design System",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Zendesk Garden <garden@zendesk.com>",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@zendeskgarden/container-selection": "^2.0.0",
|
|
25
25
|
"@zendeskgarden/container-utilities": "^1.0.14",
|
|
26
|
-
"@zendeskgarden/react-forms": "^9.
|
|
26
|
+
"@zendeskgarden/react-forms": "^9.4.0",
|
|
27
27
|
"downshift": "^7.0.0",
|
|
28
28
|
"polished": "^4.3.1",
|
|
29
29
|
"prop-types": "^15.5.7",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"@zendeskgarden/react-theming": ">=9.0.0",
|
|
35
35
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
36
36
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
37
|
-
"styled-components": "^5.3.1"
|
|
37
|
+
"styled-components": "^5.3.1 || ^6.0.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/lodash.debounce": "4.0.9",
|
|
41
|
-
"@zendeskgarden/react-theming": "^9.
|
|
41
|
+
"@zendeskgarden/react-theming": "^9.4.0",
|
|
42
42
|
"@zendeskgarden/svg-icons": "7.1.1",
|
|
43
43
|
"lodash.debounce": "4.0.8"
|
|
44
44
|
},
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"access": "public"
|
|
53
53
|
},
|
|
54
54
|
"zendeskgarden:src": "src/index.ts",
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "02e3f240b6f0c776fdae785254d6fe90cbfc37e4"
|
|
56
56
|
}
|