Skip to content

Commit d925890

Browse files
Merge release/1.43.0 into main branch (#903)
* Bug/746 fix asyncselect modal stories (#892) * Add drawer component (#900) * upgrade Bootstrap 5.1 (#902)
1 parent b64b9d5 commit d925890

23 files changed

+1593
-773
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@user-interviews/ui-design-system",
3-
"version": "1.42.2",
3+
"version": "1.43.0",
44
"dependencies": {
55
"react-bootstrap": "^2.5.0",
66
"react-loading-skeleton": "^3.1.0",
@@ -45,7 +45,7 @@
4545
"@fortawesome/pro-solid-svg-icons": "^5.15.3",
4646
"@fortawesome/react-fontawesome": "^0.1.9",
4747
"@popperjs/core": "^2.5.3",
48-
"bootstrap": "5.0",
48+
"bootstrap": "5.1",
4949
"classnames": "^2.2.5",
5050
"prop-types": "^15.6.1",
5151
"react": "^16.12.0",
@@ -92,7 +92,7 @@
9292
"babel-plugin-module-resolver": "^4.0.0",
9393
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
9494
"babel-preset-react": "^6.24.1",
95-
"bootstrap": "5.0",
95+
"bootstrap": "5.1",
9696
"chromatic": "^6.7.0",
9797
"classnames": "^2.2.5",
9898
"css-loader": "^3.4.2",

scss/box_shadow.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ $ux-box-shadow-table-sticky-column-right: -2px 0px 1px 0px rgba(0, 0, 0, 0.05);
1010

1111
$ux-box-shadow-top: 0 -2px 5px $ux-navbar-shadow-color;
1212
$ux-box-shadow-top-light: 0 -1px 1px $ux-navbar-shadow-color;
13+
14+
$ux-drawer-box-shadow-right: -4px 4px 8px rgba(0,0,0,.1);
15+
$ux-drawer-box-shadow-left: 4px 4px 8px rgba(0,0,0,.1);

scss/drawer.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
$drawer-width-small: 32rem;
2+
$drawer-width-medium: 40rem;
3+
$drawer-width-large: 55.625rem;

scss/theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
@import './buttons';
77
@import './cards';
88
@import './colors';
9+
@import './drawer';
910
@import './elevations';
1011
@import './inputs';
1112
@import './lists';

0 commit comments

Comments
 (0)