@innovaccer/design-system 2.41.1 → 2.41.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 +73 -0
- package/dist/index.esm.js +3 -3
- package/dist/index.js +3 -3
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.br +0 -0
- package/dist/index.umd.js.gz +0 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,76 @@
|
|
|
1
|
+
## 2.41.3 (2024-08-23)
|
|
2
|
+
|
|
3
|
+
### Highlights
|
|
4
|
+
|
|
5
|
+
- chore: downgrade js-beautify package version to 1.14.1 (5c3d0f2f)
|
|
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
|
+
NA
|
|
26
|
+
|
|
27
|
+
### Improvements
|
|
28
|
+
|
|
29
|
+
- chore: downgrade js-beautify package version to 1.14.1 (5c3d0f2f)
|
|
30
|
+
|
|
31
|
+
### Documentation
|
|
32
|
+
|
|
33
|
+
NA
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## 2.41.2 (2024-08-21)
|
|
39
|
+
|
|
40
|
+
### Highlights
|
|
41
|
+
|
|
42
|
+
- chore: upgrade js-beautify package to 1.14.10 version (30067a15)
|
|
43
|
+
|
|
44
|
+
### Breaking changes
|
|
45
|
+
|
|
46
|
+
NA
|
|
47
|
+
|
|
48
|
+
### Migration guide
|
|
49
|
+
|
|
50
|
+
NA
|
|
51
|
+
|
|
52
|
+
### Deprecations
|
|
53
|
+
|
|
54
|
+
NA
|
|
55
|
+
|
|
56
|
+
### Features
|
|
57
|
+
|
|
58
|
+
NA
|
|
59
|
+
|
|
60
|
+
### Fixes
|
|
61
|
+
|
|
62
|
+
NA
|
|
63
|
+
|
|
64
|
+
### Improvements
|
|
65
|
+
|
|
66
|
+
- chore: upgrade js-beautify package to 1.14.10 version (30067a15)
|
|
67
|
+
|
|
68
|
+
### Documentation
|
|
69
|
+
|
|
70
|
+
NA
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
1
74
|
## 2.41.1 (2024-08-21)
|
|
2
75
|
|
|
3
76
|
### Highlights
|
package/dist/index.esm.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
|
-
* Generated on:
|
|
3
|
+
* Generated on: 1724411421007
|
|
4
4
|
* Package: @innovaccer/design-system
|
|
5
|
-
* Version: v2.41.
|
|
5
|
+
* Version: v2.41.3
|
|
6
6
|
* License: MIT
|
|
7
7
|
* Docs: https://mds.innovaccer.com
|
|
8
8
|
*/
|
|
@@ -31498,6 +31498,6 @@ AIResponse.Button = ChatButton;
|
|
|
31498
31498
|
AIResponse.ActionBar = ChatActionBar;
|
|
31499
31499
|
AIResponse.Body = ChatBody;
|
|
31500
31500
|
|
|
31501
|
-
var version = "2.41.
|
|
31501
|
+
var version = "2.41.3";
|
|
31502
31502
|
|
|
31503
31503
|
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, KeyValuePair, 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:
|
|
3
|
+
* Generated on: 1724411421270
|
|
4
4
|
* Package: @innovaccer/design-system
|
|
5
|
-
* Version: v2.41.
|
|
5
|
+
* Version: v2.41.3
|
|
6
6
|
* License: MIT
|
|
7
7
|
* Docs: https://mds.innovaccer.com
|
|
8
8
|
*/
|
|
@@ -25635,7 +25635,7 @@
|
|
|
25635
25635
|
AIResponse.ActionBar = ChatActionBar;
|
|
25636
25636
|
AIResponse.Body = ChatBody;
|
|
25637
25637
|
|
|
25638
|
-
var version = "2.41.
|
|
25638
|
+
var version = "2.41.3";
|
|
25639
25639
|
|
|
25640
25640
|
exports.AIButton = AIButton;
|
|
25641
25641
|
exports.AIChip = AIChip;
|