@pandacss/studio 0.0.0-dev-20240429192123 → 0.0.0-dev-20240429192252

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-20240429192123",
3
+ "version": "0.0.0-dev-20240429192252",
4
4
  "description": "The automated token documentation for Panda CSS",
5
5
  "main": "dist/studio.js",
6
6
  "module": "dist/studio.mjs",
@@ -48,12 +48,12 @@
48
48
  "react": "18.2.0",
49
49
  "react-dom": "18.2.0",
50
50
  "vite": "5.1.7",
51
- "@pandacss/config": "0.0.0-dev-20240429192123",
52
- "@pandacss/logger": "0.0.0-dev-20240429192123",
53
- "@pandacss/shared": "0.0.0-dev-20240429192123",
54
- "@pandacss/token-dictionary": "0.0.0-dev-20240429192123",
55
- "@pandacss/types": "0.0.0-dev-20240429192123",
56
- "@pandacss/astro-plugin-studio": "0.0.0-dev-20240429192123"
51
+ "@pandacss/config": "0.0.0-dev-20240429192252",
52
+ "@pandacss/logger": "0.0.0-dev-20240429192252",
53
+ "@pandacss/shared": "0.0.0-dev-20240429192252",
54
+ "@pandacss/token-dictionary": "0.0.0-dev-20240429192252",
55
+ "@pandacss/types": "0.0.0-dev-20240429192252",
56
+ "@pandacss/astro-plugin-studio": "0.0.0-dev-20240429192252"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/react": "18.2.55",
@@ -1,5 +1,5 @@
1
1
  import { createElement, forwardRef } from 'react'
2
- false
2
+
3
3
  import { splitProps } from '../helpers.mjs';
4
4
  import { getAspectRatioStyle } from '../patterns/aspect-ratio.mjs';
5
5
  import { panda } from './factory.mjs';
@@ -1,5 +1,5 @@
1
1
  import { createElement, forwardRef } from 'react'
2
- false
2
+
3
3
  import { splitProps } from '../helpers.mjs';
4
4
  import { getBleedStyle } from '../patterns/bleed.mjs';
5
5
  import { panda } from './factory.mjs';
@@ -1,5 +1,5 @@
1
1
  import { createElement, forwardRef } from 'react'
2
- false
2
+
3
3
  import { splitProps } from '../helpers.mjs';
4
4
  import { getBoxStyle } from '../patterns/box.mjs';
5
5
  import { panda } from './factory.mjs';
@@ -1,5 +1,5 @@
1
1
  import { createElement, forwardRef } from 'react'
2
- false
2
+
3
3
  import { splitProps } from '../helpers.mjs';
4
4
  import { getCenterStyle } from '../patterns/center.mjs';
5
5
  import { panda } from './factory.mjs';
@@ -1,5 +1,5 @@
1
1
  import { createElement, forwardRef } from 'react'
2
- false
2
+
3
3
  import { splitProps } from '../helpers.mjs';
4
4
  import { getCircleStyle } from '../patterns/circle.mjs';
5
5
  import { panda } from './factory.mjs';
@@ -1,5 +1,5 @@
1
1
  import { createElement, forwardRef } from 'react'
2
- false
2
+
3
3
  import { splitProps } from '../helpers.mjs';
4
4
  import { getContainerStyle } from '../patterns/container.mjs';
5
5
  import { panda } from './factory.mjs';
@@ -1,5 +1,5 @@
1
1
  import { createElement, forwardRef } from 'react'
2
- false
2
+
3
3
  import { splitProps } from '../helpers.mjs';
4
4
  import { getCqStyle } from '../patterns/cq.mjs';
5
5
  import { panda } from './factory.mjs';
@@ -1,5 +1,5 @@
1
1
  import { createElement, forwardRef } from 'react'
2
- false
2
+
3
3
  import { splitProps } from '../helpers.mjs';
4
4
  import { getDividerStyle } from '../patterns/divider.mjs';
5
5
  import { panda } from './factory.mjs';
@@ -1,5 +1,5 @@
1
1
  import { createElement, forwardRef } from 'react'
2
- false
2
+
3
3
  import { splitProps } from '../helpers.mjs';
4
4
  import { getFlexStyle } from '../patterns/flex.mjs';
5
5
  import { panda } from './factory.mjs';
@@ -1,5 +1,5 @@
1
1
  import { createElement, forwardRef } from 'react'
2
- false
2
+
3
3
  import { splitProps } from '../helpers.mjs';
4
4
  import { getFloatStyle } from '../patterns/float.mjs';
5
5
  import { panda } from './factory.mjs';
@@ -1,5 +1,5 @@
1
1
  import { createElement, forwardRef } from 'react'
2
- false
2
+
3
3
  import { splitProps } from '../helpers.mjs';
4
4
  import { getGridItemStyle } from '../patterns/grid-item.mjs';
5
5
  import { panda } from './factory.mjs';
@@ -1,5 +1,5 @@
1
1
  import { createElement, forwardRef } from 'react'
2
- false
2
+
3
3
  import { splitProps } from '../helpers.mjs';
4
4
  import { getGridStyle } from '../patterns/grid.mjs';
5
5
  import { panda } from './factory.mjs';
@@ -1,5 +1,5 @@
1
1
  import { createElement, forwardRef } from 'react'
2
- false
2
+
3
3
  import { splitProps } from '../helpers.mjs';
4
4
  import { getHstackStyle } from '../patterns/hstack.mjs';
5
5
  import { panda } from './factory.mjs';
@@ -1,5 +1,5 @@
1
1
  import { createElement, forwardRef } from 'react'
2
- false
2
+
3
3
  import { splitProps } from '../helpers.mjs';
4
4
  import { getLinkBoxStyle } from '../patterns/link-box.mjs';
5
5
  import { panda } from './factory.mjs';
@@ -1,5 +1,5 @@
1
1
  import { createElement, forwardRef } from 'react'
2
- false
2
+
3
3
  import { splitProps } from '../helpers.mjs';
4
4
  import { getLinkOverlayStyle } from '../patterns/link-overlay.mjs';
5
5
  import { panda } from './factory.mjs';
@@ -1,5 +1,5 @@
1
1
  import { createElement, forwardRef } from 'react'
2
- false
2
+
3
3
  import { splitProps } from '../helpers.mjs';
4
4
  import { getSpacerStyle } from '../patterns/spacer.mjs';
5
5
  import { panda } from './factory.mjs';
@@ -1,5 +1,5 @@
1
1
  import { createElement, forwardRef } from 'react'
2
- false
2
+
3
3
  import { splitProps } from '../helpers.mjs';
4
4
  import { getSquareStyle } from '../patterns/square.mjs';
5
5
  import { panda } from './factory.mjs';
@@ -1,5 +1,5 @@
1
1
  import { createElement, forwardRef } from 'react'
2
- false
2
+
3
3
  import { splitProps } from '../helpers.mjs';
4
4
  import { getStackStyle } from '../patterns/stack.mjs';
5
5
  import { panda } from './factory.mjs';
@@ -1,5 +1,5 @@
1
1
  import { createElement, forwardRef } from 'react'
2
- false
2
+
3
3
  import { splitProps } from '../helpers.mjs';
4
4
  import { getVisuallyHiddenStyle } from '../patterns/visually-hidden.mjs';
5
5
  import { panda } from './factory.mjs';
@@ -1,5 +1,5 @@
1
1
  import { createElement, forwardRef } from 'react'
2
- false
2
+
3
3
  import { splitProps } from '../helpers.mjs';
4
4
  import { getVstackStyle } from '../patterns/vstack.mjs';
5
5
  import { panda } from './factory.mjs';
@@ -1,5 +1,5 @@
1
1
  import { createElement, forwardRef } from 'react'
2
- false
2
+
3
3
  import { splitProps } from '../helpers.mjs';
4
4
  import { getWrapStyle } from '../patterns/wrap.mjs';
5
5
  import { panda } from './factory.mjs';