@teambit/variants 0.0.548 → 0.0.551
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/dist/variants.composition.d.ts +2 -0
- package/dist/variants.composition.js +35 -0
- package/dist/variants.composition.js.map +1 -0
- package/dist/variants.docs.mdx +2 -2
- package/package-tar/teambit-variants-0.0.551.tgz +0 -0
- package/package.json +9 -9
- package/preview-1647573899025.js +2 -0
- package/variants.composition.tsx +7 -0
- package/variants.docs.mdx +2 -2
- package/package-tar/teambit-variants-0.0.548.tgz +0 -0
- package/preview-1647314610121.js +0 -1
|
@@ -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/variants.svg"
|
|
31
|
+
}));
|
|
32
|
+
|
|
33
|
+
exports.Logo = Logo;
|
|
34
|
+
|
|
35
|
+
//# sourceMappingURL=variants.composition.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["variants.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/variants.svg\" />\n </div>\n);\n"]}
|
package/dist/variants.docs.mdx
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
2
|
+
description: Configuration variants allow to configure a selected group of components.
|
|
3
3
|
labels: ['variants', 'workspace', 'bit', 'extension', 'aspect']
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
import
|
|
6
|
+
import Variants from '@teambit/workspace.content.variants';
|
|
7
7
|
|
|
8
8
|
<Variants />
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/variants",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.551",
|
|
4
4
|
"homepage": "https://bit.dev/teambit/workspace/variants",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.workspace",
|
|
8
8
|
"name": "variants",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.551"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@teambit/harmony": "0.2.11",
|
|
@@ -14,23 +14,23 @@
|
|
|
14
14
|
"lodash": "4.17.21",
|
|
15
15
|
"@babel/runtime": "7.12.18",
|
|
16
16
|
"core-js": "^3.0.0",
|
|
17
|
-
"@teambit/cli": "0.0.
|
|
18
|
-
"@teambit/config": "0.0.
|
|
19
|
-
"@teambit/legacy-bit-id": "0.0.
|
|
17
|
+
"@teambit/cli": "0.0.455",
|
|
18
|
+
"@teambit/config": "0.0.468",
|
|
19
|
+
"@teambit/legacy-bit-id": "0.0.399",
|
|
20
20
|
"@teambit/workspace.modules.match-pattern": "0.0.489"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
+
"@types/react": "^17.0.8",
|
|
23
24
|
"@types/lodash": "4.14.165",
|
|
24
25
|
"@types/mocha": "9.1.0",
|
|
25
26
|
"@types/testing-library__jest-dom": "5.9.5",
|
|
26
27
|
"@types/jest": "^26.0.0",
|
|
27
28
|
"@types/react-dom": "^17.0.5",
|
|
28
|
-
"@types/react": "^17.0.8",
|
|
29
29
|
"@types/node": "12.20.4",
|
|
30
|
-
"@teambit/workspace.
|
|
30
|
+
"@teambit/workspace.content.variants": "1.95.9"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@teambit/legacy": "1.0.
|
|
33
|
+
"@teambit/legacy": "1.0.234",
|
|
34
34
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
35
35
|
"react": "^16.8.0 || ^17.0.0"
|
|
36
36
|
},
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"react": "-"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
|
-
"@teambit/legacy": "1.0.
|
|
61
|
+
"@teambit/legacy": "1.0.234",
|
|
62
62
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
63
63
|
"react": "^16.8.0 || ^17.0.0"
|
|
64
64
|
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_variants@0.0.551/dist/variants.composition.js')]
|
|
2
|
+
export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_variants@0.0.551/dist/variants.docs.mdx')]
|
package/variants.docs.mdx
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
2
|
+
description: Configuration variants allow to configure a selected group of components.
|
|
3
3
|
labels: ['variants', 'workspace', 'bit', 'extension', 'aspect']
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
import
|
|
6
|
+
import Variants from '@teambit/workspace.content.variants';
|
|
7
7
|
|
|
8
8
|
<Variants />
|
|
Binary file
|
package/preview-1647314610121.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_variants@0.0.548/dist/variants.docs.mdx')]
|