@nimbus-ds/styles 9.21.3 → 9.22.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/dist/index.d.ts CHANGED
@@ -4549,6 +4549,7 @@ export interface ModalSprinkle {
4549
4549
  export declare const modal: {
4550
4550
  classnames: {
4551
4551
  overlay: string;
4552
+ overlayScoped: string;
4552
4553
  container: string;
4553
4554
  container__close: string;
4554
4555
  container__footer: string;
@@ -4911,7 +4912,9 @@ export declare const sidebar: {
4911
4912
  };
4912
4913
  classnames: {
4913
4914
  overlay: string;
4915
+ overlayScoped: string;
4914
4916
  container: string;
4917
+ containerScoped: string;
4915
4918
  container__header: string;
4916
4919
  container__body: string;
4917
4920
  container__footer: string;