@rarui/styles 1.18.0 → 1.20.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/index.css +1 -1
- package/dist/index.d.ts +210 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark.css +1 -1
- package/dist/themes/dark.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -8166,6 +8166,98 @@ export declare const link: {
|
|
|
8166
8166
|
}>;
|
|
8167
8167
|
};
|
|
8168
8168
|
};
|
|
8169
|
+
declare const progressStyles: {
|
|
8170
|
+
progress: string;
|
|
8171
|
+
progressBar: string;
|
|
8172
|
+
circle: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
8173
|
+
/**
|
|
8174
|
+
* Specifies the size of the progress indicator.
|
|
8175
|
+
* This prop accepts one of the following values: "large" or "small".
|
|
8176
|
+
* @default large
|
|
8177
|
+
*/
|
|
8178
|
+
size: {
|
|
8179
|
+
large: {
|
|
8180
|
+
width: "8.75rem";
|
|
8181
|
+
height: "8.75rem";
|
|
8182
|
+
};
|
|
8183
|
+
small: {
|
|
8184
|
+
width: "5rem";
|
|
8185
|
+
height: "5rem";
|
|
8186
|
+
};
|
|
8187
|
+
};
|
|
8188
|
+
}>;
|
|
8189
|
+
circleBase: string;
|
|
8190
|
+
circleProgress: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
8191
|
+
completed: {
|
|
8192
|
+
true: {
|
|
8193
|
+
stroke: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
8194
|
+
};
|
|
8195
|
+
};
|
|
8196
|
+
}>;
|
|
8197
|
+
circleText: string;
|
|
8198
|
+
};
|
|
8199
|
+
export type ProgressVariants = RecipeVariants<typeof progressStyles.circle>;
|
|
8200
|
+
export declare const progress: {
|
|
8201
|
+
classnames: {
|
|
8202
|
+
progress: string;
|
|
8203
|
+
progressBar: string;
|
|
8204
|
+
circle: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
8205
|
+
size: {
|
|
8206
|
+
large: {
|
|
8207
|
+
width: "8.75rem";
|
|
8208
|
+
height: "8.75rem";
|
|
8209
|
+
};
|
|
8210
|
+
small: {
|
|
8211
|
+
width: "5rem";
|
|
8212
|
+
height: "5rem";
|
|
8213
|
+
};
|
|
8214
|
+
};
|
|
8215
|
+
}>;
|
|
8216
|
+
circleBase: string;
|
|
8217
|
+
circleProgress: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
8218
|
+
completed: {
|
|
8219
|
+
true: {
|
|
8220
|
+
stroke: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
8221
|
+
};
|
|
8222
|
+
};
|
|
8223
|
+
}>;
|
|
8224
|
+
circleText: string;
|
|
8225
|
+
};
|
|
8226
|
+
sprinkle: import("rainbow-sprinkles/dist/declarations/src/createRuntimeFn").SprinklesFn<[
|
|
8227
|
+
{
|
|
8228
|
+
config: {
|
|
8229
|
+
backgroundColor: {
|
|
8230
|
+
values: {
|
|
8231
|
+
info: {
|
|
8232
|
+
default: string;
|
|
8233
|
+
};
|
|
8234
|
+
success: {
|
|
8235
|
+
default: string;
|
|
8236
|
+
};
|
|
8237
|
+
};
|
|
8238
|
+
staticScale: {
|
|
8239
|
+
info: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
8240
|
+
success: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
8241
|
+
};
|
|
8242
|
+
name: "backgroundColor";
|
|
8243
|
+
};
|
|
8244
|
+
};
|
|
8245
|
+
} & {
|
|
8246
|
+
config: {
|
|
8247
|
+
width: {
|
|
8248
|
+
dynamic: {
|
|
8249
|
+
default: string;
|
|
8250
|
+
};
|
|
8251
|
+
dynamicScale: true;
|
|
8252
|
+
name: "width";
|
|
8253
|
+
vars: {
|
|
8254
|
+
default: string;
|
|
8255
|
+
};
|
|
8256
|
+
};
|
|
8257
|
+
};
|
|
8258
|
+
}
|
|
8259
|
+
]>;
|
|
8260
|
+
};
|
|
8169
8261
|
declare const styles$6: {
|
|
8170
8262
|
radioButton: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
8171
8263
|
size: {
|
|
@@ -8512,6 +8604,124 @@ declare const status$1: {
|
|
|
8512
8604
|
}>;
|
|
8513
8605
|
};
|
|
8514
8606
|
};
|
|
8607
|
+
declare const stepperStyles: {
|
|
8608
|
+
stepper: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
8609
|
+
/**
|
|
8610
|
+
* Specifies the direction of the stepper. This prop accepts one of the following values: vertical or horizontal.
|
|
8611
|
+
* @default horizontal
|
|
8612
|
+
*/
|
|
8613
|
+
direction: {
|
|
8614
|
+
horizontal: {
|
|
8615
|
+
width: "100%";
|
|
8616
|
+
flexDirection: "row";
|
|
8617
|
+
};
|
|
8618
|
+
vertical: {
|
|
8619
|
+
flexDirection: "column";
|
|
8620
|
+
height: "100%";
|
|
8621
|
+
alignItems: "flex-start";
|
|
8622
|
+
};
|
|
8623
|
+
};
|
|
8624
|
+
}>;
|
|
8625
|
+
step: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
8626
|
+
direction: {
|
|
8627
|
+
/**
|
|
8628
|
+
* Specifies the direction of the stepper. This prop accepts one of the following values: vertical or horizontal.
|
|
8629
|
+
* @default horizontal
|
|
8630
|
+
*/
|
|
8631
|
+
horizontal: {
|
|
8632
|
+
flexDirection: "column";
|
|
8633
|
+
":after": {
|
|
8634
|
+
top: "20px";
|
|
8635
|
+
height: "1px";
|
|
8636
|
+
width: "calc(100% - 60px)";
|
|
8637
|
+
left: "calc(50% + 30px)";
|
|
8638
|
+
};
|
|
8639
|
+
};
|
|
8640
|
+
vertical: {
|
|
8641
|
+
":after": {
|
|
8642
|
+
width: "1px";
|
|
8643
|
+
height: "calc(100% - 60px)";
|
|
8644
|
+
top: "calc(50% + 30px)";
|
|
8645
|
+
left: "18px";
|
|
8646
|
+
};
|
|
8647
|
+
};
|
|
8648
|
+
};
|
|
8649
|
+
}>;
|
|
8650
|
+
stepCircle: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
8651
|
+
/**
|
|
8652
|
+
* Indicates whether the step is currently active. An active step is typically highlighted to show that it is the current step.
|
|
8653
|
+
*/
|
|
8654
|
+
active: {
|
|
8655
|
+
true: {
|
|
8656
|
+
backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
8657
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
8658
|
+
};
|
|
8659
|
+
};
|
|
8660
|
+
/**
|
|
8661
|
+
* Indicates whether the step has been completed. A completed step is usually marked with a checkmark or other indicator.
|
|
8662
|
+
*/
|
|
8663
|
+
done: {
|
|
8664
|
+
true: {
|
|
8665
|
+
backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
8666
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
8667
|
+
};
|
|
8668
|
+
};
|
|
8669
|
+
}>;
|
|
8670
|
+
};
|
|
8671
|
+
export type StepperVariants = RecipeVariants<typeof stepperStyles.stepper>;
|
|
8672
|
+
export type StepperStepVariants = RecipeVariants<typeof stepperStyles.stepCircle>;
|
|
8673
|
+
export declare const stepper: {
|
|
8674
|
+
classNames: {
|
|
8675
|
+
stepper: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
8676
|
+
direction: {
|
|
8677
|
+
horizontal: {
|
|
8678
|
+
width: "100%";
|
|
8679
|
+
flexDirection: "row";
|
|
8680
|
+
};
|
|
8681
|
+
vertical: {
|
|
8682
|
+
flexDirection: "column";
|
|
8683
|
+
height: "100%";
|
|
8684
|
+
alignItems: "flex-start";
|
|
8685
|
+
};
|
|
8686
|
+
};
|
|
8687
|
+
}>;
|
|
8688
|
+
step: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
8689
|
+
direction: {
|
|
8690
|
+
horizontal: {
|
|
8691
|
+
flexDirection: "column";
|
|
8692
|
+
":after": {
|
|
8693
|
+
top: "20px";
|
|
8694
|
+
height: "1px";
|
|
8695
|
+
width: "calc(100% - 60px)";
|
|
8696
|
+
left: "calc(50% + 30px)";
|
|
8697
|
+
};
|
|
8698
|
+
};
|
|
8699
|
+
vertical: {
|
|
8700
|
+
":after": {
|
|
8701
|
+
width: "1px";
|
|
8702
|
+
height: "calc(100% - 60px)";
|
|
8703
|
+
top: "calc(50% + 30px)";
|
|
8704
|
+
left: "18px";
|
|
8705
|
+
};
|
|
8706
|
+
};
|
|
8707
|
+
};
|
|
8708
|
+
}>;
|
|
8709
|
+
stepCircle: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
8710
|
+
active: {
|
|
8711
|
+
true: {
|
|
8712
|
+
backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
8713
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
8714
|
+
};
|
|
8715
|
+
};
|
|
8716
|
+
done: {
|
|
8717
|
+
true: {
|
|
8718
|
+
backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
8719
|
+
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
8720
|
+
};
|
|
8721
|
+
};
|
|
8722
|
+
}>;
|
|
8723
|
+
};
|
|
8724
|
+
};
|
|
8515
8725
|
declare const textLineHeightProperties: {
|
|
8516
8726
|
xxs: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
8517
8727
|
xs: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|