@teambit/sidebar 1.0.65 → 1.0.67
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/esm.d.mts +3 -0
- package/dist/esm.mjs +6 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +0 -25
- package/dist/index.js.map +1 -1
- package/dist/{preview-1700997544567.js → preview-1701228028835.js} +2 -2
- package/esm.mjs +6 -0
- package/package.json +5 -5
package/dist/esm.d.mts
ADDED
package/dist/esm.mjs
ADDED
package/dist/index.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
import { SidebarAspect } from './sidebar.aspect';
|
2
|
-
export { SidebarUI, SidebarItemSlot, SidebarItem } from './sidebar.ui.runtime';
|
2
|
+
export type { SidebarUI, SidebarItemSlot, SidebarItem } from './sidebar.ui.runtime';
|
3
3
|
export { SidebarAspect };
|
4
4
|
export default SidebarAspect;
|
package/dist/index.js
CHANGED
@@ -9,24 +9,6 @@ Object.defineProperty(exports, "SidebarAspect", {
|
|
9
9
|
return _sidebar().SidebarAspect;
|
10
10
|
}
|
11
11
|
});
|
12
|
-
Object.defineProperty(exports, "SidebarItem", {
|
13
|
-
enumerable: true,
|
14
|
-
get: function () {
|
15
|
-
return _sidebarUi().SidebarItem;
|
16
|
-
}
|
17
|
-
});
|
18
|
-
Object.defineProperty(exports, "SidebarItemSlot", {
|
19
|
-
enumerable: true,
|
20
|
-
get: function () {
|
21
|
-
return _sidebarUi().SidebarItemSlot;
|
22
|
-
}
|
23
|
-
});
|
24
|
-
Object.defineProperty(exports, "SidebarUI", {
|
25
|
-
enumerable: true,
|
26
|
-
get: function () {
|
27
|
-
return _sidebarUi().SidebarUI;
|
28
|
-
}
|
29
|
-
});
|
30
12
|
exports.default = void 0;
|
31
13
|
function _sidebar() {
|
32
14
|
const data = require("./sidebar.aspect");
|
@@ -35,13 +17,6 @@ function _sidebar() {
|
|
35
17
|
};
|
36
18
|
return data;
|
37
19
|
}
|
38
|
-
function _sidebarUi() {
|
39
|
-
const data = require("./sidebar.ui.runtime");
|
40
|
-
_sidebarUi = function () {
|
41
|
-
return data;
|
42
|
-
};
|
43
|
-
return data;
|
44
|
-
}
|
45
20
|
var _default = exports.default = _sidebar().SidebarAspect;
|
46
21
|
|
47
22
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["_sidebar","data","require","
|
1
|
+
{"version":3,"names":["_sidebar","data","require","_default","exports","default","SidebarAspect"],"sources":["index.ts"],"sourcesContent":["import { SidebarAspect } from './sidebar.aspect';\n\nexport type { SidebarUI, SidebarItemSlot, SidebarItem } from './sidebar.ui.runtime';\nexport { SidebarAspect };\nexport default SidebarAspect;\n"],"mappings":";;;;;;;;;;;;AAAA,SAAAA,SAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,QAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAiD,IAAAE,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAIlCC,wBAAa"}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_sidebar@1.0.
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_sidebar@1.0.
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_sidebar@1.0.67/dist/sidebar.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.ui-foundation_sidebar@1.0.67/dist/sidebar.docs.mdx';
|
3
3
|
|
4
4
|
export const compositions = [compositions_0];
|
5
5
|
export const overview = [overview_0];
|
package/esm.mjs
ADDED
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/sidebar",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.67",
|
4
4
|
"homepage": "https://bit.cloud/teambit/ui-foundation/sidebar",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.ui-foundation",
|
8
8
|
"name": "sidebar",
|
9
|
-
"version": "1.0.
|
9
|
+
"version": "1.0.67"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"classnames": "2.2.6",
|
@@ -16,8 +16,8 @@
|
|
16
16
|
"@teambit/harmony": "0.4.6",
|
17
17
|
"@teambit/ui-foundation.ui.tree.drawer": "0.0.517",
|
18
18
|
"@teambit/design.ui.surfaces.menu.section": "0.0.357",
|
19
|
-
"@teambit/component": "1.0.
|
20
|
-
"@teambit/ui": "1.0.
|
19
|
+
"@teambit/component": "1.0.67",
|
20
|
+
"@teambit/ui": "1.0.67"
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
23
23
|
"@types/react": "^17.0.8",
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"@types/testing-library__jest-dom": "5.9.5"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|
33
|
-
"@teambit/legacy": "1.0.
|
33
|
+
"@teambit/legacy": "1.0.607",
|
34
34
|
"react": "^16.8.0 || ^17.0.0",
|
35
35
|
"react-dom": "^16.8.0 || ^17.0.0"
|
36
36
|
},
|