@teambit/command-bar 1.0.411 → 1.0.413
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="0" failures="0" errors="0" skipped="0">
|
|
3
|
-
<testsuite name="teambit.explorer/command-bar@1.0.
|
|
3
|
+
<testsuite name="teambit.explorer/command-bar@1.0.413" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.explorer/command-bar-preview"]=t():e["teambit.explorer/command-bar-preview"]=t()}(self,(()=>(()=>{"use strict";var e={
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.explorer/command-bar-preview"]=t():e["teambit.explorer/command-bar-preview"]=t()}(self,(()=>(()=>{"use strict";var e={38559:(e,t,o)=>{var r={id:"teambit.explorer/command-bar@1.0.413",homepage:"https://bit.cloud/teambit/explorer/command-bar",exported:!0};function n(){const e=i(o(41594));return n=function(){return e},e}function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Logo=void 0,n.__bit_component=r,i.__bit_component=r;const a=()=>n().default.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center"}},n().default.createElement("img",{style:{width:70},src:"https://static.bit.dev/extensions-icons/command-bar.svg"}));a.__bit_component=r,t.Logo=a},41594:e=>{e.exports=React}},t={};function o(r){var n=t[r];if(void 0!==n)return n.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,o),i.exports}o.d=(e,t)=>{for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};o.r(r),o.d(r,{compositions:()=>u,compositions_metadata:()=>b,overview:()=>f});var n={};o.r(n),o.d(n,{default:()=>m});var i=o(38559);o(41594);const a=MdxJsReact,c=TeambitMdxUiMdxScopeContext;var s=["components"];function p(){return p=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var r in o)({}).hasOwnProperty.call(o,r)&&(e[r]=o[r])}return e},p.apply(null,arguments)}var d={},l="wrapper";function m(e){var t=e.components,o=function(e,t){if(null==e)return{};var o,r,n=function(e,t){if(null==e)return{};var o={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.includes(r))continue;o[r]=e[r]}return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)o=i[r],t.includes(o)||{}.propertyIsEnumerable.call(e,o)&&(n[o]=e[o])}return n}(e,s);return(0,a.mdx)(l,p({},d,o,{components:t,mdxType:"MDXLayout"}),(0,a.mdx)(c.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"},(0,a.mdx)("p",null,"Opens on CMD+K and allows searching for components by name. Typing '> ' inside the command bar displays the different commands and their shortcuts.")))}m.isMDXComponent=!0;const u=[i],f=[n],b={compositions:[{displayName:"Logo",identifier:"Logo"}]};return r})()));
|
package/artifacts/schema.json
CHANGED
|
@@ -1220,13 +1220,18 @@
|
|
|
1220
1220
|
"signature": "export { SearchResult };\n\nSearchResult",
|
|
1221
1221
|
"name": "SearchResult",
|
|
1222
1222
|
"exportNode": {
|
|
1223
|
-
"__schema": "
|
|
1223
|
+
"__schema": "TypeRefSchema",
|
|
1224
1224
|
"location": {
|
|
1225
1225
|
"filePath": "index.ts",
|
|
1226
1226
|
"line": 6,
|
|
1227
1227
|
"character": 15
|
|
1228
1228
|
},
|
|
1229
|
-
"name": "SearchResult"
|
|
1229
|
+
"name": "SearchResult",
|
|
1230
|
+
"componentId": {
|
|
1231
|
+
"scope": "teambit.explorer",
|
|
1232
|
+
"name": "ui/command-bar",
|
|
1233
|
+
"version": "2.0.15"
|
|
1234
|
+
}
|
|
1230
1235
|
}
|
|
1231
1236
|
},
|
|
1232
1237
|
{
|
|
@@ -1239,13 +1244,18 @@
|
|
|
1239
1244
|
"signature": "export { ResultsComponentProps };\n\nResultsComponentProps",
|
|
1240
1245
|
"name": "ResultsComponentProps",
|
|
1241
1246
|
"exportNode": {
|
|
1242
|
-
"__schema": "
|
|
1247
|
+
"__schema": "TypeRefSchema",
|
|
1243
1248
|
"location": {
|
|
1244
1249
|
"filePath": "index.ts",
|
|
1245
1250
|
"line": 6,
|
|
1246
1251
|
"character": 29
|
|
1247
1252
|
},
|
|
1248
|
-
"name": "ResultsComponentProps"
|
|
1253
|
+
"name": "ResultsComponentProps",
|
|
1254
|
+
"componentId": {
|
|
1255
|
+
"scope": "teambit.explorer",
|
|
1256
|
+
"name": "ui/command-bar",
|
|
1257
|
+
"version": "2.0.15"
|
|
1258
|
+
}
|
|
1249
1259
|
}
|
|
1250
1260
|
},
|
|
1251
1261
|
{
|
|
@@ -1258,13 +1268,18 @@
|
|
|
1258
1268
|
"signature": "export { SearchResults };\n\nSearchResults",
|
|
1259
1269
|
"name": "SearchResults",
|
|
1260
1270
|
"exportNode": {
|
|
1261
|
-
"__schema": "
|
|
1271
|
+
"__schema": "TypeRefSchema",
|
|
1262
1272
|
"location": {
|
|
1263
1273
|
"filePath": "index.ts",
|
|
1264
1274
|
"line": 6,
|
|
1265
1275
|
"character": 52
|
|
1266
1276
|
},
|
|
1267
|
-
"name": "SearchResults"
|
|
1277
|
+
"name": "SearchResults",
|
|
1278
|
+
"componentId": {
|
|
1279
|
+
"scope": "teambit.explorer",
|
|
1280
|
+
"name": "ui/command-bar",
|
|
1281
|
+
"version": "2.0.15"
|
|
1282
|
+
}
|
|
1268
1283
|
}
|
|
1269
1284
|
},
|
|
1270
1285
|
{
|
|
@@ -1277,13 +1292,18 @@
|
|
|
1277
1292
|
"signature": "export { FuzzySearchItem };\n\nFuzzySearchItem",
|
|
1278
1293
|
"name": "FuzzySearchItem",
|
|
1279
1294
|
"exportNode": {
|
|
1280
|
-
"__schema": "
|
|
1295
|
+
"__schema": "TypeRefSchema",
|
|
1281
1296
|
"location": {
|
|
1282
1297
|
"filePath": "index.ts",
|
|
1283
1298
|
"line": 7,
|
|
1284
1299
|
"character": 15
|
|
1285
1300
|
},
|
|
1286
|
-
"name": "FuzzySearchItem"
|
|
1301
|
+
"name": "FuzzySearchItem",
|
|
1302
|
+
"componentId": {
|
|
1303
|
+
"scope": "teambit.explorer",
|
|
1304
|
+
"name": "ui/command-bar",
|
|
1305
|
+
"version": "2.0.15"
|
|
1306
|
+
}
|
|
1287
1307
|
}
|
|
1288
1308
|
},
|
|
1289
1309
|
{
|
|
@@ -1296,13 +1316,18 @@
|
|
|
1296
1316
|
"signature": "export { FuzzySearcher };\n\nFuzzySearcher",
|
|
1297
1317
|
"name": "FuzzySearcher",
|
|
1298
1318
|
"exportNode": {
|
|
1299
|
-
"__schema": "
|
|
1319
|
+
"__schema": "TypeRefSchema",
|
|
1300
1320
|
"location": {
|
|
1301
1321
|
"filePath": "index.ts",
|
|
1302
1322
|
"line": 8,
|
|
1303
1323
|
"character": 10
|
|
1304
1324
|
},
|
|
1305
|
-
"name": "FuzzySearcher"
|
|
1325
|
+
"name": "FuzzySearcher",
|
|
1326
|
+
"componentId": {
|
|
1327
|
+
"scope": "teambit.explorer",
|
|
1328
|
+
"name": "ui/command-bar",
|
|
1329
|
+
"version": "2.0.15"
|
|
1330
|
+
}
|
|
1306
1331
|
}
|
|
1307
1332
|
},
|
|
1308
1333
|
{
|
|
@@ -1315,13 +1340,18 @@
|
|
|
1315
1340
|
"signature": "export { CommandBarItem };\n\nCommandBarItem",
|
|
1316
1341
|
"name": "CommandBarItem",
|
|
1317
1342
|
"exportNode": {
|
|
1318
|
-
"__schema": "
|
|
1343
|
+
"__schema": "TypeRefSchema",
|
|
1319
1344
|
"location": {
|
|
1320
1345
|
"filePath": "index.ts",
|
|
1321
1346
|
"line": 8,
|
|
1322
1347
|
"character": 25
|
|
1323
1348
|
},
|
|
1324
|
-
"name": "CommandBarItem"
|
|
1349
|
+
"name": "CommandBarItem",
|
|
1350
|
+
"componentId": {
|
|
1351
|
+
"scope": "teambit.explorer",
|
|
1352
|
+
"name": "ui/command-bar",
|
|
1353
|
+
"version": "2.0.15"
|
|
1354
|
+
}
|
|
1325
1355
|
}
|
|
1326
1356
|
}
|
|
1327
1357
|
],
|
|
@@ -2401,7 +2431,7 @@
|
|
|
2401
2431
|
"componentId": {
|
|
2402
2432
|
"scope": "teambit.explorer",
|
|
2403
2433
|
"name": "command-bar",
|
|
2404
|
-
"version": "1.0.
|
|
2434
|
+
"version": "1.0.413"
|
|
2405
2435
|
},
|
|
2406
2436
|
"taggedModuleExports": []
|
|
2407
2437
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.explorer_command-bar@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.explorer_command-bar@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.explorer_command-bar@1.0.413/dist/command-bar.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.explorer_command-bar@1.0.413/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.
|
|
3
|
+
"version": "1.0.413",
|
|
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.
|
|
9
|
+
"version": "1.0.413"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"lodash.flatten": "4.4.0",
|
|
13
13
|
"mousetrap": "1.6.5",
|
|
14
|
-
"is-primitive": "3.0.1",
|
|
15
14
|
"classnames": "2.2.6",
|
|
15
|
+
"is-primitive": "3.0.1",
|
|
16
16
|
"@teambit/harmony": "0.4.6",
|
|
17
17
|
"@teambit/design.buttons.action-button": "0.0.2",
|
|
18
18
|
"@teambit/explorer.ui.command-bar": "2.0.15",
|
|
@@ -21,18 +21,17 @@
|
|
|
21
21
|
"@teambit/base-ui.text.muted-text": "1.0.1",
|
|
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.
|
|
25
|
-
"@teambit/react-router": "1.0.
|
|
26
|
-
"@teambit/ui": "1.0.
|
|
24
|
+
"@teambit/pubsub": "1.0.413",
|
|
25
|
+
"@teambit/react-router": "1.0.413",
|
|
26
|
+
"@teambit/ui": "1.0.413"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/lodash.flatten": "4.4.6",
|
|
30
30
|
"@types/mousetrap": "1.6.5",
|
|
31
31
|
"@types/classnames": "2.2.11",
|
|
32
32
|
"@types/mocha": "9.1.0",
|
|
33
|
-
"
|
|
34
|
-
"@teambit/
|
|
35
|
-
"@teambit/preview": "1.0.411"
|
|
33
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.59",
|
|
34
|
+
"@teambit/preview": "1.0.413"
|
|
36
35
|
},
|
|
37
36
|
"peerDependencies": {
|
|
38
37
|
"react": "^17.0.0 || ^18.0.0",
|