@zendeskgarden/react-dropdowns.legacy 9.0.0-next.13 → 9.0.0-next.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/LICENSE.md +176 -0
  2. package/dist/esm/styled/items/StyledAddItem.js +1 -1
  3. package/dist/esm/styled/items/StyledItem.js +1 -1
  4. package/dist/esm/styled/items/StyledItemIcon.js +1 -1
  5. package/dist/esm/styled/items/StyledItemMeta.js +1 -1
  6. package/dist/esm/styled/items/StyledNextIcon.js +1 -1
  7. package/dist/esm/styled/items/StyledNextItem.js +1 -1
  8. package/dist/esm/styled/items/StyledPreviousIcon.js +1 -1
  9. package/dist/esm/styled/items/StyledPreviousItem.js +1 -1
  10. package/dist/esm/styled/items/header/StyledHeaderIcon.js +1 -1
  11. package/dist/esm/styled/items/header/StyledHeaderItem.js +1 -1
  12. package/dist/esm/styled/items/media/StyledMediaBody.js +1 -1
  13. package/dist/esm/styled/items/media/StyledMediaFigure.js +1 -1
  14. package/dist/esm/styled/items/media/StyledMediaItem.js +1 -1
  15. package/dist/esm/styled/menu/StyledMenu.js +1 -1
  16. package/dist/esm/styled/menu/StyledMenuWrapper.js +1 -1
  17. package/dist/esm/styled/menu/StyledSeparator.js +1 -1
  18. package/dist/esm/styled/multiselect/StyledMultiselectInput.js +1 -1
  19. package/dist/esm/styled/multiselect/StyledMultiselectItemWrapper.js +1 -1
  20. package/dist/esm/styled/multiselect/StyledMultiselectItemsContainer.js +1 -1
  21. package/dist/esm/styled/multiselect/StyledMultiselectMoreAnchor.js +1 -1
  22. package/dist/esm/styled/select/StyledFauxInput.js +1 -1
  23. package/dist/esm/styled/select/StyledInput.js +1 -1
  24. package/dist/esm/styled/select/StyledSelect.js +1 -1
  25. package/dist/index.cjs.js +23 -23
  26. package/dist/typings/styled/select/StyledFauxInput.d.ts +2 -2
  27. package/package.json +5 -4
package/LICENSE.md ADDED
@@ -0,0 +1,176 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
@@ -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.0.0-next.13'
14
+ 'data-garden-version': '9.0.0-next.14'
15
15
  }).withConfig({
16
16
  displayName: "StyledAddItem",
17
17
  componentId: "sc-mlto71-0"
@@ -31,7 +31,7 @@ const getColorStyles = props => {
31
31
  };
32
32
  const StyledItem = styled.li.attrs(props => ({
33
33
  'data-garden-id': COMPONENT_ID,
34
- 'data-garden-version': '9.0.0-next.13',
34
+ 'data-garden-version': '9.0.0-next.14',
35
35
  'aria-disabled': props.disabled
36
36
  })).withConfig({
37
37
  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.0.0-next.13'
18
+ 'data-garden-version': '9.0.0-next.14'
19
19
  }).withConfig({
20
20
  displayName: "StyledItemIcon",
21
21
  componentId: "sc-pspm80-0"
@@ -10,7 +10,7 @@ import { getColorV8, retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgard
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.0.0-next.13'
13
+ 'data-garden-version': '9.0.0-next.14'
14
14
  }).withConfig({
15
15
  displayName: "StyledItemMeta",
16
16
  componentId: "sc-1m3x8m1-0"
@@ -16,7 +16,7 @@ const NextIconComponent = _ref => {
16
16
  } = _ref;
17
17
  return React__default.createElement(SvgChevronRightStroke, {
18
18
  "data-garden-id": COMPONENT_ID,
19
- "data-garden-version": '9.0.0-next.13',
19
+ "data-garden-version": '9.0.0-next.14',
20
20
  className: className
21
21
  });
22
22
  };
@@ -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.0.0-next.13'
15
+ 'data-garden-version': '9.0.0-next.14'
16
16
  }).withConfig({
17
17
  displayName: "StyledNextItem",
18
18
  componentId: "sc-1wrjlge-0"
@@ -16,7 +16,7 @@ const PreviousIconComponent = _ref => {
16
16
  } = _ref;
17
17
  return React__default.createElement(SvgChevronLeftStroke, {
18
18
  "data-garden-id": COMPONENT_ID,
19
- "data-garden-version": '9.0.0-next.13',
19
+ "data-garden-version": '9.0.0-next.14',
20
20
  className: className
21
21
  });
22
22
  };
@@ -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.0.0-next.13'
14
+ 'data-garden-version': '9.0.0-next.14'
15
15
  }).withConfig({
16
16
  displayName: "StyledPreviousItem",
17
17
  componentId: "sc-1qv9jwe-0"
@@ -10,7 +10,7 @@ import { getColorV8, retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgard
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.0.0-next.13'
13
+ 'data-garden-version': '9.0.0-next.14'
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.0.0-next.13'
20
+ 'data-garden-version': '9.0.0-next.14'
21
21
  }).withConfig({
22
22
  displayName: "StyledHeaderItem",
23
23
  componentId: "sc-1xosinr-0"
@@ -10,7 +10,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
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.0.0-next.13'
13
+ 'data-garden-version': '9.0.0-next.14'
14
14
  }).withConfig({
15
15
  displayName: "StyledMediaBody",
16
16
  componentId: "sc-133sssc-0"
@@ -22,7 +22,7 @@ _ref => {
22
22
  );
23
23
  }).attrs({
24
24
  'data-garden-id': COMPONENT_ID,
25
- 'data-garden-version': '9.0.0-next.13'
25
+ 'data-garden-version': '9.0.0-next.14'
26
26
  }).withConfig({
27
27
  displayName: "StyledMediaFigure",
28
28
  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.0.0-next.13'
14
+ 'data-garden-version': '9.0.0-next.14'
15
15
  }).withConfig({
16
16
  displayName: "StyledMediaItem",
17
17
  componentId: "sc-af4509-0"
@@ -11,7 +11,7 @@ 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.0.0-next.13',
14
+ 'data-garden-version': '9.0.0-next.14',
15
15
  className: props.isAnimated && 'is-animated'
16
16
  })).withConfig({
17
17
  displayName: "StyledMenu",
@@ -11,7 +11,7 @@ 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.0.0-next.13',
14
+ 'data-garden-version': '9.0.0-next.14',
15
15
  className: props.isAnimated && 'is-animated'
16
16
  })).withConfig({
17
17
  displayName: "StyledMenuWrapper",
@@ -10,7 +10,7 @@ import { getColorV8, retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgard
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.0.0-next.13',
13
+ 'data-garden-version': '9.0.0-next.14',
14
14
  role: 'separator'
15
15
  }).withConfig({
16
16
  displayName: "StyledSeparator",
@@ -20,7 +20,7 @@ const visibleStyling = props => {
20
20
  };
21
21
  const StyledMultiselectInput = styled(StyledInput).attrs({
22
22
  'data-garden-id': COMPONENT_ID,
23
- 'data-garden-version': '9.0.0-next.13',
23
+ 'data-garden-version': '9.0.0-next.14',
24
24
  isBare: true
25
25
  }).withConfig({
26
26
  displayName: "StyledMultiselectInput",
@@ -10,7 +10,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
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.0.0-next.13'
13
+ 'data-garden-version': '9.0.0-next.14'
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.0.0-next.13'
25
+ 'data-garden-version': '9.0.0-next.14'
26
26
  }).withConfig({
27
27
  displayName: "StyledMultiselectItemsContainer",
28
28
  componentId: "sc-1dxwjyz-0"
@@ -10,7 +10,7 @@ import { getLineHeight, getColorV8, retrieveComponentStyles, DEFAULT_THEME } fro
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.0.0-next.13'
13
+ 'data-garden-version': '9.0.0-next.14'
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.0.0-next.13',
14
+ 'data-garden-version': '9.0.0-next.14',
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.0.0-next.13',
15
+ 'data-garden-version': '9.0.0-next.14',
16
16
  isBare: true
17
17
  }).withConfig({
18
18
  displayName: "StyledInput",
@@ -10,7 +10,7 @@ import { retrieveComponentStyles, DEFAULT_THEME } from '@zendeskgarden/react-the
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.0.0-next.13'
13
+ 'data-garden-version': '9.0.0-next.14'
14
14
  }).withConfig({
15
15
  displayName: "StyledSelect",
16
16
  componentId: "sc-xf4qjv-0"
package/dist/index.cjs.js CHANGED
@@ -289,7 +289,7 @@ 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.0.0-next.13',
292
+ 'data-garden-version': '9.0.0-next.14',
293
293
  className: props.isAnimated && 'is-animated'
294
294
  })).withConfig({
295
295
  displayName: "StyledMenu",
@@ -306,7 +306,7 @@ StyledMenu.defaultProps = {
306
306
  const COMPONENT_ID$l = 'dropdowns.menu_wrapper';
307
307
  const StyledMenuWrapper = styled__default.default.div.attrs(props => ({
308
308
  'data-garden-id': COMPONENT_ID$l,
309
- 'data-garden-version': '9.0.0-next.13',
309
+ 'data-garden-version': '9.0.0-next.14',
310
310
  className: props.isAnimated && 'is-animated'
311
311
  })).withConfig({
312
312
  displayName: "StyledMenuWrapper",
@@ -325,7 +325,7 @@ StyledMenuWrapper.defaultProps = {
325
325
  const COMPONENT_ID$k = 'dropdowns.separator';
326
326
  const StyledSeparator = styled__default.default.li.attrs({
327
327
  'data-garden-id': COMPONENT_ID$k,
328
- 'data-garden-version': '9.0.0-next.13',
328
+ 'data-garden-version': '9.0.0-next.14',
329
329
  role: 'separator'
330
330
  }).withConfig({
331
331
  displayName: "StyledSeparator",
@@ -358,7 +358,7 @@ const getColorStyles = props => {
358
358
  };
359
359
  const StyledItem = styled__default.default.li.attrs(props => ({
360
360
  'data-garden-id': COMPONENT_ID$j,
361
- 'data-garden-version': '9.0.0-next.13',
361
+ 'data-garden-version': '9.0.0-next.14',
362
362
  'aria-disabled': props.disabled
363
363
  })).withConfig({
364
364
  displayName: "StyledItem",
@@ -371,7 +371,7 @@ StyledItem.defaultProps = {
371
371
  const COMPONENT_ID$i = 'dropdowns.add_item';
372
372
  const StyledAddItem = styled__default.default(StyledItem).attrs({
373
373
  'data-garden-id': COMPONENT_ID$i,
374
- 'data-garden-version': '9.0.0-next.13'
374
+ 'data-garden-version': '9.0.0-next.14'
375
375
  }).withConfig({
376
376
  displayName: "StyledAddItem",
377
377
  componentId: "sc-mlto71-0"
@@ -383,7 +383,7 @@ StyledAddItem.defaultProps = {
383
383
  const COMPONENT_ID$h = 'dropdowns.item_meta';
384
384
  const StyledItemMeta = styled__default.default.span.attrs({
385
385
  'data-garden-id': COMPONENT_ID$h,
386
- 'data-garden-version': '9.0.0-next.13'
386
+ 'data-garden-version': '9.0.0-next.14'
387
387
  }).withConfig({
388
388
  displayName: "StyledItemMeta",
389
389
  componentId: "sc-1m3x8m1-0"
@@ -398,7 +398,7 @@ const getSizeStyles = props => {
398
398
  };
399
399
  const StyledItemIcon = styled__default.default.div.attrs({
400
400
  'data-garden-id': COMPONENT_ID$g,
401
- 'data-garden-version': '9.0.0-next.13'
401
+ 'data-garden-version': '9.0.0-next.14'
402
402
  }).withConfig({
403
403
  displayName: "StyledItemIcon",
404
404
  componentId: "sc-pspm80-0"
@@ -410,7 +410,7 @@ StyledItemIcon.defaultProps = {
410
410
  const COMPONENT_ID$f = 'dropdowns.next_item';
411
411
  const StyledNextItem = styled__default.default(StyledItem).attrs({
412
412
  'data-garden-id': COMPONENT_ID$f,
413
- 'data-garden-version': '9.0.0-next.13'
413
+ 'data-garden-version': '9.0.0-next.14'
414
414
  }).withConfig({
415
415
  displayName: "StyledNextItem",
416
416
  componentId: "sc-1wrjlge-0"
@@ -442,7 +442,7 @@ const NextIconComponent = _ref => {
442
442
  } = _ref;
443
443
  return React__namespace.default.createElement(SvgChevronRightStroke, {
444
444
  "data-garden-id": COMPONENT_ID$e,
445
- "data-garden-version": '9.0.0-next.13',
445
+ "data-garden-version": '9.0.0-next.14',
446
446
  className: className
447
447
  });
448
448
  };
@@ -457,7 +457,7 @@ StyledNextIcon.defaultProps = {
457
457
  const COMPONENT_ID$d = 'dropdowns.previous_item';
458
458
  const StyledPreviousItem = styled__default.default(StyledItem).attrs({
459
459
  'data-garden-id': COMPONENT_ID$d,
460
- 'data-garden-version': '9.0.0-next.13'
460
+ 'data-garden-version': '9.0.0-next.14'
461
461
  }).withConfig({
462
462
  displayName: "StyledPreviousItem",
463
463
  componentId: "sc-1qv9jwe-0"
@@ -489,7 +489,7 @@ const PreviousIconComponent = _ref => {
489
489
  } = _ref;
490
490
  return React__namespace.default.createElement(SvgChevronLeftStroke, {
491
491
  "data-garden-id": COMPONENT_ID$c,
492
- "data-garden-version": '9.0.0-next.13',
492
+ "data-garden-version": '9.0.0-next.14',
493
493
  className: className
494
494
  });
495
495
  };
@@ -504,7 +504,7 @@ StyledPreviousIcon.defaultProps = {
504
504
  const COMPONENT_ID$b = 'dropdowns.header_icon';
505
505
  const StyledHeaderIcon = styled__default.default.div.attrs({
506
506
  'data-garden-id': COMPONENT_ID$b,
507
- 'data-garden-version': '9.0.0-next.13'
507
+ 'data-garden-version': '9.0.0-next.14'
508
508
  }).withConfig({
509
509
  displayName: "StyledHeaderIcon",
510
510
  componentId: "sc-ow8s45-0"
@@ -522,7 +522,7 @@ const getHorizontalPadding = props => {
522
522
  };
523
523
  const StyledHeaderItem = styled__default.default(StyledItem).attrs({
524
524
  'data-garden-id': COMPONENT_ID$a,
525
- 'data-garden-version': '9.0.0-next.13'
525
+ 'data-garden-version': '9.0.0-next.14'
526
526
  }).withConfig({
527
527
  displayName: "StyledHeaderItem",
528
528
  componentId: "sc-1xosinr-0"
@@ -534,7 +534,7 @@ StyledHeaderItem.defaultProps = {
534
534
  const COMPONENT_ID$9 = 'dropdowns.media_body';
535
535
  const StyledMediaBody = styled__default.default.div.attrs({
536
536
  'data-garden-id': COMPONENT_ID$9,
537
- 'data-garden-version': '9.0.0-next.13'
537
+ 'data-garden-version': '9.0.0-next.14'
538
538
  }).withConfig({
539
539
  displayName: "StyledMediaBody",
540
540
  componentId: "sc-133sssc-0"
@@ -557,7 +557,7 @@ _ref => {
557
557
  );
558
558
  }).attrs({
559
559
  'data-garden-id': COMPONENT_ID$8,
560
- 'data-garden-version': '9.0.0-next.13'
560
+ 'data-garden-version': '9.0.0-next.14'
561
561
  }).withConfig({
562
562
  displayName: "StyledMediaFigure",
563
563
  componentId: "sc-16vz3xj-0"
@@ -569,7 +569,7 @@ StyledMediaFigure.defaultProps = {
569
569
  const COMPONENT_ID$7 = 'dropdowns.media_item';
570
570
  const StyledMediaItem = styled__default.default(StyledItem).attrs({
571
571
  'data-garden-id': COMPONENT_ID$7,
572
- 'data-garden-version': '9.0.0-next.13'
572
+ 'data-garden-version': '9.0.0-next.14'
573
573
  }).withConfig({
574
574
  displayName: "StyledMediaItem",
575
575
  componentId: "sc-af4509-0"
@@ -581,7 +581,7 @@ StyledMediaItem.defaultProps = {
581
581
  const COMPONENT_ID$6 = 'dropdowns.faux_input';
582
582
  const StyledFauxInput = styled__default.default(reactForms.FauxInput).attrs(props => ({
583
583
  'data-garden-id': COMPONENT_ID$6,
584
- 'data-garden-version': '9.0.0-next.13',
584
+ 'data-garden-version': '9.0.0-next.14',
585
585
  mediaLayout: true,
586
586
  theme: props.theme
587
587
  })).withConfig({
@@ -596,7 +596,7 @@ const COMPONENT_ID$5 = 'dropdowns.input';
596
596
  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;"]);
597
597
  const StyledInput = styled__default.default(reactForms.Input).attrs({
598
598
  'data-garden-id': COMPONENT_ID$5,
599
- 'data-garden-version': '9.0.0-next.13',
599
+ 'data-garden-version': '9.0.0-next.14',
600
600
  isBare: true
601
601
  }).withConfig({
602
602
  displayName: "StyledInput",
@@ -609,7 +609,7 @@ StyledInput.defaultProps = {
609
609
  const COMPONENT_ID$4 = 'dropdowns.select';
610
610
  const StyledSelect = styled__default.default.div.attrs({
611
611
  'data-garden-id': COMPONENT_ID$4,
612
- 'data-garden-version': '9.0.0-next.13'
612
+ 'data-garden-version': '9.0.0-next.14'
613
613
  }).withConfig({
614
614
  displayName: "StyledSelect",
615
615
  componentId: "sc-xf4qjv-0"
@@ -630,7 +630,7 @@ const visibleStyling = props => {
630
630
  };
631
631
  const StyledMultiselectInput = styled__default.default(StyledInput).attrs({
632
632
  'data-garden-id': COMPONENT_ID$3,
633
- 'data-garden-version': '9.0.0-next.13',
633
+ 'data-garden-version': '9.0.0-next.14',
634
634
  isBare: true
635
635
  }).withConfig({
636
636
  displayName: "StyledMultiselectInput",
@@ -655,7 +655,7 @@ const sizeStyles = props => {
655
655
  };
656
656
  const StyledMultiselectItemsContainer = styled__default.default.div.attrs({
657
657
  'data-garden-id': COMPONENT_ID$2,
658
- 'data-garden-version': '9.0.0-next.13'
658
+ 'data-garden-version': '9.0.0-next.14'
659
659
  }).withConfig({
660
660
  displayName: "StyledMultiselectItemsContainer",
661
661
  componentId: "sc-1dxwjyz-0"
@@ -667,7 +667,7 @@ StyledMultiselectItemsContainer.defaultProps = {
667
667
  const COMPONENT_ID$1 = 'dropdowns.multiselect_item_wrapper';
668
668
  const StyledMultiselectItemWrapper = styled__default.default.div.attrs({
669
669
  'data-garden-id': COMPONENT_ID$1,
670
- 'data-garden-version': '9.0.0-next.13'
670
+ 'data-garden-version': '9.0.0-next.14'
671
671
  }).withConfig({
672
672
  displayName: "StyledMultiselectItemWrapper",
673
673
  componentId: "sc-vgr7nd-0"
@@ -679,7 +679,7 @@ StyledMultiselectItemWrapper.defaultProps = {
679
679
  const COMPONENT_ID = 'dropdowns.multiselect_more_anchor';
680
680
  const StyledMultiselectMoreAnchor = styled__default.default.div.attrs({
681
681
  'data-garden-id': COMPONENT_ID,
682
- 'data-garden-version': '9.0.0-next.13'
682
+ 'data-garden-version': '9.0.0-next.14'
683
683
  }).withConfig({
684
684
  displayName: "StyledMultiselectMoreAnchor",
685
685
  componentId: "sc-pkakky-0"
@@ -7,11 +7,11 @@
7
7
  /// <reference types="react" />
8
8
  export declare const StyledFauxInput: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-forms").IFauxInputProps & import("react").RefAttributes<HTMLDivElement>> & {
9
9
  EndIcon: {
10
- ({ isDisabled, isRotated, ...props }: import("@zendeskgarden/react-forms").IFauxInputStartIconProps): import("react").JSX.Element;
10
+ ({ isDisabled, isFocused, isHovered, isRotated, ...props }: import("@zendeskgarden/react-forms").IFauxInputStartIconProps): import("react").JSX.Element;
11
11
  displayName: string;
12
12
  };
13
13
  StartIcon: {
14
- ({ isDisabled, isRotated, ...props }: import("@zendeskgarden/react-forms").IFauxInputStartIconProps): import("react").JSX.Element;
14
+ ({ isDisabled, isFocused, isHovered, isRotated, ...props }: import("@zendeskgarden/react-forms").IFauxInputStartIconProps): import("react").JSX.Element;
15
15
  displayName: string;
16
16
  };
17
17
  }, import("styled-components").DefaultTheme, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zendeskgarden/react-dropdowns.legacy",
3
- "version": "9.0.0-next.13",
3
+ "version": "9.0.0-next.14",
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.0.0-next.13",
26
+ "@zendeskgarden/react-forms": "^9.0.0-next.14",
27
27
  "downshift": "^7.0.0",
28
28
  "polished": "^4.3.1",
29
29
  "prop-types": "^15.5.7",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/lodash.debounce": "4.0.9",
41
- "@zendeskgarden/react-theming": "^9.0.0-next.13",
41
+ "@zendeskgarden/react-theming": "^9.0.0-next.14",
42
42
  "@zendeskgarden/svg-icons": "7.1.1",
43
43
  "lodash.debounce": "4.0.8"
44
44
  },
@@ -51,5 +51,6 @@
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "zendeskgarden:src": "src/index.ts"
54
+ "zendeskgarden:src": "src/index.ts",
55
+ "gitHead": "4cd4e10839f6d083f0c5e642b99256e390a37ae6"
55
56
  }