@innovaccer/design-system 2.23.1 → 2.23.3

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,77 @@
1
+ ## 2.23.3 (2023-10-31)
2
+
3
+ ### Highlights
4
+
5
+ NA
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 error state template for async dropdown (6f59e682)
26
+
27
+ ### Improvements
28
+
29
+ NA
30
+
31
+ ### Documentation
32
+
33
+ NA
34
+
35
+ ---
36
+
37
+ ## 2.23.2 (2023-10-28)
38
+
39
+ ### Highlights
40
+
41
+ NA
42
+
43
+ ### Breaking changes
44
+
45
+ NA
46
+
47
+ ### Migration guide
48
+
49
+ NA
50
+
51
+ ### Deprecations
52
+
53
+ NA
54
+
55
+ ### Features
56
+
57
+ NA
58
+
59
+ ### Fixes
60
+
61
+ - fix(dropdown): update error state template for async dropdown (558f788b)
62
+
63
+ ### Improvements
64
+
65
+ NA
66
+
67
+ ### Documentation
68
+
69
+ - docs(docs): add line charts documentation (a33bf4e6)
70
+ - docs(docs): add donut chart in visualizations, change tab name (76ba6e93)
71
+ - docs(docs): add color documentation
72
+
73
+ ---
74
+
1
75
  ## 2.23.1 (2023-10-23)
2
76
 
3
77
  ### Highlights
@@ -597,12 +597,12 @@
597
597
  "affectsGlobalScope": false
598
598
  },
599
599
  "../../core/components/atoms/dropdown/Dropdown.tsx": {
600
- "version": "afd814b303ff51113e809897d567e0c7ac77c61bcd46c0f942d3414bcdc35759",
600
+ "version": "363d1e58b07def37475a4f2b538643de75e72b571ee8cb311bd106eb44e86006",
601
601
  "signature": "c171f1203f6dc27aa75553acd55d26d8a6d9ed99c4c7ab6b457e52f29fcfbc1e",
602
602
  "affectsGlobalScope": false
603
603
  },
604
604
  "../../core/components/atoms/dropdown/ErrorTemplate.tsx": {
605
- "version": "f3768781a4e33773445c3ae5b6eed9ef5dc56532517c12c46a7604bb416e12b5",
605
+ "version": "e1a421d8e1b20f2852968a802bff6d26f94aca03588944bc8c7b40f696d54fe8",
606
606
  "signature": "35df89cd787fd433d996895ceca8e80ee3ce338196ce027fd1d6f95720043085",
607
607
  "affectsGlobalScope": false
608
608
  },
package/dist/index.esm.js CHANGED
@@ -1,8 +1,8 @@
1
1
 
2
2
  /**
3
- * Generated on: 1698057092920
3
+ * Generated on: 1698770698901
4
4
  * Package: @innovaccer/design-system
5
- * Version: v2.23.1
5
+ * Version: v2.23.3
6
6
  * License: MIT
7
7
  * Docs: https://innovaccer.github.io/design-system
8
8
  */
@@ -5075,7 +5075,7 @@ var ErrorTemplate = function ErrorTemplate(_ref) {
5075
5075
  className: "d-flex flex-column justify-content-center align-items-center",
5076
5076
  "data-test": "DesignSystem-Dropdown--errorWrapper"
5077
5077
  }, /*#__PURE__*/React.createElement(Text, {
5078
- className: "mb-3",
5078
+ className: "text-align-center mb-3",
5079
5079
  weight: "strong"
5080
5080
  }, errorTitle[errorType]), /*#__PURE__*/React.createElement(Text, {
5081
5081
  className: "text-align-center mb-6",
@@ -5805,7 +5805,8 @@ var Dropdown = /*#__PURE__*/function (_React$Component) {
5805
5805
  })["catch"](function () {
5806
5806
  _this.setState({
5807
5807
  errorType: fetchOptions ? 'FAILED_TO_FETCH' : errorType,
5808
- loading: false
5808
+ loading: false,
5809
+ options: []
5809
5810
  });
5810
5811
  });
5811
5812
  });
@@ -22294,6 +22295,6 @@ SelectionCard.defaultProps = {
22294
22295
  SelectionCard.useMultiSelect = useMultiSelect;
22295
22296
  SelectionCard.useSingleSelect = useSingleSelect;
22296
22297
 
22297
- var version = "2.23.1";
22298
+ var version = "2.23.3";
22298
22299
 
22299
22300
  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, 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: 1698057093268
3
+ * Generated on: 1698770699214
4
4
  * Package: @innovaccer/design-system
5
- * Version: v2.23.1
5
+ * Version: v2.23.3
6
6
  * License: MIT
7
7
  * Docs: https://innovaccer.github.io/design-system
8
8
  */
@@ -4550,7 +4550,7 @@
4550
4550
  className: "d-flex flex-column justify-content-center align-items-center",
4551
4551
  "data-test": "DesignSystem-Dropdown--errorWrapper"
4552
4552
  }, /*#__PURE__*/React__namespace.createElement(Text, {
4553
- className: "mb-3",
4553
+ className: "text-align-center mb-3",
4554
4554
  weight: "strong"
4555
4555
  }, errorTitle[errorType]), /*#__PURE__*/React__namespace.createElement(Text, {
4556
4556
  className: "text-align-center mb-6",
@@ -5225,7 +5225,8 @@
5225
5225
  })["catch"](function () {
5226
5226
  _this.setState({
5227
5227
  errorType: fetchOptions ? 'FAILED_TO_FETCH' : errorType,
5228
- loading: false
5228
+ loading: false,
5229
+ options: []
5229
5230
  });
5230
5231
  });
5231
5232
  };
@@ -16578,7 +16579,7 @@
16578
16579
  SelectionCard.useMultiSelect = useMultiSelect;
16579
16580
  SelectionCard.useSingleSelect = useSingleSelect;
16580
16581
 
16581
- var version = "2.23.1";
16582
+ var version = "2.23.3";
16582
16583
 
16583
16584
  exports.ActionCard = ActionCard;
16584
16585
  exports.Avatar = Avatar;