@innovaccer/design-system 2.28.2 → 2.28.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 +36 -0
- package/dist/.lib/tsconfig.type.tsbuildinfo +1 -1
- package/dist/index.esm.js +4 -4
- package/dist/index.js +4 -4
- 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,39 @@
|
|
|
1
|
+
## 2.28.3 (2024-03-01)
|
|
2
|
+
|
|
3
|
+
### Highlights
|
|
4
|
+
|
|
5
|
+
- fix(avatar): remove redundant class implementation in avatar (4b63de6c)
|
|
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(avatar): remove redundant class implementation in avatar (4b63de6c)
|
|
26
|
+
|
|
27
|
+
### Improvements
|
|
28
|
+
|
|
29
|
+
NA
|
|
30
|
+
|
|
31
|
+
### Documentation
|
|
32
|
+
|
|
33
|
+
NA
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
1
37
|
## 2.28.2 (2024-02-27)
|
|
2
38
|
|
|
3
39
|
### Highlights
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
"affectsGlobalScope": false
|
|
288
288
|
},
|
|
289
289
|
"../../core/components/atoms/avatar/Avatar.tsx": {
|
|
290
|
-
"version": "
|
|
290
|
+
"version": "66b10fc5028726ceb2a8e5a48b50a7fa8082336901dfb6210973000ef22d64af",
|
|
291
291
|
"signature": "c057a5e30a8496a407cd5b866594866f473ac335a314bc9d189c1ecb002f9564",
|
|
292
292
|
"affectsGlobalScope": false
|
|
293
293
|
},
|
package/dist/index.esm.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
|
-
* Generated on:
|
|
3
|
+
* Generated on: 1709299646057
|
|
4
4
|
* Package: @innovaccer/design-system
|
|
5
|
-
* Version: v2.28.
|
|
5
|
+
* Version: v2.28.3
|
|
6
6
|
* License: MIT
|
|
7
7
|
* Docs: https://innovaccer.github.io/design-system
|
|
8
8
|
*/
|
|
@@ -913,7 +913,7 @@ var Avatar = function Avatar(props) {
|
|
|
913
913
|
var AvatarClassNames = classnames((_classNames = {
|
|
914
914
|
Avatar: true
|
|
915
915
|
}, _defineProperty$1(_classNames, 'Avatar--square', shape === 'square'), _defineProperty$1(_classNames, "Avatar--".concat(size), shape !== 'square'), _defineProperty$1(_classNames, "Avatar--".concat(AvatarAppearance), AvatarAppearance), _defineProperty$1(_classNames, 'Avatar--disabled', !initials || !withTooltip), _classNames), className);
|
|
916
|
-
var AvatarWrapperClassNames = classnames((_classNames2 = {}, _defineProperty$1(_classNames2, 'Avatar--wrapper', shape === 'square'), _defineProperty$1(_classNames2, "Avatar--".concat(size), shape === 'square'), _classNames2)
|
|
916
|
+
var AvatarWrapperClassNames = classnames((_classNames2 = {}, _defineProperty$1(_classNames2, 'Avatar--wrapper', shape === 'square'), _defineProperty$1(_classNames2, "Avatar--".concat(size), shape === 'square'), _classNames2));
|
|
917
917
|
var TextClassNames = classnames((_classNames3 = {}, _defineProperty$1(_classNames3, "Avatar-content--".concat(size), size), _defineProperty$1(_classNames3, "Avatar-content--".concat(AvatarAppearance), AvatarAppearance), _classNames3));
|
|
918
918
|
var IconClassNames = classnames(_defineProperty$1({}, "Avatar-content--".concat(AvatarAppearance), AvatarAppearance));
|
|
919
919
|
var sharedProp = {
|
|
@@ -23609,6 +23609,6 @@ var TextField = function TextField(props) {
|
|
|
23609
23609
|
};
|
|
23610
23610
|
TextField.displayName = 'TextField';
|
|
23611
23611
|
|
|
23612
|
-
var version = "2.28.
|
|
23612
|
+
var version = "2.28.3";
|
|
23613
23613
|
|
|
23614
23614
|
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, 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: 1709299646293
|
|
4
4
|
* Package: @innovaccer/design-system
|
|
5
|
-
* Version: v2.28.
|
|
5
|
+
* Version: v2.28.3
|
|
6
6
|
* License: MIT
|
|
7
7
|
* Docs: https://innovaccer.github.io/design-system
|
|
8
8
|
*/
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
var AvatarClassNames = classNames__default["default"]((_a = {
|
|
556
556
|
Avatar: true
|
|
557
557
|
}, _a['Avatar--square'] = shape === 'square', _a["Avatar--" + size] = shape !== 'square', _a["Avatar--" + AvatarAppearance] = AvatarAppearance, _a['Avatar--disabled'] = !initials || !withTooltip, _a), className);
|
|
558
|
-
var AvatarWrapperClassNames = classNames__default["default"]((_b = {}, _b['Avatar--wrapper'] = shape === 'square', _b["Avatar--" + size] = shape === 'square', _b)
|
|
558
|
+
var AvatarWrapperClassNames = classNames__default["default"]((_b = {}, _b['Avatar--wrapper'] = shape === 'square', _b["Avatar--" + size] = shape === 'square', _b));
|
|
559
559
|
var TextClassNames = classNames__default["default"]((_c = {}, _c["Avatar-content--" + size] = size, _c["Avatar-content--" + AvatarAppearance] = AvatarAppearance, _c));
|
|
560
560
|
var IconClassNames = classNames__default["default"]((_d = {}, _d["Avatar-content--" + AvatarAppearance] = AvatarAppearance, _d));
|
|
561
561
|
var sharedProp = {
|
|
@@ -17842,7 +17842,7 @@
|
|
|
17842
17842
|
};
|
|
17843
17843
|
TextField.displayName = 'TextField';
|
|
17844
17844
|
|
|
17845
|
-
var version = "2.28.
|
|
17845
|
+
var version = "2.28.3";
|
|
17846
17846
|
|
|
17847
17847
|
exports.ActionCard = ActionCard;
|
|
17848
17848
|
exports.Avatar = Avatar;
|