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