@nimbus-ds/styles 9.29.0-rc.1 → 9.29.0-rc.2
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 +1 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4446,6 +4446,7 @@ export declare const thumbnail: {
|
|
|
4446
4446
|
export declare const textarea: {
|
|
4447
4447
|
classnames: {
|
|
4448
4448
|
appearance: Record<"success" | "warning" | "danger" | "neutral" | "transparent" | "ai-generative", string>;
|
|
4449
|
+
fieldSizing: Record<string | number, string>;
|
|
4449
4450
|
};
|
|
4450
4451
|
};
|
|
4451
4452
|
export declare const progressBar: {
|