@kushagradhawan/kookie-ui 0.1.45 → 0.1.46

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.
@@ -3,7 +3,7 @@
3
3
  "title": "Kookie UI Button Components",
4
4
  "description": "Complete JSON Schema collection for all button components in Kookie UI",
5
5
  "version": "1.0.0",
6
- "generatedAt": "2025-09-10T11:43:38.648Z",
6
+ "generatedAt": "2025-09-10T12:03:53.391Z",
7
7
  "source": "Zod schemas",
8
8
  "components": {
9
9
  "base-button": {
@@ -287,7 +287,7 @@
287
287
  "title": "Base-button Component Props",
288
288
  "description": "Props schema for the base-button component in Kookie UI",
289
289
  "version": "1.0.0",
290
- "generatedAt": "2025-09-10T11:43:38.640Z",
290
+ "generatedAt": "2025-09-10T12:03:53.383Z",
291
291
  "source": "Zod schema"
292
292
  },
293
293
  "button": {
@@ -822,7 +822,7 @@
822
822
  "title": "Button Component Props",
823
823
  "description": "Props schema for the button component in Kookie UI",
824
824
  "version": "1.0.0",
825
- "generatedAt": "2025-09-10T11:43:38.645Z",
825
+ "generatedAt": "2025-09-10T12:03:53.388Z",
826
826
  "source": "Zod schema"
827
827
  },
828
828
  "icon-button": {
@@ -1140,7 +1140,7 @@
1140
1140
  "title": "Icon-button Component Props",
1141
1141
  "description": "Props schema for the icon-button component in Kookie UI",
1142
1142
  "version": "1.0.0",
1143
- "generatedAt": "2025-09-10T11:43:38.646Z",
1143
+ "generatedAt": "2025-09-10T12:03:53.389Z",
1144
1144
  "source": "Zod schema"
1145
1145
  },
1146
1146
  "toggle-button": {
@@ -1683,7 +1683,7 @@
1683
1683
  "title": "Toggle-button Component Props",
1684
1684
  "description": "Props schema for the toggle-button component in Kookie UI",
1685
1685
  "version": "1.0.0",
1686
- "generatedAt": "2025-09-10T11:43:38.647Z",
1686
+ "generatedAt": "2025-09-10T12:03:53.390Z",
1687
1687
  "source": "Zod schema"
1688
1688
  },
1689
1689
  "toggle-icon-button": {
@@ -2009,7 +2009,7 @@
2009
2009
  "title": "Toggle-icon-button Component Props",
2010
2010
  "description": "Props schema for the toggle-icon-button component in Kookie UI",
2011
2011
  "version": "1.0.0",
2012
- "generatedAt": "2025-09-10T11:43:38.648Z",
2012
+ "generatedAt": "2025-09-10T12:03:53.391Z",
2013
2013
  "source": "Zod schema"
2014
2014
  }
2015
2015
  }
@@ -538,6 +538,6 @@
538
538
  "title": "Toggle-button Component Props",
539
539
  "description": "Props schema for the toggle-button component in Kookie UI",
540
540
  "version": "1.0.0",
541
- "generatedAt": "2025-09-10T11:43:38.647Z",
541
+ "generatedAt": "2025-09-10T12:03:53.390Z",
542
542
  "source": "Zod schema"
543
543
  }
@@ -321,6 +321,6 @@
321
321
  "title": "Toggle-icon-button Component Props",
322
322
  "description": "Props schema for the toggle-icon-button component in Kookie UI",
323
323
  "version": "1.0.0",
324
- "generatedAt": "2025-09-10T11:43:38.648Z",
324
+ "generatedAt": "2025-09-10T12:03:53.391Z",
325
325
  "source": "Zod schema"
326
326
  }
@@ -1563,7 +1563,7 @@ const Sidebar = React.forwardRef<
1563
1563
  <VisuallyHidden>
1564
1564
  <Sheet.Title>Sidebar</Sheet.Title>
1565
1565
  </VisuallyHidden>
1566
- {children}
1566
+ {contentChildren}
1567
1567
  </Sheet.Content>
1568
1568
  </Sheet.Root>
1569
1569
  );