@innovaccer/design-system 2.38.0 → 2.38.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,41 @@
1
+ ## 2.38.1 (2024-07-12)
2
+
3
+ ### Highlights
4
+
5
+ - fix: move lottie player npm package from dev-dependencies to dependencies (65d70faf)
6
+ - fix(combobox): add onFocus and onBlur callback function in combobox options (83e66918)
7
+
8
+ ### Breaking changes
9
+
10
+ NA
11
+
12
+ ### Migration guide
13
+
14
+ NA
15
+
16
+ ### Deprecations
17
+
18
+ NA
19
+
20
+ ### Features
21
+
22
+ NA
23
+
24
+ ### Fixes
25
+
26
+ - fix: move lottie player npm package from dev-dependencies to dependencies (65d70faf)
27
+ - fix(combobox): add onFocus and onBlur callback function in combobox options (83e66918)
28
+
29
+ ### Improvements
30
+
31
+ NA
32
+
33
+ ### Documentation
34
+
35
+ NA
36
+
37
+ ---
38
+
1
39
  ## 2.38.0 (2024-07-05)
2
40
 
3
41
  ### Highlights
@@ -2112,8 +2112,8 @@
2112
2112
  "affectsGlobalScope": false
2113
2113
  },
2114
2114
  "../../core/components/organisms/combobox/ComboboxOption.tsx": {
2115
- "version": "8b4c748687d46077e9e71b47c9788065988488a7932659121568a5c7e1b6a287",
2116
- "signature": "315de4aa4f1967c61105709d39b60bdd8ade66848bff0a52c53dceb2d2ee59bd",
2115
+ "version": "b7c8e963f71d7e99ab6cc81607e875273afb2df3162657003627807e06facccb",
2116
+ "signature": "1493f58f0a70ded35e77a06c09a450cd79013a9b007e9fcdfbfd1a230d00fbe1",
2117
2117
  "affectsGlobalScope": false
2118
2118
  },
2119
2119
  "../../core/components/organisms/combobox/trigger/utils.tsx": {
@@ -8,6 +8,8 @@ export interface ComboboxOptionProps extends BaseProps {
8
8
  tagName: ItemTagType;
9
9
  selected?: boolean;
10
10
  onClick?: (option: OptionType) => void;
11
+ onFocus?: (event: React.FocusEvent) => void;
12
+ onBlur?: (event: React.FocusEvent) => void;
11
13
  }
12
14
  export declare const ComboboxOption: {
13
15
  (props: ComboboxOptionProps): JSX.Element;
package/dist/index.esm.js CHANGED
@@ -1,8 +1,8 @@
1
1
 
2
2
  /**
3
- * Generated on: 1720195020885
3
+ * Generated on: 1720783452575
4
4
  * Package: @innovaccer/design-system
5
- * Version: v2.38.0
5
+ * Version: v2.38.1
6
6
  * License: MIT
7
7
  * Docs: https://mds.innovaccer.com
8
8
  */
@@ -31354,6 +31354,6 @@ AIResponse.Button = ChatButton;
31354
31354
  AIResponse.ActionBar = ChatActionBar;
31355
31355
  AIResponse.Body = ChatBody;
31356
31356
 
31357
- var version = "2.38.0";
31357
+ var version = "2.38.1";
31358
31358
 
31359
31359
  export { AIButton, AIChip, AIIconButton, AIResponse, ActionCard, Avatar, AvatarGroup, AvatarSelection, Backdrop, Badge, Breadcrumbs, Button, Calendar, Caption, Card, CardBody, CardFooter, CardHeader, CardSubdued, ChatMessage, Checkbox, Chip, ChipGroup, ChipInput, ChoiceList, Collapsible, Column, Combobox, 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, Menu, Message, MetaList, MetricInput, Modal, ModalBody, ModalDescription, ModalFooter, ModalHeader, MultiSlider, Navigation, OutsideClick, PageHeader, Pagination, Paragraph, Pills, Placeholder, PlaceholderImage, PlaceholderParagraph, Popover, ProgressBar, ProgressRing, Radio, RangeSlider, Row, Sara, SaraSparkle, Select, SelectionCard, Sidesheet, Slider, Spinner, StatusHint, Stepper, Subheading, Switch, Tab, Table, Tabs, TabsWrapper, Text, TextField, 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: 1720195021137
3
+ * Generated on: 1720783452832
4
4
  * Package: @innovaccer/design-system
5
- * Version: v2.38.0
5
+ * Version: v2.38.1
6
6
  * License: MIT
7
7
  * Docs: https://mds.innovaccer.com
8
8
  */
@@ -25502,7 +25502,7 @@
25502
25502
  AIResponse.ActionBar = ChatActionBar;
25503
25503
  AIResponse.Body = ChatBody;
25504
25504
 
25505
- var version = "2.38.0";
25505
+ var version = "2.38.1";
25506
25506
 
25507
25507
  exports.AIButton = AIButton;
25508
25508
  exports.AIChip = AIChip;