@chenhui996/gg-ui 0.0.6 → 0.0.9
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/gz-ui-lib/components/flex/Flex.d.ts +5 -0
- package/gz-ui-lib/components/flex/demo/align.d.ts +3 -0
- package/gz-ui-lib/components/flex/demo/basic.d.ts +3 -0
- package/gz-ui-lib/components/flex/demo/combination.d.ts +3 -0
- package/gz-ui-lib/components/flex/demo/gap.d.ts +3 -0
- package/gz-ui-lib/components/flex/demo/wrap.d.ts +3 -0
- package/gz-ui-lib/components/flex/index.d.ts +3 -0
- package/gz-ui-lib/index.cjs +1 -1
- package/gz-ui-lib/index.d.ts +1 -0
- package/gz-ui-lib/index.js +491 -463
- package/gz-ui-lib/styles/themes/darkThemeTokens.d.ts +7 -0
- package/gz-ui-lib/styles/themes/lightThemeTokens.d.ts +7 -0
- package/package.json +1 -1
|
@@ -247,6 +247,7 @@ export declare const darkThemeTokens: {
|
|
|
247
247
|
colorFillQuaternary: string;
|
|
248
248
|
colorBgLayout: string;
|
|
249
249
|
colorBgContainer: string;
|
|
250
|
+
colorBgContainerBorder: string;
|
|
250
251
|
colorBgElevated: string;
|
|
251
252
|
colorBgSpotlight: string;
|
|
252
253
|
colorBgMask: string;
|
|
@@ -264,6 +265,7 @@ export declare const darkThemeTokens: {
|
|
|
264
265
|
controlHeightXS: number;
|
|
265
266
|
borderRadiusXS: number;
|
|
266
267
|
borderRadiusSM: number;
|
|
268
|
+
borderRadiusM: number;
|
|
267
269
|
borderRadiusLG: number;
|
|
268
270
|
borderRadiusXL: number;
|
|
269
271
|
borderRadiusXXL: number;
|
|
@@ -1205,11 +1207,13 @@ export declare const darkThemeTokens: {
|
|
|
1205
1207
|
footerBg: string;
|
|
1206
1208
|
footerColor: string;
|
|
1207
1209
|
headerBg: string;
|
|
1210
|
+
headerSubBg: string;
|
|
1208
1211
|
headerBorderRadius: number;
|
|
1209
1212
|
headerColor: string;
|
|
1210
1213
|
headerFilterHoverBg: string;
|
|
1211
1214
|
headerSortActiveBg: string;
|
|
1212
1215
|
headerSortHoverBg: string;
|
|
1216
|
+
headerTextColor: string;
|
|
1213
1217
|
headerSplitColor: string;
|
|
1214
1218
|
rowExpandedBg: string;
|
|
1215
1219
|
rowHoverBg: string;
|
|
@@ -1218,6 +1222,8 @@ export declare const darkThemeTokens: {
|
|
|
1218
1222
|
selectionColumnWidth: number;
|
|
1219
1223
|
stickyScrollBarBg: string;
|
|
1220
1224
|
stickyScrollBarBorderRadius: number;
|
|
1225
|
+
scrollbar: string;
|
|
1226
|
+
colorTextHighlight: string;
|
|
1221
1227
|
};
|
|
1222
1228
|
Tag: {
|
|
1223
1229
|
defaultBg: string;
|
|
@@ -1267,6 +1273,7 @@ export declare const darkThemeTokens: {
|
|
|
1267
1273
|
};
|
|
1268
1274
|
Modal: {
|
|
1269
1275
|
contentBg: string;
|
|
1276
|
+
contentBgBorder: string;
|
|
1270
1277
|
footerBg: string;
|
|
1271
1278
|
headerBg: string;
|
|
1272
1279
|
titleColor: string;
|
|
@@ -247,6 +247,7 @@ export declare const lightThemeTokens: {
|
|
|
247
247
|
colorFillQuaternary: string;
|
|
248
248
|
colorBgLayout: string;
|
|
249
249
|
colorBgContainer: string;
|
|
250
|
+
colorBgContainerBorder: string;
|
|
250
251
|
colorBgElevated: string;
|
|
251
252
|
colorBgSpotlight: string;
|
|
252
253
|
colorBgMask: string;
|
|
@@ -264,6 +265,7 @@ export declare const lightThemeTokens: {
|
|
|
264
265
|
controlHeightXS: number;
|
|
265
266
|
borderRadiusXS: number;
|
|
266
267
|
borderRadiusSM: number;
|
|
268
|
+
borderRadiusM: number;
|
|
267
269
|
borderRadiusLG: number;
|
|
268
270
|
borderRadiusXL: number;
|
|
269
271
|
borderRadiusXXL: number;
|
|
@@ -1205,11 +1207,13 @@ export declare const lightThemeTokens: {
|
|
|
1205
1207
|
footerBg: string;
|
|
1206
1208
|
footerColor: string;
|
|
1207
1209
|
headerBg: string;
|
|
1210
|
+
headerSubBg: string;
|
|
1208
1211
|
headerBorderRadius: number;
|
|
1209
1212
|
headerColor: string;
|
|
1210
1213
|
headerFilterHoverBg: string;
|
|
1211
1214
|
headerSortActiveBg: string;
|
|
1212
1215
|
headerSortHoverBg: string;
|
|
1216
|
+
headerTextColor: string;
|
|
1213
1217
|
headerSplitColor: string;
|
|
1214
1218
|
rowExpandedBg: string;
|
|
1215
1219
|
rowHoverBg: string;
|
|
@@ -1218,6 +1222,8 @@ export declare const lightThemeTokens: {
|
|
|
1218
1222
|
selectionColumnWidth: number;
|
|
1219
1223
|
stickyScrollBarBg: string;
|
|
1220
1224
|
stickyScrollBarBorderRadius: number;
|
|
1225
|
+
scrollbar: string;
|
|
1226
|
+
colorTextHighlight: string;
|
|
1221
1227
|
};
|
|
1222
1228
|
Tag: {
|
|
1223
1229
|
defaultBg: string;
|
|
@@ -1267,6 +1273,7 @@ export declare const lightThemeTokens: {
|
|
|
1267
1273
|
};
|
|
1268
1274
|
Modal: {
|
|
1269
1275
|
contentBg: string;
|
|
1276
|
+
contentBgBorder: string;
|
|
1270
1277
|
footerBg: string;
|
|
1271
1278
|
headerBg: string;
|
|
1272
1279
|
titleColor: string;
|