@innovaccer/design-system 2.37.0 → 2.37.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 +37 -0
- package/css/dist/MaterialSymbolsRounded.woff2 +0 -0
- package/css/material-design-icons/iconfont/MaterialSymbolsRounded.woff2 +0 -0
- package/dist/.lib/tsconfig.type.tsbuildinfo +1 -1
- package/dist/index.esm.js +7 -3
- package/dist/index.js +7 -3
- package/dist/index.js.map +1 -1
- 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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,40 @@
|
|
|
1
|
+
## 2.37.1 (2024-07-04)
|
|
2
|
+
|
|
3
|
+
### Highlights
|
|
4
|
+
|
|
5
|
+
- feat(icon): update material symbols font file (8e51ba0f)
|
|
6
|
+
- fix(select): ensure popover toggles correctly on cursor click (84228b0c)
|
|
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
|
+
- feat(icon): update material symbols font file (8e51ba0f)
|
|
23
|
+
|
|
24
|
+
### Fixes
|
|
25
|
+
|
|
26
|
+
- fix(select): ensure popover toggles correctly on cursor click (84228b0c)
|
|
27
|
+
|
|
28
|
+
### Improvements
|
|
29
|
+
|
|
30
|
+
NA
|
|
31
|
+
|
|
32
|
+
### Documentation
|
|
33
|
+
|
|
34
|
+
NA
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
1
38
|
## 2.37.0 (2024-07-02)
|
|
2
39
|
|
|
3
40
|
### Highlights
|
|
Binary file
|
|
Binary file
|
|
@@ -2192,7 +2192,7 @@
|
|
|
2192
2192
|
"affectsGlobalScope": false
|
|
2193
2193
|
},
|
|
2194
2194
|
"../../core/components/organisms/select/Select.tsx": {
|
|
2195
|
-
"version": "
|
|
2195
|
+
"version": "86321434fdf7358af19192cc969c9db8c05a2f1c73414cf389f6a5e8d0602ec6",
|
|
2196
2196
|
"signature": "5caf11edf4c299e5720b5213241f520628741917c6d6ea291dff60a3b3aa4fb8",
|
|
2197
2197
|
"affectsGlobalScope": false
|
|
2198
2198
|
},
|
package/dist/index.esm.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
|
-
* Generated on:
|
|
3
|
+
* Generated on: 1720080605909
|
|
4
4
|
* Package: @innovaccer/design-system
|
|
5
|
-
* Version: v2.37.
|
|
5
|
+
* Version: v2.37.1
|
|
6
6
|
* License: MIT
|
|
7
7
|
* Docs: https://mds.innovaccer.com
|
|
8
8
|
*/
|
|
@@ -26333,6 +26333,9 @@ var Select = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
26333
26333
|
setPopoverStyle = _React$useState16[1];
|
|
26334
26334
|
|
|
26335
26335
|
var baseProps = extractBaseProps(props);
|
|
26336
|
+
var WrapperStyle = trigger ? {} : {
|
|
26337
|
+
width: width
|
|
26338
|
+
};
|
|
26336
26339
|
|
|
26337
26340
|
var getTriggerElement = function getTriggerElement() {
|
|
26338
26341
|
if (trigger) {
|
|
@@ -26456,6 +26459,7 @@ var Select = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
26456
26459
|
value: contextProp
|
|
26457
26460
|
}, /*#__PURE__*/React.createElement("div", _extends$2({
|
|
26458
26461
|
"data-test": "DesignSystem-Select",
|
|
26462
|
+
style: WrapperStyle,
|
|
26459
26463
|
"aria-haspopup": "listbox",
|
|
26460
26464
|
"aria-expanded": openPopover
|
|
26461
26465
|
}, baseProps), /*#__PURE__*/React.createElement(Popover$1, {
|
|
@@ -31364,6 +31368,6 @@ AIResponse.Button = ChatButton;
|
|
|
31364
31368
|
AIResponse.ActionBar = ChatActionBar;
|
|
31365
31369
|
AIResponse.Body = ChatBody;
|
|
31366
31370
|
|
|
31367
|
-
var version = "2.37.
|
|
31371
|
+
var version = "2.37.1";
|
|
31368
31372
|
|
|
31369
31373
|
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$1 as 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: 1720080606152
|
|
4
4
|
* Package: @innovaccer/design-system
|
|
5
|
-
* Version: v2.37.
|
|
5
|
+
* Version: v2.37.1
|
|
6
6
|
* License: MIT
|
|
7
7
|
* Docs: https://mds.innovaccer.com
|
|
8
8
|
*/
|
|
@@ -20488,6 +20488,9 @@
|
|
|
20488
20488
|
setPopoverStyle = _j[1];
|
|
20489
20489
|
|
|
20490
20490
|
var baseProps = extractBaseProps(props);
|
|
20491
|
+
var WrapperStyle = trigger ? {} : {
|
|
20492
|
+
width: width
|
|
20493
|
+
};
|
|
20491
20494
|
|
|
20492
20495
|
var getTriggerElement = function getTriggerElement() {
|
|
20493
20496
|
if (trigger) {
|
|
@@ -20610,6 +20613,7 @@
|
|
|
20610
20613
|
value: contextProp
|
|
20611
20614
|
}, /*#__PURE__*/React__namespace.createElement("div", __assign$1({
|
|
20612
20615
|
"data-test": "DesignSystem-Select",
|
|
20616
|
+
style: WrapperStyle,
|
|
20613
20617
|
"aria-haspopup": "listbox",
|
|
20614
20618
|
"aria-expanded": openPopover
|
|
20615
20619
|
}, baseProps), /*#__PURE__*/React__namespace.createElement(Popover$1, {
|
|
@@ -25498,7 +25502,7 @@
|
|
|
25498
25502
|
AIResponse.ActionBar = ChatActionBar;
|
|
25499
25503
|
AIResponse.Body = ChatBody;
|
|
25500
25504
|
|
|
25501
|
-
var version = "2.37.
|
|
25505
|
+
var version = "2.37.1";
|
|
25502
25506
|
|
|
25503
25507
|
exports.AIButton = AIButton;
|
|
25504
25508
|
exports.AIChip = AIChip;
|