@nimbus-ds/styles 9.37.1-rc.1 → 9.37.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/dist/index.d.ts CHANGED
@@ -5212,6 +5212,10 @@ export declare const scrollPane: {
5212
5212
  arrowVariants: Record<"horizontal-left" | "horizontal-right" | "vertical-top" | "vertical-bottom", string>;
5213
5213
  };
5214
5214
  };
5215
+ export declare const splitButton: {
5216
+ primaryAppearance: Record<"primary", string>;
5217
+ secondaryAppearance: Record<"primary", string>;
5218
+ };
5215
5219
  export declare const calendar: {
5216
5220
  classnames: {
5217
5221
  table: string;