@nimbus-ds/styles 9.30.0 → 9.31.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 +2 -1
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4299,7 +4299,8 @@ export declare const select: {
|
|
|
4299
4299
|
classnames: {
|
|
4300
4300
|
container: string;
|
|
4301
4301
|
container__icon: string;
|
|
4302
|
-
appearance: Record<"success" | "warning" | "danger" | "neutral", string>;
|
|
4302
|
+
appearance: Record<"success" | "warning" | "danger" | "neutral" | "ai-generative", string>;
|
|
4303
|
+
aiGenerated: string;
|
|
4303
4304
|
};
|
|
4304
4305
|
};
|
|
4305
4306
|
export declare const skeleton: {
|