@tidbcloud/uikit 2.0.0-beta.44 → 2.0.0-beta.45
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/icons/index.cjs +4 -4
- package/dist/icons/index.d.cts +3719 -2
- package/dist/icons/index.d.ts +3719 -2
- package/dist/icons/index.js +4 -4
- package/dist/theme/theme.cjs +9 -9
- package/dist/theme/theme.js +9 -9
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
package/dist/icons/index.cjs
CHANGED
|
@@ -163,6 +163,7 @@ const BellRinging04 = require("./react/BellRinging04.cjs");
|
|
|
163
163
|
const BezierCurve01 = require("./react/BezierCurve01.cjs");
|
|
164
164
|
const BezierCurve02 = require("./react/BezierCurve02.cjs");
|
|
165
165
|
const BezierCurve03 = require("./react/BezierCurve03.cjs");
|
|
166
|
+
const Block = require("./react/Block.cjs");
|
|
166
167
|
const BluetoothConnect = require("./react/BluetoothConnect.cjs");
|
|
167
168
|
const BluetoothOff = require("./react/BluetoothOff.cjs");
|
|
168
169
|
const BluetoothOn = require("./react/BluetoothOn.cjs");
|
|
@@ -1089,6 +1090,7 @@ const SystemDatabase = require("./react/SystemDatabase.cjs");
|
|
|
1089
1090
|
const SystemEndpoint = require("./react/SystemEndpoint.cjs");
|
|
1090
1091
|
const SystemMode = require("./react/SystemMode.cjs");
|
|
1091
1092
|
const Table = require("./react/Table.cjs");
|
|
1093
|
+
const TableList = require("./react/TableList.cjs");
|
|
1092
1094
|
const Tablet01 = require("./react/Tablet01.cjs");
|
|
1093
1095
|
const Tablet02 = require("./react/Tablet02.cjs");
|
|
1094
1096
|
const Tag01 = require("./react/Tag01.cjs");
|
|
@@ -1237,8 +1239,6 @@ const ZapOff = require("./react/ZapOff.cjs");
|
|
|
1237
1239
|
const ZapSquare = require("./react/ZapSquare.cjs");
|
|
1238
1240
|
const ZoomIn = require("./react/ZoomIn.cjs");
|
|
1239
1241
|
const ZoomOut = require("./react/ZoomOut.cjs");
|
|
1240
|
-
const Block = require("./react/Block.cjs");
|
|
1241
|
-
const TableList = require("./react/TableList.cjs");
|
|
1242
1242
|
const IconActivity = Activity;
|
|
1243
1243
|
const IconActivityHeart = ActivityHeart;
|
|
1244
1244
|
const IconAiExplore01 = AiExplore01;
|
|
@@ -1402,6 +1402,7 @@ const IconBellRinging04 = BellRinging04;
|
|
|
1402
1402
|
const IconBezierCurve01 = BezierCurve01;
|
|
1403
1403
|
const IconBezierCurve02 = BezierCurve02;
|
|
1404
1404
|
const IconBezierCurve03 = BezierCurve03;
|
|
1405
|
+
const IconBlock = Block;
|
|
1405
1406
|
const IconBluetoothConnect = BluetoothConnect;
|
|
1406
1407
|
const IconBluetoothOff = BluetoothOff;
|
|
1407
1408
|
const IconBluetoothOn = BluetoothOn;
|
|
@@ -2328,6 +2329,7 @@ const IconSystemDatabase = SystemDatabase;
|
|
|
2328
2329
|
const IconSystemEndpoint = SystemEndpoint;
|
|
2329
2330
|
const IconSystemMode = SystemMode;
|
|
2330
2331
|
const IconTable = Table;
|
|
2332
|
+
const IconTableList = TableList;
|
|
2331
2333
|
const IconTablet01 = Tablet01;
|
|
2332
2334
|
const IconTablet02 = Tablet02;
|
|
2333
2335
|
const IconTag01 = Tag01;
|
|
@@ -2476,8 +2478,6 @@ const IconZapOff = ZapOff;
|
|
|
2476
2478
|
const IconZapSquare = ZapSquare;
|
|
2477
2479
|
const IconZoomIn = ZoomIn;
|
|
2478
2480
|
const IconZoomOut = ZoomOut;
|
|
2479
|
-
const IconBlock = Block;
|
|
2480
|
-
const IconTableList = TableList;
|
|
2481
2481
|
exports.IconActivity = IconActivity;
|
|
2482
2482
|
exports.IconActivityHeart = IconActivityHeart;
|
|
2483
2483
|
exports.IconAiExplore01 = IconAiExplore01;
|