@teambit/component.ui.component-drawer 0.0.6 → 0.0.7

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.
@@ -35,7 +35,7 @@
35
35
 
36
36
  .filtersContainer {
37
37
  opacity: 0;
38
- transition: max-height 300ms ease-in-out, opacity 300ms ease-in-out;
38
+ transition: max-height 300ms ease-in-out, opacity 250ms ease-in-out;
39
39
  max-height: 0;
40
40
  border-bottom: 1px solid var(--bit-border-color-lightest, #ededed);
41
41
 
@@ -52,7 +52,6 @@
52
52
  flex-direction: row;
53
53
  font-size: 14px;
54
54
  justify-content: space-between;
55
- padding: 8px;
56
55
  margin: 4px 8px;
57
56
  }
58
57
  }
@@ -35,7 +35,7 @@
35
35
 
36
36
  .filtersContainer {
37
37
  opacity: 0;
38
- transition: max-height 300ms ease-in-out, opacity 300ms ease-in-out;
38
+ transition: max-height 300ms ease-in-out, opacity 250ms ease-in-out;
39
39
  max-height: 0;
40
40
  border-bottom: 1px solid var(--bit-border-color-lightest, #ededed);
41
41
 
@@ -52,7 +52,6 @@
52
52
  flex-direction: row;
53
53
  font-size: 14px;
54
54
  justify-content: space-between;
55
- padding: 8px;
56
55
  margin: 4px 8px;
57
56
  }
58
57
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/component.ui.component-drawer",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "homepage": "https://bit.dev/teambit/component/ui/component-drawer",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "ui/component-drawer",
9
- "version": "0.0.6"
9
+ "version": "0.0.7"
10
10
  },
11
11
  "dependencies": {
12
12
  "@teambit/harmony": "0.2.11",
@@ -14,12 +14,12 @@
14
14
  "lodash.flatten": "4.4.0",
15
15
  "core-js": "^3.0.0",
16
16
  "@teambit/base-ui.utils.composer": "1.0.0",
17
- "@teambit/component.ui.component-filters": "0.0.1",
17
+ "@teambit/component.ui.component-filters": "0.0.2",
18
18
  "@teambit/design.ui.styles.ellipsis": "0.0.347",
19
19
  "@teambit/design.ui.styles.muted-italic": "0.0.35",
20
20
  "@teambit/design.ui.tree": "0.0.5",
21
21
  "@teambit/ui-foundation.ui.full-loader": "0.0.486",
22
- "@teambit/ui-foundation.ui.side-bar": "0.0.525",
22
+ "@teambit/ui-foundation.ui.side-bar": "0.0.526",
23
23
  "@teambit/ui-foundation.ui.tree.drawer": "0.0.499"
24
24
  },
25
25
  "devDependencies": {