@nimbus-ds/styles 9.11.7 → 9.11.8-rc.1

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.d.ts CHANGED
@@ -4247,7 +4247,59 @@ export declare const link: {
4247
4247
  appearance: Record<"primary" | "danger" | "neutral" | "neutral-background", string>;
4248
4248
  };
4249
4249
  };
4250
+ export interface TooltipSprinkle {
4251
+ /**
4252
+ * The maxWidth property specifies the maximum width of a popover's content area.
4253
+ */
4254
+ maxWidth?: string | Conditions<string>;
4255
+ }
4250
4256
  export declare const tooltip: {
4257
+ sprinkle: import("rainbow-sprinkles/dist/declarations/src/createRuntimeFn").SprinklesFn<[
4258
+ {
4259
+ config: {
4260
+ maxWidth: {
4261
+ dynamic: {
4262
+ default: string;
4263
+ conditions: Record<"xs" | "md" | "lg" | "xl", string>;
4264
+ };
4265
+ dynamicScale: true;
4266
+ name: "maxWidth";
4267
+ vars: {
4268
+ default: string;
4269
+ conditions: Record<"xs" | "md" | "lg" | "xl", string>;
4270
+ };
4271
+ };
4272
+ };
4273
+ } & {
4274
+ config: {
4275
+ [x: string]: {
4276
+ mappings: "maxWidth"[];
4277
+ };
4278
+ };
4279
+ }
4280
+ ]>;
4281
+ properties: {
4282
+ config: {
4283
+ maxWidth: {
4284
+ dynamic: {
4285
+ default: string;
4286
+ conditions: Record<"xs" | "md" | "lg" | "xl", string>;
4287
+ };
4288
+ dynamicScale: true;
4289
+ name: "maxWidth";
4290
+ vars: {
4291
+ default: string;
4292
+ conditions: Record<"xs" | "md" | "lg" | "xl", string>;
4293
+ };
4294
+ };
4295
+ };
4296
+ } & {
4297
+ config: {
4298
+ [x: string]: {
4299
+ mappings: "maxWidth"[];
4300
+ };
4301
+ };
4302
+ };
4251
4303
  classnames: {
4252
4304
  container: string;
4253
4305
  content: string;