Skip to content

Commit 8a889bd

Browse files
committed
docs
1 parent 2ef8473 commit 8a889bd

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

docs/platform/atoms/availability-settings.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,18 @@ Along with the props, Availability settings atom accepts custom styles via the *
131131
| timeRanges | Time ranges in the availability settings can be customized |
132132
| labelAndSwitchContainer | Adds styling to label and switches |
133133
| overridesModalClassNames | Adds styling to the date overrides modal |
134+
| dateOverrideClassNames | An object for granular styling of date override components (see detailed table below) |
135+
136+
### dateOverrideClassNames Object Structure
137+
138+
The `dateOverrideClassNames` prop accepts an object with the following structure for granular styling of date override components:
139+
140+
| Property Path | Description |
141+
|:--------------|:------------|
142+
| `container` | Styles the main container |
143+
| `title` | Styles the title|
144+
| `description` | Styles the description |
145+
| `button` | Styles the button to add date override |
134146

135147
<Info>Please ensure all custom classnames are valid [Tailwind CSS](https://tailwindcss.com/) classnames.</Info>
136148

docs/platform/atoms/calendar-settings.mdx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,37 @@ Along with the props, calendar settings atom accepts custom styles via the **cla
4747
| calendarSettingsCustomClassnames | Adds styling to the entire calendar settings atom |
4848
| destinationCalendarSettingsCustomClassnames | Adds styling only to the destination calendar container |
4949
| selectedCalendarSettingsCustomClassnames | Adds styling only to the selected calendar container |
50+
| selectedCalendarSettingsClassNames | An object for granular styling of selected calendars component (see detailed table below) |
51+
| destinationCalendarSettingsClassNames | An object for granular styling of destination calendar component (see detailed table below) |
52+
53+
### selectedCalendarSettingsClassNames Object Structure
54+
55+
The `selectedCalendarSettingsClassNames` prop accepts an object with the following nested structure for granular styling of the selected calendars component:
56+
57+
| Property Path | Description |
58+
|:--------------|:------------|
59+
| `container` | Styles the main container of the selected calendars section |
60+
| `header.container` | Styles the header container |
61+
| `header.title` | Styles the header title |
62+
| `header.description` | Styles the header description |
63+
| `selectedCalendarsListClassNames.container` | Styles the container that holds all selected calendar items |
64+
| `selectedCalendarsListClassNames.selectedCalendar.container` | Styles each individual calendar item container |
65+
| `selectedCalendarsListClassNames.selectedCalendar.header.container` | Styles the header section of each calendar item |
66+
| `selectedCalendarsListClassNames.selectedCalendar.header.title` | Styles the title of each calendar item |
67+
| `selectedCalendarsListClassNames.selectedCalendar.header.description` | Styles the description of each calendar item |
68+
| `selectedCalendarsListClassNames.selectedCalendar.body.container` | Styles the body section of each calendar item |
69+
| `selectedCalendarsListClassNames.selectedCalendar.body.description` | Styles the body description of each calendar item |
70+
| `noSelectedCalendarsMessage` | Styles the message shown when no calendars are connected |
71+
72+
### destinationCalendarSettingsClassNames Object Structure
73+
74+
The `destinationCalendarSettingsClassNames` prop accepts an object with the following nested structure for granular styling of the destination calendar component:
75+
76+
| Property Path | Description |
77+
|:--------------|:------------|
78+
| `container` | Styles the main container of the destination calendar section |
79+
| `header.title` | Styles the header title text |
80+
| `header.description` | Styles the header description text |
5081

5182
<p></p>
5283
Additionally, if you wish to select either the Destination Calendar or the Selected Calendar, we also provide atoms specifically designed for this purpose.

0 commit comments

Comments
 (0)