@teambit/component.ui.version-dropdown 0.0.858 → 0.0.860

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.
@@ -0,0 +1,7 @@
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_ui_version-dropdown@0.0.860/dist/version-dropdown.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_ui_version-dropdown@0.0.860/dist/version-dropdown.docs.js';
3
+
4
+ export const compositions = [compositions_0];
5
+ export const overview = [overview_0];
6
+
7
+ export const compositions_metadata = {"compositions":[{"displayName":"Version dropdown with one version","identifier":"VersionDropdownWithOneVersion"},{"displayName":"Version dropdown with multiple versions","identifier":"VersionDropdownWithMultipleVersions"}]};
@@ -22,8 +22,12 @@
22
22
  "resolveJsonModule": true
23
23
  },
24
24
  "exclude": [
25
+ "artifacts",
26
+ "public",
25
27
  "dist",
26
- "package.json"
28
+ "node_modules",
29
+ "package.json",
30
+ "**/*.cjs"
27
31
  ],
28
32
  "include": [
29
33
  "**/*",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/component.ui.version-dropdown",
3
- "version": "0.0.858",
3
+ "version": "0.0.860",
4
4
  "homepage": "https://bit.cloud/teambit/component/ui/version-dropdown",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "ui/version-dropdown",
9
- "version": "0.0.858"
9
+ "version": "0.0.860"
10
10
  },
11
11
  "dependencies": {
12
12
  "classnames": "2.2.6",
@@ -20,10 +20,10 @@
20
20
  "@teambit/ui-foundation.ui.constants.z-indexes": "0.0.504",
21
21
  "@teambit/design.ui.surfaces.menu.link-item": "1.0.0",
22
22
  "@teambit/evangelist.surfaces.dropdown": "1.0.2",
23
- "@teambit/legacy-component-log": "0.0.402",
24
23
  "@teambit/ui-foundation.ui.use-box.tab": "0.0.122",
25
24
  "@teambit/component.ui.version-label": "0.0.509",
26
- "@teambit/lanes.ui.models.lanes-model": "0.0.215"
25
+ "@teambit/lanes.ui.models.lanes-model": "0.0.216",
26
+ "@teambit/legacy-component-log": "0.0.403"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/classnames": "2.2.11",
package/tsconfig.json CHANGED
@@ -22,8 +22,12 @@
22
22
  "resolveJsonModule": true
23
23
  },
24
24
  "exclude": [
25
+ "artifacts",
26
+ "public",
25
27
  "dist",
26
- "package.json"
28
+ "node_modules",
29
+ "package.json",
30
+ "**/*.cjs"
27
31
  ],
28
32
  "include": [
29
33
  "**/*",
@@ -1,7 +0,0 @@
1
- import * as compositions_0 from '/Users/giladshoham/Library/Caches/Bit/capsules/root/b5ea46ec36fa42b9dbedfc12ecb7bb63e03fcfe6/teambit.component_ui_version-dropdown@0.0.858/dist/version-dropdown.composition.js';
2
- import * as overview_0 from '/Users/giladshoham/Library/Caches/Bit/capsules/root/b5ea46ec36fa42b9dbedfc12ecb7bb63e03fcfe6/teambit.component_ui_version-dropdown@0.0.858/dist/version-dropdown.docs.js';
3
-
4
- export const compositions = [compositions_0];
5
- export const overview = [overview_0];
6
-
7
- export const compositions_metadata = {"compositions":[{"displayName":"Version dropdown with one version","identifier":"VersionDropdownWithOneVersion"},{"displayName":"Version dropdown with multiple versions","identifier":"VersionDropdownWithMultipleVersions"}]};