-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.bitmap
73 lines (71 loc) · 2.29 KB
/
.bitmap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
/* THIS IS A BIT-AUTO-GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. */
/**
* The Bitmap file is an auto generated file used by Bit to track all your Bit components. It maps the component to a folder in your file system.
* This file should be committed to VCS(version control).
* Components are listed using their component ID (https://harmony-docs.bit.dev/aspects/component/#component-id).
* If you want to delete components you can use the "bit remove <component-id>" command.
* See the docs (https://harmony-docs.bit.dev/building-with-bit/removing-components) for more information, or use "bit remove --help".
*/
{
"envs/my-react": {
"scope": "branch.neumorphism",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "demo/envs/my-react"
},
"pages/welcome": {
"scope": "branch.neumorphism",
"version": "0.0.10",
"mainFile": "index.ts",
"rootDir": "demo/pages/welcome"
},
"styles/neustyles": {
"scope": "branch.neumorphism",
"version": "0.0.3",
"mainFile": "index.ts",
"rootDir": "neumorphism/styles/neustyles"
},
"ui/button": {
"scope": "branch.neumorphism",
"version": "0.0.8",
"mainFile": "index.ts",
"rootDir": "neumorphism/ui/button"
},
"ui/card": {
"scope": "branch.neumorphism",
"version": "0.0.10",
"mainFile": "index.ts",
"rootDir": "neumorphism/ui/card"
},
"ui/circle": {
"scope": "branch.neumorphism",
"version": "0.0.4",
"mainFile": "index.ts",
"rootDir": "neumorphism/ui/circle"
},
"ui/heading": {
"scope": "branch.neumorphism",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "neumorphism/ui/heading"
},
"ui/link": {
"scope": "branch.neumorphism",
"version": "0.0.5",
"mainFile": "index.ts",
"rootDir": "neumorphism/ui/link"
},
"ui/slider": {
"scope": "branch.neumorphism",
"version": "0.0.5",
"mainFile": "index.ts",
"rootDir": "neumorphism/ui/slider"
},
"ui/text": {
"scope": "branch.neumorphism",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "neumorphism/ui/text"
},
"$schema-version": "14.9.0"
}