@nimbus-ds/styles 9.21.2 → 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/CHANGELOG.md +6 -0
- package/dist/CHANGELOG.md +6 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +3 -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
|
@@ -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;
|