@nimbus-ds/styles 9.17.0 → 9.18.0-rc.1
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/CHANGELOG.md +6 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +11 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark/index.js +1 -1
- package/dist/themes/next/index.js +1 -1
- package/dist/themes/next-dark/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5076,6 +5076,17 @@ export declare const segmentedControl: {
|
|
|
5076
5076
|
};
|
|
5077
5077
|
};
|
|
5078
5078
|
};
|
|
5079
|
+
export declare const scrollPane: {
|
|
5080
|
+
classnames: {
|
|
5081
|
+
scrollArea: string;
|
|
5082
|
+
scrollAreaHidden: string;
|
|
5083
|
+
direction: Record<"horizontal" | "vertical", string>;
|
|
5084
|
+
gradient: string;
|
|
5085
|
+
gradientVariants: Record<"horizontal-left" | "horizontal-right" | "vertical-top" | "vertical-bottom", string>;
|
|
5086
|
+
arrow: string;
|
|
5087
|
+
arrowVariants: Record<"horizontal-left" | "horizontal-right" | "vertical-top" | "vertical-bottom", string>;
|
|
5088
|
+
};
|
|
5089
|
+
};
|
|
5079
5090
|
export declare const calendar: {
|
|
5080
5091
|
classnames: {
|
|
5081
5092
|
table: string;
|