@teambit/ui 0.0.531 → 0.0.535
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/exceptions/index.js
CHANGED
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
Object.defineProperty(exports, "
|
|
6
|
+
Object.defineProperty(exports, "UnknownBuildError", {
|
|
7
7
|
enumerable: true,
|
|
8
8
|
get: function () {
|
|
9
|
-
return
|
|
9
|
+
return _unknownBuildError().UnknownBuildError;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
-
Object.defineProperty(exports, "
|
|
12
|
+
Object.defineProperty(exports, "UnknownUI", {
|
|
13
13
|
enumerable: true,
|
|
14
14
|
get: function () {
|
|
15
|
-
return
|
|
15
|
+
return _unknownUi().UnknownUI;
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
18
|
|
package/dist/index.js
CHANGED
|
@@ -17,22 +17,10 @@ var _exportNames = {
|
|
|
17
17
|
useDataQuery: true,
|
|
18
18
|
useMutation: true
|
|
19
19
|
};
|
|
20
|
-
Object.defineProperty(exports, "
|
|
21
|
-
enumerable: true,
|
|
22
|
-
get: function () {
|
|
23
|
-
return _ui().UIAspect;
|
|
24
|
-
}
|
|
25
|
-
});
|
|
26
|
-
Object.defineProperty(exports, "UIRuntime", {
|
|
27
|
-
enumerable: true,
|
|
28
|
-
get: function () {
|
|
29
|
-
return _ui().UIRuntime;
|
|
30
|
-
}
|
|
31
|
-
});
|
|
32
|
-
Object.defineProperty(exports, "UIRoot", {
|
|
20
|
+
Object.defineProperty(exports, "DataQueryResult", {
|
|
33
21
|
enumerable: true,
|
|
34
22
|
get: function () {
|
|
35
|
-
return
|
|
23
|
+
return _uiFoundationUiHooks().DataQueryResult;
|
|
36
24
|
}
|
|
37
25
|
});
|
|
38
26
|
Object.defineProperty(exports, "PostStartOptions", {
|
|
@@ -59,10 +47,16 @@ Object.defineProperty(exports, "StartPluginOptions", {
|
|
|
59
47
|
return _startPlugin().StartPluginOptions;
|
|
60
48
|
}
|
|
61
49
|
});
|
|
62
|
-
Object.defineProperty(exports, "
|
|
50
|
+
Object.defineProperty(exports, "UIAspect", {
|
|
63
51
|
enumerable: true,
|
|
64
52
|
get: function () {
|
|
65
|
-
return
|
|
53
|
+
return _ui().UIAspect;
|
|
54
|
+
}
|
|
55
|
+
});
|
|
56
|
+
Object.defineProperty(exports, "UIRoot", {
|
|
57
|
+
enumerable: true,
|
|
58
|
+
get: function () {
|
|
59
|
+
return _uiRoot().UIRoot;
|
|
66
60
|
}
|
|
67
61
|
});
|
|
68
62
|
Object.defineProperty(exports, "UIRootFactory", {
|
|
@@ -71,12 +65,19 @@ Object.defineProperty(exports, "UIRootFactory", {
|
|
|
71
65
|
return _uiRoot2().UIRootFactory;
|
|
72
66
|
}
|
|
73
67
|
});
|
|
74
|
-
Object.defineProperty(exports, "
|
|
68
|
+
Object.defineProperty(exports, "UIRootUI", {
|
|
75
69
|
enumerable: true,
|
|
76
70
|
get: function () {
|
|
77
|
-
return
|
|
71
|
+
return _uiRoot2().UIRootUI;
|
|
78
72
|
}
|
|
79
73
|
});
|
|
74
|
+
Object.defineProperty(exports, "UIRuntime", {
|
|
75
|
+
enumerable: true,
|
|
76
|
+
get: function () {
|
|
77
|
+
return _ui().UIRuntime;
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
exports.default = void 0;
|
|
80
81
|
Object.defineProperty(exports, "useDataQuery", {
|
|
81
82
|
enumerable: true,
|
|
82
83
|
get: function () {
|
|
@@ -89,7 +90,6 @@ Object.defineProperty(exports, "useMutation", {
|
|
|
89
90
|
return _client().useMutation;
|
|
90
91
|
}
|
|
91
92
|
});
|
|
92
|
-
exports.default = void 0;
|
|
93
93
|
|
|
94
94
|
function _ui() {
|
|
95
95
|
const data = require("./ui.aspect");
|
package/dist/ui.aspect.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.default = exports.
|
|
6
|
+
exports.default = exports.UIRuntime = exports.UIAspect = void 0;
|
|
7
7
|
|
|
8
8
|
function _harmony() {
|
|
9
9
|
const data = require("@teambit/harmony");
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.535",
|
|
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.
|
|
9
|
+
"version": "0.0.535"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"lodash": "4.17.21",
|
|
@@ -53,28 +53,28 @@
|
|
|
53
53
|
"@teambit/base-ui.loaders.loader-ribbon": "1.0.0",
|
|
54
54
|
"@teambit/base-ui.theme.fonts.roboto": "1.0.0",
|
|
55
55
|
"@teambit/base-ui.theme.theme-provider": "1.0.1",
|
|
56
|
-
"@teambit/aspect-loader": "0.0.
|
|
57
|
-
"@teambit/toolbox.path.to-windows-compatible-path": "0.0.
|
|
58
|
-
"@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.
|
|
59
|
-
"@teambit/logger": "0.0.
|
|
56
|
+
"@teambit/aspect-loader": "0.0.535",
|
|
57
|
+
"@teambit/toolbox.path.to-windows-compatible-path": "0.0.448",
|
|
58
|
+
"@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.452",
|
|
59
|
+
"@teambit/logger": "0.0.457",
|
|
60
60
|
"@teambit/cli": "0.0.380",
|
|
61
|
-
"@teambit/ui-foundation.cli.ui-server-console": "0.0.
|
|
62
|
-
"@teambit/bundler": "0.0.
|
|
63
|
-
"@teambit/component": "0.0.
|
|
64
|
-
"@teambit/express": "0.0.
|
|
65
|
-
"@teambit/graphql": "0.0.
|
|
66
|
-
"@teambit/toolbox.network.get-port": "0.0.
|
|
67
|
-
"@teambit/aspect": "0.0.
|
|
68
|
-
"@teambit/cache": "0.0.
|
|
69
|
-
"@teambit/pubsub": "0.0.
|
|
70
|
-
"@teambit/react-router": "0.0.
|
|
71
|
-
"@teambit/ui-foundation.ui.rendering.html": "0.0.
|
|
61
|
+
"@teambit/ui-foundation.cli.ui-server-console": "0.0.453",
|
|
62
|
+
"@teambit/bundler": "0.0.535",
|
|
63
|
+
"@teambit/component": "0.0.535",
|
|
64
|
+
"@teambit/express": "0.0.461",
|
|
65
|
+
"@teambit/graphql": "0.0.535",
|
|
66
|
+
"@teambit/toolbox.network.get-port": "0.0.78",
|
|
67
|
+
"@teambit/aspect": "0.0.535",
|
|
68
|
+
"@teambit/cache": "0.0.457",
|
|
69
|
+
"@teambit/pubsub": "0.0.535",
|
|
70
|
+
"@teambit/react-router": "0.0.535",
|
|
71
|
+
"@teambit/ui-foundation.ui.rendering.html": "0.0.34",
|
|
72
72
|
"@teambit/design.theme.icons-font": "1.0.2",
|
|
73
73
|
"@teambit/design.ui.tooltip": "0.0.352",
|
|
74
|
-
"@teambit/ui-foundation.ui.global-loader": "0.0.
|
|
75
|
-
"@teambit/webpack.modules.generate-style-loaders": "0.0.
|
|
76
|
-
"@teambit/webpack.modules.style-regexps": "0.0.
|
|
77
|
-
"@teambit/webpack": "0.0.
|
|
74
|
+
"@teambit/ui-foundation.ui.global-loader": "0.0.451",
|
|
75
|
+
"@teambit/webpack.modules.generate-style-loaders": "0.0.68",
|
|
76
|
+
"@teambit/webpack.modules.style-regexps": "0.0.97",
|
|
77
|
+
"@teambit/webpack": "0.0.535"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@types/react": "^17.0.8",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
98
|
"@apollo/client": "^3.0.0",
|
|
99
|
-
"@teambit/legacy": "1.0.
|
|
99
|
+
"@teambit/legacy": "1.0.165",
|
|
100
100
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
101
101
|
"react": "^16.8.0 || ^17.0.0"
|
|
102
102
|
},
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"react": "-"
|
|
142
142
|
},
|
|
143
143
|
"peerDependencies": {
|
|
144
|
-
"@teambit/legacy": "1.0.
|
|
144
|
+
"@teambit/legacy": "1.0.165",
|
|
145
145
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
146
146
|
"react": "^16.8.0 || ^17.0.0"
|
|
147
147
|
}
|
|
Binary file
|