@teambit/component 0.0.677 → 0.0.678
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.
- package/component.composition.tsx +7 -0
- package/component.docs.mdx +1 -1
- package/dist/component.composition.d.ts +2 -0
- package/dist/component.composition.js +35 -0
- package/dist/component.composition.js.map +1 -0
- package/dist/component.docs.mdx +1 -1
- package/package-tar/teambit-component-0.0.678.tgz +0 -0
- package/package.json +16 -16
- package/preview-1647487436311.js +2 -0
- package/package-tar/teambit-component-0.0.677.tgz +0 -0
- package/preview-1647401023351.js +0 -1
package/component.docs.mdx
CHANGED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.Logo = void 0;
|
|
9
|
+
|
|
10
|
+
function _react() {
|
|
11
|
+
const data = _interopRequireDefault(require("react"));
|
|
12
|
+
|
|
13
|
+
_react = function () {
|
|
14
|
+
return data;
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
return data;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
const Logo = () => /*#__PURE__*/_react().default.createElement("div", {
|
|
21
|
+
style: {
|
|
22
|
+
height: '100%',
|
|
23
|
+
display: 'flex',
|
|
24
|
+
justifyContent: 'center'
|
|
25
|
+
}
|
|
26
|
+
}, /*#__PURE__*/_react().default.createElement("img", {
|
|
27
|
+
style: {
|
|
28
|
+
width: 70
|
|
29
|
+
},
|
|
30
|
+
src: "https://static.bit.dev/bit-icons/components.svg"
|
|
31
|
+
}));
|
|
32
|
+
|
|
33
|
+
exports.Logo = Logo;
|
|
34
|
+
|
|
35
|
+
//# sourceMappingURL=component.composition.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["component.composition.tsx"],"names":["Logo","height","display","justifyContent","width"],"mappings":";;;;;;;;;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;;AAEO,MAAMA,IAAI,GAAG,mBAClB;AAAK,EAAA,KAAK,EAAE;AAAEC,IAAAA,MAAM,EAAE,MAAV;AAAkBC,IAAAA,OAAO,EAAE,MAA3B;AAAmCC,IAAAA,cAAc,EAAE;AAAnD;AAAZ,gBACE;AAAK,EAAA,KAAK,EAAE;AAAEC,IAAAA,KAAK,EAAE;AAAT,GAAZ;AAA2B,EAAA,GAAG,EAAC;AAA/B,EADF,CADK","sourcesContent":["import React from 'react';\n\nexport const Logo = () => (\n <div style={{ height: '100%', display: 'flex', justifyContent: 'center' }}>\n <img style={{ width: 70 }} src=\"https://static.bit.dev/bit-icons/components.svg\" />\n </div>\n);\n"]}
|
package/dist/component.docs.mdx
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/component",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.678",
|
|
4
4
|
"homepage": "https://bit.dev/teambit/component/component",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.component",
|
|
8
8
|
"name": "component",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.678"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@teambit/any-fs": "0.0.5",
|
|
@@ -29,39 +29,39 @@
|
|
|
29
29
|
"@teambit/base-ui.routing.routing-provider": "1.0.0",
|
|
30
30
|
"@teambit/component-id": "0.0.401",
|
|
31
31
|
"@teambit/ui-foundation.ui.menu-widget-icon": "0.0.488",
|
|
32
|
-
"@teambit/aspect-loader": "0.0.
|
|
32
|
+
"@teambit/aspect-loader": "0.0.678",
|
|
33
33
|
"@teambit/legacy-bit-id": "0.0.398",
|
|
34
34
|
"@teambit/toolbox.string.capitalize": "0.0.483",
|
|
35
35
|
"@teambit/cli": "0.0.453",
|
|
36
36
|
"@teambit/config": "0.0.466",
|
|
37
37
|
"@teambit/express": "0.0.549",
|
|
38
|
-
"@teambit/graphql": "0.0.
|
|
38
|
+
"@teambit/graphql": "0.0.678",
|
|
39
39
|
"@teambit/bit-error": "0.0.394",
|
|
40
|
-
"@teambit/command-bar": "0.0.
|
|
41
|
-
"@teambit/preview": "0.0.
|
|
42
|
-
"@teambit/pubsub": "0.0.
|
|
40
|
+
"@teambit/command-bar": "0.0.678",
|
|
41
|
+
"@teambit/preview": "0.0.678",
|
|
42
|
+
"@teambit/pubsub": "0.0.678",
|
|
43
43
|
"@teambit/ui-foundation.ui.is-browser": "0.0.486",
|
|
44
44
|
"@teambit/ui-foundation.ui.main-dropdown": "0.0.486",
|
|
45
45
|
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.488",
|
|
46
|
-
"@teambit/ui-foundation.ui.use-box.menu": "0.0.
|
|
47
|
-
"@teambit/ui": "0.0.
|
|
46
|
+
"@teambit/ui-foundation.ui.use-box.menu": "0.0.113",
|
|
47
|
+
"@teambit/ui": "0.0.678",
|
|
48
48
|
"@teambit/component-issues": "0.0.46",
|
|
49
49
|
"@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.487",
|
|
50
50
|
"@teambit/cli-table": "0.0.33",
|
|
51
|
-
"@teambit/component-descriptor": "0.0.
|
|
52
|
-
"@teambit/lanes.ui.lanes": "0.0.
|
|
51
|
+
"@teambit/component-descriptor": "0.0.18",
|
|
52
|
+
"@teambit/lanes.ui.lanes": "0.0.16",
|
|
53
53
|
"@teambit/ui-foundation.ui.react-router.use-query": "0.0.486",
|
|
54
54
|
"@teambit/design.ui.empty-box": "0.0.353",
|
|
55
55
|
"@teambit/harmony.ui.aspect-box": "0.0.486",
|
|
56
56
|
"@teambit/design.ui.pages.not-found": "0.0.353",
|
|
57
57
|
"@teambit/design.ui.pages.server-error": "0.0.353",
|
|
58
|
-
"@teambit/compositions": "0.0.
|
|
59
|
-
"@teambit/deprecation": "0.0.
|
|
60
|
-
"@teambit/envs": "0.0.
|
|
58
|
+
"@teambit/compositions": "0.0.678",
|
|
59
|
+
"@teambit/deprecation": "0.0.678",
|
|
60
|
+
"@teambit/envs": "0.0.678",
|
|
61
61
|
"@teambit/legacy-component-log": "0.0.392",
|
|
62
|
-
"@teambit/component.ui.version-dropdown": "0.0.
|
|
62
|
+
"@teambit/component.ui.version-dropdown": "0.0.501",
|
|
63
63
|
"@teambit/ui-foundation.ui.full-loader": "0.0.486",
|
|
64
|
-
"@teambit/ui-foundation.ui.use-box.dropdown": "0.0.
|
|
64
|
+
"@teambit/ui-foundation.ui.use-box.dropdown": "0.0.113",
|
|
65
65
|
"@teambit/ui-foundation.ui.react-router.extend-path": "0.0.486"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component@0.0.678/dist/component.composition.js')]
|
|
2
|
+
export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component@0.0.678/dist/component.docs.mdx')]
|
|
Binary file
|
package/preview-1647401023351.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component@0.0.677/dist/component.docs.mdx')]
|