@innovaccer/design-system 2.30.0 → 2.30.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 +36 -0
- package/css/dist/index.css +14 -0
- package/css/dist/index.css.map +1 -1
- package/css/src/variables/index.css +14 -0
- package/dist/.lib/tsconfig.type.tsbuildinfo +3 -3
- package/dist/core/components/css-utilities/designTokens/Data.d.ts +4 -0
- package/dist/index.esm.js +4 -4
- package/dist/index.js +4 -4
- 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
|
@@ -204,4 +204,18 @@
|
|
|
204
204
|
--duration--moderate-02: 240ms;
|
|
205
205
|
--duration--slow-01: 400ms;
|
|
206
206
|
--duration--slow-02: 720ms;
|
|
207
|
+
|
|
208
|
+
/**** Opacity ****/
|
|
209
|
+
--opacity-0: 0;
|
|
210
|
+
--opacity-4: 0.04;
|
|
211
|
+
--opacity-8: 0.08;
|
|
212
|
+
--opacity-12: 0.12;
|
|
213
|
+
--opacity-16: 0.16;
|
|
214
|
+
--opacity-24: 0.24;
|
|
215
|
+
--opacity-32: 0.32;
|
|
216
|
+
--opacity-40: 0.4;
|
|
217
|
+
--opacity-48: 0.48;
|
|
218
|
+
--opacity-64: 0.64;
|
|
219
|
+
--opacity-80: 0.8;
|
|
220
|
+
--opacity-100: 1;
|
|
207
221
|
}
|
|
@@ -1442,7 +1442,7 @@
|
|
|
1442
1442
|
"affectsGlobalScope": false
|
|
1443
1443
|
},
|
|
1444
1444
|
"../../core/components/organisms/table/Header.tsx": {
|
|
1445
|
-
"version": "
|
|
1445
|
+
"version": "64e821f9082c93ffac6c88e60fce181171561f793d7b523cc79152aaa56d8db4",
|
|
1446
1446
|
"signature": "313fe10290a0d84dbd5b25edb1829b22c68a7c14f036a1540f94a826ece62688",
|
|
1447
1447
|
"affectsGlobalScope": false
|
|
1448
1448
|
},
|
|
@@ -2012,8 +2012,8 @@
|
|
|
2012
2012
|
"affectsGlobalScope": false
|
|
2013
2013
|
},
|
|
2014
2014
|
"../../core/components/css-utilities/designTokens/Data.tsx": {
|
|
2015
|
-
"version": "
|
|
2016
|
-
"signature": "
|
|
2015
|
+
"version": "4e0bc923f624727c873b141796051ae0a318ac99e91a0f567ab8b482d1a15b85",
|
|
2016
|
+
"signature": "2583c1f78c1b3d0dfe4ab20b9118007fd35cbc26426964b94c6f8a32844c4dc7",
|
|
2017
2017
|
"affectsGlobalScope": false
|
|
2018
2018
|
},
|
|
2019
2019
|
"../../core/components/css-utilities/designTokens/Schema.tsx": {
|
package/dist/index.esm.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
|
-
* Generated on:
|
|
3
|
+
* Generated on: 1712135560216
|
|
4
4
|
* Package: @innovaccer/design-system
|
|
5
|
-
* Version: v2.30.
|
|
5
|
+
* Version: v2.30.1
|
|
6
6
|
* License: MIT
|
|
7
7
|
* Docs: https://innovaccer.github.io/design-system
|
|
8
8
|
*/
|
|
@@ -20933,7 +20933,7 @@ var Header = function Header(props) {
|
|
|
20933
20933
|
}, /*#__PURE__*/React.createElement("div", {
|
|
20934
20934
|
className: "Header-content Header-content--top"
|
|
20935
20935
|
}, /*#__PURE__*/React.createElement("div", {
|
|
20936
|
-
className: "d-flex"
|
|
20936
|
+
className: "d-flex w-100"
|
|
20937
20937
|
}, withSearch && /*#__PURE__*/React.createElement("div", {
|
|
20938
20938
|
className: "Header-search"
|
|
20939
20939
|
}, /*#__PURE__*/React.createElement(Input, {
|
|
@@ -26236,6 +26236,6 @@ Menu.defaultProps = {
|
|
|
26236
26236
|
position: 'bottom-start'
|
|
26237
26237
|
};
|
|
26238
26238
|
|
|
26239
|
-
var version = "2.30.
|
|
26239
|
+
var version = "2.30.1";
|
|
26240
26240
|
|
|
26241
26241
|
export { 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, 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: 1712135560473
|
|
4
4
|
* Package: @innovaccer/design-system
|
|
5
|
-
* Version: v2.30.
|
|
5
|
+
* Version: v2.30.1
|
|
6
6
|
* License: MIT
|
|
7
7
|
* Docs: https://innovaccer.github.io/design-system
|
|
8
8
|
*/
|
|
@@ -15288,7 +15288,7 @@
|
|
|
15288
15288
|
}, /*#__PURE__*/React__namespace.createElement("div", {
|
|
15289
15289
|
className: "Header-content Header-content--top"
|
|
15290
15290
|
}, /*#__PURE__*/React__namespace.createElement("div", {
|
|
15291
|
-
className: "d-flex"
|
|
15291
|
+
className: "d-flex w-100"
|
|
15292
15292
|
}, withSearch && /*#__PURE__*/React__namespace.createElement("div", {
|
|
15293
15293
|
className: "Header-search"
|
|
15294
15294
|
}, /*#__PURE__*/React__namespace.createElement(Input, {
|
|
@@ -20413,7 +20413,7 @@
|
|
|
20413
20413
|
position: 'bottom-start'
|
|
20414
20414
|
};
|
|
20415
20415
|
|
|
20416
|
-
var version = "2.30.
|
|
20416
|
+
var version = "2.30.1";
|
|
20417
20417
|
|
|
20418
20418
|
exports.ActionCard = ActionCard;
|
|
20419
20419
|
exports.Avatar = Avatar;
|