@nimbus-ds/styles 9.68.0 → 9.68.1-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/CHANGELOG.md +6 -0
- package/dist/CHANGELOG.md +6 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +42 -42
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark/index.js +1 -1
- package/dist/themes/dark.css +1 -1
- package/dist/themes/next/index.js +1 -1
- package/dist/themes/next-dark/index.js +1 -1
- package/dist/themes/next-dark.css +1 -1
- package/dist/themes/next.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -807,11 +807,11 @@ export declare const box: {
|
|
|
807
807
|
default: string;
|
|
808
808
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
809
809
|
};
|
|
810
|
-
|
|
810
|
+
flex: {
|
|
811
811
|
default: string;
|
|
812
812
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
813
813
|
};
|
|
814
|
-
|
|
814
|
+
grid: {
|
|
815
815
|
default: string;
|
|
816
816
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
817
817
|
};
|
|
@@ -959,7 +959,7 @@ export declare const box: {
|
|
|
959
959
|
};
|
|
960
960
|
pointerEvents: {
|
|
961
961
|
values: {
|
|
962
|
-
|
|
962
|
+
inherit: {
|
|
963
963
|
default: string;
|
|
964
964
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
965
965
|
};
|
|
@@ -967,19 +967,19 @@ export declare const box: {
|
|
|
967
967
|
default: string;
|
|
968
968
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
969
969
|
};
|
|
970
|
-
|
|
970
|
+
all: {
|
|
971
971
|
default: string;
|
|
972
972
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
973
973
|
};
|
|
974
|
-
|
|
974
|
+
fill: {
|
|
975
975
|
default: string;
|
|
976
976
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
977
977
|
};
|
|
978
|
-
|
|
978
|
+
stroke: {
|
|
979
979
|
default: string;
|
|
980
980
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
981
981
|
};
|
|
982
|
-
|
|
982
|
+
auto: {
|
|
983
983
|
default: string;
|
|
984
984
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
985
985
|
};
|
|
@@ -1009,11 +1009,11 @@ export declare const box: {
|
|
|
1009
1009
|
};
|
|
1010
1010
|
borderStyle: {
|
|
1011
1011
|
values: {
|
|
1012
|
-
|
|
1012
|
+
none: {
|
|
1013
1013
|
default: string;
|
|
1014
1014
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
1015
1015
|
};
|
|
1016
|
-
|
|
1016
|
+
hidden: {
|
|
1017
1017
|
default: string;
|
|
1018
1018
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
1019
1019
|
};
|
|
@@ -1101,11 +1101,11 @@ export declare const box: {
|
|
|
1101
1101
|
};
|
|
1102
1102
|
overflow: {
|
|
1103
1103
|
values: {
|
|
1104
|
-
|
|
1104
|
+
auto: {
|
|
1105
1105
|
default: string;
|
|
1106
1106
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
1107
1107
|
};
|
|
1108
|
-
|
|
1108
|
+
hidden: {
|
|
1109
1109
|
default: string;
|
|
1110
1110
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
1111
1111
|
};
|
|
@@ -1123,11 +1123,11 @@ export declare const box: {
|
|
|
1123
1123
|
};
|
|
1124
1124
|
overflowX: {
|
|
1125
1125
|
values: {
|
|
1126
|
-
|
|
1126
|
+
auto: {
|
|
1127
1127
|
default: string;
|
|
1128
1128
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
1129
1129
|
};
|
|
1130
|
-
|
|
1130
|
+
hidden: {
|
|
1131
1131
|
default: string;
|
|
1132
1132
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
1133
1133
|
};
|
|
@@ -1145,11 +1145,11 @@ export declare const box: {
|
|
|
1145
1145
|
};
|
|
1146
1146
|
overflowY: {
|
|
1147
1147
|
values: {
|
|
1148
|
-
|
|
1148
|
+
auto: {
|
|
1149
1149
|
default: string;
|
|
1150
1150
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
1151
1151
|
};
|
|
1152
|
-
|
|
1152
|
+
hidden: {
|
|
1153
1153
|
default: string;
|
|
1154
1154
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
1155
1155
|
};
|
|
@@ -1525,15 +1525,15 @@ export declare const box: {
|
|
|
1525
1525
|
};
|
|
1526
1526
|
textAlign: {
|
|
1527
1527
|
values: {
|
|
1528
|
-
|
|
1528
|
+
left: {
|
|
1529
1529
|
default: string;
|
|
1530
1530
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
1531
1531
|
};
|
|
1532
|
-
|
|
1532
|
+
right: {
|
|
1533
1533
|
default: string;
|
|
1534
1534
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
1535
1535
|
};
|
|
1536
|
-
|
|
1536
|
+
center: {
|
|
1537
1537
|
default: string;
|
|
1538
1538
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
1539
1539
|
};
|
|
@@ -2989,7 +2989,7 @@ export declare const box: {
|
|
|
2989
2989
|
export declare const button: {
|
|
2990
2990
|
classnames: {
|
|
2991
2991
|
fullWidth: string;
|
|
2992
|
-
size: Record<"medium" | "
|
|
2992
|
+
size: Record<"medium" | "large" | "small", string>;
|
|
2993
2993
|
appearance: Record<"primary" | "danger" | "neutral" | "transparent" | "ai-primary" | "ai-secondary", string>;
|
|
2994
2994
|
};
|
|
2995
2995
|
};
|
|
@@ -3551,15 +3551,15 @@ export declare const text: {
|
|
|
3551
3551
|
};
|
|
3552
3552
|
textAlign: {
|
|
3553
3553
|
values: {
|
|
3554
|
-
|
|
3554
|
+
left: {
|
|
3555
3555
|
default: string;
|
|
3556
3556
|
conditions: Record<"xs" | "md" | "lg" | "xl", string>;
|
|
3557
3557
|
};
|
|
3558
|
-
|
|
3558
|
+
right: {
|
|
3559
3559
|
default: string;
|
|
3560
3560
|
conditions: Record<"xs" | "md" | "lg" | "xl", string>;
|
|
3561
3561
|
};
|
|
3562
|
-
|
|
3562
|
+
center: {
|
|
3563
3563
|
default: string;
|
|
3564
3564
|
conditions: Record<"xs" | "md" | "lg" | "xl", string>;
|
|
3565
3565
|
};
|
|
@@ -3693,11 +3693,11 @@ export declare const text: {
|
|
|
3693
3693
|
};
|
|
3694
3694
|
whiteSpace: {
|
|
3695
3695
|
values: {
|
|
3696
|
-
|
|
3696
|
+
normal: {
|
|
3697
3697
|
default: string;
|
|
3698
3698
|
conditions: Record<"xs" | "md" | "lg" | "xl", string>;
|
|
3699
3699
|
};
|
|
3700
|
-
|
|
3700
|
+
pre: {
|
|
3701
3701
|
default: string;
|
|
3702
3702
|
conditions: Record<"xs" | "md" | "lg" | "xl", string>;
|
|
3703
3703
|
};
|
|
@@ -3723,11 +3723,11 @@ export declare const text: {
|
|
|
3723
3723
|
};
|
|
3724
3724
|
overflow: {
|
|
3725
3725
|
values: {
|
|
3726
|
-
|
|
3726
|
+
auto: {
|
|
3727
3727
|
default: string;
|
|
3728
3728
|
conditions: Record<"xs" | "md" | "lg" | "xl", string>;
|
|
3729
3729
|
};
|
|
3730
|
-
|
|
3730
|
+
hidden: {
|
|
3731
3731
|
default: string;
|
|
3732
3732
|
conditions: Record<"xs" | "md" | "lg" | "xl", string>;
|
|
3733
3733
|
};
|
|
@@ -4277,11 +4277,11 @@ export declare const popover: {
|
|
|
4277
4277
|
default: string;
|
|
4278
4278
|
conditions: Record<"xs" | "md" | "lg" | "xl", string>;
|
|
4279
4279
|
};
|
|
4280
|
-
|
|
4280
|
+
none: {
|
|
4281
4281
|
default: string;
|
|
4282
4282
|
conditions: Record<"xs" | "md" | "lg" | "xl", string>;
|
|
4283
4283
|
};
|
|
4284
|
-
|
|
4284
|
+
small: {
|
|
4285
4285
|
default: string;
|
|
4286
4286
|
conditions: Record<"xs" | "md" | "lg" | "xl", string>;
|
|
4287
4287
|
};
|
|
@@ -4399,11 +4399,11 @@ export declare const popover: {
|
|
|
4399
4399
|
};
|
|
4400
4400
|
overflow: {
|
|
4401
4401
|
values: {
|
|
4402
|
-
|
|
4402
|
+
auto: {
|
|
4403
4403
|
default: string;
|
|
4404
4404
|
conditions: Record<"xs" | "md" | "lg" | "xl", string>;
|
|
4405
4405
|
};
|
|
4406
|
-
|
|
4406
|
+
hidden: {
|
|
4407
4407
|
default: string;
|
|
4408
4408
|
conditions: Record<"xs" | "md" | "lg" | "xl", string>;
|
|
4409
4409
|
};
|
|
@@ -4462,7 +4462,7 @@ export declare const popover: {
|
|
|
4462
4462
|
} & {
|
|
4463
4463
|
config: {
|
|
4464
4464
|
[x: string]: {
|
|
4465
|
-
mappings: ("width" | "zIndex" | "
|
|
4465
|
+
mappings: ("width" | "zIndex" | "backgroundColor" | "color" | "height" | "maxWidth" | "overflow" | "padding")[];
|
|
4466
4466
|
};
|
|
4467
4467
|
};
|
|
4468
4468
|
}
|
|
@@ -4793,7 +4793,7 @@ export declare const card: {
|
|
|
4793
4793
|
subComponents: {
|
|
4794
4794
|
header: {
|
|
4795
4795
|
sprinkle: ((props: {
|
|
4796
|
-
padding?: "base" | "
|
|
4796
|
+
padding?: "base" | "none" | "small" | undefined;
|
|
4797
4797
|
}) => string) & {
|
|
4798
4798
|
properties: Set<"padding">;
|
|
4799
4799
|
};
|
|
@@ -4807,7 +4807,7 @@ export declare const card: {
|
|
|
4807
4807
|
};
|
|
4808
4808
|
body: {
|
|
4809
4809
|
sprinkle: ((props: {
|
|
4810
|
-
padding?: "base" | "
|
|
4810
|
+
padding?: "base" | "none" | "small" | undefined;
|
|
4811
4811
|
}) => string) & {
|
|
4812
4812
|
properties: Set<"padding">;
|
|
4813
4813
|
};
|
|
@@ -4821,7 +4821,7 @@ export declare const card: {
|
|
|
4821
4821
|
};
|
|
4822
4822
|
footer: {
|
|
4823
4823
|
sprinkle: ((props: {
|
|
4824
|
-
padding?: "base" | "
|
|
4824
|
+
padding?: "base" | "none" | "small" | undefined;
|
|
4825
4825
|
}) => string) & {
|
|
4826
4826
|
properties: Set<"padding">;
|
|
4827
4827
|
};
|
|
@@ -4836,7 +4836,7 @@ export declare const card: {
|
|
|
4836
4836
|
};
|
|
4837
4837
|
sprinkle: ((props: {
|
|
4838
4838
|
backgroundColor?: "primary-surface" | "primary-surfaceHighlight" | "success-surface" | "success-surfaceHighlight" | "warning-surface" | "warning-surfaceHighlight" | "danger-surface" | "danger-surfaceHighlight" | "neutral-background" | "neutral-surface" | "neutral-surfaceHighlight" | undefined;
|
|
4839
|
-
padding?: "base" | "
|
|
4839
|
+
padding?: "base" | "none" | "small" | undefined;
|
|
4840
4840
|
}) => string) & {
|
|
4841
4841
|
properties: Set<"backgroundColor" | "padding">;
|
|
4842
4842
|
};
|
|
@@ -4902,7 +4902,7 @@ export declare const modal: {
|
|
|
4902
4902
|
subComponents: {
|
|
4903
4903
|
header: {
|
|
4904
4904
|
sprinkle: ((props: {
|
|
4905
|
-
padding?: "base" | "
|
|
4905
|
+
padding?: "base" | "none" | "small" | undefined;
|
|
4906
4906
|
}) => string) & {
|
|
4907
4907
|
properties: Set<"padding">;
|
|
4908
4908
|
};
|
|
@@ -4917,7 +4917,7 @@ export declare const modal: {
|
|
|
4917
4917
|
};
|
|
4918
4918
|
body: {
|
|
4919
4919
|
sprinkle: ((props: {
|
|
4920
|
-
padding?: "base" | "
|
|
4920
|
+
padding?: "base" | "none" | "small" | undefined;
|
|
4921
4921
|
}) => string) & {
|
|
4922
4922
|
properties: Set<"padding">;
|
|
4923
4923
|
};
|
|
@@ -4931,7 +4931,7 @@ export declare const modal: {
|
|
|
4931
4931
|
};
|
|
4932
4932
|
footer: {
|
|
4933
4933
|
sprinkle: ((props: {
|
|
4934
|
-
padding?: "base" | "
|
|
4934
|
+
padding?: "base" | "none" | "small" | undefined;
|
|
4935
4935
|
}) => string) & {
|
|
4936
4936
|
properties: Set<"padding">;
|
|
4937
4937
|
};
|
|
@@ -5069,11 +5069,11 @@ declare const sidebarSprinkle: {
|
|
|
5069
5069
|
default: string;
|
|
5070
5070
|
conditions: Record<"xs" | "md" | "lg" | "xl", string>;
|
|
5071
5071
|
};
|
|
5072
|
-
|
|
5072
|
+
none: {
|
|
5073
5073
|
default: string;
|
|
5074
5074
|
conditions: Record<"xs" | "md" | "lg" | "xl", string>;
|
|
5075
5075
|
};
|
|
5076
|
-
|
|
5076
|
+
small: {
|
|
5077
5077
|
default: string;
|
|
5078
5078
|
conditions: Record<"xs" | "md" | "lg" | "xl", string>;
|
|
5079
5079
|
};
|
|
@@ -5220,11 +5220,11 @@ export declare const sidebar: {
|
|
|
5220
5220
|
default: string;
|
|
5221
5221
|
conditions: Record<"xs" | "md" | "lg" | "xl", string>;
|
|
5222
5222
|
};
|
|
5223
|
-
|
|
5223
|
+
none: {
|
|
5224
5224
|
default: string;
|
|
5225
5225
|
conditions: Record<"xs" | "md" | "lg" | "xl", string>;
|
|
5226
5226
|
};
|
|
5227
|
-
|
|
5227
|
+
small: {
|
|
5228
5228
|
default: string;
|
|
5229
5229
|
conditions: Record<"xs" | "md" | "lg" | "xl", string>;
|
|
5230
5230
|
};
|