@teambit/lanes.ui.inputs.lane-selector 0.0.36 → 0.0.39

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.
@@ -4,6 +4,8 @@
4
4
  // otherwise when the dropdown is open it clashes with the content of the tree
5
5
  // (this is bizarre, the tree has no position absolute)
6
6
  z-index: $nav-z-index;
7
+ border-radius: 8px;
8
+
7
9
  &.disabled {
8
10
  > div {
9
11
  cursor: unset;
@@ -4,6 +4,8 @@
4
4
  // otherwise when the dropdown is open it clashes with the content of the tree
5
5
  // (this is bizarre, the tree has no position absolute)
6
6
  z-index: $nav-z-index;
7
+ border-radius: 8px;
8
+
7
9
  &.disabled {
8
10
  > div {
9
11
  cursor: unset;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/lanes.ui.inputs.lane-selector",
3
- "version": "0.0.36",
3
+ "version": "0.0.39",
4
4
  "homepage": "https://bit.dev/teambit/lanes/ui/inputs/lane-selector",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.lanes",
8
8
  "name": "ui/inputs/lane-selector",
9
- "version": "0.0.36"
9
+ "version": "0.0.39"
10
10
  },
11
11
  "dependencies": {
12
12
  "classnames": "2.2.6",
@@ -15,8 +15,8 @@
15
15
  "@teambit/design.ui.surfaces.menu.link-item": "1.0.0",
16
16
  "@teambit/evangelist.elements.icon": "1.0.2",
17
17
  "@teambit/evangelist.surfaces.dropdown": "1.0.2",
18
- "@teambit/lane-id": "0.0.129",
19
- "@teambit/lanes.ui.models.lanes-model": "0.0.36",
18
+ "@teambit/lane-id": "0.0.132",
19
+ "@teambit/lanes.ui.models.lanes-model": "0.0.39",
20
20
  "@teambit/design.ui.styles.ellipsis": "0.0.355",
21
21
  "@teambit/lanes.ui.icons.lane-icon": "0.0.2",
22
22
  "@teambit/ui-foundation.ui.constants.z-indexes": "0.0.496"