@nimbus-ds/styles 9.65.0 → 9.66.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/dist/index.css +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -3279,6 +3279,8 @@ export declare const input: {
|
|
|
3279
3279
|
container: string;
|
|
3280
3280
|
container__icon: string;
|
|
3281
3281
|
container__icon_append: Record<"end" | "start", string>;
|
|
3282
|
+
container__text: string;
|
|
3283
|
+
container__text_append: Record<"end" | "start", string>;
|
|
3282
3284
|
container__button: string;
|
|
3283
3285
|
appearance: Record<"success" | "warning" | "danger" | "neutral" | "ai-generative", string>;
|
|
3284
3286
|
aiGenerated: string;
|