@teambit/ui 0.0.690 → 0.0.693

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,2 @@
1
+ /// <reference types="react" />
2
+ export declare const Logo: () => JSX.Element;
@@ -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/extensions-icons/ui.svg"
31
+ }));
32
+
33
+ exports.Logo = Logo;
34
+
35
+ //# sourceMappingURL=ui.composition.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["ui.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/extensions-icons/ui.svg\" />\n </div>\n);\n"]}
@@ -1,3 +1,8 @@
1
+ ---
2
+ description: Bit's user-interface. Enables aspects to add their own UIs.
3
+ labels: ['core aspect', 'ui', 'bit', 'react']
4
+ ---
5
+
1
6
  ## Server-side rendering
2
7
 
3
8
  Server side rendering (or SSR) is done in the following form:
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/ui",
3
- "version": "0.0.690",
3
+ "version": "0.0.693",
4
4
  "homepage": "https://bit.dev/teambit/ui-foundation/ui",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.ui-foundation",
8
8
  "name": "ui",
9
- "version": "0.0.690"
9
+ "version": "0.0.693"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -52,28 +52,28 @@
52
52
  "@teambit/base-ui.loaders.loader-ribbon": "1.0.0",
53
53
  "@teambit/base-ui.theme.fonts.roboto": "1.0.0",
54
54
  "@teambit/base-ui.theme.theme-provider": "1.0.1",
55
- "@teambit/aspect-loader": "0.0.690",
55
+ "@teambit/aspect-loader": "0.0.693",
56
56
  "@teambit/toolbox.path.to-windows-compatible-path": "0.0.483",
57
57
  "@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.487",
58
- "@teambit/cli": "0.0.462",
59
- "@teambit/logger": "0.0.554",
58
+ "@teambit/cli": "0.0.463",
59
+ "@teambit/logger": "0.0.555",
60
60
  "@teambit/ui-foundation.cli.ui-server-console": "0.0.490",
61
- "@teambit/bundler": "0.0.690",
62
- "@teambit/component": "0.0.690",
63
- "@teambit/express": "0.0.558",
64
- "@teambit/graphql": "0.0.690",
61
+ "@teambit/bundler": "0.0.693",
62
+ "@teambit/component": "0.0.693",
63
+ "@teambit/express": "0.0.559",
64
+ "@teambit/graphql": "0.0.693",
65
65
  "@teambit/toolbox.network.get-port": "0.0.113",
66
- "@teambit/aspect": "0.0.690",
67
- "@teambit/cache": "0.0.554",
68
- "@teambit/pubsub": "0.0.690",
69
- "@teambit/react-router": "0.0.690",
66
+ "@teambit/aspect": "0.0.693",
67
+ "@teambit/cache": "0.0.555",
68
+ "@teambit/pubsub": "0.0.693",
69
+ "@teambit/react-router": "0.0.693",
70
70
  "@teambit/ui-foundation.ui.rendering.html": "0.0.69",
71
- "@teambit/design.theme.icons-font": "1.0.10",
71
+ "@teambit/design.theme.icons-font": "1.0.12",
72
72
  "@teambit/design.ui.tooltip": "0.0.352",
73
73
  "@teambit/ui-foundation.ui.global-loader": "0.0.486",
74
74
  "@teambit/webpack.modules.generate-style-loaders": "0.0.103",
75
75
  "@teambit/webpack.modules.style-regexps": "0.0.132",
76
- "@teambit/webpack": "0.0.690"
76
+ "@teambit/webpack": "0.0.693"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@types/lodash": "4.14.165",
@@ -0,0 +1,2 @@
1
+ export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_ui@0.0.693/dist/ui.composition.js')]
2
+ export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_ui@0.0.693/dist/ui.docs.mdx')]
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+
3
+ export const Logo = () => (
4
+ <div style={{ height: '100%', display: 'flex', justifyContent: 'center' }}>
5
+ <img style={{ width: 70 }} src="https://static.bit.dev/extensions-icons/ui.svg" />
6
+ </div>
7
+ );
@@ -1,3 +1,8 @@
1
+ ---
2
+ description: Bit's user-interface. Enables aspects to add their own UIs.
3
+ labels: ['core aspect', 'ui', 'bit', 'react']
4
+ ---
5
+
1
6
  ## Server-side rendering
2
7
 
3
8
  Server side rendering (or SSR) is done in the following form:
Binary file
@@ -1 +0,0 @@
1
- export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_ui@0.0.690/dist/ui.docs.md')]