@pingux/astro 2.217.0-alpha.0 → 2.217.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/lib/cjs/components/TableBase/TableBase.styles.d.ts +3 -3
- package/lib/cjs/hooks/useGetTheme/useGetTheme.d.ts +5 -5
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/colors.d.ts +74 -74
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/customProperties/index.d.ts +5 -5
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/avatar.d.ts +1 -1
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/badges.d.ts +16 -16
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/buttons.d.ts +44 -44
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/cards.d.ts +1 -1
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/forms.d.ts +9 -9
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/links.d.ts +9 -9
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/listview.d.ts +7 -7
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/menu.d.ts +8 -8
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/message.d.ts +3 -3
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/text.d.ts +12 -12
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/variants.d.ts +56 -56
- package/lib/cjs/styles/themeOverrides/onyxUiLibraryOverride.d.ts +7 -7
- package/lib/cjs/styles/themes/next-gen/colors/colors.d.ts +143 -143
- package/lib/cjs/styles/themes/next-gen/colors/iconWrapper.d.ts +30 -30
- package/lib/cjs/styles/themes/next-gen/colors/twoTone.d.ts +30 -30
- package/lib/cjs/styles/themes/next-gen/customProperties/index.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/customProperties/tShirtSizes.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/forms.d.ts +28 -28
- package/lib/cjs/styles/themes/next-gen/next-gen.d.ts +525 -507
- package/lib/cjs/styles/themes/next-gen/sizes.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/spacing.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/text.js +1 -1
- package/lib/cjs/styles/themes/next-gen/variants/accordionGrid.d.ts +1 -1
- package/lib/cjs/styles/themes/next-gen/variants/avatar.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/variants/badges.d.ts +22 -22
- package/lib/cjs/styles/themes/next-gen/variants/button.d.ts +164 -146
- package/lib/cjs/styles/themes/next-gen/variants/cards.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/variants/dataTable.d.ts +3 -3
- package/lib/cjs/styles/themes/next-gen/variants/footer.d.ts +1 -1
- package/lib/cjs/styles/themes/next-gen/variants/iconWrapper.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/variants/input.d.ts +11 -11
- package/lib/cjs/styles/themes/next-gen/variants/links.d.ts +34 -34
- package/lib/cjs/styles/themes/next-gen/variants/listview.d.ts +14 -14
- package/lib/cjs/styles/themes/next-gen/variants/menu.d.ts +3 -3
- package/lib/cjs/styles/themes/next-gen/variants/messages.d.ts +11 -11
- package/lib/cjs/styles/themes/next-gen/variants/navbar.d.ts +18 -18
- package/lib/cjs/styles/themes/next-gen/variants/popoverMenu.d.ts +7 -7
- package/lib/cjs/styles/themes/next-gen/variants/rangeCalendar.d.ts +3 -3
- package/lib/cjs/styles/themes/next-gen/variants/stepper.d.ts +4 -4
- package/lib/cjs/styles/themes/next-gen/variants/tableBase.d.ts +11 -11
- package/lib/cjs/styles/themes/next-gen/variants/text.d.ts +25 -25
- package/lib/cjs/styles/themes/next-gen/variants/tooltip.d.ts +2 -2
- package/lib/cjs/styles/themes/next-gen/variants/variants.d.ts +121 -121
- package/lib/styles/themes/next-gen/text.js +1 -1
- package/package.json +2 -2
|
@@ -8,13 +8,13 @@ export declare const badgeDeleteButton: {
|
|
|
8
8
|
fill: string;
|
|
9
9
|
};
|
|
10
10
|
'&.is-hovered': {
|
|
11
|
-
backgroundColor:
|
|
11
|
+
backgroundColor: string;
|
|
12
12
|
path: {
|
|
13
13
|
fill: string;
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
16
|
'&.is-pressed': {
|
|
17
|
-
backgroundColor:
|
|
17
|
+
backgroundColor: string;
|
|
18
18
|
path: {
|
|
19
19
|
fill: string;
|
|
20
20
|
};
|
|
@@ -57,7 +57,7 @@ declare const _default: {
|
|
|
57
57
|
minHeight: string;
|
|
58
58
|
border: string;
|
|
59
59
|
'&.is-hovered': {
|
|
60
|
-
backgroundColor:
|
|
60
|
+
backgroundColor: string;
|
|
61
61
|
};
|
|
62
62
|
'&.is-focused': {
|
|
63
63
|
outline: string;
|
|
@@ -155,19 +155,19 @@ declare const _default: {
|
|
|
155
155
|
height: string;
|
|
156
156
|
};
|
|
157
157
|
'&.font-size-sm': {
|
|
158
|
-
fontSize:
|
|
158
|
+
fontSize: number;
|
|
159
159
|
};
|
|
160
160
|
'&.font-size-md': {
|
|
161
|
-
fontSize:
|
|
161
|
+
fontSize: number;
|
|
162
162
|
};
|
|
163
163
|
'&.font-size-xmd': {
|
|
164
164
|
fontSize: string;
|
|
165
165
|
};
|
|
166
166
|
'&.font-size-lg': {
|
|
167
|
-
fontSize:
|
|
167
|
+
fontSize: number;
|
|
168
168
|
};
|
|
169
169
|
'&.font-size-xl': {
|
|
170
|
-
fontSize:
|
|
170
|
+
fontSize: number;
|
|
171
171
|
};
|
|
172
172
|
'&.is-square': {
|
|
173
173
|
borderRadius: string;
|
|
@@ -181,7 +181,7 @@ declare const _default: {
|
|
|
181
181
|
'&.is-logo': {
|
|
182
182
|
borderWidth: string;
|
|
183
183
|
borderStyle: string;
|
|
184
|
-
borderColor:
|
|
184
|
+
borderColor: string;
|
|
185
185
|
backgroundColor: string;
|
|
186
186
|
'&.size-sm': {
|
|
187
187
|
img: {
|
|
@@ -643,14 +643,14 @@ declare const _default: {
|
|
|
643
643
|
selectableTableRow: {
|
|
644
644
|
bg: string;
|
|
645
645
|
'&.is-hovered': {
|
|
646
|
-
bg:
|
|
646
|
+
bg: string;
|
|
647
647
|
};
|
|
648
648
|
'&.is-selected': {
|
|
649
|
-
bg:
|
|
649
|
+
bg: string;
|
|
650
650
|
};
|
|
651
651
|
'&.is-focused': {
|
|
652
652
|
boxShadow: string;
|
|
653
|
-
bg:
|
|
653
|
+
bg: string;
|
|
654
654
|
};
|
|
655
655
|
'&.is-disabled': {
|
|
656
656
|
opacity: string;
|
|
@@ -728,7 +728,7 @@ declare const _default: {
|
|
|
728
728
|
container: {
|
|
729
729
|
fontFamily: string;
|
|
730
730
|
justifyContent: string;
|
|
731
|
-
backgroundColor:
|
|
731
|
+
backgroundColor: string;
|
|
732
732
|
};
|
|
733
733
|
wrapper: {
|
|
734
734
|
px: string[];
|
|
@@ -773,7 +773,7 @@ declare const _default: {
|
|
|
773
773
|
minWidth: string;
|
|
774
774
|
height: string;
|
|
775
775
|
width: string;
|
|
776
|
-
fontSize:
|
|
776
|
+
fontSize: number;
|
|
777
777
|
};
|
|
778
778
|
sm: {
|
|
779
779
|
justifyContent: string;
|
|
@@ -787,7 +787,7 @@ declare const _default: {
|
|
|
787
787
|
minWidth: string;
|
|
788
788
|
height: string;
|
|
789
789
|
width: string;
|
|
790
|
-
fontSize:
|
|
790
|
+
fontSize: number;
|
|
791
791
|
};
|
|
792
792
|
md: {
|
|
793
793
|
justifyContent: string;
|
|
@@ -801,7 +801,7 @@ declare const _default: {
|
|
|
801
801
|
minWidth: string;
|
|
802
802
|
height: string;
|
|
803
803
|
width: string;
|
|
804
|
-
fontSize:
|
|
804
|
+
fontSize: number;
|
|
805
805
|
};
|
|
806
806
|
lg: {
|
|
807
807
|
justifyContent: string;
|
|
@@ -815,7 +815,7 @@ declare const _default: {
|
|
|
815
815
|
minWidth: string;
|
|
816
816
|
height: string;
|
|
817
817
|
width: string;
|
|
818
|
-
fontSize:
|
|
818
|
+
fontSize: number;
|
|
819
819
|
};
|
|
820
820
|
xl: {
|
|
821
821
|
justifyContent: string;
|
|
@@ -829,7 +829,7 @@ declare const _default: {
|
|
|
829
829
|
minWidth: string;
|
|
830
830
|
height: string;
|
|
831
831
|
width: string;
|
|
832
|
-
fontSize:
|
|
832
|
+
fontSize: number;
|
|
833
833
|
};
|
|
834
834
|
};
|
|
835
835
|
labelValuePairs: {
|
|
@@ -851,34 +851,34 @@ declare const _default: {
|
|
|
851
851
|
};
|
|
852
852
|
listBox: {
|
|
853
853
|
container: {
|
|
854
|
-
p:
|
|
854
|
+
p: number;
|
|
855
855
|
};
|
|
856
856
|
option: {
|
|
857
857
|
py: any;
|
|
858
858
|
pl: any;
|
|
859
|
-
pr:
|
|
859
|
+
pr: number;
|
|
860
860
|
justifyContent: string;
|
|
861
|
-
borderRadius:
|
|
861
|
+
borderRadius: number;
|
|
862
862
|
lineHeight: string;
|
|
863
|
-
color:
|
|
863
|
+
color: string;
|
|
864
864
|
'&.is-focused': {
|
|
865
|
-
color:
|
|
865
|
+
color: string;
|
|
866
866
|
bg: string;
|
|
867
|
-
borderRadius:
|
|
867
|
+
borderRadius: number;
|
|
868
868
|
};
|
|
869
869
|
'&.is-focus-visible': {
|
|
870
870
|
boxShadow: string;
|
|
871
|
-
borderRadius:
|
|
871
|
+
borderRadius: number;
|
|
872
872
|
zIndex: number;
|
|
873
873
|
};
|
|
874
874
|
'&.is-selected': {
|
|
875
|
-
color:
|
|
875
|
+
color: string;
|
|
876
876
|
fontWeight: string;
|
|
877
877
|
bg: string;
|
|
878
878
|
pl: string;
|
|
879
|
-
borderRadius:
|
|
879
|
+
borderRadius: number;
|
|
880
880
|
'&.is-focused': {
|
|
881
|
-
color:
|
|
881
|
+
color: string;
|
|
882
882
|
};
|
|
883
883
|
'&.is-focus-visible': {
|
|
884
884
|
bg: string;
|
|
@@ -889,7 +889,7 @@ declare const _default: {
|
|
|
889
889
|
bg: string;
|
|
890
890
|
};
|
|
891
891
|
'&.is-condensed': {
|
|
892
|
-
pl:
|
|
892
|
+
pl: number;
|
|
893
893
|
bg: string;
|
|
894
894
|
color: string;
|
|
895
895
|
'&:not(.is-selected)': {
|
|
@@ -939,19 +939,19 @@ declare const _default: {
|
|
|
939
939
|
styledListItem: {
|
|
940
940
|
bg: string;
|
|
941
941
|
'&.is-selected': {
|
|
942
|
-
bg:
|
|
942
|
+
bg: string;
|
|
943
943
|
};
|
|
944
944
|
borderBottom: string;
|
|
945
945
|
'&.has-separator': {
|
|
946
946
|
borderBottom: string;
|
|
947
|
-
borderBottomColor:
|
|
947
|
+
borderBottomColor: string;
|
|
948
948
|
};
|
|
949
949
|
'&.is-hovered': {
|
|
950
|
-
bg:
|
|
950
|
+
bg: string;
|
|
951
951
|
};
|
|
952
952
|
'&.is-focused': {
|
|
953
953
|
boxShadow: string;
|
|
954
|
-
bg:
|
|
954
|
+
bg: string;
|
|
955
955
|
};
|
|
956
956
|
'&.is-first-item': {
|
|
957
957
|
borderTopLeftRadius: string;
|
|
@@ -989,14 +989,14 @@ declare const _default: {
|
|
|
989
989
|
};
|
|
990
990
|
};
|
|
991
991
|
'&.is-hovered': {
|
|
992
|
-
bg:
|
|
992
|
+
bg: string;
|
|
993
993
|
};
|
|
994
994
|
'&.is-selected': {
|
|
995
|
-
bg:
|
|
995
|
+
bg: string;
|
|
996
996
|
};
|
|
997
997
|
'&.is-focused': {
|
|
998
998
|
boxShadow: string;
|
|
999
|
-
bg:
|
|
999
|
+
bg: string;
|
|
1000
1000
|
};
|
|
1001
1001
|
};
|
|
1002
1002
|
expandableItemBody: {
|
|
@@ -1012,7 +1012,7 @@ declare const _default: {
|
|
|
1012
1012
|
};
|
|
1013
1013
|
expandableRow: {
|
|
1014
1014
|
'&.has-separator': {
|
|
1015
|
-
borderBottomColor:
|
|
1015
|
+
borderBottomColor: string;
|
|
1016
1016
|
};
|
|
1017
1017
|
'&.has-separator.is-last-row': {
|
|
1018
1018
|
border: string;
|
|
@@ -1033,26 +1033,26 @@ declare const _default: {
|
|
|
1033
1033
|
};
|
|
1034
1034
|
lisViewItemChart: {
|
|
1035
1035
|
title: {
|
|
1036
|
-
color:
|
|
1036
|
+
color: string;
|
|
1037
1037
|
fontSize: string;
|
|
1038
1038
|
};
|
|
1039
1039
|
count: {
|
|
1040
|
-
color:
|
|
1040
|
+
color: string;
|
|
1041
1041
|
fontSize: string;
|
|
1042
1042
|
};
|
|
1043
1043
|
countLabel: {
|
|
1044
|
-
color:
|
|
1044
|
+
color: string;
|
|
1045
1045
|
fontSize: string;
|
|
1046
1046
|
};
|
|
1047
1047
|
chartLabel: {
|
|
1048
|
-
color:
|
|
1048
|
+
color: string;
|
|
1049
1049
|
fontSize: string;
|
|
1050
1050
|
};
|
|
1051
1051
|
trend: {
|
|
1052
|
-
color:
|
|
1052
|
+
color: string;
|
|
1053
1053
|
};
|
|
1054
1054
|
chartButton: {
|
|
1055
|
-
color:
|
|
1055
|
+
color: string;
|
|
1056
1056
|
};
|
|
1057
1057
|
};
|
|
1058
1058
|
loader: {
|
|
@@ -1072,20 +1072,20 @@ declare const _default: {
|
|
|
1072
1072
|
bg: string;
|
|
1073
1073
|
padding: string;
|
|
1074
1074
|
outline: string;
|
|
1075
|
-
color:
|
|
1075
|
+
color: string;
|
|
1076
1076
|
fontSize: string;
|
|
1077
1077
|
lineHeight: string;
|
|
1078
1078
|
cursor: string;
|
|
1079
1079
|
borderRadius: string;
|
|
1080
1080
|
'&.is-hovered': {
|
|
1081
|
-
bg:
|
|
1081
|
+
bg: string;
|
|
1082
1082
|
color: string;
|
|
1083
1083
|
'> *': {
|
|
1084
1084
|
color: string;
|
|
1085
1085
|
};
|
|
1086
1086
|
};
|
|
1087
1087
|
'&.is-focused': {
|
|
1088
|
-
bg:
|
|
1088
|
+
bg: string;
|
|
1089
1089
|
color: string;
|
|
1090
1090
|
outline: string;
|
|
1091
1091
|
outlineOffset: string;
|
|
@@ -1134,11 +1134,11 @@ declare const _default: {
|
|
|
1134
1134
|
p: string;
|
|
1135
1135
|
wordBreak: string;
|
|
1136
1136
|
alignItems: string;
|
|
1137
|
-
backgroundColor:
|
|
1137
|
+
backgroundColor: string;
|
|
1138
1138
|
borderLeftWidth: string;
|
|
1139
1139
|
borderLeftStyle: string;
|
|
1140
1140
|
borderLeftColor: string;
|
|
1141
|
-
color:
|
|
1141
|
+
color: string;
|
|
1142
1142
|
fontSize: string;
|
|
1143
1143
|
lineHeight: string;
|
|
1144
1144
|
borderRadius: number;
|
|
@@ -1146,23 +1146,23 @@ declare const _default: {
|
|
|
1146
1146
|
minWidth: string;
|
|
1147
1147
|
width: string;
|
|
1148
1148
|
height: string;
|
|
1149
|
-
color:
|
|
1149
|
+
color: string;
|
|
1150
1150
|
path: {
|
|
1151
|
-
fill:
|
|
1151
|
+
fill: string;
|
|
1152
1152
|
transform: string;
|
|
1153
1153
|
transformOrigin: string;
|
|
1154
1154
|
};
|
|
1155
1155
|
alignSelf: string;
|
|
1156
1156
|
};
|
|
1157
1157
|
'&.is-success': {
|
|
1158
|
-
bg:
|
|
1159
|
-
borderLeftColor:
|
|
1160
|
-
color:
|
|
1158
|
+
bg: string;
|
|
1159
|
+
borderLeftColor: string;
|
|
1160
|
+
color: string;
|
|
1161
1161
|
};
|
|
1162
1162
|
'&.is-warning': {
|
|
1163
1163
|
bg: string;
|
|
1164
|
-
borderLeftColor:
|
|
1165
|
-
color:
|
|
1164
|
+
borderLeftColor: string;
|
|
1165
|
+
color: string;
|
|
1166
1166
|
};
|
|
1167
1167
|
'&.is-error, > .is-error': {
|
|
1168
1168
|
bg: string;
|
|
@@ -1170,11 +1170,11 @@ declare const _default: {
|
|
|
1170
1170
|
'&.is-error, > button > svg': {
|
|
1171
1171
|
color: string;
|
|
1172
1172
|
path: {
|
|
1173
|
-
fill:
|
|
1173
|
+
fill: string;
|
|
1174
1174
|
};
|
|
1175
1175
|
};
|
|
1176
1176
|
'&.is-error': {
|
|
1177
|
-
borderLeftColor:
|
|
1177
|
+
borderLeftColor: string;
|
|
1178
1178
|
};
|
|
1179
1179
|
};
|
|
1180
1180
|
};
|
|
@@ -1195,19 +1195,19 @@ declare const _default: {
|
|
|
1195
1195
|
};
|
|
1196
1196
|
'&.is-extra-small': {
|
|
1197
1197
|
width: string;
|
|
1198
|
-
maxWidth:
|
|
1198
|
+
maxWidth: (string | number)[];
|
|
1199
1199
|
};
|
|
1200
1200
|
'&.is-small': {
|
|
1201
1201
|
width: string;
|
|
1202
|
-
maxWidth:
|
|
1202
|
+
maxWidth: (string | number)[];
|
|
1203
1203
|
};
|
|
1204
1204
|
'&.is-medium': {
|
|
1205
1205
|
width: string;
|
|
1206
|
-
maxWidth:
|
|
1206
|
+
maxWidth: (string | number)[];
|
|
1207
1207
|
};
|
|
1208
1208
|
'&.is-large': {
|
|
1209
1209
|
width: string;
|
|
1210
|
-
maxWidth:
|
|
1210
|
+
maxWidth: (string | number)[];
|
|
1211
1211
|
};
|
|
1212
1212
|
'&.is-full': {
|
|
1213
1213
|
width: string;
|
|
@@ -1221,7 +1221,7 @@ declare const _default: {
|
|
|
1221
1221
|
};
|
|
1222
1222
|
headingContainer: {
|
|
1223
1223
|
borderBottom: string;
|
|
1224
|
-
borderBottomColor:
|
|
1224
|
+
borderBottomColor: string;
|
|
1225
1225
|
bg: string;
|
|
1226
1226
|
borderRadius: string;
|
|
1227
1227
|
};
|
|
@@ -1277,7 +1277,7 @@ declare const _default: {
|
|
|
1277
1277
|
backgroundColor: string;
|
|
1278
1278
|
};
|
|
1279
1279
|
'&.is-pressed': {
|
|
1280
|
-
backgroundColor:
|
|
1280
|
+
backgroundColor: string;
|
|
1281
1281
|
};
|
|
1282
1282
|
'&.is-focused': {
|
|
1283
1283
|
outline: string;
|
|
@@ -1288,10 +1288,10 @@ declare const _default: {
|
|
|
1288
1288
|
itemButton: {
|
|
1289
1289
|
py: string;
|
|
1290
1290
|
paddingLeft: string;
|
|
1291
|
-
color:
|
|
1291
|
+
color: string;
|
|
1292
1292
|
borderRadius: string;
|
|
1293
1293
|
fontWeight: number;
|
|
1294
|
-
fontSize:
|
|
1294
|
+
fontSize: number;
|
|
1295
1295
|
lineHeight: string;
|
|
1296
1296
|
'&.is-focused': {
|
|
1297
1297
|
outline: string;
|
|
@@ -1302,22 +1302,22 @@ declare const _default: {
|
|
|
1302
1302
|
backgroundColor: string;
|
|
1303
1303
|
};
|
|
1304
1304
|
'&.is-pressed': {
|
|
1305
|
-
backgroundColor:
|
|
1306
|
-
color:
|
|
1305
|
+
backgroundColor: string;
|
|
1306
|
+
color: string;
|
|
1307
1307
|
};
|
|
1308
1308
|
'&.is-selected': {
|
|
1309
|
-
bg:
|
|
1309
|
+
bg: string;
|
|
1310
1310
|
boxShadow: string;
|
|
1311
1311
|
color: string;
|
|
1312
1312
|
};
|
|
1313
1313
|
};
|
|
1314
1314
|
subtitle: {
|
|
1315
|
-
color:
|
|
1315
|
+
color: string;
|
|
1316
1316
|
};
|
|
1317
1317
|
headerText: {
|
|
1318
|
-
color:
|
|
1318
|
+
color: string;
|
|
1319
1319
|
fontWeight: number;
|
|
1320
|
-
fontSize:
|
|
1320
|
+
fontSize: number;
|
|
1321
1321
|
lineHeight: string;
|
|
1322
1322
|
ml: string;
|
|
1323
1323
|
'.is-selected &': {
|
|
@@ -1339,19 +1339,19 @@ declare const _default: {
|
|
|
1339
1339
|
item: {
|
|
1340
1340
|
px: string;
|
|
1341
1341
|
py: string;
|
|
1342
|
-
color:
|
|
1342
|
+
color: string;
|
|
1343
1343
|
borderRadius: string;
|
|
1344
1344
|
'&.is-hovered': {
|
|
1345
|
-
backgroundColor:
|
|
1345
|
+
backgroundColor: string;
|
|
1346
1346
|
};
|
|
1347
1347
|
'> div > svg': {
|
|
1348
|
-
fill:
|
|
1348
|
+
fill: string;
|
|
1349
1349
|
};
|
|
1350
1350
|
'> div > span': {
|
|
1351
1351
|
color: string;
|
|
1352
1352
|
};
|
|
1353
1353
|
'&.is-pressed': {
|
|
1354
|
-
backgroundColor:
|
|
1354
|
+
backgroundColor: string;
|
|
1355
1355
|
};
|
|
1356
1356
|
'&.is-selected': {
|
|
1357
1357
|
'> div > svg': {
|
|
@@ -1363,7 +1363,7 @@ declare const _default: {
|
|
|
1363
1363
|
'&.is-hovered': {
|
|
1364
1364
|
backgroundColor: string;
|
|
1365
1365
|
};
|
|
1366
|
-
backgroundColor:
|
|
1366
|
+
backgroundColor: string;
|
|
1367
1367
|
boxShadow: string;
|
|
1368
1368
|
};
|
|
1369
1369
|
'&.is-focused': {
|
|
@@ -1390,7 +1390,7 @@ declare const _default: {
|
|
|
1390
1390
|
'> div > span': {
|
|
1391
1391
|
color: string;
|
|
1392
1392
|
};
|
|
1393
|
-
backgroundColor:
|
|
1393
|
+
backgroundColor: string;
|
|
1394
1394
|
boxShadow: string;
|
|
1395
1395
|
};
|
|
1396
1396
|
'&.is-hovered': {
|
|
@@ -1398,10 +1398,10 @@ declare const _default: {
|
|
|
1398
1398
|
};
|
|
1399
1399
|
backgroundColor: string;
|
|
1400
1400
|
'> svg': {
|
|
1401
|
-
fill:
|
|
1401
|
+
fill: string;
|
|
1402
1402
|
};
|
|
1403
1403
|
'> div > svg': {
|
|
1404
|
-
fill:
|
|
1404
|
+
fill: string;
|
|
1405
1405
|
};
|
|
1406
1406
|
};
|
|
1407
1407
|
navBarItemBody: {
|
|
@@ -1472,8 +1472,8 @@ declare const _default: {
|
|
|
1472
1472
|
boxShadow: string;
|
|
1473
1473
|
transition: string;
|
|
1474
1474
|
border: string;
|
|
1475
|
-
borderColor:
|
|
1476
|
-
borderRadius:
|
|
1475
|
+
borderColor: string;
|
|
1476
|
+
borderRadius: number;
|
|
1477
1477
|
'&.animate': {
|
|
1478
1478
|
opacity: number;
|
|
1479
1479
|
};
|
|
@@ -1483,18 +1483,18 @@ declare const _default: {
|
|
|
1483
1483
|
'&.is-dark-mode': {
|
|
1484
1484
|
color: string;
|
|
1485
1485
|
alignItems: string;
|
|
1486
|
-
bg:
|
|
1486
|
+
bg: string;
|
|
1487
1487
|
'&[data-popover-placement^=top] > [data-popover-arrow="arrow"]:before': {
|
|
1488
|
-
borderTopColor:
|
|
1488
|
+
borderTopColor: string;
|
|
1489
1489
|
};
|
|
1490
1490
|
'&[data-popover-placement^=bottom] > [data-popover-arrow="arrow"]:before': {
|
|
1491
|
-
borderBottomColor:
|
|
1491
|
+
borderBottomColor: string;
|
|
1492
1492
|
};
|
|
1493
1493
|
'&[data-popover-placement^=left] > [data-popover-arrow="arrow"]:before': {
|
|
1494
|
-
borderLeftColor:
|
|
1494
|
+
borderLeftColor: string;
|
|
1495
1495
|
};
|
|
1496
1496
|
'&[data-popover-placement^=right] > [data-popover-arrow="arrow"]:before': {
|
|
1497
|
-
borderRightColor:
|
|
1497
|
+
borderRightColor: string;
|
|
1498
1498
|
};
|
|
1499
1499
|
};
|
|
1500
1500
|
};
|
|
@@ -1582,17 +1582,17 @@ declare const _default: {
|
|
|
1582
1582
|
outlineOffset: string;
|
|
1583
1583
|
};
|
|
1584
1584
|
'&.is-unavailable': {
|
|
1585
|
-
backgroundColor:
|
|
1585
|
+
backgroundColor: string;
|
|
1586
1586
|
color: string;
|
|
1587
1587
|
};
|
|
1588
1588
|
'&:not(.is-outside-visible-range)&.is-extreme&:not(.is-completely-disabled)': {
|
|
1589
|
-
backgroundColor:
|
|
1589
|
+
backgroundColor: string;
|
|
1590
1590
|
color: string;
|
|
1591
1591
|
opacity: number;
|
|
1592
1592
|
};
|
|
1593
1593
|
'&.is-disabled': {
|
|
1594
1594
|
'&.is-hovered': {
|
|
1595
|
-
color:
|
|
1595
|
+
color: string;
|
|
1596
1596
|
backgroundColor: string;
|
|
1597
1597
|
};
|
|
1598
1598
|
};
|
|
@@ -1886,7 +1886,7 @@ declare const _default: {
|
|
|
1886
1886
|
borderBottomColor: string;
|
|
1887
1887
|
'&.is-inactive': {
|
|
1888
1888
|
borderBottomStyle: string;
|
|
1889
|
-
borderBottomColor:
|
|
1889
|
+
borderBottomColor: string;
|
|
1890
1890
|
};
|
|
1891
1891
|
'&.is-default': {
|
|
1892
1892
|
width: string;
|
|
@@ -1895,7 +1895,7 @@ declare const _default: {
|
|
|
1895
1895
|
borderBottomWidth: number;
|
|
1896
1896
|
borderRightWidth: string;
|
|
1897
1897
|
borderRightStyle: string;
|
|
1898
|
-
borderRightColor:
|
|
1898
|
+
borderRightColor: string;
|
|
1899
1899
|
my: string;
|
|
1900
1900
|
};
|
|
1901
1901
|
};
|
|
@@ -1950,7 +1950,7 @@ declare const _default: {
|
|
|
1950
1950
|
fontWeight: number;
|
|
1951
1951
|
fontSize: string;
|
|
1952
1952
|
backgroundColor: string;
|
|
1953
|
-
borderColor:
|
|
1953
|
+
borderColor: string;
|
|
1954
1954
|
color: string;
|
|
1955
1955
|
};
|
|
1956
1956
|
};
|
|
@@ -1964,7 +1964,7 @@ declare const _default: {
|
|
|
1964
1964
|
fontWeight: number;
|
|
1965
1965
|
fontSize: string;
|
|
1966
1966
|
backgroundColor: string;
|
|
1967
|
-
borderColor:
|
|
1967
|
+
borderColor: string;
|
|
1968
1968
|
color: string;
|
|
1969
1969
|
};
|
|
1970
1970
|
};
|
|
@@ -1988,59 +1988,59 @@ declare const _default: {
|
|
|
1988
1988
|
statusIcon: {
|
|
1989
1989
|
base: {
|
|
1990
1990
|
'&.is-default': {
|
|
1991
|
-
bg:
|
|
1991
|
+
bg: string;
|
|
1992
1992
|
span: {
|
|
1993
1993
|
fontSize: string;
|
|
1994
|
-
color:
|
|
1994
|
+
color: string;
|
|
1995
1995
|
};
|
|
1996
1996
|
};
|
|
1997
1997
|
'&.is-critical': {
|
|
1998
|
-
bg:
|
|
1998
|
+
bg: string;
|
|
1999
1999
|
span: {
|
|
2000
2000
|
fontSize: string;
|
|
2001
|
-
color:
|
|
2001
|
+
color: string;
|
|
2002
2002
|
};
|
|
2003
2003
|
};
|
|
2004
2004
|
'&.is-warning': {
|
|
2005
|
-
bg:
|
|
2005
|
+
bg: string;
|
|
2006
2006
|
span: {
|
|
2007
2007
|
fontSize: string;
|
|
2008
|
-
color:
|
|
2008
|
+
color: string;
|
|
2009
2009
|
};
|
|
2010
2010
|
};
|
|
2011
2011
|
'&.is-info': {
|
|
2012
|
-
bg:
|
|
2012
|
+
bg: string;
|
|
2013
2013
|
span: {
|
|
2014
2014
|
fontSize: string;
|
|
2015
|
-
color:
|
|
2015
|
+
color: string;
|
|
2016
2016
|
};
|
|
2017
2017
|
};
|
|
2018
2018
|
'&.is-major': {
|
|
2019
|
-
bg:
|
|
2019
|
+
bg: string;
|
|
2020
2020
|
span: {
|
|
2021
2021
|
fontSize: string;
|
|
2022
|
-
color:
|
|
2022
|
+
color: string;
|
|
2023
2023
|
};
|
|
2024
2024
|
};
|
|
2025
2025
|
'&.is-minor': {
|
|
2026
|
-
bg:
|
|
2026
|
+
bg: string;
|
|
2027
2027
|
span: {
|
|
2028
2028
|
fontSize: string;
|
|
2029
|
-
color:
|
|
2029
|
+
color: string;
|
|
2030
2030
|
};
|
|
2031
2031
|
};
|
|
2032
2032
|
'&.is-warning-neutral': {
|
|
2033
|
-
bg:
|
|
2033
|
+
bg: string;
|
|
2034
2034
|
span: {
|
|
2035
2035
|
fontSize: string;
|
|
2036
|
-
color:
|
|
2036
|
+
color: string;
|
|
2037
2037
|
};
|
|
2038
2038
|
};
|
|
2039
2039
|
'&.is-fatal': {
|
|
2040
|
-
bg:
|
|
2040
|
+
bg: string;
|
|
2041
2041
|
span: {
|
|
2042
2042
|
fontSize: string;
|
|
2043
|
-
color:
|
|
2043
|
+
color: string;
|
|
2044
2044
|
};
|
|
2045
2045
|
};
|
|
2046
2046
|
'&.is-selected.is-selected': {
|
|
@@ -2155,38 +2155,38 @@ declare const _default: {
|
|
|
2155
2155
|
caption: {
|
|
2156
2156
|
backgroundColor: string;
|
|
2157
2157
|
px: string;
|
|
2158
|
-
color:
|
|
2158
|
+
color: string;
|
|
2159
2159
|
borderBottom: string;
|
|
2160
|
-
borderBottomColor:
|
|
2160
|
+
borderBottomColor: string;
|
|
2161
2161
|
borderTopLeftRadius: string;
|
|
2162
2162
|
borderTopRightRadius: string;
|
|
2163
2163
|
};
|
|
2164
2164
|
row: {
|
|
2165
2165
|
borderBottom: string;
|
|
2166
|
-
borderBottomColor:
|
|
2166
|
+
borderBottomColor: string;
|
|
2167
2167
|
'&.is-focused': {
|
|
2168
2168
|
outlineOffset: string;
|
|
2169
2169
|
outline: string;
|
|
2170
2170
|
outlineColor: string;
|
|
2171
2171
|
};
|
|
2172
2172
|
'&.is-hovered': {
|
|
2173
|
-
bg:
|
|
2173
|
+
bg: string;
|
|
2174
2174
|
'& > td:last-of-type': {
|
|
2175
|
-
bg:
|
|
2175
|
+
bg: string;
|
|
2176
2176
|
};
|
|
2177
2177
|
};
|
|
2178
2178
|
'&:nth-of-type(odd)': {
|
|
2179
|
-
bg:
|
|
2179
|
+
bg: string;
|
|
2180
2180
|
'&.is-hovered': {
|
|
2181
|
-
bg:
|
|
2181
|
+
bg: string;
|
|
2182
2182
|
};
|
|
2183
2183
|
'& > td:last-of-type': {
|
|
2184
|
-
bg:
|
|
2184
|
+
bg: string;
|
|
2185
2185
|
};
|
|
2186
2186
|
};
|
|
2187
2187
|
};
|
|
2188
2188
|
thead: {
|
|
2189
|
-
borderBottomColor:
|
|
2189
|
+
borderBottomColor: string;
|
|
2190
2190
|
backgroundColor: string;
|
|
2191
2191
|
'&.is-sticky': {
|
|
2192
2192
|
border: string;
|
|
@@ -2206,7 +2206,7 @@ declare const _default: {
|
|
|
2206
2206
|
};
|
|
2207
2207
|
};
|
|
2208
2208
|
tbody: {
|
|
2209
|
-
borderTopColor:
|
|
2209
|
+
borderTopColor: string;
|
|
2210
2210
|
borderBottom: string;
|
|
2211
2211
|
backgroundColor: string;
|
|
2212
2212
|
borderBottomLeftRadius: string;
|
|
@@ -2227,7 +2227,7 @@ declare const _default: {
|
|
|
2227
2227
|
};
|
|
2228
2228
|
};
|
|
2229
2229
|
resizer: {
|
|
2230
|
-
backgroundColor:
|
|
2230
|
+
backgroundColor: string;
|
|
2231
2231
|
};
|
|
2232
2232
|
};
|
|
2233
2233
|
tabs: {
|
|
@@ -2237,7 +2237,7 @@ declare const _default: {
|
|
|
2237
2237
|
};
|
|
2238
2238
|
tooltip: {
|
|
2239
2239
|
container: {
|
|
2240
|
-
backgroundColor:
|
|
2240
|
+
backgroundColor: string;
|
|
2241
2241
|
borderRadius: string;
|
|
2242
2242
|
fontSize: string;
|
|
2243
2243
|
fontFamily: string;
|
|
@@ -2261,7 +2261,7 @@ declare const _default: {
|
|
|
2261
2261
|
};
|
|
2262
2262
|
};
|
|
2263
2263
|
inline: {
|
|
2264
|
-
color:
|
|
2264
|
+
color: string;
|
|
2265
2265
|
'&.is-focused': {
|
|
2266
2266
|
outline: string;
|
|
2267
2267
|
outlineColor: string;
|