@vectara/vectara-ui 20.3.2 → 20.3.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.
@@ -128,7 +128,7 @@ $tableResponsiveBreakpointSmall: 500px;
128
128
  padding-bottom: $sizeM;
129
129
  border: none;
130
130
  border-radius: $sizeXs;
131
- box-shadow: $shadowLargeStart;
131
+ border: 1px solid var(--vui-color-border-light);
132
132
  margin-bottom: $sizeS;
133
133
 
134
134
  &.vuiTableRow--expanded {
@@ -5909,7 +5909,7 @@ h2.react-datepicker__current-month {
5909
5909
  padding-bottom: 16px;
5910
5910
  border: none;
5911
5911
  border-radius: 8px;
5912
- box-shadow: rgba(50, 50, 93, 0.25) 0px 0 0 0, rgba(0, 0, 0, 0.16) 0px 1px 4px;
5912
+ border: 1px solid var(--vui-color-border-light);
5913
5913
  margin-bottom: 12px;
5914
5914
  }
5915
5915
  .vuiTable--responsive > tbody > tr:not(.vuiTableRowExpandedContent).vuiTableRow--expanded {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vectara/vectara-ui",
3
- "version": "20.3.2",
3
+ "version": "20.3.3",
4
4
  "homepage": "./",
5
5
  "description": "Vectara's design system, codified as a React and Sass component library",
6
6
  "author": "Vectara",