@teambit/ui 0.0.503 → 0.0.507
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.
|
@@ -1,29 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
3
|
Object.defineProperty(exports, "__esModule", {
|
|
6
4
|
value: true
|
|
7
5
|
});
|
|
8
6
|
exports.postCssConfig = void 0;
|
|
9
|
-
|
|
10
|
-
function _postcssNormalize() {
|
|
11
|
-
const data = _interopRequireDefault(require("postcss-normalize"));
|
|
12
|
-
|
|
13
|
-
_postcssNormalize = function () {
|
|
14
|
-
return data;
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
return data;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
7
|
// import postcssFlexbugsFixes from 'postcss-flexbugs-fixes';
|
|
21
8
|
const postCssConfig = {
|
|
22
9
|
// Necessary for external CSS imports to work
|
|
23
10
|
// https://github.com/facebook/create-react-app/issues/2677
|
|
24
11
|
ident: 'postcss',
|
|
25
12
|
plugins: [// eslint-disable-next-line global-require
|
|
26
|
-
require('postcss-flexbugs-fixes'), // eslint-disable-next-line global-require
|
|
13
|
+
require.resolve('postcss-flexbugs-fixes'), // eslint-disable-next-line global-require
|
|
27
14
|
require('postcss-preset-env')({
|
|
28
15
|
autoprefixer: {
|
|
29
16
|
flexbox: 'no-2009'
|
|
@@ -32,7 +19,7 @@ const postCssConfig = {
|
|
|
32
19
|
}), // Adds PostCSS Normalize as the reset css with default options,
|
|
33
20
|
// so that it honors browserslist config in package.json
|
|
34
21
|
// which in turn let's users customize the target behavior as per their needs.
|
|
35
|
-
|
|
22
|
+
require.resolve('postcss-normalize')]
|
|
36
23
|
};
|
|
37
24
|
exports.postCssConfig = postCssConfig;
|
|
38
25
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["postcss.config.ts"],"names":["postCssConfig","ident","plugins","require","autoprefixer","flexbox","stage"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["postcss.config.ts"],"names":["postCssConfig","ident","plugins","require","resolve","autoprefixer","flexbox","stage"],"mappings":";;;;;;AAAA;AAEO,MAAMA,aAAa,GAAG;AAC3B;AACA;AACAC,EAAAA,KAAK,EAAE,SAHoB;AAI3BC,EAAAA,OAAO,EAAE,CACP;AACAC,EAAAA,OAAO,CAACC,OAAR,CAAgB,wBAAhB,CAFO,EAGP;AACAD,EAAAA,OAAO,CAAC,oBAAD,CAAP,CAA8B;AAC5BE,IAAAA,YAAY,EAAE;AACZC,MAAAA,OAAO,EAAE;AADG,KADc;AAI5BC,IAAAA,KAAK,EAAE;AAJqB,GAA9B,CAJO,EAUP;AACA;AACA;AACAJ,EAAAA,OAAO,CAACC,OAAR,CAAgB,mBAAhB,CAbO;AAJkB,CAAtB","sourcesContent":["// import postcssFlexbugsFixes from 'postcss-flexbugs-fixes';\n\nexport const postCssConfig = {\n // Necessary for external CSS imports to work\n // https://github.com/facebook/create-react-app/issues/2677\n ident: 'postcss',\n plugins: [\n // eslint-disable-next-line global-require\n require.resolve('postcss-flexbugs-fixes'),\n // eslint-disable-next-line global-require\n require('postcss-preset-env')({\n autoprefixer: {\n flexbox: 'no-2009',\n },\n stage: 3,\n }),\n // Adds PostCSS Normalize as the reset css with default options,\n // so that it honors browserslist config in package.json\n // which in turn let's users customize the target behavior as per their needs.\n require.resolve('postcss-normalize'),\n ],\n};\n"]}
|
|
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.507",
|
|
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.507"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"lodash": "4.17.21",
|
|
@@ -23,8 +23,6 @@
|
|
|
23
23
|
"fs-extra": "10.0.0",
|
|
24
24
|
"lodash.compact": "3.0.1",
|
|
25
25
|
"webpack-merge": "5.8.0",
|
|
26
|
-
"postcss-flexbugs-fixes": "5.0.2",
|
|
27
|
-
"postcss-normalize": "10.0.0",
|
|
28
26
|
"postcss-preset-env": "6.7.0",
|
|
29
27
|
"mini-css-extract-plugin": "2.2.2",
|
|
30
28
|
"react-dev-utils": "11.0.4",
|
|
@@ -38,6 +36,8 @@
|
|
|
38
36
|
"less-loader": "8.0.0",
|
|
39
37
|
"less": "^4.1.1",
|
|
40
38
|
"sass-loader": "11.0.1",
|
|
39
|
+
"postcss-flexbugs-fixes": "5.0.2",
|
|
40
|
+
"postcss-normalize": "10.0.0",
|
|
41
41
|
"postcss-loader": "6.1.1",
|
|
42
42
|
"postcss": "8.2.9",
|
|
43
43
|
"css-loader": "5.2.0",
|
|
@@ -52,28 +52,28 @@
|
|
|
52
52
|
"@teambit/base-ui.loaders.loader-ribbon": "1.0.0",
|
|
53
53
|
"@teambit/base-ui.theme.fonts.roboto": "1.0.0",
|
|
54
54
|
"@teambit/base-ui.theme.theme-provider": "1.0.1",
|
|
55
|
-
"@teambit/aspect-loader": "0.0.
|
|
56
|
-
"@teambit/toolbox.path.to-windows-compatible-path": "0.0.
|
|
57
|
-
"@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.
|
|
58
|
-
"@teambit/logger": "0.0.
|
|
55
|
+
"@teambit/aspect-loader": "0.0.507",
|
|
56
|
+
"@teambit/toolbox.path.to-windows-compatible-path": "0.0.435",
|
|
57
|
+
"@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.439",
|
|
58
|
+
"@teambit/logger": "0.0.442",
|
|
59
59
|
"@teambit/cli": "0.0.378",
|
|
60
|
-
"@teambit/ui-foundation.cli.ui-server-console": "0.0.
|
|
61
|
-
"@teambit/bundler": "0.0.
|
|
62
|
-
"@teambit/component": "0.0.
|
|
63
|
-
"@teambit/express": "0.0.
|
|
64
|
-
"@teambit/graphql": "0.0.
|
|
65
|
-
"@teambit/toolbox.network.get-port": "0.0.
|
|
66
|
-
"@teambit/aspect": "0.0.
|
|
67
|
-
"@teambit/cache": "0.0.
|
|
68
|
-
"@teambit/pubsub": "0.0.
|
|
69
|
-
"@teambit/react-router": "0.0.
|
|
70
|
-
"@teambit/ui-foundation.ui.rendering.html": "0.0.
|
|
60
|
+
"@teambit/ui-foundation.cli.ui-server-console": "0.0.439",
|
|
61
|
+
"@teambit/bundler": "0.0.507",
|
|
62
|
+
"@teambit/component": "0.0.507",
|
|
63
|
+
"@teambit/express": "0.0.446",
|
|
64
|
+
"@teambit/graphql": "0.0.507",
|
|
65
|
+
"@teambit/toolbox.network.get-port": "0.0.65",
|
|
66
|
+
"@teambit/aspect": "0.0.507",
|
|
67
|
+
"@teambit/cache": "0.0.442",
|
|
68
|
+
"@teambit/pubsub": "0.0.507",
|
|
69
|
+
"@teambit/react-router": "0.0.507",
|
|
70
|
+
"@teambit/ui-foundation.ui.rendering.html": "0.0.21",
|
|
71
71
|
"@teambit/design.theme.icons-font": "1.0.1",
|
|
72
72
|
"@teambit/design.ui.tooltip": "0.0.350",
|
|
73
|
-
"@teambit/ui-foundation.ui.global-loader": "0.0.
|
|
74
|
-
"@teambit/webpack.modules.generate-style-loaders": "0.0.
|
|
75
|
-
"@teambit/webpack.modules.style-regexps": "0.0.
|
|
76
|
-
"@teambit/webpack": "0.0.
|
|
73
|
+
"@teambit/ui-foundation.ui.global-loader": "0.0.438",
|
|
74
|
+
"@teambit/webpack.modules.generate-style-loaders": "0.0.55",
|
|
75
|
+
"@teambit/webpack.modules.style-regexps": "0.0.84",
|
|
76
|
+
"@teambit/webpack": "0.0.507"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@types/react": "^17.0.8",
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
"@types/fs-extra": "9.0.7",
|
|
87
87
|
"@types/lodash.compact": "3.0.6",
|
|
88
88
|
"@types/react-dom": "^17.0.5",
|
|
89
|
-
"@types/postcss-normalize": "9.0.1",
|
|
90
89
|
"@types/mini-css-extract-plugin": "2.2.0",
|
|
90
|
+
"@types/postcss-normalize": "9.0.1",
|
|
91
91
|
"@types/node": "12.20.4",
|
|
92
92
|
"@types/mocha": "5.2.7",
|
|
93
93
|
"@types/testing-library__jest-dom": "5.9.5",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
},
|
|
96
96
|
"peerDependencies": {
|
|
97
97
|
"@apollo/client": "^3.0.0",
|
|
98
|
-
"@teambit/legacy": "1.0.
|
|
98
|
+
"@teambit/legacy": "1.0.153",
|
|
99
99
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
100
100
|
"react": "^16.8.0 || ^17.0.0"
|
|
101
101
|
},
|
|
@@ -111,6 +111,7 @@
|
|
|
111
111
|
"less": "^4.1.1",
|
|
112
112
|
"sass-loader": "11.0.1",
|
|
113
113
|
"postcss-flexbugs-fixes": "5.0.2",
|
|
114
|
+
"postcss-normalize": "10.0.0",
|
|
114
115
|
"postcss-loader": "6.1.1",
|
|
115
116
|
"postcss": "8.2.9",
|
|
116
117
|
"css-loader": "5.2.0",
|
|
@@ -127,6 +128,7 @@
|
|
|
127
128
|
},
|
|
128
129
|
"devDependencies": {
|
|
129
130
|
"@teambit/legacy": "-",
|
|
131
|
+
"@types/postcss-normalize": "9.0.1",
|
|
130
132
|
"@types/node": "12.20.4",
|
|
131
133
|
"@types/mocha": "5.2.7",
|
|
132
134
|
"@types/testing-library__jest-dom": "5.9.5",
|
|
@@ -137,7 +139,7 @@
|
|
|
137
139
|
"react": "-"
|
|
138
140
|
},
|
|
139
141
|
"peerDependencies": {
|
|
140
|
-
"@teambit/legacy": "1.0.
|
|
142
|
+
"@teambit/legacy": "1.0.153",
|
|
141
143
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
142
144
|
"react": "^16.8.0 || ^17.0.0"
|
|
143
145
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import postcssNormalize from 'postcss-normalize';
|
|
2
1
|
// import postcssFlexbugsFixes from 'postcss-flexbugs-fixes';
|
|
3
2
|
|
|
4
3
|
export const postCssConfig = {
|
|
@@ -7,7 +6,7 @@ export const postCssConfig = {
|
|
|
7
6
|
ident: 'postcss',
|
|
8
7
|
plugins: [
|
|
9
8
|
// eslint-disable-next-line global-require
|
|
10
|
-
require('postcss-flexbugs-fixes'),
|
|
9
|
+
require.resolve('postcss-flexbugs-fixes'),
|
|
11
10
|
// eslint-disable-next-line global-require
|
|
12
11
|
require('postcss-preset-env')({
|
|
13
12
|
autoprefixer: {
|
|
@@ -18,6 +17,6 @@ export const postCssConfig = {
|
|
|
18
17
|
// Adds PostCSS Normalize as the reset css with default options,
|
|
19
18
|
// so that it honors browserslist config in package.json
|
|
20
19
|
// which in turn let's users customize the target behavior as per their needs.
|
|
21
|
-
|
|
20
|
+
require.resolve('postcss-normalize'),
|
|
22
21
|
],
|
|
23
22
|
};
|
|
Binary file
|