@pandacss/generator 0.0.0-dev-20231122180455 → 0.0.0-dev-20231122181702
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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -376,7 +376,7 @@ function generateResetCss(ctx, scope = "") {
|
|
|
376
376
|
${selector}pre {
|
|
377
377
|
font-size: 1em;
|
|
378
378
|
--font-mono-fallback: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New';
|
|
379
|
-
font-family: var(--global-font-mono, var(--font-fallback));
|
|
379
|
+
font-family: var(--global-font-mono, var(--font-mono-fallback));
|
|
380
380
|
}
|
|
381
381
|
|
|
382
382
|
|
package/dist/index.mjs
CHANGED
|
@@ -345,7 +345,7 @@ function generateResetCss(ctx, scope = "") {
|
|
|
345
345
|
${selector}pre {
|
|
346
346
|
font-size: 1em;
|
|
347
347
|
--font-mono-fallback: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New';
|
|
348
|
-
font-family: var(--global-font-mono, var(--font-fallback));
|
|
348
|
+
font-family: var(--global-font-mono, var(--font-mono-fallback));
|
|
349
349
|
}
|
|
350
350
|
|
|
351
351
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/generator",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20231122181702",
|
|
4
4
|
"description": "The css generator for css panda",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"pluralize": "8.0.0",
|
|
33
33
|
"postcss": "^8.4.31",
|
|
34
34
|
"ts-pattern": "5.0.5",
|
|
35
|
-
"@pandacss/core": "0.0.0-dev-
|
|
36
|
-
"@pandacss/is-valid-prop": "0.0.0-dev-
|
|
37
|
-
"@pandacss/logger": "0.0.0-dev-
|
|
38
|
-
"@pandacss/shared": "0.0.0-dev-
|
|
39
|
-
"@pandacss/token-dictionary": "0.0.0-dev-
|
|
40
|
-
"@pandacss/types": "0.0.0-dev-
|
|
35
|
+
"@pandacss/core": "0.0.0-dev-20231122181702",
|
|
36
|
+
"@pandacss/is-valid-prop": "0.0.0-dev-20231122181702",
|
|
37
|
+
"@pandacss/logger": "0.0.0-dev-20231122181702",
|
|
38
|
+
"@pandacss/shared": "0.0.0-dev-20231122181702",
|
|
39
|
+
"@pandacss/token-dictionary": "0.0.0-dev-20231122181702",
|
|
40
|
+
"@pandacss/types": "0.0.0-dev-20231122181702"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/pluralize": "0.0.33",
|
|
44
44
|
"hookable": "5.5.3",
|
|
45
|
-
"@pandacss/fixture": "0.0.0-dev-
|
|
45
|
+
"@pandacss/fixture": "0.0.0-dev-20231122181702"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build": "tsup src/index.ts --format=esm,cjs --dts",
|