@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.
@@ -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": "4ca3627953a3b609d3e9acce56b528452a3ecd73caa3996e2013c62a7c4575ff",
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": "6559a970f76056589a98a9c388475ee5f3b8b03cb5aa5a2bb8c9e207814d0b44",
2016
- "signature": "edb4dfb9d846f51b4e4b05b64b6d65b6b210fb44fc1fadcfebb4b8f69fafbe9a",
2015
+ "version": "4e0bc923f624727c873b141796051ae0a318ac99e91a0f567ab8b482d1a15b85",
2016
+ "signature": "2583c1f78c1b3d0dfe4ab20b9118007fd35cbc26426964b94c6f8a32844c4dc7",
2017
2017
  "affectsGlobalScope": false
2018
2018
  },
2019
2019
  "../../core/components/css-utilities/designTokens/Schema.tsx": {
@@ -51,3 +51,7 @@ export declare const transitionsDurationData: {
51
51
  token: string;
52
52
  value: string;
53
53
  }[];
54
+ export declare const opacityData: {
55
+ token: string;
56
+ value: string;
57
+ }[];
package/dist/index.esm.js CHANGED
@@ -1,8 +1,8 @@
1
1
 
2
2
  /**
3
- * Generated on: 1711981289386
3
+ * Generated on: 1712135560216
4
4
  * Package: @innovaccer/design-system
5
- * Version: v2.30.0
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.0";
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: 1711981289636
3
+ * Generated on: 1712135560473
4
4
  * Package: @innovaccer/design-system
5
- * Version: v2.30.0
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.0";
20416
+ var version = "2.30.1";
20417
20417
 
20418
20418
  exports.ActionCard = ActionCard;
20419
20419
  exports.Avatar = Avatar;