@nimbus-ds/styles 9.22.0 → 9.24.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 +12 -0
- package/dist/CHANGELOG.md +12 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -2933,6 +2933,7 @@ export declare const chip: {
|
|
|
2933
2933
|
classnames: {
|
|
2934
2934
|
base: string;
|
|
2935
2935
|
chip_close_icon_container: string;
|
|
2936
|
+
aiGenerated: string;
|
|
2936
2937
|
};
|
|
2937
2938
|
};
|
|
2938
2939
|
export declare const fileUploader: {
|
|
@@ -2963,7 +2964,7 @@ export declare const fileUploader: {
|
|
|
2963
2964
|
};
|
|
2964
2965
|
export declare const icon: {
|
|
2965
2966
|
sprinkle: ((props: {
|
|
2966
|
-
color?: "currentColor" | "primary-interactive" | "primary-surface" | "primary-textLow" | "success-textLow" | "success-surface" | "warning-interactive" | "warning-surface" | "warning-textLow" | "danger-interactive" | "danger-surface" | "danger-textLow" | "neutral-background" | "neutral-interactive" | "neutral-surface" | "neutral-textLow" | "success-interactive" | "primary-textHigh" | "success-textHigh" | "warning-textHigh" | "danger-textHigh" | "neutral-textDisabled" | "neutral-textHigh" |
|
|
2967
|
+
color?: "currentColor" | "primary-interactive" | "primary-surface" | "primary-textLow" | "success-textLow" | "success-surface" | "warning-interactive" | "warning-surface" | "warning-textLow" | "danger-interactive" | "danger-surface" | "danger-textLow" | "neutral-background" | "neutral-interactive" | "neutral-surface" | "neutral-textLow" | "success-interactive" | "ai-generative" | "primary-textHigh" | "success-textHigh" | "warning-textHigh" | "danger-textHigh" | "neutral-textDisabled" | "neutral-textHigh" | undefined;
|
|
2967
2968
|
cursor?: Cursor | undefined;
|
|
2968
2969
|
}) => string) & {
|
|
2969
2970
|
properties: Set<"color" | "cursor">;
|
|
@@ -4550,6 +4551,7 @@ export interface ModalSprinkle {
|
|
|
4550
4551
|
export declare const modal: {
|
|
4551
4552
|
classnames: {
|
|
4552
4553
|
overlay: string;
|
|
4554
|
+
overlayScoped: string;
|
|
4553
4555
|
container: string;
|
|
4554
4556
|
container__close: string;
|
|
4555
4557
|
container__footer: string;
|
|
@@ -4912,7 +4914,9 @@ export declare const sidebar: {
|
|
|
4912
4914
|
};
|
|
4913
4915
|
classnames: {
|
|
4914
4916
|
overlay: string;
|
|
4917
|
+
overlayScoped: string;
|
|
4915
4918
|
container: string;
|
|
4919
|
+
containerScoped: string;
|
|
4916
4920
|
container__header: string;
|
|
4917
4921
|
container__body: string;
|
|
4918
4922
|
container__footer: string;
|