@astryxdesign/core 0.1.2-canary.b712653 → 0.1.2

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": "@astryxdesign/core",
3
- "version": "0.1.2-canary.b712653",
3
+ "version": "0.1.2",
4
4
  "displayName": "XDS Core",
5
5
  "description": "The component library. Accessible, themeable React components with built-in spacing, dark mode, and StyleX styling.",
6
6
  "author": "Meta Open Source",
@@ -40,13 +40,13 @@ export const docs = {
40
40
  {
41
41
  name: 'isOpen',
42
42
  type: 'boolean',
43
- description: 'Whether the dialog is open.',
43
+ description: 'Whether the dialog is open (required).',
44
44
  required: true,
45
45
  },
46
46
  {
47
47
  name: 'onOpenChange',
48
48
  type: '(isOpen: boolean) => unknown',
49
- description: 'Callback when dialog visibility changes.',
49
+ description: 'Callback when dialog visibility changes (required).',
50
50
  required: true,
51
51
  },
52
52
  {