@clickhouse/click-ui 0.0.94 → 0.0.96
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/click-ui.es.js +21555 -10011
- package/dist/click-ui.umd.js +372 -219
- package/dist/components/ContextMenu/ContextMenu.d.ts +3 -5
- package/dist/components/Grid/Cell.d.ts +4 -0
- package/dist/components/Grid/ColumnResizer.d.ts +9 -0
- package/dist/components/Grid/Grid.d.ts +4 -0
- package/dist/components/Grid/Header.d.ts +19 -0
- package/dist/components/Grid/RowNumberColumn.d.ts +16 -0
- package/dist/components/Grid/StyledCell.d.ts +14 -0
- package/dist/components/Grid/copyGridElements.d.ts +11 -0
- package/dist/components/Grid/types.d.ts +122 -0
- package/dist/components/Grid/useColumns.d.ts +15 -0
- package/dist/components/Grid/useSelectionActions.d.ts +31 -0
- package/dist/components/Logos/WarpStream.d.ts +3 -0
- package/dist/components/Logos/types.d.ts +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/types.d.ts +2 -0
- package/dist/examples/GridExample.d.ts +2 -0
- package/dist/styles/types.d.ts +11 -1
- package/dist/styles/variables.classic.json.d.ts +11 -1
- package/dist/styles/variables.dark.json.d.ts +64 -54
- package/dist/styles/variables.json.d.ts +17 -7
- package/dist/styles/variables.light.json.d.ts +17 -7
- package/package.json +4 -1
|
@@ -144,11 +144,11 @@ declare const _default: {
|
|
|
144
144
|
},
|
|
145
145
|
"iconBackground": {
|
|
146
146
|
"default": "#ffffff",
|
|
147
|
-
"success": "
|
|
148
|
-
"neutral": "
|
|
149
|
-
"danger": "
|
|
150
|
-
"warning": "
|
|
151
|
-
"info": "
|
|
147
|
+
"success": "#E5FFE8",
|
|
148
|
+
"neutral": "#e6e7e9",
|
|
149
|
+
"danger": "#ffdddd",
|
|
150
|
+
"warning": "#ffedd8",
|
|
151
|
+
"info": "#dae6fc"
|
|
152
152
|
},
|
|
153
153
|
"iconForeground": {
|
|
154
154
|
"default": "#696e79",
|
|
@@ -2663,7 +2663,7 @@ declare const _default: {
|
|
|
2663
2663
|
}
|
|
2664
2664
|
},
|
|
2665
2665
|
"chart": {
|
|
2666
|
-
"
|
|
2666
|
+
"bars": {
|
|
2667
2667
|
"color": {
|
|
2668
2668
|
"green": "#00FF15",
|
|
2669
2669
|
"blue": "#6c9af3",
|
|
@@ -2761,10 +2761,20 @@ declare const _default: {
|
|
|
2761
2761
|
"foreground": "#c10000"
|
|
2762
2762
|
},
|
|
2763
2763
|
"neutral": {
|
|
2764
|
-
"background": "#
|
|
2764
|
+
"background": "#f6f7fa",
|
|
2765
2765
|
"foreground": "#53575f",
|
|
2766
2766
|
"stroke": "lch(91.6 1.1 266)"
|
|
2767
2767
|
}
|
|
2768
|
+
},
|
|
2769
|
+
"chart": {
|
|
2770
|
+
"bars": {
|
|
2771
|
+
"green": "#00FF15",
|
|
2772
|
+
"blue": "#6c9af3",
|
|
2773
|
+
"fuchsia": "#FB64D6",
|
|
2774
|
+
"orange": "#ffb864",
|
|
2775
|
+
"violet": "#CC66FF",
|
|
2776
|
+
"teal": "#00CCAA"
|
|
2777
|
+
}
|
|
2768
2778
|
}
|
|
2769
2779
|
}
|
|
2770
2780
|
},
|
|
@@ -48,11 +48,11 @@ declare const _default: {
|
|
|
48
48
|
},
|
|
49
49
|
"iconBackground": {
|
|
50
50
|
"default": "#ffffff",
|
|
51
|
-
"success": "
|
|
52
|
-
"neutral": "
|
|
53
|
-
"danger": "
|
|
54
|
-
"warning": "
|
|
55
|
-
"info": "
|
|
51
|
+
"success": "#E5FFE8",
|
|
52
|
+
"neutral": "#e6e7e9",
|
|
53
|
+
"danger": "#ffdddd",
|
|
54
|
+
"warning": "#ffedd8",
|
|
55
|
+
"info": "#dae6fc"
|
|
56
56
|
},
|
|
57
57
|
"iconForeground": {
|
|
58
58
|
"default": "#696e79",
|
|
@@ -1345,7 +1345,7 @@ declare const _default: {
|
|
|
1345
1345
|
}
|
|
1346
1346
|
},
|
|
1347
1347
|
"chart": {
|
|
1348
|
-
"
|
|
1348
|
+
"bars": {
|
|
1349
1349
|
"color": {
|
|
1350
1350
|
"green": "#00FF15",
|
|
1351
1351
|
"blue": "#6c9af3",
|
|
@@ -1405,10 +1405,20 @@ declare const _default: {
|
|
|
1405
1405
|
"foreground": "#c10000"
|
|
1406
1406
|
},
|
|
1407
1407
|
"neutral": {
|
|
1408
|
-
"background": "#
|
|
1408
|
+
"background": "#f6f7fa",
|
|
1409
1409
|
"foreground": "#53575f",
|
|
1410
1410
|
"stroke": "lch(91.6 1.1 266)"
|
|
1411
1411
|
}
|
|
1412
|
+
},
|
|
1413
|
+
"chart": {
|
|
1414
|
+
"bars": {
|
|
1415
|
+
"green": "#00FF15",
|
|
1416
|
+
"blue": "#6c9af3",
|
|
1417
|
+
"fuchsia": "#FB64D6",
|
|
1418
|
+
"orange": "#ffb864",
|
|
1419
|
+
"violet": "#CC66FF",
|
|
1420
|
+
"teal": "#00CCAA"
|
|
1421
|
+
}
|
|
1412
1422
|
}
|
|
1413
1423
|
}
|
|
1414
1424
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clickhouse/click-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.96",
|
|
4
4
|
"description": "Official ClickHouse design system react library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -61,6 +61,8 @@
|
|
|
61
61
|
"lodash": "^4.17.21",
|
|
62
62
|
"react-sortablejs": "^6.1.4",
|
|
63
63
|
"react-syntax-highlighter": "^15.5.0",
|
|
64
|
+
"react-virtualized-auto-sizer": "^1.0.20",
|
|
65
|
+
"react-window": "^1.8.9",
|
|
64
66
|
"sortablejs": "^1.15.0"
|
|
65
67
|
},
|
|
66
68
|
"devDependencies": {
|
|
@@ -85,6 +87,7 @@
|
|
|
85
87
|
"@types/react": "^18.0.28",
|
|
86
88
|
"@types/react-dom": "^18.0.11",
|
|
87
89
|
"@types/react-syntax-highlighter": "^15.5.7",
|
|
90
|
+
"@types/react-window": "^1.8.8",
|
|
88
91
|
"@types/sortablejs": "^1.15.2",
|
|
89
92
|
"@types/styled-components": "^5.1.26",
|
|
90
93
|
"@typescript-eslint/eslint-plugin": "^5.57.1",
|