@rarui/styles 2.0.0 → 2.0.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/CHANGELOG.md +6 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +44 -18
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark.js +1 -1
- package/package.json +8 -8
package/dist/index.d.ts
CHANGED
|
@@ -323,7 +323,7 @@ declare const badgeStyles: {
|
|
|
323
323
|
badge: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
324
324
|
/**
|
|
325
325
|
* Determines the visual style of the badge, influencing its color scheme and appearance.
|
|
326
|
-
* @
|
|
326
|
+
* @default brand
|
|
327
327
|
*/
|
|
328
328
|
appearance: {
|
|
329
329
|
brand: {
|
|
@@ -9020,7 +9020,7 @@ export declare const link: {
|
|
|
9020
9020
|
};
|
|
9021
9021
|
declare const progressStyles: {
|
|
9022
9022
|
progress: string;
|
|
9023
|
-
|
|
9023
|
+
bar: string;
|
|
9024
9024
|
circle: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
9025
9025
|
/**
|
|
9026
9026
|
* Specifies the size of the progress indicator.
|
|
@@ -9060,7 +9060,7 @@ export interface ProgressSprinkle {
|
|
|
9060
9060
|
export declare const progress: {
|
|
9061
9061
|
classnames: {
|
|
9062
9062
|
progress: string;
|
|
9063
|
-
|
|
9063
|
+
bar: string;
|
|
9064
9064
|
circle: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
9065
9065
|
size: {
|
|
9066
9066
|
large: {
|
|
@@ -9443,7 +9443,7 @@ declare const dropdownStyles: {
|
|
|
9443
9443
|
};
|
|
9444
9444
|
};
|
|
9445
9445
|
}>;
|
|
9446
|
-
|
|
9446
|
+
item: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
9447
9447
|
selected: {
|
|
9448
9448
|
true: {
|
|
9449
9449
|
backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -9454,7 +9454,7 @@ declare const dropdownStyles: {
|
|
|
9454
9454
|
};
|
|
9455
9455
|
}>;
|
|
9456
9456
|
};
|
|
9457
|
-
export type DropdownVariants = NonNullable<RecipeVariants<typeof dropdownStyles.dropdown> & RecipeVariants<typeof dropdownStyles.
|
|
9457
|
+
export type DropdownVariants = NonNullable<RecipeVariants<typeof dropdownStyles.dropdown> & RecipeVariants<typeof dropdownStyles.item>>;
|
|
9458
9458
|
export type DropdownDynamicProperties = Pick<StandardLonghandProperties, "width" | "maxWidth">;
|
|
9459
9459
|
export interface DropdownSprinkle extends DropdownDynamicProperties {
|
|
9460
9460
|
/**
|
|
@@ -11149,7 +11149,7 @@ export declare const accordion: {
|
|
|
11149
11149
|
};
|
|
11150
11150
|
declare const breadcrumbStyles: {
|
|
11151
11151
|
breadcrumb: string;
|
|
11152
|
-
|
|
11152
|
+
item: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
11153
11153
|
/**
|
|
11154
11154
|
* Indicates whether the breadcrumb item is currently active.
|
|
11155
11155
|
* An active item is typically styled differently to show that it represents the current page.
|
|
@@ -11161,11 +11161,11 @@ declare const breadcrumbStyles: {
|
|
|
11161
11161
|
};
|
|
11162
11162
|
}>;
|
|
11163
11163
|
};
|
|
11164
|
-
export type BreadcrumbVariants = RecipeVariants<typeof breadcrumbStyles.
|
|
11164
|
+
export type BreadcrumbVariants = RecipeVariants<typeof breadcrumbStyles.item>;
|
|
11165
11165
|
export declare const breadcrumb: {
|
|
11166
11166
|
classnames: {
|
|
11167
11167
|
breadcrumb: string;
|
|
11168
|
-
|
|
11168
|
+
item: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
11169
11169
|
active: {
|
|
11170
11170
|
true: {
|
|
11171
11171
|
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -11419,7 +11419,7 @@ export declare const dropdown: {
|
|
|
11419
11419
|
};
|
|
11420
11420
|
};
|
|
11421
11421
|
}>;
|
|
11422
|
-
|
|
11422
|
+
item: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
11423
11423
|
selected: {
|
|
11424
11424
|
true: {
|
|
11425
11425
|
backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -11639,7 +11639,7 @@ declare const paginationStyles: {
|
|
|
11639
11639
|
large: {};
|
|
11640
11640
|
};
|
|
11641
11641
|
}>;
|
|
11642
|
-
|
|
11642
|
+
item: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
11643
11643
|
selected: {
|
|
11644
11644
|
true: {
|
|
11645
11645
|
backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -11674,7 +11674,7 @@ declare const paginationStyles: {
|
|
|
11674
11674
|
};
|
|
11675
11675
|
}>;
|
|
11676
11676
|
};
|
|
11677
|
-
export type PaginationVariants = Omit<NonNullable<RecipeVariants<typeof paginationStyles.
|
|
11677
|
+
export type PaginationVariants = Omit<NonNullable<RecipeVariants<typeof paginationStyles.item>>, "selected">;
|
|
11678
11678
|
export declare const pagination: {
|
|
11679
11679
|
classnames: {
|
|
11680
11680
|
container: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
@@ -11686,7 +11686,7 @@ export declare const pagination: {
|
|
|
11686
11686
|
large: {};
|
|
11687
11687
|
};
|
|
11688
11688
|
}>;
|
|
11689
|
-
|
|
11689
|
+
item: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
11690
11690
|
selected: {
|
|
11691
11691
|
true: {
|
|
11692
11692
|
backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -11909,7 +11909,7 @@ declare const sideNavigationStyles: {
|
|
|
11909
11909
|
};
|
|
11910
11910
|
};
|
|
11911
11911
|
}>;
|
|
11912
|
-
|
|
11912
|
+
item: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
11913
11913
|
/**
|
|
11914
11914
|
* Determines the level of nesting for the item.
|
|
11915
11915
|
*/
|
|
@@ -11954,7 +11954,7 @@ declare const sideNavigationStyles: {
|
|
|
11954
11954
|
};
|
|
11955
11955
|
}>;
|
|
11956
11956
|
};
|
|
11957
|
-
export type SideNavigationVariants = NonNullable<RecipeVariants<typeof sideNavigationStyles.sideNavigation> & RecipeVariants<typeof sideNavigationStyles.
|
|
11957
|
+
export type SideNavigationVariants = NonNullable<RecipeVariants<typeof sideNavigationStyles.sideNavigation> & RecipeVariants<typeof sideNavigationStyles.item>>;
|
|
11958
11958
|
export declare const sideNavigation: {
|
|
11959
11959
|
classnames: {
|
|
11960
11960
|
sideNavigation: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
@@ -11983,7 +11983,7 @@ export declare const sideNavigation: {
|
|
|
11983
11983
|
};
|
|
11984
11984
|
};
|
|
11985
11985
|
}>;
|
|
11986
|
-
|
|
11986
|
+
item: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
11987
11987
|
level: {
|
|
11988
11988
|
0: {
|
|
11989
11989
|
paddingLeft: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -12069,7 +12069,7 @@ declare const stepperStyles: {
|
|
|
12069
12069
|
};
|
|
12070
12070
|
};
|
|
12071
12071
|
}>;
|
|
12072
|
-
|
|
12072
|
+
circle: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
12073
12073
|
/**
|
|
12074
12074
|
* Indicates whether the step is currently active. An active step is typically highlighted to show that it is the current step.
|
|
12075
12075
|
*/
|
|
@@ -12091,7 +12091,7 @@ declare const stepperStyles: {
|
|
|
12091
12091
|
}>;
|
|
12092
12092
|
};
|
|
12093
12093
|
export type StepperVariants = RecipeVariants<typeof stepperStyles.stepper>;
|
|
12094
|
-
export type StepperStepVariants = RecipeVariants<typeof stepperStyles.
|
|
12094
|
+
export type StepperStepVariants = RecipeVariants<typeof stepperStyles.circle>;
|
|
12095
12095
|
export declare const stepper: {
|
|
12096
12096
|
classNames: {
|
|
12097
12097
|
stepper: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
@@ -12128,7 +12128,7 @@ export declare const stepper: {
|
|
|
12128
12128
|
};
|
|
12129
12129
|
};
|
|
12130
12130
|
}>;
|
|
12131
|
-
|
|
12131
|
+
circle: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
12132
12132
|
active: {
|
|
12133
12133
|
true: {
|
|
12134
12134
|
backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -12158,6 +12158,21 @@ declare const tabsStyles: {
|
|
|
12158
12158
|
borderBottomColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
12159
12159
|
};
|
|
12160
12160
|
};
|
|
12161
|
+
/**
|
|
12162
|
+
* Controls where the tab buttons are displayed. This prop accepts one of the following values: "left", "center", or "right".
|
|
12163
|
+
* @default left
|
|
12164
|
+
*/
|
|
12165
|
+
position: {
|
|
12166
|
+
left: {
|
|
12167
|
+
justifyContent: "flex-start";
|
|
12168
|
+
};
|
|
12169
|
+
center: {
|
|
12170
|
+
justifyContent: "center";
|
|
12171
|
+
};
|
|
12172
|
+
right: {
|
|
12173
|
+
justifyContent: "flex-end";
|
|
12174
|
+
};
|
|
12175
|
+
};
|
|
12161
12176
|
}>;
|
|
12162
12177
|
li: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
12163
12178
|
/**
|
|
@@ -12217,6 +12232,17 @@ export declare const tabs: {
|
|
|
12217
12232
|
borderBottomColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
12218
12233
|
};
|
|
12219
12234
|
};
|
|
12235
|
+
position: {
|
|
12236
|
+
left: {
|
|
12237
|
+
justifyContent: "flex-start";
|
|
12238
|
+
};
|
|
12239
|
+
center: {
|
|
12240
|
+
justifyContent: "center";
|
|
12241
|
+
};
|
|
12242
|
+
right: {
|
|
12243
|
+
justifyContent: "flex-end";
|
|
12244
|
+
};
|
|
12245
|
+
};
|
|
12220
12246
|
}>;
|
|
12221
12247
|
li: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
12222
12248
|
full: {
|