@teambit/variants 0.0.475 → 0.0.479

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.
Files changed (2) hide show
  1. package/package.json +19 -12
  2. package/variants.docs.mdx +8 -0
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@teambit/variants",
3
- "version": "0.0.475",
3
+ "version": "0.0.479",
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.475"
9
+ "version": "0.0.479"
10
10
  },
11
11
  "dependencies": {
12
12
  "@teambit/harmony": "0.2.11",
13
13
  "lodash": "4.17.21",
14
14
  "@babel/runtime": "7.12.18",
15
15
  "core-js": "^3.0.0",
16
- "@teambit/cli": "0.0.388",
17
- "@teambit/legacy-bit-id": "0.0.377",
18
- "@teambit/workspace.modules.match-pattern": "0.0.467"
16
+ "@teambit/cli": "0.0.392",
17
+ "@teambit/legacy-bit-id": "0.0.381",
18
+ "@teambit/workspace.modules.match-pattern": "0.0.471"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/lodash": "4.14.165",
@@ -25,10 +25,10 @@
25
25
  "@types/react-dom": "^17.0.5",
26
26
  "@types/react": "^17.0.8",
27
27
  "@types/node": "12.20.4",
28
- "@teambit/workspace.aspect-docs.variants": "0.0.107"
28
+ "@teambit/workspace.aspect-docs.variants": "0.0.111"
29
29
  },
30
30
  "peerDependencies": {
31
- "@teambit/legacy": "1.0.174",
31
+ "@teambit/legacy": "1.0.178",
32
32
  "react-dom": "^16.8.0 || ^17.0.0",
33
33
  "react": "^16.8.0 || ^17.0.0"
34
34
  },
@@ -56,7 +56,7 @@
56
56
  "react": "-"
57
57
  },
58
58
  "peerDependencies": {
59
- "@teambit/legacy": "1.0.174",
59
+ "@teambit/legacy": "1.0.178",
60
60
  "react-dom": "^16.8.0 || ^17.0.0",
61
61
  "react": "^16.8.0 || ^17.0.0"
62
62
  }
@@ -65,10 +65,17 @@
65
65
  "files": [
66
66
  "dist",
67
67
  "!dist/tsconfig.tsbuildinfo",
68
- "README.md",
69
- "README.mdx",
70
- "*.js",
71
- "*.json"
68
+ "**/*.md",
69
+ "**/*.mdx",
70
+ "**/*.js",
71
+ "**/*.json",
72
+ "**/*.sass",
73
+ "**/*.scss",
74
+ "**/*.less",
75
+ "**/*.css",
76
+ "**/*.css",
77
+ "**/*.jpeg",
78
+ "**/*.gif"
72
79
  ],
73
80
  "private": false,
74
81
  "engines": {
@@ -0,0 +1,8 @@
1
+ ---
2
+ description: teambit.workspace/variants enables cascading configurations by selection of component groupings or sets in the workspace and applying configurations to these cascading groups
3
+ labels: ['variants', 'workspace', 'bit', 'extension', 'aspect']
4
+ ---
5
+
6
+ import { Variants } from '@teambit/workspace.aspect-docs.variants';
7
+
8
+ <Variants />