@teambit/component.ui.component-compare.version-picker 0.0.0-a64288727c1179fe4bb22be6bd80422312415fc9 → 0.0.0-a775dd9bfda272afd0ecd6266d4b8cccccb14d32

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.
@@ -25,6 +25,7 @@
25
25
  display: flex;
26
26
  align-items: center;
27
27
  justify-content: space-between;
28
+ border: 1px solid var(--border-medium-color, #ededed);
28
29
  }
29
30
 
30
31
  .componentCompareVersionContainer {
@@ -25,6 +25,7 @@
25
25
  display: flex;
26
26
  align-items: center;
27
27
  justify-content: space-between;
28
+ border: 1px solid var(--border-medium-color, #ededed);
28
29
  }
29
30
 
30
31
  .componentCompareVersionContainer {
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/component.ui.component-compare.version-picker",
3
- "version": "0.0.0-a64288727c1179fe4bb22be6bd80422312415fc9",
3
+ "version": "0.0.0-a775dd9bfda272afd0ecd6266d4b8cccccb14d32",
4
4
  "homepage": "https://bit.cloud/teambit/component/ui/component-compare/version-picker",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "ui/component-compare/version-picker",
9
- "version": "a64288727c1179fe4bb22be6bd80422312415fc9"
9
+ "version": "a775dd9bfda272afd0ecd6266d4b8cccccb14d32"
10
10
  },
11
11
  "dependencies": {
12
12
  "classnames": "2.2.6",
@@ -15,7 +15,7 @@
15
15
  "@teambit/ui-foundation.ui.constants.z-indexes": "0.0.504",
16
16
  "@teambit/component.ui.component-compare.context": "0.0.124",
17
17
  "@teambit/component.ui.component-compare.hooks.use-component-compare-url": "0.0.13",
18
- "@teambit/component.ui.version-dropdown": "0.0.0-a2a429ca0faef157c0c19aaeca914d24d0ac0cb9"
18
+ "@teambit/component.ui.version-dropdown": "0.0.0-3fa45435e164fac2992cc7437aa724a7f5d94eeb"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/classnames": "2.2.11",