@nimbus-ds/styles 9.11.5-rc.7 → 9.11.6-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/dist/index.css +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +5 -6
- package/CHANGELOG.md +0 -706
package/dist/index.d.ts
CHANGED
|
@@ -4794,7 +4794,7 @@ export declare const tabs: {
|
|
|
4794
4794
|
classnames: {
|
|
4795
4795
|
container: string;
|
|
4796
4796
|
container__item: Record<"default" | "fullWidth", string>;
|
|
4797
|
-
container__button: Record<"default" | "active", string>;
|
|
4797
|
+
container__button: Record<"default" | "active" | "fullWidth", string>;
|
|
4798
4798
|
container__panel: string;
|
|
4799
4799
|
};
|
|
4800
4800
|
};
|