@pandacss/generator 0.0.0-dev-20230914105302 → 0.0.0-dev-20230914173313

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 CHANGED
@@ -230,6 +230,7 @@ function generateResetCss(ctx, scope = "") {
230
230
  -webkit-text-size-adjust: 100%;
231
231
  -webkit-text-size-adjust: 100%;
232
232
  -webkit-font-smoothing: antialiased;
233
+ -moz-osx-font-smoothing: grayscale;
233
234
  -moz-tab-size: 4;
234
235
  tab-size: 4;
235
236
  font-family: var(--global-font-body, var(--font-fallback));
package/dist/index.mjs CHANGED
@@ -199,6 +199,7 @@ function generateResetCss(ctx, scope = "") {
199
199
  -webkit-text-size-adjust: 100%;
200
200
  -webkit-text-size-adjust: 100%;
201
201
  -webkit-font-smoothing: antialiased;
202
+ -moz-osx-font-smoothing: grayscale;
202
203
  -moz-tab-size: 4;
203
204
  tab-size: 4;
204
205
  font-family: var(--global-font-body, var(--font-fallback));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/generator",
3
- "version": "0.0.0-dev-20230914105302",
3
+ "version": "0.0.0-dev-20230914173313",
4
4
  "description": "The css generator for css panda",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -20,17 +20,17 @@
20
20
  "pluralize": "8.0.0",
21
21
  "postcss": "8.4.27",
22
22
  "ts-pattern": "5.0.4",
23
- "@pandacss/core": "0.0.0-dev-20230914105302",
24
- "@pandacss/is-valid-prop": "0.0.0-dev-20230914105302",
25
- "@pandacss/logger": "0.0.0-dev-20230914105302",
26
- "@pandacss/shared": "0.0.0-dev-20230914105302",
27
- "@pandacss/token-dictionary": "0.0.0-dev-20230914105302",
28
- "@pandacss/types": "0.0.0-dev-20230914105302"
23
+ "@pandacss/core": "0.0.0-dev-20230914173313",
24
+ "@pandacss/is-valid-prop": "0.0.0-dev-20230914173313",
25
+ "@pandacss/logger": "0.0.0-dev-20230914173313",
26
+ "@pandacss/shared": "0.0.0-dev-20230914173313",
27
+ "@pandacss/token-dictionary": "0.0.0-dev-20230914173313",
28
+ "@pandacss/types": "0.0.0-dev-20230914173313"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/pluralize": "0.0.30",
32
32
  "hookable": "5.5.3",
33
- "@pandacss/fixture": "0.0.0-dev-20230914105302"
33
+ "@pandacss/fixture": "0.0.0-dev-20230914173313"
34
34
  },
35
35
  "scripts": {
36
36
  "prebuild": "tsx scripts/prebuild.ts",