@esic-lab/data-core-ui 0.0.17 → 0.0.18

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.css CHANGED
@@ -1505,8 +1505,8 @@
1505
1505
  .custom-select .ant-select-selection-item {
1506
1506
  color: #fff !important;
1507
1507
  }
1508
- :where(.css-dev-only-do-not-override-mfr87o).ant-color-picker-trigger {
1509
- justify-content: left;
1508
+ :where(.css-dev-only-do-not-override-1jxkvwz).ant-color-picker-trigger {
1509
+ justify-content: left !important;
1510
1510
  }
1511
1511
  @layer utilities {
1512
1512
  .container-input {
package/dist/index.js CHANGED
@@ -928,7 +928,8 @@ function AntDataTable({
928
928
  theme: {
929
929
  components: {},
930
930
  token: {
931
- fontFamily: "Kanit"
931
+ fontFamily: "Kanit",
932
+ fontSize: 14
932
933
  }
933
934
  },
934
935
  children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
@@ -1231,7 +1232,8 @@ function TextAreaInput({
1231
1232
  theme: {
1232
1233
  components: {},
1233
1234
  token: {
1234
- fontFamily: "Kanit"
1235
+ fontFamily: "Kanit",
1236
+ fontSize: 16
1235
1237
  }
1236
1238
  },
1237
1239
  children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { children: [
@@ -1357,7 +1359,8 @@ function DatePickerBasic({
1357
1359
  locale: import_th_TH.default,
1358
1360
  theme: {
1359
1361
  token: {
1360
- fontFamily: "Kanit"
1362
+ fontFamily: "Kanit",
1363
+ fontSize: 16
1361
1364
  }
1362
1365
  },
1363
1366
  children: /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("div", { className: "container-input", children: [
@@ -1427,7 +1430,8 @@ function DatePickerRangePicker({
1427
1430
  locale: import_th_TH2.default,
1428
1431
  theme: {
1429
1432
  token: {
1430
- fontFamily: "Kanit"
1433
+ fontFamily: "Kanit",
1434
+ fontSize: 16
1431
1435
  }
1432
1436
  },
1433
1437
  children: /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { className: "container-input", children: [
@@ -1581,7 +1585,8 @@ function SelectField({
1581
1585
  {
1582
1586
  theme: {
1583
1587
  token: {
1584
- fontFamily: "Kanit"
1588
+ fontFamily: "Kanit",
1589
+ fontSize: 16
1585
1590
  }
1586
1591
  },
1587
1592
  children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { className: "container-input", children: [
package/dist/index.mjs CHANGED
@@ -877,7 +877,8 @@ function AntDataTable({
877
877
  theme: {
878
878
  components: {},
879
879
  token: {
880
- fontFamily: "Kanit"
880
+ fontFamily: "Kanit",
881
+ fontSize: 14
881
882
  }
882
883
  },
883
884
  children: /* @__PURE__ */ jsx15(
@@ -1180,7 +1181,8 @@ function TextAreaInput({
1180
1181
  theme: {
1181
1182
  components: {},
1182
1183
  token: {
1183
- fontFamily: "Kanit"
1184
+ fontFamily: "Kanit",
1185
+ fontSize: 16
1184
1186
  }
1185
1187
  },
1186
1188
  children: /* @__PURE__ */ jsxs15("div", { children: [
@@ -1306,7 +1308,8 @@ function DatePickerBasic({
1306
1308
  locale: thTH,
1307
1309
  theme: {
1308
1310
  token: {
1309
- fontFamily: "Kanit"
1311
+ fontFamily: "Kanit",
1312
+ fontSize: 16
1310
1313
  }
1311
1314
  },
1312
1315
  children: /* @__PURE__ */ jsxs17("div", { className: "container-input", children: [
@@ -1376,7 +1379,8 @@ function DatePickerRangePicker({
1376
1379
  locale: thTH2,
1377
1380
  theme: {
1378
1381
  token: {
1379
- fontFamily: "Kanit"
1382
+ fontFamily: "Kanit",
1383
+ fontSize: 16
1380
1384
  }
1381
1385
  },
1382
1386
  children: /* @__PURE__ */ jsxs18("div", { className: "container-input", children: [
@@ -1530,7 +1534,8 @@ function SelectField({
1530
1534
  {
1531
1535
  theme: {
1532
1536
  token: {
1533
- fontFamily: "Kanit"
1537
+ fontFamily: "Kanit",
1538
+ fontSize: 16
1534
1539
  }
1535
1540
  },
1536
1541
  children: /* @__PURE__ */ jsxs21("div", { className: "container-input", children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esic-lab/data-core-ui",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",