@nimbus-ds/styles 9.3.0 → 9.4.0-rc.6
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/CHANGELOG.md +6 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +27 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark.js +1 -1
- package/dist/themes/next-dark.css +1 -0
- package/dist/themes/next-dark.js +1 -0
- package/dist/themes/next.css +1 -0
- package/dist/themes/next.js +1 -0
- package/package.json +3 -2
package/dist/index.d.ts
CHANGED
|
@@ -4859,5 +4859,32 @@ export declare const table: {
|
|
|
4859
4859
|
container__cell: string;
|
|
4860
4860
|
};
|
|
4861
4861
|
};
|
|
4862
|
+
export declare const calendar: {
|
|
4863
|
+
classnames: {
|
|
4864
|
+
wrapper: string;
|
|
4865
|
+
table: string;
|
|
4866
|
+
head: string;
|
|
4867
|
+
head_stickyWeekdays: string;
|
|
4868
|
+
body: string;
|
|
4869
|
+
row: string;
|
|
4870
|
+
cell: string;
|
|
4871
|
+
cell__head: string;
|
|
4872
|
+
day: string;
|
|
4873
|
+
day_fullWidth: string;
|
|
4874
|
+
day_disabled: string;
|
|
4875
|
+
day_today: string;
|
|
4876
|
+
day_outside: string;
|
|
4877
|
+
day__start: string;
|
|
4878
|
+
day__middle: string;
|
|
4879
|
+
day__end: string;
|
|
4880
|
+
day_selected: string;
|
|
4881
|
+
caption: string;
|
|
4882
|
+
nav: string;
|
|
4883
|
+
nav__button: string;
|
|
4884
|
+
months: string;
|
|
4885
|
+
caption_start: string;
|
|
4886
|
+
caption_end: string;
|
|
4887
|
+
};
|
|
4888
|
+
};
|
|
4862
4889
|
|
|
4863
4890
|
export {};
|