@nimbus-ds/styles 9.50.0 → 9.51.0-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 +11 -11
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -817,11 +817,11 @@ export declare const box: {
|
|
|
817
817
|
config: {
|
|
818
818
|
display: {
|
|
819
819
|
values: {
|
|
820
|
-
|
|
820
|
+
none: {
|
|
821
821
|
default: string;
|
|
822
822
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
823
823
|
};
|
|
824
|
-
|
|
824
|
+
grid: {
|
|
825
825
|
default: string;
|
|
826
826
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
827
827
|
};
|
|
@@ -943,6 +943,10 @@ export declare const box: {
|
|
|
943
943
|
};
|
|
944
944
|
alignSelf: {
|
|
945
945
|
values: {
|
|
946
|
+
auto: {
|
|
947
|
+
default: string;
|
|
948
|
+
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
949
|
+
};
|
|
946
950
|
center: {
|
|
947
951
|
default: string;
|
|
948
952
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
@@ -963,17 +967,13 @@ export declare const box: {
|
|
|
963
967
|
default: string;
|
|
964
968
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
965
969
|
};
|
|
966
|
-
auto: {
|
|
967
|
-
default: string;
|
|
968
|
-
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
969
|
-
};
|
|
970
970
|
};
|
|
971
971
|
staticScale: AlignSelf[];
|
|
972
972
|
name: "alignSelf";
|
|
973
973
|
};
|
|
974
974
|
pointerEvents: {
|
|
975
975
|
values: {
|
|
976
|
-
|
|
976
|
+
fill: {
|
|
977
977
|
default: string;
|
|
978
978
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
979
979
|
};
|
|
@@ -981,19 +981,19 @@ export declare const box: {
|
|
|
981
981
|
default: string;
|
|
982
982
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
983
983
|
};
|
|
984
|
-
|
|
984
|
+
inherit: {
|
|
985
985
|
default: string;
|
|
986
986
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
987
987
|
};
|
|
988
|
-
|
|
988
|
+
auto: {
|
|
989
989
|
default: string;
|
|
990
990
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
991
991
|
};
|
|
992
|
-
|
|
992
|
+
all: {
|
|
993
993
|
default: string;
|
|
994
994
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
995
995
|
};
|
|
996
|
-
|
|
996
|
+
stroke: {
|
|
997
997
|
default: string;
|
|
998
998
|
conditions: Record<"xs" | "md" | "lg" | "xl" | "xxl" | "focus" | "active" | "disabled" | "hover" | "focusVisible" | "focusWithin", string>;
|
|
999
999
|
};
|