@nimbus-ds/styles 9.11.0 → 9.11.2

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
@@ -4389,6 +4389,13 @@ export declare const card: {
4389
4389
  };
4390
4390
  };
4391
4391
  };
4392
+ export declare const collapsible: {
4393
+ classnames: {
4394
+ body: string;
4395
+ bodyAnimation: string;
4396
+ bodyReversalAnimation: string;
4397
+ };
4398
+ };
4392
4399
  declare const propertiesModal: {
4393
4400
  padding: {
4394
4401
  base: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;