@craftzbay/ui 0.2.3 → 0.2.4

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/README.md CHANGED
@@ -5,7 +5,7 @@ primitives — Button through DataGrid — plus composed patterns
5
5
  (authentication, app shell, settings, etc.).
6
6
 
7
7
  - **Showcase:** [design.runestonetechnologies.com](https://design.runestonetechnologies.com)
8
- - **Storybook:** [storybook.runestonetechnologies.com](https://storybook.runestonetechnologies.com)
8
+ - **Storybook:** [design.runestonetechnologies.com/storybook](https://design.runestonetechnologies.com/storybook/)
9
9
 
10
10
  > **Aesthetic direction:** Linear / Vercel / Stripe Dashboard / Notion / Raycast.
11
11
  > Neutral-dominant, one accent, hairline borders, generous whitespace, fast quiet
@@ -4,6 +4,6 @@ export type CalendarProps = DayPickerProps & {
4
4
  };
5
5
  /**
6
6
  * Standalone calendar surface. Used by DatePicker, but can also be embedded
7
- * directly in popovers, sheets, or inline forms. Wraps `react-day-picker`.
7
+ * directly in popovers, sheets, or inline forms. Wraps `react-day-picker` v9.
8
8
  */
9
9
  export declare const Calendar: import('react').ForwardRefExoticComponent<CalendarProps & import('react').RefAttributes<HTMLDivElement>>;