@innovaccer/design-system 2.15.1 → 2.15.2

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.
@@ -17,7 +17,7 @@
17
17
  }
18
18
 
19
19
  .Backdrop {
20
- background-color: color-mod(var(--inverse) a(0.8));
20
+ background-color: color-mod(var(--inverse) a(0.6));
21
21
  height: 100vh;
22
22
  width: 100vw;
23
23
  position: fixed;
@@ -67,21 +67,22 @@
67
67
  }
68
68
 
69
69
  .Badge--subtle-primary {
70
- color: var(--primary-dark);
70
+ color: var(--primary-darker);
71
71
  background: var(--primary-lightest);
72
72
  }
73
73
 
74
74
  .Badge--subtle-secondary {
75
+ color: var(--text);
75
76
  background: var(--secondary-light);
76
77
  }
77
78
 
78
79
  .Badge--subtle-success {
79
- color: var(--success-dark);
80
+ color: var(--success-darker);
80
81
  background: var(--success-lightest);
81
82
  }
82
83
 
83
84
  .Badge--subtle-alert {
84
- color: var(--alert-dark);
85
+ color: var(--alert-darker);
85
86
  background: var(--alert-lightest);
86
87
  }
87
88
 
@@ -96,12 +97,12 @@
96
97
  }
97
98
 
98
99
  .Badge--subtle-accent2 {
99
- color: var(--accent2-dark);
100
+ color: var(--accent2-darker);
100
101
  background: var(--accent2-lightest);
101
102
  }
102
103
 
103
104
  .Badge--subtle-accent3 {
104
- color: var(--accent3-dark);
105
+ color: var(--accent3-darker);
105
106
  background: var(--accent3-lightest);
106
107
  }
107
108
 
package/dist/index.esm.js CHANGED
@@ -1,8 +1,8 @@
1
1
 
2
2
  /**
3
- * Generated on: 1679903862149
3
+ * Generated on: 1680529579761
4
4
  * Package: @innovaccer/design-system
5
- * Version: v2.15.1
5
+ * Version: v2.15.2
6
6
  * License: MIT
7
7
  * Docs: https://innovaccer.github.io/design-system
8
8
  */
@@ -21562,6 +21562,6 @@ var HelpText = function HelpText(props) {
21562
21562
  };
21563
21563
  HelpText.displayName = 'HelpText';
21564
21564
 
21565
- var version = "2.15.1";
21565
+ var version = "2.15.2";
21566
21566
 
21567
21567
  export { 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, List, Message, MetaList, MetricInput, Modal, ModalBody, ModalDescription, ModalFooter, ModalHeader, MultiSlider, Navigation, OutsideClick, PageHeader, Pagination, Paragraph, Pills, Placeholder, PlaceholderImage, PlaceholderParagraph, Popover, ProgressBar, ProgressRing, Radio, RangeSlider, Row, Sidesheet, Slider, Spinner, StatusHint, Stepper, Subheading, Switch, Tab, Table, Tabs, TabsWrapper, Text, 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: 1679903862437
3
+ * Generated on: 1680529580122
4
4
  * Package: @innovaccer/design-system
5
- * Version: v2.15.1
5
+ * Version: v2.15.2
6
6
  * License: MIT
7
7
  * Docs: https://innovaccer.github.io/design-system
8
8
  */
@@ -15892,7 +15892,7 @@
15892
15892
  };
15893
15893
  HelpText.displayName = 'HelpText';
15894
15894
 
15895
- var version = "2.15.1";
15895
+ var version = "2.15.2";
15896
15896
 
15897
15897
  exports.Avatar = Avatar;
15898
15898
  exports.AvatarGroup = AvatarGroup;