@innovaccer/design-system 2.25.0 → 2.25.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,39 @@
1
+ ## 2.25.1 (2023-11-20)
2
+
3
+ ### Highlights
4
+
5
+ - fix(dropdown): update search input in empty option list (2cc73fe2)
6
+
7
+ ### Breaking changes
8
+
9
+ NA
10
+
11
+ ### Migration guide
12
+
13
+ NA
14
+
15
+ ### Deprecations
16
+
17
+ NA
18
+
19
+ ### Features
20
+
21
+ NA
22
+
23
+ ### Fixes
24
+
25
+ - fix(dropdown): update search input in empty option list (2cc73fe2)
26
+
27
+ ### Improvements
28
+
29
+ NA
30
+
31
+ ### Documentation
32
+
33
+ NA
34
+
35
+ ---
36
+
1
37
  ## 2.25.0 (2023-11-14)
2
38
 
3
39
  ### Highlights
@@ -607,7 +607,7 @@
607
607
  "affectsGlobalScope": false
608
608
  },
609
609
  "../../core/components/atoms/dropdown/DropdownList.tsx": {
610
- "version": "1e190084f9af3017c69790fcf8076b5079f1b9bd8647895ced32c3f8434d36ef",
610
+ "version": "9387df148b29124d31744982b7937cc7702f37429eb3c798f2db96dc4930c2c3",
611
611
  "signature": "24048f2aada8f273d401139d7417f7c942b6693b13c8e87284e831f9401d8d5e",
612
612
  "affectsGlobalScope": false
613
613
  },
package/dist/index.esm.js CHANGED
@@ -1,8 +1,8 @@
1
1
 
2
2
  /**
3
- * Generated on: 1699952738463
3
+ * Generated on: 1700506270001
4
4
  * Package: @innovaccer/design-system
5
- * Version: v2.25.0
5
+ * Version: v2.25.1
6
6
  * License: MIT
7
7
  * Docs: https://innovaccer.github.io/design-system
8
8
  */
@@ -5614,7 +5614,7 @@ var DropdownList = function DropdownList(props) {
5614
5614
  }
5615
5615
  };
5616
5616
 
5617
- var enableSearch = (withSearch || props.async) && (!isDropdownListBlank || errorType === 'NO_RECORDS_FOUND');
5617
+ var enableSearch = withSearch || props.async;
5618
5618
  return (
5619
5619
  /*#__PURE__*/
5620
5620
  //TODO(a11y)
@@ -23252,6 +23252,6 @@ Listbox.defaultProps = {
23252
23252
  };
23253
23253
  Listbox.Item = ListboxItem;
23254
23254
 
23255
- var version = "2.25.0";
23255
+ var version = "2.25.1";
23256
23256
 
23257
23257
  export { ActionCard, Avatar, AvatarGroup, Backdrop, Badge, Breadcrumbs, Button, Calendar, Caption, Card, CardBody, CardFooter, CardHeader, CardSubdued, ChatMessage, Checkbox, Chip, ChipGroup, ChipInput, ChoiceList, Collapsible, Column, DatePicker, DateRangePicker, Dialog, Divider, Dropdown, Dropzone, EditableChipInput, EditableDropdown, EditableInput, EmptyState, FileList, FileUploader, FileUploaderList, FullscreenModal, Grid, GridCell, Heading, HelpText, HorizontalNav, Icon, InlineMessage, Input, X as InputMask, Label, Legend, Link, LinkButton, List, Listbox, Message, MetaList, MetricInput, Modal, ModalBody, ModalDescription, ModalFooter, ModalHeader, MultiSlider, Navigation, OutsideClick, PageHeader, Pagination, Paragraph, Pills, Placeholder, PlaceholderImage, PlaceholderParagraph, Popover, ProgressBar, ProgressRing, Radio, RangeSlider, Row, SelectionCard, Sidesheet, Slider, Spinner, StatusHint, Stepper, Subheading, Switch, Tab, Table, Tabs, TabsWrapper, Text, Textarea, TimePicker, Toast, Tooltip, index as Utils, VerificationCodeInput, VerticalNav, version };
package/dist/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
 
2
2
  /**
3
- * Generated on: 1699952738884
3
+ * Generated on: 1700506270234
4
4
  * Package: @innovaccer/design-system
5
- * Version: v2.25.0
5
+ * Version: v2.25.1
6
6
  * License: MIT
7
7
  * Docs: https://innovaccer.github.io/design-system
8
8
  */
@@ -5075,7 +5075,7 @@
5075
5075
  }
5076
5076
  };
5077
5077
 
5078
- var enableSearch = (withSearch || props.async) && (!isDropdownListBlank || errorType === 'NO_RECORDS_FOUND');
5078
+ var enableSearch = withSearch || props.async;
5079
5079
  return /*#__PURE__*/React__namespace.createElement("div", __assign({}, baseProps, {
5080
5080
  className: dropdownClass,
5081
5081
  ref: triggerRef,
@@ -17500,7 +17500,7 @@
17500
17500
  };
17501
17501
  Listbox.Item = ListboxItem;
17502
17502
 
17503
- var version = "2.25.0";
17503
+ var version = "2.25.1";
17504
17504
 
17505
17505
  exports.ActionCard = ActionCard;
17506
17506
  exports.Avatar = Avatar;