@teambit/command-bar 1.0.1127 → 1.0.1129

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.
@@ -6,5 +6,5 @@ export type CommandBarButtonProps = {
6
6
  };
7
7
 
8
8
  export function CommandBarButton({ onClick }: CommandBarButtonProps) {
9
- return <ActionButton onClick={onClick} icon="magnifying-cli" displayName="Go to..." />;
9
+ return <ActionButton onClick={onClick} icon="magnifying" displayName="Go to..." />;
10
10
  }
@@ -24,7 +24,7 @@ function CommandBarButton({
24
24
  }) {
25
25
  return /*#__PURE__*/_react().default.createElement(_designButtons().ActionButton, {
26
26
  onClick: onClick,
27
- icon: "magnifying-cli",
27
+ icon: "magnifying",
28
28
  displayName: "Go to..."
29
29
  });
30
30
  }
@@ -1 +1 @@
1
- {"version":3,"names":["_react","data","_interopRequireDefault","require","_designButtons","e","__esModule","default","CommandBarButton","onClick","createElement","ActionButton","icon","displayName"],"sources":["command-bar.button.tsx"],"sourcesContent":["import React from 'react';\nimport { ActionButton } from '@teambit/design.buttons.action-button';\n\nexport type CommandBarButtonProps = {\n onClick: () => void;\n};\n\nexport function CommandBarButton({ onClick }: CommandBarButtonProps) {\n return <ActionButton onClick={onClick} icon=\"magnifying-cli\" displayName=\"Go to...\" />;\n}\n"],"mappings":";;;;;;AAAA,SAAAA,OAAA;EAAA,MAAAC,IAAA,GAAAC,sBAAA,CAAAC,OAAA;EAAAH,MAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAG,eAAA;EAAA,MAAAH,IAAA,GAAAE,OAAA;EAAAC,cAAA,YAAAA,CAAA;IAAA,OAAAH,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAqE,SAAAC,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAM9D,SAASG,gBAAgBA,CAAC;EAAEC;AAA+B,CAAC,EAAE;EACnE,oBAAOT,MAAA,GAAAO,OAAA,CAAAG,aAAA,CAACN,cAAA,GAAAO,YAAY;IAACF,OAAO,EAAEA,OAAQ;IAACG,IAAI,EAAC,gBAAgB;IAACC,WAAW,EAAC;EAAU,CAAE,CAAC;AACxF","ignoreList":[]}
1
+ {"version":3,"names":["_react","data","_interopRequireDefault","require","_designButtons","e","__esModule","default","CommandBarButton","onClick","createElement","ActionButton","icon","displayName"],"sources":["command-bar.button.tsx"],"sourcesContent":["import React from 'react';\nimport { ActionButton } from '@teambit/design.buttons.action-button';\n\nexport type CommandBarButtonProps = {\n onClick: () => void;\n};\n\nexport function CommandBarButton({ onClick }: CommandBarButtonProps) {\n return <ActionButton onClick={onClick} icon=\"magnifying\" displayName=\"Go to...\" />;\n}\n"],"mappings":";;;;;;AAAA,SAAAA,OAAA;EAAA,MAAAC,IAAA,GAAAC,sBAAA,CAAAC,OAAA;EAAAH,MAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAG,eAAA;EAAA,MAAAH,IAAA,GAAAE,OAAA;EAAAC,cAAA,YAAAA,CAAA;IAAA,OAAAH,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAqE,SAAAC,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAM9D,SAASG,gBAAgBA,CAAC;EAAEC;AAA+B,CAAC,EAAE;EACnE,oBAAOT,MAAA,GAAAO,OAAA,CAAAG,aAAA,CAACN,cAAA,GAAAO,YAAY;IAACF,OAAO,EAAEA,OAAQ;IAACG,IAAI,EAAC,YAAY;IAACC,WAAW,EAAC;EAAU,CAAE,CAAC;AACpF","ignoreList":[]}
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.explorer_command-bar@1.0.1127/dist/command-bar.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.explorer_command-bar@1.0.1127/dist/command-bar.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.explorer_command-bar@1.0.1129/dist/command-bar.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.explorer_command-bar@1.0.1129/dist/command-bar.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@teambit/command-bar",
3
- "version": "1.0.1127",
3
+ "version": "1.0.1129",
4
4
  "homepage": "https://bit.cloud/teambit/explorer/command-bar",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.explorer",
8
8
  "name": "command-bar",
9
- "version": "1.0.1127"
9
+ "version": "1.0.1129"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash.flatten": "4.4.0",
13
13
  "mousetrap": "1.6.5",
14
- "classnames": "^2.5.1",
15
14
  "is-primitive": "3.0.1",
15
+ "classnames": "^2.5.1",
16
16
  "@teambit/harmony": "0.4.12",
17
17
  "@teambit/design.buttons.action-button": "0.0.4",
18
18
  "@teambit/explorer.ui.command-bar": "2.0.19",
@@ -21,9 +21,9 @@
21
21
  "@teambit/base-ui.text.muted-text": "1.0.3",
22
22
  "@teambit/design.ui.styles.ellipsis": "0.0.357",
23
23
  "@teambit/ui-foundation.ui.keycap": "0.0.500",
24
- "@teambit/pubsub": "1.0.1127",
25
- "@teambit/react-router": "1.0.1127",
26
- "@teambit/ui": "1.0.1127"
24
+ "@teambit/pubsub": "1.0.1129",
25
+ "@teambit/react-router": "1.0.1129",
26
+ "@teambit/ui": "1.0.1129"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/lodash.flatten": "4.4.6",
@@ -31,7 +31,7 @@
31
31
  "@types/classnames": "^2.3.4",
32
32
  "@types/mocha": "9.1.0",
33
33
  "@teambit/harmony.envs.core-aspect-env": "2.0.6",
34
- "@teambit/preview": "1.0.1127"
34
+ "@teambit/preview": "1.0.1129"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0"