@pandacss/studio 0.0.0-dev-20230620140303 → 0.0.0-dev-20230620143512

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/studio",
3
- "version": "0.0.0-dev-20230620140303",
3
+ "version": "0.0.0-dev-20230620143512",
4
4
  "description": "The automated token documentation for Panda CSS",
5
5
  "main": "dist/studio.js",
6
6
  "module": "dist/studio.mjs",
@@ -32,19 +32,19 @@
32
32
  "react": "18.2.0",
33
33
  "react-dom": "18.2.0",
34
34
  "vite": "4.3.9",
35
- "@pandacss/types": "0.0.0-dev-20230620140303",
36
- "@pandacss/config": "0.0.0-dev-20230620140303",
37
- "@pandacss/shared": "0.0.0-dev-20230620140303",
38
- "@pandacss/token-dictionary": "0.0.0-dev-20230620140303",
39
- "@pandacss/logger": "0.0.0-dev-20230620140303",
40
- "@pandacss/node": "0.0.0-dev-20230620140303"
35
+ "@pandacss/types": "0.0.0-dev-20230620143512",
36
+ "@pandacss/shared": "0.0.0-dev-20230620143512",
37
+ "@pandacss/token-dictionary": "0.0.0-dev-20230620143512",
38
+ "@pandacss/logger": "0.0.0-dev-20230620143512",
39
+ "@pandacss/node": "0.0.0-dev-20230620143512",
40
+ "@pandacss/config": "0.0.0-dev-20230620143512"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/react": "18.2.12",
44
44
  "@types/react-dom": "18.2.5",
45
45
  "@vitejs/plugin-react": "4.0.0",
46
46
  "execa": "7.1.1",
47
- "@pandacss/dev": "0.0.0-dev-20230620140303"
47
+ "@pandacss/dev": "0.0.0-dev-20230620143512"
48
48
  },
49
49
  "scripts": {
50
50
  "codegen": "panda",
@@ -265,6 +265,14 @@ const classNameMap = {
265
265
  stroke: 'stroke',
266
266
  srOnly: 'sr',
267
267
  debug: 'debug',
268
+ appearance: 'appearance',
269
+ backfaceVisibility: 'backface',
270
+ clipPath: 'clip-path',
271
+ hyphens: 'hyphens',
272
+ mask: 'mask',
273
+ maskImage: 'mask-image',
274
+ maskSize: 'mask-size',
275
+ textSizeAdjust: 'text-size-adjust',
268
276
  textStyle: 'textStyle',
269
277
  }
270
278
 
@@ -348,6 +348,14 @@ var userGenerated = [
348
348
  'stroke',
349
349
  'srOnly',
350
350
  'debug',
351
+ 'appearance',
352
+ 'backfaceVisibility',
353
+ 'clipPath',
354
+ 'hyphens',
355
+ 'mask',
356
+ 'maskImage',
357
+ 'maskSize',
358
+ 'textSizeAdjust',
351
359
  'colorPalette',
352
360
  'textStyle',
353
361
  '_hover',