@griffel/postcss-syntax 1.0.6 → 1.0.8
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/package.json +2 -2
- package/src/stringify.js +0 -1
- package/src/stringify.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@griffel/postcss-syntax",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "postcss syntax for Griffel",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@babel/core": "^7.23.2",
|
|
12
|
-
"@griffel/babel-preset": "^1.5.
|
|
12
|
+
"@griffel/babel-preset": "^1.5.8",
|
|
13
13
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
14
14
|
"postcss": "^8.4.29"
|
|
15
15
|
},
|
package/src/stringify.js
CHANGED
|
@@ -5,7 +5,6 @@ const constants_1 = require("./constants");
|
|
|
5
5
|
const stringify = root => {
|
|
6
6
|
const originalSource = root.raw(constants_1.GRIFFEL_SRC_RAW);
|
|
7
7
|
if (originalSource) {
|
|
8
|
-
console.log(originalSource);
|
|
9
8
|
return originalSource;
|
|
10
9
|
}
|
|
11
10
|
// TODO maybe we could generate some default Griffel file with all styles in one slot
|
package/src/stringify.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stringify.js","sourceRoot":"","sources":["../../../../packages/postcss-syntax/src/stringify.ts"],"names":[],"mappings":";;;AACA,2CAA8C;AAEvC,MAAM,SAAS,GAAwB,IAAI,CAAC,EAAE;IACnD,MAAM,cAAc,GAAG,IAAI,CAAC,GAAG,CAAC,2BAAe,CAAC,CAAC;IACjD,IAAI,cAAc,EAAE;QAClB,OAAO,
|
|
1
|
+
{"version":3,"file":"stringify.js","sourceRoot":"","sources":["../../../../packages/postcss-syntax/src/stringify.ts"],"names":[],"mappings":";;;AACA,2CAA8C;AAEvC,MAAM,SAAS,GAAwB,IAAI,CAAC,EAAE;IACnD,MAAM,cAAc,GAAG,IAAI,CAAC,GAAG,CAAC,2BAAe,CAAC,CAAC;IACjD,IAAI,cAAc,EAAE;QAClB,OAAO,cAAc,CAAC;KACvB;IAED,qFAAqF;IACrF,MAAM,IAAI,KAAK,CAAC,iFAAiF,CAAC,CAAC;AACrG,CAAC,CAAC;AARW,QAAA,SAAS,aAQpB"}
|